Skip to content

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

Merged
EndangeredMassa merged 3 commits intomainfrom
dependabot/npm_and_yarn/packages/static-build/test/fixtures/nuxt-v3/core-7068814a18
Jul 10, 2024
Merged

[framework-fixtures]: Bump the core group across 1 directory with 3 updates#11773
EndangeredMassa merged 3 commits intomainfrom
dependabot/npm_and_yarn/packages/static-build/test/fixtures/nuxt-v3/core-7068814a18

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Jun 28, 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.31

Release notes

Sourced from vue's releases.

v3.4.31

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

v3.4.30

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

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.31 (2024-06-28)

Bug Fixes

Reverts

  • Revert "fix(reactivity): avoid infinite loop when render access a side effect computed (#11135)" (e0df985)
  • Revert "fix(reactivity): fix side effect computed dirty level (#11183)" (6c303ea), closes #11183

3.4.30 (2024-06-22)

Note: this release contains a fix (#11150) that requires vue-tsc to also be updated in sync to ^2.0.22. See #11196

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

... (truncated)

Commits
  • f2acd51 release: v3.4.31
  • 746352a fix(compiler-core): handle inline comments with undefined bindings (#11217)
  • ad22879 test(reactivity): add a failed test for computed (#11243)
  • b1d1f44 chore(deps): update dependency monaco-editor to ^0.50.0 (#11211)
  • e0df985 fix: Revert "fix(reactivity): avoid infinite loop when render access a side e...
  • 6c303ea Revert "fix(reactivity): fix side effect computed dirty level (#11183)"
  • 261fb7c chore(deps): update dawidd6/action-download-artifact action to v6 (#11212)
  • 01ff603 chore(deps): update dependency puppeteer to ~22.12.0 (#11210)
  • 89946f8 chore(deps): update dependency typescript-eslint to ^7.13.1 (#11209)
  • a1170db chore(deps): update all non-major dependencies (#11207)
  • 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

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

…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.31
- [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.31)

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

---
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-minor
  dependency-group: core
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jun 28, 2024
@changeset-bot
Copy link
Copy Markdown

changeset-bot bot commented Jun 28, 2024

🦋 Changeset detected

Latest commit: 930757e

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 2 packages
Name Type
@vercel/static-build Patch
vercel Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@socket-security
Copy link
Copy Markdown

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

Package New capabilities Transitives Size Publisher
npm/@nuxt/[email protected] environment, network Transitive: eval, filesystem, shell, unsafe +84 100 MB antfu
npm/[email protected] Transitive: environment, eval, filesystem, network, shell, unsafe +168 118 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]

View full report↗︎

@EndangeredMassa EndangeredMassa merged commit d0fe663 into main Jul 10, 2024
@EndangeredMassa EndangeredMassa deleted the dependabot/npm_and_yarn/packages/static-build/test/fixtures/nuxt-v3/core-7068814a18 branch July 10, 2024 15:15
EndangeredMassa pushed a commit that referenced this pull request Jul 15, 2024
This PR was opened by the [Changesets
release](https://github.com/changesets/action) GitHub action. When
you're ready to do a release, you can merge this and the packages will
be published to npm automatically. If you're not ready to do a release
yet, that's fine, whenever you add more changesets to main, this PR will
be updated.


# Releases
## [email protected]

### Minor Changes

- Add target output to `vc inspect`
([#11821](#11821))

- Send `customEnvironmentSlugOrId` to the create deployment endpoint
([#11789](#11789))

- Add `vc target ls` command
([#11790](#11790))

### Patch Changes

- Various improvements to vc target ls
([#11840](#11840))

- Updated dependencies
\[[`3eb40c8c2`](3eb40c8),
[`d0fe663af`](d0fe663),
[`b1e4a4011`](b1e4a40),
[`55ab52512`](55ab525)]:
    -   @vercel/[email protected]
    -   @vercel/[email protected]
    -   @vercel/[email protected]
    -   @vercel/[email protected]
    -   @vercel/[email protected]

## @vercel/[email protected]

### Minor Changes

- Send `customEnvironmentSlugOrId` to the create deployment endpoint
([#11789](#11789))

### Patch Changes

- Updated dependencies
\[[`3eb40c8c2`](3eb40c8)]:
    -   @vercel/[email protected]

## @vercel/[email protected]

### Patch Changes

- reject mismatched corepack and detected package managers
([#11603](#11603))

## @vercel/[email protected]

### Patch Changes

- Updated dependencies
\[[`3eb40c8c2`](3eb40c8)]:
    -   @vercel/[email protected]

## @vercel/[email protected]

### Patch Changes

- Ensure we do not include ending slash in matched path
([#11830](#11830))

## @vercel/[email protected]

### Patch Changes

- Updated dependencies
\[[`3eb40c8c2`](3eb40c8)]:
    -   @vercel/[email protected]

## @vercel/[email protected]

### Patch Changes

- Update `@remix-run/dev` fork to v2.10.2
([#11837](#11837))

## @vercel/[email protected]

### Patch Changes

- [framework-fixtures]&#x3A; Bump the core group across 1 directory with
3 updates ([#11773](#11773))

-   Updated dependencies \[]:
    -   @vercel/[email protected]

## @vercel-internals/[email protected]

### Patch Changes

- Updated dependencies
\[[`3eb40c8c2`](3eb40c8)]:
    -   @vercel/[email protected]

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
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.

1 participant