File tree Expand file tree Collapse file tree 4 files changed +130
-173
lines changed Expand file tree Collapse file tree 4 files changed +130
-173
lines changed Original file line number Diff line number Diff line change 11engine-strict = true
2+ manage-package-manager-versions = true
3+ package-manager-strict = true
24shell-emulator = true
Original file line number Diff line number Diff line change @@ -7,6 +7,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.
77
88## [ Unreleased]
99
10+ ### Changed
11+
12+ - The minimum required ` node.js ` version has been increased to ` 20.12.0 ` , except for version ` 21 ` .
13+
1014## [ 0.4.0] — 2024–05–12
1115
1216### Added
Original file line number Diff line number Diff line change 2121 " ./lib/"
2222 ],
2323 "engines" : {
24- "node" : " ^18 .12 || >=20.9 "
24+ "node" : " ^20 .12 || >=22.11 "
2525 },
26- "packageManager" : " pnpm@9.7.1 " ,
26+ "packageManager" : " pnpm@9.12.3 " ,
2727 "scripts" : {
28- "prepare" : " git config core.hooksPath .git-hooks || echo 'Not in a git repo' " ,
28+ "prepare" : " git config core.hooksPath .git-hooks || true " ,
2929 "lint" : " eslint" ,
3030 "pretest" : " pnpm lint" ,
3131 "test" : " node --test" ,
3535 "postpublish" : " git push --follow-tags"
3636 },
3737 "devDependencies" : {
38- "@firefoxic/eslint-config" : " ^3 .0.1 " ,
39- "@firefoxic/update-changelog" : " ^0.2 .0" ,
40- "eslint" : " ^9.9 .0"
38+ "@firefoxic/eslint-config" : " ^4 .0.0 " ,
39+ "@firefoxic/update-changelog" : " ^1.0 .0" ,
40+ "eslint" : " ^9.13 .0"
4141 },
4242 "keywords" : [
4343 " javascript" ,
You can’t perform that action at this time.
0 commit comments