Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 1, 2024

Bumps the composer group with 8 updates in the / directory:

Package From To
php-parallel-lint/php-parallel-lint 1.3.2 1.4.0
phpcompatibility/phpcompatibility-wp 2.1.4 2.1.5
phpstan/phpstan 1.10.59 1.11.3
szepeviktor/phpstan-wordpress 1.3.3 1.3.4
composer/pcre 3.1.1 3.1.4
composer/xdebug-handler 3.0.3 3.0.5
symfony/config 5.4.36 5.4.39
symfony/dependency-injection 5.4.36 5.4.39

Updates php-parallel-lint/php-parallel-lint from 1.3.2 to 1.4.0

Release notes

Sourced from php-parallel-lint/php-parallel-lint's releases.

v1.4.0

New version with support up to PHP 8.3 and preliminary support for PHP 8.4.

Added

  • The "skip linting" feature can now be used in PHP files starting with a shebang, #146 from @​xaben.

Fixed

  • PHP 8.4 deprecation notice, #154 from @​Ayesh and @​jrfnl.
  • Bug fix: the PHP version check in the application bootstrap did not work on PHP < 5.3, #100 from @​jrfnl, fixes #62.
  • Bug fix: files containing the ~ character in their name can now be processed correctly, #118 from @​jrfnl.
  • Bug fix: error message sometimes displayed on last line of code snippet, #98 from @​jrfnl, fixes #93.
  • Bug fix: error message would sometimes contain duplicate information, #117 from @​jrfnl.
  • Bug fix: the "in file .. on line part" text did not always get cleaned correctly from the error message, #118 from @​jrfnl.

Changed

Internal

#62: php-parallel-lint/PHP-Parallel-Lint#62 #93: php-parallel-lint/PHP-Parallel-Lint#93 #96: php-parallel-lint/PHP-Parallel-Lint#96 #97: php-parallel-lint/PHP-Parallel-Lint#97 #98: php-parallel-lint/PHP-Parallel-Lint#98 #99: php-parallel-lint/PHP-Parallel-Lint#99 #100: php-parallel-lint/PHP-Parallel-Lint#100

... (truncated)

Changelog

Sourced from php-parallel-lint/php-parallel-lint's changelog.

1.4.0 - 2024-03-27

Added

  • The "skip linting" feature can now be used in PHP files starting with a shebang, #146 from [@​xaben].

Fixed

  • PHP 8.4 deprecation notice, #154 from [@​Ayesh] and [@​jrfnl].
  • Bug fix: the PHP version check in the application bootstrap did not work on PHP < 5.3, #100 from [@​jrfnl], fixes #62.
  • Bug fix: files containing the ~ character in their name can now be processed correctly, #118 from [@​jrfnl].
  • Bug fix: error message sometimes displayed on last line of code snippet, #98 from [@​jrfnl], fixes #93.
  • Bug fix: error message would sometimes contain duplicate information, #117 from [@​jrfnl].
  • Bug fix: the "in file .. on line part" text did not always get cleaned correctly from the error message, #118 from [@​jrfnl].

Changed

Internal

#62: php-parallel-lint/PHP-Parallel-Lint#62 #93: php-parallel-lint/PHP-Parallel-Lint#93 #96: php-parallel-lint/PHP-Parallel-Lint#96 #97: php-parallel-lint/PHP-Parallel-Lint#97 #98: php-parallel-lint/PHP-Parallel-Lint#98 #99: php-parallel-lint/PHP-Parallel-Lint#99 #100: php-parallel-lint/PHP-Parallel-Lint#100 #102: php-parallel-lint/PHP-Parallel-Lint#102

... (truncated)

Commits
  • 6db5635 Changed version to 1.4.0
  • dd8accf README: update supported versions
  • c1600cd Changelog for the 1.4.0 release
  • d8ccacd CHANGELOG: order link list alphabetically
  • 359379e GH Actions: fix duplicate release
  • 9447a5c GH Actions: version update for various predefined actions
  • c6dad33 OutputTest: fix risky test
  • c09ad7f Make PHP 8.4 implicit nullability fix compatible with PHP < 7.1
  • 4d65d62 [PHP 8.4] Fixes for implicit nullability deprecation
  • b90851f Skip shebang sequence if it is the first line
  • Additional commits viewable in compare view

Updates phpcompatibility/phpcompatibility-wp from 2.1.4 to 2.1.5

Release notes

Sourced from phpcompatibility/phpcompatibility-wp's releases.

2.1.5 - 2024-04-25

Commits
  • 01c1ff2 Merge pull request #58 from PHPCompatibility/feature/changelog-2.1.5
  • d427f4d Changelog for the release of version 2.1.5
  • 27ae51f Merge pull request #55 from swissspidy/add/wp65-polyfills
  • cd655a3 Merge pull request #56 from fredden/feature/composer.lock-false
  • 373dcaf Merge pull request #57 from PHPCompatibility/feature/ghactions-xmllint-bypass...
  • 55cd61b GH Actions: work around intermittent apt-get errors
  • dff681f Composer: avoid writing a lock file
  • 6904657 WP 6.5: account for new function polyfills
  • 02e4bf7 Merge pull request #53 from PHPCompatibility/feature/composer-security-link
  • 261a93b Composer.json: add link to security policy
  • Additional commits viewable in compare view

Updates phpstan/phpstan from 1.10.59 to 1.11.3

Release notes

Sourced from phpstan/phpstan's releases.

1.11.3

Improvements 🔧

Bugfixes 🐛

Function signature fixes 🤖

Internals 🔍

1.11.2

Improvements 🔧

  • Stricter @phpstan-ignore identifiers parser (#3079, #3090, #3091), thanks @​janedbal!
    • The parser now rejects some syntax that was possible but undocumented in 1.11.0 and 1.11.1

... (truncated)

Commits
  • e64220a PHPStan 1.11.3
  • fb35d99 Update baselines
  • ad4bed9 Fix Laravel tests
  • 1310ce9 Updated PHPStan to commit 1310ce93bf4ef94b1fdba1b90f22ccf003599623
  • e755cfd Update baselines
  • 9d04483 Update Laravel tests
  • baac33c Update PMMP baseline
  • 29ce55c Updated PHPStan to commit 29ce55c5d33d0c0f0a16a466b35be35f98135d77
  • 08dbe82 Updated PHPStan to commit 08dbe8266a29c86093a57e074537f64cecba70f7
  • dae9335 Updated PHPStan to commit dae9335075964f197aa5d965b3d38c12788a6405
  • Additional commits viewable in compare view

Updates squizlabs/php_codesniffer from 3.9.0 to 3.10.1

Release notes

Sourced from squizlabs/php_codesniffer's releases.

3.10.1 - 2024-05-22

Added

  • Documentation for the following sniffs:
    • Generic.Commenting.DocComment
    • Thanks to Rodrigo Primo for the patch.

Changed

  • The following have received efficiency improvements:
  • Various housekeeping, including improvements to the tests and documentation.

Fixed

  • Fixed bug #110, #437, #475: File::findStartOfStatement(): the start of statement/expression determination for tokens in parentheses/short array brackets/others scopes, nested within match expressions, was incorrect in most cases. The trickle down effect of the bug fixes made to the File::findStartOfStatement() method, is that the Generic.WhiteSpace.ScopeIndent and the PEAR.WhiteSpace.ScopeIndent sniffs should now be able to correctly determine and fix the indent for match expressions containing nested expressions. These fixes also fix an issue with the Squiz.Arrays.ArrayDeclaration sniff and possibly other, unreported bugs.
  • Fixed bug #504: The tokenizer could inadvertently mistake the last parameter in a function call using named arguments for a DNF type.
  • Fixed bug #508: Tokenizer/PHP: extra hardening against handling parse errors in the type handling layer.

Statistics

Closed: 5 issues Merged: 7 pull requests

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

Full Changelog: PHPCSStandards/PHP_CodeSniffer@3.10.0...3.10.1

3.10.0 - 2024-05-20

Added

  • Tokenizer support for PHP 8.2 Disjunctive Normal Form (DNF) types. #3731, #387, #461
    • Includes new T_TYPE_OPEN_PARENTHESIS and T_TYPE_CLOSE_PARENTHESIS tokens to represent the parentheses in DNF types.
    • These new tokens, like other parentheses, will have the parenthesis_opener and parenthesis_closer token array indexes set and the tokens between them will have the nested_parenthesis index.
    • The File::getMethodProperties(), File::getMethodParameters() and File::getMemberProperties() methods now all support DNF types. #471, #472, #473
    • Additionally, the following sniff has been updated to support DNF types:
      • Generic.PHP.LowerCaseType #478
    • Thanks to Juliette Reinders Folmer for the patches.
  • Documentation for the following sniffs:
    • Squiz.WhiteSpace.FunctionClosingBraceSpace
    • Thanks to Przemek Hernik for the patch.

Changed

... (truncated)

Changelog

Sourced from squizlabs/php_codesniffer's changelog.

[3.10.1] - 2024-05-22

Added

  • Documentation for the following sniffs:
    • Generic.Commenting.DocComment
    • Thanks to [Rodrigo Primo][@​rodrigoprimo] for the patch.

Changed

  • The following have received efficiency improvements:
    • Type handling in the PHP Tokenizer
    • Thanks to [Juliette Reinders Folmer][@​jrfnl] for the patch.
  • Various housekeeping, including improvements to the tests and documentation.
    • Thanks to [Juliette Reinders Folmer][@​jrfnl] for their contributions.

Fixed

  • Fixed bug #110, #437, #475: File::findStartOfStatement(): the start of statement/expression determination for tokens in parentheses/short array brackets/others scopes, nested within match expressions, was incorrect in most cases. The trickle down effect of the bug fixes made to the File::findStartOfStatement() method, is that the Generic.WhiteSpace.ScopeIndent and the PEAR.WhiteSpace.ScopeIndent sniffs should now be able to correctly determine and fix the indent for match expressions containing nested expressions. These fixes also fix an issue with the Squiz.Arrays.ArrayDeclaration sniff and possibly other, unreported bugs.
    • Thanks to [Juliette Reinders Folmer][@​jrfnl] for the patch
  • Fixed bug #504: The tokenizer could inadvertently mistake the last parameter in a function call using named arguments for a DNF type.
    • Thanks to [Juliette Reinders Folmer][@​jrfnl] for the patch
  • Fixed bug #508: Tokenizer/PHP: extra hardening against handling parse errors in the type handling layer.
    • Thanks to [Juliette Reinders Folmer][@​jrfnl] for the patch

#110: PHPCSStandards/PHP_CodeSniffer#110 #437: PHPCSStandards/PHP_CodeSniffer#437 #475: PHPCSStandards/PHP_CodeSniffer#475 #504: PHPCSStandards/PHP_CodeSniffer#504 #508: PHPCSStandards/PHP_CodeSniffer#508

[3.10.0] - 2024-05-20

Added

  • Tokenizer support for PHP 8.2 Disjunctive Normal Form (DNF) types. #3731[sq-3731], #387, #461
    • Includes new T_TYPE_OPEN_PARENTHESIS and T_TYPE_CLOSE_PARENTHESIS tokens to represent the parentheses in DNF types.
    • These new tokens, like other parentheses, will have the parenthesis_opener and parenthesis_closer token array indexes set and the tokens between them will have the nested_parenthesis index.
    • The File::getMethodProperties(), File::getMethodParameters() and File::getMemberProperties() methods now all support DNF types. #471, #472, #473
    • Additionally, the following sniff has been updated to support DNF types:
      • Generic.PHP.LowerCaseType #478
    • Thanks to [Juliette Reinders Folmer][@​jrfnl] for the patches.
  • Documentation for the following sniffs:
    • Squiz.WhiteSpace.FunctionClosingBraceSpace
    • Thanks to [Przemek Hernik][@​przemekhernik] for the patch.

Changed

  • The help screens have received a face-lift for improved usability and readability. #447
  • The Squiz.Commenting.ClosingDeclarationComment sniff will now also examine and flag closing comments for traits. #442
  • The following sniff(s) have efficiency improvements:

... (truncated)

Commits
  • 8f90f7a Merge pull request #510 from PHPCSStandards/feature/changelog-3.10.1
  • c9525a8 Changelog for the 3.10.1 release
  • 3361ff2 Merge pull request #509 from PHPCSStandards/feature/file-findstartendofstatem...
  • fb351b3 Merge pull request #508 from PHPCSStandards/feature/tokenizer-php-harden-the-...
  • a82f02e File::find[Start|End]OfStatement(): add QA tests
  • 83373f9 File::findStartOfStatement(): fix some unintentional parse errors in the test...
  • 83afad8 Tokenizer/PHP: minor doc fix in type handling layer
  • 87c3936 Tokenizer/PHP: efficiency fix
  • 07477a7 Tokenizer/PHP: don't retokenize tokens in a broken type DNF declaration
  • cac9038 Tokenizer/PHP: efficiency improvement for DNF type handling
  • Additional commits viewable in compare view

Updates szepeviktor/phpstan-wordpress from 1.3.3 to 1.3.4

Release notes

Sourced from szepeviktor/phpstan-wordpress's releases.

v1.3.4

One more global constant.

Commits

Updates composer/pcre from 3.1.1 to 3.1.4

Release notes

Sourced from composer/pcre's releases.

3.1.4

  • Fixed one last deprecation when running on PHP 8.4

Full Changelog: composer/pcre@3.1.3...3.1.4

3.1.3

  • Fixed deprecations when running on PHP 8.4

Full Changelog: composer/pcre@3.1.2...3.1.3

3.1.2

  • Fixed @param-out and $match by-ref args to work better with PHPStan 1.10.60
  • Fixed bug in Preg::replaceCallbackStrictGroups not detecting null values when used with PREG_OFFSET_CAPTURE

Full Changelog: composer/pcre@3.1.1...3.1.2

Commits
  • 04229f1 Add nullable to Preg::replaceCallbackStrictGroups (#22)
  • 5b16e25 Merge branch '2.x'
  • 540af38 Fix phpstan baseline
  • 3de930c Add conditional param-out to fix internal returns
  • 28fb502 Fix php8.4 deprecations and add CI versions
  • 4775f35 Fix bug in Preg::replaceCallbackStrictGroups not detecting null values when u...
  • 7539e8f Merge branch '2.x'
  • 02b8774 Update param-out annotations
  • See full diff in compare view

Updates composer/xdebug-handler from 3.0.3 to 3.0.5

Release notes

Sourced from composer/xdebug-handler's releases.

3.0.5

  • Fixed: fail restart if PHP_BINARY is not available

3.0.4

  • Added: Functional tests.
  • Fixed: Incompatibility with PHPUnit 10.
Changelog

Sourced from composer/xdebug-handler's changelog.

[3.0.5] - 2024-05-06

  • Fixed: fail restart if PHP_BINARY is not available

[3.0.4] - 2024-03-26

  • Added: Functional tests.
  • Fixed: Incompatibility with PHPUnit 10.
Commits

Updates php-stubs/wordpress-stubs from 6.4.3 to 6.5.3

Release notes

Sourced from php-stubs/wordpress-stubs's releases.

v6.5.3

What's Changed

Full Changelog: php-stubs/wordpress-stubs@v6.5.0...v6.5.3

WordPress 6.5 with many more features

Do core people see our type fixes??

Commits

Updates phpcompatibility/phpcompatibility-paragonie from 1.3.2 to 1.3.3

Release notes

Sourced from phpcompatibility/phpcompatibility-paragonie's releases.

1.3.3 - 2024-04-25

  • Prevent a new false positive when the ruleset is run over the code of the latest 1.x version of the sodium_compat polyfill itself.
  • The recommended version of the Composer PHPCS plugin is now ^1.0.
  • Other housekeeping. Includes a contribution from @​fredden.
Commits
  • 293975b Merge pull request #47 from PHPCompatibility/feature/changelog-1.3.3
  • 2449b00 Changelog for the release of version 1.3.3
  • 79eeee8 Merge pull request #48 from PHPCompatibility/feature/ghactions-minor-simplifi...
  • b6e1fd6 GH Actions: minor simplification
  • a53621b Merge pull request #44 from fredden/feature/composer.lock-false
  • f68cae1 Composer: avoid writing a lock file
  • a11d6ed Merge pull request #45 from PHPCompatibility/feature/ghactions-xmllint-bypass...
  • 0d82f23 GH Actions: work around intermittent apt-get errors
  • ede80c8 Merge pull request #46 from PHPCompatibility/feature/ghactions-update-for-sod...
  • 93a3376 Sodium Compat ruleset: prevent triggering on the polyfill
  • Additional commits viewable in compare view

Updates symfony/config from 5.4.36 to 5.4.39

Release notes

Sourced from symfony/config's releases.

v5.4.39

Changelog (symfony/config@v5.4.38...v5.4.39)

  • no significant changes

v5.4.38

Changelog (symfony/config@v5.4.37...v5.4.38)

Commits
  • 62cec4a Auto-close PRs on subtree-splits
  • 3dcd47d [Config] Fix YamlReferenceDumper handling of array examples
  • See full diff in compare view

Updates symfony/dependency-injection from 5.4.36 to 5.4.39

Release notes

Sourced from symfony/dependency-injection's releases.

v5.4.39

Description has been truncated

Bumps the composer group with 8 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [php-parallel-lint/php-parallel-lint](https://github.com/php-parallel-lint/PHP-Parallel-Lint) | `1.3.2` | `1.4.0` |
| [phpcompatibility/phpcompatibility-wp](https://github.com/PHPCompatibility/PHPCompatibilityWP) | `2.1.4` | `2.1.5` |
| [phpstan/phpstan](https://github.com/phpstan/phpstan) | `1.10.59` | `1.11.3` |
| [szepeviktor/phpstan-wordpress](https://github.com/szepeviktor/phpstan-wordpress) | `1.3.3` | `1.3.4` |
| [composer/pcre](https://github.com/composer/pcre) | `3.1.1` | `3.1.4` |
| [composer/xdebug-handler](https://github.com/composer/xdebug-handler) | `3.0.3` | `3.0.5` |
| [symfony/config](https://github.com/symfony/config) | `5.4.36` | `5.4.39` |
| [symfony/dependency-injection](https://github.com/symfony/dependency-injection) | `5.4.36` | `5.4.39` |



Updates `php-parallel-lint/php-parallel-lint` from 1.3.2 to 1.4.0
- [Release notes](https://github.com/php-parallel-lint/PHP-Parallel-Lint/releases)
- [Changelog](https://github.com/php-parallel-lint/PHP-Parallel-Lint/blob/develop/CHANGELOG.md)
- [Commits](php-parallel-lint/PHP-Parallel-Lint@v1.3.2...v1.4.0)

Updates `phpcompatibility/phpcompatibility-wp` from 2.1.4 to 2.1.5
- [Release notes](https://github.com/PHPCompatibility/PHPCompatibilityWP/releases)
- [Commits](PHPCompatibility/PHPCompatibilityWP@2.1.4...2.1.5)

Updates `phpstan/phpstan` from 1.10.59 to 1.11.3
- [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.59...1.11.3)

Updates `squizlabs/php_codesniffer` from 3.9.0 to 3.10.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.9.0...3.10.1)

Updates `szepeviktor/phpstan-wordpress` from 1.3.3 to 1.3.4
- [Release notes](https://github.com/szepeviktor/phpstan-wordpress/releases)
- [Commits](szepeviktor/phpstan-wordpress@v1.3.3...v1.3.4)

Updates `composer/pcre` from 3.1.1 to 3.1.4
- [Release notes](https://github.com/composer/pcre/releases)
- [Commits](composer/pcre@3.1.1...3.1.4)

Updates `composer/xdebug-handler` from 3.0.3 to 3.0.5
- [Release notes](https://github.com/composer/xdebug-handler/releases)
- [Changelog](https://github.com/composer/xdebug-handler/blob/main/CHANGELOG.md)
- [Commits](composer/xdebug-handler@3.0.3...3.0.5)

Updates `php-stubs/wordpress-stubs` from 6.4.3 to 6.5.3
- [Release notes](https://github.com/php-stubs/wordpress-stubs/releases)
- [Commits](php-stubs/wordpress-stubs@v6.4.3...v6.5.3)

Updates `phpcompatibility/phpcompatibility-paragonie` from 1.3.2 to 1.3.3
- [Release notes](https://github.com/PHPCompatibility/PHPCompatibilityParagonie/releases)
- [Commits](PHPCompatibility/PHPCompatibilityParagonie@1.3.2...1.3.3)

Updates `symfony/config` from 5.4.36 to 5.4.39
- [Release notes](https://github.com/symfony/config/releases)
- [Changelog](https://github.com/symfony/config/blob/7.1/CHANGELOG.md)
- [Commits](symfony/config@v5.4.36...v5.4.39)

Updates `symfony/dependency-injection` from 5.4.36 to 5.4.39
- [Release notes](https://github.com/symfony/dependency-injection/releases)
- [Changelog](https://github.com/symfony/dependency-injection/blob/7.1/CHANGELOG.md)
- [Commits](symfony/dependency-injection@v5.4.36...v5.4.39)

Updates `symfony/deprecation-contracts` from 2.5.2 to 2.5.3
- [Release notes](https://github.com/symfony/deprecation-contracts/releases)
- [Changelog](https://github.com/symfony/deprecation-contracts/blob/main/CHANGELOG.md)
- [Commits](symfony/deprecation-contracts@v2.5.2...v2.5.3)

Updates `symfony/filesystem` from 5.4.35 to 5.4.39
- [Release notes](https://github.com/symfony/filesystem/releases)
- [Changelog](https://github.com/symfony/filesystem/blob/7.1/CHANGELOG.md)
- [Commits](symfony/filesystem@v5.4.35...v5.4.39)

Updates `symfony/service-contracts` from 2.5.2 to 2.5.3
- [Release notes](https://github.com/symfony/service-contracts/releases)
- [Changelog](https://github.com/symfony/service-contracts/blob/main/CHANGELOG.md)
- [Commits](symfony/service-contracts@v2.5.2...v2.5.3)

---
updated-dependencies:
- dependency-name: php-parallel-lint/php-parallel-lint
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: composer
- dependency-name: phpcompatibility/phpcompatibility-wp
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: composer
- dependency-name: phpstan/phpstan
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: composer
- dependency-name: squizlabs/php_codesniffer
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: composer
- dependency-name: szepeviktor/phpstan-wordpress
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: composer
- dependency-name: composer/pcre
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: composer
- dependency-name: composer/xdebug-handler
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: composer
- dependency-name: php-stubs/wordpress-stubs
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: composer
- dependency-name: phpcompatibility/phpcompatibility-paragonie
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: composer
- dependency-name: symfony/config
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: composer
- dependency-name: symfony/dependency-injection
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: composer
- dependency-name: symfony/deprecation-contracts
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: composer
- dependency-name: symfony/filesystem
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: composer
- dependency-name: symfony/service-contracts
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: composer
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jun 1, 2024
@IanDelMar
Copy link
Contributor

@bacoords This is safe to merge.

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

Morty Proxy This is a proxified and sanitized view of the page, visit original site.