-
Notifications
You must be signed in to change notification settings - Fork 635
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 all non-major dependencies #1216
Merged
Merged
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 ↗︎
|
f736eb9
to
a563d4e
Compare
a563d4e
to
7a3e4d8
Compare
7a3e4d8
to
5c49195
Compare
5c49195
to
b3504f5
Compare
b3504f5
to
a4c2860
Compare
a4c2860
to
10f9dfe
Compare
10f9dfe
to
41e02ed
Compare
41e02ed
to
3edcca9
Compare
3edcca9
to
b52a999
Compare
b52a999
to
78f36e5
Compare
78f36e5
to
0ee059c
Compare
0ee059c
to
b0cb262
Compare
b0cb262
to
a2fdd93
Compare
a2fdd93
to
4b1f9cc
Compare
5053150
to
0d10371
Compare
0d10371
to
9b8ef38
Compare
9b8ef38
to
b54a530
Compare
b54a530
to
45749ee
Compare
45749ee
to
7227c99
Compare
7227c99
to
aa40cad
Compare
aa40cad
to
315a7fe
Compare
315a7fe
to
1ff36ee
Compare
1ff36ee
to
4a0f364
Compare
4a0f364
to
1869b5b
Compare
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. ⚠ Warning: custom changes will be lost. |
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:
3.10.0
->3.10.1
^3.10.0
->^3.10.1
3.10.0
->3.10.1
0.7.5-28454083.00e791c
->0.7.5-28455036.3e69602
^17.11.1
->^17.12.1
^3.10.0
->^3.10.1
^3.2.4
->^3.2.5
^1.2.0
->^1.3.0
^1.3.2
->^1.4.0
^0.25.0
->^0.28.1
Release Notes
nuxt/nuxt (@nuxt/kit)
v3.10.1
Compare Source
✅ 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 vue and unjs ecosystems.
👉 Changelog
compare changes
🔥 Performance
🩹 Fixes
refresh
functions (#25568)useId
type signature (#25614)$
from generated id inuseId
(#25615)rel
for same-site external links (#25600)inheritAttrs: false
when usinguseId
(#25616)💅 Refactors
NuxtLink
types (#25599)📖 Documentation
<NuxtLink>
defaults in nuxt config (#25610)🏡 Chore
pathe
in internal tests (e33cec958)nuxt
->nuxtApp
internally for consistency (c5d5932f5)🤖 CI
❤️ Contributors
prettier/prettier (prettier)
v3.2.5
Compare Source
diff
Support Angular inline styles as single template literal (#15968 by @sosukesuzuki)
Angular v17 supports single string inline styles.
Unexpected embedded formatting for Angular template (#15969 by @JounQin)
Computed template should not be considered as Angular component template
Use
"json"
parser fortsconfig.json
by default (#16012 by @sosukesuzuki)In v2.3.0, we introduced
"jsonc"
parser which adds trialing comma by default.When adding a new parser we also define how it will be used based on the
linguist-languages
data.tsconfig.json
is a special file used by TypeScript, it uses.json
file extension, but it actually uses the JSON with Comments syntax. However, we found that there are many third-party tools not recognize it correctly because of the confusing.json
file extension.We decide to treat it as a JSON file for now to avoid the extra configuration step.
To keep using the
"jsonc"
parser for yourtsconfig.json
files, add the following to your.pretterrc
fileunjs/scule (scule)
v1.3.0
Compare Source
compare changes
🚀 Enhancements
trainCase
util (#74)🏡 Chore
❤️ Contributors
unjs/ufo (ufo)
v1.4.0
Compare Source
compare changes
🚀 Enhancements
withFragment
utility (#193)withoutFragment
util (#199)🔥 Performance
🩹 Fixes
encodeHash
for encoding (48237ab)💅 Refactors
$URL
andcreateURL
(f1af9b3)$URL
(9013029)withFragment
(712b8d5)📖 Documentation
$URL
(65e6be8)🏡 Chore
❤️ Contributors
fabian-hiller/valibot (valibot)
v0.28.1
Compare Source
Many thanks to @compulim for contributing to this release.
union
andunionAsync
schema for transformed inputs (issue #420)v0.28.0
Compare Source
Many thanks to @LorisSigrist, @samuelstroschein, @gmaxlev, @thundermiracle, @ivanhofer, @CanRau, @zkulbeda, @lucaschultz, @paoloricciuti, @hyunbinseo, and @bertez for contributing to this release.
number
andbigint
toPicklistOptions
type (issue #378)forwardAsync
method (issue #412)v0.27.1
Compare Source
Many thanks to @Omochice for contributing to this release.
v0.27.0
Compare Source
Many thanks to @pschiffmann for contributing to this release.
NonNullable
,NonNullish
andNonOptional
typeNonNullableInput
,NonNullableOutput
,NonNullishInput
,NonNullishOutput
,NonOptionalInput
andNonOptionalOutput
typeomit
,omitAsync
,pick
andpickAsync
schema to also allow read-only object keys (issue #380)pipe
argument atintersect
andintersectAsync
schemav0.26.0
Compare Source
Many thanks to @WtfJoke, @dboune, @alexabw and @aypotu for contributing to this release.
enum_
andenumAsync
schema by caching valuesunion
,unionAsync
,variant
andvariantAsync
schema to improve developer experiencegetDefaults
,getDefaultsAsync
,getFallbacks
andgetFallbacksAsync
schema for falsy but notundefined
values (issue #356)pipe
argument atunion
,unionAsync
,variant
andvariantAsync
schemaunion
,unionAsync
,variant
andvariantAsync
schema (issue #364)startsWith
validation action (pull request #375)Migration guide
The changes in
union
,unionAsync
,variant
andvariantAsync
are breaking changes and may result in different behavior when returning issues. Please create an issue if you have questions about this.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.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by Mend Renovate. View repository job log here.