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 all non-major dependencies #223

Merged
merged 1 commit into from
Jul 21, 2022
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 11, 2022

Mend Renovate

This PR contains the following updates:

Package Type Update Change Age Adoption Passing Confidence
JamesIves/github-pages-deploy-action action minor v4.3.4 -> v4.4.0 age adoption passing confidence
intl-messageformat devDependencies patch 10.1.0 -> 10.1.1 age adoption passing confidence
shivammathur/setup-php action minor 2.19.1 -> 2.21.0 age adoption passing confidence

Release Notes

JamesIves/github-pages-deploy-action

v4.4.0

Compare Source

What's Changed

New Contributors

Sponsors ❤️

github  

Full Changelog: JamesIves/github-pages-deploy-action@v4...v4.4.0

formatjs/formatjs

v10.1.1

Compare Source

Note: Version bump only for package intl-messageformat

shivammathur/setup-php

v2.21.0

Compare Source

Support Ukraine

#StandWithUkraine


- name: Setup PHP
  uses: shivammathur/setup-php@v2
  with:
    php-version: `8.1`
    tools: pint
- name: Setup PHP
  uses: shivammathur/setup-php@v2
  with:
    php-version: `8.1`
    extensions: phalcon5
  • Added support for Private Packagist authentication for composer. Docs
- name: Setup PHP
  uses: shivammathur/setup-php@v2
  with:
    php-version: '8.1'
  env:
    PACKAGIST_TOKEN: ${{ secrets.PACKAGIST_TOKEN }}
  • Added support for manual JSON-based authentication for composer Docs
- name: Setup PHP
  uses: shivammathur/setup-php@v2
  with:
    php-version: '8.1'
  env:
    COMPOSER_AUTH_JSON: |
      {
        "http-basic": {
          "example.org": {
            "username": "${{ secrets.EXAMPLE_ORG_USERNAME }}",
            "password": "${{ secrets.EXAMPLE_ORG_PASSWORD }}"
          }
        }
      }
  • Deprecated COMPOSER_TOKEN in favor of GITHUB_TOKEN. Docs
- name: Setup PHP
  uses: shivammathur/setup-php@v2
  with:
    php-version: '8.1'
  env:
    GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
  • Updated Node.js dependencies.

Thanks! @​phpstan for the sponsorship ❤️

Thanks! @​d8vjork and @​ChristophWurst for the contributions 🎉

Follow for updates

setup-php reddit setup-php twitter setup-php status

v2.20.1

Compare Source

Support Ukraine

#StandWithUkraine



Follow for updates

setup-php reddit setup-php twitter setup-php status

v2.20.0

Compare Source

Support Ukraine

#StandWithUkraine


  • Improved support for event extension on Linux and macOS for PHP 5.4 and above. #​604

  • Fixed support for composer plugins in tools input. Since composer 2.2, the plugins are required to be marked as allowed in the composer config. This will now be done by default. #​611

  • Added support to show code coverage driver's (Xdebug/PCOV) version in the logs when setup using the coverage input. #​610

  • Fixed a bug where PHP was not added to PATH during the action run on self-hosted Windows environments. #​609

  • Fixed a bug where the tool cache path was not set on self-hosted environments. #​606

  • Updated Node.js dependencies.


Thanks! @​jrfnl, @​dino182 and @​markseuffert for the contributions 🚀

Follow for updates

setup-php reddit setup-php twitter setup-php status


Configuration

📅 Schedule: Branch creation - "before 11pm on Monday" (UTC), Automerge - At any time (no schedule defined).

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

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, click this checkbox.

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 5b87a5f to 55261f1 Compare July 19, 2022 14:42
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 55261f1 to 7a78f70 Compare July 21, 2022 12:32
@sonarqubecloud
Copy link

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@onigoetz onigoetz merged commit f546492 into master Jul 21, 2022
@renovate renovate bot deleted the renovate/all-minor-patch branch July 21, 2022 18:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant