Skip to content

Commit

Permalink
Merge pull request #111 from tadzik/tadzik/dependency-updates
Browse files Browse the repository at this point in the history
Update our dependencies
  • Loading branch information
Half-Shot authored Mar 26, 2024
2 parents b684a46 + 446260b commit 04c18ad
Show file tree
Hide file tree
Showing 6 changed files with 1,204 additions and 1,190 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
ref: ${{ github.event.pull_request.head.sha }}
fetch-depth: 0
- uses: actions/setup-python@v3
- run: pip install towncrier==19.2.0
- run: pip install towncrier>=22
- run: scripts/changelog-check.sh
env:
PULL_REQUEST_NUMBER: ${{ github.event.number }}
PULL_REQUEST_NUMBER: ${{ github.event.number }}
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
timeout-minutes: 10
strategy:
matrix:
node_version: [18, 20]
node_version: [20]
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node_version }}
Expand All @@ -45,7 +45,7 @@ jobs:
- 6667:6667
strategy:
matrix:
node_version: [18, 20]
node_version: [20]
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node_version }}
Expand Down
2 changes: 1 addition & 1 deletion .node-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18
20
1 change: 1 addition & 0 deletions changelog.d/111.misc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Update dependencies.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,20 +24,20 @@
},
"main": "lib/index",
"engines": {
"node": ">=18.0.0"
"node": ">=20.0.0"
},
"license": "GPL-3.0",
"dependencies": {
"chardet": "^1.5.1",
"chardet": "^2.0.0",
"iconv-lite": "^0.6.3",
"typed-emitter": "^2.1.0",
"utf-8-validate": "^6.0.3"
},
"devDependencies": {
"@types/node": "^18.16.0",
"@types/node": "^20.11.28",
"@types/utf-8-validate": "^5.0.0",
"@typescript-eslint/eslint-plugin": "^5.59.1",
"@typescript-eslint/parser": "^5.59.1",
"@typescript-eslint/eslint-plugin": "^7.2.0",
"@typescript-eslint/parser": "^7.2.0",
"eslint": "^8.39.0",
"jest": "^29.5.0",
"ts-jest": "^29.1.0",
Expand Down
Loading

0 comments on commit 04c18ad

Please sign in to comment.