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

chore(deps): bump @nuxt/kit from 3.13.2 to 3.14.159 #228

Merged
merged 1 commit into from
Nov 11, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 11, 2024

Bumps @nuxt/kit from 3.13.2 to 3.14.159.

Release notes

Sourced from @​nuxt/kit's releases.

v3.14.159

3.14.159 is a hotfix release to address regressions in v3.14.

We're leaning into the π theme - future patch releases of this minor version will just continue adding digits. (Sorry for any inconvenience! 😆)

👉 Changelog

compare changes

🩹 Fixes

  • nuxt: Update nitropack preset directory (#29780)
  • kit: Fall back to meta version if there's no module.json (#29793)
  • kit: Use mlly to resolve module paths to avoid cjs fallback (#29799)
  • webpack,rspack: Add adapter for webpack-dev-middleware (#29806)
  • nuxt: Remove null-byte prefix for virtual files (#29809)
  • kit: Convert module path to file url before reading meta (fb833ac64)

📖 Documentation

  • Capitalize titles (#29768)
  • Fix rou3 link in nitro.js (#29775)
  • Fix tip formatting (#29792)
  • Add link to h3 blogpost (#29794)
  • Remove outdated cloudflare tip (auto minify deprecated) (#29812)

🏡 Chore

  • nuxt: Remove redundant type (#29810)

❤️ Contributors

v3.14.0

3.14.0 is the next minor release.

👀 Highlights

Behind the scenes, a lot has been going on in preparation for the release of Nuxt v4 (particularly on the unjs side with preparations for Nitro v3!)

⚡️ Faster starts powered by jiti

Loading the nuxt config file, as well as modules and other build-time code, is now powered by jiti v2. You can see more about the release in the jiti v2 release notes, but one of the most important pieces is native node esm import (where possible), which should mean a faster start. ✨

📂 Shared folder for code and types shared with client/server

You should never import Vue app code in your nitro code (or the other way around). But this has meant a friction point when it comes to sharing types or utilities that don't rely on the nitro/vue contexts.

For this, we have a new shared/ folder (#28682). You can't import Vue or nitro code into files in this folder, but it produces auto-imports you can consume throughout the rest of your app.

... (truncated)

Commits
  • 6256890 v3.14.159
  • fb833ac fix(kit): convert module path to file url before reading meta
  • bbb52e3 chore(deps): update devdependency nitropack to v2.10.3 (3.x) (#29805)
  • a929a91 fix(kit): use mlly to resolve module paths to avoid cjs fallback (#29799)
  • 220b0f1 fix(kit): fall back to meta version if there's no module.json (#29793)
  • 4242052 v3.14.0
  • 0767742 chore: update nitropack to 2.10.2 (#29766)
  • 85514f2 chore(deps): update all non-major dependencies (3.x) (#29753)
  • 0eeeda4 chore(deps): update all non-major dependencies (3.x) (#29726)
  • 9f2e8e5 chore(deps): update vitest to v2.1.4 (3.x) (#29711)
  • Additional commits viewable in compare view

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Nov 11, 2024
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/nuxt/kit-3.14.159 branch from cb999de to 91a3d14 Compare November 11, 2024 10:32
manchenkoff
manchenkoff previously approved these changes Nov 11, 2024
Bumps [@nuxt/kit](https://github.com/nuxt/nuxt/tree/HEAD/packages/kit) from 3.13.2 to 3.14.159.
- [Release notes](https://github.com/nuxt/nuxt/releases)
- [Commits](https://github.com/nuxt/nuxt/commits/v3.14.159/packages/kit)

---
updated-dependencies:
- dependency-name: "@nuxt/kit"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@manchenkoff manchenkoff merged commit 97c927f into main Nov 11, 2024
3 checks passed
@manchenkoff manchenkoff deleted the dependabot/npm_and_yarn/nuxt/kit-3.14.159 branch November 11, 2024 11:32
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