Skip to content

chore(deps): update all non-major dependencies#1874

Merged
CodeDredd merged 1 commit intomainfrom
renovate/all-minor-patch
Jul 4, 2024
Merged

chore(deps): update all non-major dependencies#1874
CodeDredd merged 1 commit intomainfrom
renovate/all-minor-patch

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Jun 17, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@antfu/eslint-config ^2.21.1 -> ^2.21.2 age adoption passing confidence devDependencies patch
@antfu/utils ^0.7.8 -> ^0.7.10 age adoption passing confidence dependencies patch
@iconify/json (source) ^2.2.219 -> ^2.2.225 age adoption passing confidence devDependencies patch
@lerna-lite/cli (source) ^3.5.1 -> ^3.6.0 age adoption passing confidence devDependencies minor
@lerna-lite/run (source) ^3.5.1 -> ^3.6.0 age adoption passing confidence devDependencies minor
@nuxt/devtools (source) ^1.3.3 -> ^1.3.9 age adoption passing confidence devDependencies patch
@nuxt/kit (source) ^3.12.2 -> ^3.12.3 age adoption passing confidence dependencies patch
@nuxt/module-builder ^0.7.1 -> ^0.8.1 age adoption passing confidence devDependencies minor
@nuxt/schema (source) ^3.12.2 -> ^3.12.3 age adoption passing confidence devDependencies patch
@types/node (source) ^20.14.2 -> ^20.14.9 age adoption passing confidence devDependencies patch
@typescript-eslint/parser (source) ^7.13.0 -> ^7.15.0 age adoption passing confidence devDependencies minor
@vue/compiler-sfc (source) ^3.4.29 -> ^3.4.31 age adoption passing confidence devDependencies patch
@vue/runtime-core (source) ^3.4.29 -> ^3.4.31 age adoption passing confidence dependencies patch
@vue/runtime-dom (source) ^3.4.29 -> ^3.4.31 age adoption passing confidence dependencies patch
@vue/shared (source) ^3.4.29 -> ^3.4.31 age adoption passing confidence dependencies patch
eslint (source) ^9.5.0 -> ^9.6.0 age adoption passing confidence devDependencies minor
execa ^9.2.0 -> ^9.3.0 age adoption passing confidence devDependencies minor
globby ^14.0.1 -> ^14.0.2 age adoption passing confidence devDependencies patch
happy-dom ^14.12.0 -> ^14.12.3 age adoption passing confidence devDependencies patch
mkdist ^1.5.1 -> ^1.5.3 age adoption passing confidence devDependencies patch
monaco-editor 0.49.0 -> 0.50.0 age adoption passing confidence dependencies minor
monaco-editor-core ^0.49.0 -> ^0.50.0 age adoption passing confidence dependencies minor
node (source) 20.14.0 -> 20.15.0 age adoption passing confidence volta minor
pnpm (source) 9.3.0 -> 9.4.0 age adoption passing confidence packageManager minor
sponsorkit ^0.14.5 -> ^0.14.6 age adoption passing confidence devDependencies patch
typescript (source) ^5.4.5 -> ^5.5.3 age adoption passing confidence devDependencies minor
unplugin-vue-components ^0.27.0 -> ^0.27.2 age adoption passing confidence devDependencies patch
vite (source) ^5.3.1 -> ^5.3.3 age adoption passing confidence devDependencies patch
vscode-html-languageservice ^5.2.0 -> ^5.3.0 age adoption passing confidence dependencies minor
vue (source) ^3.4.29 -> ^3.4.31 age adoption passing confidence devDependencies patch
vue (source) ^3.4.29 -> ^3.4.31 age adoption passing confidence dependencies patch
vue-tsc (source) ^2.0.21 -> ^2.0.24 age adoption passing confidence devDependencies patch
yarn (source) 4.3.0 -> 4.3.1 age adoption passing confidence packageManager patch

Release Notes

antfu/eslint-config (@​antfu/eslint-config)

v2.21.2

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub
antfu/utils (@​antfu/utils)

v0.7.10

Compare Source

   🐞 Bug Fixes
    View changes on GitHub
iconify/icon-sets (@​iconify/json)

v2.2.225

Compare Source

v2.2.224

Compare Source

v2.2.223

Compare Source

v2.2.222

Compare Source

v2.2.221

Compare Source

v2.2.220

Compare Source

lerna-lite/lerna-lite (@​lerna-lite/cli)

v3.6.0

Compare Source

Features
Bug Fixes
lerna-lite/lerna-lite (@​lerna-lite/run)

v3.6.0

Compare Source

Bug Fixes
nuxt/devtools (@​nuxt/devtools)

v1.3.9

Compare Source

Bug Fixes
  • capture for circular reference in state editor (841fd76)
  • introduce client.revision to trigger state editor update (418a22e)
  • modules: update compatibility check for Nuxt 3 and 4 (#​689) (2354da7)
  • use ofetch for fast-npm-meta (4188f8d)

v1.3.8

Compare Source

Performance Improvements
  • avoid deps on npm-registry-fetch, save install size (3d74691)

v1.3.7

Compare Source

Bug Fixes
Features
Performance Improvements
  • use npm-registry-fetch instead of pacote to deduce the package size (a049c52)

v1.3.6

Compare Source

Features

v1.3.5

Compare Source

Bug Fixes
  • downgrade module-builder (de79dc4)

v1.3.4

Compare Source

Bug Fixes
nuxt/nuxt (@​nuxt/kit)

v3.12.3

Compare Source

3.12.3 is the next regularly scheduled patch release.

👉 Changelog

compare changes

🔥 Performance
  • nuxt,vite: Use native fs utils rather than fs-extra (#​27787)
  • schema: Use chokidar when a custom srcDir is provided (#​27871)
  • nuxt: Ensure prefetchComponents is treeshaken on server (#​27905)
🩹 Fixes
  • nuxt: Flag async data promise as cancelled only if defined (#​27690)
  • schema: Handle backwards compat for dir.app (0c73cb734)
  • nuxt: Support hoisting types of subpath imports (#​27720)
  • nuxt: Resolve routes when navigateTo called with open (#​27742)
  • nuxt: Handle subpaths more correctly (d7402a799)
  • nuxt: Delay navigation until user input is acknowledged (#​27743)
  • nuxt: Resolve aliases used in nitro plugin paths (#​27741)
  • schema: Do not use full path assets/public aliases (d0518650f)
  • nuxt: Defer registering inp handler until nuxt is mounted (866a5319a)
  • nuxt: Add refresh type in server component refs (#​27778)
  • nuxt: Extract all-literal page meta (#​27821)
  • kit: Handle loading nuxt 4+ (cf251bd48)
  • nuxt: Handle external links to named route objects (#​27829)
  • nuxt: Use URL to encode redirected URLs (#​27822)
  • nuxt: Don't use app version when verifying nuxt deps (#​27864)
  • nuxt: Prompt to set compatibility date with latest nitro (#​27893)
  • nuxt: Add #vue-router alias for backwards compat (#​27896)
  • nuxt: Move app augments to core nuxt types (#​27900)
  • nuxt: Pass augmented pages to child paths (ecb35d3a2)
  • nuxt: Use pascal name when loading server component (#​27928)
  • nuxt: Improve async data warning (#​27874, #​27934)
  • nuxt: Allow configuring server components in modules (#​27936)
  • vite: Omit css ?raw from head when in dev mode (#​27940)
  • kit,nuxt: Ensure webworker types are available (4cab71d66)
  • nuxt: Seed crawler when prerendering pages (#​27955)
  • vite: Fix type issue with legacy dev bundler (f9fa1a3e9)
  • nuxt: Improve dx around compatibility date prompt (#​27965)
💅 Refactors
  • kit,nuxt: Use performance.now to measure time (d14f7ec46)
📖 Documentation
  • Add referral query variable to Vue School Links (#​27670)
  • Fix variable name (#​27675)
  • Clarify how transitions are configured globally (#​27679)
  • Remove outdated recommendation (#​27691)
  • Add refreshCookie on useCookie doc page (#​27744)
  • Sync changes from main branch (e7fbc9f81)
  • Remove outdated tip (#​27773)
  • Warn about awaiting useFetch/AsyncData in wrappers (#​27785)
  • Update some code groups with package manager examples (#​27791)
  • Hint to use runtime config (#​27859)
  • Use internal link (#​27883)
  • Update links to vue-router docs (#​27895)
  • Use internal link (#​27894)
  • Remove warning about type checking (#​27911)
  • compatibilityVersion is available in the latest release (#​27919)
  • Update roadmap + readme (748bc751d)
  • Update Nuxt 3 -> Nuxt or Nuxt 3+ (3c16c890c)
  • Update reference to nightly release for testing nuxt 4 (5d2dc9714)
  • Remove duplicate server-side notice in runtime config (#​27929)
  • Warn about ref unwrapping when auto-importing refs (#​27933)
  • Mention layers in directory guide (c222fe7aa)
🏡 Chore
✅ Tests
  • schema: Normalize snapshot paths for windows (#​27654)
  • nuxt: Normalize paths for windows (#​27653)
  • Bump timeout for node-compat test (228b8b889)
  • Slightly improve test reliability (#​27811)
🤖 CI
  • Update changelog from 3.x branch updates (2b6967fbb)
  • Add 3x tag instead (c0ef279f2)
  • Run workflows against 3.x branch as well (31255a14d)
  • Use correct SHA calculation for release-pr action (#​27604)
  • Resolve bash syntax error (#​27789)
  • Only run scorecards against main branch (7abd982f8)
  • Raise renovate prs against 3.x branch too (f176c150a)
  • Ignore @vitejs/plugin-vue again (56660cbdd)
  • Prevent more than one release from occurring at same time (71705550f)
  • Don't run changelog update on 2.x branch (1be639364)
❤️ Contributors
nuxt/module-builder (@​nuxt/module-builder)

v0.8.1

Compare Source

compare changes

🩹 Fixes
  • build: Export all types in stub mode (6b1970d)
🏡 Chore
❤️ Contributors

v0.8.0

Compare Source

compare changes

🩹 Fixes
  • ⚠️ Do not augment nuxt options inside module entry (#​295)
  • build: Do not export default as a type (d29337c)
  • build: Only generate import type statement if required (190bff4)
⚠️ Breaking Changes
  • ⚠️ Do not augment nuxt options inside module entry (#​295)
❤️ Contributors
typescript-eslint/typescript-eslint (@​typescript-eslint/parser)

v7.15.0

Compare Source

This was a version bump only for parser to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

v7.14.1

Compare Source

This was a version bump only for parser to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

v7.14.0

Compare Source

🚀 Features
  • support TypeScript 5.5
❤️ Thank You
  • Brad Zacher
  • cm-ayf
  • Jake Bailey
  • James Zhan
  • Joshua Chen
  • yoshi2no

You can read about our versioning strategy and releases on our website.

v7.13.1

Compare Source

This was a version bump only for parser to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

vuejs/core (@​vue/compiler-sfc)

v3.4.31

Compare Source

Bug Fixes
Reverts
  • Revert "fix(reactivity): avoid infinite loop when render access a side effect computed (#​11135)" (e0df985)
  • Revert "fix(reactivity): fix side effect computed dirty level (#​11183)" (6c303ea), closes #​11183

v3.4.30

Compare Source

Note: this release contains a fix (#​11150) that requires vue-tsc to also be updated in sync to ^2.0.22. See #​11196

Bug Fixes
Performance Improvements
eslint/eslint (eslint)

v9.6.0

Compare Source

sindresorhus/execa (execa)

v9.3.0

Compare Source

Features

sindresorhus/globby (globby)

v14.0.2

Compare Source

capricorn86/happy-dom (happy-dom)

v14.12.3

Compare Source

👷‍♂️ Patch fixes
  • Element.insertBefore works when the node is already inserted - In task #​1429

v14.12.2

Compare Source

👷‍♂️ Patch fixes
  • Fixes problem related to the cookie container using the wrong path when caching cookies - By @​matcic in task #​1455

v14.12.1

Compare Source

👷‍♂️ Patch fixes
  • Fixes problem related to React click handler with preventDefault not preventing navigation - By @​amitdahan in task #​1464
unjs/mkdist (mkdist)

v1.5.3

Compare Source

compare changes

🩹 Fixes
  • dts: Use ts.convertCompilerOptionsFromJson to normalise (#​224)
🏡 Chore
❤️ Contributors

v1.5.2

Compare Source

compare changes

🩹 Fixes
  • Upgrade volar implementation (#​222)
🏡 Chore

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.

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 6a75e42 to 4494779 Compare June 17, 2024 18:16
@renovate renovate bot changed the title chore(deps): update devdependency @iconify/json to ^2.2.220 chore(deps): update all non-major dependencies Jun 17, 2024
@codecov-commenter
Copy link
Copy Markdown

codecov-commenter commented Jun 17, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 99.75%. Comparing base (9747a33) to head (93b0404).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1874   +/-   ##
=======================================
  Coverage   99.75%   99.75%           
=======================================
  Files          88       88           
  Lines        6078     6078           
  Branches      515      515           
=======================================
  Hits         6063     6063           
  Misses         13       13           
  Partials        2        2           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 4494779 to 7eb00a7 Compare June 17, 2024 19:39
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 7eb00a7 to 8e32dae Compare June 18, 2024 03:04
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 8e32dae to f15b739 Compare June 18, 2024 07:58
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from f15b739 to 6a412dc Compare June 18, 2024 15:52
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 6a412dc to e5982f2 Compare June 19, 2024 11:55
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from e5982f2 to 79077da Compare June 19, 2024 18:35
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 79077da to 2d16e85 Compare June 20, 2024 14:06
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 2d16e85 to 5f7db8c Compare June 20, 2024 17:35
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 5f7db8c to 991ad88 Compare June 20, 2024 20:48
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 991ad88 to b7682d5 Compare June 20, 2024 23:34
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from b7682d5 to 52cfec9 Compare June 21, 2024 08:21
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 52cfec9 to c704a6d Compare June 21, 2024 17:11
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from c704a6d to d479252 Compare June 21, 2024 18:45
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 7082e08 to 9979ba9 Compare June 25, 2024 14:55
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 9979ba9 to 815a120 Compare June 25, 2024 23:37
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 815a120 to d396080 Compare June 26, 2024 21:07
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from d396080 to 258db29 Compare June 27, 2024 06:48
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 258db29 to 9596c3e Compare June 27, 2024 09:59
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 9596c3e to 842f7e9 Compare June 27, 2024 14:40
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 842f7e9 to 436e5e4 Compare June 27, 2024 15:58
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 436e5e4 to ed52a8c Compare June 28, 2024 03:06
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from ed52a8c to e50c5ea Compare June 28, 2024 12:48
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from e50c5ea to 4cce63c Compare June 28, 2024 19:51
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 4cce63c to 5d459ba Compare June 30, 2024 08:08
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 5d459ba to fe6d64c Compare June 30, 2024 13:30
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from fe6d64c to 9f1be9c Compare July 1, 2024 10:49
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 9f1be9c to d400fea Compare July 1, 2024 20:03
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.

2 participants