Skip to content

Commit

Permalink
chore(deps): update linters (#874)
Browse files Browse the repository at this point in the history
* chore(deps): update linters

* chore: fix

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: oe.kazuma <[email protected]>
  • Loading branch information
renovate[bot] and oekazuma authored Nov 14, 2023
1 parent c75a018 commit 732626e
Show file tree
Hide file tree
Showing 5 changed files with 59 additions and 58 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: '18.18.0'
node-version: '20.9.0'
cache: pnpm
- name: Install dependencies
run: pnpm install --frozen-lockfile
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: '18.18.0'
node-version: '20.9.0'
cache: pnpm
- run: pnpm install --frozen-lockfile
- name: Create Release Pull Request or Publish to npm
Expand Down
3 changes: 2 additions & 1 deletion .npmrc
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
engine-strict=true
use-node-version=18.18.0
use-node-version=20.9.0
```
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,20 +8,20 @@
"preview": "pnpm -r preview",
"package": "pnpm -r package",
"check": "pnpm -r check",
"lint": "prettier --check . --plugin prettier-plugin-svelte && eslint .",
"format": "prettier --write . --plugin prettier-plugin-svelte",
"lint": "prettier --check . && eslint .",
"format": "prettier --write .",
"test": "pnpm -r test",
"release": "changeset publish"
},
"devDependencies": {
"@changesets/cli": "^2.26.2",
"@typescript-eslint/eslint-plugin": "^6.10.0",
"@typescript-eslint/parser": "^6.10.0",
"@typescript-eslint/eslint-plugin": "^6.11.0",
"@typescript-eslint/parser": "^6.11.0",
"eslint": "^8.53.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-svelte": "^2.35.0",
"prettier": "^3.0.3",
"prettier-plugin-svelte": "^3.0.3"
"prettier": "^3.1.0",
"prettier-plugin-svelte": "^3.1.0"
},
"packageManager": "[email protected]",
"engines": {
Expand Down
98 changes: 49 additions & 49 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 732626e

Please sign in to comment.