terraform-aws-ecs-service
terraform-aws-ecs-service copied to clipboard
Bump nokogiri from 1.17.2 to 1.18.2
Bumps nokogiri from 1.17.2 to 1.18.2.
Release notes
Sourced from nokogiri's releases.
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)@flavorjones74e0f9a7487a30a2957f46c5113d58f836436b033c9906e0bc6fee9d8cdafabf nokogiri-1.18.2-aarch64-linux-gnu.gem 99bcea596a80eaee99f2bae2596275641ea688262c1da32b4e90db6159e86477 nokogiri-1.18.2-aarch64-linux-musl.gem 8288ec7a296e2510ca9bd053c0c5989f11260f8c07bc3e9afbafa536f7077281 nokogiri-1.18.2-arm64-darwin.gem 6fb0246b69f2c589a69254e82bc2a40aa238c4f977fd7903e283341a92935729 nokogiri-1.18.2-arm-linux-gnu.gem dcdd4d10ed2743f0d8c887825700c3a8506aea1aa415917ac50ccc01597c51a3 nokogiri-1.18.2-arm-linux-musl.gem 93791cfb33186fe077eb9e1b8a6855b5621e328f81f565334572fa398366f8bf nokogiri-1.18.2.gem eefdf9f0d6086173d3488cf7a736732ee13fb6674ef15643478c20502a67bf37 nokogiri-1.18.2-java.gem 894514572fa7503ce9210e51a7f8a9a35f34f154d6406cec1ac148c3ce1536a3 nokogiri-1.18.2-x64-mingw-ucrt.gem 7fca165e5ee87e9b6b3f1377180376afc0c8652ed2a3d761f472f0e3d3a1c651 nokogiri-1.18.2-x86_64-darwin.gem 9330ced4a976604865c2a76ce158e2bc608fa83999552e85a32ec06f85f427db nokogiri-1.18.2-x86_64-linux-gnu.gem 1cd7786ed15c76958d6a8f9a864df6208fecd624c340eb4ed211fbea60328f02 nokogiri-1.18.2-x86_64-linux-musl.gemv1.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)
@flavorjones35837013800e34342fcbaca305f8c49231f6bd4f779bfa23fe7b4686ae82d5b8 nokogiri-1.18.1-aarch64-linux-gnu.gem 1b303402cd045f9075a6ee291767c1ffe654b426ed30911e5b47819c21855b22 nokogiri-1.18.1-aarch64-linux-musl.gem d75193f284c899d225943a8944479faedd995a7573ddd5c8308ffbdf2ec55204 nokogiri-1.18.1-arm64-darwin.gem 3b873fd6b0cd1ad7c77e87af701075bdfd14c9a6b2f2965c5e00ed29a5627a37 nokogiri-1.18.1-arm-linux-gnu.gem d6fe26f6d1425f403077fbf829fc0ef8e521545c924a13777d6fdf1a0c07c1f3 nokogiri-1.18.1-arm-linux-musl.gem df18be7e96c34736b6abfdeda80c6e845134fb9afe2fe5d4fbc1cf1f89c68475 nokogiri-1.18.1.gem e0e19b340f92d09b2b731e22d68895b2062d6555188aff370b05617516d3a781 nokogiri-1.18.1-java.gem 50d81e905a60dff706b99c980abefedaf1c3d2c434a3b49afaf1b69b80f7f5b4 nokogiri-1.18.1-x64-mingw-ucrt.gem d94e3aa6483577495fc8969d6b4b5c075840ce6b1ab09636a6d4177ad171051d nokogiri-1.18.1-x86_64-darwin.gem e516cf16ccde67ed4cc595a2621ca5ddd42562ecb24928914b0045a20a41620e nokogiri-1.18.1-x86_64-linux-gnu.gem f2c389bc100541247edaeaabc6d875b31d72e897471b66a67987b2e4df0192d6 nokogiri-1.18.1-x86_64-linux-musl.gemv1.18.0 / 2024-12-25
... (truncated)
Changelog
Sourced from nokogiri's changelog.
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
Notable Changes
Ruby
This release introduces native gem support for Ruby 3.4.
This release ends support for Ruby 3.0, for which upstream support ended 2024-04-23.
This release ships separate precompiled GNU and Musl gems for all linux platforms. Previously both GNU and Musl target systems could use and install the same gem, e.g., the platform gem for
x86_64-linux. Now, however, the precompiled gem platforms would bex86_64-linux-gnuandx86_64-linux-musl. So long as you're onbundler >= 2.5.6this should be seamless other than perhaps needing to update the platforms in your "Gemfile.lock".This release drops precompiled native platform gems for
x86-linuxandx86-mingw32. These platforms are still supported. Users on these platforms must install the "ruby platform" gem which requires a compiler toolchain. See Installing therubyplatform gem in the installation docs. (#3369, #3081)Improved
- [CRuby] CSS and XPath queries are faster now that
Node#xpath,Node#css, and related functions are using a faster XPathContext initialization process. We benchmarked a 1.9x improvement for a 6kb file. Big thanks to@nwellnhoffor helping with this one. (#3378, superseded by #3389)@flavorjones
Commits
aa54fa5version bump to v1.18.20fb5541backport: fix(css-selector): default XML namespace should not be applied to w...8ef2e91ci: bump windows test images from "head" to "3.4"c10fd7adev: so tired of psych not building on various things8378749fix(css-selector): default XML namespace is not applied to wildcardb112e18prefactor: restructure css-to-xpath tests3b28b49version bump to v1.18.16344147fix: SAX::ParserContext keeps a reference to the input (backport of #3395 to ...1c9b8f1doc: update CHANGELOG.md682a293fix: SAX::ParserContext keeps a reference to the input- 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)