chore(deps): update binary tool pins#21
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
Contributor
Author
|
58c230a to
e151722
Compare
d0dc5bc to
c8cf12b
Compare
c8cf12b to
4c9653a
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
0.62→0.631.66.0→1.67.02.90.0→2.91.02.1.55→2.1.56Release Notes
facebook/ktfmt (facebook/ktfmt)
v0.63Compare Source
Added
ij_kotlin_indent_sizein editorconfig. (#604)68fa158)ONLY_ADDtrailing commas strategy causing lines over MAX_WIDTH length (#610)contextfunction types (#613)FormattingOptions.preserveLambdaBreakssetting of the chosen style. (#614)FormattingOptions.BuilderAPI 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.0Compare Source
Table of Contents
Oxlint v1.67.0
🚀 Features
10da26blinter:no-misleading-character-classadd suggestions for regex literal (#22681) (Sysix)b84941elinter/vue: Implement no-expose-after-await rule (#22675) (bab)98b98c1linter/vue: Implement no-computed-properties-in-data rule (#22674) (bab)868e2e8linter: Add suggestion forno-misleading-character-class(#22631) (Sysix)2d4c919oxlint: Supportvite-plus/resolveConfigfor vite.config.ts (#22456) (leaysgur)2a60012linter/vue: Implement require-render-return rule (#22613) (bab)9f227fdlinter/vue: Implement no-deprecated-props-default-this rule (#21892) (bab)9cd28b3linter: Add debug option to print files to be linted (#22546) (camchenry)87f065elinter/vue: Implement return-in-emits-validator rule (#21935) (bab)ea0380clinter/unicorn: Implementimport-stylerule (#22173) (Hao Chen)dde40felinter/vue: Implement no-watch-after-await rule (#22006) (bab)a735eb0linter/vue: Implement valid-next-tick rule (#22531) (bab)6dc615dlinter/vue: Implement no-shared-component-data rule (#21842) (bab)a656418linter/vue: Implement valid-define-options rule (#22107) (bab)bb6f1b2linter/vue: Implement require-slots-as-functions rule (#22244) (bab)5fa4774linter/n: Implementcallback-returnrule (#22470) (Mikhail Baev)🐛 Bug Fixes
52bd016linter: Respect allow unused disable directives in LSP (#22715) (camc314)fa7c463semantic: Correct TS enum member symbol spans (#22689) (camc314)ed445balinter: Respect flags overrides forRegExp(/regex/i, "u")(#22678) (Sysix)26b9396semantic: Resolve parameter decorators outside parameter scope (#22623) (camc314)203952dlinter:no-misleading-character-classfixis_unicode_code_point_escapecheck (#22655) (Sysix)2f64d3dlinter:no-misleading-character-classown diagnostic for surrogate pairs without u flag (#22654) (Sysix)0c6ebc2linter/eslint/no-lone-blocks: Do not flag empty loops (#22649) (Mikhail Baev)2a7562elinter/no-focused-tests: Mark fixer as a suggestion (#22645) (camc314)dbe644flinter: Respect args none for unused rest parameters (#22627) (camc314)d0211b0linter: Allow undefined in DummyRuleMap index (#22626) (camc314)36fc0ecoxlint/lsp: "ignore this" actions merge with existing directive (#22604) (Sysix)f7f370elinter/vitest/prefer-expect-type-of: RecommendtoBeTypeOfinstead ofexpectTypeOf(#22612) (Mikhail Baev)77063e5linter/consistent-indexed-object-style: Preserve interface modifiers in fixes (#22579) (camc314)4f33aa7linter: TreatTSGlobalDeclarationas ambient inhas_ambient_typescript_ancestor(#22577) (camc314)⚡ Performance
c22938dlinter/no-async-endpoint-handlers: Populate node types (#22601) (camc314)607486elinter/no-negated-condition: Populate node types (#22602) (camc314)4dcaa59linter/consistent-type-imports: Populate node types (#22600) (camc314)5bd3b25linter/no-unused-vars: Avoid cloned ancestor iterator (#22598) (camc314)97fe9balinter/no-extra-non-null-assertion: Reduce node matches (#22588) (camc314)ae98296linter/consistent-indexed-object-style: Populate node types (#22578) (camc314)Oxfmt v0.52.0
🚀 Features
16b8058oxfmt: Supportvite-plus/resolveConfigfor vite.config.ts (#22454) (leaysgur)🐛 Bug Fixes
5a26479formatter: Preserve import phases (#22692) (Cameron)⚡ Performance
78cf83fformatter: Pre-size output buffer using source text length (#22594) (Dunqing)palantir/palantir-java-format (palantir/palantir-java-format)
v2.91.0Compare Source
🐛 Fixes
Full Changelog: 2.90.0...2.91.0
phpstan/phpstan (phpstan/phpstan)
v2.1.56Compare 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: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 🔧
OverridingMethodRuleandOverridingPropertyRule(#5730), #14457Bugfixes 🐛
TemplateTypeinArrayTypeandIntersectionTypearray-mutating methods (#5698), #14633, thanks @staabm and @VincentLanglet!method_exists()as always true for@method-annotated methods (#5664), #6211, thanks @VincentLanglet and @staabm!gotoandLabelin top-level file statements processed byprocessNodes(#5721), #14660property_exists()guard is present (#5544), #2861, thanks @VincentLanglet and @staabm!class_existsexpression types in closure (#5746), thanks @staabm!NewStaticRule(#5740), #10274, thanks @VincentLanglet and @staabm!processArgs(#5725), #9392, thanks @VincentLanglet and @staabm!IssetExprcertainty narrowing through ternary-assigned variables via conditional expressions (#5742), #10090, thanks @VincentLanglet and @staabm!throwexpressions (#5741), #9826, thanks @VincentLanglet and @staabm!1b1b65c), #14703Performance 🏎️
Function signature fixes 🤖
dirname()return type (#5708), thanks @staabm!5521aff)RedisArraymethods in function signature map (#5743), #9748, thanks @VincentLanglet and @staabm!Internals 🔍
NeverTypeout ofunsetOffsetintotryRemove(#5707)Type::truncateListToSize()fromTypeSpecifier(#5713)instanceof ConstantStringTypecalls (#5752, #5753), thanks @staabm!Configuration
📅 Schedule: (UTC)
🚦 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.
This PR was generated by Mend Renovate. View the repository job log.