JabRef / JabRefOnline

https://www.jabref.org
MIT License
32 stars 10 forks source link

chore(deps): update nuxt #2538

Closed renovate[bot] closed 1 month ago

renovate[bot] commented 1 month ago

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@nuxt/kit (source) 3.12.4 -> 3.13.2 age adoption passing confidence devDependencies minor
@nuxt/test-utils 3.14.0 -> 3.14.2 age adoption passing confidence devDependencies patch
@nuxtjs/seo (source) 2.0.0-rc.18 -> 2.0.0-rc.23 age adoption passing confidence devDependencies patch
@pinia/nuxt (source) 0.5.3 -> 0.5.5 age adoption passing confidence dependencies patch
nuxt (source) 3.12.4 -> 3.13.2 age adoption passing confidence devDependencies minor
nuxt-auth-utils ^0.4.2 -> 0.4.2 age adoption passing confidence devDependencies pin
pinia 2.2.1 -> 2.2.4 age adoption passing confidence dependencies patch
typescript (source) 5.5.4 -> 5.6.2 age adoption passing confidence dependencies minor
vite (source) 5.4.0 -> 5.4.8 age adoption passing confidence devDependencies patch

Release Notes

nuxt/nuxt (@​nuxt/kit) ### [`v3.13.2`](https://redirect.github.com/nuxt/nuxt/releases/tag/v3.13.2) [Compare Source](https://redirect.github.com/nuxt/nuxt/compare/v3.13.1...v3.13.2) > 3.13.2 is the next regularly scheduled patch release. #### ✅ Upgrading As usual, our recommendation for upgrading is to run: ```sh 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](https://redirect.github.com/nuxt/nuxt/compare/v3.13.1...v3.13.2) ##### 🔥 Performance - **nuxt:** Remove interop default for dynamic components ([#​28912](https://redirect.github.com/nuxt/nuxt/pull/28912)) ##### 🩹 Fixes - **nuxt:** Fix ssr log querySelector ([#​28864](https://redirect.github.com/nuxt/nuxt/pull/28864)) - **schema:** Enable `propsDestructure` by default ([#​28830](https://redirect.github.com/nuxt/nuxt/pull/28830)) - **nuxt:** Ensure injected `route` has enumerable keys ([#​28841](https://redirect.github.com/nuxt/nuxt/pull/28841)) - **nuxt:** Don't override vue instance with legacy `asyncData` ([#​28842](https://redirect.github.com/nuxt/nuxt/pull/28842)) - **nuxt:** Render server errors with `ssr: false` ([#​28834](https://redirect.github.com/nuxt/nuxt/pull/28834)) - **nuxt:** Resolve full component paths ([#​28843](https://redirect.github.com/nuxt/nuxt/pull/28843)) - **nuxt:** Improve accuracy of module resolution conditions ([#​28846](https://redirect.github.com/nuxt/nuxt/pull/28846)) - **nuxt:** Log more context of prerendering errors ([#​28895](https://redirect.github.com/nuxt/nuxt/pull/28895)) - **nuxt:** Enable `injectAtEnd` to reduce circular auto-imports ([#​28822](https://redirect.github.com/nuxt/nuxt/pull/28822)) - **nuxt:** Ensure we process files in `buildDir` for unimport ([#​28899](https://redirect.github.com/nuxt/nuxt/pull/28899)) - **nuxt:** Do not accept attrs on `` ([#​28901](https://redirect.github.com/nuxt/nuxt/pull/28901)) - **nuxt,schema:** Accept any module in inline `modules` array ([#​28922](https://redirect.github.com/nuxt/nuxt/pull/28922)) - **nuxt:** Fall back to original component `filePath` ([#​28925](https://redirect.github.com/nuxt/nuxt/pull/28925)) - **nuxt:** Make `runWithContext` generic ([#​28926](https://redirect.github.com/nuxt/nuxt/pull/28926)) - **nuxt:** Set `inheritAttrs: false` for fragment components ([#​28939](https://redirect.github.com/nuxt/nuxt/pull/28939)) - **nuxt:** Use case-insensitive regexp for ` Githubissues.
  • Githubissues is a development platform for aggregating issues.