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

Bump composer/installers from 1.12.0 to 2.3.0 in /drupal #2551

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 18, 2025

Bumps composer/installers from 1.12.0 to 2.3.0.

Release notes

Sourced from composer/installers's releases.

v2.3.0

What's Changed

Full Changelog: composer/installers@v2.2.0...v2.3.0

v2.2.0

What's Changed

Full Changelog: composer/installers@v2.1.1...v2.2.0

v2.1.1

What's Changed

  • Fixed TastyIgniter parsing of extra data to use the package being installed instead of the root package (#507)

Full Changelog: composer/installers@v2.1.0...v2.1.1

v2.1.0

Added

  • Added new types (antivirus, customfield, contenttype, dataformat, media, paygw) for Moodle (#497)
  • Added new tastyigniter-module type to TastyIgniter (#503)
  • Added new extra.plugin-modifies-install-path to composer/installers for Composer 2.3 support, see docs if you are writing your own custom installer plugin.

v2.0.1

Fixed

  • Fixed installer for Pantheon Quicksilver modules/scripts #494.

v2.0.0

Alternative to custom installers with Composer 2.1+

As of Composer 2.1, the Composer\InstalledVersions class has a getInstalledPackagesByType method which can let you figure out at runtime which plugins/modules/extensions are installed.

It is highly recommended to use that instead of building new custom installers if you are building a new application. This has the advantage of leaving all vendor code in the vendor directory, and not requiring custom installer code.

Changelog

Added

  • Type declarations have been added everywhere to support PHPStan level 8 (#491)
  • Added installer for Pantheon Quicksilver modules/scripts #492.
  • Added installer for Akaunting modules #489.

... (truncated)

Changelog

Sourced from composer/installers's changelog.

v2.3.0 - 2024-06-24

Added

  • Added recipes for Drupal 10.3+ to DrupalInstaller #534
  • Added BotbleInstaller #533
  • Added new Moodle types (communication, forumreport, h5plib, mlbackend, qbank, tiny) #535
  • Added support for Fork CMS ^6 #529
  • Added ConcreteCMS installers and types mimicking concrete5 ones #522

v2.2.0 - 2022-08-20

Added

v2.1.1 - 2022-04-13

Fixed

  • Fixed TastyIgniter parsing of extra data to use the package being installed instead of the root package (#507)

v2.1.0 - 2022-03-18

Added

  • Added new types (antivirus, customfield, contenttype, dataformat, media, paygw) for Moodle (#497)
  • Added new tastyigniter-module type to TastyIgniter (#503)
  • Added new extra.plugin-modifies-install-path to composer/installers for Composer 2.3 support, see docs if you are writing your own custom installer plugin.

v2.0.1 - 2021-09-13

Fixed

  • Fixed installer for Pantheon Quicksilver modules/scripts #494.

v2.0.0 - 2021-08-04

Added

  • Added installer for Pantheon Quicksilver modules/scripts #492.
  • Added installer for Akaunting modules #489.

Removed

  • Removed support for TYPO3 Flow

v2.0.0-alpha1 - 2021-07-23

Added

  • Type declarations have been added everywhere to support PHPStan level 8

Changed

  • Minimum supported PHP version is now 7.2
  • Installer::getInstallPath() now returns absolute paths instead of relative ones previously (#307)

Removed

  • Removed support for Kirby
  • Removed support for Symfony1
  • Removed support for Joomla
  • Removed support for TYPO3 CMS
  • Removed support for Craft
  • Removed support for Pimcore
Commits
  • 12fb2df Fix build
  • c5a53b9 Merge pull request #522 from mlocati/concretecms
  • 06b3ec1 Merge pull request #529 from carakas/main
  • 86d774d Fix build issues
  • d950783 Merge pull request #535 from michaelmeneses/main
  • eaa80e7 Merge pull request #527 from tafkey/526-support-tiny-plugins
  • 1313807 Merge pull request #533 from sangnguyenplus/main
  • 89a72aa Merge pull request #534 from thejimbirch/patch-1
  • c088f72 ADD Moodle LMS - new plugin types
  • 6be968a Merge branches 'main' and 'main' of github.com:michaelmeneses/installers
  • 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 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)

Bumps [composer/installers](https://github.com/composer/installers) from 1.12.0 to 2.3.0.
- [Release notes](https://github.com/composer/installers/releases)
- [Changelog](https://github.com/composer/installers/blob/main/CHANGELOG.md)
- [Commits](composer/installers@v1.12.0...v2.3.0)

---
updated-dependencies:
- dependency-name: composer/installers
  dependency-type: direct:production
  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 php Pull requests that update Php code labels Feb 18, 2025
Copy link

codecov bot commented Feb 18, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 27.19%. Comparing base (c42da08) to head (b66f2a7).

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #2551   +/-   ##
=======================================
  Coverage   27.19%   27.19%           
=======================================
  Files          42       42           
  Lines        5923     5923           
  Branches       37       37           
=======================================
  Hits         1611     1611           
  Misses       4312     4312           
Flag Coverage Δ
cdk 96.58% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link

cypress bot commented Feb 18, 2025

opendata    Run #5317

Run Properties:  status check passed Passed #5317  •  git commit 110425d1bc ℹ️: Merge b66f2a7ea6f60dcac831f83f3af1d22efa6916c4 into c42da08fcdc8f7d1d6bb4c132c6e...
Project opendata
Branch Review dependabot/composer/drupal/composer/installers-2.3.0
Run status status check passed Passed #5317
Run duration 04m 12s
Commit git commit 110425d1bc ℹ️: Merge b66f2a7ea6f60dcac831f83f3af1d22efa6916c4 into c42da08fcdc8f7d1d6bb4c132c6e...
Committer dependabot[bot]
View all properties for this run ↗︎

Test results
Tests that failed  Failures 0
Tests that were flaky  Flaky 0
Tests that did not run due to a developer annotating a test with .skip  Pending 3
Tests that did not run due to a failure in a mocha hook  Skipped 0
Tests that passed  Passing 85
View all changes introduced in this branch ↗︎

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.

0 participants