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:
^1.1.24
->^1.2.0
^1.1.39
->^1.2.0
^1.1.68
->^1.2.0
^1.1.112
->^1.2.1
^0.5.0
->^0.5.4
^0.7.1
->^0.7.2
^1.7.0
->^1.8.0
^0.7.1
->^0.7.8
2.0.0-rc.18
->2.0.0-rc.19
^2.0.29
->^2.1.4
^3.70.0
->^3.73.0
Release Notes
nuxt/eslint (@nuxt/eslint)
v0.5.4
Compare Source
🚀 Features
View changes on GitHub
v0.5.3
Compare Source
No significant changes
View changes on GitHub
v0.5.2
Compare Source
🐞 Bug Fixes
View changes on GitHub
v0.5.1
Compare Source
🚀 Features
View changes on GitHub
nuxt/fonts (@nuxt/fonts)
v0.7.2
Compare Source
compare changes
🔥 Performance
tinyglobby
to scan font files (#205)🩹 Fixes
-
replacement to filename (d83aa0d)css_names
from API (#192)/variable
endpoint for retrieving variable axes (#196)📖 Documentation
🏡 Chore
✅ Tests
❤️ Contributors
nuxt/image (@nuxt/image)
v1.8.0
Compare Source
compare changes
🚀 Enhancements
getImage
(#1428)🩹 Fixes
<NuxtImg>
(#1445)default: undefined
(#1450)❤️ Contributors
v1.7.1
Compare Source
compare changes
🩹 Fixes
cover
tolfill
mode (#1355)@nuxt/module-builder
(#1439)ro
(#1441)💅 Refactors
<NuxtImg>
to SFC (#1435)<NuxtPicture>
to SFC (#1432)import.meta.*
properties (#1440)📖 Documentation
🏡 Chore
type: module
(04cd4cc)compatibilityDate
(8e2a01a)❤️ Contributors
nuxt-hub/core (@nuxthub/core)
v0.7.8
Compare Source
compare changes
🩹 Fixes
📖 Documentation
useChat()
from Vercel AI SDK (#250)🏡 Chore
❤️ Contributors
v0.7.7
Compare Source
compare changes
🩹 Fixes
🏡 Chore
❤️ Contributors
v0.7.6
Compare Source
compare changes
🚀 Enhancements
❤️ Contributors
v0.7.5
Compare Source
compare changes
🩹 Fixes
cloudflare:*
externals (#243)nuxt generate
(#244)📖 Documentation
🏡 Chore
❤️ Contributors
v0.7.4
Compare Source
compare changes
🩹 Fixes
📖 Documentation
❤️ Contributors
v0.7.3
Compare Source
compare changes
🩹 Fixes
put()
(#231)📖 Documentation
🏡 Chore
❤️ Contributors
v0.7.2
Compare Source
compare changes
🚀 Enhancements
🩹 Fixes
📖 Documentation
🏡 Chore
❤️ Contributors
harlan-zw/nuxt-seo (@nuxtjs/seo)
v2.0.0-rc.19
Compare Source
No significant changes
View changes on GitHub
vuejs/language-tools (vue-tsc)
v2.1.4
Compare Source
v2.1.2
Compare Source
Bug Fixes
vueCompilerOptions.lib
to@vue/runtime-dom
for Vue 2v2.1.0
Compare Source
Features
:class
(#4642) - Thanks to @KazariEX!Bug Fixes
vue.server.hybridMode
config (#4703) - Thanks to @KermanX!vue-template-compiler
(#4613) - Thanks to @yyx990803!v-bind()
(#4679) - Thanks to @KazariEX!ref
as identifier instead of interpolation (#4688) - Thanks to @KazariEX!experimentalModelPropName
(#4691) - Thanks to @KermanX!file-md
correctly (#4735) - Thanks to @KazariEX!Refactors
__hint
trick from codegencreateComponentMetaCheckerByJsonConfig
,createComponentMetaChecker
apiOther Changes
v2.4.0-alpha.18
tov2.4.1
:@volar/test-utils
(#4719)cloudflare/workers-sdk (wrangler)
v3.73.0
Compare Source
Minor Changes
#6571
a7e1bfe
Thanks @penalosa! - feat: Add deployment http targets to wrangler deploy logs, and add url to pages deploy logs#6497
3bd833c
Thanks @WalshyDev! - chore: movewrangler versions ...
,wrangler deployments ...
,wrangler rollback
andwrangler triggers ...
out of experimental and open beta.These are now available to use without the --x-versions flag, you can continue to pass this however without issue to keep compatibility with all the usage today.
A few of the commands had an output that wasn't guarded by
--x-versions
those have been updated to use the newer output, we have tried to keep compatibility where possible (for example:wrangler rollback
will continue to output "Worker Version ID:" so users can continue to grab the ID).If you wish to use the old versions of the commands you can pass the
--no-x-versions
flag. Note, these will be removed in the future so please work on migrating.#6586
72ea742
Thanks @penalosa! - feat: Inject a 404 response for browser requestedfavicon.ico
files when loading the/__scheduled
page for scheduled-only Workers#6497
3bd833c
Thanks @WalshyDev! - feat: updatewrangler deploy
to use the new versions and deployments API.This should have zero user-facing impact but sets up the most used command to deploy Workers to use the new recommended APIs and move away from the old ones.
We will still call the old upload path where required (e.g. Durable Object migration or Service Worker format).
Patch Changes
#6563
da48a70
Thanks @threepointone! - chore: remove the warning about local mode flag being removed in the future#6595
0a76d7e
Thanks @vicb! - feat: update unenv to the latest available version#5738
c2460c4
Thanks @penalosa! - fix: Prevent spaces in names when validating#6586
72ea742
Thanks @penalosa! - chore: Improve Miniflare CRON warning wording#6593
f097cb7
Thanks @vicb! - fix: removeexperimental:
prefix requirement for nodejs_compat_v2See https://jira.cfdata.org/browse/DEVDASH-218
#6572
0d83428
Thanks @penalosa! - fix: Show a clearer user error when trying to use a python worker without thepython_workers
compatibility flag specified#6589
f4c8cea
Thanks @vicb! - feat: update unenv to the latest available versionUpdated dependencies [
45ad2e0
]:v3.72.3
Compare Source
Patch Changes
#6548
439e63a
Thanks @garvit-gupta! - fix: Fix Vectorize getVectors, deleteVectors payload in Wrangler Client; VS-271#6554
46aee5d
Thanks @andyjessop! - fix: nodejs_compat flags no longer error when running wrangler types --x-include-runtime#6548
439e63a
Thanks @garvit-gupta! - fix: Add content-type header to Vectorize POST operations; #6516/VS-269#6566
669ec1c
Thanks @penalosa! - fix: Ensure esbuild warnings are logged when running wrangler deployUpdated dependencies [
6c057d1
]:v3.72.2
Compare Source
Patch Changes
#6511
e75c581
Thanks @petebacondarwin! - fix: allow Pages projects to use `experimental:nodejs_compat_v2" flagFixes #6288
Updated dependencies [
b0e2f0b
,f5bde66
]:v3.72.1
Compare Source
Patch Changes
#6530
d0ecc6a
Thanks @WalshyDev! - fix: fixedwrangler versions upload
printing bindings twice#6502
a9b4f25
Thanks @garvit-gupta! - fix: Fix Vectorize List MetadataIndex Http Method#6508
56a3de2
Thanks @petebacondarwin! - fix: move the Windows C++ redistributable warning so it is only shown if there is an actual access violationReplaces #6471, which was too verbose.
Fixes #6170
v3.72.0
Compare Source
Minor Changes
#6479
3c24d84
Thanks @petebacondarwin! - feat: allow HTTPS custom certificate paths to be provided by a environment variablesAs well as providing paths to custom HTTPS certificate files, it is now possible to use WRANGLER_HTTPS_KEY_PATH and WRANGLER_HTTPS_CERT_PATH environment variables.
Specifying the file paths at the command line overrides specifying in environment variables.
Fixes #5997
Patch Changes
#6471
0d85f24
Thanks @petebacondarwin! - fix: add a helpful message on Windows when Miniflare fails to start#6489
34bf393
Thanks @GregBrimble! - fix: Upload assets as JSON Lines (application/jsonl) rather than NDJSON (application/x-ndjson)#6482
e24939c
Thanks @RamIdeas! - fix: reimplement module aliasing so user-defined aliases take precedence over other plugins (eg unenv node.js polyfills)Updated dependencies [
00f340f
]:v3.71.0
Compare Source
Minor Changes
#6464
da9106c
Thanks @AnantharamanSI! - feat: rename--count
to--limit
inwrangler d1 insights
This PR renames
wrangler d1 insight
's--count
flag to--limit
to improve clarity and conform to naming conventions.To avoid a breaking change, we have kept
--count
as an alias to--limit
.#6451
515de6a
Thanks @danielrs! - feat:whoami
shows membership information when available#6463
dbc6782
Thanks @AnantharamanSI! - feat: add queryEfficiency towrangler d1 insights
output#6252
a2a144c
Thanks @garvit-gupta! - feat: Enable Wrangler to operate on Vectorize V2 indexesPatch Changes
3402ab9
Thanks @RamIdeas! - fix: using a debugger sometimes disconnected with "Message is too large" errorConfiguration
📅 Schedule: Branch creation - "before 11am on the first day of the month" in timezone Europe/Berlin, 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 was generated by Mend Renovate. View the repository job log.