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 all non-major dependencies #90

Merged
merged 1 commit into from
Aug 7, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 30, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@nuxt/devtools ^0.6.4 -> ^0.7.5 age adoption passing confidence
@nuxt/kit ^3.6.1 -> ^3.6.5 age adoption passing confidence
@types/node (source) ^20.3.2 -> ^20.4.8 age adoption passing confidence
nuxt ^3.6.1 -> ^3.6.5 age adoption passing confidence
vue-tsc ^1.8.3 -> ^1.8.8 age adoption passing confidence

Release Notes

nuxt/devtools (@​nuxt/devtools)

v0.7.5

Compare Source

Bug Fixes
Features

v0.7.4

Compare Source

Bug Fixes

v0.7.3

Compare Source

Bug Fixes

v0.7.2

Compare Source

Bug Fixes
Features

v0.7.1

Compare Source

Bug Fixes
Features

v0.7.0

Compare Source

Bug Fixes
  • analyze build without git (#​320) (76a566b)
  • client: close button add zIndex (#​315) (37427ec)
  • do not sync floating panel state across tabs (41752b2)
  • plugin-metrics: properly forward all args, close #​337 (ec1c821)
  • respect Nuxt's devServer config when creating request for auth URL (#​328) (7d766ac)
  • server-routes: filter only dir as collection (#​329) (4d2f842)
  • timeline: duplication injection (f5e3766)
  • timeline: error tolerant promising checking (762a669)
  • timeline: filter logic (414ad1c)
  • timeline: result check (72c877b)
  • use error-stack-parser-es (8c1974b)
Features

0.6.7 (2023-07-05)

Bug Fixes
Features

0.6.6 (2023-06-30)

Bug Fixes
  • handle when iframe is failed to create (ace5d5b)
  • stackblitz support (33e83ae)

0.6.5 (2023-06-30)

Bug Fixes
  • open DevTools back when open file in embedded VS Code (#​299) (45dc415)
  • plugins: change execution time position (#​294) (2b5f8e5)
  • server-routes: fixed same path different methods (#​301) (6dd8eb3)
  • try catch iframe cross-domain error (ddf41ea)
Features

0.6.4 (2023-06-26)

Bug Fixes
Features

0.6.3 (2023-06-23)

Bug Fixes
  • add button and font reset to floating panel (f819b0c)
  • ComponentGraph: show global components in different color (#​278) (41a881d)
  • overview: modules count (#​284) (2ef2664)
Features

0.6.2 (2023-06-21)

Bug Fixes
Features
  • allow manually enter the token (fad945a)

0.6.1 (2023-06-15)

Bug Fixes
Features
  • auth required view for terminal (f1bf102)

v0.6.7

Compare Source

Bug Fixes
Features

v0.6.6

Compare Source

Bug Fixes
  • handle when iframe is failed to create (ace5d5b)
  • stackblitz support (33e83ae)

v0.6.5

Compare Source

Bug Fixes
  • open DevTools back when open file in embedded VS Code (#​299) (45dc415)
  • plugins: change execution time position (#​294) (2b5f8e5)
  • server-routes: fixed same path different methods (#​301) (6dd8eb3)
  • try catch iframe cross-domain error (ddf41ea)
Features
nuxt/nuxt (@​nuxt/kit)

v3.6.5

Compare Source

3.6.5 is a hotfix patch release addressing the regression with nuxt/content introduced in v3.6.4.

v3.6.4 release notes

✅ Upgrading

As usual, our recommendation for upgrading is to run:

nuxi upgrade --force

This will refresh your lockfile as well, and ensures that you pull in updates from other dependencies that Nuxt relies on, particularly in the unjs ecosystem.

👉 Changelog

compare changes

🩹 Fixes
  • nuxt: Remove dist from the default ignore list (#​22227)
❤️ Contributors
  • Anthony Fu <anthonyfu117@​hotmail.com>

v3.6.4

Compare Source

3.6.4 is a patch release, brought forward to allow releasing some important bug fixes before work begins on 3.7.

Warning
We're currently investigating a regression with nuxt/content and will be releasing 3.6.5 later today.

✅ Upgrading

As usual, our recommendation for upgrading is to run:

nuxi upgrade --force

This will refresh your lockfile as well, and ensures that you pull in updates from other dependencies that Nuxt relies on, particularly in the unjs ecosystem.

👉 Changelog

compare changes

🔥 Performance
  • nuxt,schema: Do not watch buildDir and node_modules (#​22214)
🩹 Fixes
  • nuxt: Correctly use toLowerCase for possible moduleResolution (#​22160)
  • nuxt: Don't redirect if initial path has trailing slash (#​22192)
  • nuxt: Work around payload extraction issue (#​22162)
  • nuxt: Add baseURL to island fetch requests (#​22009)
  • nuxt: Resolve race condition regenerating auto imports (#​22201)
  • nuxt: Ensure we only increment hydrating count once (#​22200)
  • nuxt: Avoid premature hydration when using async layouts (#​22198)
  • cli: Support --inspect in dev mode (#​22205)
  • test-utils: Pass along error if server can't start (#​22216)
📖 Documentation
  • Add runtime storage configuration examples (#​22189)
  • Add instruction on how to use other modules in a module (#​22081)
  • Standardize indentation and tag positioning (#​22157)
❤️ Contributors

v3.6.3

Compare Source

3.6.3 is the next patch release, including a number of fixes. It's anticipated this will be the last patch release before 3.7.

✅ Upgrading

As usual, our recommendation for upgrading is to run:

nuxi upgrade --force

This will refresh your lockfile as well, and ensures that you pull in updates from other dependencies that Nuxt relies on, particularly in the unjs ecosystem.

👉 Changelog

compare changes

🔥 Performance
  • nuxt: Prepopulate island payloads from rendered html (#​22049)
🩹 Fixes
  • kit: Module compatibility not working with module names (6cabe69ce)
  • schema: Correct type of unctx options (4e32e70bb)
  • vite: Pass modulesDir to isExternal (#​21966)
  • nuxt: Add pages in correct hook when generating (#​22088)
  • test-utils: Export from core playwright package (#​22122)
  • nuxt: Skip view transitions where there is no route change (#​22140)
  • nuxt: Skip scanning components that do not produce a name (#​22074)
  • cli: Add aliases to monorepo paths to tsconfig includes (#​21997)
  • cli: Allow non-existent experimental option (0643d4315)
💅 Refactors
  • cli,schema: Add bundler module resolution flag (#​22142)
📖 Documentation
🏡 Chore
❤️ Contributors

v3.6.2

Compare Source

3.6.2 is the next patch release, with a raft of fixes including preparations for use without --shamefully-hoist and some fixes for data fetching within nested layouts/pages.

✅ Upgrading

As usual, our recommendation for upgrading is to run:

nuxi upgrade --force

This will refresh your lockfile as well, and ensures that you pull in updates from other dependencies that Nuxt relies on, particularly in the unjs ecosystem.

👉 Changelog

compare changes

🔥 Performance
  • nuxt: Don't run island transform plugin if disabled (#​21844)
  • nuxt: Allow hmr for server components in dev mode (#​21916)
  • nuxt: Use getters when constructing reactive routes (#​21957)
🩹 Fixes
  • nuxt: Only redirect if path is not the same as initial url (#​21815)
  • cli: Resolve @nuxt/ui-templates from modulesDir (#​21836)
  • nuxt, vite: Do not use cjs utils to resolve/alias vue (#​21837)
  • nuxt: Improve default prerender behaviour (#​21817)
  • vite: Greater type-safety within runtime vite-node (#​21849)
  • nuxt: Ensure static presets equivalent to nuxi generate (#​21860)
  • nuxt: Handle injecting multiple entry ids for styles (#​21864)
  • nuxt: Stop loading indicator on navigation failure (#​21751)
  • cli: Respect nitro ssl cert/key variables (#​21912)
  • nuxt: Include external layers in tsconfig.json scope (#​21917)
  • nuxt: Support custom route name meta with typedPages (#​21659)
  • vite: Remove @​vue/ scoped libraries from resolutions (#​21922)
  • nuxt: Add layers in node_modules to tsconfig include (#​21929)
  • nuxt: Regenerate imports after template (#​21934)
  • vite: Fix issue detecting shadowed keyed composables (#​21891)
  • nuxt: Use $fetch.raw in dev client mode for islands (#​21904)
  • schema: Warn if user provides vite.publicDir (#​21847)
  • nuxt: Preserve old vnode when leaving nested route (#​21823)
  • kit: Ignore telemetry startup time (as it has prompt) (#​21959)
📖 Documentation
  • Add warning about dynamic import of css (#​21805)
  • Update example links (#​21811)
  • Fix broken spaLoadingTemplate link (#​21845)
  • Update useFetch return values (#​21852)
  • Describe environment override feature (#​21879)
  • Add Daniel example for hybrid rendering and Vercel (20d59d1cf)
  • Improve hybrid rendering (3fb329cc8)
  • rendering: Add end of sentence (565787183)
  • Add closing bracket (#​21887)
  • Added a note about server dynamic routes limitation (#​21919)
  • Update docs for <NuxtLoadingIndicator> (#​21952)
  • Update more links to examples repo (13a892361)
  • Add JetBrains IDEs debug configuration (#​21965)
🏡 Chore
  • Prune internal unused code and exports (#​21809)
  • Add codeflow overrides configuration (d7267663f)
✅ Tests
  • Add nuxt-vitest and composable unit tests (#​21884)
❤️ Contributors
vuejs/language-tools (vue-tsc)

v1.8.8

Compare Source

  • fix: language server crashed due to importing unexist library (#​3453) (#​3454)

v1.8.7

Compare Source

  • feat: support auto-complete for directives (#​2559)
  • feat: support extract component for options api
  • feat: re-support external component parsing (#​3328)
  • feat: support function expression emit event (#​3445) - thanks @​lvjiaxuan
  • perf: reuse VueFile instances between monorepo packages (#​3450)
  • fix: handle node next module resolution (#​3159) - thanks @​kalvenschraut
  • fix: generate valid code when using __VLS_PropsChildren (#​3442) - thanks @​so1ve
  • fix: component auto-import cannot insert import statement
  • fix: extract component cannot extract interpolations
  • fix: allow top-level await in script setup blocks with generics (#​3441) - thanks @​so1ve
Full-time Support by

WebContainer API is here.

Our Platinum Sponsors
Supercharged GitHub experience
The Progressive JavaScript Framework
Our Silver Sponsors

Add you via GitHub Sponsors or Open Collective

v1.8.6

Compare Source

  • feat: add support for extract component code action (#​2496) - thanks @​zardoy
  • feat: add support for v-bind toggle code action (#​2524) - thanks @​zardoy
  • feat: more dull "Saving time is too long" popup
  • fix: vue.server.petiteVue.supportHtmlFile, vue.server.vitePress.supportMdFile settings not working (#​3238)
  • fix: don't check element type for directives (#​3140)
  • fix: @ts-nocheck cannot work from script setup (#​3420) - thanks @​so1ve
  • fix(ts-plugin): module resolving should be able to fallback to .d.ts (#​3419)
  • fix(language-plugin-pug): @vue-ignore, @vue-skip, @vue-expected-error not working for pug template

v1.8.5

Compare Source

  • 🔥 feat(labs): support for TS memory usage treemap
  • 🔥 perf: properly support TS DocumentRegistry to drastically reduce memory usage in monorepo projects
  • feat(ts-plugin): re-support auto-import
  • fix: remove invalid volar.action.serverStats command (#​3366) - thanks @​yaegassy
  • fix: don't remove comments when comment is in the first line (#​3365) - thanks @​so1ve
  • fix: allow slots to have no arguments (#​3376) - thanks @​so1ve
  • fix: camel case components is not recognized as used (#​3377) - thanks @​so1ve
  • perf: hoist regexp if possible (#​3378) - thanks @​so1ve
  • fix: non scoped classes resolution regression (#​3381) - thanks @​maIIady
  • feat: don't to request reload editor when server options changed (#​3393) - thanks @​zardoy
  • feat: don't hide output channel on server restart (#​3401) - thanks @​zardoy

Breaking changes

  • Deprecate language server json.customBlockSchemaUrls option (#​3398)

v1.8.4

Compare Source


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.


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

This PR has been generated by Mend Renovate. View repository job log here.

@what-the-diff
Copy link

what-the-diff bot commented Jun 30, 2023

PR Summary

  • Updated the "@nuxt/kit" dependency version
    The version of this software library used in our project was updated from version 3.6.1 to 3.6.5. This update should allow our project to benefit from the improvements and bug fixes included in the newer version.

  • Updated "@nuxt/devtools" development dependency version
    The version of this development tool was updated from 0.6.4 to 0.7.5. This tool is used by our programmer team for development purposes and the update should enhance their workflow, possibly resulting in faster delivery of the project.

  • Updated "@types/node" development dependency version
    This update, from version 20.3.2 to 20.4.8, relates to the development tool that helps us in structuring and validating our code. Updated versions usually mean improved performance and bug fixes.

  • Updated "nuxt" development dependency version
    The update from version 3.6.1 to 3.6.5 of this development tool should offer improved functionality for our developers, potentially speeding up the project development process.

  • Updated "vue-tsc" development dependency version
    The version of this type-checking tool was updated from 1.8.3 to 1.8.8. This tool helps keep the code error-free and robust. An updated version means better error detections and thus a more reliable project.

@renovate renovate bot changed the title chore(deps): update devdependency @nuxt/devtools to ^0.6.5 chore(deps): update devdependency @nuxt/devtools to ^0.6.6 Jun 30, 2023
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from c6fb72d to b4f5cf7 Compare June 30, 2023 17:15
@renovate renovate bot changed the title chore(deps): update devdependency @nuxt/devtools to ^0.6.6 chore(deps): update all non-major dependencies Jul 1, 2023
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from b7767f2 to 189b90c Compare July 8, 2023 01:42
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from 307c1a7 to b32eadb Compare July 19, 2023 18:29
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 7 times, most recently from 0e12e8a to 9420d07 Compare July 26, 2023 21:52
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 7 times, most recently from 879290f to 270c352 Compare August 6, 2023 12:20
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 270c352 to 2eae069 Compare August 7, 2023 11:22
@Atinux Atinux merged commit 9579404 into main Aug 7, 2023
1 check passed
@renovate renovate bot deleted the renovate/all-minor-patch branch August 7, 2023 11:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant