Skip to content

Build(deps): Bump symfony/flex from 1.12.2 to 1.19.2 - #361

Closed
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/composer/symfony/flex-1.19.2
Closed

Build(deps): Bump symfony/flex from 1.12.2 to 1.19.2#361
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/composer/symfony/flex-1.19.2

Conversation

@dependabot

@dependabotdependabotBot commented on behalf of githubJun 15, 2022

Copy link
Copy Markdown

Bumps symfony/flex from 1.12.2 to 1.19.2.

Release notes

Sourced from symfony/flex's releases.

v1.19.2

  • Revert "Deprecate "flex-require" sections"

v1.19.1

  • Read from symfony.lock when checking for recipe updates
  • Fix PHP warning when using Composer 1

v1.19.0

No release notes provided.

v1.18.7

  • #907 Re-run composer when flex is installed after deps are resolved (nicolas-grekas)
  • #906 Fix compat with old composer versions (nicolas-grekas)
  • #874 Add some native return types (PhilETaylor)
  • #903 Fix relative URLs in index.json not working (salmen)

v1.18.6

  • #885 fix: Recipe update skip ignored files (maxime-aknin, Max)
  • #895 [recipes:update] Fixing bug where files failed to delete that were modified previously (weaverryan)
  • #883 Fix problem of overwriting envs (alexander-schranz)
  • #878 Fix parsing docker-composer files with no "version" (CountZero1981)

v1.18.5

  • #842 Pass GitHub access token when accessing raw.githubusercontent.com in case of private recipes (aivus)
  • #872 Use relative URLs when index.json provides them (nicolas-grekas)
  • #871 Read recipe conflicts from index.json (nicolas-grekas)
  • #870 Honor --no-scripts (nicolas-grekas)
  • #869 Fix detecting new packages before installing their recipes (nicolas-grekas)
  • #867 Fix reading config for symfony/runtime (nicolas-grekas)
  • #866 Fix BC with upgrading from flex < 1.18 (nicolas-grekas)

Install metarecipes first

No release notes provided.

Deprecate not-unpacking, fix unpacking

No release notes provided.

Unpack entries from require-dev

Fix #654

v1.13.3

No release notes provided.

v1.13.2

No release notes provided.

v1.13.1

No release notes provided.

Improve management of UX packages

... (truncated)

Commits
  • d1a6923 Revert "Deprecate "flex-require" sections"
  • 1d04c55 minor #931 Ignore correct PHP CS Fixer config file in .gitattributes (jmsche)
  • 6ec66a3 Ignore correct PHP CS Fixer config file in .gitattributes
  • 9c61279 Read from symfony.lock when checking for recipe updates
  • 2744418 Fix PHP warning when using Composer 1
  • c36d11d Deprecate "flex-require" sections
  • c8d046a bug #911 Propagate COMPOSER_MEMORY_LIMIT to script executor (PabloKowalczyk)
  • 4a1f7a7 Propagate COMPOSER_MEMORY_LIMIT to script executor
  • cd634ef Remove overriding native composer commands
  • 676f7e2 Prevent recipes bound to packs from being uninstalled when unpacking
  • 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)

Bumps [symfony/flex](https://github.com/symfony/flex) from 1.12.2 to 1.19.2.
- [Release notes](https://github.com/symfony/flex/releases)
- [Commits](symfony/flex@v1.12.2...v1.19.2)
---
updated-dependencies:
- dependency-name: symfony/flex
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
@dependabotdependabotBot added the dependencies Pull requests that update a dependency file label Jun 15, 2022
@codecov-commenter

Copy link
Copy Markdown

Codecov Report

Merging #361 (4317f8b) into master (d632a09) will decrease coverage by 7.00%.
The diff coverage is n/a.

@@ Coverage Diff @@## master #361 +/- ##
============================================
- Coverage 43.45% 36.44% -7.01% 
Complexity 634 634 ============================================
Files 84 84 Lines 1979 2258 +279 ============================================
- Hits 860 823 -37 - Misses 1119 1435 +316 
Impacted FilesCoverage Δ
src/Domain/Value/Project.php82.90% <0.00%> (-1.13%)⬇️
src/Github/Domain/Value/PullRequest.php91.40% <0.00%> (-0.07%)⬇️
src/Domain/Value/Branch.php97.91% <0.00%> (-0.05%)⬇️
src/Config/Projects.php0.00% <0.00%> (ø)
src/Github/Api/Hooks.php0.00% <0.00%> (ø)
src/Github/Api/Checks.php0.00% <0.00%> (ø)
src/Github/Api/Issues.php0.00% <0.00%> (ø)
src/Github/Api/Labels.php0.00% <0.00%> (ø)
src/Github/Api/Topics.php0.00% <0.00%> (ø)
src/Github/Api/Commits.php0.00% <0.00%> (ø)
... and 46 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update a3151a2...4317f8b. Read the comment docs.

@dependabot@github

dependabotBot commented on behalf of githubAug 8, 2022

Copy link
Copy Markdown
Author

Superseded by #374.

@dependabotdependabotBot closed this Aug 8, 2022
@dependabot
dependabotBot deleted the dependabot/composer/symfony/flex-1.19.2 branch August 8, 2022 15:04
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependenciesPull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@codecov-commenter