Skip to content
Snippets Groups Projects

fix(deps): update jwt to v3 (major)

Closed Pavel Břoušek requested to merge renovate/major-jwt into master

Created by: renovate[bot]

WhiteSource Renovate

This PR contains the following updates:

Package Type Update Change
web-token/jwt-checker require major ^2.2 -> ^3.0
web-token/jwt-core require major ^2.2 -> ^3.0
web-token/jwt-key-mgmt require major ^2.2 -> ^3.0
web-token/jwt-signature require major ^2.2 -> ^3.0
web-token/jwt-signature-algorithm-rsa require major ^2.2 -> ^3.0

Release Notes

web-token/jwt-checker

v3.0.2

Compare Source

web-token/jwt-core

v3.0.0

Compare Source

web-token/jwt-key-mgmt

v3.0.2

Compare Source

web-token/jwt-signature

v3.0.2

Compare Source

web-token/jwt-signature-algorithm-rsa

v3.0.2

Compare Source


Configuration

:date: Schedule: At any time (no schedule defined).

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

:recycle: Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

:no_bell: Ignore: Close this PR and you won't be reminded about these updates again.


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

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

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
  • Author Contributor

    Created by: renovate[bot]

    :warning: Artifact update problem

    Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

    :recycle: Renovate will retry this branch, including artifacts, only when one of the following happens:

    • any of the package files in this branch needs updating, or
    • the branch becomes conflicted, or
    • you click the rebase/retry checkbox if found above, or
    • you rename this PR's title to start with "rebase!" to trigger it manually

    The artifact failure details are included below:

    File name: composer.lock
    Command failed: docker run --rm --name=renovate_php --label=renovate_child -v "/mnt/renovate/gh/CESNET/perun-simplesamlphp-module":"/mnt/renovate/gh/CESNET/perun-simplesamlphp-module" -v "/tmp/renovate-cache":"/tmp/renovate-cache" -e COMPOSER_CACHE_DIR -e COMPOSER_AUTH -w "/mnt/renovate/gh/CESNET/perun-simplesamlphp-module" docker.io/renovate/php:7.4.0 bash -l -c "install-tool composer 2.2.7 && composer update web-token/jwt-checker web-token/jwt-core web-token/jwt-key-mgmt web-token/jwt-signature web-token/jwt-signature-algorithm-rsa --with-dependencies --ignore-platform-req ext-curl --ignore-platform-req ext-json --ignore-platform-req ext-iconv --ignore-platform-req ext-intl --ignore-platform-req ext-ldap --no-ansi --no-interaction --no-scripts --no-autoloader --no-plugins"
    Loading composer repositories with package information
    Info from https://repo.packagist.org: [37;44m#StandWith[30;43mUkraine[0m
    Updating dependencies
    Your requirements could not be resolved to an installable set of packages.
    
      Problem 1
        - Root composer.json requires web-token/jwt-key-mgmt ^3.0 -> satisfiable by web-token/jwt-key-mgmt[v3.0.2].
        - web-token/jwt-key-mgmt v3.0.2 requires php >=8.1 -> your php version (7.4; overridden via config.platform, same as actual) does not satisfy that requirement.
      Problem 2
        - Root composer.json requires web-token/jwt-signature ^3.0 -> satisfiable by web-token/jwt-signature[v3.0.2].
        - web-token/jwt-signature v3.0.2 requires php >=8.1 -> your php version (7.4; overridden via config.platform, same as actual) does not satisfy that requirement.
      Problem 3
        - Root composer.json requires web-token/jwt-signature-algorithm-rsa ^3.0 -> satisfiable by web-token/jwt-signature-algorithm-rsa[v3.0.2].
        - web-token/jwt-signature-algorithm-rsa v3.0.2 requires php >=8.1 -> your php version (7.4; overridden via config.platform, same as actual) does not satisfy that requirement.
      Problem 4
        - Root composer.json requires web-token/jwt-checker ^3.0 -> satisfiable by web-token/jwt-checker[v3.0.2].
        - web-token/jwt-checker v3.0.2 requires php >=8.1 -> your php version (7.4; overridden via config.platform, same as actual) does not satisfy that requirement.
      Problem 5
        - Root composer.json requires web-token/jwt-core ^3.0 -> satisfiable by web-token/jwt-core[v3.0.0].
        - web-token/jwt-core v3.0.0 requires php >=8.1 -> your php version (7.4; overridden via config.platform, same as actual) does not satisfy that requirement.
    
    Use the option --with-all-dependencies (-W) to allow upgrades, downgrades and removals for packages currently locked to specific versions.
    
  • Author Contributor

    Created by: melanger

    v3 requires PHP >=8.1

  • Author Contributor

    Created by: renovate[bot]

    Renovate Ignore Notification

    As this PR has been closed unmerged, Renovate will ignore this upgrade and you will not receive PRs for any future 3.x releases. However, if you upgrade to 3.x manually then Renovate will reenable minor and patch updates automatically.

    If this PR was closed by mistake or you changed your mind, you can simply rename this PR and you will soon get a fresh replacement PR opened.

Please register or sign in to reply
Loading