Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: update deps #23

Merged
merged 3 commits into from
Jun 24, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,15 @@ jobs:

steps:
- name: Checkout repo
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: pnpm/action-setup@v2
- uses: pnpm/action-setup@v3
with:
version: latest
- uses: actions/setup-node@v3
version: 9
- uses: actions/setup-node@v4
with:
node-version: '16'
node-version: '20'
cache: 'pnpm'
- run: pnpm i --no-frozen-lockfile

Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,17 +16,17 @@ jobs:

steps:
- name: Checkout repo
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
ref: main
fetch-depth: 0
token: ${{ secrets.GIT_HUB_TOKEN }}
- uses: pnpm/action-setup@v2
- uses: pnpm/action-setup@v3
with:
version: latest
- uses: actions/setup-node@v3
version: 9
- uses: actions/setup-node@v4
with:
node-version: '16'
node-version: '20'
cache: 'pnpm'
- run: pnpm i --no-frozen-lockfile

Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 0.3.1 (June 24, 2024)

- chore(ci): update ci deps version
- chore(deps): update deps

## 0.3.0 (March 25, 2024)

- feat: add `no-use-before-define` rule
Expand Down
14 changes: 7 additions & 7 deletions examples/jest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@
},
"devDependencies": {
"@arcblock/eslint-config": "workspace:*",
"@types/react": "^18.2.8",
"@types/react-dom": "^18.2.4",
"@vitejs/plugin-react": "^4.0.0",
"eslint": "8.42.0",
"jest": "^29.5.0",
"prettier": "^2.8.8",
"vite": "^4.3.9"
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.3.1",
"eslint": "^8.57.0",
"jest": "^29.7.0",
"prettier": "^3.3.2",
"vite": "^5.3.1"
}
}
12 changes: 6 additions & 6 deletions examples/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@
},
"devDependencies": {
"@arcblock/eslint-config": "workspace:*",
"@types/react": "^18.2.8",
"@types/react-dom": "^18.2.4",
"@vitejs/plugin-react": "^4.0.0",
"eslint": "8.42.0",
"prettier": "^2.8.8",
"vite": "^4.3.9"
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.3.1",
"eslint": "^8.57.0",
"prettier": "^3.3.2",
"vite": "^5.3.1"
}
}
18 changes: 9 additions & 9 deletions examples/ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,15 @@
"elliptic": "6.5.3"
},
"devDependencies": {
"@arcblock/eslint-config-ts": "^0.2.3",
"@types/base64-url": "^2.2.0",
"@types/bn.js": "^5.1.1",
"@types/jest": "^29.5.2",
"@types/lodash": "^4.14.195",
"@types/node": "^20.2.5",
"@types/utf8": "^3.0.1",
"eslint": "^8.42.0",
"typescript": "^5.1.3"
"@arcblock/eslint-config-ts": "workspace:*",
"@types/base64-url": "^2.2.2",
"@types/bn.js": "^5.1.5",
"@types/jest": "^29.5.12",
"@types/lodash": "^4.17.5",
"@types/node": "^20.14.8",
"@types/utf8": "^3.0.3",
"eslint": "^8.57.0",
"typescript": "^5.5.2"
},
"author": {
"name": "wangshijun",
Expand Down
10 changes: 6 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,15 @@
"name": "root",
"private": true,
"scripts": {
"lint": "pnpm --filter './examples/**' lint",
"lint": "eslint --help",
"lint2": "pnpm --filter './examples/**' lint",
"update:deps": "taze latest -rw && pnpm dedupe",
"bump-version": "zx --quiet scripts/bump-version.mjs"
},
"devDependencies": {
"bumpp": "^9.1.1",
"zx": "^7.2.2"
"eslint": "^8.57.0",
"bumpp": "^9.4.1",
"zx": "^8.1.3"
},
"version": "0.3.0"
"version": "0.3.1"
}
20 changes: 10 additions & 10 deletions packages/eslint-config-base/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@arcblock/eslint-config-base",
"version": "0.3.0",
"version": "0.3.1",
"description": "Arcblock's ESLint config base",
"author": "zhanghan <zhanghan@arcblock.io>",
"homepage": "https://github.com/ArcBlock/eslint-config#readme",
Expand All @@ -18,18 +18,18 @@
},
"dependencies": {
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jest": "^27.2.1",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-unicorn": "^47.0.0"
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jest": "^28.6.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-unicorn": "^54.0.0"
},
"devDependencies": {
"eslint": "^8.42.0",
"prettier": "^2.8.8"
"eslint": "^8.57.0",
"prettier": "^3.3.2"
},
"peerDependencies": {
"eslint": "^8.17.0",
"prettier": "^2.7.1"
"eslint": "^8.57.0",
"prettier": "^3.3.2"
}
}
16 changes: 8 additions & 8 deletions packages/eslint-config-ts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@arcblock/eslint-config-ts",
"version": "0.3.0",
"version": "0.3.1",
"description": "Arcblock's base config for ESLint & Typescript",
"author": "wangshijun <wangshijun@arcblock.io>",
"homepage": "https://github.com/ArcBlock/eslint-config#readme",
Expand All @@ -19,16 +19,16 @@
"dependencies": {
"@arcblock/eslint-config": "workspace:*",
"@arcblock/eslint-config-base": "workspace:*",
"@typescript-eslint/eslint-plugin": "^5.59.9",
"@typescript-eslint/parser": "^5.59.9",
"eslint-config-airbnb-typescript": "^17.0.0"
"@typescript-eslint/eslint-plugin": "^7.13.1",
"@typescript-eslint/parser": "^7.13.1",
"eslint-config-airbnb-typescript": "^18.0.0"
},
"devDependencies": {
"eslint": "^8.42.0",
"prettier": "^2.8.8"
"eslint": "^8.57.0",
"prettier": "^3.3.2"
},
"peerDependencies": {
"eslint": "^8.17.0",
"prettier": "^2.7.1"
"eslint": "^8.57.0",
"prettier": "^3.3.2"
}
}
29 changes: 14 additions & 15 deletions packages/eslint-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@arcblock/eslint-config",
"version": "0.3.0",
"version": "0.3.1",
"description": "Arcblock's ESLint config for react",
"author": "zhanghan <zhanghan@arcblock.io>",
"homepage": "https://github.com/ArcBlock/eslint-config#readme",
Expand All @@ -18,23 +18,22 @@
},
"dependencies": {
"eslint-config-airbnb": "^19.0.4",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jest": "^27.2.1",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-unicorn": "^47.0.0"
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jest": "^28.6.0",
"eslint-plugin-jsx-a11y": "^6.9.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react": "^7.34.3",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-unicorn": "^54.0.0"
},
"devDependencies": {
"eslint": "^8.42.0",
"prettier": "^2.8.8",
"react": "^18.2.0"
"eslint": "^8.57.0",
"prettier": "^3.3.2"
},
"peerDependencies": {
"eslint": "^8.17.0",
"prettier": "^2.7.1",
"react": "^18.0.0"
"eslint": "^8.57.0",
"prettier": "^3.3.2",
"react": "^18.2.0"
}
}
Loading