Skip to content

chore(deps): update binary tool pins#21

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

chore(deps): update binary tool pins#21
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 22, 2026

This PR contains the following updates:

Package Update Change
facebook/ktfmt minor 0.620.63
oxc-project/oxc minor 1.66.01.67.0
palantir/palantir-java-format minor 2.90.02.91.0
phpstan/phpstan patch 2.1.552.1.56

Release Notes

facebook/ktfmt (facebook/ktfmt)

v0.63

Compare Source

Added
  • Support ij_kotlin_indent_size in editorconfig. (#​604)
  • Support for lists within quoted blocks in KDoc comments (68fa158)
  • Fix ONLY_ADD trailing commas strategy causing lines over MAX_WIDTH length (#​610)
  • Remove forced breaking of context function types (#​613)
  • Preserve user-authored line breaks inside lambda bodies by default, rather than have ktfmt impose anything. This can be particularly useful for DSL syntax like Compose UI or Kotlin Gradle script. The behavior follows the FormattingOptions.preserveLambdaBreaks setting of the chosen style. (#​614)
  • Add a FormattingOptions.Builder API for tools to avoid breaking ABI changes with new options. (#​614)
oxc-project/oxc (oxc-project/oxc)

v1.67.0: oxlint v1.67.0 & oxfmt v0.52.0

Compare Source

Table of Contents
Oxlint v1.67.0
🚀 Features
  • 10da26b linter: no-misleading-character-class add suggestions for regex literal (#​22681) (Sysix)
  • b84941e linter/vue: Implement no-expose-after-await rule (#​22675) (bab)
  • 98b98c1 linter/vue: Implement no-computed-properties-in-data rule (#​22674) (bab)
  • 868e2e8 linter: Add suggestion for no-misleading-character-class (#​22631) (Sysix)
  • 2d4c919 oxlint: Support vite-plus/resolveConfig for vite.config.ts (#​22456) (leaysgur)
  • 2a60012 linter/vue: Implement require-render-return rule (#​22613) (bab)
  • 9f227fd linter/vue: Implement no-deprecated-props-default-this rule (#​21892) (bab)
  • 9cd28b3 linter: Add debug option to print files to be linted (#​22546) (camchenry)
  • 87f065e linter/vue: Implement return-in-emits-validator rule (#​21935) (bab)
  • ea0380c linter/unicorn: Implement import-style rule (#​22173) (Hao Chen)
  • dde40fe linter/vue: Implement no-watch-after-await rule (#​22006) (bab)
  • a735eb0 linter/vue: Implement valid-next-tick rule (#​22531) (bab)
  • 6dc615d linter/vue: Implement no-shared-component-data rule (#​21842) (bab)
  • a656418 linter/vue: Implement valid-define-options rule (#​22107) (bab)
  • bb6f1b2 linter/vue: Implement require-slots-as-functions rule (#​22244) (bab)
  • 5fa4774 linter/n: Implement callback-return rule (#​22470) (Mikhail Baev)
🐛 Bug Fixes
  • 52bd016 linter: Respect allow unused disable directives in LSP (#​22715) (camc314)
  • fa7c463 semantic: Correct TS enum member symbol spans (#​22689) (camc314)
  • ed445ba linter: Respect flags overrides for RegExp(/regex/i, "u") (#​22678) (Sysix)
  • 26b9396 semantic: Resolve parameter decorators outside parameter scope (#​22623) (camc314)
  • 203952d linter: no-misleading-character-class fix is_unicode_code_point_escape check (#​22655) (Sysix)
  • 2f64d3d linter: no-misleading-character-class own diagnostic for surrogate pairs without u flag (#​22654) (Sysix)
  • 0c6ebc2 linter/eslint/no-lone-blocks: Do not flag empty loops (#​22649) (Mikhail Baev)
  • 2a7562e linter/no-focused-tests: Mark fixer as a suggestion (#​22645) (camc314)
  • dbe644f linter: Respect args none for unused rest parameters (#​22627) (camc314)
  • d0211b0 linter: Allow undefined in DummyRuleMap index (#​22626) (camc314)
  • 36fc0ec oxlint/lsp: "ignore this" actions merge with existing directive (#​22604) (Sysix)
  • f7f370e linter/vitest/prefer-expect-type-of: Recommend toBeTypeOf instead of expectTypeOf (#​22612) (Mikhail Baev)
  • 77063e5 linter/consistent-indexed-object-style: Preserve interface modifiers in fixes (#​22579) (camc314)
  • 4f33aa7 linter: Treat TSGlobalDeclaration as ambient in has_ambient_typescript_ancestor (#​22577) (camc314)
⚡ Performance
  • c22938d linter/no-async-endpoint-handlers: Populate node types (#​22601) (camc314)
  • 607486e linter/no-negated-condition: Populate node types (#​22602) (camc314)
  • 4dcaa59 linter/consistent-type-imports: Populate node types (#​22600) (camc314)
  • 5bd3b25 linter/no-unused-vars: Avoid cloned ancestor iterator (#​22598) (camc314)
  • 97fe9ba linter/no-extra-non-null-assertion: Reduce node matches (#​22588) (camc314)
  • ae98296 linter/consistent-indexed-object-style: Populate node types (#​22578) (camc314)
Oxfmt v0.52.0
🚀 Features
  • 16b8058 oxfmt: Support vite-plus/resolveConfig for vite.config.ts (#​22454) (leaysgur)
🐛 Bug Fixes
⚡ Performance
  • 78cf83f formatter: Pre-size output buffer using source text length (#​22594) (Dunqing)
palantir/palantir-java-format (palantir/palantir-java-format)

v2.91.0

Compare Source

🐛 Fixes
  • Fix issue when wrapping markdown docstrings resulted in 2 slashes instead of 3 (#​1672)

Full Changelog: 2.90.0...2.91.0

phpstan/phpstan (phpstan/phpstan)

v2.1.56

Compare Source

This is the final send-off for PHPStan 2.1.x series! 👋 This release fixes 31 issues 🎉

PHPStan 2.2.0 will be released this Thursday.

Bleeding edge 🔪

If you want to see the shape of things to come and adopt bleeding edge features early, you can include this config file in your project's phpstan.neon:

includes:
	- vendor/phpstan/phpstan/conf/bleedingEdge.neon

Of course, there are no backwards compatibility guarantees when you include this file. The behaviour and reported errors can change in minor versions with this file included. Learn more

Improvements 🔧

Bugfixes 🐛

Performance 🏎️

Function signature fixes 🤖

Internals 🔍


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 22, 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 2 times, most recently from 58c230a to e151722 Compare May 26, 2026 08:32
@renovate renovate Bot changed the title chore(deps): update dependency palantir/palantir-java-format to v2.91.0 chore(deps): update binary tool pins May 26, 2026
@renovate renovate Bot force-pushed the renovate/binary-tool-pins branch 3 times, most recently from d0dc5bc to c8cf12b Compare May 26, 2026 12:56
@renovate renovate Bot force-pushed the renovate/binary-tool-pins branch from c8cf12b to 4c9653a Compare May 26, 2026 22:14
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