Skip to content

Commit

Permalink
Update dependency @slashnephy/eslint-config to v2.0.43
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Oct 24, 2023
1 parent 3b844e2 commit 0920f51
Show file tree
Hide file tree
Showing 9 changed files with 25 additions and 25 deletions.
2 changes: 1 addition & 1 deletion env/discord/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@babel/preset-typescript": "7.22.5",
"@rollup/plugin-babel": "6.0.3",
"@rollup/plugin-typescript": "11.1.2",
"@slashnephy/eslint-config": "2.0.42",
"@slashnephy/eslint-config": "2.0.43",
"@slashnephy/prettier-config": "1.0.29",
"@types/babel__core": "7.20.1",
"@types/babel__preset-env": "7.9.2",
Expand Down
2 changes: 1 addition & 1 deletion env/jest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
},
"devDependencies": {
"@jest/types": "29.6.1",
"@slashnephy/eslint-config": "2.0.42",
"@slashnephy/eslint-config": "2.0.43",
"@slashnephy/prettier-config": "1.0.29",
"@types/node": "20.4.5",
"concurrently": "8.2.0",
Expand Down
2 changes: 1 addition & 1 deletion env/renovate/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"dotenv": "16.3.1"
},
"devDependencies": {
"@slashnephy/eslint-config": "2.0.42",
"@slashnephy/eslint-config": "2.0.43",
"@slashnephy/prettier-config": "1.0.29",
"@types/node": "20.4.5",
"concurrently": "8.2.0",
Expand Down
2 changes: 1 addition & 1 deletion env/scrapbox/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"lint:prettier": "prettier --check ."
},
"devDependencies": {
"@slashnephy/eslint-config": "2.0.42",
"@slashnephy/eslint-config": "2.0.43",
"@slashnephy/prettier-config": "1.0.29",
"concurrently": "8.2.0",
"eslint": "8.45.0",
Expand Down
2 changes: 1 addition & 1 deletion env/stylelint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"stylelint": "^15"
},
"devDependencies": {
"@slashnephy/eslint-config": "2.0.42",
"@slashnephy/eslint-config": "2.0.43",
"@slashnephy/prettier-config": "1.0.29",
"@types/node": "20.4.5",
"concurrently": "8.2.0",
Expand Down
2 changes: 1 addition & 1 deletion env/textlint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"textlint": "^13"
},
"devDependencies": {
"@slashnephy/eslint-config": "2.0.42",
"@slashnephy/eslint-config": "2.0.43",
"@slashnephy/prettier-config": "1.0.29",
"@textlint/types": "13.3.3",
"@types/node": "20.4.5",
Expand Down
2 changes: 1 addition & 1 deletion env/typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"typescript": "^5"
},
"devDependencies": {
"@slashnephy/eslint-config": "2.0.42",
"@slashnephy/eslint-config": "2.0.43",
"@slashnephy/prettier-config": "1.0.29",
"@types/node": "20.4.5",
"concurrently": "8.2.0",
Expand Down
2 changes: 1 addition & 1 deletion env/userstyle/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"watch:postcss": "yarn build:postcss -w"
},
"devDependencies": {
"@slashnephy/eslint-config": "2.0.42",
"@slashnephy/eslint-config": "2.0.43",
"@slashnephy/prettier-config": "1.0.29",
"@slashnephy/stylelint-config": "0.1.1",
"autoprefixer": "10.4.14",
Expand Down
34 changes: 17 additions & 17 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3547,7 +3547,7 @@ __metadata:
"@babel/preset-typescript": 7.22.5
"@rollup/plugin-babel": 6.0.3
"@rollup/plugin-typescript": 11.1.2
"@slashnephy/eslint-config": 2.0.42
"@slashnephy/eslint-config": 2.0.43
"@slashnephy/prettier-config": 1.0.29
"@types/babel__core": 7.20.1
"@types/babel__preset-env": 7.9.2
Expand All @@ -3559,9 +3559,9 @@ __metadata:
languageName: unknown
linkType: soft

"@slashnephy/eslint-config@npm:2.0.42":
version: 2.0.42
resolution: "@slashnephy/eslint-config@npm:2.0.42"
"@slashnephy/eslint-config@npm:2.0.43":
version: 2.0.43
resolution: "@slashnephy/eslint-config@npm:2.0.43"
dependencies:
"@emotion/eslint-plugin": 11.11.0
"@next/eslint-plugin-next": 13.5.6
Expand All @@ -3581,7 +3581,7 @@ __metadata:
eslint-plugin-editorconfig: 4.0.3
eslint-plugin-eslint-comments: 3.2.0
eslint-plugin-import: 2.28.1
eslint-plugin-jest: 27.4.2
eslint-plugin-jest: 27.4.3
eslint-plugin-jest-formatting: 3.1.0
eslint-plugin-json: 3.1.0
eslint-plugin-jsx-a11y: 6.7.1
Expand All @@ -3605,7 +3605,7 @@ __metadata:
yaml-eslint-parser: 1.2.2
peerDependencies:
eslint: ^8
checksum: 2251aa0df6f09f89322a3cb998d69e9bbb51ceca1de8ab441bbfde629dc1e1ecdeb474c96ea46944646bb624c35c70339be4d1996fcd52e3a791dd84709a0721
checksum: ab009ca2c979f6c0f084eb3ed73fbede7cf8d4d9bf80149f2d005759249288daeffcc75974458a5f69f2aa88506b557fa5d1d6c8837e19d91a8495858e37a98b
languageName: node
linkType: hard

Expand All @@ -3614,7 +3614,7 @@ __metadata:
resolution: "@slashnephy/jest-config@workspace:env/jest"
dependencies:
"@jest/types": 29.6.1
"@slashnephy/eslint-config": 2.0.42
"@slashnephy/eslint-config": 2.0.43
"@slashnephy/prettier-config": 1.0.29
"@types/node": 20.4.5
concurrently: 8.2.0
Expand All @@ -3640,7 +3640,7 @@ __metadata:
resolution: "@slashnephy/renovate-config@workspace:env/renovate"
dependencies:
"@octokit/rest": 20.0.1
"@slashnephy/eslint-config": 2.0.42
"@slashnephy/eslint-config": 2.0.43
"@slashnephy/prettier-config": 1.0.29
"@types/node": 20.4.5
concurrently: 8.2.0
Expand All @@ -3657,7 +3657,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@slashnephy/scrapbox@workspace:env/scrapbox"
dependencies:
"@slashnephy/eslint-config": 2.0.42
"@slashnephy/eslint-config": 2.0.43
"@slashnephy/prettier-config": 1.0.29
concurrently: 8.2.0
eslint: 8.45.0
Expand All @@ -3671,7 +3671,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@slashnephy/stylelint-config@workspace:env/stylelint"
dependencies:
"@slashnephy/eslint-config": 2.0.42
"@slashnephy/eslint-config": 2.0.43
"@slashnephy/prettier-config": 1.0.29
"@types/node": 20.4.5
concurrently: 8.2.0
Expand All @@ -3690,7 +3690,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@slashnephy/textlint-config@workspace:env/textlint"
dependencies:
"@slashnephy/eslint-config": 2.0.42
"@slashnephy/eslint-config": 2.0.43
"@slashnephy/prettier-config": 1.0.29
"@textlint/types": 13.3.3
"@types/node": 20.4.5
Expand All @@ -3712,7 +3712,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@slashnephy/typescript-extension@workspace:env/typescript"
dependencies:
"@slashnephy/eslint-config": 2.0.42
"@slashnephy/eslint-config": 2.0.43
"@slashnephy/prettier-config": 1.0.29
"@types/node": 20.4.5
concurrently: 8.2.0
Expand All @@ -3729,7 +3729,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@slashnephy/userstyle@workspace:env/userstyle"
dependencies:
"@slashnephy/eslint-config": 2.0.42
"@slashnephy/eslint-config": 2.0.43
"@slashnephy/prettier-config": 1.0.29
"@slashnephy/stylelint-config": 0.1.1
autoprefixer: 10.4.14
Expand Down Expand Up @@ -7448,9 +7448,9 @@ __metadata:
languageName: node
linkType: hard

"eslint-plugin-jest@npm:27.4.2":
version: 27.4.2
resolution: "eslint-plugin-jest@npm:27.4.2"
"eslint-plugin-jest@npm:27.4.3":
version: 27.4.3
resolution: "eslint-plugin-jest@npm:27.4.3"
dependencies:
"@typescript-eslint/utils": ^5.10.0
peerDependencies:
Expand All @@ -7462,7 +7462,7 @@ __metadata:
optional: true
jest:
optional: true
checksum: 99a8301ae00c37da97866b8b13c89a077716d2c653b26bc417d242e7300a43237c0017fd488c43966fa38585f19050facdbbc71d03ca36a1ce6f2ba930a9143e
checksum: de062a04f30d72535aecfd6594aa302cf350d62e86805c8f0edbb3dce4cde5b557766e7acfd0f87709a9b70854cc2522c04b875337925c64d0d9bc1118ef4693
languageName: node
linkType: hard

Expand Down

0 comments on commit 0920f51

Please sign in to comment.