Bump jmespath from 1.3.1 to 1.6.1 #44

Open
dependabot[bot] wants to merge 1 commits from dependabot/bundler/jmespath-1.6.1 into master
dependabot[bot] commented 2022-06-07 17:16:26 -04:00 (Migrated from github.com)

Bumps jmespath from 1.3.1 to 1.6.1.

Release notes

Sourced from jmespath's releases.

Release v1.6.1 - 2022-03-07

  • Issue - Use JSON.parse instead of JSON.load.

Release v1.6.0 - 2022-02-14

  • Feature - Add support for string comparissons.

Release v1.5.0 - 2022-01-10

  • Support implicitly convertible objects/duck-type values responding to to_hash and to_ary.

    [See related GitHub pull request #51](jmespath/jmespath.rb#51).

Release v1.4.0 - 2018-04-04

References: #40, #41, #42, #44

  • Update the bundled compliance tests. Fix the 6 failing test cases that result from updating the test suite. Test failures included parsing errors and returning nil when comparing non-nil values.

  • Fix typo of a license name in gemspec.

    [See related GitHub pull request #41](jmespath/jmespath.rb#41)

  • Test against Ruby 2.4 in Travis.

    [See related GitHub pull requests #42](jmespath/jmespath.rb#42)

  • Add support for floating point comparisons.

    [See related GitHub pull requests #43](jmespath/jmespath.rb#43)

Changelog

Sourced from jmespath's changelog.

1.6.1 (2022-03-07)

  • Issue - Use JSON.parse instead of JSON.load.

1.6.0 (2022-02-14)

  • Feature - Add support for string comparisons.

1.5.0 (2022-01-10)

  • Support implicitly convertible objects/duck-type values responding to to_hash and to_ary.

    [See related GitHub pull request #51](jmespath/jmespath.rb#51).

1.4.0 (2018-04-04)

  • Update the bundled compliance tests. Fix the 6 failing test cases that result from updating the test suite. Test failures included parsing errors and returning nil when comparing non-nil values.

  • Fix typo of a license name in gemspec.

    [See related GitHub pull request #41](jmespath/jmespath.rb#41)

  • Test against Ruby 2.4 in Travis.

    [See related GitHub pull requests #42](jmespath/jmespath.rb#42)

  • Add support for floating point comparisons.

    [See related GitHub pull requests #43](jmespath/jmespath.rb#43)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language

You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [jmespath](https://github.com/trevorrowe/jmespath.rb) from 1.3.1 to 1.6.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/trevorrowe/jmespath.rb/releases">jmespath's releases</a>.</em></p> <blockquote> <h2>Release v1.6.1 - 2022-03-07</h2> <ul> <li>Issue - Use <code>JSON.parse</code> instead of <code>JSON.load</code>.</li> </ul> <h2>Release v1.6.0 - 2022-02-14</h2> <ul> <li>Feature - Add support for string comparissons.</li> </ul> <h2>Release v1.5.0 - 2022-01-10</h2> <ul> <li> <p>Support implicitly convertible objects/duck-type values responding to <code>to_hash</code> and <code>to_ary</code>.</p> <p>[See related GitHub pull request <a href="https://github-redirect.dependabot.com/trevorrowe/jmespath.rb/issues/51">#51</a>](<a href="https://github-redirect.dependabot.com/jmespath/jmespath.rb/pull/51">jmespath/jmespath.rb#51</a>).</p> </li> </ul> <h2>Release v1.4.0 - 2018-04-04</h2> <p>References: <a href="https://github-redirect.dependabot.com/trevorrowe/jmespath.rb/issues/40">#40</a>, <a href="https://github-redirect.dependabot.com/trevorrowe/jmespath.rb/issues/41">#41</a>, <a href="https://github-redirect.dependabot.com/trevorrowe/jmespath.rb/issues/42">#42</a>, <a href="https://github-redirect.dependabot.com/trevorrowe/jmespath.rb/issues/44">#44</a></p> <ul> <li> <p>Update the bundled compliance tests. Fix the 6 failing test cases that result from updating the test suite. Test failures included parsing errors and returning nil when comparing non-nil values.</p> </li> <li> <p>Fix typo of a license name in gemspec.</p> <p>[See related GitHub pull request <a href="https://github-redirect.dependabot.com/trevorrowe/jmespath.rb/issues/41">#41</a>](<a href="https://github-redirect.dependabot.com/jmespath/jmespath.rb/pull/41">jmespath/jmespath.rb#41</a>)</p> </li> <li> <p>Test against Ruby 2.4 in Travis.</p> <p>[See related GitHub pull requests <a href="https://github-redirect.dependabot.com/trevorrowe/jmespath.rb/issues/42">#42</a>](<a href="https://github-redirect.dependabot.com/jmespath/jmespath.rb/pull/42">jmespath/jmespath.rb#42</a>)</p> </li> <li> <p>Add support for floating point comparisons.</p> <p>[See related GitHub pull requests <a href="https://github-redirect.dependabot.com/trevorrowe/jmespath.rb/issues/43">#43</a>](<a href="https://github-redirect.dependabot.com/jmespath/jmespath.rb/pull/43">jmespath/jmespath.rb#43</a>)</p> </li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/jmespath/jmespath.rb/blob/main/CHANGELOG.md">jmespath's changelog</a>.</em></p> <blockquote> <h2>1.6.1 (2022-03-07)</h2> <ul> <li>Issue - Use <code>JSON.parse</code> instead of <code>JSON.load</code>.</li> </ul> <h2>1.6.0 (2022-02-14)</h2> <ul> <li>Feature - Add support for string comparisons.</li> </ul> <h2>1.5.0 (2022-01-10)</h2> <ul> <li> <p>Support implicitly convertible objects/duck-type values responding to <code>to_hash</code> and <code>to_ary</code>.</p> <p>[See related GitHub pull request <a href="https://github-redirect.dependabot.com/trevorrowe/jmespath.rb/issues/51">#51</a>](<a href="https://github-redirect.dependabot.com/jmespath/jmespath.rb/pull/51">jmespath/jmespath.rb#51</a>).</p> </li> </ul> <h2>1.4.0 (2018-04-04)</h2> <ul> <li> <p>Update the bundled compliance tests. Fix the 6 failing test cases that result from updating the test suite. Test failures included parsing errors and returning nil when comparing non-nil values.</p> </li> <li> <p>Fix typo of a license name in gemspec.</p> <p>[See related GitHub pull request <a href="https://github-redirect.dependabot.com/trevorrowe/jmespath.rb/issues/41">#41</a>](<a href="https://github-redirect.dependabot.com/jmespath/jmespath.rb/pull/41">jmespath/jmespath.rb#41</a>)</p> </li> <li> <p>Test against Ruby 2.4 in Travis.</p> <p>[See related GitHub pull requests <a href="https://github-redirect.dependabot.com/trevorrowe/jmespath.rb/issues/42">#42</a>](<a href="https://github-redirect.dependabot.com/jmespath/jmespath.rb/pull/42">jmespath/jmespath.rb#42</a>)</p> </li> <li> <p>Add support for floating point comparisons.</p> <p>[See related GitHub pull requests <a href="https://github-redirect.dependabot.com/trevorrowe/jmespath.rb/issues/43">#43</a>](<a href="https://github-redirect.dependabot.com/jmespath/jmespath.rb/pull/43">jmespath/jmespath.rb#43</a>)</p> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/jmespath/jmespath.rb/commit/6e429f62298ba61e05538a4ff623c7fcccfdc51b"><code>6e429f6</code></a> Bumped version to v1.6.1</li> <li><a href="https://github.com/jmespath/jmespath.rb/commit/e8841280053a9d9a0c90f36223f926c8b9e4ec49"><code>e884128</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/trevorrowe/jmespath.rb/issues/55">#55</a> from jmespath/json-parse</li> <li><a href="https://github.com/jmespath/jmespath.rb/commit/f517de4bd1061b8f6e44a90a5c2364d95db89530"><code>f517de4</code></a> Use JSON.parse instead of JSON.load</li> <li><a href="https://github.com/jmespath/jmespath.rb/commit/754bf30fa6b43308a6b8ffd78a502619e7fb38f7"><code>754bf30</code></a> Create security.md</li> <li><a href="https://github.com/jmespath/jmespath.rb/commit/010e3cd82fe7b074314094b5ad626174fa1a5de9"><code>010e3cd</code></a> Release 1.6.0</li> <li><a href="https://github.com/jmespath/jmespath.rb/commit/ac17836194881c355ad74a91824c0ee655ab45d0"><code>ac17836</code></a> Add changelog for string comparison.</li> <li><a href="https://github.com/jmespath/jmespath.rb/commit/4b8773ab5a68ec6f64db6dda34e215af327dd427"><code>4b8773a</code></a> Allow string comparison (<a href="https://github-redirect.dependabot.com/trevorrowe/jmespath.rb/issues/49">#49</a>)</li> <li><a href="https://github.com/jmespath/jmespath.rb/commit/9655aa9718978f8ebfe3ff0c596289fdf42bccfa"><code>9655aa9</code></a> Minor fixes to use 1p release tools.</li> <li><a href="https://github.com/jmespath/jmespath.rb/commit/fb80f31e01844e7c0e62d1f6e90cc365a13f6bb6"><code>fb80f31</code></a> Bumped version to v1.5.0</li> <li><a href="https://github.com/jmespath/jmespath.rb/commit/77913acee50937f70c2ed0af79ce60f147b13d4b"><code>77913ac</code></a> Use the new 1p gem release tools</li> <li>Additional commits viewable in <a href="https://github.com/trevorrowe/jmespath.rb/compare/v1.3.1...v1.6.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=jmespath&package-manager=bundler&previous-version=1.3.1&new-version=1.6.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/atomaka/link-share/network/alerts). </details>
This pull request can be merged automatically.
You are not authorized to merge this pull request.
You can also view command line instructions.

Step 1:

From your project repository, check out a new branch and test the changes.
git checkout -b dependabot/bundler/jmespath-1.6.1 master
git pull origin dependabot/bundler/jmespath-1.6.1

Step 2:

Merge the changes and update on Gitea.
git checkout master
git merge --no-ff dependabot/bundler/jmespath-1.6.1
git push origin master
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Reference: atomaka/link-share#44
No description provided.