Skip to content

Commit 235b283

Browse files
committed
chore: remove lgtm file and update devDeps.
1 parent b92ebbf commit 235b283

File tree

4 files changed

+736
-581
lines changed

4 files changed

+736
-581
lines changed

eslint.config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,13 +81,13 @@ export default [
8181
rules: {
8282
'@stylistic/indent': ['error', 4, {outerIIFEBody: 0}],
8383
'promise/prefer-await-to-callbacks': 0,
84-
'require-jsdoc': 0,
8584

8685
// Disable for now
8786
'new-cap': 0,
87+
'jsdoc/reject-any-type': 0,
8888
'@stylistic/dot-location': 0,
8989
// Reenable as have time and confirming no longer needing:
90-
// https://github.com/babel/babel/issues/8951#issuecomment-508045524 is no
90+
// https://github.com/babel/babel/issues/8951#issuecomment-508045524
9191
'prefer-named-capture-group': 0,
9292
'unicorn/prefer-spread': 0
9393
}

lgtm.yml

Lines changed: 0 additions & 5 deletions
This file was deleted.

package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -68,25 +68,25 @@
6868
"jsep": "^1.4.0"
6969
},
7070
"devDependencies": {
71-
"@babel/core": "^7.28.3",
71+
"@babel/core": "^7.28.4",
7272
"@babel/preset-env": "^7.28.3",
73-
"@rollup/plugin-babel": "^6.0.4",
74-
"@rollup/plugin-node-resolve": "^16.0.1",
73+
"@rollup/plugin-babel": "^6.1.0",
74+
"@rollup/plugin-node-resolve": "^16.0.3",
7575
"@rollup/plugin-terser": "^0.4.4",
7676
"c8": "^10.1.3",
77-
"chai": "^6.0.1",
77+
"chai": "^6.2.0",
7878
"coveradge": "^0.8.2",
79-
"eslint": "^9.34.0",
80-
"eslint-config-ash-nazg": "^39.0.1",
79+
"eslint": "^9.38.0",
80+
"eslint-config-ash-nazg": "^39.5.0",
8181
"http-server": "^14.1.1",
8282
"license-badger": "^0.22.1",
83-
"mocha": "^11.7.1",
83+
"mocha": "^11.7.4",
8484
"mocha-badge-generator": "^0.11.0",
8585
"mocha-multi-reporters": "^1.5.1",
8686
"open-cli": "^8.0.0",
87-
"rollup": "4.49.0",
88-
"typedoc": "^0.28.11",
89-
"typescript": "^5.9.2"
87+
"rollup": "4.52.5",
88+
"typedoc": "^0.28.14",
89+
"typescript": "^5.9.3"
9090
},
9191
"keywords": [
9292
"json",

0 commit comments

Comments
 (0)