Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: release main #521

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 27 additions & 0 deletions packages/midnight-smoker/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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) (2024-09-09)


### ⚠ 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))

## [8.0.0](https://github.com/boneskull/midnight-smoker/compare/midnight-smoker-v7.0.4...midnight-smoker-v8.0.0) (2023-12-17)


Expand Down