dgadelha / Portugol-Webstudio

IDE online para o Portugol
https://portugol.dev
GNU General Public License v3.0
270 stars 52 forks source link

Update all non-major dependencies - autoclosed #195

Closed renovate[bot] closed 6 months ago

renovate[bot] commented 7 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
monaco-editor ^0.47.0 -> ^0.48.0 age adoption passing confidence
npm (source) 10.5.0 -> 10.6.0 age adoption passing confidence

Release Notes

microsoft/monaco-editor (monaco-editor) ### [`v0.48.0`](https://togithub.com/microsoft/monaco-editor/blob/HEAD/CHANGELOG.md#0480) [Compare Source](https://togithub.com/microsoft/monaco-editor/compare/v0.47.0...v0.48.0) ##### Additions - Various bug fixes - Minimap Section Headers (see config option `showRegionSectionHeaders`) - Diff Editor Gutter Menu (see config option `renderGutterMenu`) - `InlineCompletionsProvider.handlePartialAccept` has `PartialAcceptInfo` Contributions to `monaco-editor`: - [@​jeremy-rifkin (Jeremy Rifkin)](https://togithub.com/jeremy-rifkin): Fix bug with highlighting of C++ raw string literals [PR #​4436](https://togithub.com/microsoft/monaco-editor/pull/4436)
npm/cli (npm) ### [`v10.6.0`](https://togithub.com/npm/cli/blob/HEAD/CHANGELOG.md#1060-2024-04-25) [Compare Source](https://togithub.com/npm/cli/compare/v10.5.2...v10.6.0) ##### Features - [`9123de4`](https://togithub.com/npm/cli/commit/9123de4d282bfd19ea17ad613f5a2acab0e0e162) [#​7373](https://togithub.com/npm/cli/pull/7373) do all ouput over proc-log events ([@​lukekarrys](https://togithub.com/lukekarrys)) - [`9622597`](https://togithub.com/npm/cli/commit/9622597399ec93224fddf90a9209a98dbcfd6b2f) [#​7339](https://togithub.com/npm/cli/pull/7339) refactor terminal display ([#​7339](https://togithub.com/npm/cli/issues/7339)) ([@​lukekarrys](https://togithub.com/lukekarrys)) ##### Bug Fixes - [`0e74ee4`](https://togithub.com/npm/cli/commit/0e74ee42cbd2cbe438e64a2426767dad1868e70d) [#​7416](https://togithub.com/npm/cli/pull/7416) clean up npm object ([#​7416](https://togithub.com/npm/cli/issues/7416)) ([@​wraithgar](https://togithub.com/wraithgar)) - [`c060e60`](https://togithub.com/npm/cli/commit/c060e60a7ce767f6fdb32782c0d373e717df7856) [#​7415](https://togithub.com/npm/cli/pull/7415) return command and argv from load ([@​lukekarrys](https://togithub.com/lukekarrys)) - [`180b919`](https://togithub.com/npm/cli/commit/180b919d2322e55ec5d58bbd476c3ecc31880479) [#​7415](https://togithub.com/npm/cli/pull/7415) remove unused npm.setCmd method ([@​lukekarrys](https://togithub.com/lukekarrys)) - [`0708b3b`](https://togithub.com/npm/cli/commit/0708b3b2dbfc811b0e692133557b6b2e698519fd) [#​7414](https://togithub.com/npm/cli/pull/7414) use name of level instead of label for logging prefixes ([#​7414](https://togithub.com/npm/cli/issues/7414)) ([@​lukekarrys](https://togithub.com/lukekarrys)) - [`7f4e667`](https://togithub.com/npm/cli/commit/7f4e66772ee631158b47fcfcd8e22b7b6b9b9cce) [#​7403](https://togithub.com/npm/cli/pull/7403) redact when displaying non-ascii arguments ([@​lukekarrys](https://togithub.com/lukekarrys)) - [`06202f0`](https://togithub.com/npm/cli/commit/06202f0e13d91f5ee6edfe2da6ee21bafbf18cca) [#​7403](https://togithub.com/npm/cli/pull/7403) store unref promises for awaiting in tests ([@​lukekarrys](https://togithub.com/lukekarrys)) - [`e5f1948`](https://togithub.com/npm/cli/commit/e5f1948a569224c59a9a4fdeb0e3b82312fb87c6) [#​7403](https://togithub.com/npm/cli/pull/7403) run update notifier after exec but before waiting ([@​lukekarrys](https://togithub.com/lukekarrys)) - [`f309c1c`](https://togithub.com/npm/cli/commit/f309c1cd8ab26b9cdc3b1224499aba345edfc582) [#​7403](https://togithub.com/npm/cli/pull/7403) refactor: move timer and error logfile messages to lib/npm ([@​lukekarrys](https://togithub.com/lukekarrys)) - [`43e6194`](https://togithub.com/npm/cli/commit/43e619480568493433af78208e2b3c48843185ef) [#​7403](https://togithub.com/npm/cli/pull/7403) dont show run script banners in silent ([@​lukekarrys](https://togithub.com/lukekarrys)) - [`694dba9`](https://togithub.com/npm/cli/commit/694dba9fd9a8d71facc7b832bf8f00ca9468e68a) [#​7403](https://togithub.com/npm/cli/pull/7403) dont expose as many public properties of timers ([@​lukekarrys](https://togithub.com/lukekarrys)) - [`7ca6d84`](https://togithub.com/npm/cli/commit/7ca6d8490b675c9d4c402ae8e41c9afd5871aa35) [#​7403](https://togithub.com/npm/cli/pull/7403) use proc-log META for flush and force ([@​lukekarrys](https://togithub.com/lukekarrys)) - [`2538438`](https://togithub.com/npm/cli/commit/25384388e01d1c9d6c4cae4a49149407b0024176) [#​7403](https://togithub.com/npm/cli/pull/7403) dont write timing logs to file unless requested ([@​lukekarrys](https://togithub.com/lukekarrys)) - [`7e04417`](https://togithub.com/npm/cli/commit/7e04417d4b084043300d1cdd5b4dce8ea7184d9e) [#​7403](https://togithub.com/npm/cli/pull/7403) rename base-cmd to match other commands ([@​lukekarrys](https://togithub.com/lukekarrys)) - [`fc68547`](https://togithub.com/npm/cli/commit/fc68547eb9b06a1a6a2a0feb7e422accec50230d) [#​7403](https://togithub.com/npm/cli/pull/7403) remove some npm.load timers and exit earlier for --versions ([@​lukekarrys](https://togithub.com/lukekarrys)) - [`28019d5`](https://togithub.com/npm/cli/commit/28019d50fdb1b2395199516694180edc7b4f8dd6) [#​7403](https://togithub.com/npm/cli/pull/7403) cleanup: move cli specific files to separate dir ([@​lukekarrys](https://togithub.com/lukekarrys)) - [`469f788`](https://togithub.com/npm/cli/commit/469f7885ca47f79bbd3c7171dc56a471a3e422a2) [#​7403](https://togithub.com/npm/cli/pull/7403) cleanup: newlines and whitespace ([@​lukekarrys](https://togithub.com/lukekarrys)) - [`4ab6401`](https://togithub.com/npm/cli/commit/4ab64013236925e7bceb9f88cfcc81f4a65f292f) [#​7403](https://togithub.com/npm/cli/pull/7403) cleanup: dont nest files utils dir ([@​lukekarrys](https://togithub.com/lukekarrys)) - [`78447d7`](https://togithub.com/npm/cli/commit/78447d7a35fab870456ba66eee408b2baddca23e) [#​7399](https://togithub.com/npm/cli/pull/7399) prefer fs/promises over promisify ([#​7399](https://togithub.com/npm/cli/issues/7399)) ([@​lukekarrys](https://togithub.com/lukekarrys)) - [`d531f8b`](https://togithub.com/npm/cli/commit/d531f8b9237fabf640d421a8c4ea3c4284e00f0a) [#​7407](https://togithub.com/npm/cli/pull/7407) Remove table output from search and tar summary ([@​wraithgar](https://togithub.com/wraithgar)) - [`c209e98`](https://togithub.com/npm/cli/commit/c209e989b405fa3e86df7015c22e6840e18313b8) [#​7401](https://togithub.com/npm/cli/pull/7401) Remove table output from many commands ([@​wraithgar](https://togithub.com/wraithgar)) - [`ad7ab8c`](https://togithub.com/npm/cli/commit/ad7ab8c19994c1d2a452278edba65968185d3871) [#​7388](https://togithub.com/npm/cli/pull/7388) perf: lazy loading optimizations ([#​7388](https://togithub.com/npm/cli/issues/7388)) ([@​wraithgar](https://togithub.com/wraithgar)) - [`8eae4b3`](https://togithub.com/npm/cli/commit/8eae4b3b30a7375f0f9dd4172a8b683efe0bb354) [#​7385](https://togithub.com/npm/cli/pull/7385) token: properly await registry request ([#​7385](https://togithub.com/npm/cli/issues/7385)) ([@​wraithgar](https://togithub.com/wraithgar)) - [`9216d59`](https://togithub.com/npm/cli/commit/9216d5985fb3e2a2754be5bf0b1d43fc321cf723) [#​7377](https://togithub.com/npm/cli/pull/7377) better output colors ([#​7377](https://togithub.com/npm/cli/issues/7377)) ([@​wraithgar](https://togithub.com/wraithgar)) - [`6512112`](https://togithub.com/npm/cli/commit/65121122d99855541f63aa787f8ee8bb4eea4a3f) [#​7378](https://togithub.com/npm/cli/pull/7378) use proc-log for all timers ([@​lukekarrys](https://togithub.com/lukekarrys)) - [`2a80dab`](https://togithub.com/npm/cli/commit/2a80dab2ed1feedf3cd3af8ff7f41846567b2fd3) [#​7370](https://togithub.com/npm/cli/pull/7370) typo in `npm access` usage ([#​7370](https://togithub.com/npm/cli/issues/7370)) ([@​mbtools](https://togithub.com/mbtools)) ##### Documentation - [`dfa4cab`](https://togithub.com/npm/cli/commit/dfa4cabdccdd1c82cc160bb435c29c45ed05fdf4) [#​7401](https://togithub.com/npm/cli/pull/7401) update output examples ([@​wraithgar](https://togithub.com/wraithgar)) - [`140b9c9`](https://togithub.com/npm/cli/commit/140b9c988d08beb6c3cd95b67cd4135ed32a19e6) [#​7382](https://togithub.com/npm/cli/pull/7382) package-json: note that line endings are inferred ([#​7382](https://togithub.com/npm/cli/issues/7382)) ([@​ertw](https://togithub.com/ertw)) - [`c16dd4e`](https://togithub.com/npm/cli/commit/c16dd4e46b58d6c4490284e6edc5c255862e322b) [#​7367](https://togithub.com/npm/cli/pull/7367) Document that overrides only work in the root `package.json` ([#​7367](https://togithub.com/npm/cli/issues/7367)) ([@​s100](https://togithub.com/s100)) ##### Dependencies - [`36adff3`](https://togithub.com/npm/cli/commit/36adff36c41f56315fe582e1e4dda29060f7fdf7) [#​7408](https://togithub.com/npm/cli/pull/7408) `pacote@18.0.2` - [`486d46c`](https://togithub.com/npm/cli/commit/486d46cd5b5678ad1ab6c23ee12cf7559477805a) [#​7408](https://togithub.com/npm/cli/pull/7408) `@npmcli/installed-package-contents@2.1.0` - [`157d0ae`](https://togithub.com/npm/cli/commit/157d0aebfe5710880d0c91bddee970316b8a6612) [#​7408](https://togithub.com/npm/cli/pull/7408) `@npmcli/package-json@5.1.0` - [`b0ca163`](https://togithub.com/npm/cli/commit/b0ca16310d9db944dd13f80ecce534c65eea42c5) [#​7409](https://togithub.com/npm/cli/pull/7409) remove [@​npmcli/disparity-colors](https://togithub.com/npmcli/disparity-colors) - [`c77f035`](https://togithub.com/npm/cli/commit/c77f035fc18fdc0a9eb3ef0a7d1faf2c7aec6af3) [#​7407](https://togithub.com/npm/cli/pull/7407) remove columnify - [`2ec690d`](https://togithub.com/npm/cli/commit/2ec690da99fb441cdd7069480b42b6302e098005) [#​7401](https://togithub.com/npm/cli/pull/7401) move cli-table3 to devDependencies - [`fc6e291`](https://togithub.com/npm/cli/commit/fc6e291e9c2154c2e76636cb7ebf0a17be307585) [#​7392](https://togithub.com/npm/cli/pull/7392) `proc-log@4.2.0` ([#​7392](https://togithub.com/npm/cli/issues/7392)) - [`38ed048`](https://togithub.com/npm/cli/commit/38ed048ac0d7a36785dbff0eeca3618cb7f084c5) [#​7378](https://togithub.com/npm/cli/pull/7378) `@npmcli/metavuln-calculator@7.1.0` - [`7678a3d`](https://togithub.com/npm/cli/commit/7678a3d92835457bb402c82e4ca7ea3fa734d23b) [#​7378](https://togithub.com/npm/cli/pull/7378) `proc-log@4.1.0` - [`87f6c09`](https://togithub.com/npm/cli/commit/87f6c094ac47f4e6eb5d5d6a03a0ad97711b51e9) [#​7373](https://togithub.com/npm/cli/pull/7373) `@npmcli/metavuln-calculator@7.0.1` - [`b8f8b41`](https://togithub.com/npm/cli/commit/b8f8b414d8ad9635e3efedc6e491c8c6e3df0973) [#​7373](https://togithub.com/npm/cli/pull/7373) `@npmcli/run-script@8.0.0` - [`79f79c7`](https://togithub.com/npm/cli/commit/79f79c7460be8a74f2b77c647100bcefd89b2efa) [#​7373](https://togithub.com/npm/cli/pull/7373) `proc-log@4.0.0` - [`9027266`](https://togithub.com/npm/cli/commit/90272661b16d861a5926af8ec394d32ec0f307fd) [#​7373](https://togithub.com/npm/cli/pull/7373) `pacote@18.0.0` - [`ee4b3e0`](https://togithub.com/npm/cli/commit/ee4b3e0e741545045dc03741c7147560961d867d) [#​7373](https://togithub.com/npm/cli/pull/7373) `npm-registry-fetch@16.2.1` - [`0e7789b`](https://togithub.com/npm/cli/commit/0e7789b7d9ec88c89edcdade9fc898c131ed492a) [#​7373](https://togithub.com/npm/cli/pull/7373) `npm-profile@9.0.1` - [`ac98fd3`](https://togithub.com/npm/cli/commit/ac98fd3a8514f2552555d2b8af74a52e64888797) [#​7373](https://togithub.com/npm/cli/pull/7373) `npm-package-arg@11.0.2` - [`9351570`](https://togithub.com/npm/cli/commit/93515700efbb2147a6e929cf117da9e6e87c0aca) [#​7373](https://togithub.com/npm/cli/pull/7373) `@npmcli/package-json@5.0.3` - [`d3a0cfa`](https://togithub.com/npm/cli/commit/d3a0cfad06ddffe6a3d4968257b7993aea68fc7c) [#​7373](https://togithub.com/npm/cli/pull/7373) `@npmcli/git@5.0.6` - [workspace](https://togithub.com/npm/cli/releases/tag/arborist-v7.5.0): `@npmcli/arborist@7.5.0` - [workspace](https://togithub.com/npm/cli/releases/tag/config-v8.3.0): `@npmcli/config@8.3.0` - [workspace](https://togithub.com/npm/cli/releases/tag/libnpmaccess-v8.0.4): `libnpmaccess@8.0.4` - [workspace](https://togithub.com/npm/cli/releases/tag/libnpmdiff-v6.1.0): `libnpmdiff@6.1.0` - [workspace](https://togithub.com/npm/cli/releases/tag/libnpmexec-v8.0.0): `libnpmexec@8.0.0` - [workspace](https://togithub.com/npm/cli/releases/tag/libnpmfund-v5.0.8): `libnpmfund@5.0.8` - [workspace](https://togithub.com/npm/cli/releases/tag/libnpmhook-v10.0.3): `libnpmhook@10.0.3` - [workspace](https://togithub.com/npm/cli/releases/tag/libnpmorg-v6.0.4): `libnpmorg@6.0.4` - [workspace](https://togithub.com/npm/cli/releases/tag/libnpmpack-v7.0.0): `libnpmpack@7.0.0` - [workspace](https://togithub.com/npm/cli/releases/tag/libnpmpublish-v9.0.6): `libnpmpublish@9.0.6` - [workspace](https://togithub.com/npm/cli/releases/tag/libnpmsearch-v7.0.3): `libnpmsearch@7.0.3` - [workspace](https://togithub.com/npm/cli/releases/tag/libnpmteam-v6.0.3): `libnpmteam@6.0.3` - [workspace](https://togithub.com/npm/cli/releases/tag/libnpmversion-v6.0.0): `libnpmversion@6.0.0` ##### Chores - [`3cbc258`](https://togithub.com/npm/cli/commit/3cbc25800bbd14a8b22ee3feddad715b3a6436d7) [#​7403](https://togithub.com/npm/cli/pull/7403) test for early version exit ([@​lukekarrys](https://togithub.com/lukekarrys)) - [`08e0c0e`](https://togithub.com/npm/cli/commit/08e0c0ed1ad7bc2f12b4f358eb3e6b18bdbca053) [#​7403](https://togithub.com/npm/cli/pull/7403) move sigstore json files to fixtures dir ([@​lukekarrys](https://togithub.com/lukekarrys)) - [`ea66e95`](https://togithub.com/npm/cli/commit/ea66e9534f4b9004f8b4c53a2f8adb7688ee9b36) [#​7380](https://togithub.com/npm/cli/pull/7380) remove licensee as a devDependency ([#​7380](https://togithub.com/npm/cli/issues/7380)) ([@​lukekarrys](https://togithub.com/lukekarrys), [@​wraithgar](https://togithub.com/wraithgar)) - [`9333e9d`](https://togithub.com/npm/cli/commit/9333e9df9b6ad3143f084a25b0e7ea347c8094d3) [#​7386](https://togithub.com/npm/cli/pull/7386) reduce windows shim test flakes ([#​7386](https://togithub.com/npm/cli/issues/7386)) ([@​lukekarrys](https://togithub.com/lukekarrys)) ### [`v10.5.2`](https://togithub.com/npm/cli/blob/HEAD/CHANGELOG.md#1052-2024-04-10) [Compare Source](https://togithub.com/npm/cli/compare/v10.5.1...v10.5.2) ##### Bug Fixes - [`ef381b1`](https://togithub.com/npm/cli/commit/ef381b1449c99e174437665aa767e7a9b60edf22) [#​7363](https://togithub.com/npm/cli/pull/7363) use [@​npmcli/redact](https://togithub.com/npmcli/redact) for url cleaning ([#​7363](https://togithub.com/npm/cli/issues/7363)) ([@​lukekarrys](https://togithub.com/lukekarrys)) - [`3760dd2`](https://togithub.com/npm/cli/commit/3760dd275aaa53cd2cee92e6a7b90aaf62f663cf) [#​7361](https://togithub.com/npm/cli/pull/7361) perf: do less work loading config ([#​7361](https://togithub.com/npm/cli/issues/7361)) ([@​wraithgar](https://togithub.com/wraithgar)) - [`64bcf4c`](https://togithub.com/npm/cli/commit/64bcf4cf09e284ca18988615ab8696b55d27d829) [#​7360](https://togithub.com/npm/cli/pull/7360) perf: only initialize workpaces when we are inside a workspace ([#​7360](https://togithub.com/npm/cli/issues/7360)) ([@​H4ad](https://togithub.com/H4ad)) - [`5a28a29`](https://togithub.com/npm/cli/commit/5a28a29799aac2c89b4e7a3d5c1d1d880346b743) [#​7352](https://togithub.com/npm/cli/pull/7352) perf: lazy load workspace dependency ([#​7352](https://togithub.com/npm/cli/issues/7352)) ([@​H4ad](https://togithub.com/H4ad)) - [`5fc0f9d`](https://togithub.com/npm/cli/commit/5fc0f9dfdac3f95fd2eb6855beb2020941b2a361) [#​7347](https://togithub.com/npm/cli/pull/7347) lazy load validate npm package name on error message ([#​7347](https://togithub.com/npm/cli/issues/7347)) ([@​H4ad](https://togithub.com/H4ad)) - [`c929ed1`](https://togithub.com/npm/cli/commit/c929ed180b3d3361d1541737a4c3c9932cd480c6) [#​7321](https://togithub.com/npm/cli/pull/7321) prioritize CLI flags over publishConfig settings ([#​7321](https://togithub.com/npm/cli/issues/7321)) ([@​roni-berlin](https://togithub.com/roni-berlin)) - [`70497cb`](https://togithub.com/npm/cli/commit/70497cbcd4e6b32948253b644ccd7a3f0ee29270) [#​7346](https://togithub.com/npm/cli/pull/7346) perf: avoid importing the entire semver package for update-notifier ([#​7346](https://togithub.com/npm/cli/issues/7346)) ([@​H4ad](https://togithub.com/H4ad)) ##### Documentation - [`90ba1c9`](https://togithub.com/npm/cli/commit/90ba1c9fd6c1ea89173ed7712cf1da205732b164) [#​7340](https://togithub.com/npm/cli/pull/7340) fix incorrect ISO 8601 reference ([#​7340](https://togithub.com/npm/cli/issues/7340)) ([@​emmanuel-ferdman](https://togithub.com/emmanuel-ferdman)) ##### Dependencies - [`699a1de`](https://togithub.com/npm/cli/commit/699a1de9d22e6c552141f87e468f5b37ed825206) [#​7362](https://togithub.com/npm/cli/pull/7362) `@npmcli/map-workspaces@3.0.6` - [`49fb9b7`](https://togithub.com/npm/cli/commit/49fb9b7cc22a348f608ab443c6953d950955c9e2) [#​7362](https://togithub.com/npm/cli/pull/7362) `socks@2.8.3` - [`f69052e`](https://togithub.com/npm/cli/commit/f69052e16c21ce87c3f8f53a3769cc42ae68db63) [#​7362](https://togithub.com/npm/cli/pull/7362) `@npmcli/package-json@5.0.2` - [`c18a0ad`](https://togithub.com/npm/cli/commit/c18a0ade8c4e7f6e35ffa937aa7afe06351b4b60) [#​7357](https://togithub.com/npm/cli/pull/7357) `sigstore@2.3.0` - [`fd4153b`](https://togithub.com/npm/cli/commit/fd4153b3ccbc8d49b3aff90fed5e853f35fd6beb) [#​7357](https://togithub.com/npm/cli/pull/7357) `socks@2.8.2` - [`d6b705a`](https://togithub.com/npm/cli/commit/d6b705a474a39b83b3d75516a95e34af92793034) [#​7357](https://togithub.com/npm/cli/pull/7357) `postcss-selector-parser@6.0.16` - [`248c177`](https://togithub.com/npm/cli/commit/248c1771b8b406337ec96cffc6b8bc8f9b3b55b4) [#​7357](https://togithub.com/npm/cli/pull/7357) `hasown@2.0.2` - [`4af9e86`](https://togithub.com/npm/cli/commit/4af9e863d1a3ad4a934315113745bad4f3c29bb0) [#​7357](https://togithub.com/npm/cli/pull/7357) `builtins@5.1.0` - [`7546b56`](https://togithub.com/npm/cli/commit/7546b5608d86fdefc5d2f080cd9c0223150ab2f7) [#​7357](https://togithub.com/npm/cli/pull/7357) `@npmcli/agent@2.2.2` - [`d38fd4f`](https://togithub.com/npm/cli/commit/d38fd4f6035a6ec9fbd366079d6761cf9c25b471) [#​7357](https://togithub.com/npm/cli/pull/7357) `spdx-expression-parse@4.0.0` - [`913b326`](https://togithub.com/npm/cli/commit/913b326f62319c95df3b576dd71cdbb04be26782) [#​7357](https://togithub.com/npm/cli/pull/7357) `is-cidr@5.0.5` - [`84bbbd4`](https://togithub.com/npm/cli/commit/84bbbd4b61be12025cfa952c9d2a522a1b996245) [#​7357](https://togithub.com/npm/cli/pull/7357) `@npmcli/package-json@5.0.1` - [`a0f5048`](https://togithub.com/npm/cli/commit/a0f504808b81af7442f47343366724eea1bc8623) [#​7357](https://togithub.com/npm/cli/pull/7357) `@npmcli/git@5.0.5` - [workspace](https://togithub.com/npm/cli/releases/tag/arborist-v7.4.2): `@npmcli/arborist@7.4.2` - [workspace](https://togithub.com/npm/cli/releases/tag/config-v8.2.2): `@npmcli/config@8.2.2` - [workspace](https://togithub.com/npm/cli/releases/tag/libnpmdiff-v6.0.9): `libnpmdiff@6.0.9` - [workspace](https://togithub.com/npm/cli/releases/tag/libnpmexec-v7.0.10): `libnpmexec@7.0.10` - [workspace](https://togithub.com/npm/cli/releases/tag/libnpmfund-v5.0.7): `libnpmfund@5.0.7` - [workspace](https://togithub.com/npm/cli/releases/tag/libnpmpack-v6.0.9): `libnpmpack@6.0.9` ##### Chores - [`81be28d`](https://togithub.com/npm/cli/commit/81be28de88fb5f3951e782a474548214f61eef70) [#​7357](https://togithub.com/npm/cli/pull/7357) dev dependency updates ([@​wraithgar](https://togithub.com/wraithgar)) ### [`v10.5.1`](https://togithub.com/npm/cli/blob/HEAD/CHANGELOG.md#1051-2024-04-03) [Compare Source](https://togithub.com/npm/cli/compare/v10.5.0...v10.5.1) ##### Bug Fixes - [`17d97d2`](https://togithub.com/npm/cli/commit/17d97d266807f69cfc2a7a3982e8db126f90c48a) [#​7334](https://togithub.com/npm/cli/pull/7334) use [@​npmcli/redact](https://togithub.com/npmcli/redact) for log redactions ([@​lukekarrys](https://togithub.com/lukekarrys)) - [`8cab136`](https://togithub.com/npm/cli/commit/8cab136f731c69be079be08d79e3514e01bbd563) [#​7324](https://togithub.com/npm/cli/pull/7324) ensure maxSockets is respected ([#​7324](https://togithub.com/npm/cli/issues/7324)) ([@​lukekarrys](https://togithub.com/lukekarrys)) - [`9bffa13`](https://togithub.com/npm/cli/commit/9bffa13e0b96efe1039d9075fdcb11d5946b2f90) [#​7320](https://togithub.com/npm/cli/pull/7320) query: properly return :missing nodes ([#​7320](https://togithub.com/npm/cli/issues/7320)) ([@​wraithgar](https://togithub.com/wraithgar)) - [`9d4e85f`](https://togithub.com/npm/cli/commit/9d4e85f2379eded50b54f4e0b6f307031037f1ec) [#​7297](https://togithub.com/npm/cli/pull/7297) search: include searchlimit option in help output ([#​7297](https://togithub.com/npm/cli/issues/7297)) ([@​10xLaCroixDrinker](https://togithub.com/10xLaCroixDrinker)) - [`bdb3c28`](https://togithub.com/npm/cli/commit/bdb3c28167f757060474ef2b82c92f3a1f210972) [#​7274](https://togithub.com/npm/cli/pull/7274) added check for dry-run ([#​7274](https://togithub.com/npm/cli/issues/7274)) ([@​cod1r](https://togithub.com/cod1r)) - [`7f1ab88`](https://togithub.com/npm/cli/commit/7f1ab8822a8d50403338595ab9f218e4d63f37fa) [#​7271](https://togithub.com/npm/cli/pull/7271) more lightweight npm bin discovery in windows ([#​7271](https://togithub.com/npm/cli/issues/7271)) ([@​wraithgar](https://togithub.com/wraithgar)) ##### Documentation - [`1da5cf0`](https://togithub.com/npm/cli/commit/1da5cf0ace30d89edf05833b91ce80467c7864bd) [#​7198](https://togithub.com/npm/cli/pull/7198) add link to engines section ([#​7198](https://togithub.com/npm/cli/issues/7198)) ([@​uiolee](https://togithub.com/uiolee)) - [`1114a12`](https://togithub.com/npm/cli/commit/1114a12f2b4691d403d0863d4dca44f25580f57d) [#​7307](https://togithub.com/npm/cli/pull/7307) fix incorrect npm audit key response link ([#​7307](https://togithub.com/npm/cli/issues/7307)) ([@​davidlj95](https://togithub.com/davidlj95)) - [`9807caf`](https://togithub.com/npm/cli/commit/9807cafbaf274eca2a0abbd04a9b2b55e850de9d) [#​7304](https://togithub.com/npm/cli/pull/7304) update audit docs with provenance info ([#​7304](https://togithub.com/npm/cli/issues/7304)) ([@​bdehamer](https://togithub.com/bdehamer)) - [`e1ecfa7`](https://togithub.com/npm/cli/commit/e1ecfa7829be91282373862669b92ef42b9e48df) [#​7285](https://togithub.com/npm/cli/pull/7285) Correct capitalization for URL ([#​7285](https://togithub.com/npm/cli/issues/7285)) ([@​coliff](https://togithub.com/coliff)) ##### Dependencies - [`87a61fc`](https://togithub.com/npm/cli/commit/87a61fc8bb65c950cda389ab3d14ae250ab2345d) [#​7334](https://togithub.com/npm/cli/pull/7334) `npm-registry-fetch@16.2.0` - [`5469614`](https://togithub.com/npm/cli/commit/54696148f25986bcdf39e1acb5aca4bf09e7d1a0) [#​7327](https://togithub.com/npm/cli/pull/7327) `init-package-json@6.0.2` - [`5469614`](https://togithub.com/npm/cli/commit/54696148f25986bcdf39e1acb5aca4bf09e7d1a0) [#​7327](https://togithub.com/npm/cli/pull/7327) `promzard@1.0.1` - [`5469614`](https://togithub.com/npm/cli/commit/54696148f25986bcdf39e1acb5aca4bf09e7d1a0) [#​7327](https://togithub.com/npm/cli/pull/7327) `read@3.0.1` ([#​7327](https://togithub.com/npm/cli/issues/7327)) - [`9ccff72`](https://togithub.com/npm/cli/commit/9ccff72c332e6062e6ebcf8123c7888d8d617091) [#​7329](https://togithub.com/npm/cli/pull/7329) `tar@6.2.1` - [`7201a00`](https://togithub.com/npm/cli/commit/7201a00632f5cedf50101e8411a4b3c514439efb) [#​7329](https://togithub.com/npm/cli/pull/7329) `node-gyp@10.1.0` - [`6fd94f2`](https://togithub.com/npm/cli/commit/6fd94f249f43080ae183da36b971981e8ad00882) [#​7329](https://togithub.com/npm/cli/pull/7329) `minimatch@9.0.4` - [`b048592`](https://togithub.com/npm/cli/commit/b048592a9583dca6f75a9c837edee57ab4e12ab0) [#​7329](https://togithub.com/npm/cli/pull/7329) `ini@4.1.2` - [`c54a84a`](https://togithub.com/npm/cli/commit/c54a84ab5fdd7513913518734c0ece5f3d3e39c9) [#​7329](https://togithub.com/npm/cli/pull/7329) `glob@10.3.12` - [`6853531`](https://togithub.com/npm/cli/commit/6853531da30bc8fecb776c823144766915b5e421) [#​7329](https://togithub.com/npm/cli/pull/7329) `cli-table3@​0.6.4` - [`c9315cb`](https://togithub.com/npm/cli/commit/c9315cb240be02babbbd99585f7ef23679e1d963) [#​7329](https://togithub.com/npm/cli/pull/7329) `binary-extensions@2.3.0` - [`5bb0031`](https://togithub.com/npm/cli/commit/5bb003147423a644969c04222e2ba1b6cf407e6f) [#​7329](https://togithub.com/npm/cli/pull/7329) `@sigstore/tuf@2.3.2` - [`8cab136`](https://togithub.com/npm/cli/commit/8cab136f731c69be079be08d79e3514e01bbd563) [#​7324](https://togithub.com/npm/cli/pull/7324) `agent-base@7.1.1` ([@​lukekarrys](https://togithub.com/lukekarrys)) - [workspace](https://togithub.com/npm/cli/releases/tag/arborist-v7.4.1): `@npmcli/arborist@7.4.1` - [workspace](https://togithub.com/npm/cli/releases/tag/config-v8.2.1): `@npmcli/config@8.2.1` - [workspace](https://togithub.com/npm/cli/releases/tag/libnpmaccess-v8.0.3): `libnpmaccess@8.0.3` - [workspace](https://togithub.com/npm/cli/releases/tag/libnpmdiff-v6.0.8): `libnpmdiff@6.0.8` - [workspace](https://togithub.com/npm/cli/releases/tag/libnpmexec-v7.0.9): `libnpmexec@7.0.9` - [workspace](https://togithub.com/npm/cli/releases/tag/libnpmfund-v5.0.6): `libnpmfund@5.0.6` - [workspace](https://togithub.com/npm/cli/releases/tag/libnpmhook-v10.0.2): `libnpmhook@10.0.2` - [workspace](https://togithub.com/npm/cli/releases/tag/libnpmorg-v6.0.3): `libnpmorg@6.0.3` - [workspace](https://togithub.com/npm/cli/releases/tag/libnpmpack-v6.0.8): `libnpmpack@6.0.8` - [workspace](https://togithub.com/npm/cli/releases/tag/libnpmpublish-v9.0.5): `libnpmpublish@9.0.5` - [workspace](https://togithub.com/npm/cli/releases/tag/libnpmsearch-v7.0.2): `libnpmsearch@7.0.2` - [workspace](https://togithub.com/npm/cli/releases/tag/libnpmteam-v6.0.2): `libnpmteam@6.0.2` ##### Chores - [`8cab136`](https://togithub.com/npm/cli/commit/8cab136f731c69be079be08d79e3514e01bbd563) [#​7324](https://togithub.com/npm/cli/pull/7324) add smoke-test for large prod installs ([@​lukekarrys](https://togithub.com/lukekarrys)) - [`0dab381`](https://togithub.com/npm/cli/commit/0dab3810e6b84e1b4afcc2a315c878fffccb328b) [#​7258](https://togithub.com/npm/cli/pull/7258) `jsdom@24.0.0` ([#​7258](https://togithub.com/npm/cli/issues/7258)) ([@​wraithgar](https://togithub.com/wraithgar)) - [`af3c48e`](https://togithub.com/npm/cli/commit/af3c48e074d03caebaa8ed24d39405329f545497) [#​7262](https://togithub.com/npm/cli/pull/7262) test refactor ([#​7262](https://togithub.com/npm/cli/issues/7262)) ([@​wraithgar](https://togithub.com/wraithgar))

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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.



This PR has been generated by Mend Renovate. View repository job log here.