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
@swc/core (source) 1.15.401.15.47 age confidence devDependencies patch
@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.6 age confidence action minor
node (source) 24.16.024.19.0 age confidence volta minor
npm (source) 11.16.011.19.0 age confidence packageManager minor
npm (source) 11.16.011.19.0 age confidence volta minor

Release Notes

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

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.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.

nodejs/node (node)

v24.19.0: 2026-08-03, Version 24.19.0 'Krypton' (LTS), @​aduh95

Compare Source

Notable Changes
  • [d08872b530] - (SEMVER-MINOR) buffer: implement blob.textStream() (Matthew Aitken) #​64036
  • [35222948be] - (SEMVER-MINOR) deps: update OpenSSL build config to support compression (Tim Perry) #​62217
  • [d6ab039f24] - (SEMVER-MINOR) doc: update blockList stability status to release candidate (alphaleadership) #​63050
  • [1da05fb79d] - doc: mark stream.compose stable (Matteo Collina) #​62562
  • [3c1636dabf] - (SEMVER-MINOR) esm: add --experimental-import-text flag (Efe) #​62300
  • [e323e877be] - (SEMVER-MINOR) fs: support caller-supplied readFile() buffers (Matteo Collina) #​63634
  • [c1248c9544] - (SEMVER-MINOR) http: add httpValidation option to configure header value validation (RajeshKumar11) #​61597
  • [a534b65815] - (SEMVER-MINOR) net: support TCP_KEEPINTVL and TCP_KEEPCNT in setKeepAlive (Guy Bedford) #​63825
  • [a23cdec683] - (SEMVER-MINOR) perf_hooks: sample delay per event loop iteration (Pablo Erhard) #​62935
  • [7428b57a37] - (SEMVER-MINOR) src: allow empty --experimental-config-file (Marco Ippolito) #​61610
  • [e57597173c] - (SEMVER-MINOR) stream: expose ReadableStreamTee (Matteo Collina) #​64195
  • [5396235993] - (SEMVER-MINOR) tls: report negotiated TLS groups (Filip Skokan) #​64119
  • [5e901b5cd9] - (SEMVER-MINOR) tls: add certificateCompression option (Tim Perry) #​62217
Commits

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-08-08T09_38_26_562Z-eresolve-report.txt
npm error A complete log of this run can be found in: /runner/cache/others/npm/_logs/2026-08-08T09_38_26_562Z-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 2 times, most recently from 583af07 to 8e1c315 Compare August 8, 2026 05:54
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch from 8e1c315 to 4471ec5 Compare August 8, 2026 09:38
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