vercel
vercel copied to clipboard
[framework-fixtures]: Bump the core group across 1 directory with 3 updates
Bumps the core group with 1 update in the /packages/static-build/test/fixtures/nuxt-v3 directory: nuxt.
Updates nuxt from 3.11.1 to 3.12.2
Release notes
Sourced from nuxt's releases.
v3.12.2
3.12.2 is the a regularly scheduled patch release.
✅ Upgrading
As usual, our recommendation for upgrading is to run:
npx nuxi@latest upgrade --forceThis 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
🔥 Performance
- kit: Deduplicate layers before resolving config (#27582)
- webpack: Decrease assets map iterations (d929cd4ef)
- kit: Various performance improvements (#27600)
- vite: Various performance improvements (#27601)
- nuxt: Don't wait for key deps check (#27638)
🩹 Fixes
- nuxt: Call
onNuxtReadycallback without arguments (#27428)- schema: Don't narrow head string types to literals (#27540)
- schema:
app/dir backwards compatibility (#27529)- nuxt: Manually assign payload reactivity when
ssr: false(#27542)- nuxt: Only log warning once per
runtimeConfigkey (9e56b60c6)- nuxt: Overwrite
#app/defaultsrather than augmenting (#27567)- nuxt: Export
useRouteAnnouncer(#27562)- nuxt: Remove backticks around runtimeConfig warning log (#27549)
- nuxt: Close top-level watcher on nuxt 'close' (#27571)
- nuxt: Handle tsx code when extracting pageMeta/routeRules (#27583)
- nuxt: Handle more edge cases with external/custom links (#27487)
- nuxt: Preserve route metadata assigned outside page (#27587)
- nuxt: Use portal to sync nitro/nuxt runtimeConfig + routeRules (#27596)
- nuxt,schema: Add types for
_installedModules(e4bfea642)- nuxt: Include build-time pages in prerender routes (#27569)
- nuxt: Warn when async data doesn't return a value (#27599)
- nuxt: Replace deprecated
app.rootIdwithapp.rootAttrs.id(#27630)- nuxt: Add
mergePropsimport in islands transform (#27622)- nuxt: Reset cookie timeoutLength after expiration (#27632)
- nuxt: Add missing island uid for selective client components (#27633)
- schema,vite: Respect
vite.cacheDirif defined (#27628)- nuxt: Unregister hooks the moment
closeis called (#27637)- nuxt: Add missing script stubs (#27640)
- nuxt: Only inject root path in prerender (44cada95a)
- nuxt: Reduce usage of cjs utilities (#27642)
- nuxt: Add
/even if pages module isn't enabled (dabcb5ecc)📖 Documentation
... (truncated)
Commits
8578e2bv3.12.2dabcb5efix(nuxt): add/even if pages module isn't enabledcb77ddcchore: lint2de885bfix(nuxt): reduce usage of cjs utilities (#27642)44cada9fix(nuxt): only inject root path in prerendera05b534fix(nuxt): add missing script stubs (#27640)fda6cf7fix(nuxt): unregister hooks the momentcloseis called (#27637)44d3dffperf(nuxt): don't wait for key deps check (#27638)0602dd0fix(nuxt): add missing island uid for selective client components (#27633)a3d8f00fix(nuxt): reset cookie timeoutLength after expiration (#27632)- Additional commits viewable in compare view
Updates vue from 3.4.21 to 3.4.30
Release notes
Sourced from vue's releases.
v3.4.30
For stable releases, please refer to CHANGELOG.md for details. For pre-releases, please refer to CHANGELOG.md of the
minorbranch.v3.4.29
For stable releases, please refer to CHANGELOG.md for details. For pre-releases, please refer to CHANGELOG.md of the
minorbranch.v3.4.28
For stable releases, please refer to CHANGELOG.md for details. For pre-releases, please refer to CHANGELOG.md of the
minorbranch.v3.4.27
For stable releases, please refer to CHANGELOG.md for details. For pre-releases, please refer to CHANGELOG.md of the
minorbranch.v3.4.26
Please refer to CHANGELOG.md for details.
v3.4.25
Please refer to CHANGELOG.md for details.
v3.4.24
Please refer to CHANGELOG.md for details.
v3.4.23
Please refer to CHANGELOG.md for details.
v3.4.22
Please refer to CHANGELOG.md for details.
Changelog
Sourced from vue's changelog.
3.4.30 (2024-06-22)
Note: this release contains a fix (#11150) that requires
vue-tscto also be updated in sync to ^2.0.22. See #11196Bug Fixes
- compiler-core: should not remove slot node with
v-else(#11150) (e102670)- hydration: fix css vars hydration mismatch false positive on attr-fallthrough (#11190) (7ad67ce), closes #11188
- hydration: skip prop mismatch check for directives that mutate DOM in created (3169c91), closes #11189
- reactivity: fix side effect computed dirty level (#11183) (3bd79e3), closes #11181 #11169
- runtime-core: ensure unmount dynamic components in optimized mode (#11171) (220fe24), closes #11168
- runtime-core: update devtool __vnode on patch, avoid memory leak during dev (a959781), closes #11192
- runtime-dom: ensure only symbols are explicitly stringified during attribute patching (#11182) (a2e35d6), closes #11177
- runtime-dom: prevent setting state as attribute for custom elements (#11165) (8ae4c29), closes #11163
Performance Improvements
3.4.29 (2024-06-14)
Bug Fixes
- build: fix accidental inclusion of runtime-core in server-renderer cjs build (11cc12b), closes #11137
- compiler-sfc: fix missing scope for extends error message (4ec387b)
- compiler-sfc: fix parsing of mts, d.mts, and mtsx files (a476692)
- compiler-sfc: support
@vue-ignorecomment on more type sources (a23e99b)- custom-element: support same direct setup function signature in defineCustomElement (7c8b126), closes #11116
- reactivity: avoid infinite loop when render access a side effect computed (#11135) (8296e19), closes #11121
3.4.28 (2024-06-14)
Bug Fixes
- compat: correctly transform non-identifier expressions in legacy filter syntax (#10896) (07b3c4b), closes #10852
- compat: ensure proper handling of render fuction from SFC using Vue.extend (#7781) (c73847f), closes #7766
- compat: only warn ATTR_FALSE_VALUE when enabled (04729ba), closes #11126
- compile-sfc: register props destructure rest id as setup bindings (#10888) (b2b5f57), closes #10885
- compile-sfc: Support project reference with folder, (#10908) (bdeac37), closes #10907
- compiler-core: allow unicode to appear in simple identifiers (#6765) (3ea9644), closes #6367
- compiler-core: change v-for key type to match Object.keys (#10963) (9fead52), closes #8819
- compiler-core: emit TS-compatible function declaration when requested (#9363) (5d25850)
- compiler-core: fix :key shorthand on v-for (#10942) (29425df), closes #10882 #10939
... (truncated)
Commits
582cd2erelease: v3.4.30a959781fix(runtime-core): update devtool __vnode on patch, avoid memory leak during dev3169c91fix(hydration): skip prop mismatch check for directives that mutate DOM in cr...7ad67cefix(hydration): fix css vars hydration mismatch false positive on attr-fallth...80ba50drefactor(built-ins): remove unused code from Teleport and Suspense components...e102670fix(compiler-core): should not remove slot node withv-else(#11150)914f064refactor(compat/compiler-core): improve conditional branching (#11185)a2e35d6fix(runtime-dom): ensure only symbols are explicitly stringified during attri...7936daeperf(reactivity): cache tracking value (#11145)8c4d7f5chore: remove dead links (#11173) [ci skip]- Additional commits viewable in compare view
Updates vue-router from 4.3.0 to 4.4.0
Release notes
Sourced from vue-router's releases.
v4.4.0
Please refer to CHANGELOG.md for details.
v4.4.0-alpha.3
Please refer to CHANGELOG.md for details.
v4.4.0-alpha.2
Please refer to CHANGELOG.md for details.
v4.4.0-alpha.1
Please refer to CHANGELOG.md for details.
v4.4.0-alpha.0
Please refer to CHANGELOG.md for details.
v4.3.3
Please refer to CHANGELOG.md for details.
v4.3.2
Please refer to CHANGELOG.md for details.
v4.3.1
Please refer to CHANGELOG.md for details.
Commits
77d7217release: [email protected]52b531ddocs: update vitepressbf106dfchore: remove unused depb55ab88chore: up pnpm19142f5Merge pull request #2264 from vuejs/refactor/typed-routesa91123fdocs: vuejs.de banner805e6ffdocs(zh): fix the order of useRouter() and useRoute() in packages/docs/zh/gui...edff284release: [email protected]abe223dfeat: add a clearRoutes method249bf2ddocs: vuejs.de banner- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions
⚠️ No Changeset found
Latest commit: 389a7fd3d256a1d7ac99e48219e0094a7d210046
Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.
This PR includes no changesets
When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types
Click here to learn what changesets are, and how to add one.
Click here if you're a maintainer who wants to add a changeset to this PR
New and removed dependencies detected. Learn more about Socket for GitHub ↗︎
| Package | New capabilities | Transitives | Size | Publisher |
|---|---|---|---|---|
| npm/@nuxt/[email protected] | environment, network Transitive: filesystem, shell | +60 |
44 MB | antfu |
| npm/[email protected] | Transitive: environment, filesystem, network, shell, unsafe | +43 |
35.6 MB | danielroe |
| npm/[email protected] | environment | +1 |
858 kB | posva |
🚮 Removed packages: npm/@nuxt/[email protected], npm/[email protected], npm/[email protected], npm/[email protected]
Looks like these dependencies are no longer updatable, so this is no longer needed.