From 9c97a90a0afb84355e158a4704b4e8369defe73e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 3 Aug 2022 15:38:56 +0000 Subject: [PATCH 1/2] chore(latest): release libnpmexec 4.0.9 --- workspaces/libnpmexec/CHANGELOG.md | 17 +++++++++++++++++ workspaces/libnpmexec/package.json | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/workspaces/libnpmexec/CHANGELOG.md b/workspaces/libnpmexec/CHANGELOG.md index de5bd563340f1..8003ca3d4fa08 100644 --- a/workspaces/libnpmexec/CHANGELOG.md +++ b/workspaces/libnpmexec/CHANGELOG.md @@ -1,5 +1,22 @@ # Changelog +## [4.0.9](https://github.com/npm/cli/compare/libnpmexec-v4.0.8...libnpmexec-v4.0.9) (2022-08-03) + + +### Bug Fixes + +* fix exec tests and clean up workspace-location-msg ([3b30af2](https://github.com/npm/cli/commit/3b30af25e93665f5aa21897910a65d7f26bbd066)) +* properly find and run global scoped packages ([#5250](https://github.com/npm/cli/issues/5250)) ([19a8346](https://github.com/npm/cli/commit/19a834610d154f36748536b27aed13bfdb5ee748)) +* properly find locally/globally/npxCache packages ([ea44995](https://github.com/npm/cli/commit/ea449954844f21abbf984e09e421f0e03485a535)) +* use binPaths ([19f1497](https://github.com/npm/cli/commit/19f1497322411f1566885bd53e63dc39f0df27ea)) + + +### Dependencies + +* @npmcli/run-script@4.2.0 ([d0be9a2](https://github.com/npm/cli/commit/d0be9a2bb53e74b30e13751afd1f6924990c8422)) +* add @npmcli/fs@2.1.1 ([c18dbc4](https://github.com/npm/cli/commit/c18dbc4393491e02532d698351747307848d2e20)) +* add semver@7.3.7 ([cd6bafd](https://github.com/npm/cli/commit/cd6bafdfbbd7a054709c11850b58f7dbc26eb8da)) + ## [4.0.8](https://github.com/npm/cli/compare/libnpmexec-v4.0.7...libnpmexec-v4.0.8) (2022-06-23) diff --git a/workspaces/libnpmexec/package.json b/workspaces/libnpmexec/package.json index 349e82715f9af..9fcb0b2016784 100644 --- a/workspaces/libnpmexec/package.json +++ b/workspaces/libnpmexec/package.json @@ -1,6 +1,6 @@ { "name": "libnpmexec", - "version": "4.0.8", + "version": "4.0.9", "files": [ "bin/", "lib/" From 429e08c50aaa0e836ffa67738a1a6098ea529c1b Mon Sep 17 00:00:00 2001 From: npm CLI robot Date: Wed, 3 Aug 2022 15:39:25 +0000 Subject: [PATCH 2/2] deps: libnpmexec@4.0.9 --- package-lock.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package-lock.json b/package-lock.json index 5df46ecca633a..68de23f088658 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10131,7 +10131,7 @@ } }, "workspaces/libnpmexec": { - "version": "4.0.8", + "version": "4.0.9", "license": "ISC", "dependencies": { "@npmcli/arborist": "^5.0.0",