Skip to content
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 core (patch) #170

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 18, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@nuxt/kit (source) ^3.2.0 -> ^3.2.3 age adoption passing confidence
@nuxt/test-utils 3.2.0 -> 3.2.3 age adoption passing confidence
nuxt 3.0.0-rc.13-27772354.a0a59e2 -> 3.0.0-rc.9-27703329.537338f age adoption passing confidence

Release Notes

nuxt/nuxt (@​nuxt/kit)

v3.2.3

Compare Source

3.2.3 is a patch release with bug fixes and performance improvements.

👉 Changelog

compare changes

🔥 Performance
  • nuxt: Don't update manifest in dev mode (#​19315)
🩹 Fixes
  • cli: Restart nuxt when distDir is unlinked (#​19131)
  • vite: Normalize path emitted by vite watcher (#​19179)
  • nuxt: Prefetch object-syntax routes with <NuxtLink> (#​19144)
  • webpack: Use default export from webpack (#​19166)
  • nuxt: Preserve (re)named imports in meta (#​19192)
  • nuxt: Log errors thrown when booting the nuxt app (#​19187)
  • nuxt: Preserve explicit rel attribute on internal link (#​19309)
  • nuxt: Compatible route object for custom external routes (#​19261)
  • vite: Handle non-iterable noExternal option (#​19256)
📖 Documentation
🏡 Chore
🤖 CI
❤️ Contributors

v3.2.2

Compare Source

3.2.1 is a patch release with (lots of) bug fixes and performance improvements since last week's minor release.
3.2.2 was a swiftly following release to patch an issue with nuxi init

👀 Highlights

As a patch release, there are mostly bug fixes and performance improvements in the changelog. (Nevertheless, it's always worth reading through!) But one point of note is an experimental reload strategy when chunk errors are encountered. We're hoping to finalise the API and land it in v3.3 (our next feature release) with https://github.com/nuxt/nuxt/pull/19086, but you can test out an experimental version with the following config:

export default defineNuxtConfig({
  experimental: {
    emitRouteChunkError: 'reload'
  }
})

With this strategy, your app will hard reload on route changes if there's a chunk error. More info at https://github.com/nuxt/nuxt/pull/19038.

👉 Changelog

compare changes

🚀 Enhancements
  • nuxt: Add experimental app:chunkError hook and reload strategy (#​19038)
🔥 Performance
  • nuxt: Allow tree-shaking empty meta from build (#​19032)
  • nuxt: Animate transform rather than width (#​19073)
  • nuxt: Don't include side-effects from #components (#​19008)
🩹 Fixes
  • schema: Allow type inference of arrays in runtime config (#​18931)
  • nuxt: Avoid recursive import in nitro renderer (#​18948)
  • nuxt: Expose nuxt/schema subpath for augmentation (#​18922)
  • nitro: Ensure ssr error statusCode is a number (#​19001)
  • nuxt: Prevent hyphens forming child routes & warn if dupes are detected (#​18944)
  • schema: Transpile nuxt/app by default (#​19009)
  • vite: Exclude nuxt/app from optimised deps (9e789c76c)
  • vite: Respect isCustomElement config for jsx transform (#​19053)
  • nuxt: Use parser to treeshake client-only declarations (#​18951)
  • cli: Pass through exit code from test errors (#​18959)
  • nuxt: Show client error if no page matches after validate fails (#​18978)
  • cli: Read devServer options from nuxt config (#​19055)
  • nuxt: Validate no // in path when constructing payload url (#​19085)
  • nuxt: Restore previous check on payload url (e9ff34ace)
  • nuxt: Test generated pathname (af55b9882)
  • nuxt: Respect redirects which differ only by trailing slash (#​18593)
  • nuxt: Pass nuxt + workspace paths when importing builder (#​19099)
💅 Refactors
  • nuxt: Combine imports from same relative path (ee2f568fc)
📖 Documentation
📦 Build
🏡 Chore
✅ Tests
  • Skip vnode warning on windows dev mode (71bcd9550)
🤖 CI
  • Run webpack/vite and dev/prod as matrices (#​18905)
❤️ Contributors

v3.2.1

Compare Source

nuxt/test-utils (@​nuxt/test-utils)

v3.2.3

Compare Source

v3.2.2

Compare Source

v3.2.1

Compare Source

nuxt/nuxt (nuxt)

v3.0.0-rc.9-27703329.537338f

Compare Source

v3.0.0-rc.9-27702110.abd5dc5

Compare Source

v3.0.0-rc.9-27700867.9eb95e2

Compare Source

v3.0.0-rc.9-27700502.62e38cd

Compare Source

v3.0.0-rc.9-27700452.68d12b4

Compare Source

v3.0.0-rc.9-27700421.2d30a1d

Compare Source

v3.0.0-rc.9-27700396.6fbbf8c

Compare Source

v3.0.0-rc.9-27699566.0339a23

Compare Source

v3.0.0-rc.8-27699522.e38e1de

Compare Source

v3.0.0-rc.8-27699509.d50b01e

Compare Source

v3.0.0-rc.8-27698890.b90d286

Compare Source

v3.0.0-rc.8-27697980.11e537d

Compare Source

v3.0.0-rc.8-27697847.a520185

Compare Source

v3.0.0-rc.8-27697761.fd6d1d4

Compare Source

v3.0.0-rc.8-27697615.afc9d9b

Compare Source

v3.0.0-rc.8-27697600.5a17458

Compare Source

v3.0.0-rc.8-27697490.ec7e54c

Compare Source

v3.0.0-rc.8-27696168.75053c2

Compare Source

v3.0.0-rc.8-27696111.33d82b6

Compare Source

v3.0.0-rc.8-27696104.af2835f

Compare Source

v3.0.0-rc.8-27692155.9db2229

Compare Source

v3.0.0-rc.8-27689472.403e0e6

Compare Source

v3.0.0-rc.8-27689320.1700bf8

Compare Source

v3.0.0-rc.8-27689294.a4dfe23

Compare Source

v3.0.0-rc.8-27688850.856c2a6

Compare Source

v3.0.0-rc.8-27688153.422d5c4

Compare Source

v3.0.0-rc.8-27688132.5ef1356

Compare Source

v3.0.0-rc.8-27688041.f3499d7

Compare Source

v3.0.0-rc.8-27687751.fc82b3b

Compare Source

v3.0.0-rc.8-27687749.fd94351

Compare Source

v3.0.0-rc.8-27687722.45f39be

Compare Source

v3.0.0-rc.8-27687584.51dc736

Compare Source

v3.0.0-rc.8-27687511.cfb7e59

Compare Source

v3.0.0-rc.8-27687415.aab90ef

Compare Source

v3.0.0-rc.8-27686415.9f1ecd1

Compare Source

v3.0.0-rc.8-27686057.e1e39b7

Compare Source

v3.0.0-rc.8-27686000.3b2b22e

Compare Source

v3.0.0-rc.8-27685975.80abca9

Compare Source

v3.0.0-rc.8-27681070.ad63817

Compare Source

v3.0.0-rc.8-27680175.faf00f5

Compare Source

v3.0.0-rc.8-27680174.43e6c02

Compare Source

v3.0.0-rc.8-27679173.c688e18

Compare Source

v3.0.0-rc.8-27679169.94f76ea

Compare Source

v3.0.0-rc.8-27679131.405629d

Compare Source

v3.0.0-rc.8-27679073.99c960f

Compare Source

v3.0.0-rc.8-27679070.e93f88c

Compare Source

v3.0.0-rc.8-27679068.c9837dc

Compare Source

v3.0.0-rc.8-27678799.69c281f

Compare Source

v3.0.0-rc.8-27677607.a3a8706

Compare Source

v3.0.0-rc.8-27677600.4d5f768

Compare Source

v3.0.0-rc.8-27677485.94214d6

Compare Source

v3.0.0-rc.8-27677215.58c4753

Compare Source

v3.0.0-rc.8-27676327.dae836a

Compare Source

v3.0.0-rc.8-27676201.33e7fc1

Compare Source

v3.0.0-rc.8-27676187.d2094ea

Compare Source

v3.0.0-rc.8-27676157.385fa60

Compare Source

v3.0.0-rc.8-27676155.8a28c43

Compare Source

v3.0.0-rc.8-27673249.1b2304b

Compare Source

v3.0.0-rc.8-27673198.b4bea51

Compare Source

v3.0.0-rc.8-27672245.2ec2d9b

Compare Source

v3.0.0-rc.8-27672243.f350a70

Compare Source

v3.0.0-rc.8-27671901.0a513a5

Compare Source

v3.0.0-rc.8-27671862.3960f51

Compare Source

v3.0.0-rc.7-27671596.70b024f

Compare Source

v3.0.0-rc.7-27670958.b0bf25c

Compare Source

v3.0.0-rc.7-27670665.aaf4bcd

Compare Source

v3.0.0-rc.7-27670629.24a499d

Compare Source

v3.0.0-rc.7-27670511.f6c31b1

Compare Source

v3.0.0-rc.7-27670366.4c19c55

Compare Source

v3.0.0-rc.7-27670353.0cd4349

Compare Source

v3.0.0-rc.7-27670331.09f6c7c

Compare Source

v3.0.0-rc.7-27670309.4f9337a

Compare Source

v3.0.0-rc.7-27670247.5ea0474

Compare Source

v3.0.0-rc.6-27669113.5aa7288

Compare Source

v3.0.0-rc.6-27669112.408feba

Compare Source

v3.0.0-rc.6-27669065.72429f7

Compare Source

v3.0.0-rc.6-27668034.5232c1b

Compare Source

v3.0.0-rc.6-27667837.3e27c1c

Compare Source

v3.0.0-rc.6-27667279.0b22079

Compare Source

v3.0.0-rc.6-27667209.03cd671

Compare Source

v3.0.0-rc.6-27667207.ae388e7

Compare Source

v3.0.0-rc.6-27666160.46f36a4

Compare Source

v3.0.0-rc.6-27666092.ee36ddf

Compare Source

v3.0.0-rc.6-27666017.4ec68db

Compare Source

v3.0.0-rc.6-27665998.e40286e

Compare Source

v3.0.0-rc.6-27665997.1c09a11

Compare Source

v3.0.0-rc.6-27665950.e3b0608

Compare Source

v3.0.0-rc.6-27664440.fc1d7d9

Compare Source

v3.0.0-rc.6-27664440.41d6f37

Compare Source

v3.0.0-rc.6-27664142.4623525

Compare Source

v3.0.0-rc.6-27661960.60656df

Compare Source

v3.0.0-rc.6-27661627.07fa104

Compare Source

v3.0.0-rc.6-27661480.0df9553

Compare Source

v3.0.0-rc.6-27660452.463c15e

Compare Source

v3.0.0-rc.6-27660444.746d553

Compare Source

v3.0.0-rc.6-27660329.e3534bc

Compare Source

v3.0.0-rc.6-27660215.1f00a9f

Compare Source

v3.0.0-rc.6-27660201.23329e0

Compare Source

v3.0.0-rc.6-27660187.4732d2c

Compare Source

v3.0.0-rc.6-27660129.972f4b4

Compare Source

v3.0.0-rc.6-27658796.fbe2459

Compare Source

v3.0.0-rc.6-27658725.f75d0df

Compare Source

v3.0.0-rc.6-27657653.000d81d

Compare Source

v3.0.0-rc.6-27657608.4379e9d

Compare Source

v3.0.0-rc.6-27657550.2cdaf80

Compare Source

v3.0.0-rc.6-27657392.8efaad4

Compare Source

v3.0.0-rc.6-27657373.94d0c08

Compare Source

v3.0.0-rc.6-27657351.622c976

Compare Source

v3.0.0-rc.6-27657332.aa653ef

Compare Source

v3.0.0-rc.6-27657243.c72093b

Compare Source

v3.0.0-rc.6-27656250.b12fe7e

Compare Source

v3.0.0-rc.6-27655678.96cfe01

Compare Source

v3.0.0-rc.6-27651720.5dc864d

Compare Source

v3.0.0-rc.6-27651656.8b5159f

Compare Source

v3.0.0-rc.6-27651638.6b20d9e

Compare Source

v3.0.0-rc.6-27651559.5a042cd

Compare Source

v3.0.0-rc.6-27651547.968087b

Compare Source

v3.0.0-rc.6-27651467.90d1825

Compare Source

v3.0.0-rc.6-27651466.3f2eb3a

Compare Source

v3.0.0-rc.6-27651410.d4eba42

Compare Source

v3.0.0-rc.6-27650236.748b063

Compare Source

v3.0.0-rc.6-27648790.4e2667f

Compare Source

v3.0.0-rc.6-27648789.12ebe3a

Compare Source

v3.0.0-rc.6-27648692.1230268

Compare Source

v3.0.0-rc.6-27648600.f58aa81

Compare Source

v3.0.0-rc.6-27648546.d15c472

Compare Source

v3.0.0-rc.6-27647394.5e62e0f

Compare Source

v3.0.0-rc.6-27647392.f0485d8

Compare Source

v3.0.0-rc.6-27647392.54da45e

Compare Source

v3.0.0-rc.6-27647386.5d023a8

Compare Source

v3.0.0-rc.6-27647382.e08a493

Compare Source

v3.0.0-rc.6-27647358.a585086

Compare Source

v3.0.0-rc.6-27646047.133723f

Compare Source

v3.0.0-rc.6-27646045.25ac652

Compare Source

v3.0.0-rc.6-27645955.3a822c7

Compare Source

v3.0.0-rc.6-27645875.8298cf2

Compare Source

v3.0.0-rc.6-27645852.210cf30

Compare Source

v3.0.0-rc.6-27645847.40defd9

Compare Source

v3.0.0-rc.6-27645787.cccafd6

Compare Source

v3.0.0-rc.6-27645740.6c125bc

Compare Source

v3.0.0-rc.6-27645717.c7d072c

Compare Source

v3.0.0-rc.6-27641313.416f98b

Compare Source

v3.0.0-rc.6-27641257.d453729

Compare Source

v3.0.0-rc.6-27640455.d135608

Compare Source

v3.0.0-rc.6-27640235.78618f1

Compare Source

v3.0.0-rc.6-27640232.1a86252

Compare Source

v3.0.0-rc.6-27640228.45b449e

Compare Source

v3.0.0-rc.6-27640211.4d80c43

Compare Source

v3.0.0-rc.6-27640196.54e672d

Compare Source

v3.0.0-rc.6-27640195.8f7b9f9

Compare Source

v3.0.0-rc.6-27640015.b4b9804

Compare Source

v3.0.0-rc.6-27640011.fa8b0f7

[Compare Source](https://togithub.com/nuxt/nuxt/compare/92269dde441f973cc72622e8e6aa2f5bbb33f915...fa8b0f7c79fb


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added dependencies Pull requests that update a dependency file devops labels Feb 18, 2023
@renovate renovate bot force-pushed the renovate/patch-nuxt branch 4 times, most recently from 73545c4 to c9c7393 Compare March 2, 2023 00:10
@renovate renovate bot force-pushed the renovate/patch-nuxt branch 2 times, most recently from 263f903 to a796cb9 Compare March 18, 2023 07:51
@renovate renovate bot changed the title chore(deps): update nuxt core (patch) chore(deps): update nuxt core to ^3.2.3 (patch) Jun 21, 2023
@renovate renovate bot changed the title chore(deps): update nuxt core to ^3.2.3 (patch) chore(deps): update nuxt core (patch) Jun 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file devops
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant