Skip to content

Commit ef7544a

Browse files
committed
📝 Update the change logs
Signed-off-by: kei-g <km.8k6ce+github@gmail.com>
1 parent 420f749 commit ef7544a

File tree

1 file changed

+13
-9
lines changed

1 file changed

+13
-9
lines changed

CHANGELOG.md

Lines changed: 13 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,20 @@
88
- Reduce triggers to run GitHub Actions
99
- Use `kei-g/github/create-release` action to create a release on GitHub
1010
- Use the latest Node.js to publish
11+
- :bug: Import EventEmitter from not 'node:stream' but 'node:events'
12+
- :building_construction: Migrations
13+
- Coverage framework is migrated from `nyc` to `c8`
14+
- `@typescript-eslint/eslint-plugin` and `@typescript-eslint/parser` are migrated to `typescript-eslint`
1115
- :arrow_up: Packages for development are bumped
12-
- `@types/chai` is bumped from 4.3.4 to 4.3.5
13-
- `@types/node` is bumped from 18.11.18 to 20.5.8
14-
- `@typescript-eslint/eslint-plugin` is bumped from 5.48.1 to 6.5.0
15-
- `@typescript-eslint/parser` is bumped from 5.48.1 to 6.5.0
16-
- `chai` is bumped from 4.3.7 to 4.3.8
17-
- `esbuild` is bumped from 0.17.0 to 0.19.2
18-
- `eslint` is bumped from 8.32.0 to 8.48.0
19-
- `rimraf` is bumped from 4.0.7 to 5.0.1
20-
- `typescript` is bumped from 4.9.4 to 5.2.2
16+
- `@types/chai` is bumped from 4.3.4 to 5.0.1
17+
- `@types/mocha` is bumped from 10.0.1 to 10.0.9
18+
- `@types/node` is bumped from 18.11.18 to 22.8.7
19+
- `chai` is bumped from 4.3.7 to 5.1.2
20+
- `esbuild` is bumped from 0.17.0 to 0.24.0
21+
- `eslint` is bumped from 8.32.0 to 9.14.0
22+
- `mocha` is bumped from 10.2.0 to 10.8.2
23+
- `rimraf` is bumped from 4.0.7 to 6.0.1
24+
- `typescript` is bumped from 4.9.4 to 5.6.3
2125

2226
## Version 1.0.15
2327

0 commit comments

Comments
 (0)