Skip to content

Bump composer/composer from 1.9.1 to 1.10.17 in /composer/helpers#97

Closed
dependabot-preview[bot] wants to merge 1 commit intomasterfrom
dependabot/composer/composer/helpers/composer/composer-1.10.17
Closed

Bump composer/composer from 1.9.1 to 1.10.17 in /composer/helpers#97
dependabot-preview[bot] wants to merge 1 commit intomasterfrom
dependabot/composer/composer/helpers/composer/composer-1.10.17

Conversation

@dependabot-preview
Copy link

Bumps composer/composer from 1.9.1 to 1.10.17.

Release notes

Sourced from composer/composer's releases.

1.10.17

  • Fixed Bitbucket API authentication issue
  • Fixed parsing of Composer 2 lock files breaking in some rare conditions

1.10.16

  • Added warning to validate command for cases where packages provide/replace a package that they also require
  • Fixed JSON schema validation issue with PHPStorm
  • Fixed symlink handling in archive command

1.10.15

  • Fixed path repo version guessing issue

1.10.14

  • Fixed version guesser to look at remote branches as well as local ones
  • Fixed path repositories version guessing to handle edge cases where version is different from the VCS-guessed version
  • Fixed COMPOSER env var causing issues when combined with the global command
  • Fixed a few issues dealing with PHP without openssl extension (not recommended at all but sometimes needed for testing)

1.10.13

  • Fixed regressions with old version validation
  • Fixed invalid root aliases not being reported

1.10.12

  • Fixed regressions with old version validation

1.10.11

  • Fixed more PHP 8 compatibility issues
  • Fixed regression in handling of CTRL-C when xdebug is loaded
  • Fixed status handling of broken symlinks

1.10.10

  • Fixed create-project not triggering events while installing the root package
  • Fixed PHP 8 compatibility issue
  • Fixed self-update to avoid automatically upgrading to the next major version once it becomes stable

1.10.9

  • Fixed Bitbucket redirect loop when credentials are outdated
  • Fixed GitLab auth prompt wording
  • Fixed self-update handling of files requiring admin permissions to write to on Windows (it now does a UAC prompt)
  • Fixed parsing issues in funding.yml files

1.10.8

  • Fixed compatibility issue with git being configured to show signatures by default
  • Fixed discarding of local changes when updating packages to include untracked files
  • Several minor fixes

1.10.7

  • Fix PHP 8 deprecations
  • Fixed detection of pcntl_signal being in disabled_functions when pcntl_async_signal is allowed
Changelog

Sourced from composer/composer's changelog.

[1.10.17] 2020-10-30

  • Fixed Bitbucket API authentication issue
  • Fixed parsing of Composer 2 lock files breaking in some rare conditions

[1.10.16] 2020-10-24

  • Added warning to validate command for cases where packages provide/replace a package that they also require
  • Fixed JSON schema validation issue with PHPStorm
  • Fixed symlink handling in archive command

[1.10.15] 2020-10-13

  • Fixed path repo version guessing issue

[1.10.14] 2020-10-13

  • Fixed version guesser to look at remote branches as well as local ones
  • Fixed path repositories version guessing to handle edge cases where version is different from the VCS-guessed version
  • Fixed COMPOSER env var causing issues when combined with the global command
  • Fixed a few issues dealing with PHP without openssl extension (not recommended at all but sometimes needed for testing)

[1.10.13] 2020-09-09

  • Fixed regressions with old version validation
  • Fixed invalid root aliases not being reported

[1.10.12] 2020-09-08

  • Fixed regressions with old version validation

[1.10.11] 2020-09-08

  • Fixed more PHP 8 compatibility issues
  • Fixed regression in handling of CTRL-C when xdebug is loaded
  • Fixed status handling of broken symlinks

[1.10.10] 2020-08-03

  • Fixed create-project not triggering events while installing the root package
  • Fixed PHP 8 compatibility issue
  • Fixed self-update to avoid automatically upgrading to the next major version once it becomes stable

[1.10.9] 2020-07-16

  • Fixed Bitbucket redirect loop when credentials are outdated
  • Fixed GitLab auth prompt wording
  • Fixed self-update handling of files requiring admin permissions to write to on Windows (it now does a UAC prompt)
  • Fixed parsing issues in funding.yml files
Commits
  • 09d42e1 Release 1.10.17
  • f303419 Update changelog
  • 7f936d7 Ignore failures on preg_match for user supplied regex
  • 78797df Fix bitbucket handling, fixes #9369
  • 04e5d72 Add docs
  • 8925b4f Attempt fixing handling of root aliases when composer 1 reads composer 2 lock...
  • 6f79163 Update changelog
  • 25496c1 Update link to composer 2 release notes
  • 28c7e38 Merge remote-tracking branch 'stof/fix_why_not' into 1.10
  • 11e6520 Merge pull request #9327 from naderman/backport-validate-provide-replace-req
  • 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 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)
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in the .dependabot/config.yml file in this repo:

  • Update frequency
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Bumps [composer/composer](https://github.com/composer/composer) from 1.9.1 to 1.10.17.
- [Release notes](https://github.com/composer/composer/releases)
- [Changelog](https://github.com/composer/composer/blob/master/CHANGELOG.md)
- [Commits](composer/composer@1.9.1...1.10.17)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot added dependencies Pull requests that update a dependency file php Pull requests that update Php code labels Oct 30, 2020
@dependabot-preview
Copy link
Author

Superseded by #123.

@dependabot-preview dependabot-preview bot deleted the dependabot/composer/composer/helpers/composer/composer-1.10.17 branch December 4, 2020 07:53
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