Skip to content

Commit

Permalink
- Linting: As per latest ash-nazg
Browse files Browse the repository at this point in the history
- npm: Update devDeps.
  • Loading branch information
brettz9 committed Apr 9, 2021
1 parent 112a7c9 commit ff17eda
Show file tree
Hide file tree
Showing 10 changed files with 555 additions and 501 deletions.
6 changes: 6 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# CHANGES for jsonpath-plus

## 5.0.6 (2021-04-09)

- Fix: Remove `static` modifiers
- Linting: As per latest ash-nazg
- npm: Update devDeps.

## 5.0.5 (2021-04-09)

- Fix: Avoid cache corruption when the returned structure is modified.
Expand Down
2 changes: 0 additions & 2 deletions dist/index-browser-esm.js
Original file line number Diff line number Diff line change
Expand Up @@ -244,8 +244,6 @@ function _createForOfIteratorHelper(o, allowArrayLike) {
};
}

/* eslint-disable unicorn/prefer-spread -- IIRC, Babel's performance
with this not good */
var hasOwnProp = Object.prototype.hasOwnProperty;
/**
* @typedef {null|boolean|number|string|PlainObject|GenericArray} JSONObject
Expand Down
2 changes: 1 addition & 1 deletion dist/index-browser-esm.min.js.map

Large diffs are not rendered by default.

2 changes: 0 additions & 2 deletions dist/index-browser-umd.js
Original file line number Diff line number Diff line change
Expand Up @@ -250,8 +250,6 @@
};
}

/* eslint-disable unicorn/prefer-spread -- IIRC, Babel's performance
with this not good */
var hasOwnProp = Object.prototype.hasOwnProperty;
/**
* @typedef {null|boolean|number|string|PlainObject|GenericArray} JSONObject
Expand Down
2 changes: 1 addition & 1 deletion dist/index-browser-umd.min.js.map

Large diffs are not rendered by default.

2 changes: 0 additions & 2 deletions dist/index-node-cjs.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'defau

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

/* eslint-disable unicorn/prefer-spread -- IIRC, Babel's performance
with this not good */
const {
hasOwnProperty: hasOwnProp
} = Object.prototype;
Expand Down
2 changes: 0 additions & 2 deletions dist/index-node-esm.mjs
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
import vm from 'vm';

/* eslint-disable unicorn/prefer-spread -- IIRC, Babel's performance
with this not good */
const {
hasOwnProperty: hasOwnProp
} = Object.prototype;
Expand Down
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,47 +57,47 @@
},
"dependencies": {},
"devDependencies": {
"@babel/core": "^7.13.8",
"@babel/preset-env": "^7.13.9",
"@babel/core": "^7.13.15",
"@babel/preset-env": "^7.13.15",
"@brettz9/eslint-plugin": "^1.0.3",
"@rollup/plugin-babel": "^5.3.0",
"chai": "^4.3.0",
"core-js-bundle": "^3.9.1",
"chai": "^4.3.4",
"core-js-bundle": "^3.10.1",
"coveradge": "^0.6.0",
"eslint": "^7.21.0",
"eslint-config-ash-nazg": "^29.8.1",
"eslint": "^7.23.0",
"eslint-config-ash-nazg": "^29.9.0",
"eslint-config-standard": "^16.0.2",
"eslint-plugin-array-func": "^3.1.7",
"eslint-plugin-chai-expect": "^2.2.0",
"eslint-plugin-chai-friendly": "^0.6.0",
"eslint-plugin-compat": "^3.9.0",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-html": "^6.1.1",
"eslint-plugin-html": "^6.1.2",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsdoc": "^32.2.0",
"eslint-plugin-markdown": "^2.0.0",
"eslint-plugin-jsdoc": "^32.3.0",
"eslint-plugin-markdown": "^2.0.1",
"eslint-plugin-no-unsanitized": "^3.1.4",
"eslint-plugin-no-use-extend-native": "^0.5.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.3.1",
"eslint-plugin-radar": "^0.2.1",
"eslint-plugin-standard": "^4.1.0",
"eslint-plugin-unicorn": "^28.0.2",
"eslint-plugin-unicorn": "^29.0.0",
"esm": "^3.2.25",
"http-server": "^0.12.3",
"license-badger": "^0.18.0",
"mocha": "^8.3.0",
"mocha": "^8.3.2",
"mocha-badge-generator": "^0.9.0",
"mocha-multi-reporters": "^1.5.1",
"nyc": "^15.1.0",
"open-cli": "^6.0.1",
"remark-cli": "^9.0.0",
"remark-lint-code-block-style": "^2.0.1",
"remark-lint-ordered-list-marker-value": "^2.0.1",
"rollup": "2.40.0",
"rollup": "2.45.0",
"rollup-plugin-terser": "^7.0.2",
"typedoc": "^0.20.28",
"typescript": "^4.2.2"
"typedoc": "^0.20.35",
"typescript": "^4.2.4"
},
"keywords": [
"json",
Expand Down
Loading

0 comments on commit ff17eda

Please sign in to comment.