Skip to content

chore(deps): update binary tool pins#14

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/binary-tool-pins
Open

chore(deps): update binary tool pins#14
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/binary-tool-pins

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented May 16, 2026

This PR contains the following updates:

Package Update Change
PHP-CS-Fixer/PHP-CS-Fixer patch 3.95.13.95.2
helm/helm minor 4.1.44.2.0
oxc-project/oxc minor 1.64.01.65.0

Release Notes

PHP-CS-Fixer/PHP-CS-Fixer (PHP-CS-Fixer/PHP-CS-Fixer)

v3.95.2

Compare Source

  • fix: MethodArgumentSpaceFixer - avoid collapsing multi-line arguments (#​9559)
  • fix: ModifierKeywordsFixer - do not break PHP syntax for closures in constant expressions (#​9596)
  • fix: NoRedundantReadonlyPropertyFixer - fix TypeError when trait contains anonymous class (#​9457)
  • fix: PhpUnitAttributesFixer - add missing handling of CoversMethod and naive handling of CoversTrait (#​9588)
  • fix: TextReporter - always show summary footer (#​9595)
  • deps: bump crate-ci/typos from 1.45.1 to 1.46.0 in /.github/workflows in the all group across 1 directory (#​9605)
  • deps: bump ergebnis/composer-normalize from 2.50.0 to 2.51.0 in /dev-tools (#​9561)
  • deps: bump phpstan/phpstan from 2.1.46 to 2.1.47 in /dev-tools in the phpstan group (#​9560)
  • deps: bump phpstan/phpstan from 2.1.51 to 2.1.52 in /dev-tools in the phpstan group (#​9601)
  • deps: bump PHPUnit patch versions (#​9593)
  • deps: bump shipmonk/dead-code-detector from 1.0.0 to 1.1.0 in /dev-tools in the shipmonk group across 1 directory (#​9569)
  • deps: bump the all group across 1 directory with 2 updates (#​9570)
  • deps: bump the phpstan group across 1 directory with 2 updates (#​9608)
  • deps: update facile-it/paraunit to ^2.11 (#​9589)
  • deps: upgrade PHPUnit in GitHub Actions (#​9577)
  • chore: .gitattributes - export-ignore for logo.md (#​9611)
  • chore: .gitattributes - sort entries (#​9612)
  • chore: Add CS commit to .git-blame-ignore-revs
  • chore: Add CS commit to .git-blame-ignore-revs
  • chore: add tests to PhpdocTagCasingFixerTest (#​9610)
  • chore: cleanup AbstractFopenFlagFixer (#​9592)
  • chore: cleanup BlankLineBetweenImportGroupsFixer (#​9562)
  • chore: cleanup ControlStructureBracesFixer (#​9609)
  • chore: cleanup NoExtraBlankLinesFixer (#​9567)
  • chore: cleanup OrderedImportsFixer (#​9603)
  • chore: cleanup PhpdocSingleLineVarSpacingFixer (#​9591)
  • chore: cleanup PhpdocToReturnTypeFixer (#​9558)
  • chore: CS - apply PhpUnitRequiresConstraintFixer from https://github.com/kubawerlos/php-cs-fixer-custom-fixers (#​9581)
  • chore: CS - apply php_unit_attributes rule (#​9578)
  • chore: ensure consistent @author name per email (#​9606)
  • chore: fix wrong test Attribute (#​9586)
  • chore: infection - define staticAnalysisTool (#​9607)
  • chore: move Codecov config (#​9597)
  • CI: move PHPUnit version management earlier to prevent composer installation phase to run 2 times (#​9587)
  • CI: specify Codecov token (#​9556)
  • CI: use Codecov for code coverage (#​9553)
  • test: NoUnsetCastFixerTest - run any test on PHP >= 8 (#​9585)
helm/helm (helm/helm)

v4.2.0

Compare Source

oxc-project/oxc (oxc-project/oxc)

v1.65.0: oxlint v1.65.0 & oxfmt v0.50.0

Compare Source

Table of Contents
Oxlint v1.65.0
🚀 Features
  • 5478fb5 linter/jsdoc: Implement require-throws-description rule (#​22386) (Mikhail Baev)
  • b46d4de linter: Add --debug options and add per-rule timing info (#​22282) (camchenry)
  • c73225e linter/eslint: Implement prefer-arrow-callback rule (#​22312) (박천(Cheon Park))
  • de82b59 linter: Add support for eslint-plugin-jsx-a11y-x (#​22356) (mehm8128)
  • b170da3 linter: Implement no-implicit-globals (#​22249) (Jovi De Croock)
  • f44b6c8 linter: Fill schemas DummyRuleMap with built-in rules (#​22288) (Sysix)
  • 5cdb80d linter/jsx-a11y/: Implement no-interactive-element-to-noninteractive-role (#​22332) (anarefolio)
  • 2749422 linter/jsx-a11y: Add no-noninteractive-element-interactions (#​22337) (Pablo Tovar)
  • ba2a1d3 linter/jsdoc: Implement require-throws-type rule (#​22358) (Mikhail Baev)
  • d90729d linter/jsx-a11y: Implement control-has-associated-label (#​21985) (mehm8128)
  • 1d04903 linter/jsdoc: Implement require-yields-type rule (#​22331) (Mikhail Baev)
🐛 Bug Fixes
  • 04c4609 linter/no-nullable-type-assertion-style: Mark as suggestion (#​22450) (camc314)
  • 1c2b7ec linter/no-unused-vars: Handle shadowed self assignments (#​22387) (camc314)
  • 9faa1d5 linter/no-noninteractive-tabindex: Check conditional expressions (#​22435) (camc314)
  • 0854b3a linter/prefer-arrow-callback: Preserve TSX generic arrows in fixer (#​22434) (camc314)
  • 410b814 linter: Supply source_type to codegen fixer (#​22433) (camc314)
  • 3c1bb6f linter: Skip per-node dispatch for run_once-only rules in large files (#​22398) (Connor Shea)
  • 5206cde linter/no-unused-vars: Improve type-only rest parameters diagnostic (#​22385) (camc314)
  • c9a22b5 linter/consistent-function-scoping: Allow imported bindings (#​22384) (camc314)
  • c1e966d linter: Report type-only unused parameters in no-unused-vars (#​22368) (camchenry)
  • 4818d98 linter: Check whether path is under root before ignoring it (#​20101) (Leonabcd123)
  • 41fcdcf linter: Fix rule count not including override rules (#​19898) (Daniel Osmond)
  • 59b4f0e linter: Fix 'explicit-module-boundary-types' false positive with 'allowOverloadFunctions' (#​22341) (camchenry)
⚡ Performance
📚 Documentation
Oxfmt v0.50.0
💥 BREAKING CHANGES
🐛 Bug Fixes
  • 441d724 oxfmt: Fix "race probe" logic with unit tests (#​22378) (leaysgur)
  • e49ee26 formatter: Respect singleQuote for jsdoc import() type paths (#​22353) (Colin Lienard)
  • 43b9978 formatter/sort_imports: Treat subpath imports as internal (#​22440) (leaysgur)
  • 7c5cfa0 formatter: Handle jsx trailing comment with parens (#​22370) (leaysgur)
  • ac5f120 formatter: Fix erroneous formatting inside a template literal with parentheses (#​22262) (Jovi De Croock)
  • 3c53a95 formatter/sort_imports: Handle ignore comment as boundary (#​22369) (leaysgur)
  • 4dd83dd oxfmt: Send expandedStates variants as shared refs (#​22366) (leaysgur)
  • 055cc61 formatter: Expand JSX logical chain with leading line comment (#​22346) (leaysgur)
  • 8046222 formatter: Preserve type alias comment break (#​22261) (Jovi De Croock)
⚡ Performance

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate
Copy link
Copy Markdown
Contributor Author

renovate Bot commented May 16, 2026

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: undefined
Post-upgrade command 'uv run python scripts/fetch_checksums.py --force' has not been added to the allowed list in allowedCommands

@renovate renovate Bot force-pushed the renovate/binary-tool-pins branch 3 times, most recently from a3fe94f to 192f68b Compare May 17, 2026 08:26
@renovate renovate Bot force-pushed the renovate/binary-tool-pins branch from 192f68b to 0382dc2 Compare May 17, 2026 17:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants