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.21
->^1.1.24
^1.1.38
->^1.1.39
^1.1.67
->^1.1.68
^1.1.108
->^1.1.112
^2.13.0
->^2.13.2
^0.3.13
->^0.5.0
^1.3.1
->^1.4.1
^0.7.0
->^0.7.1
2.0.0-rc.11
->2.0.0-rc.18
^10.11.0
->^10.11.1
^1.77.6
->^1.77.8
^2.0.24
->^2.0.29
^3.62.0
->^3.70.0
Release Notes
nuxt/eslint (@nuxt/eslint)
v0.5.0
Compare Source
🚀 Features
@typescript-eslint/no-import-type-side-effects
, close #439 - by @antfu in https://github.com/nuxt/eslint/issues/439 (7361c)@typescript-eslint
to v8 - by @antfu in https://github.com/nuxt/eslint/issues/471 (4d08e)View changes on GitHub
v0.4.0
Compare Source
🚀 Features
@types/eslint
- by @antfu (ebc8f)features.typescript
only whentypescript
is installed locally, fix #437 - by @antfu in https://github.com/nuxt/eslint/issues/437 (77bc7)globals
as well, close #461 - by @antfu in https://github.com/nuxt/eslint/issues/461 (533fa)public
folder to default ignore, close #453 - by @antfu in https://github.com/nuxt/eslint/issues/453 (b0e3e)View changes on GitHub
harlan-zw/nuxt-seo (@nuxtjs/seo)
v2.0.0-rc.18
Compare Source
🐞 Bug Fixes
View changes on GitHub
v2.0.0-rc.17
Compare Source
🚨 Breaking Changes
@nuxtjs/sitemap
v6 beta - by @harlan-zw (a6204).🚀 Features
canonicalQueryWhitelist
- by @harlan-zw in https://github.com/harlan-zw/nuxt-seo/issues/282 (568c2)🐞 Bug Fixes
useBreadcrumbItems
- by @harlan-zw (2005a)lang
when using Nuxt I18n - by @harlan-zw (58e4f)View changes on GitHub
v2.0.0-rc.16
Compare Source
🐞 Bug Fixes
useBreadcrumbItems
generating invalid schema.org - by @harlan-zw (e321b)View changes on GitHub
v2.0.0-rc.15
Compare Source
Nuxt SEO v2 stable is approaching, see the v2 Stable Release Tasks issue to track.
This release fixes all submodules from having explicit dependencies for DevTools (such as
shiki
).No significant changes
View changes on GitHub
v2.0.0-rc.14
Compare Source
Nuxt SEO v2 stable is approaching, see the v2 Stable Release Tasks issue to track.
This bumps all sub modules.
No significant changes
View changes on GitHub
v2.0.0-rc.13
Compare Source
🚨 Breaking Changes
nuxt-simple-robots
has been migrated into@nuxtjs/robots
. There should be no breaking changes but please test the update.View changes on GitHub
v2.0.0-rc.12
Compare Source
🐞 Bug Fixes
redirectToCanonicalSiteUrl
redirects - by @harlan-zw (bac31)View changes on GitHub
vueuse/vueuse (@vueuse/nuxt)
v10.11.1
Compare Source
cloudflare/workers-sdk (wrangler)
v3.70.0
Compare Source
Minor Changes
05082ad
Thanks @petebacondarwin! - feat: support outputting ND-JSON files via an environment variablePatch Changes
#6440
09b5092
Thanks @petebacondarwin! - fix: tweak the properties of the new Wrangler output file entries for better consistencyUpdated dependencies [
d55eeca
]:v3.69.1
Compare Source
Patch Changes
cba2e25
Thanks @petebacondarwin! - fix: prevent crash when running wrangler dev due to missing dependencyv3.69.0
Compare Source
Minor Changes
#6392
c3e19b7
Thanks @taylorlee! - feat: log Worker startup time in theversion upload
command#6370
8a3c6c0
Thanks @CarmenPopoviciu! - feat: Create very basic Asset Server Worker and plumb it intowrangler dev
These changes do the ground work needed in order to add Assets support for Workers in
wrangler dev
. They implement the following:workers-shared
that hosts theAsset Server Worker
, and theRouter Worker
in the futureAsset Server Worker
in some very basic form, with basic configuration. Further behaviour implementation will follow in a subsequent PRPatch Changes
#6392
c3e19b7
Thanks @taylorlee! - fix: remove bundle size warning from Worker deploy commandsBundle size was a proxy for startup time. Now that we have startup time
reported, focus on bundle size is less relevant.
v3.68.0
Compare Source
Minor Changes
#6318
dc576c8
Thanks @danlapid! - feat: Add a log for worker startup time in wrangler deploy#6097
64f34e8
Thanks @RamIdeas! - feat: implements the--experimental-dev-env
(shorthand:--x-dev-env
) flag forwrangler pages dev
Patch Changes
#6379
31aa15c
Thanks @RamIdeas! - fix: clearer error message when trying to use Workers Sites or Legacy Assets withwrangler versions upload
#6367
7588800
Thanks @RamIdeas! - fix: implicitly cleanup (callstop()
) inunstable_dev
if the returned Promise rejected and thestop()
function was not returned#6330
cfbdede
Thanks @RamIdeas! - fix: when the worker's request.url is overridden using thehost
orlocalUpstream
, ensureport
is overridden/cleared tooWhen using
--localUpstream=example.com
, the request.url would incorrectly be "example.com:8787" but is now "example.com".This only applies to
wrangler dev --x-dev-env
andunstable_dev({ experimental: { devEnv: true } })
.#6365
13549c3
Thanks @WalshyDev! - fix: WASM modules meant thatwrangler versions secret ...
could not properly update the version. This has now been fixed.Updated dependencies [
a9021aa
,44ad2c7
]:Configuration
📅 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.