chore(deps): update all digest updates #72

Merged
renovate[bot] merged 1 commits from renovate/all-digest into master 2026-06-30 04:04:07 +04:00
Collaborator

This PR contains the following updates:

Package Change Age Confidence
npm (source) 11.17.011.18.0 age confidence
prettier (source) 3.9.13.9.3 age confidence

Release Notes

npm/cli (npm)

v11.18.0

Compare Source

Features
Bug Fixes
Documentation
Dependencies
Chores

arborist: 9.9.0

9.9.0 (2026-06-29)

Features
Bug Fixes

config: 10.12.0

10.12.0 (2026-06-29)

Features
Bug Fixes
Documentation

libnpmdiff: 8.1.11

Dependencies

libnpmexec: 10.3.1

10.3.1 (2026-06-29)

Bug Fixes
Dependencies

libnpmfund: 7.0.25

Dependencies

libnpmpack: 9.1.11

Dependencies
prettier/prettier (prettier)

v3.9.3

Compare Source

diff

Markdown: Fix unexpected removal of characters in liquid syntax (#​19489 by @​seiyab)
// Input
<!-- Input -->
{{ page.title
}} text

<!-- Prettier 3.9.1 -->
{{ page.title
 text

<!-- Prettier 3.9.3 -->
{{ page.title
}} text
TypeScript: Allow decorators to be used with declare on class fields (#​19492 by @​evoactivity)

Extensively used within the Ember ecosystem, decorators with declare on class fields will ignore the babel parser error and allow Prettier to format the code without breaking it.

// Input
export default class ProjectStatusComponent extends Component<ProjectStatusSig> {
  @&#8203;service declare server: ServerService;
}

// Prettier 3.9.1
// SyntaxError: Decorators can't be used with a declare field. (2:3)
//  1 | export default class ProjectStatusComponent extends Component<ProjectStatusSig> {
//> 2 |   @&#8203;service declare server: ServerService;
//    |   ^
//  3 | }

// Prettier 3.9.3
export default class ProjectStatusComponent extends Component<ProjectStatusSig> {
  @&#8203;service declare server: ServerService;
}

v3.9.2

Compare Source


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • 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 has been generated by Mend Renovate.

This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [npm](https://docs.npmjs.com/) ([source](https://github.com/npm/cli)) | [`11.17.0` → `11.18.0`](https://renovatebot.com/diffs/npm/npm/11.17.0/11.18.0) | ![age](https://developer.mend.io/api/mc/badges/age/npm/npm/11.18.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/npm/11.17.0/11.18.0?slim=true) | | [prettier](https://prettier.io) ([source](https://github.com/prettier/prettier)) | [`3.9.1` → `3.9.3`](https://renovatebot.com/diffs/npm/prettier/3.9.1/3.9.3) | ![age](https://developer.mend.io/api/mc/badges/age/npm/prettier/3.9.3?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/prettier/3.9.1/3.9.3?slim=true) | --- ### Release Notes <details> <summary>npm/cli (npm)</summary> ### [`v11.18.0`](https://github.com/npm/cli/releases/tag/v11.18.0) [Compare Source](https://github.com/npm/cli/compare/v11.17.0...v11.18.0) ##### Features - [`3021ad6`](https://github.com/npm/cli/commit/3021ad60d9a381ac8c64617843de661b2a0d4620) [#&#8203;9694](https://github.com/npm/cli/pull/9694) arborist: extend replace-registry-host with URL prefix matching ([#&#8203;6110](https://github.com/npm/cli/issues/6110)) ([#&#8203;9694](https://github.com/npm/cli/issues/9694)) ([@&#8203;github-actions](https://github.com/github-actions)\[bot], [@&#8203;u2mejc](https://github.com/u2mejc)) - [`abd8c6b`](https://github.com/npm/cli/commit/abd8c6b0ce01f2c2c964b1b14e53b37db90be2f5) [#&#8203;9677](https://github.com/npm/cli/pull/9677) graduate the linked install strategy from experimental to stable ([#&#8203;9677](https://github.com/npm/cli/issues/9677)) ([@&#8203;github-actions](https://github.com/github-actions)\[bot], [@&#8203;manzoorwanijk](https://github.com/manzoorwanijk)) - [`9420673`](https://github.com/npm/cli/commit/9420673bcdc59c4acb35c406308bb641c2aef635) [#&#8203;9662](https://github.com/npm/cli/pull/9662) install-scripts: prune unused allowScripts entries ([#&#8203;9662](https://github.com/npm/cli/issues/9662)) ([@&#8203;github-actions](https://github.com/github-actions)\[bot], [@&#8203;JamieMagee](https://github.com/JamieMagee)) - [`fc9d4c7`](https://github.com/npm/cli/commit/fc9d4c72d8ee300a843e8186c5fc39e9c3e874ae) [#&#8203;9635](https://github.com/npm/cli/pull/9635) namespace install-script approval commands under npm install-scripts ([#&#8203;9635](https://github.com/npm/cli/issues/9635)) ([@&#8203;manzoorwanijk](https://github.com/manzoorwanijk)) - [`073253f`](https://github.com/npm/cli/commit/073253f8642d1177000b8d18ebe0abcad2ac9b1a) [#&#8203;9564](https://github.com/npm/cli/pull/9564) warn when min-release-age blocks an audit fix ([#&#8203;9564](https://github.com/npm/cli/issues/9564)) ([@&#8203;github-actions](https://github.com/github-actions)\[bot], [@&#8203;JamieMagee](https://github.com/JamieMagee)) ##### Bug Fixes - [`598ffdb`](https://github.com/npm/cli/commit/598ffdba4495e9b6ad11a830bb874baa49fd8a25) [#&#8203;9693](https://github.com/npm/cli/pull/9693) sbom: percent-encode vcs\_url qualifier in generated purls ([#&#8203;9693](https://github.com/npm/cli/issues/9693)) ([@&#8203;github-actions](https://github.com/github-actions)\[bot], [@&#8203;ubeddulla](https://github.com/ubeddulla)) - [`05793d0`](https://github.com/npm/cli/commit/05793d05230e99421d3611c919ba5ab4c4f49a8a) [#&#8203;9691](https://github.com/npm/cli/pull/9691) output all the required parameters for npm token list ([#&#8203;9691](https://github.com/npm/cli/issues/9691)) ([@&#8203;github-actions](https://github.com/github-actions)\[bot], [@&#8203;rijildaniel](https://github.com/rijildaniel)) - [`cd57139`](https://github.com/npm/cli/commit/cd5713990b2436950158120a7306f6e7de84e21c) [#&#8203;9669](https://github.com/npm/cli/pull/9669) arborist: surface undeclared workspaces under the linked strategy (backport release/v11) ([#&#8203;9669](https://github.com/npm/cli/issues/9669)) ([@&#8203;manzoorwanijk](https://github.com/manzoorwanijk)) - [`5b6ff9c`](https://github.com/npm/cli/commit/5b6ff9c23e5fbfdfea3bf4c53e3e8094179197c5) [#&#8203;9667](https://github.com/npm/cli/pull/9667) reify: report added count for fresh linked installs ([#&#8203;9667](https://github.com/npm/cli/issues/9667)) ([@&#8203;github-actions](https://github.com/github-actions)\[bot], [@&#8203;manzoorwanijk](https://github.com/manzoorwanijk), [@&#8203;owlstronaut](https://github.com/owlstronaut)) - [`8f13beb`](https://github.com/npm/cli/commit/8f13beb2cae8582b50ab44ef43154c4c6aaf8a27) [#&#8203;9664](https://github.com/npm/cli/pull/9664) query: report logical dep location under linked strategy ([#&#8203;9664](https://github.com/npm/cli/issues/9664)) ([@&#8203;github-actions](https://github.com/github-actions)\[bot], [@&#8203;manzoorwanijk](https://github.com/manzoorwanijk)) - [`168ba30`](https://github.com/npm/cli/commit/168ba30915a844075d9217de46030a8f6ce09903) [#&#8203;9663](https://github.com/npm/cli/pull/9663) allowScripts: close enforcement gaps ([#&#8203;9652](https://github.com/npm/cli/issues/9652)) (backport release/v11) ([#&#8203;9663](https://github.com/npm/cli/issues/9663)) ([@&#8203;JamieMagee](https://github.com/JamieMagee)) - [`ae64f88`](https://github.com/npm/cli/commit/ae64f883f8345f53cb20f968fafffbb2e6d0c9f6) [#&#8203;9648](https://github.com/npm/cli/pull/9648) exec: resolve workspace-local bin under the linked install strategy ([#&#8203;9648](https://github.com/npm/cli/issues/9648)) ([@&#8203;github-actions](https://github.com/github-actions)\[bot], [@&#8203;manzoorwanijk](https://github.com/manzoorwanijk)) - [`784cbe9`](https://github.com/npm/cli/commit/784cbe99c3e35b128ee0a5e6ff569517305a5c33) [#&#8203;9636](https://github.com/npm/cli/pull/9636) ls: restore 100% coverage on release/v11 after [#&#8203;9633](https://github.com/npm/cli/issues/9633) ([#&#8203;9636](https://github.com/npm/cli/issues/9636)) ([@&#8203;manzoorwanijk](https://github.com/manzoorwanijk)) - [`70f0ea5`](https://github.com/npm/cli/commit/70f0ea5a0642919f8d2bee9c3c61490e12846b4e) [#&#8203;9607](https://github.com/npm/cli/pull/9607) approve-scripts: approve deps with no resolved URL by name ([#&#8203;9607](https://github.com/npm/cli/issues/9607)) ([@&#8203;github-actions](https://github.com/github-actions)\[bot], [@&#8203;JamieMagee](https://github.com/JamieMagee)) - [`b2e6338`](https://github.com/npm/cli/commit/b2e63385c991cfc1430e8e5c347f33a7fd47e0e9) [#&#8203;9602](https://github.com/npm/cli/pull/9602) arborist: don't flag inert optional deps in strict-allow-scripts ([#&#8203;9602](https://github.com/npm/cli/issues/9602)) ([@&#8203;github-actions](https://github.com/github-actions)\[bot], [@&#8203;JamieMagee](https://github.com/JamieMagee)) - [`6ad5715`](https://github.com/npm/cli/commit/6ad5715c6500b388c64f76826a5038db990aea3a) [#&#8203;9595](https://github.com/npm/cli/pull/9595) link: scope `npm link --workspace` to the workspace, not the root ([#&#8203;9595](https://github.com/npm/cli/issues/9595)) ([@&#8203;github-actions](https://github.com/github-actions)\[bot], [@&#8203;manzoorwanijk](https://github.com/manzoorwanijk)) ##### Documentation - [`3658bb5`](https://github.com/npm/cli/commit/3658bb5354f6c72fd9b1c778bba6e933ba7ec4cc) [#&#8203;9690](https://github.com/npm/cli/pull/9690) recommend install-strategy=linked to catch phantom dependencies ([#&#8203;9690](https://github.com/npm/cli/issues/9690)) ([@&#8203;github-actions](https://github.com/github-actions)\[bot], [@&#8203;manzoorwanijk](https://github.com/manzoorwanijk)) ##### Dependencies - [`54656b6`](https://github.com/npm/cli/commit/54656b60361318204a72aca9409c2dd4ce4a2c20) [#&#8203;9696](https://github.com/npm/cli/pull/9696) `undici@6.27.0` - [`31c4773`](https://github.com/npm/cli/commit/31c4773502b8a3bca5d853270d53d46fe9749ce1) [#&#8203;9696](https://github.com/npm/cli/pull/9696) `brace-expansion@5.0.7` - [`e773c77`](https://github.com/npm/cli/commit/e773c7792c7611d48a44ef4bb532f627d4e94f7c) [#&#8203;9696](https://github.com/npm/cli/pull/9696) `tar@7.5.19` - [`f05f6af`](https://github.com/npm/cli/commit/f05f6afbafaaf46e38ac4cc0d4e8ea76c7d7c330) [#&#8203;9696](https://github.com/npm/cli/pull/9696) `semver@7.8.5` - [`804f9ba`](https://github.com/npm/cli/commit/804f9badd99c5c530db0a6c288b18104512d10c3) [#&#8203;9580](https://github.com/npm/cli/pull/9580) `npm-profile@12.0.2` ##### Chores - [`f79b37f`](https://github.com/npm/cli/commit/f79b37f01b9c624d9dd3806f2f04b3f5e3434e31) [#&#8203;9696](https://github.com/npm/cli/pull/9696) dev dependency updates ([@&#8203;owlstronaut](https://github.com/owlstronaut)) - [`a04cd84`](https://github.com/npm/cli/commit/a04cd845e9784ac8a03c1db721dc7a366eadb4f1) [#&#8203;9584](https://github.com/npm/cli/pull/9584) add web-login proxy doneUrl regression for npm-profile fix ([#&#8203;9584](https://github.com/npm/cli/issues/9584)) ([@&#8203;github-actions](https://github.com/github-actions)\[bot], [@&#8203;manzoorwanijk](https://github.com/manzoorwanijk)) - [workspace](https://github.com/npm/cli/releases/tag/arborist-v9.9.0): `@npmcli/arborist@9.9.0` - [workspace](https://github.com/npm/cli/releases/tag/config-v10.12.0): `@npmcli/config@10.12.0` - [workspace](https://github.com/npm/cli/releases/tag/libnpmdiff-v8.1.11): `libnpmdiff@8.1.11` - [workspace](https://github.com/npm/cli/releases/tag/libnpmexec-v10.3.1): `libnpmexec@10.3.1` - [workspace](https://github.com/npm/cli/releases/tag/libnpmfund-v7.0.25): `libnpmfund@7.0.25` - [workspace](https://github.com/npm/cli/releases/tag/libnpmpack-v9.1.11): `libnpmpack@9.1.11` arborist: 9.9.0 #### [9.9.0](https://github.com/npm/cli/compare/arborist-v9.8.0...arborist-v9.9.0) (2026-06-29) ##### Features - [`3021ad6`](https://github.com/npm/cli/commit/3021ad60d9a381ac8c64617843de661b2a0d4620) [#&#8203;9694](https://github.com/npm/cli/pull/9694) arborist: extend replace-registry-host with URL prefix matching ([#&#8203;6110](https://github.com/npm/cli/issues/6110)) ([#&#8203;9694](https://github.com/npm/cli/issues/9694)) ([@&#8203;github-actions](https://github.com/github-actions)\[bot], [@&#8203;u2mejc](https://github.com/u2mejc)) - [`abd8c6b`](https://github.com/npm/cli/commit/abd8c6b0ce01f2c2c964b1b14e53b37db90be2f5) [#&#8203;9677](https://github.com/npm/cli/pull/9677) graduate the linked install strategy from experimental to stable ([#&#8203;9677](https://github.com/npm/cli/issues/9677)) ([@&#8203;github-actions](https://github.com/github-actions)\[bot], [@&#8203;manzoorwanijk](https://github.com/manzoorwanijk)) - [`9420673`](https://github.com/npm/cli/commit/9420673bcdc59c4acb35c406308bb641c2aef635) [#&#8203;9662](https://github.com/npm/cli/pull/9662) install-scripts: prune unused allowScripts entries ([#&#8203;9662](https://github.com/npm/cli/issues/9662)) ([@&#8203;github-actions](https://github.com/github-actions)\[bot], [@&#8203;JamieMagee](https://github.com/JamieMagee)) - [`073253f`](https://github.com/npm/cli/commit/073253f8642d1177000b8d18ebe0abcad2ac9b1a) [#&#8203;9564](https://github.com/npm/cli/pull/9564) warn when min-release-age blocks an audit fix ([#&#8203;9564](https://github.com/npm/cli/issues/9564)) ([@&#8203;github-actions](https://github.com/github-actions)\[bot], [@&#8203;JamieMagee](https://github.com/JamieMagee)) ##### Bug Fixes - [`774875b`](https://github.com/npm/cli/commit/774875ba675a4b98e39dd0795e6ab2eb6a0ab8b6) [#&#8203;9686](https://github.com/npm/cli/pull/9686) arborist: keep bin links for allowScripts-denied packages ([#&#8203;9686](https://github.com/npm/cli/issues/9686)) ([@&#8203;JamieMagee](https://github.com/JamieMagee)) - [`719de1e`](https://github.com/npm/cli/commit/719de1e4677086015f66167f15d0b612438de247) [#&#8203;9673](https://github.com/npm/cli/pull/9673) arborist: apply overrides across a file: link (backport release/v11) ([#&#8203;9673](https://github.com/npm/cli/issues/9673)) ([@&#8203;manzoorwanijk](https://github.com/manzoorwanijk)) - [`cd57139`](https://github.com/npm/cli/commit/cd5713990b2436950158120a7306f6e7de84e21c) [#&#8203;9669](https://github.com/npm/cli/pull/9669) arborist: surface undeclared workspaces under the linked strategy (backport release/v11) ([#&#8203;9669](https://github.com/npm/cli/issues/9669)) ([@&#8203;manzoorwanijk](https://github.com/manzoorwanijk)) - [`ede32d3`](https://github.com/npm/cli/commit/ede32d32be5661c45652614603b634d4e7f8fe4c) [#&#8203;9668](https://github.com/npm/cli/pull/9668) arborist: forward transitive overrides through linked store links ([#&#8203;9658](https://github.com/npm/cli/issues/9658)) (backport release/v11) ([#&#8203;9668](https://github.com/npm/cli/issues/9668)) ([@&#8203;manzoorwanijk](https://github.com/manzoorwanijk)) - [`f503b07`](https://github.com/npm/cli/commit/f503b07d7a2a97660a49c9f2b190d0725450c341) [#&#8203;9666](https://github.com/npm/cli/pull/9666) correct dev/prod dep flags for workspaces under the linked strategy ([#&#8203;9666](https://github.com/npm/cli/issues/9666)) ([@&#8203;github-actions](https://github.com/github-actions)\[bot], [@&#8203;manzoorwanijk](https://github.com/manzoorwanijk)) - [`f580889`](https://github.com/npm/cli/commit/f580889b488b44fb7c612ae5146bc9a584e0a640) [#&#8203;9665](https://github.com/npm/cli/pull/9665) arborist: load transitive optional deps into linked actual tree ([#&#8203;9665](https://github.com/npm/cli/issues/9665)) ([@&#8203;github-actions](https://github.com/github-actions)\[bot], [@&#8203;manzoorwanijk](https://github.com/manzoorwanijk)) - [`8f13beb`](https://github.com/npm/cli/commit/8f13beb2cae8582b50ab44ef43154c4c6aaf8a27) [#&#8203;9664](https://github.com/npm/cli/pull/9664) query: report logical dep location under linked strategy ([#&#8203;9664](https://github.com/npm/cli/issues/9664)) ([@&#8203;github-actions](https://github.com/github-actions)\[bot], [@&#8203;manzoorwanijk](https://github.com/manzoorwanijk)) - [`168ba30`](https://github.com/npm/cli/commit/168ba30915a844075d9217de46030a8f6ce09903) [#&#8203;9663](https://github.com/npm/cli/pull/9663) allowScripts: close enforcement gaps ([#&#8203;9652](https://github.com/npm/cli/issues/9652)) (backport release/v11) ([#&#8203;9663](https://github.com/npm/cli/issues/9663)) ([@&#8203;JamieMagee](https://github.com/JamieMagee)) - [`4c9eacb`](https://github.com/npm/cli/commit/4c9eacb8e3ebf4485cba5734f1aa16060e271cda) [#&#8203;9649](https://github.com/npm/cli/pull/9649) arborist: clean up stale .store and hoisted dirs on strategy switch ([#&#8203;9649](https://github.com/npm/cli/issues/9649)) ([@&#8203;github-actions](https://github.com/github-actions)\[bot], [@&#8203;manzoorwanijk](https://github.com/manzoorwanijk)) - [`d2c680e`](https://github.com/npm/cli/commit/d2c680ea687b535b1fa47dd8512b5d3445d1f56f) [#&#8203;9645](https://github.com/npm/cli/pull/9645) arborist: invalid filterNode crash under the linked strategy ([#&#8203;9645](https://github.com/npm/cli/issues/9645)) ([@&#8203;github-actions](https://github.com/github-actions)\[bot], [@&#8203;manzoorwanijk](https://github.com/manzoorwanijk)) - [`4e40b1c`](https://github.com/npm/cli/commit/4e40b1c03cfc3a17c04e81717d420631255d21b9) [#&#8203;9644](https://github.com/npm/cli/pull/9644) arborist: repair wrong-but-existing symlink target in linked strategy ([#&#8203;9644](https://github.com/npm/cli/issues/9644)) ([@&#8203;github-actions](https://github.com/github-actions)\[bot], [@&#8203;manzoorwanijk](https://github.com/manzoorwanijk)) - [`9d1774e`](https://github.com/npm/cli/commit/9d1774e6fca23ca16a2817068416c92140c1a48d) [#&#8203;9643](https://github.com/npm/cli/pull/9643) arborist: remove stale .bin shims after uninstall under linked ([#&#8203;9643](https://github.com/npm/cli/issues/9643)) ([@&#8203;github-actions](https://github.com/github-actions)\[bot], [@&#8203;manzoorwanijk](https://github.com/manzoorwanijk)) - [`ed37d24`](https://github.com/npm/cli/commit/ed37d24c11622c147b69602ba154286acd662d7a) [#&#8203;9642](https://github.com/npm/cli/pull/9642) arborist: record the linked .store layout in the hidden lockfile (backport [#&#8203;9630](https://github.com/npm/cli/issues/9630)) ([#&#8203;9642](https://github.com/npm/cli/issues/9642)) ([@&#8203;manzoorwanijk](https://github.com/manzoorwanijk)) - [`e601d4a`](https://github.com/npm/cli/commit/e601d4ad7a8e45e6e2b2f5dcb2bfc264965fbd1b) [#&#8203;9641](https://github.com/npm/cli/pull/9641) arborist: validate peerOptional conflicts in no-save mutations ([#&#8203;9641](https://github.com/npm/cli/issues/9641)) ([@&#8203;owlstronaut](https://github.com/owlstronaut), [@&#8203;dale-lakes](https://github.com/dale-lakes), [@&#8203;dale-lakes](https://github.com/dale-lakes)) - [`03cee43`](https://github.com/npm/cli/commit/03cee437c2c2d6d32ed3a8c28753d02dfbe7f9f0) [#&#8203;9638](https://github.com/npm/cli/pull/9638) arborist: fix audit-report determinism due to dropped via links ([#&#8203;9638](https://github.com/npm/cli/issues/9638)) ([@&#8203;github-actions](https://github.com/github-actions)\[bot], [@&#8203;arjun-vegeta](https://github.com/arjun-vegeta)) - [`a30d855`](https://github.com/npm/cli/commit/a30d8559ca4aa26704c2d962c9c4dbcc0366ef67) [#&#8203;9633](https://github.com/npm/cli/pull/9633) arborist: don't load store packages' devDependencies as required edges ([#&#8203;9633](https://github.com/npm/cli/issues/9633)) ([@&#8203;manzoorwanijk](https://github.com/manzoorwanijk)) - [`887ca97`](https://github.com/npm/cli/commit/887ca9720915de0eeb4f1a24eff6b923b8d39c92) [#&#8203;9631](https://github.com/npm/cli/pull/9631) arborist: audit the non-isolated tree under the linked strategy ([#&#8203;9631](https://github.com/npm/cli/issues/9631)) ([@&#8203;github-actions](https://github.com/github-actions)\[bot], [@&#8203;manzoorwanijk](https://github.com/manzoorwanijk)) - [`b2e6338`](https://github.com/npm/cli/commit/b2e63385c991cfc1430e8e5c347f33a7fd47e0e9) [#&#8203;9602](https://github.com/npm/cli/pull/9602) arborist: don't flag inert optional deps in strict-allow-scripts ([#&#8203;9602](https://github.com/npm/cli/issues/9602)) ([@&#8203;github-actions](https://github.com/github-actions)\[bot], [@&#8203;JamieMagee](https://github.com/JamieMagee)) - [`390ebfa`](https://github.com/npm/cli/commit/390ebfa6b89f51259aa2ae1c19b9e13a520b1fb5) [#&#8203;9593](https://github.com/npm/cli/pull/9593) arborist: symlink workspace file: deps on non-workspace local packages ([#&#8203;9593](https://github.com/npm/cli/issues/9593)) ([@&#8203;github-actions](https://github.com/github-actions)\[bot], [@&#8203;manzoorwanijk](https://github.com/manzoorwanijk)) - [`aaeb2f1`](https://github.com/npm/cli/commit/aaeb2f19548c47e7bc262e4aa9c76b93376fac82) [#&#8203;9578](https://github.com/npm/cli/pull/9578) arborist: expose store node\_modules via NODE\_PATH for linked-strategy install scripts ([#&#8203;9578](https://github.com/npm/cli/issues/9578)) ([@&#8203;github-actions](https://github.com/github-actions)\[bot], [@&#8203;manzoorwanijk](https://github.com/manzoorwanijk)) - [`05b6f0f`](https://github.com/npm/cli/commit/05b6f0f5bb356891678eb7d3840b6899f04fbfaf) [#&#8203;9577](https://github.com/npm/cli/pull/9577) arborist: allow-remote exemption for proxy/mirror-fronted registry tarballs ([#&#8203;9577](https://github.com/npm/cli/issues/9577)) ([@&#8203;github-actions](https://github.com/github-actions)\[bot], [@&#8203;manzoorwanijk](https://github.com/manzoorwanijk)) config: 10.12.0 #### [10.12.0](https://github.com/npm/cli/compare/config-v10.11.0...config-v10.12.0) (2026-06-29) ##### Features - [`3021ad6`](https://github.com/npm/cli/commit/3021ad60d9a381ac8c64617843de661b2a0d4620) [#&#8203;9694](https://github.com/npm/cli/pull/9694) arborist: extend replace-registry-host with URL prefix matching ([#&#8203;6110](https://github.com/npm/cli/issues/6110)) ([#&#8203;9694](https://github.com/npm/cli/issues/9694)) ([@&#8203;github-actions](https://github.com/github-actions)\[bot], [@&#8203;u2mejc](https://github.com/u2mejc)) - [`abd8c6b`](https://github.com/npm/cli/commit/abd8c6b0ce01f2c2c964b1b14e53b37db90be2f5) [#&#8203;9677](https://github.com/npm/cli/pull/9677) graduate the linked install strategy from experimental to stable ([#&#8203;9677](https://github.com/npm/cli/issues/9677)) ([@&#8203;github-actions](https://github.com/github-actions)\[bot], [@&#8203;manzoorwanijk](https://github.com/manzoorwanijk)) - [`073253f`](https://github.com/npm/cli/commit/073253f8642d1177000b8d18ebe0abcad2ac9b1a) [#&#8203;9564](https://github.com/npm/cli/pull/9564) warn when min-release-age blocks an audit fix ([#&#8203;9564](https://github.com/npm/cli/issues/9564)) ([@&#8203;github-actions](https://github.com/github-actions)\[bot], [@&#8203;JamieMagee](https://github.com/JamieMagee)) ##### Bug Fixes - [`b2e6338`](https://github.com/npm/cli/commit/b2e63385c991cfc1430e8e5c347f33a7fd47e0e9) [#&#8203;9602](https://github.com/npm/cli/pull/9602) arborist: don't flag inert optional deps in strict-allow-scripts ([#&#8203;9602](https://github.com/npm/cli/issues/9602)) ([@&#8203;github-actions](https://github.com/github-actions)\[bot], [@&#8203;JamieMagee](https://github.com/JamieMagee)) ##### Documentation - [`3658bb5`](https://github.com/npm/cli/commit/3658bb5354f6c72fd9b1c778bba6e933ba7ec4cc) [#&#8203;9690](https://github.com/npm/cli/pull/9690) recommend install-strategy=linked to catch phantom dependencies ([#&#8203;9690](https://github.com/npm/cli/issues/9690)) ([@&#8203;github-actions](https://github.com/github-actions)\[bot], [@&#8203;manzoorwanijk](https://github.com/manzoorwanijk)) libnpmdiff: 8.1.11 ##### Dependencies - [workspace](https://github.com/npm/cli/releases/tag/arborist-v9.9.0): `@npmcli/arborist@9.9.0` libnpmexec: 10.3.1 #### [10.3.1](https://github.com/npm/cli/compare/libnpmexec-v10.3.0...libnpmexec-v10.3.1) (2026-06-29) ##### Bug Fixes - [`f3f2465`](https://github.com/npm/cli/commit/f3f246580c8fa136ec90c5b7d96b940a6f6a90b0) [#&#8203;9692](https://github.com/npm/cli/pull/9692) exec: prevent shared binPaths pollution across workspace runs ([#&#8203;9692](https://github.com/npm/cli/issues/9692)) ([@&#8203;github-actions](https://github.com/github-actions)\[bot], [@&#8203;arjun-vegeta](https://github.com/arjun-vegeta)) - [`b2e6338`](https://github.com/npm/cli/commit/b2e63385c991cfc1430e8e5c347f33a7fd47e0e9) [#&#8203;9602](https://github.com/npm/cli/pull/9602) arborist: don't flag inert optional deps in strict-allow-scripts ([#&#8203;9602](https://github.com/npm/cli/issues/9602)) ([@&#8203;github-actions](https://github.com/github-actions)\[bot], [@&#8203;JamieMagee](https://github.com/JamieMagee)) ##### Dependencies - [workspace](https://github.com/npm/cli/releases/tag/arborist-v9.9.0): `@npmcli/arborist@9.9.0` libnpmfund: 7.0.25 ##### Dependencies - [workspace](https://github.com/npm/cli/releases/tag/arborist-v9.9.0): `@npmcli/arborist@9.9.0` libnpmpack: 9.1.11 ##### Dependencies - [workspace](https://github.com/npm/cli/releases/tag/arborist-v9.9.0): `@npmcli/arborist@9.9.0` </details> <details> <summary>prettier/prettier (prettier)</summary> ### [`v3.9.3`](https://github.com/prettier/prettier/blob/HEAD/CHANGELOG.md#393) [Compare Source](https://github.com/prettier/prettier/compare/3.9.2...3.9.3) [diff](https://github.com/prettier/prettier/compare/3.9.1...3.9.3) ##### Markdown: Fix unexpected removal of characters in liquid syntax ([#&#8203;19489](https://github.com/prettier/prettier/pull/19489) by [@&#8203;seiyab](https://github.com/seiyab)) <!-- prettier-ignore --> ```md // Input <!-- Input --> {{ page.title }} text <!-- Prettier 3.9.1 --> {{ page.title text <!-- Prettier 3.9.3 --> {{ page.title }} text ``` ##### TypeScript: Allow decorators to be used with declare on class fields ([#&#8203;19492](https://github.com/prettier/prettier/pull/19492) by [@&#8203;evoactivity](https://github.com/evoactivity)) Extensively used within the Ember ecosystem, decorators with `declare` on class fields will ignore the babel parser error and allow Prettier to format the code without breaking it. <!-- prettier-ignore --> ```ts // Input export default class ProjectStatusComponent extends Component<ProjectStatusSig> { @&#8203;service declare server: ServerService; } // Prettier 3.9.1 // SyntaxError: Decorators can't be used with a declare field. (2:3) // 1 | export default class ProjectStatusComponent extends Component<ProjectStatusSig> { //> 2 | @&#8203;service declare server: ServerService; // | ^ // 3 | } // Prettier 3.9.3 export default class ProjectStatusComponent extends Component<ProjectStatusSig> { @&#8203;service declare server: ServerService; } ``` ### [`v3.9.2`](https://github.com/prettier/prettier/compare/3.9.1...3.9.2) [Compare Source](https://github.com/prettier/prettier/compare/3.9.1...3.9.2) </details> --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - At any time (no schedule defined) - 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](https://github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xNjMuMyIsInVwZGF0ZWRJblZlciI6IjQzLjE2My4zIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tYXRlZCIsImRlcGVuZGVuY2llcyJdfQ==-->
renovate[bot] added 1 commit 2026-06-30 04:04:05 +04:00
chore(deps): update all digest updates
Test / npm test (pull_request) Successful in 45s
RenovateBot / renovate (push) Successful in 30s
Test / npm test (push) Successful in 41s
37a2e65010
renovate[bot] scheduled this pull request to auto merge when all checks succeed 2026-06-30 04:04:05 +04:00
renovate[bot] merged commit 37a2e65010 into master 2026-06-30 04:04:07 +04:00
renovate[bot] deleted branch renovate/all-digest 2026-06-30 04:04:07 +04:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: valentineus/popov.link#72