From 4c32679951b1899b35f1a180934634b167758014 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 17 Oct 2024 13:16:40 +0200 Subject: [PATCH] Version Packages (#227) Co-authored-by: github-actions[bot] --- .changeset/olive-tomatoes-provide.md | 5 ----- .changeset/rare-moles-kiss.md | 5 ----- .changeset/rude-geckos-happen.md | 5 ----- .changeset/soft-numbers-shout.md | 5 ----- .changeset/spicy-hornets-beam.md | 5 ----- .changeset/spotty-planets-grin.md | 5 ----- .changeset/thick-panthers-smile.md | 5 ----- packages/cli/CHANGELOG.md | 18 ++++++++++++++++++ packages/cli/package.json | 2 +- 9 files changed, 19 insertions(+), 36 deletions(-) delete mode 100644 .changeset/olive-tomatoes-provide.md delete mode 100644 .changeset/rare-moles-kiss.md delete mode 100644 .changeset/rude-geckos-happen.md delete mode 100644 .changeset/soft-numbers-shout.md delete mode 100644 .changeset/spicy-hornets-beam.md delete mode 100644 .changeset/spotty-planets-grin.md delete mode 100644 .changeset/thick-panthers-smile.md diff --git a/.changeset/olive-tomatoes-provide.md b/.changeset/olive-tomatoes-provide.md deleted file mode 100644 index 068f1ba..0000000 --- a/.changeset/olive-tomatoes-provide.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@manypkg/cli": minor ---- - -Upgraded `package-json`, `semver` and `sembear` dependencies. diff --git a/.changeset/rare-moles-kiss.md b/.changeset/rare-moles-kiss.md deleted file mode 100644 index 3de79d5..0000000 --- a/.changeset/rare-moles-kiss.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@manypkg/cli": minor ---- - -Replace `chalk` with `picocolors` diff --git a/.changeset/rude-geckos-happen.md b/.changeset/rude-geckos-happen.md deleted file mode 100644 index 0aa06b2..0000000 --- a/.changeset/rude-geckos-happen.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@manypkg/cli": minor ---- - -Remove the `find-up` dependency. diff --git a/.changeset/soft-numbers-shout.md b/.changeset/soft-numbers-shout.md deleted file mode 100644 index aba4def..0000000 --- a/.changeset/soft-numbers-shout.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@manypkg/cli": minor ---- - -Node.js version requirement raised to `>= 18.0.0` diff --git a/.changeset/spicy-hornets-beam.md b/.changeset/spicy-hornets-beam.md deleted file mode 100644 index 32fbcb6..0000000 --- a/.changeset/spicy-hornets-beam.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@manypkg/cli": minor ---- - -Replace `spawndamnit` with `tinyexec` for fewer dependencies diff --git a/.changeset/spotty-planets-grin.md b/.changeset/spotty-planets-grin.md deleted file mode 100644 index 22936e0..0000000 --- a/.changeset/spotty-planets-grin.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@manypkg/cli": minor ---- - -Update `validate-npm-package-name` to `5.0.1` to remove one transitive dependency. diff --git a/.changeset/thick-panthers-smile.md b/.changeset/thick-panthers-smile.md deleted file mode 100644 index 0576ac1..0000000 --- a/.changeset/thick-panthers-smile.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@manypkg/cli": minor ---- - -Replace `fs-extra` with native `node:fs/promises` diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index 211bfd5..4de33d5 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -1,5 +1,23 @@ # @manypkg/cli +## 0.22.0 + +### Minor Changes + +- [#231](https://github.com/Thinkmill/manypkg/pull/231) [`aeb50f5`](https://github.com/Thinkmill/manypkg/commit/aeb50f53bae8c241792593d170547a788dbd86c9) Thanks [@VanTanev](https://github.com/VanTanev)! - Upgraded `package-json`, `semver` and `sembear` dependencies. + +- [#226](https://github.com/Thinkmill/manypkg/pull/226) [`2fafd9a`](https://github.com/Thinkmill/manypkg/commit/2fafd9a9f4fce590ad37b1b1e2286ff6f2db725e) Thanks [@VanTanev](https://github.com/VanTanev)! - Replace `chalk` with `picocolors` + +- [#228](https://github.com/Thinkmill/manypkg/pull/228) [`1cbdcb9`](https://github.com/Thinkmill/manypkg/commit/1cbdcb9d9905392cc90ff16111f4d6fc4722b90a) Thanks [@VanTanev](https://github.com/VanTanev)! - Remove the `find-up` dependency. + +- [#231](https://github.com/Thinkmill/manypkg/pull/231) [`aeb50f5`](https://github.com/Thinkmill/manypkg/commit/aeb50f53bae8c241792593d170547a788dbd86c9) Thanks [@VanTanev](https://github.com/VanTanev)! - Node.js version requirement raised to `>= 18.0.0` + +- [#224](https://github.com/Thinkmill/manypkg/pull/224) [`3c3198a`](https://github.com/Thinkmill/manypkg/commit/3c3198a4a0f51cdbb09be996f4c2ed78fa5ce2a1) Thanks [@VanTanev](https://github.com/VanTanev)! - Replace `spawndamnit` with `tinyexec` for fewer dependencies + +- [#229](https://github.com/Thinkmill/manypkg/pull/229) [`4a835ed`](https://github.com/Thinkmill/manypkg/commit/4a835ed40fe40b046810b60c00d918a5aa36dfc8) Thanks [@VanTanev](https://github.com/VanTanev)! - Update `validate-npm-package-name` to `5.0.1` to remove one transitive dependency. + +- [#225](https://github.com/Thinkmill/manypkg/pull/225) [`d0f4d92`](https://github.com/Thinkmill/manypkg/commit/d0f4d926040bca29b1f2dd9f366e60854fb16118) Thanks [@VanTanev](https://github.com/VanTanev)! - Replace `fs-extra` with native `node:fs/promises` + ## 0.21.4 ### Patch Changes diff --git a/packages/cli/package.json b/packages/cli/package.json index 53a0f27..7641e37 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@manypkg/cli", - "version": "0.21.4", + "version": "0.22.0", "repository": { "type": "git", "url": "https://github.com/Thinkmill/manypkg.git",