chore(deps): update all non-major dependencies #38
+208
−214
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:
^9.14.0
->^9.15.0
^22.8.7
->^22.10.0
^14.1.3
->^14.1.4
^9.14.0
->^9.15.0
^0.11.0
->^0.13.2
^9.30.0
->^9.31.0
^0.11.0
->^0.13.2
^3.3.3
->^3.4.1
Release Notes
eslint/eslint (@eslint/js)
v9.15.0
Compare Source
vuejs/eslint-config-typescript (@vue/eslint-config-typescript)
v14.1.4
Compare Source
eslint/eslint (eslint)
v9.15.0
Compare Source
oxc-project/eslint-plugin-oxlint (eslint-plugin-oxlint)
v0.13.2
Compare Source
No significant changes
View changes on GitHub
v0.13.1
Compare Source
🚨 Breaking Changes
🐞 Bug Fixes
buildFromOxlintConfig
react-hooks
rules did not applied - by @Sysix in https://github.com/oxc-project/eslint-plugin-oxlint/issues/254 (bf7f2)View changes on GitHub
v0.13.0
Compare Source
No significant changes
View changes on GitHub
v0.12.0
Compare Source
No significant changes
View changes on GitHub
v0.11.1
Compare Source
🚨 Breaking Changes
🐞 Bug Fixes
@next/next
instead ofnextjs
- by @Sysix in https://github.com/oxc-project/eslint-plugin-oxlint/issues/232 (8fba0)react-hooks
plugin rules into own scope and not underreact
- by @Sysix in https://github.com/oxc-project/eslint-plugin-oxlint/issues/236 (27960)View changes on GitHub
vuejs/eslint-plugin-vue (eslint-plugin-vue)
v9.31.0
Compare Source
✨ Enhancements
caseSensitive
option tovue/no-reserved-component-names
rule.vue/prefer-use-template-ref
rule that requires usinguseTemplateRef()
instead ofref()
for template refs.vue/no-empty-component-block
rule auto-fixable.🐛 Bug Fixes
v-bind:name
invue/require-explicit-slots
rule.⚙️ Updates
vue/define-macros-order
rule to skip TypeScriptdeclare
statements.Full Changelog: vuejs/eslint-plugin-vue@v9.30.0...v9.31.0
oxc-project/oxc (oxlint)
v0.13.2
: oxlint v0.13.2Compare Source
[0.13.2] - 2024-11-26
b04041d
vscode: [BREAKING] Use.oxlintrc.json
as default value foroxc.configPath
(#7442) (Alexander S.)Features
7236d14
eslint/jsx_a11y: Implement anchor_ambiguous_text (#5729) (Jelle van der Waa)79ab8cc
lint-unicorn: Add rule prefer set has (#7075) (jordan boyer)87c893f
linter: Add the eslint/no_duplicate_imports rule (#7309) (Guillaume Piedigrossi)0b9da38
linter: Implementunicorn/prefer-negative-index
(#6920) (Brian Liu)f0643c4
linter: Implementjsx-no-script-url
(#6995) (Radu Baston)00060ca
linter: Implement eslint/no-object-constructor (#7345) (Naoya Yoshizawa)Bug Fixes
db6558f
linter: False positive ineslint/prefer-object-has-own
(#7463) (dalaoshu)Refactor
d7d0735
semantic: RemoveSymbolFlags::TypeLiteral
(#7415) (Dunqing)v0.13.1
: oxlint v0.13.1Compare Source
[0.13.1] - 2024-11-23
Features
4ad26b9
linter: Addno-promise-in-callback
(#7307) (no-yan)9558087
oxlint: Auto detect config file in CLI (#7348) (Alexander S.)Bug Fixes
8507464
linter: Hanging when source has syntax/is flow (#7432) (Cameron)e88cf1b
linter: Makeoverrides
globs relative to config path (#7407) (camchenry)9002e97
linter: Add proper support for findIndex and findLastIndex forunicorn/prefer-array-some
(#7405) (Dmitry Zakharov)Documentation
6730e3e
linter: Add more examples forunicorn/prefer-array-some
(#7411) (Dmitry Zakharov)Refactor
6c0d31b
linter: Remove uselessconst
declaration (#7430) (Song Gao)c8adc46
linter/no-unused-vars: Improve implementation to remove using SymbolFlags::Export (#7412) (Dunqing)c90537f
linter/only-used-in-recursion: Improve implementation to remove using SymbolFlags::Export (#7413) (Dunqing)Testing
779f479
editor: Check if workspace configuration is updated (#7403) (Alexander S.)v0.13.0
Compare Source
Documentation
df143ca
linter: Add docs for config settings (#4827) (DonIsaac)v0.12.0
Compare Source
Features
2268a0e
linter: Supportoverrides
config field (#6974) (DonIsaac)v0.11.1
: oxlint v0.11.1Compare Source
[0.11.1] - 2024-11-09
Features
4dd9b60
editor/vscode: Replace existing output channel and trace output channel with a single LogOutputChannel (#7196) (Nicholas Rayburn)1fcd709
linter: Add jsx support for only-used-in-recursion (#7120) (no-yan)4d577cf
linter: Addimport/first
rule (#7180) (Dmitry Zakharov)9b8973f
linter: Addimport/unambiguous
rule (#7187) (Dmitry Zakharov)5ab1ff6
linter: Implement @typescript-eslint/no-unsafe-function-type (#6989) (Orenbek)Bug Fixes
eea8879
editor/vscode: Update language client id to fix the resolution of the oxc.trace.server setting (#7181) (Nicholas Rayburn)b73cfd9
linter: Fixis_method_call
with parentheses and chain expression (#7095) (tbashiyy)Refactor
8c0a362
linter: Usectx.source_range(comment.content_span())
API (#7155) (Boshen)c5485ae
semantic: Addancestor_kinds
iterator function (#7217) (camchenry)abf1602
semantic: Renameiter_parents
toancestors
(#7216) (camchenry)42171eb
semantic: Renameancestors
toancestor_ids
(#7215) (camchenry)prettier/prettier (prettier)
v3.4.1
Compare Source
diff
Remove unnecessary parentheses around assignment in
v-on
(#16887 by @fisker)v3.4.0
Compare Source
diff
🔗 Release Notes
Configuration
📅 Schedule: Branch creation - "before 4am on Monday" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, 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.