Skip to content

Commit

Permalink
v4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Jan 27, 2024
1 parent acd5f70 commit f2b43a4
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,26 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [v4.0.0](https://github.com/ljharb/npm-deprecations/compare/v3.0.3...v4.0.0) - 2024-01-27

### Commits

- [Breaking] bump to npm 10 and node 18; getDeprecationMessages now outputs a single object instead of an array of them [`46c72d7`](https://github.com/ljharb/npm-deprecations/commit/46c72d71f18167b840b3746a0d11c241c63717ae)
- [Refactor] use `pacote` instead of shelling out to npm [`de4f3c1`](https://github.com/ljharb/npm-deprecations/commit/de4f3c1ad618d474565a38c67156eee7594ab8ad)
- add types [`f8377e0`](https://github.com/ljharb/npm-deprecations/commit/f8377e0724e7232ea8263bf7243da32982589ff4)
- [meta] add `auto-changelog` [`acd5f70`](https://github.com/ljharb/npm-deprecations/commit/acd5f70ca29c57f5a707aad507e325a041e86cc5)
- [Robustness] cache builtins [`e7a678d`](https://github.com/ljharb/npm-deprecations/commit/e7a678d3e7d58545f0379e4bc83aac7988f2e12e)
- [Dev Deps] update `@ljharb/eslint-config`, `aud`, `npmignore`, `nyc`, `tape` [`e8c9db7`](https://github.com/ljharb/npm-deprecations/commit/e8c9db7c9009cfae58afe12942b776f41dd8c2c3)
- [meta] simplify `exports` [`cac9d48`](https://github.com/ljharb/npm-deprecations/commit/cac9d4879994110bd0c615e2ba5e4f6c3732926c)
- [Dev Deps] update `aud`, `tape` [`2ae93ec`](https://github.com/ljharb/npm-deprecations/commit/2ae93ec9dd25453c085ddfd74255e7645b2c5096)
- [Dev Deps] update `tape` [`64c570d`](https://github.com/ljharb/npm-deprecations/commit/64c570da16820429d54f939e5e3598d8a14a184e)
- [Deps] update `object.assign` [`3222110`](https://github.com/ljharb/npm-deprecations/commit/322211095272cfcc699eee67e8a4546e9ad32fea)
- [actions] update checkout action [`698b579`](https://github.com/ljharb/npm-deprecations/commit/698b579f8a09bcd99215159530f77b04f11235ca)
- Revert "[Dev Deps] pin `@babel/generator`/`@babel/traverse` to v7.17.9 due to https://github.com/jridgewell/gen-mapping/pull/4" [`069de02`](https://github.com/ljharb/npm-deprecations/commit/069de02c0a4f1f884d0b7dbf633abba4954a60a9)
- [meta] remove audit-level [`b5fdecb`](https://github.com/ljharb/npm-deprecations/commit/b5fdecb40a024609a0ddee5d8f793e52bbf96d7c)
- [meta] add `sideEffects` flag [`343cdbc`](https://github.com/ljharb/npm-deprecations/commit/343cdbc906735b9fd9351607ed3b6223a1f73675)
- [Breaking] remove `package` entry point [`71ee5fa`](https://github.com/ljharb/npm-deprecations/commit/71ee5fa3d86c69ee269ecd0e6ceffa885291fd29)

<!-- auto-changelog-above -->

3.0.3 / 2022-06-24
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "deprecations",
"version": "3.0.3",
"version": "4.0.0",
"author": "Jordan Harband <ljharb@gmail.com>",
"funding": {
"url": "https://github.com/sponsors/ljharb"
Expand Down

0 comments on commit f2b43a4

Please sign in to comment.