Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Sep 23, 2023
1 parent 2c477f8 commit abeb203
Show file tree
Hide file tree
Showing 5 changed files with 106 additions and 106 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Set node
uses: actions/setup-node@v3
with:
node-version: 18.x
node-version: lts/*

- name: Setup
run: npm i -g @antfu/ni
Expand All @@ -43,7 +43,7 @@ jobs:
- name: Set node
uses: actions/setup-node@v3
with:
node-version: 18.x
node-version: lts/*

- name: Setup
run: npm i -g @antfu/ni
Expand All @@ -59,7 +59,7 @@ jobs:

strategy:
matrix:
node: [16.x, 18.x]
node: [lts/*]
os: [ubuntu-latest, windows-latest, macos-latest]
fail-fast: false

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Set node
uses: actions/setup-node@v3
with:
node-version: 18.x
node-version: lts/*

- run: npx changelogithub
env:
Expand Down
15 changes: 11 additions & 4 deletions eslint.config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
import { defineFlatConfig } from 'eslint-define-config'
import antfu from '@antfu/eslint-config'

export default defineFlatConfig([
...antfu,
])
export default antfu(
{
vue: false,
ignores: [
// eslint ignore globs here
],
},
{
// overrides
},
)
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,12 +48,12 @@
"prepare": "simple-git-hooks"
},
"devDependencies": {
"@antfu/eslint-config": "^1.0.0-beta.0",
"@antfu/eslint-config": "^1.0.0-beta.6",
"@antfu/ni": "^0.21.8",
"@antfu/utils": "^0.7.6",
"@types/node": "^20.6.3",
"bumpp": "^9.2.0",
"eslint": "^8.49.0",
"eslint": "^8.50.0",
"eslint-define-config": "^1.23.0",
"esno": "^0.17.0",
"lint-staged": "^14.0.1",
Expand Down

0 comments on commit abeb203

Please sign in to comment.