Skip to content

Commit

Permalink
chore: bump jsep, devDeps. and lint
Browse files Browse the repository at this point in the history
BREAKING CHANGE:

Require Node 18+
  • Loading branch information
brettz9 committed Oct 7, 2024
1 parent 8325b8c commit 98caffc
Show file tree
Hide file tree
Showing 23 changed files with 4,745 additions and 1,974 deletions.
6 changes: 0 additions & 6 deletions .eslintignore

This file was deleted.

111 changes: 0 additions & 111 deletions .eslintrc.cjs

This file was deleted.

2 changes: 1 addition & 1 deletion .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ mocha-multi-reporters.json
.nojekyll
ignore
pnpm-lock.yaml
.eslintrc.cjs
eslint.config.js
.editorconfig
.eslintignore
licenseInfo.json
Expand Down
7 changes: 7 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# CHANGES for jsonpath-plus

## 10.0.0 (unreleased)

BREAKING CHANGES:
- Require Node 18+

- chore: bump jsep, devDeps. and lint

## 9.0.0

BREAKING CHANGES:
Expand Down
2 changes: 1 addition & 1 deletion demo/index.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* globals JSONPath */
/* eslint-disable import/unambiguous */
// /* eslint-disable import/unambiguous */

// Todo: Extract testing example paths/contents and use for a
// pulldown that can populate examples
Expand Down
Loading

0 comments on commit 98caffc

Please sign in to comment.