apollographql / datasource-rest

A caching data source for REST APIs
MIT License
39 stars 20 forks source link

chore(deps): update all non-major dependencies #326

Closed renovate[bot] closed 4 months ago

renovate[bot] commented 6 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@apollo/server (source) 4.10.2 -> 4.10.4 age adoption passing confidence devDependencies patch
@changesets/cli (source) 2.27.1 -> 2.27.5 age adoption passing confidence devDependencies patch
@types/node (source) 16.18.91 -> 16.18.98 age adoption passing confidence devDependencies patch
cspell (source) 8.6.0 -> 8.8.4 age adoption passing confidence devDependencies minor
node (source) 20.11.1 -> 20.14.0 age adoption passing confidence volta minor
npm (source) 10.5.0 -> 10.8.1 age adoption passing confidence volta minor
prettier (source) 3.2.5 -> 3.3.1 age adoption passing confidence devDependencies minor
ts-jest (source) 29.1.2 -> 29.1.4 age adoption passing confidence devDependencies patch
typescript (source) 5.4.3 -> 5.4.5 age adoption passing confidence devDependencies patch

Release Notes

apollographql/apollo-server (@​apollo/server) ### [`v4.10.4`](https://togithub.com/apollographql/apollo-server/blob/HEAD/packages/server/CHANGELOG.md#4104) [Compare Source](https://togithub.com/apollographql/apollo-server/compare/@apollo/server@4.10.3...@apollo/server@4.10.4) ##### Patch Changes - [#​7871](https://togithub.com/apollographql/apollo-server/pull/7871) [`18a3827`](https://togithub.com/apollographql/apollo-server/commit/18a3827d63c3916f6aaccbc4bdef3e0d550d91a7) Thanks [@​tninesling](https://togithub.com/tninesling)! - Subscription heartbeats are initialized prior to awaiting subscribe(). This allows long-running setup to happen in the returned Promise without the subscription being terminated prior to resolution. ### [`v4.10.3`](https://togithub.com/apollographql/apollo-server/blob/HEAD/packages/server/CHANGELOG.md#4103) [Compare Source](https://togithub.com/apollographql/apollo-server/compare/@apollo/server@4.10.2...@apollo/server@4.10.3) ##### Patch Changes - [#​7866](https://togithub.com/apollographql/apollo-server/pull/7866) [`5f335a5`](https://togithub.com/apollographql/apollo-server/commit/5f335a527b6549219366fa44f4bea829e7359aaf) Thanks [@​tninesling](https://togithub.com/tninesling)! - Catch errors thrown by subscription generators, and gracefully clean up the subscription instead of crashing.
changesets/changesets (@​changesets/cli) ### [`v2.27.5`](https://togithub.com/changesets/changesets/releases/tag/%40changesets/cli%402.27.5) [Compare Source](https://togithub.com/changesets/changesets/compare/@changesets/cli@2.27.4...@changesets/cli@2.27.5) ##### Patch Changes - [#​1370](https://togithub.com/changesets/changesets/pull/1370) [`5e9d33a`](https://togithub.com/changesets/changesets/commit/5e9d33a2e659abdcf26f204a76a9465cf4b26d6b) Thanks [@​Andarist](https://togithub.com/Andarist)! - Fixed a regression that caused `changeset version` to fail on packages having a dev dependency on a skipped package. - Updated dependencies \[[`5e9d33a`](https://togithub.com/changesets/changesets/commit/5e9d33a2e659abdcf26f204a76a9465cf4b26d6b)]: - [@​changesets/get-dependents-graph](https://togithub.com/changesets/get-dependents-graph)[@​2](https://togithub.com/2).1.0 - [@​changesets/assemble-release-plan](https://togithub.com/changesets/assemble-release-plan)[@​6](https://togithub.com/6).0.2 - [@​changesets/config](https://togithub.com/changesets/config)[@​3](https://togithub.com/3).0.1 - [@​changesets/get-release-plan](https://togithub.com/changesets/get-release-plan)[@​4](https://togithub.com/4).0.2 - [@​changesets/apply-release-plan](https://togithub.com/changesets/apply-release-plan)[@​7](https://togithub.com/7).0.3 ### [`v2.27.4`](https://togithub.com/changesets/changesets/releases/tag/%40changesets/cli%402.27.4) [Compare Source](https://togithub.com/changesets/changesets/compare/@changesets/cli@2.27.3...@changesets/cli@2.27.4) ##### Patch Changes - [#​1361](https://togithub.com/changesets/changesets/pull/1361) [`954a16a`](https://togithub.com/changesets/changesets/commit/954a16aa1d118a0f7fa745ffe0d19b304f685d4c) Thanks [@​jakebailey](https://togithub.com/jakebailey)! - Ensure that `version`/`tag` do not touch private packages with when versioning/tagging is turned off using `versionPackages` config - [#​1369](https://togithub.com/changesets/changesets/pull/1369) [`d729d8c`](https://togithub.com/changesets/changesets/commit/d729d8cc0e226871aa0c5b73cce80bbf313ca56c) Thanks [@​Andarist](https://togithub.com/Andarist)! - `changeset tag` should now correctly skip tags that exist on the remote - Updated dependencies \[[`954a16a`](https://togithub.com/changesets/changesets/commit/954a16aa1d118a0f7fa745ffe0d19b304f685d4c)]: - [@​changesets/assemble-release-plan](https://togithub.com/changesets/assemble-release-plan)[@​6](https://togithub.com/6).0.1 - [@​changesets/apply-release-plan](https://togithub.com/changesets/apply-release-plan)[@​7](https://togithub.com/7).0.2 - [@​changesets/get-release-plan](https://togithub.com/changesets/get-release-plan)[@​4](https://togithub.com/4).0.1 ### [`v2.27.3`](https://togithub.com/changesets/changesets/releases/tag/%40changesets/cli%402.27.3) [Compare Source](https://togithub.com/changesets/changesets/compare/@changesets/cli@2.27.2...@changesets/cli@2.27.3) ##### Patch Changes - [#​1357](https://togithub.com/changesets/changesets/pull/1357) [`18c966a`](https://togithub.com/changesets/changesets/commit/18c966af7b20201453190cbfd2e2dfb59631c02c) Thanks [@​Andarist](https://togithub.com/Andarist)! - Fixed an issue with `changeset status` executed without `since` argument. It should now correctly use the configured base branch as the default value. ### [`v2.27.2`](https://togithub.com/changesets/changesets/releases/tag/%40changesets/cli%402.27.2) [Compare Source](https://togithub.com/changesets/changesets/compare/@changesets/cli@2.27.1...@changesets/cli@2.27.2) ##### Patch Changes - [#​1354](https://togithub.com/changesets/changesets/pull/1354) [`69be7dc`](https://togithub.com/changesets/changesets/commit/69be7dc7195011ac6dbd00b24ea923f02adcf69c) Thanks [@​Andarist](https://togithub.com/Andarist)! - Fixed an issue with `changeset status` incorrectly returning an error status in two cases: - for changed ignored packages - for changed private packages when `privatePackage.version` was set to `false` - [#​1351](https://togithub.com/changesets/changesets/pull/1351) [`c6da182`](https://togithub.com/changesets/changesets/commit/c6da182ece2ec40974f15f3efcf9d9ba20cf122b) Thanks [@​TheHolyWaffle](https://togithub.com/TheHolyWaffle)! - Fix an issue with not applying a custom `.prettierrc` configuration with `prettier@>= 3.1.1` - Updated dependencies \[[`c6da182`](https://togithub.com/changesets/changesets/commit/c6da182ece2ec40974f15f3efcf9d9ba20cf122b)]: - [@​changesets/apply-release-plan](https://togithub.com/changesets/apply-release-plan)[@​7](https://togithub.com/7).0.1 - [@​changesets/write](https://togithub.com/changesets/write)[@​0](https://togithub.com/0).3.1
streetsidesoftware/cspell (cspell) ### [`v8.8.4`](https://togithub.com/streetsidesoftware/cspell/blob/HEAD/packages/cspell/CHANGELOG.md#small884-2024-06-03-small) [Compare Source](https://togithub.com/streetsidesoftware/cspell/compare/v8.8.3...v8.8.4) - ci: Fix Lint -- Workflow Bot ([#​5699](https://togithub.com/streetsidesoftware/cspell/issues/5699)) ([211113a](https://togithub.com/streetsidesoftware/cspell/commit/211113a)), closes [#​5699](https://togithub.com/streetsidesoftware/cspell/issues/5699) ### [`v8.8.3`](https://togithub.com/streetsidesoftware/cspell/blob/HEAD/packages/cspell/CHANGELOG.md#small883-2024-05-23-small) [Compare Source](https://togithub.com/streetsidesoftware/cspell/compare/v8.8.2...v8.8.3) - chore: Update Integration Test Performance Data ([#​5663](https://togithub.com/streetsidesoftware/cspell/issues/5663)) ([b605dd3](https://togithub.com/streetsidesoftware/cspell/commit/b605dd3)), closes [#​5663](https://togithub.com/streetsidesoftware/cspell/issues/5663) ### [`v8.8.2`](https://togithub.com/streetsidesoftware/cspell/blob/HEAD/packages/cspell/CHANGELOG.md#small882-2024-05-22-small) [Compare Source](https://togithub.com/streetsidesoftware/cspell/compare/v8.8.1...v8.8.2) - ci: Workflow Bot -- Update ALL Dependencies (main) ([#​5659](https://togithub.com/streetsidesoftware/cspell/issues/5659)) ([5d93673](https://togithub.com/streetsidesoftware/cspell/commit/5d93673)), closes [#​5659](https://togithub.com/streetsidesoftware/cspell/issues/5659) ### [`v8.8.1`](https://togithub.com/streetsidesoftware/cspell/blob/HEAD/packages/cspell/CHANGELOG.md#small881-2024-05-10-small) [Compare Source](https://togithub.com/streetsidesoftware/cspell/compare/v8.8.0...v8.8.1) - chore: Do not stop update if it fails to lint. ([64ba085](https://togithub.com/streetsidesoftware/cspell/commit/64ba085)) ### [`v8.8.0`](https://togithub.com/streetsidesoftware/cspell/blob/HEAD/packages/cspell/CHANGELOG.md#880-2024-05-03) [Compare Source](https://togithub.com/streetsidesoftware/cspell/compare/v8.7.0...v8.8.0) **Note:** Version bump only for package cspell ### [`v8.7.0`](https://togithub.com/streetsidesoftware/cspell/blob/HEAD/packages/cspell/CHANGELOG.md#870-2024-04-10) [Compare Source](https://togithub.com/streetsidesoftware/cspell/compare/v8.6.1...v8.7.0) **Note:** Version bump only for package cspell ### [`v8.6.1`](https://togithub.com/streetsidesoftware/cspell/blob/HEAD/packages/cspell/CHANGELOG.md#861-2024-03-25) [Compare Source](https://togithub.com/streetsidesoftware/cspell/compare/v8.6.0...v8.6.1) **Note:** Version bump only for package cspell
nodejs/node (node) ### [`v20.14.0`](https://togithub.com/nodejs/node/compare/v20.13.1...v20.14.0) [Compare Source](https://togithub.com/nodejs/node/compare/v20.13.1...v20.14.0) ### [`v20.13.1`](https://togithub.com/nodejs/node/releases/tag/v20.13.1): 2024-05-09, Version 20.13.1 'Iron' (LTS), @​marco-ippolito [Compare Source](https://togithub.com/nodejs/node/compare/v20.13.0...v20.13.1) #### 2024-05-09, Version 20.13.1 'Iron' (LTS), [@​marco-ippolito](https://togithub.com/marco-ippolito) ##### Revert "tools: install npm PowerShell scripts on Windows" Due to a regression in the npm installation on Windows, this commit reverts the change that installed npm PowerShell scripts on Windows. ##### Commits - \[[`b7d80802cc`](https://togithub.com/nodejs/node/commit/b7d80802cc)] - ***Revert*** "**tools**: install npm PowerShell scripts on Windows" (marco-ippolito) [#​52897](https://togithub.com/nodejs/node/pull/52897) ### [`v20.13.0`](https://togithub.com/nodejs/node/compare/v20.12.2...v20.13.0) [Compare Source](https://togithub.com/nodejs/node/compare/v20.12.2...v20.13.0) ### [`v20.12.2`](https://togithub.com/nodejs/node/releases/tag/v20.12.2): 2024-04-10, Version 20.12.2 'Iron' (LTS), @​RafaelGSS [Compare Source](https://togithub.com/nodejs/node/compare/v20.12.1...v20.12.2) This is a security release. ##### Notable Changes - CVE-2024-27980 - Command injection via args parameter of `child_process.spawn` without shell option enabled on Windows ##### Commits - \[[`69ffc6d50d`](https://togithub.com/nodejs/node/commit/69ffc6d50d)] - **src**: disallow direct .bat and .cmd file spawning (Ben Noordhuis) [nodejs-private/node-private#563](https://togithub.com/nodejs-private/node-private/pull/563) ### [`v20.12.1`](https://togithub.com/nodejs/node/compare/v20.12.0...v20.12.1) [Compare Source](https://togithub.com/nodejs/node/compare/v20.12.0...v20.12.1) ### [`v20.12.0`](https://togithub.com/nodejs/node/compare/v20.11.1...v20.12.0) [Compare Source](https://togithub.com/nodejs/node/compare/v20.11.1...v20.12.0)
npm/cli (npm) ### [`v10.8.1`](https://togithub.com/npm/cli/blob/HEAD/CHANGELOG.md#1081-2024-05-29) [Compare Source](https://togithub.com/npm/cli/compare/v10.8.0...v10.8.1) ##### Bug Fixes - [`6b55646`](https://togithub.com/npm/cli/commit/6b556468f9d6ed62c681954bfe6ad012315e3b53) [#​7569](https://togithub.com/npm/cli/pull/7569) exec: look in workspace and root for bin entries ([#​7569](https://togithub.com/npm/cli/issues/7569)) ([@​wraithgar](https://togithub.com/wraithgar)) - [`e4c7a41`](https://togithub.com/npm/cli/commit/e4c7a410f590e5c9c81f6410f600181a4deef005) [#​7564](https://togithub.com/npm/cli/pull/7564) publish: skip workspace packages marked private on publish ([#​7564](https://togithub.com/npm/cli/issues/7564)) ([@​milaninfy](https://togithub.com/milaninfy)) - [`8f94ae8`](https://togithub.com/npm/cli/commit/8f94ae8c4d36cd397c53e8dc9f54d4332bf1b847) [#​7556](https://togithub.com/npm/cli/pull/7556) utils/tar: index access while match is null ([#​7555](https://togithub.com/npm/cli/issues/7555)) ([#​7556](https://togithub.com/npm/cli/issues/7556)) ([@​NormanPerrin](https://togithub.com/NormanPerrin)) - [`2d1d8d0`](https://togithub.com/npm/cli/commit/2d1d8d0ef18a10ac7938380884745f1d3c3cb078) [#​7559](https://togithub.com/npm/cli/pull/7559) adds `node:` specifier to all native node modules ([#​7559](https://togithub.com/npm/cli/issues/7559)) ([@​reggi](https://togithub.com/reggi)) - [`7d89b55`](https://togithub.com/npm/cli/commit/7d89b55341160459e0fcd3374c3720d758b16339) [#​7490](https://togithub.com/npm/cli/pull/7490) ci: rm workspace node_modules ([#​7490](https://togithub.com/npm/cli/issues/7490)) ([@​reggi](https://togithub.com/reggi)) - [`9122fb6`](https://togithub.com/npm/cli/commit/9122fb65ac05d793a69f4fdcbd03b59595adf937) [#​7516](https://togithub.com/npm/cli/pull/7516) cache: add both full and minified packument to cache ([#​7516](https://togithub.com/npm/cli/issues/7516)) ([@​milaninfy](https://togithub.com/milaninfy)) - [`9e6686b`](https://togithub.com/npm/cli/commit/9e6686bb965fa6843ea483cb802f14282eabf3e5) [#​7545](https://togithub.com/npm/cli/pull/7545) send proper otp token on web auth ([#​7545](https://togithub.com/npm/cli/issues/7545)) ([@​wraithgar](https://togithub.com/wraithgar)) - [`b1db070`](https://togithub.com/npm/cli/commit/b1db070cb4a497fd91fd61cf197d28b5d47274bb) [#​7534](https://togithub.com/npm/cli/pull/7534) refactor: use output.buffer and set explicit json mode in query ([#​7534](https://togithub.com/npm/cli/issues/7534)) ([@​lukekarrys](https://togithub.com/lukekarrys)) - [`53cda32`](https://togithub.com/npm/cli/commit/53cda32aa35f3a592fb0ddf37e43c028f93ef613) [#​7542](https://togithub.com/npm/cli/pull/7542) refactor ls to use output.buffer for json ([#​7542](https://togithub.com/npm/cli/issues/7542)) ([@​lukekarrys](https://togithub.com/lukekarrys)) - [`61d5771`](https://togithub.com/npm/cli/commit/61d57719e6443978c5e9a91ca7a63397be3065fa) [#​7541](https://togithub.com/npm/cli/pull/7541) remove json.stringify from all commands ([#​7541](https://togithub.com/npm/cli/issues/7541)) ([@​lukekarrys](https://togithub.com/lukekarrys)) - [`4dfc7d2`](https://togithub.com/npm/cli/commit/4dfc7d20b58eaa3d231ef5dc86b9802e1c0d0e68) [#​7540](https://togithub.com/npm/cli/pull/7540) pass strings to JSON.stringify in --json mode ([#​7540](https://togithub.com/npm/cli/issues/7540)) ([@​lukekarrys](https://togithub.com/lukekarrys)) - [`3cefdf6`](https://togithub.com/npm/cli/commit/3cefdf6eaab5bfb4371149f674dc95e9b9c54853) [#​7538](https://togithub.com/npm/cli/pull/7538) outdated: return array for outdated deps from multiple workspaces ([@​lukekarrys](https://togithub.com/lukekarrys)) - [`ef4c975`](https://togithub.com/npm/cli/commit/ef4c975f2784f70ab86a3e7e6e40c99279e5a3e3) [#​7508](https://togithub.com/npm/cli/pull/7508) view: dont immediately exit on first workspace 404 ([#​7508](https://togithub.com/npm/cli/issues/7508)) ([@​lukekarrys](https://togithub.com/lukekarrys)) ##### Documentation - [`fd6479f`](https://togithub.com/npm/cli/commit/fd6479f85b9cf14a23cb4f9a049e0ea68632d8e9) [#​7560](https://togithub.com/npm/cli/pull/7560) update publish docs: dist-tag + publish case ([#​7560](https://togithub.com/npm/cli/issues/7560)) ([@​davidlj95](https://togithub.com/davidlj95)) ##### Dependencies - [`e3f0fd4`](https://togithub.com/npm/cli/commit/e3f0fd45d97569a0d6c2a67e179e4a5f13eb9442) [#​7568](https://togithub.com/npm/cli/pull/7568) `@npmcli/package-json@5.1.1` - [`447a8d7`](https://togithub.com/npm/cli/commit/447a8d7f3124bf9f69453098ce31b56bad20efd7) [#​7566](https://togithub.com/npm/cli/pull/7566) `spdx-license-ids@3.0.18` - [`83fed2e`](https://togithub.com/npm/cli/commit/83fed2e8ec253051d60babdf2b10e2f2c64df318) [#​7566](https://togithub.com/npm/cli/pull/7566) `sigstore@2.3.1` - [`41291ba`](https://togithub.com/npm/cli/commit/41291bab34d3f7351c94e97e89ac1f85b0950188) [#​7566](https://togithub.com/npm/cli/pull/7566) `@sigstore/tuf@2.3.4` - [`18b42a4`](https://togithub.com/npm/cli/commit/18b42a46abdbc26a28f2e16ea74a1812d8de4c4d) [#​7566](https://togithub.com/npm/cli/pull/7566) `glob@10.4.1` - [`5c6759d`](https://togithub.com/npm/cli/commit/5c6759decb00dfbe377c0ad41f85a3222f79a36a) [#​7566](https://togithub.com/npm/cli/pull/7566) `postcss-selector-parser@6.1.0` - [`2508a83`](https://togithub.com/npm/cli/commit/2508a83e6d2936d15c210b9dee41098131ed6aff) [#​7566](https://togithub.com/npm/cli/pull/7566) `is-cidr@5.1.0` - [`6278fe4`](https://togithub.com/npm/cli/commit/6278fe430bb7c3ecfae730f9ea084501e57c0e2c) [#​7566](https://togithub.com/npm/cli/pull/7566) `ini@4.1.3` ### [`v10.8.0`](https://togithub.com/npm/cli/blob/HEAD/CHANGELOG.md#1080-2024-05-15) [Compare Source](https://togithub.com/npm/cli/compare/v10.7.0...v10.8.0) ##### Features - [`1e375c1`](https://togithub.com/npm/cli/commit/1e375c1f8d16ac114b615c2a2f374099345b0b69) [#​7442](https://togithub.com/npm/cli/pull/7442) create exit handler class ([#​7442](https://togithub.com/npm/cli/issues/7442)) ([@​lukekarrys](https://togithub.com/lukekarrys)) ##### Bug Fixes - [`d5c3289`](https://togithub.com/npm/cli/commit/d5c32899b6ffc6254c96f62a06a854bb2c2b95c5) [#​7513](https://togithub.com/npm/cli/pull/7513) refactor: use output buffer and error for more commands ([#​7513](https://togithub.com/npm/cli/issues/7513)) ([@​lukekarrys](https://togithub.com/lukekarrys)) - [`12f103c`](https://togithub.com/npm/cli/commit/12f103ce55ed21c9c04f87a101fb64d55ac02d3c) [#​7533](https://togithub.com/npm/cli/pull/7533) add first param titles to logs where missing ([#​7533](https://togithub.com/npm/cli/issues/7533)) ([@​lukekarrys](https://togithub.com/lukekarrys)) - [`badeac2`](https://togithub.com/npm/cli/commit/badeac28faf9fde5f8c05d235219be840999a646) [#​7521](https://togithub.com/npm/cli/pull/7521) config: use redact on config output ([#​7521](https://togithub.com/npm/cli/issues/7521)) ([@​lukekarrys](https://togithub.com/lukekarrys)) - [`76aef74`](https://togithub.com/npm/cli/commit/76aef7423ab7e47a5f9b73849b47ba029730d75a) [#​7520](https://togithub.com/npm/cli/pull/7520) view: refactor exec and execWorkspaces to call same methods ([#​7520](https://togithub.com/npm/cli/issues/7520)) ([@​lukekarrys](https://togithub.com/lukekarrys)) - [`b54cdb8`](https://togithub.com/npm/cli/commit/b54cdb836d6c4146a1aa8e1a5fe9655ba2ed0a6a) [#​7515](https://togithub.com/npm/cli/pull/7515) refactor: create new error output primitives ([#​7515](https://togithub.com/npm/cli/issues/7515)) ([@​lukekarrys](https://togithub.com/lukekarrys)) - [`e40454c`](https://togithub.com/npm/cli/commit/e40454c35f75b5b814e7b5167c8a8b05664246f3) [#​7506](https://togithub.com/npm/cli/pull/7506) view: dont unwrap arrays in json mode ([#​7506](https://togithub.com/npm/cli/issues/7506)) ([@​lukekarrys](https://togithub.com/lukekarrys)) - [`6f64148`](https://togithub.com/npm/cli/commit/6f6414829fd82704233fbb56375b167495a0aaf5) require stdout to be a TTY for progress ([#​7507](https://togithub.com/npm/cli/issues/7507)) ([@​lukekarrys](https://togithub.com/lukekarrys)) - [`db62910`](https://togithub.com/npm/cli/commit/db6291036f076bf0251b74a504bd5b693c29c4bb) [#​7504](https://togithub.com/npm/cli/pull/7504) config: be more aggressive about hiding protected values ([#​7504](https://togithub.com/npm/cli/issues/7504)) ([@​wraithgar](https://togithub.com/wraithgar)) - [`6d456bb`](https://togithub.com/npm/cli/commit/6d456bba46d6afe1e2cf9464908e6ad99375cb7c) [#​7497](https://togithub.com/npm/cli/pull/7497) dont write log file for completion commands ([#​7497](https://togithub.com/npm/cli/issues/7497)) ([@​lukekarrys](https://togithub.com/lukekarrys)) - [`722c0fa`](https://togithub.com/npm/cli/commit/722c0faa387ae6e35886f08eefb238c03ae85db1) [#​7463](https://togithub.com/npm/cli/pull/7463) limit packument cache size based on heap size ([@​wraithgar](https://togithub.com/wraithgar)) - [`ca1a68d`](https://togithub.com/npm/cli/commit/ca1a68d14d184f2535720ed4715f388965ade21a) [#​7474](https://togithub.com/npm/cli/pull/7474) log if `npm deprecate` does not match any version ([#​7474](https://togithub.com/npm/cli/issues/7474)) ([@​mbtools](https://togithub.com/mbtools)) - [`261ea19`](https://togithub.com/npm/cli/commit/261ea193c96aaa73ce5630e21c6a31de9f19ef5b) [#​7457](https://togithub.com/npm/cli/pull/7457) run input.start around help and openining urls ([@​lukekarrys](https://togithub.com/lukekarrys)) - [`4ab6cf4`](https://togithub.com/npm/cli/commit/4ab6cf4a9e7fca64f95422f4099b33cdbb9efa25) [#​7459](https://togithub.com/npm/cli/pull/7459) publish: validate dist-tag ([#​7459](https://togithub.com/npm/cli/issues/7459)) ([@​reggi](https://togithub.com/reggi)) ##### Documentation - [`b2ce025`](https://togithub.com/npm/cli/commit/b2ce0250e32abaaaf60d895cda210914bdf903ea) [#​7518](https://togithub.com/npm/cli/pull/7518) suggest correct bin entry ([#​7518](https://togithub.com/npm/cli/issues/7518)) ([@​Santoshraj2](https://togithub.com/Santoshraj2)) - [`bdd2aae`](https://togithub.com/npm/cli/commit/bdd2aae12b213815b5d800902b0a9722b263a03c) [#​7502](https://togithub.com/npm/cli/pull/7502) remove obsolete removal using make uninstall ([#​7502](https://togithub.com/npm/cli/issues/7502)) ([@​avinal](https://togithub.com/avinal)) - [`c3d2819`](https://togithub.com/npm/cli/commit/c3d281984ed363ed03d6a7abe083f301c1dd2c88) [#​7496](https://togithub.com/npm/cli/pull/7496) npm help json/global command on windows ([#​7496](https://togithub.com/npm/cli/issues/7496)) ([@​klm-turing](https://togithub.com/klm-turing), [@​lukekarrys](https://togithub.com/lukekarrys)) - [`268303c`](https://togithub.com/npm/cli/commit/268303c3b40551ae558f201841d3d5977769a7c9) [#​7479](https://togithub.com/npm/cli/pull/7479) add npm version to every local help output ([#​7479](https://togithub.com/npm/cli/issues/7479)) ([@​klm-turing](https://togithub.com/klm-turing)) - [`e39d422`](https://togithub.com/npm/cli/commit/e39d422d69c2275ed1e3a606447a9b9d87bdca4f) [#​7473](https://togithub.com/npm/cli/pull/7473) suggest "npm repo" for showing the repo of a package ([#​7473](https://togithub.com/npm/cli/issues/7473)) ([@​full-stop](https://togithub.com/full-stop)) - [`f6fff32`](https://togithub.com/npm/cli/commit/f6fff3295d19b63003cf49eb1c4805f453c5390a) [#​7433](https://togithub.com/npm/cli/pull/7433) clarify what peerDependenciesMeta does ([#​7433](https://togithub.com/npm/cli/issues/7433)) ([@​xuhdev](https://togithub.com/xuhdev), [@​wraithgar](https://togithub.com/wraithgar)) ##### Dependencies - [`1cdc662`](https://togithub.com/npm/cli/commit/1cdc662bd2835531fbe790011a00f88ddb5f6868) [#​7522](https://togithub.com/npm/cli/pull/7522) `@tufjs/repo-mock@2.0.1` - [`898bcfd`](https://togithub.com/npm/cli/commit/898bcfda5c5ac192b2cf5f47d0b939794c1b2164) [#​7522](https://togithub.com/npm/cli/pull/7522) `@sigstore/protobuf-specs@0.3.2` - [`fec3c94`](https://togithub.com/npm/cli/commit/fec3c947d7dcc71071a8f527aa5bd81f47015486) [#​7522](https://togithub.com/npm/cli/pull/7522) `path-scurry@1.11.1` - [`cb85973`](https://togithub.com/npm/cli/commit/cb8597316a8d53815835901ae9d5756d4dc481ea) [#​7522](https://togithub.com/npm/cli/pull/7522) `glob@10.3.15` - [`e189873`](https://togithub.com/npm/cli/commit/e18987371399f508cb224e159987b10ddb922bb8) [#​7498](https://togithub.com/npm/cli/pull/7498) `@sigstore/sign@2.3.1` - [`c2b28f9`](https://togithub.com/npm/cli/commit/c2b28f9d6cba12e88f849e5b4a82607e2c218a16) [#​7498](https://togithub.com/npm/cli/pull/7498) `minipass@7.1.1` - [`9064ffc`](https://togithub.com/npm/cli/commit/9064ffc6c85309de2e9e798fdc6caca209f5fa18) [#​7498](https://togithub.com/npm/cli/pull/7498) `@sigstore/tuf@2.3.3` - [`fd42986`](https://togithub.com/npm/cli/commit/fd429866c79cc001979135857c019d7d2873f291) [#​7498](https://togithub.com/npm/cli/pull/7498) `@npmcli/fs@3.1.1` - [`4e53e33`](https://togithub.com/npm/cli/commit/4e53e33757c88ca9c413e3943b17e0cb246e955c) [#​7498](https://togithub.com/npm/cli/pull/7498) `semver@7.6.2` - [`f078c82`](https://togithub.com/npm/cli/commit/f078c8224f6775d53da98f310531524c616e6099) [#​7495](https://togithub.com/npm/cli/pull/7495) `glob@10.3.14` - [`58f773c`](https://togithub.com/npm/cli/commit/58f773c99742ef55ac2a9eca23c27b32800c2cf1) [#​7495](https://togithub.com/npm/cli/pull/7495) `path-scurry@1.11.0` - [`ea0b07d`](https://togithub.com/npm/cli/commit/ea0b07da149767265f11d5d77d2156e2c9f43e63) [#​7482](https://togithub.com/npm/cli/pull/7482) `pacote@18.0.6` - [`8d161a4`](https://togithub.com/npm/cli/commit/8d161a414160dab7a930b1668c3af3ba280e8532) [#​7482](https://togithub.com/npm/cli/pull/7482) `semver@7.6.1` - [`5b2317b`](https://togithub.com/npm/cli/commit/5b2317b472342428c6521d7b0d550d0fcc9bb202) [#​7463](https://togithub.com/npm/cli/pull/7463) add lru-cache - [`26fefb8`](https://togithub.com/npm/cli/commit/26fefb82b3bd812009b8b627e3c19032a931aade) [#​7480](https://togithub.com/npm/cli/pull/7480) `promzard@1.0.2` - [`2146e1f`](https://togithub.com/npm/cli/commit/2146e1f83ae94debecfaf08ef32e319c02223c12) [#​7480](https://togithub.com/npm/cli/pull/7480) `npm-bundled@3.0.1` - [`ff6c5d1`](https://togithub.com/npm/cli/commit/ff6c5d161b52e8961e0c2ebf0467bc1382ef72d2) [#​7480](https://togithub.com/npm/cli/pull/7480) `minipass-fetch@3.0.5` - [`419f9b9`](https://togithub.com/npm/cli/commit/419f9b9d9d6806d56b68d96bd50f7d25274a8f48) [#​7480](https://togithub.com/npm/cli/pull/7480) `cmd-shim@6.0.3` - [`dade2c8`](https://togithub.com/npm/cli/commit/dade2c88d23289d57351d614feaa876d9e1e17f4) [#​7480](https://togithub.com/npm/cli/pull/7480) `minipass@7.1.0` - [`18e5312`](https://togithub.com/npm/cli/commit/18e53129f0f3a19725e377b336336aa85ade3ba5) [#​7480](https://togithub.com/npm/cli/pull/7480) `validate-npm-package-name@5.0.1` - [`d440011`](https://togithub.com/npm/cli/commit/d44001164f66d15daa3fd27da004194478b7c99c) [#​7480](https://togithub.com/npm/cli/pull/7480) `npm-user-validate@2.0.1` - [`552113e`](https://togithub.com/npm/cli/commit/552113e7a663efdcebfcbcc6148b1d51be55596b) [#​7480](https://togithub.com/npm/cli/pull/7480) `ignore-walk@6.0.5` - [`7e15b6d`](https://togithub.com/npm/cli/commit/7e15b6d56abbf47456c12fa2d5688d5d187a0ae7) [#​7480](https://togithub.com/npm/cli/pull/7480) `@npmcli/metavuln-calculator@7.1.1` - [`8b20f8c`](https://togithub.com/npm/cli/commit/8b20f8c8ba70e43ad222538fc396dedb071b1680) [#​7480](https://togithub.com/npm/cli/pull/7480) `ssri@10.0.6` - [`a9a6dcd`](https://togithub.com/npm/cli/commit/a9a6dcd4427ec82e491a2cad5672d8183e12180f) [#​7480](https://togithub.com/npm/cli/pull/7480) `pacote@18.0.5` - [`e2fdb65`](https://togithub.com/npm/cli/commit/e2fdb651cda9ec603f009f5713a5a2b489d49e15) [#​7480](https://togithub.com/npm/cli/pull/7480) `npm-pick-manifest@9.0.1` - [`310a7a5`](https://togithub.com/npm/cli/commit/310a7a5583d14da761d38b7421ebb6cee65600b6) [#​7480](https://togithub.com/npm/cli/pull/7480) `normalize-package-data@6.0.1` - [`e71f541`](https://togithub.com/npm/cli/commit/e71f541b020de7940faccffab68d0255c4079e1a) [#​7480](https://togithub.com/npm/cli/pull/7480) `nopt@7.2.1` - [`18c3b40`](https://togithub.com/npm/cli/commit/18c3b4058c7f721ff585de2f2766e53da897e16e) [#​7480](https://togithub.com/npm/cli/pull/7480) `json-parse-even-better-errors@3.0.2` - [`4c5bf77`](https://togithub.com/npm/cli/commit/4c5bf77af6db3b447f9b9abc3b67b211d7bb82b8) [#​7480](https://togithub.com/npm/cli/pull/7480) `init-package-json@6.0.3` - [`714e3e1`](https://togithub.com/npm/cli/commit/714e3e1e1ce014cba71db41c2d6c02d9dd53fcd3) [#​7480](https://togithub.com/npm/cli/pull/7480) `hosted-git-info@7.0.2` - [`f94d672`](https://togithub.com/npm/cli/commit/f94d6726a6ca96cad0da88ea499fa22f35b7c4c0) [#​7480](https://togithub.com/npm/cli/pull/7480) `cacache@18.0.3` - [`43331e4`](https://togithub.com/npm/cli/commit/43331e4d0647c3af4cc2aa3db8b47d797584a6d8) [#​7480](https://togithub.com/npm/cli/pull/7480) `bin-links@4.0.4` - [`8234412`](https://togithub.com/npm/cli/commit/823441219ce63d7863aede8b22b4b1d07021fd22) [#​7480](https://togithub.com/npm/cli/pull/7480) `@npmcli/promise-spawn@7.0.2` - [`6dfaebb`](https://togithub.com/npm/cli/commit/6dfaebb8f08acf992ac36faf4db8b650e8e55eae) [#​7480](https://togithub.com/npm/cli/pull/7480) `@npmcli/git@5.0.7` - [`63ef498`](https://togithub.com/npm/cli/commit/63ef498bf2916a882a92c0b9fe6de6728584694a) [#​7457](https://togithub.com/npm/cli/pull/7457) `npm-registry-fetch@17.0.1` - [`4cbc2d4`](https://togithub.com/npm/cli/commit/4cbc2d402174933052c7addd6ea55b1ecee202c5) [#​7457](https://togithub.com/npm/cli/pull/7457) `npm-profile@10.0.0` ### [`v10.7.0`](https://togithub.com/npm/cli/blob/HEAD/CHANGELOG.md#1070-2024-04-30) [Compare Source](https://togithub.com/npm/cli/compare/v10.6.0...v10.7.0) ##### Features - [`7e349f4`](https://togithub.com/npm/cli/commit/7e349f45363bb8dbe1cc803f8b48befc01aae7fd) [#​7432](https://togithub.com/npm/cli/pull/7432) add spinner ([#​7432](https://togithub.com/npm/cli/issues/7432)) ([@​lukekarrys](https://togithub.com/lukekarrys)) ##### Bug Fixes - [`d679ce8`](https://togithub.com/npm/cli/commit/d679ce80fd9b761b2323777ec5cd84ebc5c164fe) [#​7449](https://togithub.com/npm/cli/pull/7449) linting: no-unused-vars ([@​wraithgar](https://togithub.com/wraithgar)) - [`2558283`](https://togithub.com/npm/cli/commit/25582837b0ebb8c2de2932c04224332b11d0e1d5) [#​7450](https://togithub.com/npm/cli/pull/7450) powershell: fallback to script root if globalPrefix does not exist ([#​7450](https://togithub.com/npm/cli/issues/7450)) ([@​lukekarrys](https://togithub.com/lukekarrys)) - [`bc4c342`](https://togithub.com/npm/cli/commit/bc4c3426c35201baff7230c2b3beee2cf5936296) [#​7448](https://togithub.com/npm/cli/pull/7448) account for registries with no publisher in search ([#​7448](https://togithub.com/npm/cli/issues/7448)) ([@​wraithgar](https://togithub.com/wraithgar)) - [`bcc781a`](https://togithub.com/npm/cli/commit/bcc781abf10b46aa5b04da996fc4602524be9b0e) [#​7439](https://togithub.com/npm/cli/pull/7439) move run-script banners to stderr when in json mode ([#​7439](https://togithub.com/npm/cli/issues/7439)) ([@​lukekarrys](https://togithub.com/lukekarrys)) - [`104fcb5`](https://togithub.com/npm/cli/commit/104fcb53282653a1c5610a6590afecc207920a6b) [#​7438](https://togithub.com/npm/cli/pull/7438) remove doctor log for each file permission check ([#​7438](https://togithub.com/npm/cli/issues/7438)) ([@​lukekarrys](https://togithub.com/lukekarrys)) - [`5230647`](https://togithub.com/npm/cli/commit/52306473da03123ef5623e9e152e10285c8097f3) [#​7422](https://togithub.com/npm/cli/pull/7422) rewrite powershell scripts to use PSScriptRoot ([#​7422](https://togithub.com/npm/cli/issues/7422)) ([@​lukekarrys](https://togithub.com/lukekarrys)) - [`71cbd91`](https://togithub.com/npm/cli/commit/71cbd91b6f01875a99eeae989ea67489bdd0178d) [#​7421](https://togithub.com/npm/cli/pull/7421) hide banner for exec and explore ([#​7421](https://togithub.com/npm/cli/issues/7421)) ([@​lukekarrys](https://togithub.com/lukekarrys)) - [`57ebebf`](https://togithub.com/npm/cli/commit/57ebebf03d55d4eda2b6439149a97b595a191aaf) [#​7418](https://togithub.com/npm/cli/pull/7418) update repository.url in package.json ([#​7418](https://togithub.com/npm/cli/issues/7418)) ([@​wraithgar](https://togithub.com/wraithgar)) ##### Documentation - [`1674136`](https://togithub.com/npm/cli/commit/1674136bc14b0f708bb01f75d65474346c863bd9) [#​7441](https://togithub.com/npm/cli/pull/7441) correct search help output ([#​7441](https://togithub.com/npm/cli/issues/7441)) ([@​wraithgar](https://togithub.com/wraithgar)) ##### Dependencies - [`80eec03`](https://togithub.com/npm/cli/commit/80eec03462e5747cb4434d43aff25939826b7850) [#​7453](https://togithub.com/npm/cli/pull/7453) `@npmcli/redact@2.0.0` - [`a7145d4`](https://togithub.com/npm/cli/commit/a7145d422485fcbcb9427efa775c15180c7ee1c2) [#​7453](https://togithub.com/npm/cli/pull/7453) `npm-registry-fetch@17.0.0` - [`a785766`](https://togithub.com/npm/cli/commit/a785766325141335cde39d43eb631062e32d6605) [#​7453](https://togithub.com/npm/cli/pull/7453) `pacote@18.0.3` - [`65d76db`](https://togithub.com/npm/cli/commit/65d76dbd2fb11c83141302500ec4a3f5128ff12f) [#​7453](https://togithub.com/npm/cli/pull/7453) `npm-profile@9.0.2` - [`cadc0f0`](https://togithub.com/npm/cli/commit/cadc0f0cad8909755ae8ac72f2dd5802a0d34943) [#​7449](https://togithub.com/npm/cli/pull/7449) hoist production copy of sprintf-js - [`2cffdfe`](https://togithub.com/npm/cli/commit/2cffdfef45b9a13d189f5059cc69fc7319620fda) [#​7449](https://togithub.com/npm/cli/pull/7449) `lru-cache@10.2.2` - [`432efb5`](https://togithub.com/npm/cli/commit/432efb5ee313ac5bd08642a9cef2b7c52da23ea9) [#​7449](https://togithub.com/npm/cli/pull/7449) `make-fetch-happen@13.0.1` - [`9da5738`](https://togithub.com/npm/cli/commit/9da57388ebd5c643c2a95bbf63abc745cad45ccc) [#​7437](https://togithub.com/npm/cli/pull/7437) `@npmcli/run-script@8.1.0` ([#​7437](https://togithub.com/npm/cli/issues/7437)) - [`762888a`](https://togithub.com/npm/cli/commit/762888a3b603704c7c53a94a704b8a7f3edea918) [#​7429](https://togithub.com/npm/cli/pull/7429) update dependencies for workspaces ([#​7429](https://togithub.com/npm/cli/issues/7429)) - [workspace](https://togithub.com/npm/cli/releases/tag/arborist-v7.5.1): `@npmcli/arborist@7.5.1` - [workspace](https://togithub.com/npm/cli/releases/tag/config-v8.3.1): `@npmcli/config@8.3.1` - [workspace](https://togithub.com/npm/cli/releases/tag/libnpmaccess-v8.0.5): `libnpmaccess@8.0.5` - [workspace](https://togithub.com/npm/cli/releases/tag/libnpmdiff-v6.1.1): `libnpmdiff@6.1.1` - [workspace](https://togithub.com/npm/cli/releases/tag/libnpmexec-v8.1.0): `libnpmexec@8.1.0` - [workspace](https://togithub.com/npm/cli/releases/tag/libnpmfund-v5.0.9): `libnpmfund@5.0.9` - [workspace](https://togithub.com/npm/cli/releases/tag/libnpmhook-v10.0.4): `libnpmhook@10.0.4` - [workspace](https://togithub.com/npm/cli/releases/tag/libnpmorg-v6.0.5): `libnpmorg@6.0.5` - [workspace](https://togithub.com/npm/cli/releases/tag/libnpmpack-v7.0.1): `libnpmpack@7.0.1` - [workspace](https://togithub.com/npm/cli/releases/tag/libnpmpublish-v9.0.7): `libnpmpublish@9.0.7` - [workspace](https://togithub.com/npm/cli/releases/tag/libnpmsearch-v7.0.4): `libnpmsearch@7.0.4` - [workspace](https://togithub.com/npm/cli/releases/tag/libnpmteam-v6.0.4): `libnpmteam@6.0.4` - [workspace](https://togithub.com/npm/cli/releases/tag/libnpmversion-v6.0.1): `libnpmversion@6.0.1` ##### Chores - [`356c374`](https://togithub.com/npm/cli/commit/356c374817711845719902184547e1e0ac359b22) [#​7453](https://togithub.com/npm/cli/pull/7453) fix test fixture for new redact behavior ([@​wraithgar](https://togithub.com/wraithgar)) - [`2fba4b7`](https://togithub.com/npm/cli/commit/2fba4b7b6218900fd895daf5218682edeb4253a4) [#​7449](https://togithub.com/npm/cli/pull/7449) update devDependencies in lockfile ([@​wraithgar](https://togithub.com/wraithgar)) ### [`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)) -

Configuration

📅 Schedule: 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.



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

codesandbox-ci[bot] commented 6 months ago

This pull request is automatically built and testable in CodeSandbox.

To see build info of the built libraries, click here or the icon next to each commit SHA.