Skip to content

Commit

Permalink
kurone-kito/maintenanceからのプルリクエスト#92をマージする
Browse files Browse the repository at this point in the history
v0.16.1: Maintenance updates
  • Loading branch information
kurone-kito authored Sep 9, 2024
2 parents ea03bf7 + 7162ea1 commit d3f5290
Show file tree
Hide file tree
Showing 11 changed files with 608 additions and 602 deletions.
15 changes: 12 additions & 3 deletions .yarn/sdks/eslint/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,23 @@
{
"name": "eslint",
"version": "9.9.0-sdk",
"version": "9.10.0-sdk",
"main": "./lib/api.js",
"type": "commonjs",
"bin": {
"eslint": "./bin/eslint.js"
},
"exports": {
".": {
"types": "./lib/types/index.d.ts",
"default": "./lib/api.js"
},
"./package.json": "./package.json",
".": "./lib/api.js",
"./use-at-your-own-risk": "./lib/unsupported-api.js"
"./use-at-your-own-risk": {
"types": "./lib/types/use-at-your-own-risk.d.ts",
"default": "./lib/unsupported-api.js"
},
"./rules": {
"types": "./lib/types/rules/index.d.ts"
}
}
}
30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kurone-kito/lints-config",
"version": "0.16.0",
"version": "0.16.1",
"private": true,
"description": "My configuration for the ESLint / Prettier / TypeScript",
"keywords": [
Expand Down Expand Up @@ -50,9 +50,9 @@
},
"prettier": "@kurone-kito/prettier-config",
"devDependencies": {
"@commitlint/cli": "^19.4.0",
"@commitlint/config-conventional": "^19.2.2",
"@cspell/cspell-types": "^8.14.1",
"@commitlint/cli": "^19.4.1",
"@commitlint/config-conventional": "^19.4.1",
"@cspell/cspell-types": "^8.14.2",
"@kurone-kito/commitlint-config": "workspace:^",
"@kurone-kito/cspell-config": "workspace:^",
"@kurone-kito/eslint-config-base": "workspace:^",
Expand All @@ -61,25 +61,25 @@
"@kurone-kito/markdownlint-config": "workspace:^",
"@kurone-kito/prettier-config": "workspace:^",
"@kurone-kito/typescript-config": "workspace:^",
"@types/eslint": "^9.6.0",
"@typescript-eslint/parser": "^8.2.0",
"@types/eslint": "^9.6.1",
"@typescript-eslint/parser": "^8.4.0",
"@yarnpkg/sdks": "^3.2.0",
"concurrently": "^8.2.2",
"cspell": "^8.14.1",
"eslint": "^9.9.0",
"concurrently": "^9.0.0",
"cspell": "^8.14.2",
"eslint": "^9.10.0",
"eslint-formatter-codeframe": "^7.32.1",
"husky": "^9.1.4",
"lint-staged": "^15.2.9",
"markdownlint-cli2": "^0.13.0",
"oxlint": "^0.7.2",
"husky": "^9.1.5",
"lint-staged": "^15.2.10",
"markdownlint-cli2": "^0.14.0",
"oxlint": "^0.9.3",
"prettier": "^3.3.3",
"rimraf": "^5.0.10",
"typescript": "~5.5.4",
"typescript-eslint-language-service": "^5.0.5"
},
"packageManager": "[email protected].0+sha512.91d93b445d9284e7ed52931369bc89a663414e5582d00eea45c67ddc459a2582919eece27c412d6ffd1bd0793ff35399381cb229326b961798ce4f4cc60ddfdb",
"packageManager": "[email protected].1+sha512.f825273d0689cc9ead3259c14998037662f1dcd06912637b21a450e8da7cfeb4b1965bbee73d16927baa1201054126bc385c6f43ff4aa705c8631d26e12460f1",
"engines": {
"node": ">=18"
"node": "^18.20 || ^20.10 || >=22"
},
"publishConfig": {
"access": "public"
Expand Down
8 changes: 4 additions & 4 deletions packages/commitlint-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kurone-kito/commitlint-config",
"version": "0.16.0",
"version": "0.16.1",
"description": "My commitlint configuration for general projects",
"keywords": [
"commitlint",
Expand Down Expand Up @@ -35,9 +35,9 @@
"prepack": "conc -m 1 \"yarn:clean\" \"yarn:build\""
},
"devDependencies": {
"@commitlint/config-conventional": "^19.2.2",
"@commitlint/config-conventional": "^19.4.1",
"@kurone-kito/typescript-config": "workspace:^",
"concurrently": "^8.2.2",
"concurrently": "^9.0.0",
"cpy-cli": "^5.0.0",
"js-yaml": "^4.1.0",
"rimraf": "^5.0.10"
Expand All @@ -48,7 +48,7 @@
}
},
"engines": {
"node": ">=18"
"node": "^18.20 || ^20.10 || >=22"
},
"publishConfig": {
"access": "public"
Expand Down
6 changes: 3 additions & 3 deletions packages/cspell-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kurone-kito/cspell-config",
"version": "0.16.0",
"version": "0.16.1",
"description": "My CSpell configuration for general projects",
"keywords": [
"config",
Expand Down Expand Up @@ -40,13 +40,13 @@
"prepack": "conc -m 1 \"yarn:clean\" \"yarn:build\""
},
"devDependencies": {
"concurrently": "^8.2.2",
"concurrently": "^9.0.0",
"cpy-cli": "^5.0.0",
"js-yaml": "^4.1.0",
"rimraf": "^5.0.10"
},
"engines": {
"node": ">=18"
"node": "^18.20 || ^20.10 || >=22"
},
"publishConfig": {
"access": "public"
Expand Down
30 changes: 15 additions & 15 deletions packages/eslint-config-base/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kurone-kito/eslint-config-base",
"version": "0.16.0",
"version": "0.16.1",
"description": "My ESLint configuration for general Node.js projects",
"keywords": [
"config",
Expand Down Expand Up @@ -32,49 +32,49 @@
"start": "tsc --watch"
},
"dependencies": {
"@cspell/eslint-plugin": "^8.14.1",
"@cspell/eslint-plugin": "^8.14.2",
"@eslint/compat": "^1.1.1",
"@eslint/eslintrc": "^3.1.0",
"@eslint/js": "^9.9.0",
"@typescript-eslint/eslint-plugin": "^8.2.0",
"@typescript-eslint/parser": "^8.2.0",
"@eslint/js": "^9.10.0",
"@typescript-eslint/eslint-plugin": "^8.4.0",
"@typescript-eslint/parser": "^8.4.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-airbnb-typescript": "^18.0.0",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-node": "^0.3.9",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-import-resolver-typescript": "^3.6.3",
"eslint-plugin-editorconfig": "^4.0.3",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-import": "^2.30.0",
"eslint-plugin-jsdoc": "^50.2.2",
"eslint-plugin-json": "^4.0.1",
"eslint-plugin-markdown": "^5.1.0",
"eslint-plugin-markdownlint": "^0.6.0",
"eslint-plugin-n": "^17.10.2",
"eslint-plugin-oxlint": "^0.7.2",
"eslint-plugin-oxlint": "^0.9.3",
"eslint-plugin-yaml": "^1.0.3",
"globals": "^15.9.0",
"typescript-eslint": "^8.2.0"
"typescript-eslint": "^8.4.0"
},
"devDependencies": {
"@kurone-kito/typescript-config": "workspace:^",
"@types/eslint": "^9.6.0",
"@types/eslint": "^9.6.1",
"@types/eslint-config-prettier": "^6.11.3",
"@types/eslint-plugin-markdown": "^2.0.2",
"@types/eslint__eslintrc": "^2.1.2",
"@types/eslint__js": "^8.42.3",
"@types/node": "^22.4.1",
"@typescript-eslint/utils": "^8.2.0",
"concurrently": "^8.2.2",
"@types/node": "^22.5.4",
"@typescript-eslint/utils": "^8.4.0",
"concurrently": "^9.0.0",
"cpy-cli": "^5.0.0",
"eslint": "^9.9.0",
"eslint": "^9.10.0",
"rimraf": "^5.0.10",
"typescript": "~5.5.4"
},
"peerDependencies": {
"eslint": ">=9.x.x"
},
"engines": {
"node": ">=18"
"node": "^18.20 || ^20.10 || >=22"
},
"publishConfig": {
"access": "public"
Expand Down
30 changes: 15 additions & 15 deletions packages/eslint-config-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kurone-kito/eslint-config-react",
"version": "0.16.0",
"version": "0.16.1",
"description": "My ESLint configuration for React projects",
"keywords": [
"config",
Expand Down Expand Up @@ -33,31 +33,31 @@
"start": "tsc --watch"
},
"dependencies": {
"@cspell/eslint-plugin": "^8.14.1",
"@cspell/eslint-plugin": "^8.14.2",
"@eslint/eslintrc": "^3.1.0",
"@eslint/js": "^9.9.0",
"@eslint/js": "^9.10.0",
"@kurone-kito/eslint-config-base": "workspace:^",
"@typescript-eslint/eslint-plugin": "^8.2.0",
"@typescript-eslint/parser": "^8.2.0",
"@typescript-eslint/eslint-plugin": "^8.4.0",
"@typescript-eslint/parser": "^8.4.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-typescript": "^18.0.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsx-a11y": "^6.9.0",
"eslint-plugin-react": "^7.35.0",
"eslint-plugin-import": "^2.30.0",
"eslint-plugin-jsx-a11y": "^6.10.0",
"eslint-plugin-react": "^7.35.2",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-storybook": "^0.8.0",
"typescript-eslint": "^8.2.0"
"typescript-eslint": "^8.4.0"
},
"devDependencies": {
"@kurone-kito/typescript-config": "workspace:^",
"@types/eslint": "^9.6.0",
"@types/eslint": "^9.6.1",
"@types/eslint__eslintrc": "^2.1.2",
"@types/eslint__js": "^8.42.3",
"@types/node": "^22.4.1",
"@typescript-eslint/utils": "^8.2.0",
"concurrently": "^8.2.2",
"@types/node": "^22.5.4",
"@typescript-eslint/utils": "^8.4.0",
"concurrently": "^9.0.0",
"cpy-cli": "^5.0.0",
"eslint": "^9.9.0",
"eslint": "^9.10.0",
"rimraf": "^5.0.10",
"typescript": "~5.5.4"
},
Expand All @@ -70,7 +70,7 @@
}
},
"engines": {
"node": ">=18"
"node": "^18.20 || ^20.10 || >=22"
},
"publishConfig": {
"access": "public"
Expand Down
6 changes: 3 additions & 3 deletions packages/lint-staged-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kurone-kito/lint-staged-config",
"version": "0.16.0",
"version": "0.16.1",
"description": "My lint-staged configuration for general projects",
"keywords": [
"config",
Expand Down Expand Up @@ -38,7 +38,7 @@
"prepack": "conc -m 1 \"yarn:clean\" \"yarn:build\""
},
"devDependencies": {
"concurrently": "^8.2.2",
"concurrently": "^9.0.0",
"cpy-cli": "^5.0.0",
"js-yaml": "^4.1.0",
"rimraf": "^5.0.10"
Expand All @@ -51,7 +51,7 @@
"prettier": ">=3.0.x"
},
"engines": {
"node": ">=18"
"node": "^18.20 || ^20.10 || >=22"
},
"publishConfig": {
"access": "public"
Expand Down
6 changes: 3 additions & 3 deletions packages/markdownlint-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kurone-kito/markdownlint-config",
"version": "0.16.0",
"version": "0.16.1",
"description": "My Markdownlint configuration for general projects",
"keywords": [
"config",
Expand Down Expand Up @@ -33,13 +33,13 @@
"prepack": "conc -m 1 \"yarn:clean\" \"yarn:build\""
},
"devDependencies": {
"concurrently": "^8.2.2",
"concurrently": "^9.0.0",
"cpy-cli": "^5.0.0",
"js-yaml": "^4.1.0",
"rimraf": "^5.0.10"
},
"engines": {
"node": ">=18"
"node": "^18.20 || ^20.10 || >=22"
},
"publishConfig": {
"access": "public"
Expand Down
6 changes: 3 additions & 3 deletions packages/prettier-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kurone-kito/prettier-config",
"version": "0.16.0",
"version": "0.16.1",
"description": "My Prettier configuration for general projects",
"keywords": [
"config",
Expand Down Expand Up @@ -35,13 +35,13 @@
"prepack": "conc -m 1 \"yarn:clean\" \"yarn:build\""
},
"devDependencies": {
"concurrently": "^8.2.2",
"concurrently": "^9.0.0",
"cpy-cli": "^5.0.0",
"js-yaml": "^4.1.0",
"rimraf": "^5.0.10"
},
"engines": {
"node": ">=18"
"node": "^18.20 || ^20.10 || >=22"
},
"publishConfig": {
"access": "public"
Expand Down
10 changes: 5 additions & 5 deletions packages/typescript-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kurone-kito/typescript-config",
"version": "0.16.0",
"version": "0.16.1",
"description": "My TypeScript configuration for general projects",
"keywords": [
"config",
Expand Down Expand Up @@ -32,10 +32,10 @@
"prepack": "conc -m 1 \"yarn:clean\" \"yarn:build\""
},
"devDependencies": {
"@typescript-eslint/parser": "^8.2.0",
"concurrently": "^8.2.2",
"@typescript-eslint/parser": "^8.4.0",
"concurrently": "^9.0.0",
"cpy-cli": "^5.0.0",
"eslint": "^9.9.0",
"eslint": "^9.10.0",
"typescript": "~5.5.4",
"typescript-eslint-language-service": "^5.0.5"
},
Expand All @@ -56,7 +56,7 @@
}
},
"engines": {
"node": ">=18"
"node": "^18.20 || ^20.10 || >=22"
},
"publishConfig": {
"access": "public"
Expand Down
Loading

0 comments on commit d3f5290

Please sign in to comment.