Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update all non-major dependencies #3

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 1, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@antfu/eslint-config ^2.11.5 -> ^2.21.0 age adoption passing confidence
@antfu/utils ^0.7.7 -> ^0.7.8 age adoption passing confidence
@nuxt/eslint (source) 0.3.0-beta.7 -> 0.3.13 age adoption passing confidence
@nuxt/kit (source) ^3.11.1 -> ^3.11.2 age adoption passing confidence
@nuxt/module-builder ^0.5.5 -> ^0.7.0 age adoption passing confidence
@nuxt/schema (source) ^3.11.1 -> ^3.11.2 age adoption passing confidence
@nuxt/test-utils ^3.12.0 -> ^3.13.1 age adoption passing confidence
@types/node (source) ^20.11.29 -> ^20.14.2 age adoption passing confidence
nuxt (source) ^3.11.1 -> ^3.11.2 age adoption passing confidence
vite (source) ^5.2.7 -> ^5.2.13 age adoption passing confidence
vitest (source) ^1.4.0 -> ^1.6.0 age adoption passing confidence

Release Notes

antfu/eslint-config (@​antfu/eslint-config)

v2.21.0

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v2.20.0

Compare Source

   🚀 Features
    View changes on GitHub

v2.19.2

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v2.19.1

Compare Source

   🚀 Features
    View changes on GitHub

v2.19.0

Compare Source

   🚀 Features
    View changes on GitHub

v2.18.1

Compare Source

   🚀 Features
    View changes on GitHub

v2.18.0

Compare Source

   🚀 Features
    View changes on GitHub

v2.17.0

Compare Source

   🚀 Features
    View changes on GitHub

v2.16.4

Compare Source

No significant changes

    View changes on GitHub

v2.16.3

Compare Source

   🚀 Features
    View changes on GitHub

v2.16.2

Compare Source

No significant changes

    View changes on GitHub

v2.16.1

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v2.16.0

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v2.15.0

Compare Source

   🚨 Breaking Changes
    View changes on GitHub

v2.14.0

Compare Source

   🚀 Features
    View changes on GitHub

v2.13.4

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v2.13.3

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v2.13.2

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v2.13.1

Compare Source

   🚀 Features
    View changes on GitHub

v2.13.0

Compare Source

   🚀 Features
    View changes on GitHub

v2.12.2

Compare Source

   🚀 Features
    View changes on GitHub

v2.12.1

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v2.12.0

Compare Source

   🚀 Features
    View changes on GitHub

v2.11.6

Compare Source

   🚀 Features
    View changes on GitHub
antfu/utils (@​antfu/utils)

v0.7.8

Compare Source

Features
nuxt/eslint (@​nuxt/eslint)

v0.3.13

Compare Source

   🚀 Features
    View changes on GitHub

v0.3.12

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v0.3.11

Compare Source

   🚀 Features
    View changes on GitHub

v0.3.10

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v0.3.9

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v0.3.8

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v0.3.7

Compare Source

   🚀 Features
    View changes on GitHub

v0.3.6

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v0.3.5

Compare Source

   🚀 Features
  • eslint-config:
    • Support default export and rest arguments for easier usage  -  by @​antfu (c75eb)
  • module:
    View changes on GitHub

v0.3.4

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v0.3.3

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v0.3.2

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v0.3.1

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v0.3.0

Compare Source

🚀 Notable Changes

💡 Expect an introduction blog post to explain in more detail very soon!

