Skip to content

Commit 020384e

Browse files
committed
chore: update devDeps.
1 parent 7f649aa commit 020384e

7 files changed

Lines changed: 460 additions & 440 deletions

File tree

demo/index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
/* eslint-disable import-x/unambiguous -- Demo */
21
/* globals JSONPath, LZString -- Test UMD */
32
/// <reference path="./types.d.ts" />
43

eslint.config.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@ export default /** @type {import('eslint').Linter.Config} */ ([
3434
rules: {
3535
'import-x/unambiguous': 0,
3636
'import-x/no-commonjs': 0,
37-
'import-x/no-unresolved': ['error', {
38-
ignore: ['jsonpath-plus']
39-
}],
37+
// 'import-x/no-unresolved': ['error', {
38+
// ignore: ['jsonpath-plus']
39+
// }],
4040
'sonarjs/no-internal-api-use': 0,
4141
'no-multiple-empty-lines': ['error', {
4242
max: 1, maxEOF: 2, maxBOF: 2

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -88,19 +88,19 @@
8888
"@rollup/plugin-terser": "^1.0.0",
8989
"@types/chai": "^5.2.3",
9090
"@types/mocha": "^10.0.10",
91-
"@types/node": "^26.1.2",
91+
"@types/node": "^26.2.0",
9292
"c8": "^12.0.0",
9393
"chai": "^6.2.2",
9494
"coveradge": "^0.8.2",
95-
"eslint": "^10.8.0",
96-
"eslint-config-ash-nazg": "^41.0.0",
95+
"eslint": "^10.8.1",
96+
"eslint-config-ash-nazg": "^42.4.0",
9797
"http-server": "^14.1.1",
9898
"license-badger": "^0.23.0",
99-
"mocha": "^11.7.6",
99+
"mocha": "^11.8.0",
100100
"mocha-badge-generator": "^0.11.0",
101101
"mocha-multi-reporters": "^1.5.1",
102102
"open-cli": "^9.0.0",
103-
"rollup": "4.62.3",
103+
"rollup": "4.62.4",
104104
"typedoc": "^0.28.20",
105105
"typescript": "^6.0.3"
106106
},
@@ -154,7 +154,7 @@
154154
"rollup": "rollup -c",
155155
"build": "npm run rollup && npm run tsc-prod && npm run tsc-demo",
156156
"eslint": "eslint .",
157-
"lint": "npm run eslint",
157+
"lint": "npm run eslint --",
158158
"test": "npm run eslint && npm run rollup && npm run c8 && npm run tsc",
159159
"browser-test": "npm run eslint && npm run rollup && open-cli http://localhost:8084/test/ && npm start"
160160
}

0 commit comments

Comments
 (0)