Skip to content

Commit

Permalink
Merge pull request #34 from huuyafwww/feature/update_dep_2025_02_19
Browse files Browse the repository at this point in the history
Update dependencies
  • Loading branch information
huuyafwww authored Feb 19, 2025
2 parents b1ef8e8 + 24b0c16 commit 63bbbf6
Show file tree
Hide file tree
Showing 10 changed files with 531 additions and 501 deletions.
10 changes: 10 additions & 0 deletions .changeset/yellow-towns-knock.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
"@huuyafwww/eslint-config-storybook": patch
"@huuyafwww/eslint-config-browser": patch
"@huuyafwww/eslint-config-common": patch
"@huuyafwww/eslint-config-react": patch
"@huuyafwww/eslint-config-next": patch
"@huuyafwww/eslint-config-node": patch
---

update dependencies
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@
"version:publish": "changeset publish"
},
"devDependencies": {
"@changesets/changelog-github": "^0.5.0",
"@changesets/cli": "^2.27.11",
"@changesets/changelog-github": "^0.5.1",
"@changesets/cli": "^2.28.0",
"@huuyafwww/tsconfig-common": "^1.1.1",
"lefthook": "^1.10.10",
"sort-package-json": "^2.14.0",
"turbo": "^2.3.3",
"turbo": "^2.4.2",
"typescript": "^5.7.3"
},
"packageManager": "[email protected]",
Expand Down
6 changes: 3 additions & 3 deletions packages/eslint-config-browser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,15 +39,15 @@
},
"dependencies": {
"@praha/eslint-config-definer": "^2.0.1",
"globals": "^15.14.0"
"globals": "^15.15.0"
},
"devDependencies": {
"@huuyafwww/eslint-config-common": "workspace:*",
"@huuyafwww/eslint-config-node": "workspace:*",
"@types/node": "^22.10.7",
"@types/node": "^22.13.4",
"eslint": "9.18.0",
"jiti": "^2.4.2",
"pkgroll": "^2.6.1",
"pkgroll": "^2.10.0",
"rimraf": "^6.0.1",
"typescript": "^5.7.3"
},
Expand Down
14 changes: 7 additions & 7 deletions packages/eslint-config-common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,22 +38,22 @@
"lint:type": "tsc --pretty --noEmit"
},
"dependencies": {
"@eslint/js": "^9.18.0",
"@eslint/js": "^9.20.0",
"@praha/eslint-config-definer": "^2.0.1",
"@stylistic/eslint-plugin": "^2.13.0",
"@stylistic/eslint-plugin-ts": "^2.13.0",
"@typescript-eslint/eslint-plugin": "^8.20.0",
"@typescript-eslint/parser": "^8.20.0",
"eslint-import-resolver-typescript": "^3.7.0",
"@typescript-eslint/eslint-plugin": "^8.24.1",
"@typescript-eslint/parser": "^8.24.1",
"eslint-import-resolver-typescript": "^3.8.2",
"eslint-plugin-import-x": "^4.6.1",
"eslint-plugin-unused-imports": "^4.1.4",
"typescript-eslint": "^8.20.0"
"typescript-eslint": "^8.24.1"
},
"devDependencies": {
"@types/node": "^22.10.7",
"@types/node": "^22.13.4",
"eslint": "9.18.0",
"jiti": "^2.4.2",
"pkgroll": "^2.6.1",
"pkgroll": "^2.10.0",
"rimraf": "^6.0.1",
"typescript": "^5.7.3"
},
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import stylisticTs from '@stylistic/eslint-plugin-ts';
import eslintPluginTs from '@stylistic/eslint-plugin-ts';
import parser from '@typescript-eslint/parser';
import tseslint from 'typescript-eslint';

Expand Down Expand Up @@ -28,7 +28,7 @@ export const typescriptConfigurator: Configurator<typescriptConfiguratorOptions>
},
},
plugins: {
'@stylistic/ts': stylisticTs,
'@stylistic/ts': eslintPluginTs,
},
rules: {
'@typescript-eslint/consistent-type-imports': ['error', {
Expand Down
6 changes: 3 additions & 3 deletions packages/eslint-config-next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,16 +38,16 @@
"lint:type": "tsc --pretty --noEmit"
},
"dependencies": {
"@next/eslint-plugin-next": "^15.1.5",
"@next/eslint-plugin-next": "^15.1.7",
"@praha/eslint-config-definer": "^2.0.1"
},
"devDependencies": {
"@huuyafwww/eslint-config-common": "workspace:*",
"@huuyafwww/eslint-config-node": "workspace:*",
"@types/node": "^22.10.7",
"@types/node": "^22.13.4",
"eslint": "9.18.0",
"jiti": "^2.4.2",
"pkgroll": "^2.6.1",
"pkgroll": "^2.10.0",
"rimraf": "^6.0.1",
"typescript": "^5.7.3"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/eslint-config-node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,14 +39,14 @@
},
"dependencies": {
"@praha/eslint-config-definer": "^2.0.1",
"globals": "^15.14.0"
"globals": "^15.15.0"
},
"devDependencies": {
"@huuyafwww/eslint-config-common": "workspace:*",
"@types/node": "^22.10.7",
"@types/node": "^22.13.4",
"eslint": "9.18.0",
"jiti": "^2.4.2",
"pkgroll": "^2.6.1",
"pkgroll": "^2.10.0",
"rimraf": "^6.0.1",
"typescript": "^5.7.3"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/eslint-config-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,10 @@
"devDependencies": {
"@huuyafwww/eslint-config-common": "workspace:*",
"@huuyafwww/eslint-config-node": "workspace:*",
"@types/node": "^22.10.7",
"@types/node": "^22.13.4",
"eslint": "9.18.0",
"jiti": "^2.4.2",
"pkgroll": "^2.6.1",
"pkgroll": "^2.10.0",
"rimraf": "^6.0.1",
"typescript": "^5.7.3"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/eslint-config-storybook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,15 +39,15 @@
},
"dependencies": {
"@praha/eslint-config-definer": "^2.0.1",
"eslint-plugin-storybook": "^0.11.2"
"eslint-plugin-storybook": "^0.11.3"
},
"devDependencies": {
"@huuyafwww/eslint-config-common": "workspace:*",
"@huuyafwww/eslint-config-node": "workspace:*",
"@types/node": "^22.10.7",
"@types/node": "^22.13.4",
"eslint": "9.18.0",
"jiti": "^2.4.2",
"pkgroll": "^2.6.1",
"pkgroll": "^2.10.0",
"rimraf": "^6.0.1",
"typescript": "^5.7.3"
},
Expand Down
Loading

0 comments on commit 63bbbf6

Please sign in to comment.