From d1ebe148ec5c731005b2b8ca25c42e8d7b2fdfba Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 17 Dec 2023 06:14:34 +0000 Subject: [PATCH] chore: release main --- packages/midnight-smoker/CHANGELOG.md | 27 +++++++++++++++++++++++++++ packages/midnight-smoker/package.json | 2 +- 2 files changed, 28 insertions(+), 1 deletion(-) diff --git a/packages/midnight-smoker/CHANGELOG.md b/packages/midnight-smoker/CHANGELOG.md index 106d69e17..03ed15698 100644 --- a/packages/midnight-smoker/CHANGELOG.md +++ b/packages/midnight-smoker/CHANGELOG.md @@ -1,5 +1,32 @@ # Changelog +## [8.0.0](https://github.com/boneskull/midnight-smoker/compare/midnight-smoker-v7.0.4...midnight-smoker-v8.0.0) (2023-12-17) + + +### ⚠ BREAKING CHANGES + +* Given a boatload of deps are dropping it, We have to drop it too. + +### Bug Fixes + +* **deps:** update dependency corepack to v0.21.0 ([6f401a4](https://github.com/boneskull/midnight-smoker/commit/6f401a421db64ca416257ad318a74a2fa9e13bca)) +* **deps:** update dependency corepack to v0.22.0 ([c5fea52](https://github.com/boneskull/midnight-smoker/commit/c5fea527522f9bddfeec2f5c3179c3e0eb5407f3)) +* **deps:** update dependency corepack to v0.23.0 ([d63576e](https://github.com/boneskull/midnight-smoker/commit/d63576ed4c8581350fd96d708d9216b2f4107af8)) +* **deps:** update dependency lilconfig to v3 ([9c6737f](https://github.com/boneskull/midnight-smoker/commit/9c6737f394e2195d0f50c908befe7fcb634d9716)) +* **deps:** update dependency zod to v3.22.4 ([eea3d68](https://github.com/boneskull/midnight-smoker/commit/eea3d687a7cad333e7f75476d94e64a0eeca0c5b)) +* **deps:** update dependency zod-validation-error to v2 ([b3f5fa8](https://github.com/boneskull/midnight-smoker/commit/b3f5fa8d41207b2eb6389f55741af3024803b4dd)) +* **deps:** update dependency zod-validation-error to v2.1.0 ([0e16699](https://github.com/boneskull/midnight-smoker/commit/0e166992f0fbd00e97d2d93810fe3de5abebc390)) +* **midnight-smoker:** add overload for normalization to readPackageJson ([b4e781f](https://github.com/boneskull/midnight-smoker/commit/b4e781f37ecb11e119eb5ad5b9efa620141c1c02)) +* **midnight-smoker:** fix missing 'cause' prop on errors ([dc3ac8f](https://github.com/boneskull/midnight-smoker/commit/dc3ac8f6536bacd7638ccd0ecfd0ccf32122dcae)) +* **midnight-smoker:** fix npm9 load() function ([3d171ec](https://github.com/boneskull/midnight-smoker/commit/3d171ec0224dfaee6e7f7d37a280aca5a051f797)), closes [#401](https://github.com/boneskull/midnight-smoker/issues/401) +* **no-missing-exports:** correctly check the 'types' field ([eef4876](https://github.com/boneskull/midnight-smoker/commit/eef4876aec239ca594795da2295ea3f3b171286f)) +* remove ErrorOptions reference ([4282e74](https://github.com/boneskull/midnight-smoker/commit/4282e743d61b9a5ce0b5c939a9538c6310ea36d3)) + + +### Miscellaneous Chores + +* drop Node.js v16 ([1bc5a7e](https://github.com/boneskull/midnight-smoker/commit/1bc5a7ec060f55211efa12adaf27ed92feaf3439)) + ## [7.0.3](https://github.com/boneskull/midnight-smoker/compare/v7.0.2...v7.0.3) (2023-09-26) ### Bug Fixes diff --git a/packages/midnight-smoker/package.json b/packages/midnight-smoker/package.json index db9aa8aa0..e4bbd8a82 100644 --- a/packages/midnight-smoker/package.json +++ b/packages/midnight-smoker/package.json @@ -1,6 +1,6 @@ { "name": "midnight-smoker", - "version": "7.0.4", + "version": "8.0.0", "description": "Smoke test your package tarball (instead of failing miserably)", "repository": { "type": "git",