Bump nokogiri from 1.10.10 to 1.11.3
Bumps nokogiri from 1.10.10 to 1.11.3.
Release notes
Sourced from nokogiri's releases.
1.11.3 / 2021-04-07
Fixed
- [CRuby] Passing non-
Nodeobjects toDocument#root=now raises anArgumentErrorexception. Previously this likely segfaulted. [#1900]- [JRuby] Passing non-
Nodeobjects toDocument#root=now raises anArgumentErrorexception. Previously this raised aTypeErrorexception.- [CRuby] arm64/aarch64 systems (like Apple's M1) can now compile libxml2 and libxslt from source (though we continue to strongly advise users to install the native gems for the best possible experience)
1.11.2 / 2021-03-11
Fixed
- [CRuby]
NodeSetmay now safely containNodeobjects from multiple documents. Previously the GC lifecycle of the parentDocumentobjects could lead to nodes being GCed while still in scope. [#1952]- [CRuby] Patch libxml2 to avoid "huge input lookup" errors on large CDATA elements. (See upstream GNOME/libxml2#200 and GNOME/libxml2!100.) [#2132].
- [CRuby+Windows] Enable Nokogumbo (and other downstream gems) to compile and link against
nokogiri.soby includingLDFLAGSinNokogiri::VERSION_INFO. [#2167]- [CRuby]
{XML,HTML}::Document.parsenow invokes#initializeexactly once. Previously#initializewas invoked twice on each object.- [JRuby]
{XML,HTML}::Document.parsenow invokes#initializeexactly once. Previously#initializewas not called, which was a problem for subclassing such as done byLoofah.Improved
- Reduce the number of object allocations needed when parsing an HTML::DocumentFragment. [#2087] (Thanks,
@ashmaroli!)- [JRuby] Update the algorithm used to calculate
Node#lineto be wrong less-often. The underlying parser, Xerces, does not track line numbers, and so we've always used a hacky solution for this method. [#1223, #2177]- Introduce
--enable-system-librariesand--disable-system-librariesflags toextconf.rb. These flags provide the same functionality as--use-system-librariesand theNOKOGIRI_USE_SYSTEM_LIBRARIESenvironment variable, but are more idiomatic. [#2193] (Thanks,@eregon!)- [TruffleRuby]
--disable-staticis now the default on TruffleRuby when the packaged libraries are used. This is more flexible and compiles faster. (Note, though, that the default on TR is still to use system libraries.) [#2191, #2193] (Thanks,@eregon!)Changed
Nokogiri::XML::Pathis now a Module (previously it has been a Class). It has been acting solely as a Module since v1.0.0. See 8461c74.v1.11.1 / 2021-01-06
Fixed
- [CRuby] If
libxml-rubyis loaded beforenokogiri, the SAX and Push parsers no longer calllibxml-ruby's handlers. Instead, they defensively override the libxml2 global handler before parsing. [#2168]SHA-256 Checksums of published gems
a41091292992cb99be1b53927e1de4abe5912742ded956b0ba3383ce4f29711c nokogiri-1.11.1-arm64-darwin.gem d44fccb8475394eb71f29dfa7bb3ac32ee50795972c4557ffe54122ce486479d nokogiri-1.11.1-java.gem f760285e3db732ee0d6e06370f89407f656d5181a55329271760e82658b4c3fc nokogiri-1.11.1-x64-mingw32.gem dd48343bc4628936d371ba7256c4f74513b6fa642e553ad7401ce0d9b8d26e1f nokogiri-1.11.1-x86-linux.gem 7f49138821d714fe2c5d040dda4af24199ae207960bf6aad4a61483f896bb046 nokogiri-1.11.1-x86-mingw32.gem 5c26111f7f26831508cc5234e273afd93f43fbbfd0dcae5394490038b88d28e7 nokogiri-1.11.1-x86_64-darwin.gem c3617c0680af1dd9fda5c0fd7d72a0da68b422c0c0b4cebcd7c45ff5082ea6d2 nokogiri-1.11.1-x86_64-linux.gem </tr></table>
... (truncated)
Changelog
Sourced from nokogiri's changelog.
1.11.3 / 2021-04-07
Fixed
- [CRuby] Passing non-
Nodeobjects toDocument#root=now raises anArgumentErrorexception. Previously this likely segfaulted. [#1900]- [JRuby] Passing non-
Nodeobjects toDocument#root=now raises anArgumentErrorexception. Previously this raised aTypeErrorexception.- [CRuby] arm64/aarch64 systems (like Apple's M1) can now compile libxml2 and libxslt from source (though we continue to strongly advise users to install the native gems for the best possible experience)
1.11.2 / 2021-03-11
Fixed
- [CRuby]
NodeSetmay now safely containNodeobjects from multiple documents. Previously the GC lifecycle of the parentDocumentobjects could lead to nodes being GCed while still in scope. [#1952]- [CRuby] Patch libxml2 to avoid "huge input lookup" errors on large CDATA elements. (See upstream GNOME/libxml2#200 and GNOME/libxml2!100.) [#2132].
- [CRuby+Windows] Enable Nokogumbo (and other downstream gems) to compile and link against
nokogiri.soby includingLDFLAGSinNokogiri::VERSION_INFO. [#2167]- [CRuby]
{XML,HTML}::Document.parsenow invokes#initializeexactly once. Previously#initializewas invoked twice on each object.- [JRuby]
{XML,HTML}::Document.parsenow invokes#initializeexactly once. Previously#initializewas not called, which was a problem for subclassing such as done byLoofah.Improved
- Reduce the number of object allocations needed when parsing an
HTML::DocumentFragment. [#2087] (Thanks,@ashmaroli!)- [JRuby] Update the algorithm used to calculate
Node#lineto be wrong less-often. The underlying parser, Xerces, does not track line numbers, and so we've always used a hacky solution for this method. [#1223, #2177]- Introduce
--enable-system-librariesand--disable-system-librariesflags toextconf.rb. These flags provide the same functionality as--use-system-librariesand theNOKOGIRI_USE_SYSTEM_LIBRARIESenvironment variable, but are more idiomatic. [#2193] (Thanks,@eregon!)- [TruffleRuby]
--disable-staticis now the default on TruffleRuby when the packaged libraries are used. This is more flexible and compiles faster. (Note, though, that the default on TR is still to use system libraries.) [#2191, #2193] (Thanks,@eregon!)Changed
Nokogiri::XML::Pathis now a Module (previously it has been a Class). It has been acting solely as a Module since v1.0.0. See 8461c74.1.11.1 / 2021-01-06
Fixed
- [CRuby] If
libxml-rubyis loaded beforenokogiri, the SAX and Push parsers no longer calllibxml-ruby's handlers. Instead, they defensively override the libxml2 global handler before parsing. [#2168]1.11.0 / 2021-01-03
Notes
Faster, more reliable installation: Native Gems for Linux and OSX/Darwin
"Native gems" contain pre-compiled libraries for a specific machine architecture. On supported platforms, this removes the need for compiling the C extension and the packaged libraries. This results in much faster installation and more reliable installation, which as you probably know are the biggest headaches for Nokogiri users.
We've been shipping native Windows gems since 2009, but starting in v1.11.0 we are also shipping native gems for these platforms:
... (truncated)
Commits
d244fb8version bump to v1.11.35562eb7Merge pull request #2215 from sparklemotion/flavorjones-valgrind-test-helpers72d96fetest: consolidate jruby version info testsd33b021test: cleanupc75ce9btest: introduce helpers for skips and for a valgrind blockcb36a56ci: make some slow tests run only under NOKOGIRI_GCbeb77f5Merge pull request #2214 from sparklemotion/flavorjones-allow-arm64-compilation8380a6dfix: update automake files to allow arm64 to compile package libsacfd92cRevert "fix: update automake files to allow arm64 to compile package libs"65c0ba1fix: update automake files to allow arm64 to compile package libs- 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 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) -
@dependabot use these labelswill set the current labels as the default for future PRs for this repo and language -
@dependabot use these reviewerswill set the current reviewers as the default for future PRs for this repo and language -
@dependabot use these assigneeswill set the current assignees as the default for future PRs for this repo and language -
@dependabot use this milestonewill 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.