Skip to content

chore(deps-dev): Bump rector/rector from 2.3.8 to 2.4.2 in /vendor-bin/rector - #13

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/composer/vendor-bin/rector/rector/rector-2.4.2
Closed

chore(deps-dev): Bump rector/rector from 2.3.8 to 2.4.2 in /vendor-bin/rector#13
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/composer/vendor-bin/rector/rector/rector-2.4.2

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Apr 18, 2026

Copy link
Copy Markdown
Contributor

Bumps rector/rector from 2.3.8 to 2.4.2.

Release notes

Sourced from rector/rector's releases.

Released Rector 2.4.2

New Features 🥳

  • Add some symfony/polyfill support (#7965), Thanks @​sreichel!
  • [DeadCode] Allow remove useless @ var on aliased object on RemoveUselessVarTagRector (#7967)

Bugfixes 🐛

  • [Php81] Handle crash on normal array with variadic inside class on ArrayToFirstClassCallableRector (#7966)
  • [CodeQuality] Skip possibly undefined variable on CoalesceToTernaryRector (#7968)
  • [Php70] Allow is_null() conversion on TernaryToNullCoalescingRector with parentheses handling (#7969)
  • Bump to PHPStan ^2.1.47 (#7970)
  • Bump to PHPStan ^2.1.48 (#7971)

rectorphp/rector-symfony 🎵

  • Fix unit test due to new PHPStan release (#931)

Released Rector 2.4.1

New Features 🥳

  • [DeadCode] Add RemoveUselessTernaryRector (#7961)
  • [CodeQuality] Add CoalesceToTernaryRector (#7960)
  • Add --rules-summary option to display applied rules summary with count (#7874), Thanks @​carlos-granados!
  • Add support for adding the #[Override] attribute to methods implementing interfaces (#7934), Thanks @​hockdudu!
  • feat(printer): add per-node NEWLINE_ON_FLUENT_CALL attribute to BetterStandardPrinter (#7910), Thanks @​MrPunyapal!
  • Show line numbers in diff output (#7875), Thanks @​carlos-granados!

Bugfixes 🐛

  • [CodeQuality] Skip with HTML on CompleteMissingIfElseBracketRector (#7952)
  • [CodeQuality] Handle with assign on SimplifyIfElseToTernaryRector (#7951)
  • [CodeQuality] Skip with HTML on TernaryFalseExpressionToIfRector (#7954)
  • [automated] Apply Coding Standard (#7955)
  • Make compatible with PHPStan 2.1.x-dev for ObjectType::equals() change behaviour (#7956)
  • [AutoImport] Handle FQCN in/not in use on auto import + remove unused import as prefix = suffix (#7957)
  • perf: use hash map for installed packages (#7878), Thanks @​calebdw!
  • [ChangesReporting][Alternative] Collect changed_files on --no-diffs with json output with use of JsonOutputFactory (#7821)
  • fix: OOM crash in RemoveUnusedVariableAssignRector (#7964), Thanks @​calebdw!

Deprecations 💀

... (truncated)

Commits
  • e645b64 Rector 2.4.2
  • eb6a3e3 Updated Rector to commit 05371b72780605a5e868d389815d5f173cd86efe
  • b53db8b Updated Rector to commit c5768393422409499e36d53fcdeac88f103f9b6c
  • 4ffe733 Updated Rector to commit f8f34877ad3c75a7e3ec1ff4193556d82f9c9384
  • 6a5893f Updated Rector to commit 84fe920db62fecb447335cbfff9081d67c672a94
  • b6383f8 Updated Rector to commit 6200babc1974748d2ab00ec9802314a2a91e5874
  • 8268aba Updated Rector to commit a6b5203bd0e91d73d38e4036a9cf1d20301bae01
  • 5db5afc Updated Rector to commit 4273c1667357ac77e4d6ebf63846cff2b17c4879
  • 000b705 Rector 2.4.1
  • bf4b7e4 Updated Rector to commit dcc3c8c2a7d2fc378641f3a37b190309512fff38
  • 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 [rector/rector](https://github.com/rectorphp/rector) from 2.3.8 to 2.4.2.
- [Release notes](https://github.com/rectorphp/rector/releases)
- [Commits](rectorphp/rector@2.3.8...2.4.2)

---
updated-dependencies:
- dependency-name: rector/rector
  dependency-version: 2.4.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file php Pull requests that update php code labels Apr 18, 2026
@rubenvdlinde

Copy link
Copy Markdown
Contributor

Closing during repository cleanup. Main has just been brought up to date through #25, #28, #29#30 (dev→beta) → #31 (beta→main), commit 9d47273. If anything in this PR is still relevant, please reopen against the new main.

@dependabot @github

dependabot Bot commented on behalf of github May 2, 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.

@rubenvdlinde
rubenvdlinde deleted the dependabot/composer/vendor-bin/rector/rector/rector-2.4.2 branch May 2, 2026 15:06
rubenvdlinde added a commit that referenced this pull request Aug 24, 2026
…ue numbers (#215)

GitHub is the only host for this org; Codeberg was a mirror and is not
used, including for issues. In this repo the honest scope turned out to
be small, because most of the ~415 "codeberg" occurrences are not stale
links at all — they are a shipped feature.

Changed (5 files):

- docs/static/llms.txt — the Contact block still advertised
  `Codeberg: https://codeberg.org/Conduction` directly under a Source
  code line that already pointed at github.com/ConductionNL/versioniq.
  Now `GitHub: https://github.com/ConductionNL`.

- Four `[issue #24](codeberg…/app-versions/issues/24)` links in
  openspec proposals and specs lost their URL and kept the fact as
  plain text.

Issue-number decision: Codeberg issue numbers do NOT correspond to
GitHub issue numbers, and this repo proves it. The four archived
plan.json records point at Codeberg issues #10, #11, #12 and #13
(improve-install-failure-diagnostics, move-to-admin-settings,
codeberg-forge-support, surface-external-sources-ui). On GitHub those
same numbers are Dependabot dependency-bump PRs. Host-swapping those
URLs would have made every archived change record cite an unrelated
Dependabot bump — so all four plan.json files are left untouched, also
because each carries `"tracking_issue": <n>` and `"tracker":
"codeberg"` beside the URL. Issue #24 was checked the same way and does
correspond ("Add public Software Catalogus as a discovery source"), but
the rule was applied uniformly and the correspondence is recorded in
the text instead of as a link.

NOT changed, deliberately — Codeberg is a supported forge in this app,
not a dead mirror. `ForgeRegistry::FORGE_CODEBERG` is live production
config (api, web and tokenCreateUrl), and codeberg.org still serves it.
Rewriting any of it would break the feature. See the PR body for the
full list, including the `.forgejo/` directory, which is kept.
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 php Pull requests that update php code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant