Skip to content

Commit 9d7b1a0

Browse files
committed
[Dev Deps] update auto-changelog, eslint, tape
1 parent 4fed02f commit 9d7b1a0

2 files changed

Lines changed: 6 additions & 5 deletions

File tree

eslint.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ export default [
99
'func-names': 'off',
1010
'func-style': ['error', 'declaration'],
1111
'id-length': ['error', { max: 23, min: 1 }],
12-
'max-depth': ['error', 5],
12+
'max-depth': ['error', 6],
1313
'max-len': 'off',
1414
'max-lines-per-function': ['error', { max: 300 }],
1515
'max-params': 'off',

package.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -63,11 +63,11 @@
6363
},
6464
"devDependencies": {
6565
"@ljharb/eslint-config": "^22.2.3",
66-
"auto-changelog": "^2.5.1",
66+
"auto-changelog": "^2.6.0",
6767
"core-js": "^2.6.5 || ^3.16.0",
6868
"es-value-fixtures": "^1.7.1",
6969
"es6-shim": "^0.35.8",
70-
"eslint": "^10.0.3",
70+
"eslint": "^10.5.0",
7171
"for-each": "^0.3.5",
7272
"in-publish": "^2.0.1",
7373
"jiti": "^0.0.0",
@@ -76,7 +76,7 @@
7676
"nyc": "^10.3.2",
7777
"object.assign": "^4.1.7",
7878
"safe-publish-latest": "^2.0.0",
79-
"tape": "^5.9.0"
79+
"tape": "^5.10.1"
8080
},
8181
"testling": {
8282
"files": "test/native.js",
@@ -106,7 +106,8 @@
106106
"unreleased": false,
107107
"commitLimit": false,
108108
"backfillLimit": false,
109-
"hideCredit": true
109+
"hideCredit": true,
110+
"autodetectMonorepoDisabled": false
110111
},
111112
"publishConfig": {
112113
"ignore": [

0 commit comments

Comments
 (0)