chore(deps): update all non-major dependencies #74
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:
^2.29.4
->^2.29.5
^1.53.0
->^1.53.2
^22.15.31
->^22.16.0
^8.34.0
->^8.35.1
^1.2.2
->^1.3.4
^14.5.0
->^14.6.0
^9.28.0
->^9.30.1
^4.4.3
->^4.4.4
^4.15.2
->^4.16.1
^17.19.0
->^17.20.0
^10.2.0
->^10.3.0
^16.2.0
->^16.3.0
^3.2.3
->^3.2.4
^3.5.16
->^3.5.17
^2.2.10
->^2.2.12
Release Notes
changesets/changesets (@changesets/cli)
v2.29.5
Compare Source
microsoft/playwright (@playwright/test)
v1.53.2
Compare Source
v1.53.1
Compare Source
typescript-eslint/typescript-eslint (@typescript-eslint/eslint-plugin)
v8.35.1
Compare Source
🩹 Fixes
❤️ Thank You
You can read about our versioning strategy and releases on our website.
v8.35.0
Compare Source
🚀 Features
❤️ Thank You
You can read about our versioning strategy and releases on our website.
v8.34.1
Compare Source
This was a version bump only for eslint-plugin to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
vitest-dev/eslint-plugin-vitest (@vitest/eslint-plugin)
v1.3.4
Compare Source
v1.3.3
Compare Source
v1.3.2
Compare Source
v1.3.1
Compare Source
v1.3.0
: v1.3.3Compare Source
What's Changed
prefer-called-once
by @AntonioVentilii in https://github.com/vitest-dev/eslint-plugin-vitest/pull/727warn-todo
by @Shinigami92 in https://github.com/vitest-dev/eslint-plugin-vitest/pull/732vitest/prefer-expect-assertions
by @steveluscher in https://github.com/vitest-dev/eslint-plugin-vitest/pull/731New Contributors
Full Changelog: vitest-dev/eslint-plugin-vitest@v1.2.7...v1.3.0
v1.2.7
Compare Source
v1.2.5
Compare Source
v1.2.4
Compare Source
v1.2.3
Compare Source
What's Changed
no-importing-from-vitest-globals
andprefer-importing-from-vitest-globals
rules by @samuelko123 in https://github.com/vitest-dev/eslint-plugin-vitest/pull/711New Contributors
Full Changelog: vitest-dev/eslint-plugin-vitest@v1.2.2...v1.2.3
vuejs/eslint-config-typescript (@vue/eslint-config-typescript)
v14.6.0
Compare Source
v14.5.1
Compare Source
Notable Changes
eslint-plugin-vue
in the config, to avoidCannot redefine plugin "vue"
errors by @haoqunjiang in https://github.com/vuejs/eslint-config-typescript/pull/184Full Changelog: vuejs/eslint-config-typescript@v14.5.0...v14.5.1
eslint/eslint (eslint)
v9.30.1
Compare Source
v9.30.0
Compare Source
v9.29.0
Compare Source
import-js/eslint-import-resolver-typescript (eslint-import-resolver-typescript)
v4.4.4
Compare Source
Patch Changes
#468
93b39d2
Thanks @renovate! - chore(deps): bumpstable-hash-x
v0.2.0#466
799f1ce
Thanks @anomiex! - fix: include options hash in cache key for options normalizationun-ts/eslint-plugin-import-x (eslint-plugin-import-x)
v4.16.1
Compare Source
Patch Changes
#399
33f07b4
Thanks @JounQin! - fix: should only usecontext.physicalFilename
as fallback instead of main source#400
34adb40
Thanks @renovate! - chore(deps): bumpstable-hash-x
v0.2v4.16.0
Compare Source
Minor Changes
1c8b9ae
Thanks @Rel1cx and @JounQin! - feat: portreact-x/prefer-react-namespace-import
intoprefer-namespace-import
Patch Changes
#393
14cb948
Thanks @lnhrdt and @JounQin! - fix(extensions): always calculatefix
option#388
1089d9f
Thanks @JounQin! - fix: takecontext.cwd
into account for cache key#390
8ca9272
Thanks @JounQin, @scytacki and @arcanis! - fix: pnp issue when used in a monorepoeslint-community/eslint-plugin-n (eslint-plugin-n)
v17.20.0
Compare Source
🌟 Features
await using
(#447) (88dea92)vuejs/eslint-plugin-vue (eslint-plugin-vue)
v10.3.0
Compare Source
Minor Changes
Added
@typescript-eslint/parser
as an optional peer dependency (#2775)Add TypeScript IntelliSense support via eslint-typegen (#2770)
vue/no-deprecated-slot-attribute
ignore
option now supports regex patterns (#2773)Patch Changes
Fixed false negatives when using typescript-eslint v8 in
vue/script-indent
rule (#2775)Update resources (#2752)
vue/no-restricted-html-elements
now also checks SVG and MathML elements (#2755)sindresorhus/globals (globals)
v16.3.0
Compare Source
8c029d9
vitest-dev/vitest (vitest)
v3.2.4
Compare Source
🐞 Bug Fixes
vitest run --watch
should be watch-mode - by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/8128 (657e8)--shard x/<count>
exceeds count of test files - by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/8112 (8a18c)minWorkers
when onlymaxWorkers
specified - by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/8110 (14dc0)task.meta
should be available in custom reporter's errors - by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/8115 (27df6)View changes on GitHub
vuejs/core (vue)
v3.5.17
Compare Source
Bug Fixes
InEntity
state (#13362) (f05a8d6)__v_skip
flag toDep
to prevent reactive conversion (#12804) (e8d8f5f), closes #12803vOnce
andvSlot
(#13343) (762fae4)vuejs/language-tools (vue-tsc)
v2.2.12
Compare Source
Configuration
📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) (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.