vuejs-rails-starterkit
vuejs-rails-starterkit copied to clipboard
Bump nokogiri from 1.11.5 to 1.14.0
Bumps nokogiri from 1.11.5 to 1.14.0.
Release notes
Sourced from nokogiri's releases.
1.14.0 / 2023-01-12
Notable Changes
Ruby
This release introduces native gem support for Ruby 3.2. (Also see "Technical note" under "Changed" below.)
This release ends support for:
- Ruby 2.6, for which upstream support ended 2022-04-12.
- JRuby 9.3, which is not fully compatible with Ruby 2.7+
Faster, more reliable installation: Native Gem for
aarch64-linux(akalinux/arm64/v8)This version of Nokogiri ships official native gem support for the
aarch64-linuxplatform, which should support AWS Graviton and other ARM64 Linux platforms. Please note that glibc >= 2.29 is required for aarch64-linux systems, see Supported Platforms for more information.Faster, more reliable installation: Native Gem for
arm-linux(akalinux/arm/v7)This version of Nokogiri ships experimental native gem support for the
arm-linuxplatform. Please note that glibc >= 2.29 is required for arm-linux systems, see Supported Platforms for more information.Pattern matching
This version introduces an experimental pattern matching API for
XML::Attr,XML::Document,XML::DocumentFragment,XML::Namespace,XML::Node, andXML::NodeSet(and their subclasses).Some documentation on what can be matched:
XML::Attr#deconstruct_keysXML::Document#deconstruct_keysXML::Namespace#deconstruct_keysXML::Node#deconstruct_keysXML::DocumentFragment#deconstructXML::NodeSet#deconstructWe welcome feedback on this API at #2360.
Dependencies
CRuby
- Vendored libiconv is updated to v1.17
JRuby
- This version of Nokogiri uses
jar-dependenciesto manage most of the vendored Java dependencies.nokogiri -vnow outputs maven metadata for all Java dependencies, andNokogiri::VERSION_INFOalso contains this metadata. [#2432]- HTML parsing is now provided by
net.sourceforge.htmlunit:neko-htmlunit:2.61.0(previously Nokogiri used a fork oforg.cyberneko.html:nekohtml)
... (truncated)
Changelog
Sourced from nokogiri's changelog.
1.14.0 / 2023-01-12
Notable Changes
Ruby
This release introduces native gem support for Ruby 3.2. (Also see "Technical note" under "Changed" below.)
This release ends support for:
- Ruby 2.6, for which upstream support ended 2022-04-12.
- JRuby 9.3, which is not fully compatible with Ruby 2.7+
Faster, more reliable installation: Native Gem for
aarch64-linux(akalinux/arm64/v8)This version of Nokogiri ships official native gem support for the
aarch64-linuxplatform, which should support AWS Graviton and other ARM64 Linux platforms. Please note that glibc >= 2.29 is required for aarch64-linux systems, see Supported Platforms for more information.Faster, more reliable installation: Native Gem for
arm-linux(akalinux/arm/v7)This version of Nokogiri ships experimental native gem support for the
arm-linuxplatform. Please note that glibc >= 2.29 is required for arm-linux systems, see Supported Platforms for more information.Pattern matching
This version introduces an experimental pattern matching API for
XML::Attr,XML::Document,XML::DocumentFragment,XML::Namespace,XML::Node, andXML::NodeSet(and their subclasses).Some documentation on what can be matched:
XML::Attr#deconstruct_keysXML::Document#deconstruct_keysXML::Namespace#deconstruct_keysXML::Node#deconstruct_keysXML::DocumentFragment#deconstructXML::NodeSet#deconstructWe welcome feedback on this API at #2360.
Dependencies
CRuby
- Vendored libiconv is updated to v1.17
JRuby
- This version of Nokogiri uses
jar-dependenciesto manage most of the vendored Java dependencies.nokogiri -vnow outputs maven metadata for all Java dependencies, andNokogiri::VERSION_INFOalso contains this metadata. [#2432]- HTML parsing is now provided by
net.sourceforge.htmlunit:neko-htmlunit:2.61.0(previously Nokogiri used a fork oforg.cyberneko.html:nekohtml)
... (truncated)
Commits
fe3643fversion bump to v1.14.092d2df4Merge pull request #2759 from sparklemotion/flavorjones-dep-rake-compiler-doc...d7a1c1bdep: update to rake-compiler-dock 1.3.07c4c54fMerge pull request #2757 from casperisfine/fix-anonymous-eval50f78dcGet rid of anonymous eval callsd3add70Merge pull request #2756 from sparklemotion/flavorjones-test-rake-compiler-do...e6c7f8aci: use the new rake-compiler-dock oci images6ea1449doc: small updates to CONTRIBUTING.mdb57c926Merge pull request #2753 from larskanis/fix-2752795464cFix writing to an IO with no external_encoding- 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)