From ccfa8a0cb2a72f8525cdb19f61012aff153ab6a0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 22 Jun 2024 03:48:13 -0500 Subject: [PATCH 1/5] chore(dev-deps): bump @types/node from 18.19.34 to 18.19.39 (#178) Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 18.19.34 to 18.19.39. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- yarn.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/yarn.lock b/yarn.lock index 2b69182..e7d97b3 100644 --- a/yarn.lock +++ b/yarn.lock @@ -919,9 +919,9 @@ integrity sha512-qjd88DrCxupx/kJD5yQgZdcYKZKSIGBVDIBE1/LTGcNm3d2Np/jxojkdePDdfnBHJc5W7vSMpbJ1aB7p/Py69A== "@types/node@^18": - version "18.19.34" - resolved "https://registry.yarnpkg.com/@types/node/-/node-18.19.34.tgz#c3fae2bbbdb94b4a52fe2d229d0dccce02ef3d27" - integrity sha512-eXF4pfBNV5DAMKGbI02NnDtWrQ40hAN558/2vvS4gMpMIxaf6JmD7YjnZbq0Q9TDSSkKBamime8ewRoomHdt4g== + version "18.19.39" + resolved "https://registry.yarnpkg.com/@types/node/-/node-18.19.39.tgz#c316340a5b4adca3aee9dcbf05de385978590593" + integrity sha512-nPwTRDKUctxw3di5b4TfT3I0sWDiWoPQCZjXhvdkINntwr8lcoVCKsTgnXeRubKIlfnV+eN/HYk6Jb40tbcEAQ== dependencies: undici-types "~5.26.4" From 43fcf436d88ae7c3de25ffc698ab5f4506e0ab82 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 22 Jun 2024 06:48:12 -0500 Subject: [PATCH 2/5] fix(deps): bump @oclif/plugin-help from 6.2.2 to 6.2.3 (#177) Bumps [@oclif/plugin-help](https://github.com/oclif/plugin-help) from 6.2.2 to 6.2.3. - [Release notes](https://github.com/oclif/plugin-help/releases) - [Changelog](https://github.com/oclif/plugin-help/blob/main/CHANGELOG.md) - [Commits](https://github.com/oclif/plugin-help/compare/6.2.2...6.2.3) --- updated-dependencies: - dependency-name: "@oclif/plugin-help" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- yarn.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/yarn.lock b/yarn.lock index e7d97b3..4421069 100644 --- a/yarn.lock +++ b/yarn.lock @@ -582,9 +582,9 @@ "@oclif/core" "^2.15.0" "@oclif/plugin-help@^6": - version "6.2.2" - resolved "https://registry.yarnpkg.com/@oclif/plugin-help/-/plugin-help-6.2.2.tgz#d782f273693b19b6d78e7fbf696641d4ddfd8576" - integrity sha512-2n3QCeq0eaWR/RfwGaJ8LMbparsGktc63WNQfjBFLfGm7VLv3tR5JNYaUrMmL3zUd3emw1SObVXmH6oY0NPEnA== + version "6.2.3" + resolved "https://registry.yarnpkg.com/@oclif/plugin-help/-/plugin-help-6.2.3.tgz#09e54a1816fe7c2ef02c8a40c59afc7754a6eaca" + integrity sha512-ogaCD2i6dmEgrrIKG8iV42o/s45EG53Q+dW/zeEhL8It9UdVDooXjXkZLPSyRS+CyrbK3it8Mwh08DrJxjZiqQ== dependencies: "@oclif/core" "^4" From 99683905488e84c85acd2b8c1f1d836b86e24bbc Mon Sep 17 00:00:00 2001 From: svc-cli-bot Date: Sat, 22 Jun 2024 11:49:55 +0000 Subject: [PATCH 3/5] chore(release): 0.7.8 [skip ci] --- CHANGELOG.md | 9 +++++++++ README.md | 6 +++--- package.json | 2 +- 3 files changed, 13 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a2d3a7c..f3fd2e5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [0.7.8](https://github.com/oclif/plugin-test-esm-2/compare/0.7.7...0.7.8) (2024-06-22) + + +### Bug Fixes + +* **deps:** bump @oclif/plugin-help from 6.2.2 to 6.2.3 ([#177](https://github.com/oclif/plugin-test-esm-2/issues/177)) ([43fcf43](https://github.com/oclif/plugin-test-esm-2/commit/43fcf436d88ae7c3de25ffc698ab5f4506e0ab82)) + + + ## [0.7.7](https://github.com/oclif/plugin-test-esm-2/compare/0.7.6...0.7.7) (2024-06-16) diff --git a/README.md b/README.md index b454193..4d592fb 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ $ npm install -g @oclif/plugin-test-esm-2 $ esm2 COMMAND running command... $ esm2 (--version) -@oclif/plugin-test-esm-2/0.7.7 linux-x64 node-v18.20.3 +@oclif/plugin-test-esm-2/0.7.8 linux-x64 node-v18.20.3 $ esm2 --help [COMMAND] USAGE $ esm2 COMMAND @@ -50,7 +50,7 @@ FLAGS --optionalString= ``` -_See code: [src/commands/esm2.ts](https://github.com/oclif/plugin-test-esm-2/blob/0.7.7/src/commands/esm2.ts)_ +_See code: [src/commands/esm2.ts](https://github.com/oclif/plugin-test-esm-2/blob/0.7.8/src/commands/esm2.ts)_ ## `esm2 help [COMMAND]` @@ -70,7 +70,7 @@ DESCRIPTION Display help for esm2. ``` -_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/6.2.2/src/commands/help.ts)_ +_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/6.2.3/src/commands/help.ts)_ ## `esm2 plugins` diff --git a/package.json b/package.json index 4297d74..3ecee9a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@oclif/plugin-test-esm-2", - "version": "0.7.7", + "version": "0.7.8", "description": "Test ESM plugin", "author": "Salesforce", "bin": { From be813161dbe8f00ceeca4501d9dca9cf54fd185b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 22 Jun 2024 21:49:53 -0500 Subject: [PATCH 4/5] fix(deps): bump @oclif/plugin-plugins from 5.3.1 to 5.3.2 (#176) Bumps [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins) from 5.3.1 to 5.3.2. - [Release notes](https://github.com/oclif/plugin-plugins/releases) - [Changelog](https://github.com/oclif/plugin-plugins/blob/main/CHANGELOG.md) - [Commits](https://github.com/oclif/plugin-plugins/compare/5.3.1...5.3.2) --- updated-dependencies: - dependency-name: "@oclif/plugin-plugins" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- yarn.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/yarn.lock b/yarn.lock index 4421069..b0a0979 100644 --- a/yarn.lock +++ b/yarn.lock @@ -598,9 +598,9 @@ fast-levenshtein "^3.0.0" "@oclif/plugin-plugins@^5": - version "5.3.1" - resolved "https://registry.yarnpkg.com/@oclif/plugin-plugins/-/plugin-plugins-5.3.1.tgz#3bc9c043af2b970de695bf38dda881d1b2e13754" - integrity sha512-llfT+/zy+8xWf/djgC6DFJwSxvrz6bH22lf72B/75N9OQZhDRSy/PGn3KxEnYQ4DOdleG6TlWNKq5y8lCjICPQ== + version "5.3.2" + resolved "https://registry.yarnpkg.com/@oclif/plugin-plugins/-/plugin-plugins-5.3.2.tgz#04977954dc66a4004e6d9f905b9c79b222fbae1d" + integrity sha512-jdaRfNBQmFgCP0xXWJqSntxnO3TJtIa0IRSLO1ZQsjzuclldH00/XG0ZdRUS24KNU78XBVkuQ4h3sTSlFHqBeQ== dependencies: "@oclif/core" "^4" ansis "^3.2.0" From c3e644682a5cd855f33e86671a8bc329f4d9e659 Mon Sep 17 00:00:00 2001 From: svc-cli-bot Date: Sun, 23 Jun 2024 02:50:34 +0000 Subject: [PATCH 5/5] chore(release): 0.7.9 [skip ci] --- CHANGELOG.md | 9 +++++++++ README.md | 18 +++++++++--------- package.json | 2 +- 3 files changed, 19 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f3fd2e5..c8848dc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [0.7.9](https://github.com/oclif/plugin-test-esm-2/compare/0.7.8...0.7.9) (2024-06-23) + + +### Bug Fixes + +* **deps:** bump @oclif/plugin-plugins from 5.3.1 to 5.3.2 ([#176](https://github.com/oclif/plugin-test-esm-2/issues/176)) ([be81316](https://github.com/oclif/plugin-test-esm-2/commit/be813161dbe8f00ceeca4501d9dca9cf54fd185b)) + + + ## [0.7.8](https://github.com/oclif/plugin-test-esm-2/compare/0.7.7...0.7.8) (2024-06-22) diff --git a/README.md b/README.md index 4d592fb..3bc259b 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ $ npm install -g @oclif/plugin-test-esm-2 $ esm2 COMMAND running command... $ esm2 (--version) -@oclif/plugin-test-esm-2/0.7.8 linux-x64 node-v18.20.3 +@oclif/plugin-test-esm-2/0.7.9 linux-x64 node-v18.20.3 $ esm2 --help [COMMAND] USAGE $ esm2 COMMAND @@ -50,7 +50,7 @@ FLAGS --optionalString= ``` -_See code: [src/commands/esm2.ts](https://github.com/oclif/plugin-test-esm-2/blob/0.7.8/src/commands/esm2.ts)_ +_See code: [src/commands/esm2.ts](https://github.com/oclif/plugin-test-esm-2/blob/0.7.9/src/commands/esm2.ts)_ ## `esm2 help [COMMAND]` @@ -93,7 +93,7 @@ EXAMPLES $ esm2 plugins ``` -_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.3.1/src/commands/plugins/index.ts)_ +_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.3.2/src/commands/plugins/index.ts)_ ## `esm2 plugins:inspect PLUGIN...` @@ -120,7 +120,7 @@ EXAMPLES $ esm2 plugins inspect myplugin ``` -_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.3.1/src/commands/plugins/inspect.ts)_ +_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.3.2/src/commands/plugins/inspect.ts)_ ## `esm2 plugins install PLUGIN` @@ -169,7 +169,7 @@ EXAMPLES $ esm2 plugins install someuser/someplugin ``` -_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.3.1/src/commands/plugins/install.ts)_ +_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.3.2/src/commands/plugins/install.ts)_ ## `esm2 plugins link PATH` @@ -199,7 +199,7 @@ EXAMPLES $ esm2 plugins link myplugin ``` -_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.3.1/src/commands/plugins/link.ts)_ +_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.3.2/src/commands/plugins/link.ts)_ ## `esm2 plugins reset` @@ -214,7 +214,7 @@ FLAGS --reinstall Reinstall all plugins after uninstalling. ``` -_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.3.1/src/commands/plugins/reset.ts)_ +_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.3.2/src/commands/plugins/reset.ts)_ ## `esm2 plugins uninstall [PLUGIN]` @@ -242,7 +242,7 @@ EXAMPLES $ esm2 plugins uninstall myplugin ``` -_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.3.1/src/commands/plugins/uninstall.ts)_ +_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.3.2/src/commands/plugins/uninstall.ts)_ ## `esm2 plugins update` @@ -260,5 +260,5 @@ DESCRIPTION Update installed plugins. ``` -_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.3.1/src/commands/plugins/update.ts)_ +_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.3.2/src/commands/plugins/update.ts)_ diff --git a/package.json b/package.json index 3ecee9a..53c588e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@oclif/plugin-test-esm-2", - "version": "0.7.8", + "version": "0.7.9", "description": "Test ESM plugin", "author": "Salesforce", "bin": {