Compare commits
3 Commits
952914699b
...
1e56001e78
Author | SHA1 | Date | |
---|---|---|---|
|
1e56001e78 | ||
|
2b4c3038b3 | ||
|
eb5f72a049 |
32
dist/package.json
vendored
32
dist/package.json
vendored
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@aet/eslint-rules",
|
"name": "@aet/eslint-rules",
|
||||||
"version": "2.0.19",
|
"version": "2.0.23",
|
||||||
"license": "UNLICENSED",
|
"license": "UNLICENSED",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"bin": {
|
"bin": {
|
||||||
@ -20,35 +20,34 @@
|
|||||||
"./types": "./types.js"
|
"./types": "./types.js"
|
||||||
},
|
},
|
||||||
"optionalDependencies": {
|
"optionalDependencies": {
|
||||||
"@tanstack/eslint-plugin-query": "^5.59.7"
|
"@tanstack/eslint-plugin-query": "^5.62.1"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
"@aet/eslint-define-config": "^0.1.0-beta.40",
|
||||||
"@antfu/install-pkg": "^0.5.0",
|
"@antfu/install-pkg": "^0.5.0",
|
||||||
"@nolyfill/is-core-module": "^1.0.39",
|
|
||||||
"@aet/eslint-define-config": "^0.1.0-beta.38",
|
|
||||||
"@eslint/js": "^9.16.0",
|
|
||||||
"@eslint-community/eslint-utils": "^4.4.1",
|
"@eslint-community/eslint-utils": "^4.4.1",
|
||||||
"@eslint-react/eslint-plugin": "1.17.2",
|
"@eslint-react/eslint-plugin": "1.19.0",
|
||||||
"@stylistic/eslint-plugin": "^2.11.0",
|
"@eslint/js": "^9.16.0",
|
||||||
|
"@nolyfill/is-core-module": "^1.0.39",
|
||||||
|
"@stylistic/eslint-plugin": "^2.12.1",
|
||||||
"@types/eslint": "^9.6.1",
|
"@types/eslint": "^9.6.1",
|
||||||
"@typescript-eslint/eslint-plugin": "^8.16.0",
|
"@typescript-eslint/eslint-plugin": "^8.18.0",
|
||||||
"@typescript-eslint/parser": "^8.16.0",
|
"@typescript-eslint/parser": "^8.18.0",
|
||||||
"@typescript-eslint/type-utils": "^8.16.0",
|
"@typescript-eslint/type-utils": "^8.18.0",
|
||||||
"@typescript-eslint/utils": "^8.16.0",
|
"@typescript-eslint/utils": "^8.18.0",
|
||||||
"aria-query": "^5.3.2",
|
"aria-query": "^5.3.2",
|
||||||
"axe-core": "^4.10.2",
|
"axe-core": "^4.10.2",
|
||||||
"axobject-query": "4.1.0",
|
"axobject-query": "4.1.0",
|
||||||
"damerau-levenshtein": "1.0.8",
|
"damerau-levenshtein": "1.0.8",
|
||||||
"debug": "^4.3.7",
|
"debug": "^4.4.0",
|
||||||
"doctrine": "^3.0.0",
|
"doctrine": "^3.0.0",
|
||||||
"emoji-regex": "^10.4.0",
|
"emoji-regex": "^10.4.0",
|
||||||
"enhanced-resolve": "^5.17.1",
|
"enhanced-resolve": "^5.17.1",
|
||||||
"typescript-eslint": "^8.16.0",
|
|
||||||
"eslint-config-prettier": "^9.1.0",
|
"eslint-config-prettier": "^9.1.0",
|
||||||
"eslint-import-resolver-node": "^0.3.9",
|
"eslint-import-resolver-node": "^0.3.9",
|
||||||
"eslint-import-resolver-typescript": "^3.6.3",
|
"eslint-import-resolver-typescript": "^3.7.0",
|
||||||
"eslint-module-utils": "^2.12.0",
|
"eslint-module-utils": "^2.12.0",
|
||||||
"eslint-plugin-import-x": "^4.4.3",
|
"eslint-plugin-import-x": "^4.5.0",
|
||||||
"eslint-plugin-unicorn": "^56.0.1",
|
"eslint-plugin-unicorn": "^56.0.1",
|
||||||
"esprima": "^4.0.1",
|
"esprima": "^4.0.1",
|
||||||
"esquery": "^1.6.0",
|
"esquery": "^1.6.0",
|
||||||
@ -62,7 +61,8 @@
|
|||||||
"language-tags": "^1.0.9",
|
"language-tags": "^1.0.9",
|
||||||
"lodash-es": "^4.17.21",
|
"lodash-es": "^4.17.21",
|
||||||
"minimatch": "^10.0.1",
|
"minimatch": "^10.0.1",
|
||||||
"semver": "^7.6.3"
|
"semver": "^7.6.3",
|
||||||
|
"typescript-eslint": "^8.18.0"
|
||||||
},
|
},
|
||||||
"pnpm": {
|
"pnpm": {
|
||||||
"overrides": {
|
"overrides": {
|
||||||
|
97
package.json
97
package.json
@ -6,24 +6,61 @@
|
|||||||
"build": "./scripts/build.ts",
|
"build": "./scripts/build.ts",
|
||||||
"check-import": "./scripts/check-imports.ts",
|
"check-import": "./scripts/check-imports.ts",
|
||||||
"define": "/usr/local/bin/codium ./packages/eslint-define-config",
|
"define": "/usr/local/bin/codium ./packages/eslint-define-config",
|
||||||
"do": "yarn build; (cd dist && ver bump && npm publish && ver unpub)"
|
"sync": "./scripts/sync-deps.ts",
|
||||||
|
"do": "(cd dist && ver bump && npm publish && ver unpub)"
|
||||||
},
|
},
|
||||||
"private": true,
|
"private": true,
|
||||||
"devDependencies": {
|
"dependencies": {
|
||||||
"@aet/eslint-define-config": "^0.1.0-beta.38",
|
"@aet/eslint-define-config": "^0.1.0-beta.40",
|
||||||
"@antfu/install-pkg": "^0.5.0",
|
"@antfu/install-pkg": "^0.5.0",
|
||||||
|
"@eslint-community/eslint-utils": "^4.4.1",
|
||||||
|
"@eslint-react/eslint-plugin": "1.19.0",
|
||||||
|
"@eslint/js": "^9.16.0",
|
||||||
|
"@nolyfill/is-core-module": "^1.0.39",
|
||||||
|
"@stylistic/eslint-plugin": "^2.12.1",
|
||||||
|
"@types/eslint": "^9.6.1",
|
||||||
|
"@typescript-eslint/eslint-plugin": "^8.18.0",
|
||||||
|
"@typescript-eslint/parser": "^8.18.0",
|
||||||
|
"@typescript-eslint/type-utils": "^8.18.0",
|
||||||
|
"@typescript-eslint/utils": "^8.18.0",
|
||||||
|
"aria-query": "^5.3.2",
|
||||||
|
"axe-core": "^4.10.2",
|
||||||
|
"axobject-query": "4.1.0",
|
||||||
|
"damerau-levenshtein": "1.0.8",
|
||||||
|
"debug": "^4.4.0",
|
||||||
|
"doctrine": "^3.0.0",
|
||||||
|
"emoji-regex": "^10.4.0",
|
||||||
|
"enhanced-resolve": "^5.17.1",
|
||||||
|
"eslint-config-prettier": "^9.1.0",
|
||||||
|
"eslint-import-resolver-node": "^0.3.9",
|
||||||
|
"eslint-import-resolver-typescript": "^3.7.0",
|
||||||
|
"eslint-module-utils": "^2.12.0",
|
||||||
|
"eslint-plugin-import-x": "^4.5.0",
|
||||||
|
"eslint-plugin-unicorn": "^56.0.1",
|
||||||
|
"esprima": "^4.0.1",
|
||||||
|
"esquery": "^1.6.0",
|
||||||
|
"estraverse": "^5.3.0",
|
||||||
|
"fast-glob": "^3.3.2",
|
||||||
|
"get-tsconfig": "^4.8.1",
|
||||||
|
"globals": "^15.13.0",
|
||||||
|
"ignore": "^6.0.2",
|
||||||
|
"is-bun-module": "^1.3.0",
|
||||||
|
"is-glob": "^4.0.3",
|
||||||
|
"language-tags": "^1.0.9",
|
||||||
|
"lodash-es": "^4.17.21",
|
||||||
|
"minimatch": "^10.0.1",
|
||||||
|
"semver": "^7.6.3",
|
||||||
|
"typescript-eslint": "^8.18.0"
|
||||||
|
},
|
||||||
|
"devDependencies": {
|
||||||
"@babel/core": "^7.26.0",
|
"@babel/core": "^7.26.0",
|
||||||
"@babel/plugin-transform-flow-strip-types": "^7.25.9",
|
"@babel/plugin-transform-flow-strip-types": "^7.25.9",
|
||||||
"@babel/preset-env": "^7.26.0",
|
"@babel/preset-env": "^7.26.0",
|
||||||
"@eslint-react/eslint-plugin": "^1.17.2",
|
"@graphql-eslint/eslint-plugin": "^4.3.0",
|
||||||
"@eslint/js": "^9.16.0",
|
|
||||||
"@graphql-eslint/eslint-plugin": "^4.2.0",
|
|
||||||
"@stylistic/eslint-plugin": "^2.11.0",
|
|
||||||
"@swc-node/register": "^1.10.9",
|
"@swc-node/register": "^1.10.9",
|
||||||
"@tanstack/eslint-plugin-query": "^5.61.6",
|
"@tanstack/eslint-plugin-query": "^5.62.1",
|
||||||
"@types/babel-plugin-macros": "^3.1.3",
|
"@types/babel-plugin-macros": "^3.1.3",
|
||||||
"@types/babel__core": "^7.20.5",
|
"@types/babel__core": "^7.20.5",
|
||||||
"@types/eslint": "^9.6.1",
|
|
||||||
"@types/eslint-config-prettier": "^6.11.3",
|
"@types/eslint-config-prettier": "^6.11.3",
|
||||||
"@types/eslint-plugin-tailwindcss": "^3.17.0",
|
"@types/eslint-plugin-tailwindcss": "^3.17.0",
|
||||||
"@types/eslint__js": "^8.42.3",
|
"@types/eslint__js": "^8.42.3",
|
||||||
@ -32,45 +69,31 @@
|
|||||||
"@types/estree": "^1.0.6",
|
"@types/estree": "^1.0.6",
|
||||||
"@types/estree-jsx": "^1.0.5",
|
"@types/estree-jsx": "^1.0.5",
|
||||||
"@types/lodash-es": "^4.17.12",
|
"@types/lodash-es": "^4.17.12",
|
||||||
"@types/node": "^22.10.1",
|
"@types/node": "^22.10.2",
|
||||||
"@types/react-refresh": "^0.14.6",
|
"@types/react-refresh": "^0.14.6",
|
||||||
"@typescript-eslint/eslint-plugin": "^8.16.0",
|
"@typescript-eslint/types": "^8.18.0",
|
||||||
"@typescript-eslint/parser": "^8.16.0",
|
"@typescript-eslint/typescript-estree": "^8.18.0",
|
||||||
"@typescript-eslint/type-utils": "^8.16.0",
|
"@vitest/eslint-plugin": "^1.1.16",
|
||||||
"@typescript-eslint/types": "^8.16.0",
|
|
||||||
"@typescript-eslint/typescript-estree": "^8.16.0",
|
|
||||||
"@typescript-eslint/utils": "^8.16.0",
|
|
||||||
"babel-plugin-macros": "^3.1.0",
|
"babel-plugin-macros": "^3.1.0",
|
||||||
"dts-bundle-generator": "9.5.1",
|
"dts-bundle-generator": "9.5.1",
|
||||||
"esbuild": "0.24.0",
|
"esbuild": "0.24.0",
|
||||||
"esbuild-plugin-alias": "^0.2.1",
|
"esbuild-plugin-alias": "^0.2.1",
|
||||||
"eslint": "9.16.0",
|
"eslint": "^9.17.0",
|
||||||
"eslint-config-prettier": "^9.1.0",
|
"eslint-plugin-jsdoc": "^50.6.1",
|
||||||
"eslint-import-resolver-typescript": "^3.6.3",
|
"eslint-plugin-react-refresh": "^0.4.16",
|
||||||
"eslint-plugin-import-x": "^4.4.3",
|
"eslint-plugin-storybook": "^0.11.1",
|
||||||
"eslint-plugin-jsdoc": "^50.6.0",
|
"eslint-plugin-testing-library": "^7.1.1",
|
||||||
"eslint-plugin-react-refresh": "^0.4.14",
|
|
||||||
"eslint-plugin-storybook": "canary",
|
|
||||||
"eslint-plugin-testing-library": "^7.0.0",
|
|
||||||
"eslint-plugin-unicorn": "^56.0.1",
|
|
||||||
"eslint-plugin-vitest": "^0.5.4",
|
|
||||||
"esprima": "^4.0.1",
|
|
||||||
"esquery": "^1.6.0",
|
|
||||||
"fast-glob": "^3.3.2",
|
|
||||||
"find-cache-dir": "^5.0.0",
|
"find-cache-dir": "^5.0.0",
|
||||||
"globals": "^15.13.0",
|
|
||||||
"graphql": "^16.9.0",
|
"graphql": "^16.9.0",
|
||||||
"json-schema-to-ts": "^3.1.1",
|
"json-schema-to-ts": "^3.1.1",
|
||||||
"lodash-es": "^4.17.21",
|
"nolyfill": "^1.0.43",
|
||||||
"nolyfill": "^1.0.42",
|
|
||||||
"patch-package": "^8.0.0",
|
"patch-package": "^8.0.0",
|
||||||
"picocolors": "^1.1.1",
|
"picocolors": "^1.1.1",
|
||||||
"prettier": "^3.4.1",
|
"prettier": "^3.4.2",
|
||||||
"prop-types": "^15.8.1",
|
"prop-types": "^15.8.1",
|
||||||
"terser": "^5.36.0",
|
"terser": "^5.37.0",
|
||||||
"type-fest": "^4.29.0",
|
"type-fest": "^4.30.1",
|
||||||
"typescript": "^5.7.2",
|
"typescript": "^5.7.2"
|
||||||
"typescript-eslint": "^8.16.0"
|
|
||||||
},
|
},
|
||||||
"prettier": {
|
"prettier": {
|
||||||
"arrowParens": "avoid",
|
"arrowParens": "avoid",
|
||||||
|
1126
pnpm-lock.yaml
generated
1126
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
14
scripts/sync-deps.ts
Executable file
14
scripts/sync-deps.ts
Executable file
@ -0,0 +1,14 @@
|
|||||||
|
#!/usr/bin/env node --experimental-strip-types
|
||||||
|
import fs from 'node:fs';
|
||||||
|
|
||||||
|
const up = JSON.parse(
|
||||||
|
fs.readFileSync('package.json', 'utf8'),
|
||||||
|
) as typeof import('../package.json');
|
||||||
|
|
||||||
|
const down = JSON.parse(
|
||||||
|
fs.readFileSync('dist/package.json', 'utf8'),
|
||||||
|
) as typeof import('../dist/package.json');
|
||||||
|
|
||||||
|
down.dependencies = up.dependencies;
|
||||||
|
|
||||||
|
fs.writeFileSync('dist/package.json', JSON.stringify(down, null, 2));
|
@ -6,10 +6,10 @@
|
|||||||
"subject": "[meta] add `repository.directory` field"
|
"subject": "[meta] add `repository.directory` field"
|
||||||
},
|
},
|
||||||
"eslint-import-resolver-typescript": {
|
"eslint-import-resolver-typescript": {
|
||||||
"hash": "e6256b7860e886583ec5a7614b001d021e1086a2",
|
"hash": "d1807bd97b41bf17d9254a768baa8a1e51b2962a",
|
||||||
"date": "2024-12-01T03:42:40+00:00",
|
"date": "2024-12-05T17:55:16+09:00",
|
||||||
"committer": "GitHub",
|
"committer": "GitHub",
|
||||||
"subject": "chore(deps): update dependency simple-git-hooks to ^2.11.1 (#325)"
|
"subject": "import/resolvers -> import/resolver (#328)"
|
||||||
},
|
},
|
||||||
"eslint-plugin-jsx-a11y": {
|
"eslint-plugin-jsx-a11y": {
|
||||||
"hash": "7566e13531f09a040daee4c16d0cba0c28d321c4",
|
"hash": "7566e13531f09a040daee4c16d0cba0c28d321c4",
|
||||||
@ -18,10 +18,10 @@
|
|||||||
"subject": "[Deps] update `axe-core`"
|
"subject": "[Deps] update `axe-core`"
|
||||||
},
|
},
|
||||||
"eslint-plugin-n": {
|
"eslint-plugin-n": {
|
||||||
"hash": "ccf5f9e482c32f2fd2d5f78649d7f837a5db8870",
|
"hash": "308c80c60490484a9d27c0ab32e1d8d6652807cd",
|
||||||
"date": "2024-11-21T21:05:02+01:00",
|
"date": "2024-12-10T10:59:09+08:00",
|
||||||
"committer": "GitHub",
|
"committer": "GitHub",
|
||||||
"subject": "chore(master): release 17.14.0 (#387)"
|
"subject": "chore(master): release 17.15.0 (#394)"
|
||||||
},
|
},
|
||||||
"eslint-plugin-react": {
|
"eslint-plugin-react": {
|
||||||
"hash": "983b88dd3cb5e07919517d3fde4085f60883ded7",
|
"hash": "983b88dd3cb5e07919517d3fde4085f60883ded7",
|
||||||
|
@ -12,6 +12,6 @@ export async function reactQuery() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
export async function vitest() {
|
export async function vitest() {
|
||||||
const { configs } = def(await import('eslint-plugin-vitest'));
|
const { configs } = def(await import('@vitest/eslint-plugin'));
|
||||||
return defineConfig([configs.recommended]);
|
return defineConfig([configs.recommended]);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user