Skip to content

Commit ff17eda

Browse files
committed
- Linting: As per latest ash-nazg
- npm: Update devDeps.
1 parent 112a7c9 commit ff17eda

10 files changed

+555
-501
lines changed

CHANGES.md

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

3+
## 5.0.6 (2021-04-09)
4+
5+
- Fix: Remove `static` modifiers
6+
- Linting: As per latest ash-nazg
7+
- npm: Update devDeps.
8+
39
## 5.0.5 (2021-04-09)
410

511
- Fix: Avoid cache corruption when the returned structure is modified.

dist/index-browser-esm.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -244,8 +244,6 @@ function _createForOfIteratorHelper(o, allowArrayLike) {
244244
};
245245
}
246246

247-
/* eslint-disable unicorn/prefer-spread -- IIRC, Babel's performance
248-
with this not good */
249247
var hasOwnProp = Object.prototype.hasOwnProperty;
250248
/**
251249
* @typedef {null|boolean|number|string|PlainObject|GenericArray} JSONObject

dist/index-browser-esm.min.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/index-browser-umd.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -250,8 +250,6 @@
250250
};
251251
}
252252

253-
/* eslint-disable unicorn/prefer-spread -- IIRC, Babel's performance
254-
with this not good */
255253
var hasOwnProp = Object.prototype.hasOwnProperty;
256254
/**
257255
* @typedef {null|boolean|number|string|PlainObject|GenericArray} JSONObject

dist/index-browser-umd.min.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/index-node-cjs.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@ function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'defau
88

99
var vm__default = /*#__PURE__*/_interopDefaultLegacy(vm);
1010

11-
/* eslint-disable unicorn/prefer-spread -- IIRC, Babel's performance
12-
with this not good */
1311
const {
1412
hasOwnProperty: hasOwnProp
1513
} = Object.prototype;

dist/index-node-esm.mjs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
import vm from 'vm';
22

3-
/* eslint-disable unicorn/prefer-spread -- IIRC, Babel's performance
4-
with this not good */
53
const {
64
hasOwnProperty: hasOwnProp
75
} = Object.prototype;

package.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -57,47 +57,47 @@
5757
},
5858
"dependencies": {},
5959
"devDependencies": {
60-
"@babel/core": "^7.13.8",
61-
"@babel/preset-env": "^7.13.9",
60+
"@babel/core": "^7.13.15",
61+
"@babel/preset-env": "^7.13.15",
6262
"@brettz9/eslint-plugin": "^1.0.3",
6363
"@rollup/plugin-babel": "^5.3.0",
64-
"chai": "^4.3.0",
65-
"core-js-bundle": "^3.9.1",
64+
"chai": "^4.3.4",
65+
"core-js-bundle": "^3.10.1",
6666
"coveradge": "^0.6.0",
67-
"eslint": "^7.21.0",
68-
"eslint-config-ash-nazg": "^29.8.1",
67+
"eslint": "^7.23.0",
68+
"eslint-config-ash-nazg": "^29.9.0",
6969
"eslint-config-standard": "^16.0.2",
7070
"eslint-plugin-array-func": "^3.1.7",
7171
"eslint-plugin-chai-expect": "^2.2.0",
7272
"eslint-plugin-chai-friendly": "^0.6.0",
7373
"eslint-plugin-compat": "^3.9.0",
7474
"eslint-plugin-eslint-comments": "^3.2.0",
75-
"eslint-plugin-html": "^6.1.1",
75+
"eslint-plugin-html": "^6.1.2",
7676
"eslint-plugin-import": "^2.22.1",
77-
"eslint-plugin-jsdoc": "^32.2.0",
78-
"eslint-plugin-markdown": "^2.0.0",
77+
"eslint-plugin-jsdoc": "^32.3.0",
78+
"eslint-plugin-markdown": "^2.0.1",
7979
"eslint-plugin-no-unsanitized": "^3.1.4",
8080
"eslint-plugin-no-use-extend-native": "^0.5.0",
8181
"eslint-plugin-node": "^11.1.0",
8282
"eslint-plugin-promise": "^4.3.1",
8383
"eslint-plugin-radar": "^0.2.1",
8484
"eslint-plugin-standard": "^4.1.0",
85-
"eslint-plugin-unicorn": "^28.0.2",
85+
"eslint-plugin-unicorn": "^29.0.0",
8686
"esm": "^3.2.25",
8787
"http-server": "^0.12.3",
8888
"license-badger": "^0.18.0",
89-
"mocha": "^8.3.0",
89+
"mocha": "^8.3.2",
9090
"mocha-badge-generator": "^0.9.0",
9191
"mocha-multi-reporters": "^1.5.1",
9292
"nyc": "^15.1.0",
9393
"open-cli": "^6.0.1",
9494
"remark-cli": "^9.0.0",
9595
"remark-lint-code-block-style": "^2.0.1",
9696
"remark-lint-ordered-list-marker-value": "^2.0.1",
97-
"rollup": "2.40.0",
97+
"rollup": "2.45.0",
9898
"rollup-plugin-terser": "^7.0.2",
99-
"typedoc": "^0.20.28",
100-
"typescript": "^4.2.2"
99+
"typedoc": "^0.20.35",
100+
"typescript": "^4.2.4"
101101
},
102102
"keywords": [
103103
"json",

0 commit comments

Comments
 (0)