Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update dependency nokogiri to v1.15.3 #2295

Merged
merged 1 commit into from
Jul 6, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 5, 2023

Mend Renovate

This PR contains the following updates:

Package Update Change
nokogiri (source, changelog) patch 1.15.2 -> 1.15.3

Release Notes

sparklemotion/nokogiri (nokogiri)

v1.15.3

Compare Source

Fixed
  • Passing an object that is not a kind of XML::Node as the first parameter to CDATA.new now raises a TypeError. Previously this would result in either a segfault (CRuby) or a Java exception (JRuby). [#​2920]
  • Passing an object that is not a kind of XML::Node as the first parameter to Schema.from_document now raises a TypeError. Previously this would result in either a segfault (CRuby) or a Java exception (JRuby). [#​2920]
  • [CRuby] Passing an object that is not a kind of XML::Node as the second parameter to Text.new now raises a TypeError. Previously this would result in a segfault. [#​2920]
  • [CRuby] Replacing a node's children via methods like Node#inner_html=, #children=, and #replace no longer defensively dups the node's next sibling if it is a Text node. This behavior was originally adopted to work around libxml2's memory management (see #​283 and #​595) but should not have included operations involving xmlAddChild(). [#​2916]
  • [JRuby] Fixed NPE when serializing an unparented HTML node. [#​2559, #​2895] (Thanks, @​cbasguti!)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - 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 Mend Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/nokogiri-1.x-lockfile branch from c202f5b to 133e0c3 Compare July 6, 2023 11:18
@github-actions github-actions bot removed the repo label Jul 6, 2023
@jbampton jbampton merged commit 0369bd9 into main Jul 6, 2023
12 of 13 checks passed
@jbampton jbampton deleted the renovate/nokogiri-1.x-lockfile branch July 6, 2023 11:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant