-
-
Notifications
You must be signed in to change notification settings - Fork 2
chore(deps): update all non-major dependencies #413
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
Closed
chrisbbreuer
wants to merge
15
commits into
main
from
buddy-bot/update-non-major-updates-1761257212648
Closed
chore(deps): update all non-major dependencies #413
chrisbbreuer
wants to merge
15
commits into
main
from
buddy-bot/update-non-major-updates-1761257212648
Conversation
This file contains hidden or 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
❌ Deploy Preview for ts-maps failed. Why did it fail? →
|
commit: |
…major-updates-1761257212648
…major-updates-1761257212648
Member
Author
|
🤖 Auto-closing satisfied PR This PR was automatically closed because the following packages are no longer direct dependencies (possibly moved to peer dependencies, transitive dependencies, or removed):
The following packages are already at the target version or newer:
If this was closed in error, please reopen and add a comment explaining why. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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:
Package Updates Summary
📦 npm Dependencies
13 packages will be updated
1.9.0->1.10.04.1.3->4.2.04.1.3->4.2.05.0.4->5.1.04.1.3->4.2.020.0.8->20.0.101.3.0->1.3.10.15.0->0.15.516.0.0->16.0.120.0.8->20.0.1016.0.0->16.0.17.1.9->7.1.123.1.1->3.1.2🔧 System Dependencies
^1.2.20→^1.3.0pkgx.yamlRelease Notes
nuxt/eslint (@nuxt/eslint-config)
1.9.0 -> 1.10.0
v1.10.0Compare Source
🚀 Features
🐞 Bug Fixes
View changes on GitHub
Released by github-actions[bot] on 10/28/2025
nuxt/nuxt (@nuxt/kit)
4.1.3 -> 4.2.0
v4.2.0Compare Source
👀 Highlights
We're excited to announce Nuxt 4.2, bringing new capabilities for better TypeScript DX, enhanced error handling, and improved control over data fetching! 🎉
🎯 Abort Control for Data Fetching
You can now use
AbortControllersignals directly withinuseAsyncData, giving you fine-grained control over request cancellation (#32531).This works by passing an internal signal to your
useAsyncDatahandlerto cancel any promise that can be canceled, such as$fetch.