Skip to content

fix(deps): update all non-major dependencies with stable versions (minor) - #245

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/all-stable
Open

fix(deps): update all non-major dependencies with stable versions (minor)#245
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/all-stable

Conversation

@renovate

@renovate renovate Bot commented Jun 12, 2026

Copy link
Copy Markdown
Contributor

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence Type Update Pending
@shikijs/monaco (source) ^4.0.2^4.3.1 age confidence devDependencies minor 4.4.2 (+2)
@stoplight/spectral-core ^1.22.0^1.23.1 age confidence dependencies minor
@stylistic/stylelint-plugin ^5.1.0^5.2.1 age confidence devDependencies minor
@vue/eslint-config-typescript ^14.7.0^14.9.0 age confidence devDependencies minor
@vueuse/core (source) ^14.2.1^14.3.0 age confidence dependencies minor 14.4.0
eslint-plugin-vue (source) ^10.8.0^10.10.0 age confidence devDependencies minor
happy-dom ^20.9.0^20.11.1 age confidence devDependencies minor
node (source) 24.14.124.18.0 age confidence volta minor v24.19.0 (+1)
sass ^1.99.0^1.102.0 age confidence devDependencies minor
sass-embedded ^1.99.0^1.100.0 age confidence devDependencies minor
shiki (source) ^4.0.2^4.3.1 age confidence devDependencies minor 4.4.2 (+2)
vite (source) ^8.0.16^8.1.5 age confidence devDependencies minor 8.2.1 (+1)
vite-plugin-vue-devtools (source) ^8.1.2^8.2.1 age confidence devDependencies minor

⚠️ Renovate does not enforce Minimum Release Age for bump, lockfileUpdate, or rollback updates, so these are raised without a Minimum Release Age check. You will need to manually validate the Minimum Release Age for these package(s).


Release Notes

shikijs/shiki (@​shikijs/monaco)

v4.3.1

Compare Source

   🚀 Features
    View changes on GitHub

v4.3.0

Compare Source

   🚀 Features
    View changes on GitHub

v4.2.0

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v4.1.0

Compare Source

   🐞 Bug Fixes
    View changes on GitHub
stoplightio/spectral (@​stoplight/spectral-core)

v1.23.1

Compare Source

v1.23.0

Compare Source

stylelint-stylistic/stylelint-stylistic (@​stylistic/stylelint-plugin)

v5.2.1

Compare Source

Fixed
  • The protocol in the repository's metadata URL now meets current requirements (#​79) (@​BowenMilner).

v5.2.0

Compare Source

Added
  • The declaration-block-semicolon-newline-before rule is now autofixable.
Fixed
  • An exception for an empty custom property value has been added to the declaration-block-semicolon-newline-before and declaration-colon-space-after rules: the --custom-prop: ; and --custom-prop:; variants are now considered valid (see #​50).
vuejs/eslint-config-typescript (@​vue/eslint-config-typescript)

v14.9.0

Compare Source

New Features

  • vueTsConfigs.* are now valid flat config objects that can work with other ESLint utilities before being passed on to withVueTs() or defineConfigWithVueTs() for final resolution.
  • a new withVueTs(...) helper #​302
    • built on top of eslint-flat-config-utils, which lets it compose with the same flat-config transformation model used by antfu and Nuxt’s ESLint config tooling.

Full Changelog: vuejs/eslint-config-typescript@v14.8.0...v14.9.0

v14.8.0

Compare Source

What's Changed

New Contributors

Full Changelog: vuejs/eslint-config-typescript@v14.7.0...v14.8.0

vueuse/vueuse (@​vueuse/core)

v14.3.0

Compare Source

   🚀 Features
   🐞 Bug Fixes
   🏎 Performance
    View changes on GitHub
vuejs/eslint-plugin-vue (eslint-plugin-vue)

v10.10.0

Compare Source

v10.9.2

Compare Source

Patch Changes

v10.9.1

Compare Source

Patch Changes

v10.9.0

Compare Source

Minor Changes
Patch Changes
capricorn86/happy-dom (happy-dom)

v20.11.1

Compare Source

v20.11.0

Compare Source

🎨 Features

v20.10.6

Compare Source

👷‍♂️ Patch fixes

v20.10.5

Compare Source

👷‍♂️ Patch fixes
  • Adds cache to query selector parser - By @​capricorn86 in task #​2142
    • The selector parser degraded in performance in v20.6.3 to solve more complex selectors
    • Parsing is still a bit slower, but the cache will hopefully mitigate most of the problem

v20.10.4

Compare Source

👷‍♂️ Patch fixes
  • Coerce null qualifiedName to empty string in createDocument - By @​Firer in task #​2206

v20.10.3

Compare Source

👷‍♂️ Patch fixes
  • Fix "~=" attribute selector matching hyphenated substrings in CSS selectors - By @​mixelburg in task #​2194

v20.10.2

Compare Source

👷‍♂️ Patch fixes

v20.10.1

Compare Source

v20.10.0

Compare Source

🎨 Features
nodejs/node (node)

v24.18.0: 2026-06-23, Version 24.18.0 'Krypton' (LTS), @​richardlau prepared by @​sxa

Compare Source

Notable Changes
  • [e07e7a31e1] - crypto: update root certificates to NSS 3.123.1 (Node.js GitHub Bot) #​63527
  • [44c8ebcbd6] - http: avoid stream listeners on idle agent sockets (Matteo Collina) #​64004
  • [d3ef4122ee] - (SEMVER-MINOR) buffer: increase Buffer.poolSize default to 64 KiB (Matteo Collina) #​63597
  • [bb2857b85a] - (SEMVER-MINOR) crypto: align key argument names in docs and error messages (Filip Skokan) #​62527
  • [b9d5e87880] - (SEMVER-MINOR) crypto: accept key data in crypto.diffieHellman() and cleanup DH jobs (Filip Skokan) #​62527
  • [ccd756d61e] - (SEMVER-MINOR) crypto: add TurboSHAKE and KangarooTwelve Web Cryptography algorithms (Filip Skokan) #​62183
  • [4c9251fc09] - (SEMVER-MINOR) http: add writeInformation to send arbitrary 1xx status codes (Tim Perry) #​63155
  • [8c989ec4a3] - (SEMVER-MINOR) inspector: expose precise coverage start to JS runtime (sangwook) #​63079
  • [3f54c8ba32] - Revert "stream: noop pause/resume on destroyed streams" (Stewart X Addison) #​63834
Commits

Note

PR body was truncated to here.


Configuration

📅 Schedule: (in timezone America/New_York)

  • Branch creation
    • Between 12:00 AM and 03:59 AM (* 0-3 * * *)
  • Automerge
    • Monday through Friday (* * * * 1-5)

🚦 Automerge: Enabled.

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 was generated by Mend Renovate. View the repository job log.

@netlify

netlify Bot commented Jun 12, 2026

Copy link
Copy Markdown

Deploy Preview for kong-spec-editor ready!

Name Link
🔨 Latest commit 792ce70
🔍 Latest deploy log https://app.netlify.com/projects/kong-spec-editor/deploys/6a758afcb4f08100081b5dba
😎 Deploy Preview https://deploy-preview-245--kong-spec-editor.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
🤖 Make changes Run an agent on this branch

To edit notification comments on pull requests, go to your Netlify project configuration.

@renovate
renovate Bot force-pushed the renovate/all-stable branch 3 times, most recently from 14be62b to 65e1be5 Compare June 22, 2026 21:33
@renovate
renovate Bot force-pushed the renovate/all-stable branch 5 times, most recently from 104e3c3 to 56b4797 Compare June 30, 2026 04:42
@renovate
renovate Bot force-pushed the renovate/all-stable branch from 56b4797 to 1d65aa7 Compare July 4, 2026 06:50
@renovate
renovate Bot force-pushed the renovate/all-stable branch 2 times, most recently from 9d66357 to a3089dd Compare July 21, 2026 06:16
@renovate
renovate Bot force-pushed the renovate/all-stable branch 3 times, most recently from da4da60 to ab1d105 Compare July 31, 2026 04:16
@renovate
renovate Bot force-pushed the renovate/all-stable branch 2 times, most recently from c0da4b4 to e50511c Compare August 6, 2026 07:45
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
@renovate
renovate Bot force-pushed the renovate/all-stable branch from e50511c to 792ce70 Compare August 7, 2026 07:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants