Skip to content

Commit bc85ec5

Browse files
committed
chore: upgrade tooclhain
1 parent 03f6274 commit bc85ec5

File tree

4 files changed

+503
-335
lines changed

4 files changed

+503
-335
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version: 2.1
44
jobs:
55
build:
66
docker:
7-
- image: cimg/node:20.3.0
7+
- image: cimg/node:20.10.0
88

99
steps:
1010
- checkout

.eslintrc.cjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* eslint-env node, es2018 */
22
module.exports = {
3-
extends: [require.resolve('@jcoreio/toolchain/eslint.config.cjs')],
3+
extends: [require.resolve('@jcoreio/toolchain/eslintConfig.cjs')],
44
env: {
55
es2017: true,
66
node: true,

package.json

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -34,28 +34,29 @@
3434
"@babel/eslint-parser": "^7.12.13",
3535
"@babel/node": "^7.2.2",
3636
"@babel/plugin-transform-react-jsx": "^7.14.9",
37-
"@jcoreio/eslint-plugin-implicit-dependencies": "^1.0.2",
38-
"@jcoreio/toolchain": "^3.9.8",
39-
"@jcoreio/toolchain-circle": "^3.9.8",
40-
"@jcoreio/toolchain-esnext": "^3.9.8",
41-
"@jcoreio/toolchain-mocha": "^3.9.8",
42-
"@jcoreio/toolchain-semantic-release": "^3.9.8",
43-
"@jcoreio/toolchain-typescript": "^3.9.8",
44-
"@types/chai": "^4.0.0",
37+
"@jcoreio/eslint-plugin-implicit-dependencies": "^1.1.1",
38+
"@jcoreio/toolchain": "^3.11.1",
39+
"@jcoreio/toolchain-circle": "^3.11.1",
40+
"@jcoreio/toolchain-esnext": "^3.11.1",
41+
"@jcoreio/toolchain-mocha": "^3.11.1",
42+
"@jcoreio/toolchain-semantic-release": "^3.11.1",
43+
"@jcoreio/toolchain-typescript": "^3.11.1",
44+
"@types/chai": "^4.3.5",
4545
"@types/debug": "^4.1.11",
4646
"@types/fs-extra": "^11.0.4",
4747
"@types/mocha": "^10.0.6",
4848
"@types/npm-registry-fetch": "^8.0.7",
4949
"@types/semver": "^7.5.5",
5050
"@types/yargs": "^17.0.32",
51-
"@typescript-eslint/eslint-plugin": "^5.60.0",
52-
"@typescript-eslint/parser": "^5.60.0",
53-
"chai": "^4.0.0",
51+
"@typescript-eslint/eslint-plugin": "^7.6.0",
52+
"@typescript-eslint/parser": "^7.6.0",
53+
"chai": "^4.3.7",
5454
"copy": "^0.3.2",
5555
"cross-env": "^7.0.3",
56-
"eslint": "^8.43.0",
56+
"eslint": "^8.56.0",
5757
"eslint-config-prettier": "^7.2.0",
5858
"eslint-plugin-flowtype": "^8.0.3",
59+
"eslint-plugin-no-only-tests": "^3.1.0",
5960
"mocha": "^10.2.0",
6061
"rimraf": "^3.0.2",
6162
"typescript": "^5.1.0"

0 commit comments

Comments
 (0)