With this release, we have unified the ESLint tools across the ecosystem into this single monorepo to have a more maintainable structure. (For a comparison table between packages, please check: https://eslint.nuxt.com/guide/faq#package-disambiguation)

New docs: https://eslint.nuxt.com/

Introduce the new @nuxt/eslint module, that generates project-aware flat configs. Morden and much more extensible and customizable. Works with ESLint v9.0.0. Learn more at https://eslint.nuxt.com/packages/module.


    Features
    Bug Fixes
    Performance
    View changes on GitHub

v0.3.0-beta.10

Compare Source

   🚀 Features
   🏎 Performance
    View changes on GitHub

v0.3.0-beta.9

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v0.3.0-beta.8

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub
nuxt/nuxt (@​nuxt/kit)

v3.11.2

Compare Source

3.11.2 is the next regularly scheduled patch release.

✅ Upgrading

As usual, our recommendation for upgrading is to run:

nuxi upgrade --force

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

👉 Changelog

compare changes

🔥 Performance
  • nuxt: Don't tree-shake useServerHead in dev (#​26421)
  • nuxt: Reduce nuxt island payload (#​26569)
  • nuxt: Unsubscribe from watch when scope is disposed (#​26554)
  • nuxt: Reduce router resolutions (#​26519)
🩹 Fixes
  • nuxt: Handle underscores in island names (#​26370)
  • nuxt: Don't append new route for redirect if one exists (#​26368)
  • nuxt: Ignore navigateTo open option on server side (#​26392)
  • nuxt: Print errors when compiling templates (#​26410)
  • nuxt: Don't warn about definePageMeta in server pages (#​26422)
  • nuxt: Pass joinRelativeURL + share paths on server (#​26407)
  • nuxt: Exclude <srcDir>/index.html from import protection (#​26430)
  • nuxt: Early return from refreshCookie on server (22ada37b4)
  • nuxt: Move v-if to wrapper in islands transform (#​26386)
  • nuxt: Move directives to client component island wrapper (#​26387)
  • nuxt: Ignore fetch errors in getLatestManifest (#​26486)
  • nuxt: Check island element instead of hydration state (#​26480)
  • nuxt: Add build id to rendered payload url (#​26504)
  • nuxt: Support serialising rich server logs (#​26503)
  • nuxt: Handle errors parsing/stringifying logs (4a87c35df)
  • nuxt: Augment GlobalComponents in multiple vue modules (#​26541)
  • nuxt: Suppress warning about resolve cache-driver (#​26595)
  • nuxt: Handle auto-importing named components (#​26556)
  • schema: Update webpack transformAssetUrls + pass hoistStatic to vite plugin (#​26563)
  • schema: Document use case for typescript.shim (#​26607)
  • nuxt: Normalise rollup opts in island transform w/o nuxt (#​26589)
  • nuxt: Handle missing Nuxt context in useRoute (#​26633)
💅 Refactors
  • nuxt: Remove duplicated check (#​26544)
  • nuxt: Simplify check in navigateTo for server (#​26546)
  • nuxt: Simplify runtimeConfig initialization of client side (#​26558)
📖 Documentation
  • Update information about playwright test runner (8e635fd23)
  • Add info about dependencies to install (a258bfc34)
  • Add missing end block (f55f74798)
  • Migration page typo (#​26389)
  • Advise installing nuxi for debugging with pnpm (#​26447)
  • Warn about single root element for server components (#​26462)
  • Adjust grammar (#​26482)
  • Add contents of the layout in examples (#​26532)
  • Add note about prerenderRoutes in dynamic routes (#​26547)
  • Clarify app-config merging strategy note (#​26564)
  • Update core modules roadmap (#​26553)
  • Replace process.* with import.meta.* (#​26611)
  • Correct grammar in typescript.shim JSDoc (#​26626)
  • Add missing comma (#​26644)
🏡 Chore
❤️ Contributors
nuxt/module-builder (@​nuxt/module-builder)

v0.7.0

Compare Source

compare changes

🚀 Enhancements
  • Auto generate module options from schema meta (#​33)
🩹 Fixes
  • Use tsconfck to resolve tsconfig compilerOptions (#​274)
  • ⚠️ Use .js extension for files in runtime/ directory (dbd05bb)
  • Resolve full path to runtime externals (#​275)
  • Include dist/runtime in externals list (0946c04)
📖 Documentation
  • Add types condition to export subpath (#​265)
🏡 Chore
✅ Tests
  • Add additional test for validity of types shared from runtime (afc4374)
🤖 CI
  • Adds reproduction workflow (0dc73bb)
⚠️ Breaking Changes
  • ⚠️ Use .js extension for files in runtime/ directory (dbd05bb)
❤️ Contributors

v0.6.0

Compare Source

compare changes

🚀 Enhancements
  • Generate runtime/ dts based on nuxt tsconfig options (#​255)
  • Add builder versions to module.json (f8567a3)
  • Support transforming jsx (4841f2e)
🩹 Fixes
  • ⚠️ Remove support for deprecated RuntimeModuleHooks interface (#​228)
  • Add -nightly versions to externals (0a88a87)
  • Ignore exporting type if it is not defined (c308cc5)
  • Mark runtime/ directory as external (7a68e1e)
🏡 Chore
  • release: V0.5.5 (f158ffa)
  • Dedupe kit/schema/vue versions (aa0a710)
  • Add root dev:prepare command (c308a68)
  • Migrate to eslint v9 (#​250)
  • Improve internal type safety and enable strict mode (78aa088)
  • Tweak tsconfig settings (404aae7)
  • Add more type annotations (ba0614b)
✅ Tests
  • Update type testing step (#​256)
  • Add inline snapshots for runtime/ transforms (#​257)
  • Update snapshot (a39c183)
🎨 Styles
⚠️ Breaking Changes
  • ⚠️ Remove support for deprecated RuntimeModuleHooks interface (#​228)
❤️ Contributors
nuxt/test-utils (@​nuxt/test-utils

Configuration

📅 Schedule: Branch creation - "after 2am and before 3am" (UTC), Automerge - "after 1am and before 2am" (UTC).

🚦 Automerge: Enabled.

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 has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 12 times, most recently from d988fcc to 78f120e Compare April 6, 2024 01:54
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 9 times, most recently from 0ca25b7 to 64c9985 Compare April 15, 2024 13:51
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from c6169fb to f47a7d9 Compare April 20, 2024 14:25
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from f6e043f to 09d7358 Compare April 26, 2024 01:34
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 9 times, most recently from 2829c62 to aaa68cd Compare May 8, 2024 17:48
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from b4f9ff4 to 7cce6c0 Compare May 15, 2024 19:43
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 8c350dd to f6d6a8f Compare May 22, 2024 19:07
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 7 times, most recently from b31ea12 to 143b554 Compare June 2, 2024 21:28
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from c27f306 to 121ffac Compare June 8, 2024 08:27
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 121ffac to cbc45a9 Compare June 9, 2024 02:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants