Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 17, 2025

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

  • 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

  • Cache redundant calls for doctype

  • Use Safe Navigation (&.) from Ruby 2.3

  • Remove redundant return statements

  • 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

  • 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

  • Cache redundant calls for doctype

  • Use Safe Navigation (&.) from Ruby 2.3

  • Remove redundant return statements

  • 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

Dependabot compatibility score

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will 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 version will 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 dependency will 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.

Bumps [rexml](https://github.com/ruby/rexml) from 3.3.9 to 3.4.2.
- [Release notes](https://github.com/ruby/rexml/releases)
- [Changelog](https://github.com/ruby/rexml/blob/master/NEWS.md)
- [Commits](ruby/rexml@v3.3.9...v3.4.2)

---
updated-dependencies:
- dependency-name: rexml
  dependency-version: 3.4.2
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code labels Sep 17, 2025
@gabrie30 gabrie30 merged commit 0511903 into master Sep 18, 2025
5 of 8 checks passed
@gabrie30 gabrie30 deleted the dependabot/bundler/site/rexml-3.4.2 branch September 18, 2025 05:24
tmeijn pushed a commit to tmeijn/dotfiles that referenced this pull request Nov 3, 2025
This MR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [gabrie30/ghorg](https://github.com/gabrie30/ghorg) | patch | `v1.11.4` -> `v1.11.5` |

MR created with the help of [el-capitano/tools/renovate-bot](https://gitlab.com/el-capitano/tools/renovate-bot).

**Proposed changes to behavior should be submitted there as MRs.**

---

### Release Notes

<details>
<summary>gabrie30/ghorg (gabrie30/ghorg)</summary>

### [`v1.11.5`](https://github.com/gabrie30/ghorg/releases/tag/v1.11.5)

[Compare Source](gabrie30/ghorg@v1.11.4...v1.11.5)

##### Added

- Self hosted Bitbucket support
- `ghorgonly` file support to clone only repos matching substring patterns (include-only filter); thanks [@&#8203;fgouteroux](https://github.com/fgouteroux)

##### Changed

- Empty interface to any

##### Deprecated

##### Removed

##### Fixed

- File path in tokens; thanks [@&#8203;blackcodersec](https://github.com/blackcodersec)

##### Security

- Bump gitlab.com/gitlab-org/api/client-go from 0.142.0 to 0.148.1 ([#&#8203;583](gabrie30/ghorg#583))
- Bump github.com/spf13/cobra from 1.9.1 to 1.10.1 ([#&#8203;582](gabrie30/ghorg#582))
- Bump code.gitea.io/sdk/gitea from 0.21.0 to 0.22.0 ([#&#8203;584](gabrie30/ghorg#584))
- Bump github.com/ktrysmt/go-bitbucket from 0.9.86 to 0.9.87 ([#&#8203;585](gabrie30/ghorg#585))
- Bump github.com/bradleyfalzon/ghinstallation/v2 from 2.16.0 to 2.17.0 ([#&#8203;581](gabrie30/ghorg#581))
- Bump golang.org/x/oauth2 from 0.30.0 to 0.31.0 ([#&#8203;580](gabrie30/ghorg#580))
- Bump github.com/spf13/viper from 1.20.1 to 1.21.0 ([#&#8203;579](gabrie30/ghorg#579))
- Bump rexml from 3.3.9 to 3.4.2 in /site ([#&#8203;577](gabrie30/ghorg#577))
- Sanitize token read from file and add tests ([#&#8203;573](gabrie30/ghorg#573))
- Bump golang.org/x/net in /scripts/local-bitbucket/seeder ([#&#8203;571](gabrie30/ghorg#571))
- Bump golang.org/x/oauth2 in /scripts/local-bitbucket/seeder ([#&#8203;570](gabrie30/ghorg#570))

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever MR is behind base branch, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this MR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this MR, check this box

---

This MR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNjkuMSIsInVwZGF0ZWRJblZlciI6IjQxLjE2OS4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJSZW5vdmF0ZSBCb3QiXX0=-->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants