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 root #21

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

chore(deps): update root #21

wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 1, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@antfu/eslint-config 1.0.0-beta.18 -> 1.2.1 age adoption passing confidence
@nuxt/kit (source) ^3.7.4 -> ^3.14.159 age adoption passing confidence
@nuxt/module-builder ^0.5.2 -> ^0.8.4 age adoption passing confidence
@nuxt/schema (source) ^3.7.4 -> ^3.14.159 age adoption passing confidence
@nuxt/test-utils ^3.7.4 -> ^3.14.4 age adoption passing confidence
@vitejs/plugin-vue (source) ^4.4.0 -> ^4.6.2 age adoption passing confidence
@vue-macros/volar (source) ^0.16.0 -> ^0.30.5 age adoption passing confidence
@vue/test-utils ^2.4.1 -> ^2.4.6 age adoption passing confidence
bumpp ^9.2.0 -> ^9.8.1 age adoption passing confidence
defu ^6.1.2 -> ^6.1.4 age adoption passing confidence
eslint (source) 8.50.0 -> 8.57.1 age adoption passing confidence
plausible-tracker ^0.3.8 -> ^0.3.9 age adoption passing confidence
typescript (source) ^5.2.2 -> ^5.6.3 age adoption passing confidence
unconfig ^0.3.11 -> ^0.6.0 age adoption passing confidence
unplugin-vue-macros (source) ^2.6.1 -> ^2.13.3 age adoption passing confidence
vite-plugin-dts ^3.6.0 -> ^3.9.1 age adoption passing confidence
vue (source) ^3.3.4 -> ^3.5.12 age adoption passing confidence

Release Notes

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

v1.2.1

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v1.2.0

Compare Source

   🚀 Features
    View changes on GitHub

v1.1.4

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v1.1.3

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v1.1.2

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v1.1.1

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v1.1.0

Compare Source

   🚨 Breaking Changes
   🐞 Bug Fixes
  • Disable style/object-property-newline in favor of antfu/consistent-list-newline  -  by @​antfu (2f51b)
    View changes on GitHub

v1.0.0

Compare Source

Breaking Changes


Generated changelog:

   🚨 Breaking Changes
   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v1.0.0-beta.29

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v1.0.0-beta.28

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v1.0.0-beta.27

Compare Source

   🚀 Features
    View changes on GitHub

v1.0.0-beta.26

Compare Source

   🐞 Bug Fixes
  • jsx: Turn off style/jsx-child-element-spacing to avoid conflicts  -  by @​antfu (f4a07)
    View changes on GitHub

v1.0.0-beta.25

Compare Source

   🚀 Features
    View changes on GitHub

v1.0.0-beta.24

Compare Source

   🚀 Features
    View changes on GitHub

v1.0.0-beta.22

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v1.0.0-beta.21

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v1.0.0-beta.19

Compare Source

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

v3.14.159

Compare Source

3.14.159 is a hotfix release to address regressions in v3.14.

We're leaning into the π theme - future patch releases of this minor version will just continue adding digits. (Sorry for any inconvenience! 😆)

👉 Changelog

compare changes

🩹 Fixes
  • nuxt: Update nitropack preset directory (#​29780)
  • kit: Fall back to meta version if there's no module.json (#​29793)
  • kit: Use mlly to resolve module paths to avoid cjs fallback (#​29799)
  • webpack,rspack: Add adapter for webpack-dev-middleware (#​29806)
  • nuxt: Remove null-byte prefix for virtual files (#​29809)
  • kit: Convert module path to file url before reading meta (fb833ac64)
📖 Documentation
🏡 Chore
❤️ Contributors

v3.14.0

Compare Source

v3.13.2

Compare Source

3.13.2 is the next regularly scheduled patch release.

✅ Upgrading

As usual, our recommendation for upgrading is to run:

npx nuxi@latest 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: Remove interop default for dynamic components (#​28912)
🩹 Fixes
  • nuxt: Fix ssr log querySelector (#​28864)
  • schema: Enable propsDestructure by default (#​28830)
  • nuxt: Ensure injected route has enumerable keys (#​28841)
  • nuxt: Don't override vue instance with legacy asyncData (#​28842)
  • nuxt: Render server errors with ssr: false (#​28834)
  • nuxt: Resolve full component paths (#​28843)
  • nuxt: Improve accuracy of module resolution conditions (#​28846)
  • nuxt: Log more context of prerendering errors (#​28895)
  • nuxt: Enable injectAtEnd to reduce circular auto-imports (#​28822)
  • nuxt: Ensure we process files in buildDir for unimport (#​28899)
  • nuxt: Do not accept attrs on <NuxtErrorBoundary> (#​28901)
  • nuxt,schema: Accept any module in inline modules array (#​28922)
  • nuxt: Fall back to original component filePath (#​28925)
  • nuxt: Make runWithContext generic (#​28926)
  • nuxt: Set inheritAttrs: false for fragment components (#​28939)
  • nuxt: Use case-insensitive regexp for <script> blocks (4fd24381c)
  • nuxt: Ensure component imports are injected last (#​28944)
  • nuxt: Catch chunk errors directly in navigation (820908696)
  • nuxt: Add missing isNuxtMajorVersion export (#​29016)
  • nuxt: Correct type for useError (#​28996)
💅 Refactors
  • nuxt: Use vite:preloadError event (#​28862)
📖 Documentation
🏡 Chore
✅ Tests
  • Collect bundle sizes in parallel (1ce81069d)
  • Add regression test for using route in template (#​28967)
  • Convert set to array (6ee3b3adc)
  • Switch inline snapshot to object comparison (ae5135363)
🤖 CI
  • Access issue number from payload (8e4585c14)
  • Configure codeql to ignore tests (d5f98a757)
  • Add default permissions for workflows (3ede01cd4)
  • Scan source files with codeql (#​28943)
  • Skip setting up node before codeql scan (c4d7c92e9)
❤️ Contributors

v3.13.1

Compare Source

3.13.1 is the next regularly scheduled patch release.

👀 Highlights

Although this is a patch release, there are two features I'd love to draw your attention to.

  1. 🆔 useId now uses a built-in Vue composable for stable ids between server + client! https://github.com/nuxt/nuxt/pull/28285
  2. 🔥 a new experimental.buildCache feature now allows for quicker app rebuilds https://github.com/nuxt/nuxt/pull/28726

As always, feedback is appreciated 🙏 ❤️

✅ Upgrading

As usual, our recommendation for upgrading is to run:

npx nuxi@latest 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: Cache vue app build outputs (#​28726)
  • nuxt: Use ServerPlaceholder for ssr client components (#​28563)
  • nuxt: Use reducer array + handle modified proto (#​28768)
🩹 Fixes
  • schema: Resolve user-provided serverDir relative to root (#​28700)
  • nuxt: Handle mismatching declaration/plugin extensions (#​28709)
  • nuxt: Do not accept arbitrary strings for MiddlewareKey (#​28676)
  • nuxt: Do not pass listeners to custom NuxtLink (#​28738)
  • nuxt: Generate basic jsdoc for module config entry (#​27689)
  • nuxt: Augment NuxtOptions as well as config (#​28747)
  • nuxt: Improve error logging in import protections (#​28753)
  • nuxt: Handle deleted cookies from CookieStore events (#​28760)
  • nuxt: Allow updating appConfig with non-iterable objects (#​28773)
  • nuxt: Improve isNuxtError type inference (#​28814)
💅 Refactors
  • nuxt: Update to vue v3.5 + native useId (#​28285)
📖 Documentation
  • Fix typo (#​28724)
  • Update broken/redirected links (#​28739)
  • Capitalize text (#​28734)
  • Updated line number for nuxt build-time hooks (#​28746)
  • Add missing query returned value from useRoute() (#​28743)
  • Persist package manager choice in code blocks (#​28514)
  • Fix postcss codeblock typo (#​28801)
  • Include --frozen-lockfile when installing dependencies (#​28794)
🏡 Chore
✅ Tests
❤️ Contributors

v3.13.0

Compare Source

👀 Highlights

I'm pretty excited about this release - we've ported some features we had planned for Nuxt v4 back to v3, as well as a raft of bug fixes and performance improvements - as usual.

Here are a few of things I'm most excited about.

🏘️ Route Groups

We now support naming directories with parentheses/brackets to organise your routes without affecting the path.

For example:

-| pages/
---| index.vue
---| (marketing)/
-----| about.vue
-----| contact.vue

This will produce /, /about and /contact pages in your app. The marketing group is ignored for purposes of your URL structure.

Read more in the original PR.

🏝️ Islands and Head Metadata

It's now possible for server component islands to manipulate the head, such as by adding SEO metadata when rendering.

Read more in [#​27987](https://redirect


Configuration

📅 Schedule: Branch creation - "every 8 months on the first day of the month" (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 the dependencies label Jan 1, 2024
@renovate renovate bot force-pushed the renovate/shared-root branch 8 times, most recently from 4756986 to 6959764 Compare January 9, 2024 10:31
@renovate renovate bot force-pushed the renovate/shared-root branch 11 times, most recently from 4470d87 to 133076a Compare January 17, 2024 15:47
@renovate renovate bot force-pushed the renovate/shared-root branch 5 times, most recently from 6dd5800 to c79d2e7 Compare January 24, 2024 07:55
@renovate renovate bot force-pushed the renovate/shared-root branch 3 times, most recently from f654696 to 60701a3 Compare January 30, 2024 17:41
@renovate renovate bot force-pushed the renovate/shared-root branch 2 times, most recently from fd9c762 to 94fb931 Compare February 8, 2024 04:07
@renovate renovate bot force-pushed the renovate/shared-root branch 8 times, most recently from e03eae9 to 58c1cdd Compare September 16, 2024 15:53
@renovate renovate bot force-pushed the renovate/shared-root branch 4 times, most recently from d159971 to a2d7581 Compare September 27, 2024 16:06
@renovate renovate bot force-pushed the renovate/shared-root branch 4 times, most recently from 1933c48 to 3bc638f Compare October 3, 2024 16:56
@renovate renovate bot force-pushed the renovate/shared-root branch 5 times, most recently from d480251 to def2828 Compare October 12, 2024 09:56
@renovate renovate bot force-pushed the renovate/shared-root branch 2 times, most recently from b6899af to 76b9dc7 Compare October 19, 2024 22:57
@renovate renovate bot force-pushed the renovate/shared-root branch 4 times, most recently from 7ac60d5 to d1491f7 Compare November 4, 2024 05:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants