Skip to content

Commit

Permalink
chore(deps): update dependency eslint to v9 (#610)
Browse files Browse the repository at this point in the history
* chore(deps): update dependency eslint to v9

* feat: node22 and new eslint config

Signed-off-by: Promise <[email protected]>

---------

Signed-off-by: Promise <[email protected]>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Promise <[email protected]>
  • Loading branch information
renovate[bot] and promise authored Dec 10, 2024
1 parent 63aa7dc commit 6433c05
Show file tree
Hide file tree
Showing 10 changed files with 2,446 additions and 2,166 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/build-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,13 @@ jobs:
- name: Set up pnpm
uses: pnpm/action-setup@v2
with:
version: 8
run_install: false

- name: Set up node
uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4
with:
node-version-file: ".nvmrc"
cache: "pnpm"

- name: Install dependencies
run: pnpm install --frozen-lockfile
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/linting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,13 @@ jobs:
- name: Set up pnpm
uses: pnpm/action-setup@v2
with:
version: 8
run_install: false

- name: Set up node
uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4
with:
node-version-file: ".nvmrc"
cache: "pnpm"

- name: Install dependencies
run: pnpm install --frozen-lockfile
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18.20.5
22.12.0
1 change: 1 addition & 0 deletions eslint.config.mjs
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export { default } from "eslint-config-promise";
6 changes: 2 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,11 @@
"devDependencies": {
"@cloudflare/workers-types": "4.20240925.0",
"@tsconfig/strictest": "2.0.5",
"eslint": "8.57.1",
"eslint": "9.16.0",
"eslint-config-promise": "github:promise/eslint-config",
"twilio": "5.3.7",
"typescript": "5.7.2",
"wrangler": "3.94.0"
},
"eslintConfig": {
"extends": "promise"
}
"packageManager": "[email protected]"
}
Loading

0 comments on commit 6433c05

Please sign in to comment.