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:
^1.2.4
->^1.2.5
^9.17.0
->^9.18.0
^0.7.3
->^0.7.5
^2.0.2
->^2.1.0
^5.62.1
->^5.64.2
^5.62.8
->^5.64.2
^5.62.8
->^5.64.2
^4.17.13
->^4.17.14
^22.10.2
->^22.10.10
^8.18.1
->^8.21.0
^8.18.1
->^8.21.0
^1.1.0
->^1.2.0
^14.1.4
->^14.3.0
^12.0.0
->^12.5.0
^5.5.1
->^5.6.0
^9.17.0
->^9.18.0
3.14.1592
->3.15.2
^2.3.0
->^2.3.1
^5.7.2
->^5.7.3
^0.15.2
->^0.16.0
^2.1.10
->^2.2.0
4.5.3
->4.6.0
🔧 This Pull Request updates lock files to use the latest dependency versions.
Release Notes
eslint/rewrite (@eslint/compat)
v1.2.5
Compare Source
eslint/eslint (@eslint/js)
v9.18.0
Compare Source
nuxt/eslint (@nuxt/eslint)
v0.7.5
Compare Source
No significant changes
View changes on GitHub
v0.7.4
Compare Source
🚀 Features
View changes on GitHub
harlan-zw/nuxt-seo (@nuxtjs/seo)
v2.1.0
Compare Source
🚀 Features
Nuxt Content v3
All modules now support Nuxt Content v3 including Robots, Sitemap, OG Image, Schema.org and Link Checker.
You can either install them manually by following the individual module instructions or use the Nuxt SEO
asSeoCollection()
to register them all at once.View changes on GitHub
v2.0.3
Compare Source
No significant changes
View changes on GitHub
TanStack/query (@tanstack/eslint-plugin-query)
v5.64.2
Compare Source
Version 5.64.2 - 1/19/25, 8:45 AM
Changes
Fix
3e3fba9
) by Seyed Mohammad AsadiChore
f04dd19
) by Lachlan CollinsPackages
v5.62.16
Version 5.62.16 - 1/6/25, 7:15 PM (Manual Release)
Changes
Fix
e664d22
) by nick-avi-sayqueryKey
match the current value of ref used inside (#8443) (3104854
) by @Mini-ghostf6757a6
) by Ifeanyi Aladi9a0ca9b
) by Tomáš VojtášekTest
d08d115
) by Dominik DorfmeisterPackages
v5.62.9
Compare Source
Version 5.62.9 - 12/23/24, 4:51 PM
Changes
Fix
1e73d3a
) by Nick LucasChore
5be3872
) by Lachlan CollinsDocs
18d81b9
) by @cailloua76ac59
) by gnerkusPackages
typescript-eslint/typescript-eslint (@typescript-eslint/eslint-plugin)
v8.21.0
Compare Source
🩹 Fixes
❤️ Thank You
You can read about our versioning strategy and releases on our website.
v8.20.0
Compare Source
🚀 Features
🩹 Fixes
❤️ Thank You
You can read about our versioning strategy and releases on our website.
v8.19.1
Compare Source
🩹 Fixes
declare
keyword (#10543)❤️ Thank You
You can read about our versioning strategy and releases on our website.
v8.19.0
Compare Source
🚀 Features
🩹 Fixes
❤️ Thank You
You can read about our versioning strategy and releases on our website.
v8.18.2
Compare Source
🩹 Fixes
❤️ Thank You
You can read about our versioning strategy and releases on our website.
typescript-eslint/typescript-eslint (@typescript-eslint/parser)
v8.21.0
Compare Source
This was a version bump only for parser to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
v8.20.0
Compare Source
This was a version bump only for parser to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
v8.19.1
Compare Source
This was a version bump only for parser to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
v8.19.0
Compare Source
This was a version bump only for parser to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
v8.18.2
Compare Source
This was a version bump only for parser to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
bezumkin/nuxt-fontawesome (@vesp/nuxt-fontawesome)
v1.2.0
Compare Source
vuejs/eslint-config-typescript (@vue/eslint-config-typescript)
v14.3.0
Compare Source
New Features
defineConfigWithVueTs
andvueTsConfigs
.Please read the documentation for more details.
With this new API set, you can easily override type-aware linting rules without worrying its position in the config array. Therefore there would be fewer mysterious errors or slowdown in a heavily customized project.
Bug Fixes
New Contributors
Full Changelog: vuejs/eslint-config-typescript@v14.2.0...v14.3.0
v14.2.0
Compare Source
What's Changed
rootDir
issue by @markieo1 in https://github.com/vuejs/eslint-config-typescript/pull/108defineConfig
utility function and use it in examples by @haoqunjiang in https://github.com/vuejs/eslint-config-typescript/pull/117~~ Don't use this feature yet, it's under active refactoring for better usability.New Contributors
Full Changelog: vuejs/eslint-config-typescript@v14.1.4...v14.2.0
vueuse/vueuse (@vueuse/nuxt)
v12.5.0
Compare Source
🚀 Features
useEventListener
where it was not being used - by @ferferga in https://github.com/vueuse/vueuse/issues/4479 (c6c6e)afterFetch
andonFetchError
- by @tolking and Anthony Fu in https://github.com/vueuse/vueuse/issues/4499 (98a83)🐞 Bug Fixes
View changes on GitHub
v12.4.0
Compare Source
🚀 Features
isModified
- by @pkc918 and @antfu in https://github.com/vueuse/vueuse/issues/4470 (6018c)🐞 Bug Fixes
View changes on GitHub
v12.3.0
Compare Source
🚀 Features
useActiveElement
useElementHover
- by @ben-lau and @antfu in https://github.com/vueuse/vueuse/issues/4410 (08cf5)toValue
from@vueuse/shared
in favor of Vue's native - by @antfu (59f75)vElementBounding
- by @pkc918 in https://github.com/vueuse/vueuse/issues/4436 (67a9c)vMouseInElement
- by @pkc918 in https://github.com/vueuse/vueuse/issues/4438 (34be5)onPressed
andonReleased
as options - by @OrbisK in https://github.com/vueuse/vueuse/issues/4425 (a123a)method
support custom function - by @btea and @antfu in https://github.com/vueuse/vueuse/issues/4441 (635bb)useScroll
under the hood - by @OrbisK and @antfu in https://github.com/vueuse/vueuse/issues/4424 (a033e)🐞 Bug Fixes
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.