Skip to content

chore(deps-dev): bump sabre/xml from 2.2.11 to 4.1.0 - #3163

Closed
dependabot[bot] wants to merge 1 commit into
developmentfrom
dependabot/composer/development/sabre/xml-4.1.0
Closed

chore(deps-dev): bump sabre/xml from 2.2.11 to 4.1.0#3163
dependabot[bot] wants to merge 1 commit into
developmentfrom
dependabot/composer/development/sabre/xml-4.1.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 30, 2026

Copy link
Copy Markdown
Contributor

Bumps sabre/xml from 2.2.11 to 4.1.0.

Release notes

Sourced from sabre/xml's releases.

Release 4.1.0

4.1.0 (2026-04-27)

This release supports PHP 8.2 and up. That is specified in composer.json so consumers should automatically select it only for projects that have minimum PHP 8.2 support.

The 4.0.* release series, supporting PHP 7.4 8.0 8.1, will have bugfixes backported if relevant/needed for some time.

Release 4.0.7

4.0.7 (2026-04-02)

Release 4.0.6

4.0.6 (2024-09-06)

Release 4.0.5

4.0.5 (2024-04-18)

Release 4.0.4

No release notes provided.

Release 4.0.3

No release notes provided.

Release 4.0.2

4.0.2 (2023-06-28)

Release 4.0.1

4.0.1 (2023-06-28)

Release 4.0.0

... (truncated)

Changelog

Sourced from sabre/xml's changelog.

4.1.0 (2026-04-27)

4.0.7 (2026-04-02)

4.0.6 (2024-09-06)

4.0.5 (2024-04-18)

4.0.4 (2023-11-09)

4.0.3 (2023-11-09)

4.0.2 (2023-06-28)

4.0.1 (2023-06-28)

4.0.0 (2022-09-26)

3.0.7 (2026-04-02)

... (truncated)

Commits
  • bec83cb Merge pull request #327 from phil-davis/prepare-4.1.0
  • e9dd7a6 chore: prepare release 4.1.0
  • d0b01e8 Merge pull request #326 from phil-davis/remove-phpVersion
  • dbec351 chore: remove phpVersion from phpstan.neon
  • d179f89 Merge pull request #325 from phil-davis/support-php8.2-and-up
  • 14a0f48 chore: enable phpstan-strict-rules ignoring XMLReader XML calls
  • 6b3af9c test: add phpstan-phpunit to phpstan settings
  • 67916d0 chore: support PHP 8.2 and up
  • 53db7ba Merge pull request #323 from phil-davis/prepare-4.0.7
  • 8a32cca chore: prepare 4.0.7
  • Additional commits viewable in compare view

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 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)

Bumps [sabre/xml](https://github.com/sabre-io/xml) from 2.2.11 to 4.1.0.
- [Release notes](https://github.com/sabre-io/xml/releases)
- [Changelog](https://github.com/sabre-io/xml/blob/master/CHANGELOG.md)
- [Commits](sabre-io/xml@2.2.11...4.1.0)

---
updated-dependencies:
- dependency-name: sabre/xml
  dependency-version: 4.1.0
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file major Breaking version bump php Pull requests that update php code labels Aug 30, 2026
@github-actions

Copy link
Copy Markdown
Contributor

Quality Report — ConductionNL/openregister @ c29a425

Check PHP Vue Security License Tests
lint
phpcs
phpmd
psalm
phpstan
phpmetrics
eslint
stylelint
build
check-specs
test-l10n
test-l10n-parity
format
check-schema-l10n
check-l10n-js
composer ✅ 174/174
npm ✅ 547/547
app:check-code ⏭️
info.xml
REUSE
PHPUnit
Newman
Playwright 🚨 NO VERDICT — enabled but never ran
Hydra gates

Quality workflow — 2026-08-30 23:04 UTC

Download the full PDF report from the workflow artifacts.

@rubenvdlinde

Copy link
Copy Markdown
Contributor

Closing: this major installs but breaks the code, verified by CI rather than assumed.

The dependency resolves cleanly (checked in a PHP container), so this is not a lockfile problem. What fails is the tooling the bump itself changes:

  • quality / PHP Quality (phpcs) / (phpstan) / (psalm) — the analysers report against the new major
  • Quality Report fails behind them

A new major of a static-analysis or parser package changes what it accepts, so the findings are real work rather than a version-pick. Adopting it means fixing what the new version reports, in its own change where the diff can be read.

Measured tonight across the fleet: of 51 npm majors, 24 could not install at all and several more installed and then failed at runtime. This one is in the second group — which is exactly what CI is for, and why it was not closed on resolution evidence alone.

Dependabot will reopen this when the work is done.

@rubenvdlinde
rubenvdlinde deleted the dependabot/composer/development/sabre/xml-4.1.0 branch August 31, 2026 03:31
@dependabot @github

dependabot Bot commented on behalf of github Aug 31, 2026

Copy link
Copy Markdown
Contributor Author

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

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 major Breaking version bump php Pull requests that update php code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant