Skip to content

Commit 376effc

Browse files
committed
- Linting: As per latest ash-nazg
- npm: Update devDeps. - npm: Bump to 5.1.0
1 parent b17e953 commit 376effc

File tree

6 files changed

+1354
-1228
lines changed

6 files changed

+1354
-1228
lines changed

.eslintrc.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@ module.exports = {
9797
// Reenable as have time and confirming no longer needing:
9898
// https://github.com/babel/babel/issues/8951#issuecomment-508045524 is no
9999
'prefer-named-capture-group': 0,
100+
'unicorn/prefer-spread': 0,
100101

101102
// Reenable when no longer having problems
102103
'unicorn/no-unsafe-regex': 0,

CHANGES.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
# CHANGES for jsonpath-plus
22

3-
## ?
3+
## 5.1.0 (2021-06-24)
44

55
- Enhancement: support double-quoted bracket notation
6+
- Linting: As per latest ash-nazg
67
- npm: Update devDeps.
78

89
## 5.0.7 (2021-04-12)

package.json

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"author": "Stefan Goessner",
33
"name": "jsonpath-plus",
4-
"version": "5.0.7",
4+
"version": "5.1.0",
55
"main": "dist/index-node-cjs.js",
66
"exports": {
77
"./package.json": "./package.json",
@@ -58,47 +58,47 @@
5858
},
5959
"dependencies": {},
6060
"devDependencies": {
61-
"@babel/core": "^7.13.15",
62-
"@babel/preset-env": "^7.13.15",
61+
"@babel/core": "^7.14.6",
62+
"@babel/preset-env": "^7.14.7",
6363
"@brettz9/eslint-plugin": "^1.0.3",
6464
"@rollup/plugin-babel": "^5.3.0",
6565
"chai": "^4.3.4",
66-
"core-js-bundle": "^3.10.1",
67-
"coveradge": "^0.6.0",
68-
"eslint": "^7.24.0",
69-
"eslint-config-ash-nazg": "^29.10.0",
70-
"eslint-config-standard": "^16.0.2",
66+
"core-js-bundle": "^3.15.1",
67+
"coveradge": "^0.7.0",
68+
"eslint": "^7.29.0",
69+
"eslint-config-ash-nazg": "^29.17.1",
70+
"eslint-config-standard": "^16.0.3",
7171
"eslint-plugin-array-func": "^3.1.7",
7272
"eslint-plugin-chai-expect": "^2.2.0",
73-
"eslint-plugin-chai-friendly": "^0.6.0",
73+
"eslint-plugin-chai-friendly": "^0.7.1",
7474
"eslint-plugin-compat": "^3.9.0",
7575
"eslint-plugin-eslint-comments": "^3.2.0",
7676
"eslint-plugin-html": "^6.1.2",
77-
"eslint-plugin-import": "^2.22.1",
78-
"eslint-plugin-jsdoc": "^32.3.0",
79-
"eslint-plugin-markdown": "^2.0.1",
80-
"eslint-plugin-no-unsanitized": "^3.1.4",
77+
"eslint-plugin-import": "^2.23.4",
78+
"eslint-plugin-jsdoc": "^35.4.0",
79+
"eslint-plugin-markdown": "^2.2.0",
80+
"eslint-plugin-no-unsanitized": "^3.1.5",
8181
"eslint-plugin-no-use-extend-native": "^0.5.0",
8282
"eslint-plugin-node": "^11.1.0",
8383
"eslint-plugin-promise": "^5.1.0",
8484
"eslint-plugin-radar": "^0.2.1",
8585
"eslint-plugin-standard": "^4.1.0",
86-
"eslint-plugin-unicorn": "^29.0.0",
86+
"eslint-plugin-unicorn": "^33.0.1",
8787
"esm": "^3.2.25",
8888
"http-server": "^0.12.3",
89-
"license-badger": "^0.18.0",
90-
"mocha": "^8.3.2",
89+
"license-badger": "^0.19.0",
90+
"mocha": "^9.0.1",
9191
"mocha-badge-generator": "^0.9.0",
9292
"mocha-multi-reporters": "^1.5.1",
9393
"nyc": "^15.1.0",
94-
"open-cli": "^6.0.1",
94+
"open-cli": "^7.0.0",
9595
"remark-cli": "^9.0.0",
9696
"remark-lint-code-block-style": "^2.0.1",
9797
"remark-lint-ordered-list-marker-value": "^2.0.1",
98-
"rollup": "2.45.1",
98+
"rollup": "2.52.2",
9999
"rollup-plugin-terser": "^7.0.2",
100-
"typedoc": "^0.20.35",
101-
"typescript": "^4.2.4"
100+
"typedoc": "^0.21.0",
101+
"typescript": "^4.3.4"
102102
},
103103
"keywords": [
104104
"json",

0 commit comments

Comments
 (0)