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.
- npm: Bump to 5.1.0
  • Loading branch information
brettz9 committed Jun 24, 2021
1 parent b17e953 commit 376effc
Show file tree
Hide file tree
Showing 6 changed files with 1,354 additions and 1,228 deletions.
1 change: 1 addition & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ module.exports = {
// Reenable as have time and confirming no longer needing:
// https://github.com/babel/babel/issues/8951#issuecomment-508045524 is no
'prefer-named-capture-group': 0,
'unicorn/prefer-spread': 0,

// Reenable when no longer having problems
'unicorn/no-unsafe-regex': 0,
Expand Down
3 changes: 2 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
# CHANGES for jsonpath-plus

## ?
## 5.1.0 (2021-06-24)

- Enhancement: support double-quoted bracket notation
- Linting: As per latest ash-nazg
- npm: Update devDeps.

## 5.0.7 (2021-04-12)
Expand Down
40 changes: 20 additions & 20 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"author": "Stefan Goessner",
"name": "jsonpath-plus",
"version": "5.0.7",
"version": "5.1.0",
"main": "dist/index-node-cjs.js",
"exports": {
"./package.json": "./package.json",
Expand Down Expand Up @@ -58,47 +58,47 @@
},
"dependencies": {},
"devDependencies": {
"@babel/core": "^7.13.15",
"@babel/preset-env": "^7.13.15",
"@babel/core": "^7.14.6",
"@babel/preset-env": "^7.14.7",
"@brettz9/eslint-plugin": "^1.0.3",
"@rollup/plugin-babel": "^5.3.0",
"chai": "^4.3.4",
"core-js-bundle": "^3.10.1",
"coveradge": "^0.6.0",
"eslint": "^7.24.0",
"eslint-config-ash-nazg": "^29.10.0",
"eslint-config-standard": "^16.0.2",
"core-js-bundle": "^3.15.1",
"coveradge": "^0.7.0",
"eslint": "^7.29.0",
"eslint-config-ash-nazg": "^29.17.1",
"eslint-config-standard": "^16.0.3",
"eslint-plugin-array-func": "^3.1.7",
"eslint-plugin-chai-expect": "^2.2.0",
"eslint-plugin-chai-friendly": "^0.6.0",
"eslint-plugin-chai-friendly": "^0.7.1",
"eslint-plugin-compat": "^3.9.0",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-html": "^6.1.2",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsdoc": "^32.3.0",
"eslint-plugin-markdown": "^2.0.1",
"eslint-plugin-no-unsanitized": "^3.1.4",
"eslint-plugin-import": "^2.23.4",
"eslint-plugin-jsdoc": "^35.4.0",
"eslint-plugin-markdown": "^2.2.0",
"eslint-plugin-no-unsanitized": "^3.1.5",
"eslint-plugin-no-use-extend-native": "^0.5.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^5.1.0",
"eslint-plugin-radar": "^0.2.1",
"eslint-plugin-standard": "^4.1.0",
"eslint-plugin-unicorn": "^29.0.0",
"eslint-plugin-unicorn": "^33.0.1",
"esm": "^3.2.25",
"http-server": "^0.12.3",
"license-badger": "^0.18.0",
"mocha": "^8.3.2",
"license-badger": "^0.19.0",
"mocha": "^9.0.1",
"mocha-badge-generator": "^0.9.0",
"mocha-multi-reporters": "^1.5.1",
"nyc": "^15.1.0",
"open-cli": "^6.0.1",
"open-cli": "^7.0.0",
"remark-cli": "^9.0.0",
"remark-lint-code-block-style": "^2.0.1",
"remark-lint-ordered-list-marker-value": "^2.0.1",
"rollup": "2.45.1",
"rollup": "2.52.2",
"rollup-plugin-terser": "^7.0.2",
"typedoc": "^0.20.35",
"typescript": "^4.2.4"
"typedoc": "^0.21.0",
"typescript": "^4.3.4"
},
"keywords": [
"json",
Expand Down
Loading

0 comments on commit 376effc

Please sign in to comment.