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

build(deps): bump vite and nuxt in /frontend #17

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 6, 2023

Bumps vite to 4.3.9 and updates ancestor dependency nuxt. These dependencies need to be updated together.

Updates vite from 3.1.4 to 4.3.9

Release notes

Sourced from vite's releases.

[email protected]

Please refer to CHANGELOG.md for details.

[email protected]

Please refer to CHANGELOG.md for details.

[email protected]

Please refer to CHANGELOG.md for details.

[email protected]

Please refer to CHANGELOG.md for details.

[email protected]

Please refer to CHANGELOG.md for details.

[email protected]

Please refer to CHANGELOG.md for details.

[email protected]

Please refer to CHANGELOG.md for details.

[email protected]

Please refer to CHANGELOG.md for details.

[email protected]

Please refer to CHANGELOG.md for details.

[email protected]

Please refer to CHANGELOG.md for details.

[email protected]

Please refer to CHANGELOG.md for details.

[email protected]

Please refer to CHANGELOG.md for details.

[email protected]

Please refer to CHANGELOG.md for details.

Changelog

Sourced from vite's changelog.

4.3.9 (2023-05-26)

4.3.8 (2023-05-18)

  • fix: avoid outdated module to crash in importAnalysis after restart (#13231) (3609e79), closes #13231
  • fix(ssr): skip updateCjsSsrExternals if legacy flag disabled (#13230) (13fc345), closes #13230

4.3.7 (2023-05-16)

4.3.6 (2023-05-15)

4.3.5 (2023-05-05)

  • fix: location is not defined error in cleanScssBugUrl (#13100) (91d7b67), closes #13100
  • fix: unwrapId and pass ssr flag when adding to moduleGraph in this.load (#13083) (9041e19), closes #13083
  • fix(assetImportMetaUrl): reserve dynamic template literal query params (#13034) (7089528), closes #13034

... (truncated)

Commits

Updates nuxt from 3.0.0-rc.11 to 3.5.3

Release notes

Sourced from nuxt's releases.

v3.5.3

3.5.3 is expected to be the last patch release before our next raft of features lands in v3.6.

✅ Upgrading

As usual, our recommendation for upgrading is to run:

nuxi 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

  • nuxt: Avoid watching nested paths (#21256)

🩹 Fixes

  • nuxt: Handle serialising empty bigint (#21257)
  • cli: Pass --no-clear config through to vite (#21262)
  • cli: Always use the latest devtools wizard (#21291)
  • schema: Update vue-loader options type (#21363)
  • schema: Add types for vue experimental features (#21364)
  • nuxt: Display errors in client overlay with typeCheck (#21064)
  • nuxt: Support usage of std-env in runtime code (#21372)
  • nuxt: Key distinct pages differently for legacy asyncData (#21263)
  • vite: Skip generating keys for locally scoped functions (#20955)
  • kit: Temporarily inline lodash.template from lodash-es (#20892)

📖 Documentation

  • Add index.vue to page routing example (#21240)
  • Distinguish between $fetch and fetch composables (#21228)
  • Adjust env property to match runtimeConfig (#21265)
  • Fix Cloudflare capitalization (#21267)
  • Migrate transition class names and style prop (#21281)
  • Remove irregular spaces (#21380)

🏡 Chore

  • Pin dev dependencies (9fb83b744)
  • Avoid inlining deps in vitest (#21316)
  • Rewrite crawler to remove old dependencies (#21326)
  • Support vitest 0.30.0 peer dependency (d58d1ea1e)

... (truncated)

Commits
  • 199595f v3.5.3
  • a1dbeaf chore(deps): pin dependencies (main) (#21388)
  • d58d1ea chore: support vitest 0.30.0 peer dependency
  • 0f4ae15 fix(kit): temporarily inline lodash.template from lodash-es (#20892)
  • 67f2232 fix(vite): skip generating keys for locally scoped functions (#20955)
  • ec72066 fix(nuxt): key distinct pages differently for legacy asyncData (#21263)
  • 8453fee chore: rewrite crawler to remove old dependencies (#21326)
  • 05b577e fix(nuxt): support usage of std-env in runtime code (#21372)
  • febf4b8 chore(deps): update all non-major dependencies (main) (#21377)
  • 1a7aa1b docs: remove irregular spaces (#21380)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by danielroe, a new releaser for nuxt since your current version.


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 ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) to 4.3.9 and updates ancestor dependency [nuxt](https://github.com/nuxt/nuxt). These dependencies need to be updated together.


Updates `vite` from 3.1.4 to 4.3.9
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v4.3.9/packages/vite)

Updates `nuxt` from 3.0.0-rc.11 to 3.5.3
- [Release notes](https://github.com/nuxt/nuxt/releases)
- [Commits](nuxt/nuxt@v3.0.0-rc.11...v3.5.3)

---
updated-dependencies:
- dependency-name: vite
  dependency-type: indirect
- dependency-name: nuxt
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <[email protected]>
@vercel
Copy link

vercel bot commented Jun 6, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
apartment-rental-site ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jun 6, 2023 2:44am

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jun 6, 2023
@stormkit-io
Copy link

stormkit-io bot commented Jun 6, 2023

Deployment completed

This pull request was successfully built on Stormkit. You can preview it using the following link.

https://beetleforest-pv3d9r--90539790213146.stormkit.dev

@stormkit-io
Copy link

stormkit-io bot commented Jun 6, 2023

Deployment completed

This pull request was successfully built on Stormkit. You can preview it using the following link.

https://beetleforest-pv3d9r--90538145410795.stormkit.dev

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 javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants