Skip to content

Commit

Permalink
Update eslint and other deps, remove volta config
Browse files Browse the repository at this point in the history
  • Loading branch information
askoufis committed Oct 27, 2024
1 parent c8fe355 commit e35db90
Show file tree
Hide file tree
Showing 9 changed files with 2,374 additions and 2,157 deletions.
6 changes: 0 additions & 6 deletions .eslintrc

This file was deleted.

4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@ jobs:
fetch-depth: 0
token: ${{ secrets.SEEK_OSS_CI_GITHUB_TOKEN }}

- uses: pnpm/action-setup@v3
- uses: pnpm/action-setup@v4

- name: Set up Node.js
uses: actions/setup-node@v4
with:
cache: pnpm
node-version-file: package.json
node-version-file: .node-version

- name: Install Dependencies
run: pnpm install --frozen-lockfile
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ jobs:
with:
fetch-depth: 0

- uses: pnpm/action-setup@v3
- uses: pnpm/action-setup@v4

- name: Set up Node.js
uses: actions/setup-node@v4
with:
cache: pnpm
node-version-file: package.json
node-version-file: .node-version

- name: Install Dependencies
run: pnpm install --frozen-lockfile
Expand Down
1 change: 1 addition & 0 deletions .node-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
20.18.0
1 change: 0 additions & 1 deletion .nvmrc

This file was deleted.

1 change: 1 addition & 0 deletions eslint.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
module.exports = require('eslint-config-seek');
14 changes: 5 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,10 @@
"@changesets/changelog-github": "^0.5.0",
"@changesets/cli": "^2.27.1",
"browserslist": "^4.23.0",
"eslint": "^8.56.0",
"eslint-config-seek": "^14.0.0",
"prettier": "^3.2.5",
"typescript": "~5.4.3"
"eslint": "^9.13.0",
"eslint-config-seek": "^14.1.0",
"prettier": "^3.3.3",
"typescript": "~5.6.3"
},
"packageManager": "[email protected]",
"volta": {
"node": "18.19.1",
"pnpm": "8.15.5"
}
"packageManager": "[email protected]"
}
Loading

0 comments on commit e35db90

Please sign in to comment.