Skip to content

fix(deps): update npm dependencies#38342

Open
GiteaBot wants to merge 3 commits into
mainfrom
renovate/npm-dependencies
Open

fix(deps): update npm dependencies#38342
GiteaBot wants to merge 3 commits into
mainfrom
renovate/npm-dependencies

Conversation

@GiteaBot

@GiteaBot GiteaBot commented Jul 6, 2026

Copy link
Copy Markdown
Collaborator

This PR contains the following updates:

Package Change Age Confidence
@​codemirror/language 6.12.36.12.4 age confidence
@​codemirror/view 6.43.26.43.4 age confidence
@mermaid-js/layout-elk 0.2.10.2.2 age confidence
@primer/octicons (source) 19.28.119.29.1 age confidence
@typescript-eslint/parser (source) 8.62.08.62.1 age confidence
asciinema-player 3.16.03.17.0 age confidence
clippie 4.2.04.2.1 age confidence
js-yaml 5.1.05.2.0 age confidence
mermaid 11.15.011.16.0 age confidence
postcss (source) 8.5.158.5.16 age confidence
spectral-cli-bundle 1.0.81.0.9 age confidence
stylelint (source) 17.13.017.14.0 age confidence
typescript-eslint (source) 8.62.08.62.1 age confidence
updates 17.18.017.18.1 age confidence
vite (source) 8.1.08.1.2 age confidence
vite-string-plugin 2.0.42.0.5 age confidence
vue (source) 3.5.383.5.39 age confidence
vue-tsc (source) 3.3.53.3.6 age confidence

Release Notes

mermaid-js/mermaid (@​mermaid-js/layout-elk)

v0.2.2

Compare Source

Patch Changes
primer/octicons (@​primer/octicons)

v19.29.1

Compare Source

Patch Changes

v19.29.0

Compare Source

Minor Changes
typescript-eslint/typescript-eslint (@​typescript-eslint/parser)

v8.62.1

Compare Source

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

See GitHub Releases for more information.

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

asciinema/asciinema-player (asciinema-player)

v3.17.0: 3.17.0

Compare Source

This is a mostly bug fix release:

  • fixed marker timeline positions vs idleTimeLimit option (fixes #​326)
  • fixed terminal size override via cols/rows options (regressed in 3.16.0)
  • fixed a visual glitch with step-back in certain situations

This release also brings an experimental segmented recording loading (similar to HLS segmenting). It's not documented yet, I'll test the behavior and API on asciinema.org first before I commit to it fully.

nodeca/js-yaml (js-yaml)

v5.2.0

Compare Source

Added
  • Added maxTotalMergeKeys (10000) loader option to limit the total number of
    keys processed by YAML merge (<<) across one load() / loadAll() call.
  • Added maxAliases (-1) loader option to limit the number of YAML aliases per
    document.
Removed
  • maxMergeSeqLength replaced with maxTotalMergeKeys for limiting YAML merge
    processing.
Fixed
  • Round-trip of integers with exponential form (>= 1e21)
postcss/postcss (postcss)

v8.5.16

Compare Source

stylelint/stylelint (stylelint)

v17.14.0

Compare Source

It fixes 3 bugs, including a false negative one.

typescript-eslint/typescript-eslint (typescript-eslint)

v8.62.1

Compare Source

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

See GitHub Releases for more information.

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

vitejs/vite (vite)

v8.1.2

Compare Source

Bug Fixes

v8.1.1

Compare Source

Features
Bug Fixes
Miscellaneous Chores
Code Refactoring
  • css: remove lightningcss null byte bug workaround (#​22822) (2dafd3b)
  • use pre-defined environments variable to avoid duplicate Object.values calls (#​22790) (1113acf)
Tests
  • enable "manual chunk path" test and remove "worker.format error" test (#​22824) (c088511)
vuejs/core (vue)

v3.5.39

Compare Source

Bug Fixes
vuejs/language-tools (vue-tsc)

v3.3.6

Compare Source

language-core
  • fix: make generic component internal context inference type-safe across .d.ts boundary (#​6104) - Thanks to @​Holiden!
  • fix: do not treat non-trivial property accesses as compound - Thanks to @​KazariEX!
  • fix: treat semicolon-terminated expressions as compound - Thanks to @​KazariEX!
  • fix: preserve return types for compound event handlers - Thanks to @​KazariEX!
  • fix: use WeakMap to cache inline TS ASTs - Thanks to @​KazariEX!
  • fix: match upstream CSS v-bind parsing behavior - Thanks to @​KazariEX!
  • fix: include setup bindings as potential component names (#​6111) - Thanks to @​KazariEX!
  • perf: reduce boundary code feature allocations - Thanks to @​KazariEX!
  • refactor: centralize code features and deprecate allCodeFeatures - Thanks to @​KazariEX!

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • Only on Monday (* * * * 1)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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 has been generated by Mend Renovate.

@GiteaBot GiteaBot added dependencies lgtm/need 2 This PR needs two approvals by maintainers to be considered for merging. labels Jul 6, 2026
@GiteaBot

GiteaBot commented Jul 6, 2026

Copy link
Copy Markdown
Collaborator Author

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: undefined
Post-upgrade command 'make generate-codemirror-languages' has not been added to the allowed list in allowedCommands

@GiteaBot GiteaBot force-pushed the renovate/npm-dependencies branch from b6afb3e to 997c42c Compare July 6, 2026 05:55
@GiteaBot GiteaBot force-pushed the renovate/npm-dependencies branch from 997c42c to dd6da4c Compare July 6, 2026 09:45
The npm postUpgradeTasks run `make generate-codemirror-languages`, but the
allowlist only permitted `make (tidy|svg)`, so renovate reported an artifact
update failure. Add the command to RENOVATE_ALLOWED_POST_UPGRADE_COMMANDS.

Assisted-by: Claude Code:Opus 4.8
@GiteaBot GiteaBot added lgtm/need 1 This PR needs approval from one additional maintainer to be merged. and removed lgtm/need 2 This PR needs two approvals by maintainers to be considered for merging. labels Jul 6, 2026
@silverwind

Copy link
Copy Markdown
Member

⚠️ Artifact update problem

Fixed in 43e1889, all other bumps are fine.

@GiteaBot

GiteaBot commented Jul 6, 2026

Copy link
Copy Markdown
Collaborator Author

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@GiteaBot GiteaBot added lgtm/done This PR has enough approvals to get merged. There are no important open reservations anymore. and removed lgtm/need 1 This PR needs approval from one additional maintainer to be merged. labels Jul 6, 2026
@silverwind silverwind enabled auto-merge (squash) July 6, 2026 13:57
@silverwind silverwind added the reviewed/wait-merge This pull request is part of the merge queue. It will be merged soon. label Jul 6, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies lgtm/done This PR has enough approvals to get merged. There are no important open reservations anymore. reviewed/wait-merge This pull request is part of the merge queue. It will be merged soon. type/bug

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants