Skip to content

Commit

Permalink
Update dependencies (#494)
Browse files Browse the repository at this point in the history
* Remove puppeteer/replay dep

* npm upgrade dependencies to "Wanted" versions

* upgrade web-ext

* npm audit fix

* Upgrade @types/* packages

* Upgrade WTR

* Upgrade esbuild

* Upgrade bulma

* upgrade @typescript-eslint

* Use node 18 in github actions
  • Loading branch information
muodov authored Oct 15, 2024
1 parent 76eaaec commit f075409
Show file tree
Hide file tree
Showing 6 changed files with 1,318 additions and 2,227 deletions.
1 change: 1 addition & 0 deletions .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
},
"rules": {
"@typescript-eslint/no-explicit-any": 0,
"@typescript-eslint/no-unused-expressions": 0,
"indent": ["error", 2, { "SwitchCase": 1 }]
}
}
8 changes: 4 additions & 4 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ jobs:
steps:
- uses: actions/checkout@v3

- name: Use Node.js 16.x
- name: Use Node.js 18.x
uses: actions/setup-node@v3
with:
node-version: 16.x
node-version: 18.x
cache: 'npm'

- run: npm ci
Expand All @@ -22,10 +22,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Use Node.js 16.x
- name: Use Node.js 18.x
uses: actions/setup-node@v3
with:
node-version: 16.x
node-version: 18.x
cache: 'npm'
- run: npm ci
- run: npm run test:lib
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ jobs:
- name: Prepare repository
run: git fetch --unshallow --tags

- name: Use Node.js 16.x
- name: Use Node.js 18.x
uses: actions/setup-node@v3
with:
node-version: 16.x
node-version: 18.x

- name: Create Release
env:
Expand Down
Loading

0 comments on commit f075409

Please sign in to comment.