Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency maglnet/composer-require-checker to v4 #33

Closed

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 10, 2022

Mend Renovate

This PR contains the following updates:

Package Type Update Change
maglnet/composer-require-checker (source) require-dev major ^3.8.0 -> ^4.0.0

Release Notes

maglnet/ComposerRequireChecker

v4.2.0

Compare Source

Release Notes for 4.2.0

Feature release (minor)

4.2.0
  • Total issues resolved: 0
  • Total pull requests resolved: 2
  • Total contributors: 2
enhancement

v4.1.0

Compare Source

Release Notes for 4.1.0

Feature release (minor)

4.1.0
  • Total issues resolved: 1
  • Total pull requests resolved: 3
  • Total contributors: 3
enhancement
dependencies,enhancement

v4.0.0

Compare Source

Release Notes for 4.0.0

Backwards incompatible release (major)

This release introduces analysis for property types, which are to be considered "used symbols", and therefore should be checked by this tool: this addition is considered backwards-incompatible, since it may lead this tool to behave differently on codebases that would previously pass all pre-existing checks.

4.0.0
enhancement
dependencies,enhancement
dependencies,duplicate,enhancement
bc break,enhancement

Configuration

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

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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

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


  • If you want to rebase/retry this PR, check this box

Read more information about the use of Renovate Bot within Laminas.

@renovate renovate bot added the renovate label Jul 10, 2022
@renovate
Copy link
Contributor Author

renovate bot commented Jul 10, 2022

⚠ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: composer.lock
Command failed: docker run --rm --name=renovate_sidecar --label=renovate_child -v "/mnt/renovate/gh/laminas/laminas-escaper":"/mnt/renovate/gh/laminas/laminas-escaper" -v "/tmp/renovate-cache":"/tmp/renovate-cache" -v "/tmp/containerbase":"/tmp/containerbase" -e COMPOSER_CACHE_DIR -e COMPOSER_AUTH -e BUILDPACK_CACHE_DIR -e CONTAINERBASE_CACHE_DIR -w "/mnt/renovate/gh/laminas/laminas-escaper" docker.io/renovate/sidecar bash -l -c "install-tool php 7.4.33 && install-tool composer 2.4.4 && composer update maglnet/composer-require-checker --with-dependencies --ignore-platform-req='ext-*' --ignore-platform-req='lib-*' --no-ansi --no-interaction --no-scripts --no-autoloader --no-plugins"
Loading composer repositories with package information
Info from https://repo.packagist.org: #StandWithUkraine
Updating dependencies
Your requirements could not be resolved to an installable set of packages.

  Problem 1
    - maglnet/composer-require-checker[4.0.0, ..., 4.2.0] require php ^8.0 -> your php version (7.4.99; overridden via config.platform, actual: 7.4.33) does not satisfy that requirement.
    - Root composer.json requires maglnet/composer-require-checker ^4.0.0 -> satisfiable by maglnet/composer-require-checker[4.0.0, 4.1.0, 4.2.0].

Use the option --with-all-dependencies (-W) to allow upgrades, downgrades and removals for packages currently locked to specific versions.

@renovate renovate bot force-pushed the renovate/maglnet-composer-require-checker-4.x branch from 349e491 to 71a0e10 Compare July 10, 2022 13:10
@Ocramius Ocramius added this to the 2.11.0 milestone Jul 10, 2022
Copy link
Member

@Ocramius Ocramius left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

maglnet/composer-require-checker[4.0.0, ..., 4.1.0] require php ^8.0

Seems self-explanatory: this will only ever get merged if/when we drop PHP 7.4 support.

@Ocramius Ocramius removed this from the 2.11.0 milestone Jul 10, 2022
@renovate renovate bot force-pushed the renovate/maglnet-composer-require-checker-4.x branch from 71a0e10 to 37192ad Compare July 10, 2022 13:18
@renovate renovate bot force-pushed the renovate/maglnet-composer-require-checker-4.x branch from 37192ad to a7ede38 Compare July 31, 2022 01:23
@@ -36,7 +36,7 @@
"require-dev": {
"infection/infection": "^0.26.6",
"laminas/laminas-coding-standard": "~2.3.0",
"maglnet/composer-require-checker": "^3.8.0",
"maglnet/composer-require-checker": "^4.0.0",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This package requires PHP ^8.0 to function: https://github.com/maglnet/ComposerRequireChecker/blob/baa11a4e9e5072117e3d180ef16c07036cafa4a2/composer.json#L29

I think our safest bet would be to remove it from here, and let our CI setup deal with this sort of upgrade perhaps?

@renovate renovate bot force-pushed the renovate/maglnet-composer-require-checker-4.x branch 2 times, most recently from 34411ad to c89b181 Compare August 5, 2022 00:33
@renovate renovate bot force-pushed the renovate/maglnet-composer-require-checker-4.x branch from c89b181 to e6c6101 Compare August 11, 2022 01:43
@renovate renovate bot force-pushed the renovate/maglnet-composer-require-checker-4.x branch 4 times, most recently from af06160 to 728a917 Compare August 31, 2022 00:08
@renovate renovate bot force-pushed the renovate/maglnet-composer-require-checker-4.x branch 3 times, most recently from 36a0cfd to 7f2f3c1 Compare September 6, 2022 00:48
@renovate renovate bot force-pushed the renovate/maglnet-composer-require-checker-4.x branch from 7f2f3c1 to 9c97cf9 Compare September 9, 2022 00:15
@renovate renovate bot force-pushed the renovate/maglnet-composer-require-checker-4.x branch 2 times, most recently from 833b5c9 to e7076fb Compare September 16, 2022 00:22
@renovate renovate bot force-pushed the renovate/maglnet-composer-require-checker-4.x branch 2 times, most recently from 3fa4217 to f99160f Compare October 2, 2022 01:23
@renovate renovate bot force-pushed the renovate/maglnet-composer-require-checker-4.x branch 2 times, most recently from ab216be to 990a6ac Compare October 10, 2022 09:24
@renovate renovate bot force-pushed the renovate/maglnet-composer-require-checker-4.x branch 2 times, most recently from 1825e61 to 52755cd Compare October 18, 2022 00:24
@renovate renovate bot force-pushed the renovate/maglnet-composer-require-checker-4.x branch 6 times, most recently from c210500 to 75f044a Compare November 4, 2022 00:49
@renovate renovate bot force-pushed the renovate/maglnet-composer-require-checker-4.x branch 4 times, most recently from 7d510e9 to a2e6c1d Compare November 12, 2022 00:49
@renovate renovate bot force-pushed the renovate/maglnet-composer-require-checker-4.x branch 3 times, most recently from 893ef40 to 074606f Compare November 20, 2022 01:13
@renovate renovate bot force-pushed the renovate/maglnet-composer-require-checker-4.x branch 2 times, most recently from 5df4966 to 7ff1760 Compare November 30, 2022 14:06
@Ocramius Ocramius changed the base branch from 2.11.x to 2.13.x December 2, 2022 17:50
@Ocramius Ocramius added this to the 2.13.0 milestone Dec 2, 2022
| datasource | package                          | from  | to    |
| ---------- | -------------------------------- | ----- | ----- |
| packagist  | maglnet/composer-require-checker | 3.8.0 | 4.2.0 |


Signed-off-by: Renovate Bot <bot@renovateapp.com>
@renovate renovate bot force-pushed the renovate/maglnet-composer-require-checker-4.x branch from 7ff1760 to 4172b00 Compare December 2, 2022 17:50
@Ocramius
Copy link
Member

Ocramius commented Dec 2, 2022

Closing here: to be handled in #35

@Ocramius Ocramius closed this Dec 2, 2022
@Ocramius Ocramius deleted the renovate/maglnet-composer-require-checker-4.x branch December 2, 2022 17:52
@renovate
Copy link
Contributor Author

renovate bot commented Dec 2, 2022

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update. You will not get PRs for any future 4.x releases. But if you manually upgrade to 4.x then Renovate will re-enable minor and patch updates automatically.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

@Ocramius Ocramius added Won't Fix This will not be worked on Duplicate This issue or pull request already exists and removed Help Wanted labels Dec 2, 2022
@Ocramius Ocramius removed this from the 2.13.0 milestone Dec 2, 2022
@Ocramius Ocramius self-assigned this Dec 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Duplicate This issue or pull request already exists renovate Won't Fix This will not be worked on
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant