Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump nokogiri from 1.17.1 to 1.17.2 (#4140)
Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.17.1 to 1.17.2. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/sparklemotion/nokogiri/releases">nokogiri's releases</a>.</em></p> <blockquote> <h2>v1.17.2 / 2024-12-12</h2> <h3>Fixed</h3> <ul> <li>[JRuby] Fixed an issue where <code>Node#dup</code> when called with the <code>new_parent_doc</code> parameter was not decorating the node with the document's <code>Node</code> decorators. <a href="https://redirect.github.com/sparklemotion/nokogiri/issues/3372">#3372</a> <a href="https://github.com/flavorjones"><code>@flavorjones</code></a></li> </ul> <!-- raw HTML omitted --> <pre><code>585c8cac6380848b7973bacfd0584628d116810e5f209db25e22d0c32313e681 nokogiri-1.17.2-aarch64-linux.gem 0c5eb06ba1c112d33c2bb29973b07e2f21c4ddb66c67c9386fd97ff1c5d84686 nokogiri-1.17.2-arm64-darwin.gem 3d033ad9b09d5b8a203f0f2156053e93a9327a9c7887c0ceb9fa78c71d27280d nokogiri-1.17.2-arm-linux.gem 75825401f59b1a8746ee8ce5d066c8f11e745642e36a4452e206730b03d1fd8c nokogiri-1.17.2.gem ffe1fc1353f831793260b3023f575b4ed2e6144404947c57ad37ad932f9adb94 nokogiri-1.17.2-java.gem da29e3d6add44bfc0bec8b9d4c7c660b38c7fc16ef505313839e07c3358d1059 nokogiri-1.17.2-x64-mingw32.gem 2bb710109d52f1209ea013c1f9603cd24271a9f22d387c0c45fced62945b4a30 nokogiri-1.17.2-x64-mingw-ucrt.gem dc5977eb3416e1d501b22b0ed4737bf7604121491405865b887975eacfb3e896 nokogiri-1.17.2-x86_64-darwin.gem e8614ae8d776bd9adb535ca814375e7ae05d7cfa6aa01909e561484f6d70be0b nokogiri-1.17.2-x86_64-linux.gem 8c4dd75e35810bdeb7c74943f383ca665baf6aed8fc2b78c1d305094a72794aa nokogiri-1.17.2-x86-linux.gem 9038e8b59e2eb48feb18f0efb093bd21a19d0eb17eed822a155b2a6860381702 nokogiri-1.17.2-x86-mingw32.gem </code></pre> <!-- raw HTML omitted --> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/sparklemotion/nokogiri/blob/v1.17.2/CHANGELOG.md">nokogiri's changelog</a>.</em></p> <blockquote> <h2>v1.17.2 / 2024-12-12</h2> <h3>Fixed</h3> <ul> <li>[JRuby] Fixed an issue where <code>Node#dup</code> when called with the <code>new_parent_doc</code> parameter was not decorating the node with the document's <code>Node</code> decorators. <a href="https://redirect.github.com/sparklemotion/nokogiri/issues/3372">#3372</a> <a href="https://github.com/flavorjones"><code>@flavorjones</code></a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/sparklemotion/nokogiri/commit/35ec8c58329e790c9715bc8f4ee2ee7aec5aa10f"><code>35ec8c5</code></a> version bump to v1.17.2</li> <li><a href="https://github.com/sparklemotion/nokogiri/commit/ffaa44c37dc33034725e9c89d3b5a7592ba8c146"><code>ffaa44c</code></a> fix(jruby): XML::DocumentFragment.dup to another document (v1.17.x) (<a href="https://redirect.github.com/sparklemotion/nokogiri/issues/3373">#3373</a>)</li> <li><a href="https://github.com/sparklemotion/nokogiri/commit/8bd6c6dd3b7b2cca3911e070dd85475ef203187b"><code>8bd6c6d</code></a> fix(jruby): XML::DocumentFragment.dup to another document</li> <li>See full diff in <a href="https://github.com/sparklemotion/nokogiri/compare/v1.17.1...v1.17.2">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=nokogiri&package-manager=bundler&previous-version=1.17.1&new-version=1.17.2)](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 show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@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) </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information