phpSmug
phpSmug copied to clipboard
Bump rexml from 3.3.9 to 3.4.2 in /docs
Bumps rexml from 3.3.9 to 3.4.2.
Release notes
Sourced from rexml's releases.
REXML 3.4.2 - 2025-08-26
Improvement
Improved performance.
Raise appropriate exception when failing to match start tag in DOCTYPE
- GH-247
- Patch by NAITOH Jun
Deprecate accepting array as an element in XPath.match, first and each
- GH-252
- Patch by tomoya ishida
Don't call needless encoding_updated
- GH-259
- Patch by Sutou Kouhei
Reuse XPath::match
- GH-263
- Patch by pboling
Cache redundant calls for doctype
- GH-264
- Patch by pboling
Use Safe Navigation (&.) from Ruby 2.3
- GH-265
- Patch by pboling
Remove redundant return statements
- GH-266
- Patch by pboling
Added XML declaration check & Source#skip_spaces method
- GH-282
- Patch by NAITOH Jun
- Reported by Sofi Aberegg
Fixes
- Fix docs typo
- GH-248
- Patch by James Coleman
... (truncated)
Changelog
Sourced from rexml's changelog.
3.4.2 - 2025-08-26 {#version-3-4-2}
Improvement
Improved performance.
Raise appropriate exception when failing to match start tag in DOCTYPE
- GH-247
- Patch by NAITOH Jun
Deprecate accepting array as an element in XPath.match, first and each
- GH-252
- Patch by tomoya ishida
Don't call needless encoding_updated
- GH-259
- Patch by Sutou Kouhei
Reuse XPath::match
- GH-263
- Patch by pboling
Cache redundant calls for doctype
- GH-264
- Patch by pboling
Use Safe Navigation (&.) from Ruby 2.3
- GH-265
- Patch by pboling
Remove redundant return statements
- GH-266
- Patch by pboling
Added XML declaration check & Source#skip_spaces method
- GH-282
- Patch by NAITOH Jun
- Reported by Sofi Aberegg
Fixes
- Fix docs typo
- GH-248
- Patch by James Coleman
... (truncated)
Commits
f36916fAdd 3.4.2 entry (#284)5859bdeAdded XML declaration check &Source#skip_spacesmethod (#282)1d876e3Bump actions/checkout from 4 to 5 (#283)c87bda8Remove ostruct from dev deps (#281)c60ae02Remove bundler from dev deps (#277)9b084d7Fix & Deprecate REXML::Text#text_indent (#275)04a589aFix a bug that XPath can't be used for no document element (#268)66232eaRemove redundant return statements (#266)63f3e97Use Safe Navigation (&.) from Ruby 2.3 (#265)d427fc5Avoid redundant calls for doctype (#264)- 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) You can disable automated security fix PRs for this repo from the Security Alerts page.