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

[framework-fixtures]: Bump the core group across 1 directory with 3 updates #11737

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 17, 2024

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 --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

  • 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 onNuxtReady callback 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 runtimeConfig key (9e56b60c6)
  • nuxt: Overwrite #app/defaults rather 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.rootId with app.rootAttrs.id (#27630)
  • nuxt: Add mergeProps import 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.cacheDir if defined (#27628)
  • nuxt: Unregister hooks the moment close is 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
  • 8578e2b v3.12.2
  • dabcb5e fix(nuxt): add / even if pages module isn't enabled
  • cb77ddc chore: lint
  • 2de885b fix(nuxt): reduce usage of cjs utilities (#27642)
  • 44cada9 fix(nuxt): only inject root path in prerender
  • a05b534 fix(nuxt): add missing script stubs (#27640)
  • fda6cf7 fix(nuxt): unregister hooks the moment close is called (#27637)
  • 44d3dff perf(nuxt): don't wait for key deps check (#27638)
  • 0602dd0 fix(nuxt): add missing island uid for selective client components (#27633)
  • a3d8f00 fix(nuxt): reset cookie timeoutLength after expiration (#27632)
  • Additional commits viewable in compare view

Updates vue from 3.4.21 to 3.4.29

Release notes

Sourced from vue's releases.

v3.4.29

For stable releases, please refer to CHANGELOG.md for details. For pre-releases, please refer to CHANGELOG.md of the minor branch.

v3.4.28

For stable releases, please refer to CHANGELOG.md for details. For pre-releases, please refer to CHANGELOG.md of the minor branch.

v3.4.27

For stable releases, please refer to CHANGELOG.md for details. For pre-releases, please refer to CHANGELOG.md of the minor branch.

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.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-ignore comment 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
  • compiler-core: make ForIteratorExpression's returns property optional (#11011) (5b8c1af)
  • compiler-core: should set <math> tag as block to retain MathML namespace after patching (#10891) (87c5443)
  • compiler-core: v-for expression missing source with spaces should emit error (#5821) (b9ca202), closes #5819
  • compiler-sfc: improve type resolving for the keyof operator (#10921) (293cf4e), closes #10920 #11002
  • compiler-sfc: support as keyword with template literal types (#11100) (2594b1d), closes #10962
  • compiler-sfc: support type resolve for keyof for intersection & union types (#11132) (495263a), closes #11129
  • compiler-sfc: throw error when import macro as alias (#11041) (34a97ed)
  • correct the type of <details>'s onToggle event handler (#10938) (fd18ce7), closes #10928
  • custom-element: disconnect MutationObserver in nextTick in case that custom elements are moved (#10613) (bbb5be2), closes #10610
  • custom-elements: compatibility of createElement in older versions of Chrome (#9615) (a88295d), closes #9614
  • hmr: avoid infinite recursion when reloading hmr components (#6936) (36bd9b0), closes #6930
  • hydration: log hydration error even when using async components (#9403) (5afc76c), closes #9369
  • KeepAlive: properly cache nested Suspense subtree (#10912) (07764fe)
  • npm: explicitly add @vue/reactivity as dependency of @vue/runtime-dom (#10468) (ec424f6)
  • reactivity: pass oldValue in debug info when triggering refs (#8210) (3b0a56a), closes vuejs/pinia#2061
  • runtime-core: avoid traversing static children for vnodes w/ PatchFlags.BAIL (#11115) (b557d3f), closes #10547
  • runtime-core: do not fire mount/activated hooks if unmounted before mounted (#9370) (aa156ed), closes #8898 #9264 #9617
  • runtime-core: ensure suspense creates dep component's render effect with correct optimized flag (#7689) (c521f95), closes #7688
  • runtime-core: fix missed updates when passing text vnode to <component :is> (#8304) (b310ec3), closes #8298
  • runtime-core: fix stale v-memo after v-if toggle (#6606) (edf2638), closes #6593
  • runtime-core: fix Transition for components with root-level v-if (#7678) (ef2e737), closes #7649
  • runtime-dom: also set attribute for form element state (537a571), closes #6007 #6012

... (truncated)

Commits
  • e5ca13a release: v3.4.29
  • cc04fd2 chore: exclude sfc local proxy files from tsconfig
  • 1e42f24 workflow: improve release script ci status check
  • 8296e19 fix(reactivity): avoid infinite loop when render access a side effect compute...
  • a23e99b fix(compiler-sfc): support @​vue-ignore comment on more type sources
  • a476692 fix(compiler-sfc): fix parsing of mts, d.mts, and mtsx files
  • 4ec387b fix(compiler-sfc): fix missing scope for extends error message
  • 11cc12b fix(build): fix accidental inclusion of runtime-core in server-renderer cjs b...
  • bda5ff1 chore: fix missing type import
  • 7c8b126 fix(custom-element): support same direct setup function signature in defineCu...
  • Additional commits viewable in compare view

Updates vue-router from 4.3.0 to 4.3.3

Release notes

Sourced from vue-router's releases.

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
  • e8791aa release: vue-router@4.3.3
  • e9f6ae3 perf: use a binary search for insertMatcher (#2137)
  • 7186b74 chore: adjust test case type checking
  • 0901d1b docs: correct become sponsor button text color when hovering (#2252)
  • d842b6f docs: add sponsors block
  • d7a4719 doc(zh): sync getting started page at 3ab1e5e (#2234)
  • 8fbd9c4 docs: remove vuejs.de banner
  • d6d4dd3 ci: upgrade codecov
  • 3ab1e5e docs: add vuejsde conf banner may (#2208)
  • 39e6f5e chore: add security.md [ci skip]
  • 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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will 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 version will 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

Copy link

changeset-bot bot commented Jun 17, 2024

⚠️ No Changeset found

Latest commit: 06e92dc

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

Copy link

socket-security bot commented Jun 17, 2024

New and removed dependencies detected. Learn more about Socket for GitHub ↗︎

Package New capabilities Transitives Size Publisher
npm/@nuxt/devtools@1.3.3 environment, network Transitive: eval, filesystem, shell +94 52.8 MB antfu
npm/nuxt@3.12.2 Transitive: environment, filesystem, network, shell, unsafe +38 35.3 MB danielroe
npm/vue-router@4.3.3 environment 0 809 kB posva

🚮 Removed packages: npm/@nuxt/devtools@1.0.8, npm/nuxt@3.11.1, npm/vue-router@4.3.0, npm/vue@3.4.21

View full report↗︎

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/packages/static-build/test/fixtures/nuxt-v3/core-180d3c2997 branch from d06ec9c to 5cdab17 Compare June 18, 2024 08:39
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/packages/static-build/test/fixtures/nuxt-v3/core-180d3c2997 branch from 5cdab17 to 5f57a94 Compare June 19, 2024 08:50
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/packages/static-build/test/fixtures/nuxt-v3/core-180d3c2997 branch from 5f57a94 to 6ffc717 Compare June 20, 2024 09:04
…pdates

Bumps the core group with 1 update in the /packages/static-build/test/fixtures/nuxt-v3 directory: [nuxt](https://github.com/nuxt/nuxt/tree/HEAD/packages/nuxt).


Updates `nuxt` from 3.11.1 to 3.12.2
- [Release notes](https://github.com/nuxt/nuxt/releases)
- [Commits](https://github.com/nuxt/nuxt/commits/v3.12.2/packages/nuxt)

Updates `vue` from 3.4.21 to 3.4.29
- [Release notes](https://github.com/vuejs/core/releases)
- [Changelog](https://github.com/vuejs/core/blob/main/CHANGELOG.md)
- [Commits](vuejs/core@v3.4.21...v3.4.29)

Updates `vue-router` from 4.3.0 to 4.3.3
- [Release notes](https://github.com/vuejs/router/releases)
- [Commits](vuejs/router@v4.3.0...v4.3.3)

---
updated-dependencies:
- dependency-name: nuxt
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: core
- dependency-name: vue
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: core
- dependency-name: vue-router
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: core
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/packages/static-build/test/fixtures/nuxt-v3/core-180d3c2997 branch from 6ffc717 to 06e92dc Compare June 21, 2024 08:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants