Bump
This commit is contained in:
parent
51df8a9a2c
commit
8824c2166d
26
dist/package.json
vendored
26
dist/package.json
vendored
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@aet/eslint-rules",
|
||||
"version": "2.0.25",
|
||||
"version": "2.0.26",
|
||||
"license": "UNLICENSED",
|
||||
"type": "module",
|
||||
"bin": {
|
||||
@ -23,18 +23,18 @@
|
||||
"@tanstack/eslint-plugin-query": "^5.62.1"
|
||||
},
|
||||
"dependencies": {
|
||||
"@aet/eslint-define-config": "^0.1.2",
|
||||
"@aet/eslint-define-config": "^0.1.3",
|
||||
"@antfu/install-pkg": "^0.5.0",
|
||||
"@eslint-community/eslint-utils": "^4.4.1",
|
||||
"@eslint-react/eslint-plugin": "1.19.0",
|
||||
"@eslint-react/eslint-plugin": "1.22.1",
|
||||
"@eslint/js": "^9.17.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",
|
||||
"@typescript-eslint/eslint-plugin": "^8.18.2",
|
||||
"@typescript-eslint/parser": "^8.18.2",
|
||||
"@typescript-eslint/type-utils": "^8.18.2",
|
||||
"@typescript-eslint/utils": "^8.18.2",
|
||||
"aria-query": "^5.3.2",
|
||||
"axe-core": "^4.10.2",
|
||||
"axobject-query": "4.1.0",
|
||||
@ -42,27 +42,27 @@
|
||||
"debug": "^4.4.0",
|
||||
"doctrine": "^3.0.0",
|
||||
"emoji-regex": "^10.4.0",
|
||||
"enhanced-resolve": "^5.17.1",
|
||||
"enhanced-resolve": "^5.18.0",
|
||||
"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-import-x": "^4.6.1",
|
||||
"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",
|
||||
"globals": "^15.14.0",
|
||||
"ignore": "^7.0.0",
|
||||
"is-bun-module": "^1.3.0",
|
||||
"is-glob": "^4.0.3",
|
||||
"language-tags": "^1.0.9",
|
||||
"language-tags": "^2.0.1",
|
||||
"lodash-es": "^4.17.21",
|
||||
"minimatch": "^10.0.1",
|
||||
"semver": "^7.6.3",
|
||||
"typescript-eslint": "^8.18.0"
|
||||
"typescript-eslint": "^8.18.2"
|
||||
},
|
||||
"pnpm": {
|
||||
"overrides": {
|
||||
|
36
package.json
36
package.json
@ -11,18 +11,18 @@
|
||||
},
|
||||
"private": true,
|
||||
"dependencies": {
|
||||
"@aet/eslint-define-config": "^0.1.2",
|
||||
"@aet/eslint-define-config": "^0.1.3",
|
||||
"@antfu/install-pkg": "^0.5.0",
|
||||
"@eslint-community/eslint-utils": "^4.4.1",
|
||||
"@eslint-react/eslint-plugin": "1.19.0",
|
||||
"@eslint-react/eslint-plugin": "1.22.1",
|
||||
"@eslint/js": "^9.17.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",
|
||||
"@typescript-eslint/eslint-plugin": "^8.18.2",
|
||||
"@typescript-eslint/parser": "^8.18.2",
|
||||
"@typescript-eslint/type-utils": "^8.18.2",
|
||||
"@typescript-eslint/utils": "^8.18.2",
|
||||
"aria-query": "^5.3.2",
|
||||
"axe-core": "^4.10.2",
|
||||
"axobject-query": "4.1.0",
|
||||
@ -30,27 +30,27 @@
|
||||
"debug": "^4.4.0",
|
||||
"doctrine": "^3.0.0",
|
||||
"emoji-regex": "^10.4.0",
|
||||
"enhanced-resolve": "^5.17.1",
|
||||
"enhanced-resolve": "^5.18.0",
|
||||
"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-import-x": "^4.6.1",
|
||||
"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",
|
||||
"globals": "^15.14.0",
|
||||
"ignore": "^7.0.0",
|
||||
"is-bun-module": "^1.3.0",
|
||||
"is-glob": "^4.0.3",
|
||||
"language-tags": "^1.0.9",
|
||||
"language-tags": "^2.0.1",
|
||||
"lodash-es": "^4.17.21",
|
||||
"minimatch": "^10.0.1",
|
||||
"semver": "^7.6.3",
|
||||
"typescript-eslint": "^8.18.0"
|
||||
"typescript-eslint": "^8.18.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.26.0",
|
||||
@ -58,7 +58,7 @@
|
||||
"@babel/preset-env": "^7.26.0",
|
||||
"@graphql-eslint/eslint-plugin": "^4.3.0",
|
||||
"@swc-node/register": "^1.10.9",
|
||||
"@tanstack/eslint-plugin-query": "^5.62.1",
|
||||
"@tanstack/eslint-plugin-query": "^5.62.9",
|
||||
"@types/babel-plugin-macros": "^3.1.3",
|
||||
"@types/babel__core": "^7.20.5",
|
||||
"@types/eslint-config-prettier": "^6.11.3",
|
||||
@ -71,12 +71,12 @@
|
||||
"@types/lodash-es": "^4.17.12",
|
||||
"@types/node": "^22.10.2",
|
||||
"@types/react-refresh": "^0.14.6",
|
||||
"@typescript-eslint/types": "^8.18.0",
|
||||
"@typescript-eslint/typescript-estree": "^8.18.0",
|
||||
"@vitest/eslint-plugin": "^1.1.16",
|
||||
"@typescript-eslint/types": "^8.18.2",
|
||||
"@typescript-eslint/typescript-estree": "^8.18.2",
|
||||
"@vitest/eslint-plugin": "^1.1.21",
|
||||
"babel-plugin-macros": "^3.1.0",
|
||||
"dts-bundle-generator": "9.5.1",
|
||||
"esbuild": "0.24.0",
|
||||
"esbuild": "0.24.2",
|
||||
"esbuild-plugin-alias": "^0.2.1",
|
||||
"eslint": "^9.17.0",
|
||||
"eslint-plugin-jsdoc": "^50.6.1",
|
||||
@ -92,7 +92,7 @@
|
||||
"prettier": "^3.4.2",
|
||||
"prop-types": "^15.8.1",
|
||||
"terser": "^5.37.0",
|
||||
"type-fest": "^4.30.1",
|
||||
"type-fest": "^4.31.0",
|
||||
"typescript": "^5.7.2"
|
||||
},
|
||||
"prettier": {
|
||||
|
836
pnpm-lock.yaml
generated
836
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
@ -6,22 +6,22 @@
|
||||
"subject": "[meta] add `repository.directory` field"
|
||||
},
|
||||
"eslint-import-resolver-typescript": {
|
||||
"hash": "d1807bd97b41bf17d9254a768baa8a1e51b2962a",
|
||||
"date": "2024-12-05T17:55:16+09:00",
|
||||
"hash": "ceadb103672e12af2ce9ac30b3ab4965ef581f2f",
|
||||
"date": "2024-12-16T22:03:20+08:00",
|
||||
"committer": "GitHub",
|
||||
"subject": "import/resolvers -> import/resolver (#328)"
|
||||
"subject": "chore(#331): drop `is-glob` (#332)"
|
||||
},
|
||||
"eslint-plugin-jsx-a11y": {
|
||||
"hash": "7566e13531f09a040daee4c16d0cba0c28d321c4",
|
||||
"date": "2024-11-17T09:51:03-08:00",
|
||||
"committer": "Jordan Harband",
|
||||
"subject": "[Deps] update `axe-core`"
|
||||
"hash": "91e39b45ade789c86ae14df869a86b0ea468ed95",
|
||||
"date": "2024-12-25T15:11:08-06:00",
|
||||
"committer": "michael faith",
|
||||
"subject": "[patch] `no-autofocus`: don't report error if autoFocus is set to false"
|
||||
},
|
||||
"eslint-plugin-n": {
|
||||
"hash": "308c80c60490484a9d27c0ab32e1d8d6652807cd",
|
||||
"date": "2024-12-10T10:59:09+08:00",
|
||||
"hash": "86a524250dcc7c32225f2880ec66767a06c6258d",
|
||||
"date": "2024-12-24T17:03:32+08:00",
|
||||
"committer": "GitHub",
|
||||
"subject": "chore(master): release 17.15.0 (#394)"
|
||||
"subject": "refactor: eslint v8 compat (#397)"
|
||||
},
|
||||
"eslint-plugin-react": {
|
||||
"hash": "983b88dd3cb5e07919517d3fde4085f60883ded7",
|
||||
|
Loading…
x
Reference in New Issue
Block a user