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

fix(deps): update all non-major dependencies #249

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 4, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@nuxt/devtools (source) ^1.6.0 -> ^1.6.4 age adoption passing confidence
@nuxtjs/i18n (source) 8.5.5 -> 8.5.6 age adoption passing confidence
@pinia/nuxt (source) ^0.5.5 -> ^0.9.0 age adoption passing confidence
@types/node (source) ^22.8.1 -> ^22.10.2 age adoption passing confidence
@vueuse/core (source) ^11.1.0 -> ^11.3.0 age adoption passing confidence
@vueuse/nuxt (source) ^11.1.0 -> ^11.3.0 age adoption passing confidence
axios (source) 1.7.7 -> 1.7.9 age adoption passing confidence
eslint-plugin-vue (source) ^9.29.1 -> ^9.32.0 age adoption passing confidence
husky ^9.1.6 -> ^9.1.7 age adoption passing confidence
lint-staged ^15.2.10 -> ^15.2.11 age adoption passing confidence
nuxt (source) ^3.13.2 -> ^3.14.1592 age adoption passing confidence
postcss (source) ^8.4.47 -> ^8.4.49 age adoption passing confidence
prettier (source) ^3.3.3 -> ^3.4.2 age adoption passing confidence
tailwindcss (source) ^3.4.14 -> ^3.4.16 age adoption passing confidence
typescript (source) ^5.6.3 -> ^5.7.2 age adoption passing confidence
vue (source) ^3.5.12 -> ^3.5.13 age adoption passing confidence
vue-router ^4.4.5 -> ^4.5.0 age adoption passing confidence
vue-tsc (source) ^2.1.8 -> ^2.1.10 age adoption passing confidence

Release Notes

nuxt/devtools (@​nuxt/devtools)

v1.6.4

Compare Source

Bug Fixes

v1.6.3

Compare Source

Bug Fixes

v1.6.2

Compare Source

Bug Fixes
  • add v4 compatibility version handeling for pages tab (#​758) (bd8651c)
Features
  • support vite-plugin-inspect for both Vite 5 and 6 (#​757) (cfcbc24)

v1.6.1

Compare Source

Bug Fixes
Features
  • apply lint, use explict import (2c6d2d3)
nuxt-modules/i18n (@​nuxtjs/i18n)

v8.5.6

Compare Source

   🐞 Bug Fixes
    View changes on GitHub
vuejs/pinia (@​pinia/nuxt)

v0.9.0

Compare Source

v0.8.0

Compare Source

v0.7.0

Compare Source

v0.6.1

Compare Source

v0.6.0

Compare Source

vueuse/vueuse (@​vueuse/core)

v11.3.0

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v11.2.0

Compare Source

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

v1.7.9

Compare Source

Reverts
Contributors to this release

v1.7.8

Compare Source

Bug Fixes
Contributors to this release
vuejs/eslint-plugin-vue (eslint-plugin-vue)

v9.32.0

Compare Source

v9.31.0

Compare Source

✨ Enhancements

🐛 Bug Fixes

⚙️ Updates

Full Changelog: vuejs/eslint-plugin-vue@v9.30.0...v9.31.0

v9.30.0

Compare Source

typicode/husky (husky)

v9.1.7

Compare Source

lint-staged/lint-staged (lint-staged)

v15.2.11

Compare Source

Patch Changes
  • #​1484 bcfe309 Thanks @​wormsik! - Escape paths containing spaces when using the "shell" option.

  • #​1487 7dd8caa Thanks @​iiroj! - Do not treat submodule root paths as "staged files". This caused lint-staged to fail to a Git error when only updating the revision of a submodule.

nuxt/nuxt (nuxt)

v3.14.1592

Compare Source

3.14.1592 is the next patch release.

👉 Changelog

compare changes

🩹 Fixes
  • rspack: Update webpackbar with support for rspack (#​29823)
  • nuxt: Assign default name to component without setup (#​29869)
  • kit: Use dst to deduplicate templates when adding them (#​29895)
  • nuxt: Handle empty plugin files (d44408e87)
  • vite: Use resolved nuxt template dst to invalidate modules (6cd3352de)
  • nuxt: Return null map for empty plugin metadata (302a66da9)
  • kit: Resolve module paths before appending subpaths (#​29955)
  • nuxt: Recompile templates on change events (#​29954)
  • nuxt: Do not include <NuxtWelcome> when building (#​29956)
  • nuxt: Allow scanning metadata from 2+ files at same path (#​29969)
  • nuxt: Do not disallow importing nitro dependencies (#​29975)
💅 Refactors
  • nuxt: Define layouts as async vue components (#​29957)
📖 Documentation
🏡 Chore
  • Remove unused imports and update eslint config (#​29876)
✅ Tests
🤖 CI
❤️ Contributors

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

3.14.0 is the next minor release.

👀 Highlights

Behind the scenes, a lot has been going on in preparation for the release of Nuxt v4 (particularly on the unjs side with preparations for Nitro v3!)

⚡️ Faster starts powered by jiti

Loading the nuxt config file, as well as modules and other build-time code, is now powered by jiti v2. You can see more about the release in the jiti v2 release notes, but one of the most important pieces is native node esm import (where possible), which should mean a faster start. ✨

📂 Shared folder for code and types shared with client/server

You should never import Vue app code in your nitro code (or the other way around). But this has meant a friction point when it comes to sharing types or utilities that don't rely on the nitro/vue contexts.

For this, we have a new shared/ folder (#​28682). You can't import Vue or nitro code into files in this folder, but it produces auto-imports you can consume throughout the rest of your app.

If needed you can use the new #shared alias which points to this folder.

The shared folder is alongside your server/ folder. (If you're using compatibilityVersion: 4, this means it's not inside your app/ folder.)

🦀 rspack builder

We're excited to announce a new first-class Nuxt builder for rspack. It's still experimental but we've refactored the internal Nuxt virtual file system to use unplugin to make this possible.

Let us know if you like it - and feel free to raise any issues you experience with it.

👉 To try it out, you can use this starter - or just install @nuxt/rspack-builder and set builder: 'rspack' in your nuxt config file.

✨ New composables

We have new useResponseHeader and useRuntimeHook composables (#​27131 and #​29741).

🔧 New module utilities

We now have a new addServerTemplate utility (#​29320) for adding virtual files for access inside nitro runtime routes.

🚧 v4 changes

We've merged some changes which only take effect with compatibilityVersion: 4, but which you can opt-into earlier.

  1. previously, if you had a component like ~/components/App/Header.vue this would be visible in your devtools as <Header>. From v4 we ensure this is <AppHeader>, but it's opt-in to avoid breaking any manual <KeepAlive> you might have implemented. (#​28745).

  2. Nuxt scans page metadata from your files, before calling pages:extend. But this has led to some confusing behaviour, as pages added at this point do not end up having their page metadata respected. So we now do not scan metadata before calling pages:extend. Instead, we have a new pages:resolved hook, which is called after pages:extend, after all pages have been augmented with their metadata. I'd recommend opting into this by setting experimental.scanPageMeta to after-resolve, as it solves a number of bugs.

🗺️ Roadmap to v3.15

They didn't quite make it in time for v3.14 but for the next minor release you can expect (among other things):

✅ 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

🚀 Enhancements
  • deps: Upgrade to latest version of jiti (#​27995)
  • kit,nuxt,vite,webpack: Reimplement cjs utils using jiti (#​29073)
  • nuxt: Normalise component names to match nuxt pattern (#​28745)
  • kit,schema: Add addServerTemplate utility (#​29320)
  • nuxt: Add useResponseHeader composable (#​27131)
  • rspack,webpack: Add rspack builder (#​29142)
  • nuxt,schema: pages:resolved hook + scan meta post extend (#​28861)
  • nuxt: Allow enabling route props in definePageMeta (#​29586)
  • schema,nuxt: Add shared/ folder and #shared alias (#​28682)
  • nuxt: Allow chunk error or manifest update -> reload (#​28160)
  • nuxt: Add useRuntimeHook composable (#​29741)
🔥 Performance
  • nuxt: Remove unneeded second call to useNuxtApp (#​29514)
  • vite: Avoid redundant postcss plugins overwrite (#​29619)
  • kit,nuxt,vite,webpack: Hoist regex patterns (#​29620)
🩹 Fixes
  • nuxt: Simplify plugin InjectionType template conditional (#​29023)
  • nuxt: Access server build from webpack memfs (#​29027)
  • nuxt: Do not resolve non-absolute component paths (#​29036)
  • nuxt: Defer unsetting error handler until suspense resolves (#​29037)
  • nuxt: Pass DOMException as fetch abort exception (#​29058)
  • vite: Don't force protocol if disabled devServer.https (#​29049)
  • nuxt: Empty nitro buildDir in dev mode (#​29068)
  • nuxt: Don't resolve relative import type paths for deps (#​29069)
  • kit: Handle passing 'bare' relative paths to modules (c7fecd8a1)
  • kit: Try resolving module path from each node_modules dir (70a622d43)
  • kit,vite,webpack: Resolve postcss paths from each modules dir (#​29096)
  • kit,vite,webpack: Strip node_modules/ from parent urls (5bd42c893)
  • nuxt: Add crossorigin attribute for stylesheets (#​29138)
  • nuxt: Use routeRules to hint pages to prerender (#​29172)
  • nuxt: Pass absolute external link urls to link:prefetch (#​29321)
  • nuxt: Error on build when required module is missing (#​29287)
  • nuxt: Prevent 404 when hitting component test endpoint (cb725f014)
  • nuxt: Avoid throwing 404 error before middleware finishes (#​29054)
  • schema: Use ConfigLayer type from c12 (#​29370)
  • nuxt: Fix nested page types in typedPages (#​29352)
  • nuxt: Allow islands to manipulate head client-side (#​29186)
  • vite: Dim repeat count in logs (#​29392)
  • schema: Mark configFile as required in layer type (3bbcd7d21)
  • nuxt: Remove vue compiler hints from auto import (#​29713)
  • vite: Update signature for createIsExternal (686be8168)
  • nuxt: Respect existing props value in definePageMeta (#​29683)
  • schema: Hoist nitropack/types to ensure api routes are typed (54096875e)
💅 Refactors
  • nuxt: Use addBuildPlugin internally (#​29157)
  • nuxt,schema,vite,webpack: Use unplugin for vfs (#​29165)
📖 Documentation
  • Use defineNuxtComponent instead of defineComponent (#​29011)
  • Remove duotone icons for clarity (#​29040)
  • Fix typo (#​29045)
  • Remove specific Nuxt 4 release date (#​29151)
  • Remove redundant newlines and indentations (#​29190)
  • Add links to short videos from daniel (#​29185)
  • Fix comments typo in auto-imports example (#​29195)
  • Add missing word (#​29230)
  • Add a section about useRequestFetch and event.$fetch (#​29099)
  • Add example of typing custom useFetch errors (#​29253)
  • Ensure manifest code snippet works with pnpm (#​29273)
  • Consistent directory structure (#​29292)
  • Update to new ofetch headers for interceptors (#​29118)
  • Mention upgrading third-party configs (#​27768)
  • Improve explanation of ssr + data fetching (#​29010)
  • Add a description for .env.test (#​29398)
  • Add section on 'updateAppConfig' in the 'app.config' page (#​29397)
  • Add example to navigateTo util (#​29611)
  • Remove mockImplementation() call (#​29669)
  • Update lifecycle hooks (#​29678)
  • Type cast api plugin in custom usefetch example (#​29756)
  • Correct some errors about proxying headers with $fetch (#​29755)
  • Add information on --envName flag (#​28909)
  • Add error expectation (09885b87e)
📦 Build
  • ui-templates: Switch to beasties (1b5391182)
🏡 Chore
✅ Tests
🤖 CI
❤️ Contributors

Configuration

📅 Schedule: Branch creation - "* 0-3 * * 1" in timezone Europe/Rome, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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 minor/patch label Nov 4, 2024
Copy link

vercel bot commented Nov 4, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
easy-radio ❌ Failed (Inspect) Dec 12, 2024 6:30pm

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 1fac040 to c4cbddd Compare November 4, 2024 15:58
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from c4cbddd to 15c4fa4 Compare November 5, 2024 02:23
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 15c4fa4 to 361d245 Compare November 6, 2024 13:36
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 361d245 to 3bd24d3 Compare November 10, 2024 23:00
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 3bd24d3 to bfbb942 Compare November 11, 2024 21:16
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from bfbb942 to aa9843f Compare November 12, 2024 00:32
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from aa9843f to f08d4a5 Compare November 14, 2024 23:18
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from f08d4a5 to 82c719d Compare November 15, 2024 16:18
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 82c719d to fe24066 Compare November 18, 2024 16:26
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from fe24066 to 63c5dce Compare November 19, 2024 18:50
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 63c5dce to a105517 Compare November 19, 2024 22:36
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from a105517 to 4e73695 Compare November 20, 2024 15:19
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 4e73695 to e900a23 Compare November 21, 2024 09:37
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from e900a23 to 8de8c85 Compare November 22, 2024 20:14
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from ef7fa73 to 80e55fa Compare November 26, 2024 03:44
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 80e55fa to b3be971 Compare November 26, 2024 07:04
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from b3be971 to d7e7708 Compare November 26, 2024 13:22
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from d7e7708 to 7c1d9e5 Compare November 28, 2024 06:43
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 7c1d9e5 to ad8b7d7 Compare November 28, 2024 14:33
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from ad8b7d7 to c16cd2b Compare November 30, 2024 07:31
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from c16cd2b to f21f257 Compare December 3, 2024 10:23
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from f21f257 to 98dbe53 Compare December 3, 2024 17:56
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 98dbe53 to 7e7eecf Compare December 3, 2024 20:23
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 7e7eecf to de7be49 Compare December 4, 2024 09:33
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from de7be49 to 145dd1b Compare December 4, 2024 15:03
@renovate renovate bot changed the title chore(deps): update all non-major dependencies fix(deps): update all non-major dependencies Dec 10, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 145dd1b to 090b850 Compare December 10, 2024 16:35
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 090b850 to 37a870b Compare December 11, 2024 11:12
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