Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump squizlabs/php_codesniffer from 3.8.1 to 3.9.1 #1506

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 2, 2024

Bumps squizlabs/php_codesniffer from 3.8.1 to 3.9.1.

Release notes

Sourced from squizlabs/php_codesniffer's releases.

3.9.1 - 2024-03-31

Added

  • Documentation for the following sniffs:
    • Generic.PHP.RequireStrictTypes
    • Squiz.WhiteSpace.MemberVarSpacing
    • Squiz.WhiteSpace.ScopeClosingBrace
    • Squiz.WhiteSpace.SuperfluousWhitespace
    • Thanks to Jay McPartland and Rodrigo Primo for the patches.

Changed

  • The following sniffs have received performance related improvements:
    • Generic.CodeAnalysis.UselessOverridingMethod
    • Generic.Files.ByteOrderMark
    • Thanks to Rodrigo Primo for the patches.
  • Performance improvement for the "Diff" report. Should be most notable for Windows users. #355
  • The test suite has received some performance improvements. Should be most notable for contributors using Windows. #351
    • External standards with sniff tests using the PHP_CodeSniffer native test framework will also benefit from these changes.
    • Thanks to Juliette Reinders Folmer for the patch.
  • Various housekeeping, including improvements to the tests and documentation.

Fixed

  • Fixed bug #289 : Squiz.WhiteSpace.OperatorSpacing and PSR12.Operators.OperatorSpacing : improved fixer conflict protection by more strenuously avoiding handling operators in declare statements.
  • Fixed bug #366 : Generic.CodeAnalysis.UselessOverridingMethod : prevent false negative when the declared method name and the called method name do not use the same case.
  • Fixed bug #368 : Squiz.Arrays.ArrayDeclaration fixer did not handle static closures correctly when moving array items to their own line.
  • Fixed bug #404 : Test framework : fixed PHP 8.4 deprecation notice.

New Contributors

The PHP_CodeSniffer project is happy to welcome the following new contributors: @​jaymcp @​jpoliveira08

Statistics

Closed: 2 issues Merged: 52 pull requests

If you like to stay informed about releases and more, follow @​phpcs on Mastodon or @​PHP_CodeSniffer on X.

3.9.0 - 2024-02-16

Added

  • Tokenizer support for PHP 8.3 typed class constants. #321
    • Additionally, the following sniffs have been updated to support typed class constants:

... (truncated)

Changelog

Sourced from squizlabs/php_codesniffer's changelog.

[3.9.1] - 2024-03-31

Added

  • Documentation for the following sniffs:
    • Generic.PHP.RequireStrictTypes
    • Squiz.WhiteSpace.MemberVarSpacing
    • Squiz.WhiteSpace.ScopeClosingBrace
    • Squiz.WhiteSpace.SuperfluousWhitespace
    • Thanks to [Jay McPartland][@​jonmcp] and [Rodrigo Primo][@​rodrigoprimo] for the patches.

Changed

  • The following sniffs have received performance related improvements:
    • Generic.CodeAnalysis.UselessOverridingMethod
    • Generic.Files.ByteOrderMark
    • Thanks to [Rodrigo Primo][@​rodrigoprimo] for the patches.
  • Performance improvement for the "Diff" report. Should be most notable for Windows users. #355
    • Thanks to [Juliette Reinders Folmer][@​jrfnl] for the patch.
  • The test suite has received some performance improvements. Should be most notable contributors using Windows. #351
    • External standards with sniff tests using the PHP_CodeSniffer native test framework will also benefit from these changes.
    • Thanks to [Juliette Reinders Folmer][@​jrfnl] for the patch.
  • Various housekeeping, including improvements to the tests and documentation.

Fixed

  • Fixed bug #289 : Squiz.WhiteSpace.OperatorSpacing and PSR12.Operators.OperatorSpacing : improved fixer conflict protection by more strenuously avoiding handling operators in declare statements.
  • Fixed bug #366 : Generic.CodeAnalysis.UselessOverridingMethod : prevent false negative when the declared method name and the called method name do not use the same case.
  • Fixed bug #368 : Squiz.Arrays.ArrayDeclaration fixer did not handle static closures correctly when moving array items to their own line.
  • Fixed bug #404 : Test framework : fixed PHP 8.4 deprecation notice.
    • Thanks to [Juliette Reinders Folmer][@​jrfnl] for the patch

#289: PHPCSStandards/PHP_CodeSniffer#289 #351: PHPCSStandards/PHP_CodeSniffer#351 #355: PHPCSStandards/PHP_CodeSniffer#355 #366: PHPCSStandards/PHP_CodeSniffer#366 #368: PHPCSStandards/PHP_CodeSniffer#368 #404: PHPCSStandards/PHP_CodeSniffer#404

[3.9.0] - 2024-02-16

Added

  • Tokenizer support for PHP 8.3 typed class constants. #321
    • Additionally, the following sniffs have been updated to support typed class constants:
      • Generic.NamingConventions.UpperCaseConstantName #332
      • Generic.PHP.LowerCaseConstant #330
      • Generic.PHP.LowerCaseType #331
    • Thanks to [Juliette Reinders Folmer][@​jrfnl] for the patches
  • Tokenizer support for PHP 8.3 readonly anonymous classes. #309

... (truncated)

Commits
  • 267a440 Merge pull request #428 from PHPCSStandards/feature/changelog-3.9.1
  • 9daf6fb Changelog for the 3.9.1 release
  • 218d2a5 Merge pull request #379 from michalbundyra/fix/followup-369
  • fff9d82 Follow-up #369 - Squiz.Arrays.ArrayDeclaration for static
  • eeb5c29 Merge pull request #426 from PHPCSStandards/feature/tests-fix-invalid-testcase
  • 36aa41a IsReferenceTest: fix invalid test case
  • c5e1807 Merge pull request #422 from PHPCSStandards/feature/test-othercontextsensitiv...
  • 6f46b10 Tests/OtherContextSensitiveKeywordsTest: fix unintentional parse error
  • 846fbf0 Merge pull request #417 from PHPCSStandards/feature/contributing-add-note-abo...
  • cf42e5b CONTRIBUTING: add note about the community cc-list
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

dependabot bot and others added 30 commits November 30, 2023 10:30
Bumps drupal/search_api from 1.30.0 to 1.31.0.

---
updated-dependencies:
- dependency-name: drupal/search_api
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Bump drupal/geocoder from 4.10.0 to 4.11.0

Bumps drupal/geocoder from 4.10.0 to 4.11.0.

