Skip to content

Update all non-major dependencies#633

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

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

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Nov 10, 2025

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Type Update Change Age Confidence
actions/checkout action patch v5.0.0v5.0.1 age confidence
davelosert/vitest-coverage-report-action action minor v2.8.3v2.12.0 age confidence
node uses-with minor 22.21.122.22.3 age confidence
pnpm (source) packageManager minor 10.20.010.34.1 age confidence
pnpm/action-setup action minor v4.2.0v4.4.0 age confidence

Release Notes

actions/checkout (actions/checkout)

v5.0.1

Compare Source

What's Changed

Full Changelog: actions/checkout@v5...v5.0.1

davelosert/vitest-coverage-report-action (davelosert/vitest-coverage-report-action)

v2.12.0

Compare Source

Features

v2.12

Compare Source

v2.11.2

Compare Source

Bug Fixes
  • deps-dev: bump lodash from 4.17.23 to 4.18.1 to fix high severity alert (#​610) (3c50566)

v2.11.1

Compare Source

Bug Fixes
  • deps-dev: bump lodash-es from 4.17.23 to 4.18.1 to fix high severity alert (#​609) (d63aa97)

v2.11.0

Compare Source

Features
  • add show-uncovered-lines option to hide the Uncovered Lines column (#​605) (59b5bb7)

v2.11

Compare Source

v2.10.0

Compare Source

Bug Fixes
  • deps-dev: bump handlebars from 4.7.8 to 4.7.9 to fix critical vulnerability (#​604) (a71558c)
  • deps: bump picomatch to 9 to fix high severity vulnerability (#​603) (f46039a)
  • deps: bump tar and npm to fix high severity alert (#​598) (4922f30)
Features
  • Add file-coverage-expanded option to expand File Coverage section by default (#​582) (479bd5d)

v2.10

Compare Source

v2.9.3

Compare Source

Bug Fixes
  • deps: bump tar and npm to fix high severity alert (#​592) (136cc06)

v2.9.2

Compare Source

Bug Fixes
  • deps-dev: bump lodash-es from 4.17.21 to 4.17.23 to fix moderate vulnerability (#​572) (6c3df73)
  • deps: bump tar and npm to fix high severity alert (#​574) (1068223)

v2.9.1

Compare Source

Bug Fixes
  • deps-dev: bump lodash from 4.17.21 to 4.17.23 to fix moderate vulnerability (#​573) (fd9e72f)

v2.9.0

Compare Source

Bug Fixes
  • deps-dev: bump js-yaml from 4.1.0 to 4.1.1 (#​549) (ddec910)
  • deps-dev: bump vite from 7.1.9 to 7.1.11 to fix vulnerability (#​540) (7dfcb78)
  • deps: bump glob and npm to fix security vulnerability (#​561) (b3cf99c)
  • deps: bump glob and semantic-release to fix security vuln (#​552) (6e9900f)
  • lint: Updates biome to v2 and fixes linting issues (#​558) (83c5c42)
  • Partially address body length posting failures & update actions dependencies (#​544) (541af14)
  • Update Node execution version from 20 to 24 in action.yml (#​559) (da6ce93)
  • Update Node.js to version 24 and upgrade checkout action to v6 (#​562) (e696359)
Features
  • Add threshold-icons option for customizable coverage status icons (#​557) (d75d4ee)
  • Adds file comparisons, affected file groups and configurable decimal places (#​533) (7e04bda)

v2.9

Compare Source

actions/node-versions (node)

v22.22.3: 22.22.3

Compare Source

Node.js 22.22.3

v22.22.2: 22.22.2

Compare Source

Node.js 22.22.2

v22.22.1: 22.22.1

Compare Source

Node.js 22.22.1

v22.22.0: 22.22.0

Compare Source

Node.js 22.22.0

pnpm/pnpm (pnpm)

v10.34.1: pnpm 10.34.1

Compare Source

Patch Changes

  • Reject pnpm-lock.yaml entries whose remote tarball resolution: block is missing the integrity field. Previously the worker that extracts a downloaded tarball skipped hash verification when no integrity was supplied and minted a fresh one from the unverified bytes, so an attacker who could both alter the lockfile (e.g. via a pull request that strips integrity:) and serve modified content at the referenced tarball URL could install a tampered package without any error — including under --frozen-lockfile. pnpm now fails closed at lockfile-read time with ERR_PNPM_MISSING_TARBALL_INTEGRITY. Git-hosted tarballs (gitHosted: true or a URL on codeload.github.com / bitbucket.org / gitlab.com) and file: tarballs are exempt — the commit SHA in a git-host URL and the user-controlled local path already anchor the bytes.

Platinum Sponsors

Bit

Gold Sponsors

Sanity Discord Vite
SerpApi CodeRabbit Stackblitz
Workleap Nx

v10.34.0: pnpm 10.34

Compare Source

Minor Changes

  • Treat tarball-integrity mismatches against the lockfile as a hard failure by default. Previously, pnpm install (non-frozen) would log ERR_PNPM_TARBALL_INTEGRITY, silently re-resolve from the registry, and overwrite the locked integrity — which meant a compromised registry, proxy, or republished version could substitute attacker-controlled content on a clean machine even though the project shipped a committed lockfile.

    pnpm install now exits with ERR_PNPM_TARBALL_INTEGRITY and a hint pointing at the new opt-in flag.

    The only opt-in is pnpm install --update-checksums — narrowly scoped to refreshing the locked integrity values from what the registry currently serves. Mirrors yarn's flag of the same name. A warning still prints when the bypass takes effect so the operation is auditable.

    --force and pnpm update deliberately do not bypass the integrity check. They are routine refresh operations; silently overwriting a locked integrity in those flows would erase the protection a committed lockfile is supposed to provide. --frozen-lockfile behavior is unchanged. --fix-lockfile keeps its documented purpose (filling in missing lockfile entries) and is also not a bypass.

Patch Changes

  • Pin unscoped per-registry settings (_authToken, _auth, username/_password, tokenHelper, inline cert/key) to the registry declared in the same config source at load time, so a later layer overriding registry= (workspace .npmrc, pnpm-workspace.yaml, CLI --registry) cannot redirect a credential or client certificate authored for a different host. A deprecation warning is emitted whenever an unscoped per-registry setting is encountered, naming the source and the URL it was pinned to. Reported by JUNYI LIU.
  • Fixed minimumReleaseAge handling when cached metadata is abbreviated. The npm registry returns abbreviated package metadata (without the per-version time field) by default, which made the maturity check throw ERR_PNPM_MISSING_TIME whenever cached abbreviated metadata was reused. pnpm now upgrades cached abbreviated metadata to the full document via a follow-up fetch when minimumReleaseAge is active, persists the upgrade to the on-disk cache so subsequent installs skip the extra fetch, and lets ERR_PNPM_MISSING_TIME from the cache fast-path fall through to the network fetch even under strict mode.
  • Reject git resolutions whose commit field is not a 40-character hexadecimal SHA before invoking git. A malicious lockfile could otherwise smuggle a value such as --upload-pack=<command> through git fetch / git checkout, which on SSH or local-file transports executes the supplied command.
  • Reject patch files whose diff --git headers reference paths outside the patched package directory. Previously a malicious .patch file added via a pull request could write, delete, or rename arbitrary files reachable by the user running pnpm install.
  • Fixed --prefix=<dir> not being honored when locating the workspace root. The --prefix → dir rename was applied after workspace detection, so workspace settings declared in <dir>/pnpm-workspace.yaml were not loaded when pnpm was invoked from outside <dir> #​11535.
  • Reject dependency aliases that contain path-traversal segments (such as @x/../../../../../.git/hooks) when reading them from a package manifest or symlinking them into node_modules. A malicious registry package could otherwise use a transitive dependency key to make pnpm install create symlinks at attacker-chosen paths outside the intended node_modules directory.

Platinum Sponsors

Bit

Gold Sponsors

Sanity Discord Vite
SerpApi CodeRabbit Stackblitz
Workleap Nx

v10.33.4: pnpm 10.33.4

Compare Source

Patch Changes

  • Pin the integrity of git-hosted tarballs (codeload.github.com, gitlab.com, bitbucket.org) in the lockfile so that subsequent installs detect a tampered or substituted tarball and refuse to install it. Previously the lockfile only stored the tarball URL for git dependencies, so a compromised git host or a man-in-the-middle could serve arbitrary code on later installs without lockfile changes.

    A new gitHosted: true field is recorded on git-hosted tarball resolutions in the lockfile, letting every reader/writer route them by a single typed check instead of pattern-matching the tarball URL in each call site. Lockfiles written by older pnpm versions are enriched on load (URL fallback) so the field can be relied on uniformly across the codebase.

  • Fix a regression where pnpm --recursive --filter '!<pkg>' run/exec/test/add would include the workspace root in the matched projects. The workspace root is now correctly excluded by default when only negative --filter arguments are provided, matching the documented behavior. To include the root, pass --include-workspace-root #​11341.

Platinum Sponsors

Bit

Gold Sponsors

Sanity Discord Vite
SerpApi CodeRabbit Stackblitz
Workleap Nx

v10.33.3

Compare Source

v10.33.2

Compare Source

v10.33.1: pnpm 10.33.1

Compare Source

Patch Changes
  • When a project's packageManager field selects pnpm v11 or newer, commands that v10 would have passed through to npm (version, login, logout, publish, unpublish, deprecate, dist-tag, docs, ping, search, star, stars, unstar, whoami, etc.) are now handed over to the wanted pnpm, which implements them natively. Previously they silently shelled out to npm — making, for example, pnpm version --help print npm's help on a project with packageManager: pnpm@11.0.0-rc.3 #​11328.
Platinum Sponsors
Bit
Gold Sponsors
Sanity Discord Vite
SerpApi CodeRabbit Stackblitz
Workleap Nx

v10.33.0

Compare Source

v10.32.1: pnpm 10.32.1

Compare Source

Patch Changes

  • Fix a regression where pnpm-workspace.yaml without a packages field caused all directories to be treated as workspace projects. This broke projects that use pnpm-workspace.yaml only for settings (e.g. minimumReleaseAge) without defining workspace packages #​10909.

Platinum Sponsors

Bit

Gold Sponsors

Sanity Discord Vite
SerpApi CodeRabbit Stackblitz
Workleap Nx

v10.32.0: pnpm 10.32

Compare Source

Minor Changes

  • Added --all flag to pnpm approve-builds that approves all pending builds without interactive prompts #​10136.

Patch Changes

  • Reverted change related to setting explicitly the npm config file path, which caused regressions.
  • Reverted fix related to lockfile-include-tarball-url. Fixes #​10915.

Platinum Sponsors

Bit

Gold Sponsors

Sanity Discord Vite
SerpApi CodeRabbit Stackblitz
Workleap Nx

v10.31.0

Compare Source

v10.30.3

Compare Source

v10.30.2

Compare Source

v10.30.1: pnpm 10.30.1

Compare Source

Patch Changes

  • Use the /-/npm/v1/security/audits/quick endpoint as the primary audit endpoint, falling back to /-/npm/v1/security/audits when it fails #​10649.

Platinum Sponsors

Bit

Gold Sponsors

Sanity Discord Vite
SerpApi CodeRabbit Workleap
Stackblitz Nx

v10.30.0: pnpm 10.30

Compare Source

Minor Changes

  • pnpm why now shows a reverse dependency tree. The searched package appears at the root with its dependents as branches, walking back to workspace roots. This replaces the previous forward-tree output which was noisy and hard to read for deeply nested dependencies.

Patch Changes

  • Revert pnpm why dependency pruning to prefer correctness over memory consumption. Reverted PR: #​7122.
  • Optimize pnpm why and pnpm list performance in workspaces with many importers by sharing the dependency graph and materialization cache across all importers instead of rebuilding them independently for each one #​10596.

Platinum Sponsors

Bit

Gold Sponsors

Sanity Discord Vite
SerpApi CodeRabbit

Note

PR body was truncated to here.


Configuration

📅 Schedule: (in timezone Europe/Berlin)

  • Branch creation
    • At 12:00 AM through 04:59 AM and 10:00 PM through 11:59 PM, Monday through Friday (* 0-4,22-23 * * 1-5)
    • Only on Sunday and Saturday (* * * * 0,6)
  • 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 was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot requested a review from Shinigami92 as a code owner November 10, 2025 03:07
@renovate renovate Bot added the dependencies Pull requests that update a dependency file label Nov 10, 2025
@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Nov 10, 2025

Coverage Report

Status Category Percentage Covered / Total
🟢 Lines 94.26% (🎯 90%)
🟰 ±0%
2731 / 2897
🟢 Statements 94.26% (🎯 90%)
🟰 ±0%
2731 / 2897
🟢 Functions 96.46% (🎯 90%)
🟰 ±0%
109 / 113
🟢 Branches 92.89% (🎯 90%)
🟰 ±0%
654 / 704
File Coverage
File Stmts Branches Functions Lines Uncovered Lines
Unchanged Files
src/doctype-shortcut-registry.ts 100% 100% 100% 100%
src/index.ts 93.18% 100% 71.42% 93.18% 79-81, 84-86
src/logger.ts 77.46% 90.9% 81.81% 77.46% 37-46, 93-94, 153-157
src/printer.ts 93.59% 94.02% 100% 93.59% 337-338, 374-375, 524-526, 538-547, 552-565, 612-667, 704-705, 790-794, 1143-1144, 1237-1238, 1265, 1274-1275, 1566-1567, 1613-1614, 2022-2028, 2067-2072
src/options/common.ts 100% 100% 100% 100%
src/options/constants.ts 100% 100% 100% 100%
src/options/converge.ts 100% 60% 100% 100%
src/options/index.ts 100% 100% 100% 100%
src/options/pug-attribute-separator.ts 89.74% 75% 100% 89.74% 52-55
src/options/pug-class-location.ts 100% 100% 100% 100%
src/options/pug-class-notation.ts 100% 100% 100% 100%
src/options/pug-closing-bracket-indent-depth.ts 100% 100% 100% 100%
src/options/pug-comment-preserve-spaces.ts 100% 100% 100% 100%
src/options/pug-explicit-div.ts 100% 100% 100% 100%
src/options/pug-framework.ts 100% 100% 100% 100%
src/options/pug-id-notation.ts 100% 100% 100% 100%
src/options/pug-preserve-attribute-brackets.ts 100% 100% 100% 100%
src/options/pug-preserve-whitespace.ts 100% 100% 100% 100%
src/options/pug-single-file-component-indentation.ts 100% 100% 100% 100%
src/options/pug-wrap-attributes.ts 100% 100% 100% 100%
src/options/types.ts 100% 100% 100% 100%
src/options/attribute-sorting/index.ts 100% 100% 100% 100%
src/options/attribute-sorting/utils.ts 95.69% 94.44% 100% 95.69% 82-83, 94-95
src/options/empty-attributes/index.ts 100% 100% 100% 100%
src/options/empty-attributes/types.ts 100% 100% 100% 100%
src/options/empty-attributes/utils.ts 100% 100% 100% 100%
src/utils/angular.ts 100% 100% 100% 100%
src/utils/common.ts 89.67% 86.11% 100% 89.67% 19-20, 27-28, 56-57, 258-259, 262-263, 269-272, 331-332
src/utils/script-mime-types.ts 87.5% 83.33% 100% 87.5% 42-43, 49-50
src/utils/svelte.ts 100% 100% 100% 100%
src/utils/vue.ts 100% 100% 100% 100%
Generated in workflow #1410 for commit b7420a1 by the Vitest Coverage Report Action

@renovate renovate Bot changed the title chore(deps): update pnpm to v10.21.0 chore(deps): update pnpm to v10.22.0 Nov 12, 2025
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from fed6b87 to 30aa1c4 Compare November 17, 2025 16:49
@renovate renovate Bot changed the title chore(deps): update pnpm to v10.22.0 chore(deps): update all non-major dependencies Nov 17, 2025
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from 30aa1c4 to eb759ac Compare November 23, 2025 16:28
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from eb759ac to d1e5888 Compare November 30, 2025 18:11
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 402ae98 to cde6754 Compare December 18, 2025 13:12
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 4977ab4 to 9cf3f9f Compare December 26, 2025 17:15
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from 9cf3f9f to f7cc53d Compare January 3, 2026 01:10
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 6a4f754 to 1838570 Compare January 14, 2026 04:47
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 6147258 to ea3a246 Compare January 22, 2026 13:35
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from ea3a246 to 97ba3d8 Compare January 29, 2026 17:43
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 7cbb734 to 269a769 Compare February 14, 2026 12:27
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 91db823 to ae50a73 Compare February 27, 2026 00:36
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from aaddafb to 465189b Compare March 6, 2026 04:53
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 98f065d to 92cef28 Compare March 11, 2026 15:19
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 28c697e to 19c4a86 Compare March 14, 2026 01:43
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from e363b0d to 2777278 Compare March 31, 2026 14:08
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from f19dbeb to 83e5ae9 Compare April 4, 2026 09:11
@renovate renovate Bot changed the title chore(deps): update all non-major dependencies Update all non-major dependencies Apr 8, 2026
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 8e0ca5b to 721e51c Compare April 26, 2026 13:14
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from 39decbc to 10532f8 Compare May 14, 2026 05:36
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from 10532f8 to 379e5f4 Compare May 30, 2026 18:14
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from 379e5f4 to b7420a1 Compare May 31, 2026 02:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants