Skip to content

Commit e7270ae

Browse files
authored
Merge pull request #184 from yowainwright/dep-updates
Dep updates
2 parents 64dd6f3 + b648117 commit e7270ae

File tree

5 files changed

+1558
-1510
lines changed

5 files changed

+1558
-1510
lines changed

.github/workflows/node.js.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313

1414
strategy:
1515
matrix:
16-
node-version: [18.x, 16.x]
16+
node-version: [20.x, 18.x, 16.x]
1717

1818
steps:
1919
- uses: actions/checkout@v2

.github/workflows/update.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@ name: update deps
22

33
on:
44
schedule:
5-
- cron: '0 5 * * 1'
5+
- cron: '0 5 * * 1'
66

77
jobs:
88
udpate-deps:
99
runs-on: ubuntu-latest
1010

1111
strategy:
1212
matrix:
13-
node-version: [18.x]
13+
node-version: [20.x]
1414

1515
steps:
1616
- uses: actions/checkout@v3

.nvmrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
18
1+
20

package.json

+13-13
Original file line numberDiff line numberDiff line change
@@ -38,30 +38,30 @@
3838
},
3939
"homepage": "https://github.com/yowainwright/es-check#readme",
4040
"devDependencies": {
41-
"@commitlint/cli": "17.4.2",
42-
"@commitlint/config-conventional": "17.4.2",
43-
"@commitlint/prompt": "17.4.2",
44-
"assert": "^2.0.0",
41+
"@commitlint/cli": "18.4.4",
42+
"@commitlint/config-conventional": "18.4.4",
43+
"@commitlint/prompt": "18.4.4",
44+
"assert": "^2.1.0",
4545
"codecov": "^3.8.3",
4646
"codependence": "^0.2.6",
4747
"commitizen": "4.3.0",
48-
"conventional-changelog-cli": "^2.2.2",
49-
"eslint": "8.32.0",
50-
"eslint-config-prettier": "8.6.0",
48+
"conventional-changelog-cli": "^4.1.0",
49+
"eslint": "8.56.0",
50+
"eslint-config-prettier": "9.1.0",
5151
"husky": "8.0.3",
5252
"is-ci": "^3.0.1",
5353
"mocha": "^10.2.0",
5454
"nyc": "^15.1.0",
5555
"path-exists-cli": "^2.0.0",
56-
"prettier": "2.8.3",
57-
"release-it": "15.6.0"
56+
"prettier": "3.2.4",
57+
"release-it": "17.0.1"
5858
},
5959
"dependencies": {
60-
"acorn": "8.8.2",
61-
"commander": "10.0.0",
62-
"fast-glob": "^3.2.12",
60+
"acorn": "8.11.3",
61+
"commander": "11.1.0",
62+
"fast-glob": "^3.3.2",
6363
"supports-color": "^8.1.1",
64-
"winston": "^3.8.2"
64+
"winston": "^3.11.0"
6565
},
6666
"engines": {
6767
"node": ">= 4"

0 commit comments

Comments
 (0)