---
updated-dependencies:
- dependency-name: drupal/geocoder
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* Media Library is incredibly slow.

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Nathan Douglas <[email protected]>
Bumps [phpstan/phpstan](https://github.com/phpstan/phpstan) from 1.10.44 to 1.10.46.
- [Release notes](https://github.com/phpstan/phpstan/releases)
- [Changelog](https://github.com/phpstan/phpstan/blob/1.11.x/CHANGELOG.md)
- [Commits](phpstan/phpstan@1.10.44...1.10.46)

---
updated-dependencies:
- dependency-name: phpstan/phpstan
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [va-gov/content-build](https://github.com/department-of-veterans-affairs/content-build) from 0.0.3394 to 0.0.3396.
- [Release notes](https://github.com/department-of-veterans-affairs/content-build/releases)
- [Commits](department-of-veterans-affairs/content-build@v0.0.3394...v0.0.3396)

---
updated-dependencies:
- dependency-name: va-gov/content-build
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…ting nodes (#16252)

* add functional test for resource field exclusion

* add functional test for resource field exclusion

* add exported config with disabled resource fields

---------

Co-authored-by: Tanner Heffner <[email protected]>
* VACMS-15714 Add VAMC System Police content type

* VACMS-15714 Add VAMC Police permissions.

* VACMS-15714 Add alias pattern for VA Police.

* VACMS-15714 Add auto title, fields and formatting to VAMC police.

* VACMS-15714 Add CM document.

* VACMS-15714 Make alias based on node title.

* Remove preview link.

* Add base field override.

* VACMS-15714 Show cc labels and change title.

* VACMS-15714 Add National term definition.

* Add VA Police and supplemental status to workbenc access.

* VACMS-15714 Show title field so menu title will populate.

* VACMS-15714 Remove breadcrumb settings changes that snuck in.
Bumps [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) from 9.6.13 to 9.6.15.
- [Changelog](https://github.com/sebastianbergmann/phpunit/blob/9.6.15/ChangeLog-9.6.md)
- [Commits](sebastianbergmann/phpunit@9.6.13...9.6.15)

---
updated-dependencies:
- dependency-name: phpunit/phpunit
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [datadog/dd-trace](https://github.com/DataDog/dd-trace-php) from 0.94.0 to 0.94.1.
- [Release notes](https://github.com/DataDog/dd-trace-php/releases)
- [Commits](DataDog/dd-trace-php@0.94.0...0.94.1)

---
updated-dependencies:
- dependency-name: datadog/dd-trace
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* VACMS-15968: Removes Event outreach checkbox related feature toggles.

* VACMS-15968: Move outreach logic to new Event entity bundle class.

* VACMS-15968: Modifies Event test to account for feature toggles being removed.

* VACMS-15968: Renames a method to avoid confusion.

* VACMS-15968: Removing unused dependencies.

* VACMS-15968: Resolves bug when combining arrays and comparing them to the Outreach Calendar.

---------

Co-authored-by: Daniel Sasser <[email protected]>
Co-authored-by: Jill Adams <[email protected]>
…6261)

* VACMS-15869: Updates config and adds install file for db update.

* VACMS-15869: Adds test to check for reanimating archived

* Update docroot/modules/custom/va_gov_workflow/va_gov_workflow.install

Co-authored-by: Steve Wirt <[email protected]>

* Update docroot/modules/custom/va_gov_workflow/va_gov_workflow.install

Co-authored-by: Steve Wirt <[email protected]>

* Update docroot/modules/custom/va_gov_workflow/va_gov_workflow.install

Co-authored-by: Steve Wirt <[email protected]>

* VACMS-15869: Reorders functions

* Update vba_facility.feature

Co-authored-by: Steve Wirt <[email protected]>

* VACMS-15869: Removes vba_facility from editorial workflow (once again)

* VACMS-15869: Removes config that snuck back in

* VACMS-15869: Change weights of moderation states to match flow and editorial workflow

---------

Co-authored-by: Steve Wirt <[email protected]>
* VACMS-16108: Removes form errors on link field conditionally based on standalone value.

* VACMS-16108: Adds test for q_a content type.

---------

Co-authored-by: Daniel Sasser <[email protected]>
* VACMS-16015: Adds export view for VAMC facilities

* VACMS-16015: Updates name and sorting
Bumps drupal/danse from 2.2.18 to 2.2.19.

---
updated-dependencies:
- dependency-name: drupal/danse
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* updated re fdback and approval from UX Lead, not PO

* updated research-sessions ticket

* updated research-sessions

* synthesis ticket and renamed 2 other tickets

* working on readout/post tasks ticket

* updated readout & post-tasks ticket

* updated research-sessions template

* updated research synthesis and reporting

* updated readout and post tasks

* updated readout and post-tasks

* updated link to CMS participant tracking dB

* revised per Alexis's fdback

* fixed a few missed items

* revised review/collab cycle template

* light revisions on discovery template

* revised runbook template

* minor tweaks

* updated link to CMS collab cycle

* tweaks to editor-facing research and collab cycle

* typo

---------

Co-authored-by: Dave Pickett <[email protected]>
Bumps [va-gov/content-build](https://github.com/department-of-veterans-affairs/content-build) from 0.0.3396 to 0.0.3400.
- [Release notes](https://github.com/department-of-veterans-affairs/content-build/releases)
- [Commits](department-of-veterans-affairs/content-build@v0.0.3396...v0.0.3400)

---
updated-dependencies:
- dependency-name: va-gov/content-build
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Daniel Sasser <[email protected]>
Co-authored-by: Daniel Sasser <[email protected]>
* VACMS-15715 Create and publish VA police pages.

* VACMS-15715 Build VA police menu items.

* VACMS-15715 Make top task variable more generic.
Bumps [phpstan/phpstan](https://github.com/phpstan/phpstan) from 1.10.46 to 1.10.47.
- [Release notes](https://github.com/phpstan/phpstan/releases)
- [Changelog](https://github.com/phpstan/phpstan/blob/1.11.x/CHANGELOG.md)
- [Commits](phpstan/phpstan@1.10.46...1.10.47)

---
updated-dependencies:
- dependency-name: phpstan/phpstan
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* VACMS-16231: Updates Taxonomy term view filter

* VACMS-16231: Change the operator_id to old name
Bumps [va-gov/content-build](https://github.com/department-of-veterans-affairs/content-build) from 0.0.3400 to 0.0.3403.
- [Release notes](https://github.com/department-of-veterans-affairs/content-build/releases)
- [Commits](department-of-veterans-affairs/content-build@v0.0.3400...v0.0.3403)

---
updated-dependencies:
- dependency-name: va-gov/content-build
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
omahane and others added 22 commits February 13, 2024 14:52
* Restores field.field.node.vba_facility.field_intro_text.yml

* Restores field.field.node.vba_facility.field_intro_text.yml

* Delete config/sync/config/sync directory

Remove accidentally created directory
Bumps drupal/codit_menu_tools from 1.0.1 to 1.0.3.

---
updated-dependencies:
- dependency-name: drupal/codit_menu_tools
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [va-gov/content-build](https://github.com/department-of-veterans-affairs/content-build) from 0.0.3439 to 0.0.3440.
- [Release notes](https://github.com/department-of-veterans-affairs/content-build/releases)
- [Commits](department-of-veterans-affairs/content-build@v0.0.3439...v0.0.3440)

---
updated-dependencies:
- dependency-name: va-gov/content-build
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* VACMS-16233 Make script-library sandbox keep track of the last success and resume.

* VACMS-16233 Make menu script report progress more specific.

* Fix logging category.
* add next-build as an option for requesting a content release

* only override needed form fields for content release form

* be more specific with repo roots in settings for different envs

* fix broken unit test

* fix broken integration test

* add api client for next-build

* try different file root location

* add frontend information to payload, pass info to build trigger

* add start to next-build frontend script

* update next-build-frontend.sh script

* further separate content release state machines

* remove seperate release state manager

* remove all references to simulatenous building using current pattern

* simpler build trigger within form submission

* debug Tugboat

* filename change for queue runner

* try kicking off script via cron

* add more debugging to cron run

* correct git location for next-build

* make build script executable

* cleanup code

* add documentation

* more code cleanup

* update docs to trigger after failed tugboat

* cleanup code

* Update scripts/next-build-frontend.sh

Co-authored-by: Tanner Heffner <[email protected]>

* Update scripts/next-build-frontend.sh

Co-authored-by: Tanner Heffner <[email protected]>

* Update scripts/next-build-frontend.sh

Co-authored-by: Tanner Heffner <[email protected]>

* fixes from code review

---------

Co-authored-by: Tanner Heffner <[email protected]>
Bumps [va-gov/content-build](https://github.com/department-of-veterans-affairs/content-build) from 0.0.3440 to 0.0.3441.
- [Release notes](https://github.com/department-of-veterans-affairs/content-build/releases)
- [Commits](department-of-veterans-affairs/content-build@v0.0.3440...v0.0.3441)

---
updated-dependencies:
- dependency-name: va-gov/content-build
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps drupal/office_hours from 1.12.0 to 1.15.0.

---
updated-dependencies:
- dependency-name: drupal/office_hours
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Edmund Dunn <[email protected]>
Bumps [va-gov/content-build](https://github.com/department-of-veterans-affairs/content-build) from 0.0.3441 to 0.0.3442.
- [Release notes](https://github.com/department-of-veterans-affairs/content-build/releases)
- [Commits](department-of-veterans-affairs/content-build@v0.0.3441...v0.0.3442)

---
updated-dependencies:
- dependency-name: va-gov/content-build
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [va-gov/content-build](https://github.com/department-of-veterans-affairs/content-build) from 0.0.3442 to 0.0.3443.
- [Release notes](https://github.com/department-of-veterans-affairs/content-build/releases)
- [Commits](department-of-veterans-affairs/content-build@v0.0.3442...v0.0.3443)

---
updated-dependencies:
- dependency-name: va-gov/content-build
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps drupal/office_hours from 1.15.0 to 1.16.0.

---
updated-dependencies:
- dependency-name: drupal/office_hours
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [mglaman/phpstan-drupal](https://github.com/mglaman/phpstan-drupal) from 1.2.6 to 1.2.7.
- [Release notes](https://github.com/mglaman/phpstan-drupal/releases)
- [Commits](mglaman/phpstan-drupal@1.2.6...1.2.7)

---
updated-dependencies:
- dependency-name: mglaman/phpstan-drupal
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Edmund Dunn <[email protected]>
…ng status (#17293)

* VACMS-17289: added patch to fix core bug

* VACMS-17289: updated composer.lock
Bumps [phpstan/phpstan](https://github.com/phpstan/phpstan) from 1.10.58 to 1.10.59.
- [Release notes](https://github.com/phpstan/phpstan/releases)
- [Changelog](https://github.com/phpstan/phpstan/blob/1.11.x/CHANGELOG.md)
- [Commits](phpstan/phpstan@1.10.58...1.10.59)

---
updated-dependencies:
- dependency-name: phpstan/phpstan
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps drupal/dynamic_entity_reference from 3.1.0 to 3.2.0.

---
updated-dependencies:
- dependency-name: drupal/dynamic_entity_reference
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [va-gov/content-build](https://github.com/department-of-veterans-affairs/content-build) from 0.0.3443 to 0.0.3444.
- [Release notes](https://github.com/department-of-veterans-affairs/content-build/releases)
- [Commits](department-of-veterans-affairs/content-build@v0.0.3443...v0.0.3444)

---
updated-dependencies:
- dependency-name: va-gov/content-build
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [datadog/dd-trace](https://github.com/DataDog/dd-trace-php) from 0.97.0 to 0.98.0.
- [Release notes](https://github.com/DataDog/dd-trace-php/releases)
- [Commits](DataDog/dd-trace-php@0.97.0...0.98.0)

---
updated-dependencies:
- dependency-name: datadog/dd-trace
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [masci/datadog](https://github.com/masci/datadog) from 1.6.0 to 1.7.1.
- [Release notes](https://github.com/masci/datadog/releases)
- [Commits](masci/datadog@68f124e...a5d283e)

---
updated-dependencies:
- dependency-name: masci/datadog
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Edmund Dunn <[email protected]>
* Bump drupal/monolog from 2.2.0 to 3.0.2

Bumps drupal/monolog from 2.2.0 to 3.0.2.

---
updated-dependencies:
- dependency-name: drupal/monolog
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>

* Bump drupal/monolog from 2.2.0 to 3.0.2

Bumps drupal/monolog from 2.2.0 to 3.0.2.

---
updated-dependencies:
- dependency-name: drupal/monolog
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>

* fix for custom code to align with monolog updates

* updated composer.lock

* updated composer.lock

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Edmund Dunn <[email protected]>
Bumps [squizlabs/php_codesniffer](https://github.com/PHPCSStandards/PHP_CodeSniffer) from 3.8.1 to 3.9.1.
- [Release notes](https://github.com/PHPCSStandards/PHP_CodeSniffer/releases)
- [Changelog](https://github.com/PHPCSStandards/PHP_CodeSniffer/blob/master/CHANGELOG.md)
- [Commits](PHPCSStandards/PHP_CodeSniffer@3.8.1...3.9.1)

---
updated-dependencies:
- dependency-name: squizlabs/php_codesniffer
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file php Pull requests that update Php code labels Apr 2, 2024
@dependabot dependabot bot requested a review from a team as a code owner April 10, 2024 21:40
Copy link
Contributor Author

dependabot bot commented on behalf of github Apr 11, 2024

Looks like squizlabs/php_codesniffer is up-to-date now, so this is no longer needed.

@dependabot dependabot bot closed this Apr 11, 2024
@dependabot dependabot bot deleted the dependabot/composer/squizlabs/php_codesniffer-3.9.1 branch April 11, 2024 00:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file php Pull requests that update Php code
Projects
None yet
Development

Successfully merging this pull request may close these issues.