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 yaml and nuxt #186

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

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Apr 25, 2023

Removes yaml. It's no longer used after updating ancestor dependency nuxt. These dependencies need to be updated together.

Removes yaml

Updates nuxt from 3.1.1 to 3.4.2

Release notes

Sourced from nuxt's releases.

v3.4.2

3.4.2 is a patch release with the latest bug fixes and performance improvements

✨ What's new?

Apart from the normal bug fixes, we have a couple things we should call out.

  1. πŸ”₯ We're now on Vite 4.3 (#20405). This was a performance-focused release and hopefully you'll be enjoying the speed improvements! Check out the release announcement for more info.
  2. πŸ‘€ It's now possible to experimentally enable @parcel/watcher for the Nuxt dev watcher (#20179). This may improve performance if you're on Windows. You'll probably also want to install watchman in that case.

βœ… 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: Share lazy component definitions (#20259)
  • Remove unused deps and add implicit deps (#20356)
  • Allow using @parcel/watcher for dev watcher (#20179)

🩹 Fixes

  • vite: Set different cache dirs for client/server (#20276)
  • nuxt: Generate hi-res sourcemaps (#20280)
  • nuxt: Return type directly if not picking asyncData (#20288)
  • nuxt: Provide more helpful error when instance unavailable (#20289)
  • nuxt: Mark useRequestHeaders keys as optional (#20286)
  • vite: Avoid serving arbitrary file in vite-node middleware (#20345)
  • nuxt: Swap preloads for json/js payloads (#20375)
  • nuxt: Handle pages with no content and log warning (#20373)
  • test-utils: Import jest functions from @jest/globals (#20360)
  • core,kit: Ensure module transpilation paths are dirs (#20396)
  • schema: Rely on installed telemetry types (#19640)
  • cli: Load kit from rootDir when preparing project (#20401)
  • nuxt: Clone app config on server (#20278)

πŸ’… Refactors

  • nuxt: Rework and use isJS and isVue utilities consistently (#20344)

... (truncated)

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

Removes [yaml](https://github.com/eemeli/yaml). It's no longer used after updating ancestor dependency [nuxt](https://github.com/nuxt/nuxt). These dependencies need to be updated together.


Removes `yaml`

Updates `nuxt` from 3.1.1 to 3.4.2
- [Release notes](https://github.com/nuxt/nuxt/releases)
- [Commits](nuxt/nuxt@3.1.1...v3.4.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from bonomite as a code owner April 25, 2023 05:38
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Apr 25, 2023
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