Skip to content

Update all non-major dependencies - #12

Open
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/all-minor-patch
Open

Update all non-major dependencies#12
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/all-minor-patch

Conversation

@renovate

@renovate renovate Bot commented Jun 8, 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
@swc/core (source) 1.15.401.16.1 age confidence devDependencies minor 1.16.2
@types/node (source) 22.19.1922.20.1 age confidence devDependencies minor
@vitest/coverage-v8 (source) 3.2.43.2.7 age confidence devDependencies patch
actions/checkout v4.3.1v4.4.0 age confidence action minor
codecov/codecov-action v5.5.4v5.5.5 age confidence action patch
github/codeql-action v3.36.2v3.37.9 age confidence action minor
mermaid 11.16.111.17.2 age confidence devDependencies minor
node (source) 24.16.024.20.0 age confidence volta minor
npm (source) 11.16.011.19.1 age confidence packageManager minor
npm (source) 11.16.011.19.1 age confidence volta minor

Release Notes

swc-project/swc (@​swc/core)

v1.16.1

Compare Source

Bug Fixes

v1.16.0

Compare Source

Bug Fixes
Miscellaneous Tasks
Refactor

v1.15.47

Compare Source

Bug Fixes
Features
  • (es/minifier) Expand support for trivial spreads (#​12068) (aa49e36)

  • (es/react-compiler) Expose reactCompiler.environment.enableFunctionOutlining (#​12030) (52b78aa)

Performance

v1.15.46

Compare Source

Bug Fixes
Documentation
Features
Refactor
Testing
  • (react-compiler) Add build-pass fixtures for wrapped assignment targets (#​11967) (58d9b53)
Build
Ci

v1.15.43

Compare Source

Bug Fixes
Documentation
Features
Miscellaneous Tasks
  • (es/react-compiler) Update forked react compiler to 0.2.0 (#​11946) (6fbe188)
Refactor

v1.15.41

Compare Source

Bug Fixes
Documentation
Performance
Revert
vitest-dev/vitest (@​vitest/coverage-v8)

v3.2.7

Compare Source

   🐞 Bug Fixes
  • browser: Check fs access in builtin commands [backport to v3]  -  by @​hi-ogawa, Hiroshi Ogawa and OpenCode (claude-opus-4-8) in #​10679 (b795e)
    View changes on GitHub

v3.2.6

Compare Source

v3.2.5

Compare Source

actions/checkout (actions/checkout)

v4.4.0

Compare Source

codecov/codecov-action (codecov/codecov-action)

v5.5.5

Compare Source

This release only contains the keybase.io change as described here.

Full Changelog: codecov/codecov-action@v5.5.4...v5.5.5

github/codeql-action (github/codeql-action)

v3.37.9

Compare Source

v3.37.8

Compare Source

No user facing changes.

v3.37.7

Compare Source

v3.37.6

Compare Source

  • Changed the default filepath for the new remote file address format that was introduced in CodeQL Action 4.37.0 / 3.37.0 to .github/codeql-config.yml to align it with the suggested path that is used elsewhere. #​4070

v3.37.5

Compare Source

  • Fixed a bug where a network error while streaming the download of the CodeQL bundle could terminate the init Action instead of falling back to downloading the bundle before extracting it. #​4061

v3.37.4

Compare Source

  • This version of the CodeQL Action adds support for the tools input for the codeql-action/init step to be specified using a github-codeql-tools repository property. This feature will gradually be rolled out following the release of this version. Once rolled out, this allows for the CodeQL CLI version that is used in GitHub-managed workflows, such as Default Setup, to be set to a custom value. For example, customers who run into issues with rate limits when a new CodeQL CLI version is released can set the value to toolcache to always use the CodeQL CLI version that is available in the runner toolcache. For Advanced Setup workflows, the value provided for tools in the workflow definition always takes precedence unless the value of the repository property starts with !. #​4037
  • Update default CodeQL bundle version to 2.26.2. #​4051

v3.37.3

Compare Source

No user facing changes.

v3.37.2

Compare Source

  • The new address format for the config-file input that was introduced in CodeQL Action 4.37.0 is now enabled by default. In addition to the format described there, the remote= prefix can now be used to explicitly indicate that the input refers to a remote file. All previous input formats continue to be accepted as well. #​4023
  • The CodeQL Action can now make use of configured private registries in Default Setup to retrieve CodeQL configuration files from remote repositories that require authentication. This will allow customers to store their CodeQL configuration in a single repository that can then be referenced by Default Setup workflows in other repositories. We expect to roll this and other, related changes out to everyone in July. #​4007

v3.37.1

Compare Source

  • Upcoming breaking change: Add a deprecation warning for customers using CodeQL version 2.20.6 and earlier. These versions of CodeQL were discontinued on 1 July 2026 alongside GitHub Enterprise Server 3.16, and will be unsupported by the next minor release of the CodeQL Action. #​3956
  • Update default CodeQL bundle version to 2.26.1. #​4019

v3.37.0

Compare Source

v3.36.3

Compare Source

No user facing changes.

mermaid-js/mermaid (mermaid)

v11.17.2

Compare Source

Patch Changes
  • #​8125 178d7c7 Thanks @​knsv-bot! - fix: restore the edgePaths class on the edge group in rendered SVG, and point the flowchart, block and user journey stylesheets at it

v11.17.1

Compare Source

Patch Changes
  • #​8092 31ce60a Thanks @​pbrolin47! - fix(c4): wrap element labels to c4.width again

    C4 element labels (System, Container, Component, Person and their _Ext variants) stopped wrapping in 11.17.0, so long descriptions rendered on one unbroken line and the shape grew sideways well past the configured c4.width. The unified-shapes label helper gated wrapping on the root-level wrap option, which has no schema default and is therefore undefined; it now gates on c4.wrap (default true), which is what the legacy renderer used.

  • #​8088 c66200b Thanks @​ashishjain0512! - fix: neo-look arrowheads and crow's-foot markers no longer fall back to default theme colours/stroke widths on the first render with layout: elk. State diagram arrowheads stayed dark on dark themes, and ER / requirement markers were drawn at the default stroke width, because markers were created from the layout package's own bundled copy of mermaid, whose config had not been initialized yet.

  • #​8079 281cd7b Thanks @​ashishjain0512! - fix(class): class diagram relation markers (composition, aggregation, extension, dependency, lollipop) no longer scale with the edge stroke width, so they stay outside the class box boundary in themes that set strokeWidth: 2 (redux, redux-dark, redux-color, redux-dark-color, neo, neo-dark) with the default classic look.

v11.17.0

Compare Source

Minor Changes
Patch Changes
nodejs/node (node)

v24.20.0: 2026-08-26, Version 24.20.0 'Krypton' (LTS), @​aduh95

Compare Source

Notable Changes
Commits
  • [1822c0f335] - assert,util: fix TypeError on Maps with null keys (Paul Bouchon) #​64441
  • [b12bcc9ae1] - (SEMVER-MINOR) async_hooks: add using scopes to AsyncLocalStorage (Stephen Belanger) #​61674
  • [984260bf44] - async_hooks: use validateBoolean for trackPromises (Soul Lee) #​64731
  • [ba2612cca2] - benchmark: fix calibrate-n option handling (Luan Muniz) #​64146
  • [236dc4d2d7] - benchmark: add bytes variant to webstreams async-iterator (Matteo Collina) #​64291
  • [b022a1419c] - benchmark: respect stream/iter broadcast backpressure (Trivikram Kamat) #​63314
  • [a290f51f15] - (SEMVER-MINOR) benchmark: add benchmarks for experimental stream/iter (James M Snell) #​62066
  • [465f2bfb74] - buffer: use Clamp conversion in Blob slice (Donghoon Kang) #​64739
  • [74a22cd0c5] - buffer: validate copyArrayBuffer offsets against buffer length (Ilia Alshanetsky) #​63904
  • [21e24208dc] - buffer: normalize lone "\r" in Blob native line endings (Daijiro Wachi) #​64115
  • [ddacb3ff10] - buffer: fix Blob.stream() leaking source buffer (semimikoh) #​63577
  • [49198d2313] - buffer: fix end parameter bugs in indexOf/lastIndex

Note

PR body was truncated to here.


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • Between 12:00 AM and 03:59 AM, only on Monday (* 0-3 * * 1)
  • 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 force-pushed the renovate/all-minor-patch branch 3 times, most recently from 45aa0d3 to 42932a1 Compare June 8, 2026 16:32
@codecov

codecov Bot commented Jun 8, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 86.41%. Comparing base (17a7e68) to head (246fe55).

Additional details and impacted files
@@           Coverage Diff           @@
##           master      #12   +/-   ##
=======================================
  Coverage   86.41%   86.41%           
=======================================
  Files           4        4           
  Lines         449      449           
  Branches      139      139           
=======================================
  Hits          388      388           
  Misses         61       61           
Flag Coverage Δ
unit 86.41% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch from 42932a1 to 246fe55 Compare June 8, 2026 22:57
@renovate renovate Bot changed the title Update all non-major dependencies to v3.2.6 Update all non-major dependencies Jun 8, 2026
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch from 246fe55 to a9aff8d Compare June 9, 2026 03:07
@renovate

renovate Bot commented Jun 9, 2026

Copy link
Copy Markdown
Contributor 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: package-lock.json
npm warn Unknown env config "store". This will stop working in the next major version of npm. See `npm help npmrc` for supported config options.
npm error code ERESOLVE
npm error ERESOLVE unable to resolve dependency tree
npm error
npm error While resolving: @2bad/micrograd@1.0.0
npm error Found: vitest@3.2.4
npm error node_modules/vitest
npm error   dev vitest@"3.2.4" from the root project
npm error   peer vitest@"3.2.4" from @vitest/ui@3.2.4
npm error   node_modules/@vitest/ui
npm error     peerOptional @vitest/ui@"3.2.4" from vitest@3.2.4
npm error
npm error Could not resolve dependency:
npm error peer vitest@"3.2.7" from @vitest/coverage-v8@3.2.7
npm error node_modules/@vitest/coverage-v8
npm error   dev @vitest/coverage-v8@"3.2.7" from the root project
npm error
npm error Fix the upstream dependency conflict, or retry this command with --force or --legacy-peer-deps to accept an incorrect (and potentially broken) dependency resolution.
npm error
npm error
npm error For a full report see:
npm error /runner/cache/others/npm/_logs/2026-09-03T18_58_21_521Z-eresolve-report.txt
npm error A complete log of this run can be found in: /runner/cache/others/npm/_logs/2026-09-03T18_58_21_521Z-debug-0.log

@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from 1ae5b6b to db9123c Compare June 18, 2026 07:53
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from 79e5c6f to 47668ba Compare June 28, 2026 13:51
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 314cdcb to eabf757 Compare July 6, 2026 07:05
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 1592ede to c70acee Compare July 13, 2026 10:46
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 45fa16e to 801c869 Compare July 21, 2026 19:35
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from c90c6e0 to 8471a56 Compare July 27, 2026 04:29
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch 9 times, most recently from 4f6459b to d30a882 Compare August 4, 2026 20:30
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from 457f7dc to 475b235 Compare August 13, 2026 19:45
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from a143e4c to f5340ea Compare August 22, 2026 09:51
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from 28ec4c7 to a187fdb Compare August 30, 2026 02:34
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch from a187fdb to 72a31e4 Compare August 31, 2026 06:56
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.

0 participants