Bump
This commit is contained in:
parent
d06cd4937c
commit
d7e9b986c7
30
dist/package.json
vendored
30
dist/package.json
vendored
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@aet/eslint-rules",
|
||||
"version": "2.0.46",
|
||||
"version": "2.0.48",
|
||||
"license": "UNLICENSED",
|
||||
"type": "module",
|
||||
"bin": {
|
||||
@ -23,18 +23,18 @@
|
||||
"@tanstack/eslint-plugin-query": "^5.62.1"
|
||||
},
|
||||
"dependencies": {
|
||||
"@aet/eslint-define-config": "^0.1.12",
|
||||
"@aet/eslint-define-config": "^0.1.15",
|
||||
"@antfu/install-pkg": "^1.1.0",
|
||||
"@eslint-community/eslint-utils": "^4.7.0",
|
||||
"@eslint-react/eslint-plugin": "1.49.0",
|
||||
"@eslint/js": "^9.27.0",
|
||||
"@eslint-react/eslint-plugin": "1.51.2",
|
||||
"@eslint/js": "^9.28.0",
|
||||
"@nolyfill/is-core-module": "^1.0.39",
|
||||
"@stylistic/eslint-plugin": "^4.4.0",
|
||||
"@stylistic/eslint-plugin": "^4.4.1",
|
||||
"@types/eslint": "^9.6.1",
|
||||
"@typescript-eslint/eslint-plugin": "^8.32.1",
|
||||
"@typescript-eslint/parser": "^8.32.1",
|
||||
"@typescript-eslint/type-utils": "^8.32.1",
|
||||
"@typescript-eslint/utils": "^8.32.1",
|
||||
"@typescript-eslint/eslint-plugin": "^8.33.1",
|
||||
"@typescript-eslint/parser": "^8.33.1",
|
||||
"@typescript-eslint/type-utils": "^8.33.1",
|
||||
"@typescript-eslint/utils": "^8.33.1",
|
||||
"aria-query": "^5.3.2",
|
||||
"axe-core": "^4.10.3",
|
||||
"axobject-query": "4.1.0",
|
||||
@ -45,25 +45,25 @@
|
||||
"enhanced-resolve": "^5.18.1",
|
||||
"eslint-config-prettier": "^10.1.5",
|
||||
"eslint-import-resolver-node": "^0.3.9",
|
||||
"eslint-import-resolver-typescript": "^4.3.5",
|
||||
"eslint-import-resolver-typescript": "^4.4.3",
|
||||
"eslint-module-utils": "^2.12.0",
|
||||
"eslint-plugin-import-x": "^4.12.2",
|
||||
"eslint-plugin-regexp": "^2.7.0",
|
||||
"eslint-plugin-import-x": "^4.15.1",
|
||||
"eslint-plugin-regexp": "^2.8.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.1",
|
||||
"globals": "^16.1.0",
|
||||
"ignore": "^7.0.4",
|
||||
"globals": "^16.2.0",
|
||||
"ignore": "^7.0.5",
|
||||
"is-bun-module": "^2.0.0",
|
||||
"is-glob": "^4.0.3",
|
||||
"language-tags": "^2.1.0",
|
||||
"lodash-es": "^4.17.21",
|
||||
"minimatch": "^10.0.1",
|
||||
"semver": "^7.7.2",
|
||||
"typescript-eslint": "^8.32.1"
|
||||
"typescript-eslint": "^8.33.1"
|
||||
},
|
||||
"pnpm": {
|
||||
"overrides": {
|
||||
|
52
package.json
52
package.json
@ -11,18 +11,18 @@
|
||||
},
|
||||
"private": true,
|
||||
"dependencies": {
|
||||
"@aet/eslint-define-config": "^0.1.12",
|
||||
"@aet/eslint-define-config": "^0.1.15",
|
||||
"@antfu/install-pkg": "^1.1.0",
|
||||
"@eslint-community/eslint-utils": "^4.7.0",
|
||||
"@eslint-react/eslint-plugin": "1.49.0",
|
||||
"@eslint/js": "^9.27.0",
|
||||
"@eslint-react/eslint-plugin": "1.51.2",
|
||||
"@eslint/js": "^9.28.0",
|
||||
"@nolyfill/is-core-module": "^1.0.39",
|
||||
"@stylistic/eslint-plugin": "^4.4.0",
|
||||
"@stylistic/eslint-plugin": "^4.4.1",
|
||||
"@types/eslint": "^9.6.1",
|
||||
"@typescript-eslint/eslint-plugin": "^8.32.1",
|
||||
"@typescript-eslint/parser": "^8.32.1",
|
||||
"@typescript-eslint/type-utils": "^8.32.1",
|
||||
"@typescript-eslint/utils": "^8.32.1",
|
||||
"@typescript-eslint/eslint-plugin": "^8.33.1",
|
||||
"@typescript-eslint/parser": "^8.33.1",
|
||||
"@typescript-eslint/type-utils": "^8.33.1",
|
||||
"@typescript-eslint/utils": "^8.33.1",
|
||||
"aria-query": "^5.3.2",
|
||||
"axe-core": "^4.10.3",
|
||||
"axobject-query": "4.1.0",
|
||||
@ -33,56 +33,56 @@
|
||||
"enhanced-resolve": "^5.18.1",
|
||||
"eslint-config-prettier": "^10.1.5",
|
||||
"eslint-import-resolver-node": "^0.3.9",
|
||||
"eslint-import-resolver-typescript": "^4.3.5",
|
||||
"eslint-import-resolver-typescript": "^4.4.3",
|
||||
"eslint-module-utils": "^2.12.0",
|
||||
"eslint-plugin-import-x": "^4.12.2",
|
||||
"eslint-plugin-regexp": "^2.7.0",
|
||||
"eslint-plugin-import-x": "^4.15.1",
|
||||
"eslint-plugin-regexp": "^2.8.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.1",
|
||||
"globals": "^16.1.0",
|
||||
"ignore": "^7.0.4",
|
||||
"globals": "^16.2.0",
|
||||
"ignore": "^7.0.5",
|
||||
"is-bun-module": "^2.0.0",
|
||||
"is-glob": "^4.0.3",
|
||||
"language-tags": "^2.1.0",
|
||||
"lodash-es": "^4.17.21",
|
||||
"minimatch": "^10.0.1",
|
||||
"semver": "^7.7.2",
|
||||
"typescript-eslint": "^8.32.1"
|
||||
"typescript-eslint": "^8.33.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.27.1",
|
||||
"@babel/core": "^7.27.4",
|
||||
"@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.74.7",
|
||||
"@tanstack/eslint-plugin-query": "^5.78.0",
|
||||
"@types/babel-plugin-macros": "^3.1.3",
|
||||
"@types/babel__core": "^7.20.5",
|
||||
"@types/eslint-config-prettier": "^6.11.3",
|
||||
"@types/eslint-plugin-tailwindcss": "^3.17.0",
|
||||
"@types/esprima": "^4.0.6",
|
||||
"@types/esquery": "^1.5.4",
|
||||
"@types/estree": "^1.0.7",
|
||||
"@types/estree": "^1.0.8",
|
||||
"@types/estree-jsx": "^1.0.5",
|
||||
"@types/lodash-es": "^4.17.12",
|
||||
"@types/node": "^22.15.21",
|
||||
"@types/node": "^22.15.30",
|
||||
"@types/react-refresh": "^0.14.6",
|
||||
"@typescript-eslint/types": "^8.32.1",
|
||||
"@typescript-eslint/typescript-estree": "^8.32.1",
|
||||
"@typescript-eslint/types": "^8.33.1",
|
||||
"@typescript-eslint/typescript-estree": "^8.33.1",
|
||||
"@vitest/eslint-plugin": "^1.2.1",
|
||||
"babel-plugin-macros": "^3.1.0",
|
||||
"dts-bundle-generator": "9.5.1",
|
||||
"esbuild": "0.25.4",
|
||||
"esbuild": "0.25.5",
|
||||
"esbuild-plugin-alias": "^0.2.1",
|
||||
"eslint": "^9.27.0",
|
||||
"eslint-plugin-jsdoc": "^50.6.17",
|
||||
"eslint": "^9.28.0",
|
||||
"eslint-plugin-jsdoc": "^50.7.1",
|
||||
"eslint-plugin-react-refresh": "^0.4.20",
|
||||
"eslint-plugin-storybook": "^0.12.0",
|
||||
"eslint-plugin-testing-library": "^7.2.1",
|
||||
"eslint-plugin-storybook": "^9.0.6",
|
||||
"eslint-plugin-testing-library": "^7.4.0",
|
||||
"graphql": "^16.11.0",
|
||||
"json-schema-to-ts": "^3.1.1",
|
||||
"nolyfill": "^1.0.44",
|
||||
@ -90,7 +90,7 @@
|
||||
"picocolors": "^1.1.1",
|
||||
"prettier": "^3.5.3",
|
||||
"prop-types": "^15.8.1",
|
||||
"terser": "^5.39.2",
|
||||
"terser": "^5.41.0",
|
||||
"type-fest": "^4.41.0",
|
||||
"typescript": "^5.8.3"
|
||||
},
|
||||
|
2214
pnpm-lock.yaml
generated
2214
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
@ -6,16 +6,16 @@
|
||||
"subject": "[meta] add `repository.directory` field"
|
||||
},
|
||||
"eslint-plugin-jsx-a11y": {
|
||||
"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"
|
||||
"hash": "a7d1a12a6198d546c4a06477b385b4fde03b762e",
|
||||
"date": "2025-06-05T12:28:53-07:00",
|
||||
"committer": "Jordan Harband",
|
||||
"subject": "[Tests] fix linting errors introduced in 2d9ad55"
|
||||
},
|
||||
"eslint-plugin-n": {
|
||||
"hash": "d50c88ede42f98aa181d741cb615d8cc8bdf74e1",
|
||||
"date": "2025-05-12T07:31:20+01:00",
|
||||
"hash": "96998b972ef99618b9ce1da297847e61c0bdea53",
|
||||
"date": "2025-06-02T19:04:41+08:00",
|
||||
"committer": "GitHub",
|
||||
"subject": "ci: replace node 23 with 24 in test matrix (#442)"
|
||||
"subject": "chore(master): release 17.19.0 (#444)"
|
||||
},
|
||||
"eslint-plugin-react": {
|
||||
"hash": "983b88dd3cb5e07919517d3fde4085f60883ded7",
|
||||
|
Loading…
x
Reference in New Issue
Block a user