Tmeister / wp-api-jwt-auth

A simple plugin to add JSON Web Token (JWT) Authentication to WP REST API
GNU General Public License v2.0
549 stars 159 forks source link

Bump composer/installers from 1.12.0 to 2.2.0 #251

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps composer/installers from 1.12.0 to 2.2.0.

Release notes

Sourced from composer/installers's releases.

v2.2.0

What's Changed

Full Changelog: https://github.com/composer/installers/compare/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: https://github.com/composer/installers/compare/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.

Changed

  • Minimum supported PHP version is now 7.2 (#491)
  • 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

... (truncated)

Changelog

Sourced from composer/installers's changelog.

Change Log

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
  • c29dc4b Merge pull request #514 from codymorgan/main
  • 722a5e3 added matomo-plugin
  • af93ba6 Update CHANGELOG.md
  • 25d9265 Merge pull request #507 from sampoyigi/fix-package-extra
  • 72fa13d Fix build
  • 6a30b1c Update TastyIgniterInstaller.php
  • 75e5ef0 Update changelog for 2.1.0
  • 64d4945 Merge branch '1.x' into main
  • 894a0b5 Add new plugin-modifies-install-path extra flag for explicitness
  • b8e490f Add TastyIgniter module support (#503)
  • Additional commits viewable in compare view


Dependabot compatibility score

You can trigger a rebase of this PR 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 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)

Note Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

dependabot[bot] commented 1 year ago

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.