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

Bump nuxt from 2.14.12 to 3.4.3 #87

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

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Jun 21, 2023

Bumps nuxt from 2.14.12 to 3.4.3.

Release notes

Sourced from nuxt's releases.

v3.4.3

3.4.3 is a patch release with the latest bug fixes. 🐞 It is expected that the next release will be v3.5, in approximately two weeks' time.

βœ… 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

🩹 Fixes

  • nuxt: Don't call timeEnd unless we're debugging (#20424)
  • nuxt: Use key to force server component re-rendering (#19911)
  • nuxt: Add basic typings for <ClientOnly> (f1ded44e8)
  • nuxt: Use event.node.req in cookie utility (#20474)
  • deps: Relax upper node version constraint (#20472)
  • nuxi,schema: Support devServer.https: true (#20498)
  • nuxt: Throw 404 when accessing /__nuxt_error directly (#20497)
  • nuxt: Use callAsync for executing hooks with context (#20510)
  • nuxt: Improved typing support for app config (#20526)
  • nuxt: Call app:error in SSR before rendering error page (#20511)
  • nuxt: Restrict access to single renderer outside of test/rootDir (#20543)
  • nuxt: Throw errors when running legacy asyncData (#20535)
  • nuxt: Transform #components imports into direct component imports (#20547)
  • nuxt: Return RenderResponse for redirects (#20496)

πŸ“– Documentation

  • Fix typos on docs homepage (#20456)
  • Update links to vue-router docs (#20454)
  • Remove RC reference and add link to vue migration build (#20485)
  • Add cdn proxy section (#20408)
  • Add a next steps link to first page of migration docs (#20512)
  • Add custom fetch composable example (#20115)
  • Adjust wrong link after repo migration (#20536)

βœ… Tests

... (truncated)

Commits
  • 1464294 v3.4.3
  • d8176f1 chore(deps): update all non-major dependencies (main) (#20514)
  • f73bb1d fix(nuxt): return RenderResponse for redirects (#20496)
  • 98b20c4 fix(nuxt): transform #components imports into direct component imports (#20...
  • ecf4153 fix(nuxt): throw errors when running legacy asyncData (#20535)
  • 65a8f4e fix(nuxt): restrict access to single renderer outside of test/rootDir (#20543)
  • 48c034c ci: run nuxt2 nightly release on node 14 again
  • 59680dd docs: adjust wrong link after repo migration (#20536)
  • 197de3e fix(nuxt): call app:error in SSR before rendering error page (#20511)
  • dd0d13d fix(nuxt): improved typing support for app config (#20526)
  • 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 compatibility score

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 [nuxt](https://github.com/nuxt/nuxt) from 2.14.12 to 3.4.3.
- [Release notes](https://github.com/nuxt/nuxt/releases)
- [Commits](nuxt/nuxt@v2.14.12...v3.4.3)

---
updated-dependencies:
- dependency-name: nuxt
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jun 21, 2023
@socket-security
Copy link

🚨 Potential security issues detected. Learn more about Socket for GitHub β†—οΈŽ

To accept the risk, merge this PR and you will not be notified again.

Issue Package Version Note Source
Install scripts fsevents 1.2.13
  • Install script: install
  • Source: node install.js
package.json via nuxt-lazy-load@1.2.9
Install scripts esbuild 0.17.19 package.json via nuxt@3.4.3
Network access esbuild 0.17.19
  • Module: globalThis["fetch"]
  • Location: install.js
package.json via nuxt@3.4.3
Network access nuxi 3.4.3 package.json via nuxt@3.4.3
Network access vite 4.3.9 package.json via nuxt@3.4.3
Network access domutils 3.1.0 package.json via nuxt@3.4.3
Network access giget 1.1.2 package.json via nuxt@3.4.3
Network access node-fetch-native 1.2.0 package.json via nuxt@3.4.3
Network access ofetch 1.1.1 package.json via nuxt@3.4.3
Network access svgo 3.0.2 package.json via nuxt@3.4.3
Network access unenv 1.5.1 package.json via nuxt@3.4.3
Network access vite-plugin-checker 0.5.6 package.json via nuxt@3.4.3
Network access vscode-jsonrpc 6.0.0 package.json via nuxt@3.4.3

Next steps

What is an install script?

Install scripts are run when the package is installed. The majority of malware in npm is hidden in install scripts.

Packages should not be running non-essential scripts during install and there are often solutions to problems people solve with install scripts that can be run at publish time instead.

What is network access?

This module accesses the network.

Packages should remove all network access that is functionally unnecessary. Consumers should audit network access to ensure legitimate use.

Take a deeper look at the dependency

Take a moment to review the security alert above. Review the linked package source code to understand the potential risk. Ensure the package is not malicious before proceeding. If you're unsure how to proceed, reach out to your security team or ask the Socket team for help at support [AT] socket [DOT] dev.

Remove the package

If you happen to install a dependency that Socket reports as Known Malware you should immediately remove it and select a different dependency. For other alert types, you may may wish to investigate alternative packages or consider if there are other ways to mitigate the specific risk posed by the dependency.

Mark a package as acceptable risk

To ignore an alert, reply with a comment starting with @SocketSecurity ignore followed by a space separated list of package-name@version specifiers. e.g. @SocketSecurity ignore foo@1.0.0 bar@* or ignore all packages with @SocketSecurity ignore-all

  • @SocketSecurity ignore fsevents@1.2.13
  • @SocketSecurity ignore esbuild@0.17.19
  • @SocketSecurity ignore nuxi@3.4.3
  • @SocketSecurity ignore vite@4.3.9
  • @SocketSecurity ignore domutils@3.1.0
  • @SocketSecurity ignore giget@1.1.2
  • @SocketSecurity ignore node-fetch-native@1.2.0
  • @SocketSecurity ignore ofetch@1.1.1
  • @SocketSecurity ignore svgo@3.0.2
  • @SocketSecurity ignore unenv@1.5.1
  • @SocketSecurity ignore vite-plugin-checker@0.5.6
  • @SocketSecurity ignore vscode-jsonrpc@6.0.0

@socket-security
Copy link

New and updated dependency changes detected. Learn more about Socket for GitHub β†—οΈŽ

Packages Version New capabilities Transitives1 Size Publisher
nuxt ⬆️ 2.14.12...3.4.3 environment +274/-349 283 MB danielroe

Footnotes

  1. https://docs.socket.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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants