Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Apr 23, 2025

This PR contains the following updates:

Package Type Update Change Age Adoption Passing Confidence
lockFileMaintenance All locks refreshed
@eslint/compat devDependencies patch ^1.2.8 -> ^1.2.9 age adoption passing confidence
@eslint/js (source) devDependencies minor ^9.25.1 -> ^9.27.0 age adoption passing confidence
@nuxt/eslint (source) devDependencies minor ^1.3.0 -> ^1.4.0 age adoption passing confidence
@tanstack/eslint-plugin-query (source) devDependencies minor ^5.73.3 -> ^5.74.7 age adoption passing confidence
@tanstack/vue-query (source) dependencies minor ^5.74.6 -> ^5.76.0 age adoption passing confidence
@tanstack/vue-query-devtools (source) devDependencies minor ^5.74.6 -> ^5.76.0 age adoption passing confidence
@types/node (source) devDependencies minor ^22.14.1 -> ^22.15.19 age adoption passing confidence
@typescript-eslint/eslint-plugin (source) devDependencies minor ^8.31.0 -> ^8.32.1 age adoption passing confidence
@typescript-eslint/parser (source) devDependencies minor ^8.31.0 -> ^8.32.1 age adoption passing confidence
@vueuse/nuxt (source) dependencies minor ^13.1.0 -> ^13.2.0 age adoption passing confidence
bootstrap (source) dependencies patch ^5.3.5 -> ^5.3.6 age adoption passing confidence
eslint (source) devDependencies minor ^9.25.1 -> ^9.27.0 age adoption passing confidence
eslint-import-resolver-typescript devDependencies patch ^4.3.4 -> ^4.3.5 age adoption passing confidence
eslint-plugin-vue (source) devDependencies minor ^10.0.0 -> ^10.1.0 age adoption passing confidence
nuxt (source) dependencies minor 3.16.0 -> 3.17.3 age adoption passing confidence
typescript-eslint-parser-for-extra-files devDependencies minor ^0.8.0 -> ^0.9.0 age adoption passing confidence
vite-bundle-analyzer devDependencies minor ^0.19.0 -> ^0.21.0 age adoption passing confidence
vue (source) dependencies patch ^3.5.13 -> ^3.5.14 age adoption passing confidence
vue-router dependencies patch ^4.5.0 -> ^4.5.1 age adoption passing confidence

🔧 This Pull Request updates lock files to use the latest dependency versions.


Release Notes

eslint/rewrite (@​eslint/compat)

v1.2.9

Compare Source

eslint/eslint (@​eslint/js)

v9.27.0

Compare Source

v9.26.0

Compare Source

nuxt/eslint (@​nuxt/eslint)

v1.4.0

Compare Source

   🚀 Features
    View changes on GitHub

v1.3.1

Compare Source

No significant changes

    View changes on GitHub
TanStack/query (@​tanstack/eslint-plugin-query)

v5.74.7

Compare Source

Version 5.74.7 - 4/27/25, 3:02 PM

Changes

Fix
  • vue-query: update initialData type to allow InitialDataFunction and NonUndefinedGuard, similar to react-query (#​9073) (e45dea8) by Sol Lee
Chore
Test
Docs
  • fix broken links in docs (#​9052) (eb15f87) by Zac Rosenbauer
  • fix typo (a2a39c9) by Dominik Dorfmeister
  • Update streamedQuery.md (c987abc) by Dominik Dorfmeister

Packages

typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin)

v8.32.1

Compare Source

🩹 Fixes
  • eslint-plugin: [consistent-indexed-object-style] check for indirect circular types in aliased mapped types (#​11177)
  • eslint-plugin: [consistent-indexed-object-style] adjust auto-fixer to generate valid syntax for TSMappedType with no type annotation (#​11180)
  • eslint-plugin: [no-deprecated] support computed member access (#​10867)
  • eslint-plugin: [no-unnecessary-type-conversion] shouldn't have fixable property (#​11194)
❤️ Thank You

You can read about our versioning strategy and releases on our website.

v8.32.0

Compare Source

🚀 Features
  • eslint-plugin: [only-throw-error] add option allowRethrowing (#​11075)
  • eslint-plugin: [no-unnecessary-type-conversion] add rule (#​10182)
🩹 Fixes
  • eslint-plugin: [prefer-nullish-coalescing] fix parenthesization bug in suggestion (#​11098)
  • eslint-plugin: [unified-signatures] exempt this from optional parameter overload check (#​11005)
  • eslint-plugin: [no-unnecessary-type-parameters] should parenthesize type in suggestion fixer if necessary (#​10907)
❤️ Thank You

You can read about our versioning strategy and releases on our website.

v8.31.1

Compare Source

🩹 Fixes
  • eslint-plugin: [no-unnecessary-condition] downgrade fix to suggestion (#​11081)
❤️ Thank You

You can read about our versioning strategy and releases on our website.

typescript-eslint/typescript-eslint (@​typescript-eslint/parser)

v8.32.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.32.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.31.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.

vueuse/vueuse (@​vueuse/nuxt)

v13.2.0

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub
twbs/bootstrap (bootstrap)

v5.3.6

Compare Source

Highlights

  • Ported the docs from Hugo to Astro for our own sanity!
  • Added usage docs for Accordion JavaScript
  • Prevent .visually-hidden overflowing children to become focusable
  • Limit .card-group selectors to immediate children to fix some inheritance issues

Changes

New Contributors

Full Changelog: twbs/bootstrap@v5.3.5...v5.3.6

eslint/eslint (eslint)

v9.27.0

Compare Source

v9.26.0

Compare Source

import-js/eslint-import-resolver-typescript (eslint-import-resolver-typescript)

v4.3.5

Compare Source

Patch Changes
vuejs/eslint-plugin-vue (eslint-plugin-vue)

v10.1.0

Compare Source

✨ Enhancements

Full Changelog: vuejs/eslint-plugin-vue@v10.0.1...v10.1.0

v10.0.1

Compare Source

🐛 Bug Fixes

⚙️ Updates

Full Changelog: vuejs/eslint-plugin-vue@v10.0.0...v10.0.1

nuxt/nuxt (nuxt)

v3.17.3

Compare Source

3.17.3 is a regularly-scheduled patch release.

✅ Upgrading

Our recommendation for upgrading is to run:

npx nuxi@latest upgrade --dedupe

This will deduplicate your lockfile as well, and help ensure that you pull in updates from other dependencies that Nuxt relies on, particularly in the unjs ecosystem.

👉 Changelog

compare changes

🔥 Performance
  • nuxt: Pre-calculate extension glob before app resolution (#​32052)
  • nuxt: Improve islands client components chunks (#​32015)
🩹 Fixes
  • nuxt: Preload async layouts (#​32002)
  • nuxt: Handle File within FormData (#​32013)
  • schema: Respect user-provided ignore patterns (#​32020)
  • nuxt: Allow loading virtual files with query params (#​32022)
  • nuxt: Don't use reactive key for useFetch with watch: false (#​32019)
  • nuxt: Do not clear data if custom getCachedData is provided (#​32003)
  • nuxt: Provide nuxtApp for asyncData functions run on server (#​32038)
  • vite: Strip queries when skipping vite transform middleware (#​32041)
  • nuxt: Sort hash sources and files (#​32048)
  • nuxt: Do not suppress chunk import error (#​32064)
💅 Refactors
  • nuxt: Directly access initialised asyncData (e779d6cd5)
📖 Documentation
🤖 CI
  • Convert bug/enhancement labels to issue types (3ff743fe0)
  • Update payload for issue types (791e5f443)
❤️ Contributors

v3.17.2

Compare Source

3.17.2 is a regularly-scheduled patch release.

✅ Upgrading

Our recommendation for upgrading is to run:

npx nuxi@latest upgrade --dedupe

This will deduplicate your lockfile as well, and help ensure that you pull in updates from other dependencies that Nuxt relies on, particularly in the unjs ecosystem.

👉 Changelog

compare changes

🔥 Performance
  • nuxt: Tree-shake router's handleHotUpdate in production (#​31971)
🩹 Fixes
  • nuxt: Ensure asyncData is initialised before effects run (#​31946)
  • nuxt: Skip view transition if user agent provides one before defining transition (#​31945)
  • nuxt: Improve hashing for complex body in useFetch (#​31963)
  • nuxt: Immediately call asyncData within client-only components (#​31964)
  • nuxt: Don't render errors if event is already handled (#​31966)
  • nuxt: Track whether need to reinit asyncData separately from deps (#​31965)
  • nuxt: Preserve params/meta/matched with universal router (#​31950)
  • nuxt: Respect scroll behavior set by scrollToTop (#​31914)
  • nuxt: Load live data from vfs even if a file exists in buildDir (#​31969)
  • nuxt: Short circuit middleware when validate returns false (#​31967)
  • nuxt: Ensure useAsyncData reactive to key changes when immediate: false (#​31987)
  • nuxt: Resolve real paths imported into virtual files (0bb07f129)
  • webpack: Broaden WarningFilter type (2a79dbd68)
  • schema: Broaden warningIgnoreFilters (a62e808ac)
📖 Documentation
🏡 Chore
✅ Tests
🤖 CI
  • Run docs workflow against pull requests (08f968903)
  • Run tests against node v20 (3c97d3493)
❤️ Contributors

v3.17.1

Compare Source

3.17.1 is the next patch release.

✅ Upgrading

Our recommendation for upgrading is to run:

npx nuxi@latest upgrade --dedupe

This will deduplicate your lockfile as well, and help ensure that you pull in updates from other dependencies that Nuxt relies on, particu


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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added dependencies Pull requests that update a dependency file yarn labels Apr 23, 2025
@renovate renovate bot force-pushed the renovate/fe branch 11 times, most recently from 747d150 to 14f8823 Compare May 2, 2025 23:19
@n0099 n0099 force-pushed the v2 branch 2 times, most recently from f45f181 to d0b933d Compare May 4, 2025 17:29
@renovate renovate bot force-pushed the renovate/fe branch 8 times, most recently from 4f23548 to 4fc7c5d Compare May 6, 2025 23:34
@n0099 n0099 force-pushed the v2 branch 2 times, most recently from af2a378 to bdf204c Compare May 7, 2025 04:00
@renovate renovate bot force-pushed the renovate/fe branch 3 times, most recently from 9d94175 to 61d24f2 Compare May 8, 2025 08:25
@renovate renovate bot force-pushed the renovate/fe branch 10 times, most recently from 3c8bc0d to 32c6162 Compare May 15, 2025 03:58
@renovate renovate bot force-pushed the renovate/fe branch 4 times, most recently from b3b9b36 to c8daf88 Compare May 19, 2025 03:45
@n0099 n0099 deleted the branch v2 May 19, 2025 20:48
@n0099 n0099 closed this May 19, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file yarn

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants