Bump version
This commit is contained in:
parent
9b4a6cb498
commit
a746e2fbc8
30
dist/package.json
vendored
30
dist/package.json
vendored
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@aet/eslint-rules",
|
||||
"version": "2.0.44",
|
||||
"version": "2.0.45",
|
||||
"license": "UNLICENSED",
|
||||
"type": "module",
|
||||
"bin": {
|
||||
@ -23,18 +23,18 @@
|
||||
"@tanstack/eslint-plugin-query": "^5.62.1"
|
||||
},
|
||||
"dependencies": {
|
||||
"@aet/eslint-define-config": "^0.1.11",
|
||||
"@antfu/install-pkg": "^1.0.0",
|
||||
"@eslint-community/eslint-utils": "^4.6.1",
|
||||
"@eslint-react/eslint-plugin": "1.48.5",
|
||||
"@eslint/js": "^9.25.1",
|
||||
"@aet/eslint-define-config": "^0.1.12",
|
||||
"@antfu/install-pkg": "^1.1.0",
|
||||
"@eslint-community/eslint-utils": "^4.7.0",
|
||||
"@eslint-react/eslint-plugin": "1.49.0",
|
||||
"@eslint/js": "^9.26.0",
|
||||
"@nolyfill/is-core-module": "^1.0.39",
|
||||
"@stylistic/eslint-plugin": "^4.2.0",
|
||||
"@types/eslint": "^9.6.1",
|
||||
"@typescript-eslint/eslint-plugin": "^8.31.0",
|
||||
"@typescript-eslint/parser": "^8.31.0",
|
||||
"@typescript-eslint/type-utils": "^8.31.0",
|
||||
"@typescript-eslint/utils": "^8.31.0",
|
||||
"@typescript-eslint/eslint-plugin": "^8.32.0",
|
||||
"@typescript-eslint/parser": "^8.32.0",
|
||||
"@typescript-eslint/type-utils": "^8.32.0",
|
||||
"@typescript-eslint/utils": "^8.32.0",
|
||||
"aria-query": "^5.3.2",
|
||||
"axe-core": "^4.10.3",
|
||||
"axobject-query": "4.1.0",
|
||||
@ -43,19 +43,19 @@
|
||||
"doctrine": "^3.0.0",
|
||||
"emoji-regex": "^10.4.0",
|
||||
"enhanced-resolve": "^5.18.1",
|
||||
"eslint-config-prettier": "^10.1.2",
|
||||
"eslint-config-prettier": "^10.1.5",
|
||||
"eslint-import-resolver-node": "^0.3.9",
|
||||
"eslint-import-resolver-typescript": "^4.3.4",
|
||||
"eslint-module-utils": "^2.12.0",
|
||||
"eslint-plugin-import-x": "^4.11.0",
|
||||
"eslint-plugin-import-x": "^4.11.1",
|
||||
"eslint-plugin-regexp": "^2.7.0",
|
||||
"eslint-plugin-unicorn": "^58.0.0",
|
||||
"eslint-plugin-unicorn": "^59.0.1",
|
||||
"esprima": "^4.0.1",
|
||||
"esquery": "^1.6.0",
|
||||
"estraverse": "^5.3.0",
|
||||
"fast-glob": "^3.3.3",
|
||||
"get-tsconfig": "^4.10.0",
|
||||
"globals": "^16.0.0",
|
||||
"globals": "^16.1.0",
|
||||
"ignore": "^7.0.4",
|
||||
"is-bun-module": "^2.0.0",
|
||||
"is-glob": "^4.0.3",
|
||||
@ -63,7 +63,7 @@
|
||||
"lodash-es": "^4.17.21",
|
||||
"minimatch": "^10.0.1",
|
||||
"semver": "^7.7.1",
|
||||
"typescript-eslint": "^8.31.0"
|
||||
"typescript-eslint": "^8.32.0"
|
||||
},
|
||||
"pnpm": {
|
||||
"overrides": {
|
||||
|
52
package.json
52
package.json
@ -11,18 +11,18 @@
|
||||
},
|
||||
"private": true,
|
||||
"dependencies": {
|
||||
"@aet/eslint-define-config": "^0.1.11",
|
||||
"@antfu/install-pkg": "^1.0.0",
|
||||
"@eslint-community/eslint-utils": "^4.6.1",
|
||||
"@eslint-react/eslint-plugin": "1.48.5",
|
||||
"@eslint/js": "^9.25.1",
|
||||
"@aet/eslint-define-config": "^0.1.12",
|
||||
"@antfu/install-pkg": "^1.1.0",
|
||||
"@eslint-community/eslint-utils": "^4.7.0",
|
||||
"@eslint-react/eslint-plugin": "1.49.0",
|
||||
"@eslint/js": "^9.26.0",
|
||||
"@nolyfill/is-core-module": "^1.0.39",
|
||||
"@stylistic/eslint-plugin": "^4.2.0",
|
||||
"@types/eslint": "^9.6.1",
|
||||
"@typescript-eslint/eslint-plugin": "^8.31.0",
|
||||
"@typescript-eslint/parser": "^8.31.0",
|
||||
"@typescript-eslint/type-utils": "^8.31.0",
|
||||
"@typescript-eslint/utils": "^8.31.0",
|
||||
"@typescript-eslint/eslint-plugin": "^8.32.0",
|
||||
"@typescript-eslint/parser": "^8.32.0",
|
||||
"@typescript-eslint/type-utils": "^8.32.0",
|
||||
"@typescript-eslint/utils": "^8.32.0",
|
||||
"aria-query": "^5.3.2",
|
||||
"axe-core": "^4.10.3",
|
||||
"axobject-query": "4.1.0",
|
||||
@ -31,19 +31,19 @@
|
||||
"doctrine": "^3.0.0",
|
||||
"emoji-regex": "^10.4.0",
|
||||
"enhanced-resolve": "^5.18.1",
|
||||
"eslint-config-prettier": "^10.1.2",
|
||||
"eslint-config-prettier": "^10.1.5",
|
||||
"eslint-import-resolver-node": "^0.3.9",
|
||||
"eslint-import-resolver-typescript": "^4.3.4",
|
||||
"eslint-module-utils": "^2.12.0",
|
||||
"eslint-plugin-import-x": "^4.11.0",
|
||||
"eslint-plugin-import-x": "^4.11.1",
|
||||
"eslint-plugin-regexp": "^2.7.0",
|
||||
"eslint-plugin-unicorn": "^58.0.0",
|
||||
"eslint-plugin-unicorn": "^59.0.1",
|
||||
"esprima": "^4.0.1",
|
||||
"esquery": "^1.6.0",
|
||||
"estraverse": "^5.3.0",
|
||||
"fast-glob": "^3.3.3",
|
||||
"get-tsconfig": "^4.10.0",
|
||||
"globals": "^16.0.0",
|
||||
"globals": "^16.1.0",
|
||||
"ignore": "^7.0.4",
|
||||
"is-bun-module": "^2.0.0",
|
||||
"is-glob": "^4.0.3",
|
||||
@ -51,15 +51,15 @@
|
||||
"lodash-es": "^4.17.21",
|
||||
"minimatch": "^10.0.1",
|
||||
"semver": "^7.7.1",
|
||||
"typescript-eslint": "^8.31.0"
|
||||
"typescript-eslint": "^8.32.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.26.10",
|
||||
"@babel/plugin-transform-flow-strip-types": "^7.26.5",
|
||||
"@babel/preset-env": "^7.26.9",
|
||||
"@babel/core": "^7.27.1",
|
||||
"@babel/plugin-transform-flow-strip-types": "^7.27.1",
|
||||
"@babel/preset-env": "^7.27.2",
|
||||
"@graphql-eslint/eslint-plugin": "^4.4.0",
|
||||
"@swc-node/register": "^1.10.10",
|
||||
"@tanstack/eslint-plugin-query": "^5.73.3",
|
||||
"@tanstack/eslint-plugin-query": "^5.74.7",
|
||||
"@types/babel-plugin-macros": "^3.1.3",
|
||||
"@types/babel__core": "^7.20.5",
|
||||
"@types/eslint-config-prettier": "^6.11.3",
|
||||
@ -69,17 +69,17 @@
|
||||
"@types/estree": "^1.0.7",
|
||||
"@types/estree-jsx": "^1.0.5",
|
||||
"@types/lodash-es": "^4.17.12",
|
||||
"@types/node": "^22.15.2",
|
||||
"@types/node": "^22.15.17",
|
||||
"@types/react-refresh": "^0.14.6",
|
||||
"@typescript-eslint/types": "^8.31.0",
|
||||
"@typescript-eslint/typescript-estree": "^8.31.0",
|
||||
"@vitest/eslint-plugin": "^1.1.43",
|
||||
"@typescript-eslint/types": "^8.32.0",
|
||||
"@typescript-eslint/typescript-estree": "^8.32.0",
|
||||
"@vitest/eslint-plugin": "^1.1.44",
|
||||
"babel-plugin-macros": "^3.1.0",
|
||||
"dts-bundle-generator": "9.5.1",
|
||||
"esbuild": "0.25.3",
|
||||
"esbuild": "0.25.4",
|
||||
"esbuild-plugin-alias": "^0.2.1",
|
||||
"eslint": "^9.25.1",
|
||||
"eslint-plugin-jsdoc": "^50.6.11",
|
||||
"eslint": "^9.26.0",
|
||||
"eslint-plugin-jsdoc": "^50.6.14",
|
||||
"eslint-plugin-react-refresh": "^0.4.20",
|
||||
"eslint-plugin-storybook": "^0.12.0",
|
||||
"eslint-plugin-testing-library": "^7.1.1",
|
||||
@ -91,7 +91,7 @@
|
||||
"prettier": "^3.5.3",
|
||||
"prop-types": "^15.8.1",
|
||||
"terser": "^5.39.0",
|
||||
"type-fest": "^4.40.1",
|
||||
"type-fest": "^4.41.0",
|
||||
"typescript": "^5.8.3"
|
||||
},
|
||||
"prettier": {
|
||||
|
@ -1 +1 @@
|
||||
Subproject commit cca288b73a39fa0932a57c02a7a88de68fc971fc
|
||||
Subproject commit 91e39b45ade789c86ae14df869a86b0ea468ed95
|
@ -1 +1 @@
|
||||
Subproject commit 6744257b43560181412a76eadeb7de564b886ad4
|
||||
Subproject commit 1f4e67615e85759734c2135486f5578dbefe47b3
|
2835
pnpm-lock.yaml
generated
2835
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
@ -12,10 +12,10 @@
|
||||
"subject": "[patch] `no-autofocus`: don't report error if autoFocus is set to false"
|
||||
},
|
||||
"eslint-plugin-n": {
|
||||
"hash": "002ac9cbc57272b9b3d28fb6aaea32dc8235bfc4",
|
||||
"date": "2025-03-28T23:05:22+08:00",
|
||||
"hash": "1f4e67615e85759734c2135486f5578dbefe47b3",
|
||||
"date": "2025-05-09T13:22:07+08:00",
|
||||
"committer": "GitHub",
|
||||
"subject": "feat: Allow to use `tryExtensions` in the rule `no-unpublished-import` (#429)"
|
||||
"subject": "chore(master): release 17.18.0 (#434)"
|
||||
},
|
||||
"eslint-plugin-react": {
|
||||
"hash": "983b88dd3cb5e07919517d3fde4085f60883ded7",
|
||||
|
12
src/index.ts
12
src/index.ts
@ -74,7 +74,17 @@ export async function extendConfig(
|
||||
importPlugin.flatConfigs.typescript,
|
||||
...unicorn,
|
||||
stylistic,
|
||||
regexpPlugin.configs['flat/recommended'],
|
||||
{
|
||||
plugins: { regexp: regexpPlugin },
|
||||
rules: {
|
||||
...regexpPlugin.configs['flat/recommended'].rules,
|
||||
// https://github.com/ota-meshi/eslint-plugin-regexp/issues/445
|
||||
'regexp/strict': off,
|
||||
'regexp/match-any': off,
|
||||
// https://github.com/ota-meshi/eslint-plugin-regexp/issues/743
|
||||
'regexp/letter-case': off,
|
||||
},
|
||||
},
|
||||
{
|
||||
name: 'eslint-rules/typescript-and-import-x',
|
||||
files: ['**/*.{js,mjs,cjs,jsx,ts,tsx,mts,cts}'],
|
||||
|
Loading…
x
Reference in New Issue
Block a user