Update dependency jsonpath-plus to v5 #66

Manually merged
samuel-p merged 1 commits from renovate/jsonpath-plus-5.x into develop 2021-01-16 14:59:52 +00:00
Collaborator

This PR contains the following updates:

Package Type Update Change
jsonpath-plus dependencies major ^4.0.0 -> ^5.0.2

Release Notes

s3u/JSONPath

v5.0.2

Compare Source

  • Fix: Proper Node CommonJS export; fixes #​144

v5.0.1

Compare Source

  • Fix: Proper Node CommonJS export; fixes #​143
  • Docs: Properly indicate new browser paths

v5.0.0

Compare Source

  • Breaking change: Add type: 'commonjs' and exports: {import, require}
    (with node-import-test npm script to demo)
  • Breaking change: Change paths for browser (now is
    dist/index-browser-umd.js or dist/index-browser-es.js)
    (for Node, main and module point to new Node-specific dist)
  • Breaking enhancement: Add browser for browser bundling;
    allowing static analysis environments, doesn't have however
    conditional code to require vm); for ESM browser bundling,
    now must check browser in Rollup Node resolver plugin;
    see README
  • Build: Update per latest devDeps.
  • Docs: Add Regex (.match) example on value (@​jeffreypriebe)
  • Docs: Add Regex (.match) example on property
  • Docs: Fix XPath example (@​humbertoc-silva)
  • Docs: Link to XPath 2.0 tester
  • Docs: Update badges per latest updates
  • Linting: quote props
  • Linting: As per latest ash-nazg
  • Testing: Fix browser tests
  • Testing: Add test case for setting values in callbacks (issue #​126)
  • Testing: Add more at-sign tests
  • Testing: Bump timeout
  • Travis: Check Node 14
  • Travis: add default dist field to avoid extra config reporting
  • npm: Update from deprecated rollup-plugin-babel to @rollup/plugin-babel
    (and make babelHelpers explicit)
  • npm: Reorder scripts by test execution order
  • npm: Update devDeps

Renovate configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

♻️ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [jsonpath-plus](https://github.com/s3u/JSONPath) | dependencies | major | [`^4.0.0` -> `^5.0.2`](https://renovatebot.com/diffs/npm/jsonpath-plus/4.0.0/5.0.2) | --- ### Release Notes <details> <summary>s3u/JSONPath</summary> ### [`v5.0.2`](https://github.com/s3u/JSONPath/blob/master/CHANGES.md#&#8203;502-2021-01-15) [Compare Source](https://github.com/s3u/JSONPath/compare/v5.0.1...v5.0.2) - Fix: Proper Node CommonJS export; fixes [#&#8203;144](https://github.com/s3u/JSONPath/issues/144) ### [`v5.0.1`](https://github.com/s3u/JSONPath/blob/master/CHANGES.md#&#8203;501-2021-01-15) [Compare Source](https://github.com/s3u/JSONPath/compare/v5.0.0...v5.0.1) - Fix: Proper Node CommonJS export; fixes [#&#8203;143](https://github.com/s3u/JSONPath/issues/143) - Docs: Properly indicate new browser paths ### [`v5.0.0`](https://github.com/s3u/JSONPath/blob/master/CHANGES.md#&#8203;500-2021-01-14) [Compare Source](https://github.com/s3u/JSONPath/compare/v4.0.0...v5.0.0) - Breaking change: Add `type: 'commonjs'` and `exports: {import, require}` (with `node-import-test` npm script to demo) - Breaking change: Change paths for browser (now is `dist/index-browser-umd.js` or `dist/index-browser-es.js`) (for Node, `main` and `module` point to new Node-specific dist) - Breaking enhancement: Add `browser` for browser bundling; allowing static analysis environments, doesn't have however conditional code to require `vm`); for ESM browser bundling, now must check `browser` in Rollup Node resolver plugin; see README - Build: Update per latest devDeps. - Docs: Add Regex (`.match`) example on value ([@&#8203;jeffreypriebe](https://github.com/jeffreypriebe)) - Docs: Add Regex (`.match`) example on property - Docs: Fix XPath example ([@&#8203;humbertoc-silva](https://github.com/humbertoc-silva)) - Docs: Link to XPath 2.0 tester - Docs: Update badges per latest updates - Linting: quote props - Linting: As per latest ash-nazg - Testing: Fix browser tests - Testing: Add test case for setting values in callbacks (issue [#&#8203;126](https://github.com/s3u/JSONPath/issues/126)) - Testing: Add more at-sign tests - Testing: Bump timeout - Travis: Check Node 14 - Travis: add default `dist` field to avoid extra config reporting - npm: Update from deprecated `rollup-plugin-babel` to `@rollup/plugin-babel` (and make `babelHelpers` explicit) - npm: Reorder scripts by test execution order - npm: Update devDeps </details> --- ### Renovate configuration 📅 **Schedule**: At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻️ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
samuel-p was assigned by renovate-bot 2021-01-15 05:12:24 +00:00
renovate-bot force-pushed renovate/jsonpath-plus-5.x from 7ca7f72310 to 34382aa106 2021-01-16 05:12:05 +00:00 Compare
samuel-p manually merged commit 5644c5c994 into develop 2021-01-16 14:59:52 +00:00
This repo is archived. You cannot comment on pull requests.
No reviewers
No Milestone
No Assignees
1 Participants
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: samuel-p/universal-statuspage#66
No description provided.