chore(deps): bump the dependencies group across 1 directory with 7 updates
Updates the requirements on org-ruby, creole, rexml, activesupport, minitest, sanitize and nokogiri to permit the latest version.
Updates org-ruby from 0.9.9 to 0.9.12
Changelog
Sourced from org-ruby's changelog.
-- mode: org; mode: auto-fill; --
#+title: Changelog #+startup: showeverything
- 0.9.10 / 2014-12-09
- Add option to disable Rubypants
Commits
8f1d183Update release documentbc60a87Update test for issue #2745dea6bUpdate output example (fixes #27)98b2313remove duplicated keys1b308b9remove duplicated keysfd57a6dMerge branch 'release-0.9.10'e7e1b77Bump version to 0.9.10c4a4aa5Merge branch 'skip-rubypants-pass' into release-0.9.10bbab8e6Add testf4b93ffMake it possible to disable the call to Rubypants- Additional commits viewable in compare view
Updates creole from 0.3.8 to 0.5.0
Changelog
Sourced from creole's changelog.
0.5.0
- Remove methods make_*_anchor
- Add method make_headline
- Parse tags inside link text
Commits
4953481version 0.5.02959d4dadd method make_headline6311a25remove obsolete method6f5e830parse stuff inside link096a687use character equality4d404e3initialize variables87149cfadd travis.ymlfeb867atilt template removede6480900.4.175f253afix- Additional commits viewable in compare view
Updates rexml from 3.3.6 to 3.3.8
Release notes
Sourced from rexml's releases.
REXML 3.3.8 - 2024-09-29
Improvements
- SAX2: Improve parse performance.
- GH-207
- Patch by NAITOH Jun.
Fixes
- Fixed a bug that unexpected attribute namespace conflict error for the predefined "xml" namespace is reported.
- GH-208
- Patch by KITAITI Makoto
Thanks
NAITOH Jun
KITAITI Makoto
REXML 3.3.7 - 2024-09-04
Improvements
Added local entity expansion limit methods
Removed explicit strscan dependency
- GH-204
- Patch by Bo Anderson.
Thanks
takuya kodama
NAITOH Jun
Bo Anderson
Changelog
Sourced from rexml's changelog.
3.3.8 - 2024-09-29 {#version-3-3-8}
Improvements
- SAX2: Improve parse performance.
- GH-207
- Patch by NAITOH Jun.
Fixes
- Fixed a bug that unexpected attribute namespace conflict error for the predefined "xml" namespace is reported.
- GH-208
- Patch by KITAITI Makoto
Thanks
NAITOH Jun
KITAITI Makoto
3.3.7 - 2024-09-04 {#version-3-3-7}
Improvements
Added local entity expansion limit methods
Removed explicit strscan dependency
- GH-204
- Patch by Bo Anderson.
Thanks
takuya kodama
NAITOH Jun
Bo Anderson
Commits
036d508test: avoid using needless non ASCII characters4197054Add 3.3.8 entry78f8712Fix handling with "xml:" prefixed namespace (#208)2e1cd64Optimize SAX2Parser#get_namespace (#207)35ee73eBump version86a11c0Add 3.3.7 entry9294410ci document: suppress a ostruct warning6246ba1ci document: fix method forwarding with recent Rubyad02f99Remove strscan dependency declaration from gemspec (#204)caec187Add local entity expansion limit methods (#202)- Additional commits viewable in compare view
Updates activesupport from 7.1.3.4 to 7.1.4.1
Release notes
Sourced from activesupport's releases.
7.1.4.1
Active Support
- No changes.
Active Model
- No changes.
Active Record
- No changes.
Action View
- No changes.
Action Pack
Avoid regex backtracking in HTTP Token authentication
[CVE-2024-47887]
Avoid regex backtracking in query parameter filtering
[CVE-2024-41128]
Active Job
- No changes.
Action Mailer
Avoid regex backtracking in
block_formathelper[CVE-2024-47889]
Action Cable
- No changes.
Active Storage
- No changes.
... (truncated)
Commits
5b5f0daPreparing for 7.1.4.1 release1f56fd6Merge pull request #52962 from rails/rm-releser6f57590Preparing for 7.1.4 release63fe89dSync changelog128b5b0Merge pull request #52631 from zenspider/zenspider/minitest-cleanupdbc560dMerge pull request #52609 from rails/rm-minitest5141c14Fixdelegate_missing_to allow_nil: truewhen called with implict selfa2a12fcFix a performance regression in attribute methodsaa418a0Merge pull request #52099 from justinko/issue-52089eedbe69Merge branch '7-1-sec' into 7-1-stable- Additional commits viewable in compare view
Updates minitest from 5.23.1 to 5.25.1
Changelog
Sourced from minitest's changelog.
=== 5.25.1 / 2024-08-16
2 bug fixes:
- Fix incompatibility caused by minitest-hooks & rails invading minitest internals.
- Revert change from =~ to match? to allow for nil if $TERM undefined.
=== 5.25.0 / 2024-08-13
2 minor enhancements:
- Fixed some inefficiencies filtering and matching (mostly backtraces).
- Refactored siginfo handler to reduce runtime costs. Saved ~30%!
5 bug fixes:
- Added missing rdoc to get back to 100% coverage.
- Cleaning up ancient code checking for defined?(Encoding) and the like.
- Disambiguated some shadowed variables in minitest/compress.
- Fixed an ironic bug if using string-literals AND Werror.
- Improve description of test:slow task. (stomar)
=== 5.24.1 / 2024-06-29
1 bug fix:
- Fix the error message when an extension is invalid value. (y-yagi)
=== 5.24.0 / 2024-06-18
2 minor enhancements:
- Added Minitest.register_plugin.
- Extended plugin system to work with modules/classes for opt-out plugins.
1 bug fix:
- Removed anacronism, but allow load_plugins to exit gracefully if --disable=gems.
Commits
6d83843prepped for release0ccdc80- Fix incompatibility caused by minitest-hooks & rails invading minitest inte...9e7c58d- Revert change from =~ to match? to allow for nil if $TERM undefined.393e334prepped for release8cd3b1c+ Refactored siginfo handler to reduce runtime costs. Saved ~30%!bd96499normalized all actual/expected var names for assert_equal tests4fe69b1Accept colon style Hash#inspect in test. (tompng)296269c- Improve description of test:slow task. (stomar)1156b6c- Cleaning up ancient code checking for defined?(Encoding) and the like.2bd62c5Minor fix to make deprecation tests pass when using rake testW0- Additional commits viewable in compare view
Updates sanitize from 6.1.1 to 6.1.3
Release notes
Sourced from sanitize's releases.
v6.1.3
Bug Fixes
- The CSS URL protocol allowlist is now enforced on the nonstandard
-webkit-image-setCSS function. [@ltk- #242]242v6.1.2
Bug Fixes
- The CSS URL protocol allowlist is now properly enforced in CSS Images Module Level 4
imageandimage-setfunctions. [@ltk- #240]240
Changelog
Sourced from sanitize's changelog.
6.1.3 (2024-08-14)
Bug Fixes
- The CSS URL protocol allowlist is now enforced on the nonstandard
-webkit-image-setCSS function. [@ltk- #242]2426.1.2 (2024-07-27)
Bug Fixes
- The CSS URL protocol allowlist is now properly enforced in CSS Images Module Level 4
imageandimage-setfunctions. [@ltk- #240]240
Commits
b0ec1d6Release 6.1.3caa94cbUpdate history for 6.1.3c168413Avoid repeating the list of CSS image functionsa5d93bbAdd protocol allowlisting for -webkit-image-set CSS functiona98ac98Release 6.1.29148cb0Update history for 6.1.24478fa5Enforce protocol allowlisting forimageandimage-setCSS funcs- See full diff in compare view
Updates nokogiri from 1.16.6 to 1.16.7
Release notes
Sourced from nokogiri's releases.
v1.16.7 / 2024-07-27
Dependencies
- [CRuby] Vendored libxml2 is updated to v2.12.9, which the upstream release notes state is a security release to address CVE-2024-40896. Nokogiri's maintainers believe this vulnerability does not affect users of Nokogiri, but we advise upgrading at your earliest convenience anyway.
sha256 checksums:
78778d35f165b59513be31c0fe232c63a82cf97626ffba695b5f822e5da1d74b nokogiri-1.16.7-aarch64-linux.gem c84cdb9e3aa44c35bbb981b20175838c4b2066c26c5cb118f31f177168a42fc3 nokogiri-1.16.7-arm-linux.gem 276dcea1b988a5b22b5acc1ba901d24b8e908c40b71dccd5d54a2ae279480dad nokogiri-1.16.7-arm64-darwin.gem 044c45ca46abc2b6135a85ab39a546ff2f0434d43142bc59b83e5b1068876a42 nokogiri-1.16.7-java.gem 01ed785392f9cbdfd45e0e5ef6ad6d2c80a6128672589448f18952168bd68e56 nokogiri-1.16.7-x64-mingw-ucrt.gem d8fd5c675743b85354c9098117bfa9e703c7cacab8c33e5190104ea8218ad1ec nokogiri-1.16.7-x64-mingw32.gem dddbf1c1ef99ce9fab98302b14f8bacb703e6f16e89b99f05ecee8a1fca23664 nokogiri-1.16.7-x86-linux.gem b6517d995b024739cbb81251a26866d40e1ccb151936b5bb0977e7487f4e617c nokogiri-1.16.7-x86-mingw32.gem 630732b80fc572690eab50c73a1f18988f3ac401ed0b67ca9956ba2b1e2c3faa nokogiri-1.16.7-x86_64-darwin.gem 9e1e428641d5942af877c60b418c71163560e9feb4a5c4015f3230a8b86a40f6 nokogiri-1.16.7-x86_64-linux.gem f819cbfdfb0a7b19c9c52c6f2ca63df0e58a6125f4f139707b586b9511d7fe95 nokogiri-1.16.7.gem
Changelog
Sourced from nokogiri's changelog.
v1.16.7 / 2024-07-27
Dependencies
- [CRuby] Vendored libxml2 is updated to v2.12.9, which the upstream release notes state is a security release to address CVE-2024-40896. Nokogiri's maintainers believe this vulnerability does not affect users of Nokogiri, but we advise upgrading at your earliest convenience anyway.
Commits
d8d6ba3version bump to v1.16.776199bbdep: update libxml2 to v2.12.9 (branch v1.16.x) (#3297)ca92e48dep: update packaged libxml2 to v2.12.9- See full diff 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 <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) -
@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) -
@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) -
@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency -
@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions