-
-
Notifications
You must be signed in to change notification settings - Fork 34
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): update nuxt framework to ^3.15.3 #387
Open
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/nuxt
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
renovate
bot
force-pushed
the
renovate/nuxt
branch
from
December 6, 2024 13:06
1dcf2d4
to
eb17a1d
Compare
renovate
bot
changed the title
chore(deps): update devdependency @nuxt/test-utils to ^3.15.0
chore(deps): update devdependency @nuxt/test-utils to ^3.15.1
Dec 6, 2024
renovate
bot
changed the title
chore(deps): update devdependency @nuxt/test-utils to ^3.15.1
chore(deps): update devdependency @nuxt/test-utils to ^3.15.1 - autoclosed
Dec 24, 2024
renovate
bot
changed the title
chore(deps): update devdependency @nuxt/test-utils to ^3.15.1 - autoclosed
chore(deps): update devdependency @nuxt/test-utils to ^3.15.1
Dec 25, 2024
renovate
bot
force-pushed
the
renovate/nuxt
branch
from
December 25, 2024 00:08
b455ab7
to
eb17a1d
Compare
renovate
bot
changed the title
chore(deps): update devdependency @nuxt/test-utils to ^3.15.1
chore(deps): update nuxt framework to ^3.15.0
Dec 25, 2024
renovate
bot
force-pushed
the
renovate/nuxt
branch
from
December 25, 2024 03:52
eb17a1d
to
c60f718
Compare
renovate
bot
force-pushed
the
renovate/nuxt
branch
from
January 5, 2025 15:39
c60f718
to
83bba03
Compare
renovate
bot
changed the title
chore(deps): update nuxt framework to ^3.15.0
chore(deps): update nuxt framework to ^3.15.1
Jan 5, 2025
renovate
bot
changed the title
chore(deps): update nuxt framework to ^3.15.1
chore(deps): update nuxt framework to ^3.15.1 - autoclosed
Jan 14, 2025
renovate
bot
changed the title
chore(deps): update nuxt framework to ^3.15.1 - autoclosed
chore(deps): update nuxt framework to ^3.15.1
Jan 15, 2025
renovate
bot
force-pushed
the
renovate/nuxt
branch
from
January 15, 2025 18:41
5cee062
to
83bba03
Compare
renovate
bot
changed the title
chore(deps): update nuxt framework to ^3.15.1
chore(deps): update nuxt framework to ^3.15.2
Jan 15, 2025
renovate
bot
force-pushed
the
renovate/nuxt
branch
from
January 15, 2025 22:29
83bba03
to
3d5ccb4
Compare
renovate
bot
force-pushed
the
renovate/nuxt
branch
from
January 17, 2025 04:43
3d5ccb4
to
3df32c7
Compare
renovate
bot
changed the title
chore(deps): update nuxt framework to ^3.15.2
chore(deps): update nuxt framework to ^3.15.2 - autoclosed
Jan 19, 2025
renovate
bot
changed the title
chore(deps): update nuxt framework to ^3.15.2 - autoclosed
chore(deps): update nuxt framework to ^3.15.2
Jan 25, 2025
renovate
bot
force-pushed
the
renovate/nuxt
branch
from
January 25, 2025 02:10
9cd2cba
to
3df32c7
Compare
renovate
bot
changed the title
chore(deps): update nuxt framework to ^3.15.2
chore(deps): update nuxt framework to ^3.15.3
Jan 25, 2025
renovate
bot
force-pushed
the
renovate/nuxt
branch
from
January 25, 2025 06:35
3df32c7
to
ea0d5f0
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
None yet
0 participants
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^3.15.2
->^3.15.3
^3.15.2
->^3.15.3
Release Notes
nuxt/nuxt (@nuxt/kit)
v3.15.3
Compare Source
👀 Highlights
CORS configuration for dev server
Alongside a range of improvements, we've also shipped a significant fix to impose CORS origin restrictions on the dev server. This applies to your Vite or Webpack/Rspack dev middleware only.
This is a significant/breaking change we would not normally ship in a patch but it is a security fix (see GHSA-4gf7-ff8x-hq99 and GHSA-2452-6xj8-jh47) and we urge you to update ASAP.
You can configure the allowed origins and other CORS options via the
devServer.cors
options in yournuxt.config
, which may be relevant if you are developing with a custom hostname:✅ Upgrading
As usual, our recommendation for upgrading is to run:
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
mkdirSync
calls (#30651)findPath
andresolvePath
(#30682)Transition
component only on client side (#30720)🩹 Fixes
#app-manifest
alias (#30618)plugin.src
for variable name generation (#30649)dev
/test
environment value (#30667)invalidateModule
call (9bd71e498)[[
optional dynamic params (#30619)devServer.cors
(406db5b4d)💅 Refactors
externality
and use vite internal config (#30634)📖 Documentation
useFetch
example (#30629)nuxi
source code (4fabe0025)NuxtLink
(#30614)addRouteMiddleware
(#30656)ClientOnly
withonMounted
hook (#30670)navigation
mode incallOnce
composable (#30612)📦 Build
inlineDependencies
option (01adefcec)🏡 Chore
lodash-es
(0c01273f5)🤖 CI
❤️ Contributors
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR was generated by Mend Renovate. View the repository job log.