Bump version
This commit is contained in:
parent
43d9cc294e
commit
78ed00fd21
2
dist/eslint-init.sh
vendored
Normal file
2
dist/eslint-init.sh
vendored
Normal file
@ -0,0 +1,2 @@
|
||||
#!/bin/bash
|
||||
echo 'export { default } from "@aet/eslint-rules/default";' > eslint.config.js
|
20
dist/package.json
vendored
20
dist/package.json
vendored
@ -1,9 +1,10 @@
|
||||
{
|
||||
"name": "@aet/eslint-rules",
|
||||
"version": "2.0.12",
|
||||
"version": "2.0.13",
|
||||
"license": "UNLICENSED",
|
||||
"type": "module",
|
||||
"bin": {
|
||||
"eslint-init": "eslint-init.sh",
|
||||
"eslint-install": "install.js",
|
||||
"eslint-print": "print-config.sh"
|
||||
},
|
||||
@ -19,19 +20,20 @@
|
||||
"optionalDependencies": {
|
||||
"@tanstack/eslint-plugin-query": "^5.59.7"
|
||||
},
|
||||
"tsconfig": "./tsconfig.json",
|
||||
"dependencies": {
|
||||
"@antfu/install-pkg": "^0.4.1",
|
||||
"@antfu/install-pkg": "^0.5.0",
|
||||
"@nolyfill/is-core-module": "^1.0.39",
|
||||
"@aet/eslint-define-config": "^0.1.0-beta.36",
|
||||
"@aet/eslint-define-config": "^0.1.0-beta.37",
|
||||
"@eslint/js": "^9.15.0",
|
||||
"@eslint-community/eslint-utils": "^4.4.1",
|
||||
"@eslint-react/eslint-plugin": "1.17.1",
|
||||
"@stylistic/eslint-plugin": "^2.11.0",
|
||||
"@types/eslint": "^9.6.1",
|
||||
"@typescript-eslint/eslint-plugin": "^8.15.0",
|
||||
"@typescript-eslint/parser": "^8.15.0",
|
||||
"@typescript-eslint/type-utils": "^8.15.0",
|
||||
"@typescript-eslint/utils": "^8.15.0",
|
||||
"@typescript-eslint/eslint-plugin": "^8.16.0",
|
||||
"@typescript-eslint/parser": "^8.16.0",
|
||||
"@typescript-eslint/type-utils": "^8.16.0",
|
||||
"@typescript-eslint/utils": "^8.16.0",
|
||||
"aria-query": "^5.3.2",
|
||||
"axe-core": "^4.10.2",
|
||||
"axobject-query": "4.1.0",
|
||||
@ -40,7 +42,7 @@
|
||||
"doctrine": "^3.0.0",
|
||||
"emoji-regex": "^10.4.0",
|
||||
"enhanced-resolve": "^5.17.1",
|
||||
"typescript-eslint": "^8.15.0",
|
||||
"typescript-eslint": "^8.16.0",
|
||||
"eslint-config-prettier": "^9.1.0",
|
||||
"eslint-import-resolver-node": "^0.3.9",
|
||||
"eslint-import-resolver-typescript": "^3.6.3",
|
||||
@ -54,7 +56,7 @@
|
||||
"get-tsconfig": "^4.8.1",
|
||||
"globals": "^15.12.0",
|
||||
"ignore": "^6.0.2",
|
||||
"is-bun-module": "^1.2.1",
|
||||
"is-bun-module": "^1.3.0",
|
||||
"is-glob": "^4.0.3",
|
||||
"language-tags": "^1.0.9",
|
||||
"lodash-es": "^4.17.21",
|
||||
|
17
dist/tsconfig.json
vendored
Normal file
17
dist/tsconfig.json
vendored
Normal file
@ -0,0 +1,17 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"allowArbitraryExtensions": true,
|
||||
"allowImportingTsExtensions": true,
|
||||
"importsNotUsedAsValues": "error",
|
||||
"jsx": "react-jsx",
|
||||
"module": "NodeNext",
|
||||
"moduleResolution": "Bundler",
|
||||
"noImplicitOverride": true,
|
||||
"noImplicitReturns": true,
|
||||
"noUnusedLocals": true,
|
||||
"noUnusedParameters": true,
|
||||
"strict": true,
|
||||
"stripInternal": true,
|
||||
"target": "ESNext"
|
||||
}
|
||||
}
|
32
package.json
32
package.json
@ -10,17 +10,17 @@
|
||||
},
|
||||
"private": true,
|
||||
"devDependencies": {
|
||||
"@aet/eslint-define-config": "^0.1.0-beta.36",
|
||||
"@antfu/install-pkg": "^0.4.1",
|
||||
"@aet/eslint-define-config": "^0.1.0-beta.37",
|
||||
"@antfu/install-pkg": "^0.5.0",
|
||||
"@babel/core": "^7.26.0",
|
||||
"@babel/plugin-transform-flow-strip-types": "^7.25.9",
|
||||
"@babel/preset-env": "^7.26.0",
|
||||
"@eslint-react/eslint-plugin": "^1.17.1",
|
||||
"@eslint/js": "^9.15.0",
|
||||
"@graphql-eslint/eslint-plugin": "^3.20.1",
|
||||
"@graphql-eslint/eslint-plugin": "^4.0.1",
|
||||
"@stylistic/eslint-plugin": "^2.11.0",
|
||||
"@swc-node/register": "^1.10.9",
|
||||
"@tanstack/eslint-plugin-query": "^5.60.1",
|
||||
"@tanstack/eslint-plugin-query": "^5.61.6",
|
||||
"@types/babel-plugin-macros": "^3.1.3",
|
||||
"@types/babel__core": "^7.20.5",
|
||||
"@types/eslint": "^9.6.1",
|
||||
@ -32,14 +32,14 @@
|
||||
"@types/estree": "^1.0.6",
|
||||
"@types/estree-jsx": "^1.0.5",
|
||||
"@types/lodash-es": "^4.17.12",
|
||||
"@types/node": "^22.9.3",
|
||||
"@types/node": "^22.10.1",
|
||||
"@types/react-refresh": "^0.14.6",
|
||||
"@typescript-eslint/eslint-plugin": "^8.15.0",
|
||||
"@typescript-eslint/parser": "^8.15.0",
|
||||
"@typescript-eslint/type-utils": "^8.15.0",
|
||||
"@typescript-eslint/types": "^8.15.0",
|
||||
"@typescript-eslint/typescript-estree": "^8.15.0",
|
||||
"@typescript-eslint/utils": "^8.15.0",
|
||||
"@typescript-eslint/eslint-plugin": "^8.16.0",
|
||||
"@typescript-eslint/parser": "^8.16.0",
|
||||
"@typescript-eslint/type-utils": "^8.16.0",
|
||||
"@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",
|
||||
"dts-bundle-generator": "9.5.1",
|
||||
"esbuild": "0.24.0",
|
||||
@ -48,10 +48,10 @@
|
||||
"eslint-config-prettier": "^9.1.0",
|
||||
"eslint-import-resolver-typescript": "^3.6.3",
|
||||
"eslint-plugin-import-x": "^4.4.3",
|
||||
"eslint-plugin-jsdoc": "^50.5.0",
|
||||
"eslint-plugin-jsdoc": "^50.6.0",
|
||||
"eslint-plugin-react-refresh": "^0.4.14",
|
||||
"eslint-plugin-storybook": "canary",
|
||||
"eslint-plugin-testing-library": "^6.5.0",
|
||||
"eslint-plugin-testing-library": "^7.0.0",
|
||||
"eslint-plugin-unicorn": "^56.0.1",
|
||||
"eslint-plugin-vitest": "^0.5.4",
|
||||
"esprima": "^4.0.1",
|
||||
@ -65,12 +65,12 @@
|
||||
"nolyfill": "^1.0.42",
|
||||
"patch-package": "^8.0.0",
|
||||
"picocolors": "^1.1.1",
|
||||
"prettier": "^3.3.3",
|
||||
"prettier": "^3.4.1",
|
||||
"prop-types": "^15.8.1",
|
||||
"terser": "^5.36.0",
|
||||
"type-fest": "^4.27.1",
|
||||
"type-fest": "^4.29.0",
|
||||
"typescript": "^5.7.2",
|
||||
"typescript-eslint": "^8.15.0"
|
||||
"typescript-eslint": "^8.16.0"
|
||||
},
|
||||
"prettier": {
|
||||
"arrowParens": "avoid",
|
||||
|
1323
pnpm-lock.yaml
generated
1323
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user