[ ] ๐ Documentation (updates to the documentation, readme or JSdoc annotations)
[ ] ๐ Bug fix (a non-breaking change that fixes an issue)
[x] ๐ Enhancement (improving an existing functionality like performance)
[ ] โจ New feature (a non-breaking change that adds functionality)
[x] ๐งน Chore (updates to the build process or auxiliary tools and libraries)
[ ] โ ๏ธ Breaking change (fix or feature that would cause existing functionality to change)
๐ Description
This PR upgrades nitropack@2.9.7 to nitropack@2.10.4. This resolves two issues:
existing: nitropack@2.9.7 relies on an unimport-version that augments the vue-runtime-core types, which was deprecated with vue 3.5: https://github.com/unjs/unimport/pull/359
upcoming: nitropack@2.10.4 changes the package structure for an upcoming switch to the new name nitro with the release of v3. So if people upgrade to latest nuxt and in turn also upgrade all sub-deps to latest nitro, the import that nuxt-auth has from nitropack will break (see changes I made here)
@phoenix-ru / @zoey-kaiser: Opening this to raise awareness of the above potential issues. Feel free to merge as is / close / put into another dep-upgrade PR.
๐ Linked issue
N/A
โ Type of change
๐ Description
This PR upgrades
nitropack@2.9.7
tonitropack@2.10.4
. This resolves two issues:nitropack@2.9.7
relies on an unimport-version that augments the vue-runtime-core types, which was deprecated with vue 3.5: https://github.com/unjs/unimport/pull/359nitropack@2.10.4
changes the package structure for an upcoming switch to the new namenitro
with the release ofv3
. So if people upgrade to latest nuxt and in turn also upgrade all sub-deps to latest nitro, the import thatnuxt-auth
has fromnitropack
will break (see changes I made here)See https://github.com/nitrojs/nitro/releases/tag/v2.10.0 for more on the namespace change.
๐ Checklist