chef-server
chef-server copied to clipboard
Bump nokogiri from 1.15.6 to 1.18.7 in /src/oc-id
Bumps nokogiri from 1.15.6 to 1.18.7.
Release notes
Sourced from nokogiri's releases.
v1.18.7 / 2025-03-31
Dependencies
- [CRuby] Vendored libxml2 is updated to v2.13.7, which is a bugfix release.
57a064ab5440814a69a0e040817bd8154adea68a30d2ff2b3aa515a6a06dbb5f nokogiri-1.18.7-aarch64-linux-gnu.gem 3e442dc5b69376e84288295fe37cbb890a21ad816a7e571e5e9967b3c1e30cd3 nokogiri-1.18.7-aarch64-linux-musl.gem 083abb2e9ed2646860f6b481a981485a658c6064caafaa81bf1cda1bada2e9d5 nokogiri-1.18.7-arm64-darwin.gem 337d9149deb5ae01022dff7c90f97bed81715fd586aacab0c5809ef933994c5e nokogiri-1.18.7-arm-linux-gnu.gem 97a26edcc975f780a0822aaf7f7d7427c561067c1c9ee56bd3542960f0c28a6e nokogiri-1.18.7-arm-linux-musl.gem 6b63ff5defe48f30d1d3b3122f65255ca91df2caf5378c6e0482ce73ff46fb31 nokogiri-1.18.7.gem 2cb83666f35619ec59d24d831bf492e49cfe27b112c222330ee929737f42f2eb nokogiri-1.18.7-java.gem 681148fbc918aa5d54933d8b48aeb9462ab708d23409797ed750af961107f72b nokogiri-1.18.7-x64-mingw-ucrt.gem 081d1aa517454ba3415304e2ea51fe411d6a3a809490d0c4aa42799cada417b7 nokogiri-1.18.7-x86_64-darwin.gem 3a0bf946eb2defde13d760f869b61bc8b0c18875afdd3cffa96543cfa3a18005 nokogiri-1.18.7-x86_64-linux-gnu.gem 9d83f8ec1fc37a305fa835d7ee61a4f37899e6ccc6dcb05be6645fa9797605af nokogiri-1.18.7-x86_64-linux-musl.gemv1.18.6 / 2025-03-24
Fixed
- [JRuby] In HTML documents,
Node#attributenow returns the correct attribute. This has been broken, and returningnil, since v1.17.0. (#3487)@flavorjones1b11f9a814068282cc2b47ebe61395b2a69d1918092d2ca3bd664074f72540e9 nokogiri-1.18.6-aarch64-linux-gnu.gem 797662f201c37a8feac3bd5b0c0e3447053bc71e6633d273fefd4c68b03e6a54 nokogiri-1.18.6-aarch64-linux-musl.gem 727a441d179d934b4b7c73e0e28e6723ee46463d96bb0cc6e2e33a13540962c4 nokogiri-1.18.6-arm64-darwin.gem 2da07a07ef4c9d9e9da809b3dc0937ed90b031e32c2c658d9918941b85d68b95 nokogiri-1.18.6-arm-linux-gnu.gem e8ae1c9a4d8cfa7a92d632a6f596a88235ebe66d4b70418543378ba16c601f70 nokogiri-1.18.6-arm-linux-musl.gem 4d283431d7829719ea1287ca388f24c6ce343af736bbcbd1365cbdb83bce41a4 nokogiri-1.18.6.gem bf16c53446987007ff3e1deb29d65d20444073ba112cb5bddbd2671135ba293c nokogiri-1.18.6-java.gem 134f6d54f56edd46cb6db77c9d9de1704b3f83b3981a6763671e3cfbeba221f5 nokogiri-1.18.6-x64-mingw-ucrt.gem fb72568c97ccd90a8d68cb765b0ff0720b109bd62e3babbf372e854ef8fef995 nokogiri-1.18.6-x86_64-darwin.gem df065db6ba6e1e80f76ef04f860fcf260cc24685125fe33cdc3d1572a1c66b71 nokogiri-1.18.6-x86_64-linux-gnu.gem 75ec7a93cec54687aa63b2eaf830dc4ac5b4f3d8c969f20c035e67c9e6a30cef nokogiri-1.18.6-x86_64-linux-musl.gemv1.18.5 / 2025-03-19
Fixed
... (truncated)
Changelog
Sourced from nokogiri's changelog.
v1.18.7 / 2025-03-31
Dependencies
- [CRuby] Vendored libxml2 is updated to v2.13.7, which is a bugfix release.
v1.18.6 / 2025-03-24
Fixed
- [JRuby] In HTML documents,
Node#attributenow returns the correct attribute. This has been broken, and returningnil, since v1.17.0. (#3487)@flavorjonesv1.18.5 / 2025-03-19
Fixed
- [JRuby] Update JRuby's XML serialization so it outputs namespaces exactly like CRuby. (#3455, #3456)
@johnnyshieldsv1.18.4 / 2025-03-14
Security
- [CRuby] Vendored libxslt is updated to v1.1.43 to address CVE-2025-24855 and CVE-2024-55549. See GHSA-mrxw-mxhj-p664 for more information.
v1.18.3 / 2025-02-18
Security
- [CRuby] Vendored libxml2 is updated v2.13.6 to address CVE-2025-24928 and CVE-2024-56171. See GHSA-vvfq-8hwr-qm4m for more information.
v1.18.2 / 2024-01-19
Fixed
- When performing a CSS selector query, an XML document's root namespace declarations should not be applied to wildcard selectors (
"*"). Fixes a bug introduced in v1.17.0. (#3411)@flavorjonesv1.18.1 / 2024-12-29
Fixed
- [CRuby] XML::SAX::ParserContext keeps a reference to the input to avoid a potential use-after-free issue that's existed since v1.4.0 (2009). (#3395)
@flavorjonesv1.18.0 / 2024-12-25
... (truncated)
Commits
13e8aa4version bump to v1.18.7605699ddep: bump libxml2 to 2.13.7 (v1.18.x backport) (#3495)804e590dep: bump libxml2 to 2.13.752bf15bdep(dev): drop Rubocop from JRuby deps189769dversion bump to v1.18.6de4982ffix(jruby): Node#attribute in HTML documents (v1.18.x) (#3492)7d95b0ffix(jruby): Node#attribute in HTML documents58823ffversion bump to v1.18.54473261Fix MRI Ruby vs. JRuby XML child namespace output differences (backport v1.18...6cac169doc: update CHANGELOG- Additional commits viewable in compare view
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Deploy Preview for chef-server processing.
| Name | Link |
|---|---|
| Latest commit | 0c8ee2569d0314082d4bdd7799e0b7d7352aadc2 |
| Latest deploy log | https://app.netlify.com/sites/chef-server/deploys/67efa81c812a7e000893d7bd |
Quality Gate passed
Issues
0 New issues
0 Accepted issues
Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code