Skip to content

Commit

Permalink
chore: update dependencies and fix corepack (#51)
Browse files Browse the repository at this point in the history
  • Loading branch information
Garfield550 authored Feb 10, 2025
1 parent 81a26c9 commit 1648273
Show file tree
Hide file tree
Showing 7 changed files with 653 additions and 635 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,13 @@ jobs:
with:
node-version-file: .node-version

- name: Enable Corepack
run: corepack enable
- name: Use Latest Corepack
run: |
echo "Before: corepack => $(corepack --version || echo 'not installed')"
npm install -g corepack@latest
echo "After : corepack => $(corepack --version)"
corepack enable
pnpm --version
- name: Setup Node.js
uses: actions/setup-node@v4
Expand Down
9 changes: 7 additions & 2 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,13 @@ jobs:
node-version-file: .node-version
if: ${{steps.release.outputs['packages/eslint-config--release_created'] || steps.release.outputs['packages/eslint-parser-plain--release_created'] || steps.release.outputs['packages/eslint-plugin-format--release_created']}}

- name: Enable Corepack
run: corepack enable
- name: Use Latest Corepack
run: |
echo "Before: corepack => $(corepack --version || echo 'not installed')"
npm install -g corepack@latest
echo "After : corepack => $(corepack --version)"
corepack enable
pnpm --version
if: ${{steps.release.outputs['packages/eslint-config--release_created'] || steps.release.outputs['packages/eslint-parser-plain--release_created'] || steps.release.outputs['packages/eslint-plugin-format--release_created']}}

- uses: actions/setup-node@v4
Expand Down
11 changes: 6 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"type": "module",
"version": "1.0.0",
"private": true,
"packageManager": "pnpm@10.0.0",
"packageManager": "pnpm@10.2.1",
"author": "Biscuit Tin <[email protected]>",
"license": "MIT",
"repository": {
Expand All @@ -30,23 +30,24 @@
"@commitlint/config-conventional": "^19.7.1",
"@commitlint/types": "^19.5.0",
"@types/lint-staged": "^13.3.0",
"@types/node": "^22.13.0",
"@vitest/coverage-v8": "^3.0.4",
"@types/node": "^22.13.1",
"@vitest/coverage-v8": "^3.0.5",
"dprint": "^0.49.0",
"eslint": "^9.19.0",
"eslint-typegen": "^1.0.0",
"happy-dom": "^16.8.1",
"happy-dom": "^17.0.2",
"husky": "^9.1.7",
"jiek": "^2.3.3",
"jiti": "^2.4.2",
"lint-staged": "^15.4.3",
"tsx": "^4.19.2",
"typescript": "^5.7.3",
"vitest": "^3.0.4"
"vitest": "^3.0.5"
},
"pnpm": {
"overrides": {
"deep-equal": "npm:@nolyfill/deep-equal@^1",
"eslint": "9.19.0",
"is-core-module": "npm:@nolyfill/is-core-module@^1",
"is-generator-function": "npm:@nolyfill/is-generator-function@^1",
"safe-buffer": "npm:@nolyfill/safe-buffer@^1",
Expand Down
16 changes: 8 additions & 8 deletions packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,13 +63,13 @@
},
"dependencies": {
"@eslint-community/eslint-plugin-eslint-comments": "^4.4.1",
"@eslint-react/eslint-plugin": "^1.26.1",
"@eslint-react/eslint-plugin": "^1.26.2",
"@eslint-sukka/eslint-plugin-react-jsx-a11y": "^6.13.3",
"@eslint/js": "^9.17.0",
"@eslint/js": "^9.20.0",
"@eslint/json": "^0.10.0",
"@next/eslint-plugin-next": "^15.1.6",
"@package-json/types": "^0.0.11",
"@stylistic/eslint-plugin-jsx": "^3.0.1",
"@stylistic/eslint-plugin-jsx": "^3.1.0",
"eslint-config-flat-gitignore": "^2.0.0",
"eslint-flat-config-utils": "^2.0.1",
"eslint-import-resolver-typescript": "^3.7.0",
Expand All @@ -79,11 +79,11 @@
"eslint-plugin-import-x": "^4.5.1",
"eslint-plugin-jsonc": "^2.19.1",
"eslint-plugin-n": "^17.15.0",
"eslint-plugin-perfectionist": "^4.7.0",
"eslint-plugin-perfectionist": "^4.8.0",
"eslint-plugin-react-compiler": "19.0.0-beta-decd7b8-20250118",
"eslint-plugin-react-hooks": "^5.1.0",
"eslint-plugin-react-prefer-function-component": "^3.4.0",
"eslint-plugin-react-refresh": "^0.4.16",
"eslint-plugin-react-refresh": "^0.4.19",
"eslint-plugin-regexp": "^2.7.0",
"eslint-plugin-tailwindcss": "^3.18.0",
"eslint-plugin-unicorn": "^56.0.1",
Expand All @@ -92,15 +92,15 @@
"globals": "^15.14.0",
"jsonc-eslint-parser": "^2.4.0",
"local-pkg": "^1.0.0",
"typescript-eslint": "^8.22.0"
"typescript-eslint": "^8.23.0"
},
"devDependencies": {
"@eslint/config-inspector": "^1.0.0",
"@types/eslint-plugin-react-refresh": "^0.4.0",
"@types/eslint-plugin-tailwindcss": "^3.17.0",
"@typescript-eslint/parser": "^8.22.0",
"@typescript-eslint/parser": "^8.23.0",
"dprint": "^0.49.0",
"eslint": "^9.17.0",
"eslint": "^9.19.0",
"tailwindcss": "^3.4.17",
"ts-api-utils": "^2.0.1",
"typescript": "^5.7.3"
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-parser-plain/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,6 @@
}
},
"devDependencies": {
"eslint": "^9.17.0"
"eslint": "^9.19.0"
}
}
6 changes: 3 additions & 3 deletions packages/eslint-plugin-format/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,11 +58,11 @@
"find-up-simple": "^1.0.0",
"micro-memoize": "^4.1.2",
"synckit": "^0.9.2",
"valibot": "1.0.0-beta.14"
"valibot": "1.0.0-rc.0"
},
"devDependencies": {
"@dprint/formatter": "^0.4.1",
"eslint": "^9.17.0",
"prettier": "^3.4.2"
"eslint": "^9.19.0",
"prettier": "^3.5.0"
}
}
Loading

0 comments on commit 1648273

Please sign in to comment.