Skip to content

Commit 98caffc

Browse files
committed
chore: bump jsep, devDeps. and lint
BREAKING CHANGE: Require Node 18+
1 parent 8325b8c commit 98caffc

23 files changed

+4745
-1974
lines changed

.eslintignore

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

.eslintrc.cjs

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

.npmignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ mocha-multi-reporters.json
1717
.nojekyll
1818
ignore
1919
pnpm-lock.yaml
20-
.eslintrc.cjs
20+
eslint.config.js
2121
.editorconfig
2222
.eslintignore
2323
licenseInfo.json

CHANGES.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# CHANGES for jsonpath-plus
22

3+
## 10.0.0 (unreleased)
4+
5+
BREAKING CHANGES:
6+
- Require Node 18+
7+
8+
- chore: bump jsep, devDeps. and lint
9+
310
## 9.0.0
411

512
BREAKING CHANGES:

demo/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* globals JSONPath */
2-
/* eslint-disable import/unambiguous */
2+
// /* eslint-disable import/unambiguous */
33

44
// Todo: Extract testing example paths/contents and use for a
55
// pulldown that can populate examples

0 commit comments

Comments
 (0)