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

fix(deps): update dependency lesstif/php-jira-rest-client to v5 #295

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 17, 2022

Mend Renovate

This PR contains the following updates:

Package Type Update Change
lesstif/php-jira-rest-client require major ^1.35 -> ^5.0

Release Notes

lesstif/php-jira-rest-client

v5.4.0: add missing field to Version

Compare Source

  • added add $startDate, $userStartDate to Version
  • change the setter function name with data type postfix, for example setReleaseDateAsDateTime(), setReleaseDateAsString()

v5.3.1: improvement PHP 8.2 support

Compare Source

  • explicit properties declaration in Version, Project class

v5.3.0: Support monolog v2/v3 both

Compare Source

See #​499

v5.2.0: Support PHP 8.2

Compare Source

Adapt to PHP 8.2's new feature - Dynamic Properties are deprecated, See #​486 , #​487

v5.1.0: fixed wrong Service URL

Compare Source

  • duplicated JSM URL fixed(See #​476)
  • merged AgileURL (See #​478)
  • issue description can be null(See #​477)

v5.0.0: to extract V3 API and dropped all V3 related functions and classes.

Compare Source

Hi!

I forked V3 API and eliminated all V3 related code in this repository.

You can find V3 API repository here.

v4.1.0: Added JIRA Service Management API and fixed ADF Issue

Compare Source

v4.0.4: fixed customerField param type restrction

Compare Source

v4.0.3

Compare Source

bugs fix release

v4.0.2

Compare Source

fix several bugs

v4.0.1: Drop PHPDoc and change to type hinting

Compare Source

v4.0.0: Drop PHP7, Polish Function parameter

Compare Source

  • Drop PHP 7 and added property type(not at all)
  • Update dependancy to recent version
  • Clean up confusing function parameters that are different from PHPDoc(See #​429)
  • add missing env parameter(See #​431)

v3.1.1: fixed invalid json mapper annotation

Compare Source

See #​422

v3.1.0

Compare Source

  • new feature - Project component (See #​426)

v3.0.0

Compare Source

  • To be compatible with PHP 8.1.(See #​401)
  • dropping support for PHP 7.x.

v2.6.0: support PTA, archive project

Compare Source

  • support personal access token(#​394 )
  • new feature archive project(#​393)

v2.5.1: fixed don't use user's Configuration Interface in IssueService.

Compare Source

v2.5.0: PHP 8 support.

Compare Source

  • update dependency for support to PHP 8
  • add user update(see #​369 )

v2.4.1: fixed getenv is discouraged.

Compare Source

See #​352

v2.4.0: update dependancy dotenv for laravel 8

Compare Source

see #​348

v2.3.0: add partial status api.

Compare Source

see #​345

v2.2.2: fixed function name typo

Compare Source

fixed function name typo in the IssueService (#​343 )

v2.2.1: fixed RemoteIssueLink creation bug.

Compare Source

v2.2.0: comment in API V3

Compare Source

  • comment in API V3(see #​330)
  • support to config personal certificate when connect to jira server.(see #​332)

v2.1.0: added new service class and method

Compare Source

  • get Epics on Board(See #​289 )
  • added new Service Class AgileIssueService(See #​299)
  • dotenv v4 support(See #​300)
  • add new Service Class GreenHopper BurnDownChartService(See #​302 )
  • add new function deleteWorkflow (See #​303)

v2.0: update PHP Major version to 7.1

Compare Source

  • Update PHP to ^7.1
  • fixed broken NoOperationMonologHandler changed by AbstractProcessingHandler return type definition.

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

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

@renovate
Copy link
Contributor Author

renovate bot commented Dec 17, 2022

⚠ Artifact update problem

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

♻ 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_sidecar --label=renovate_child -v "/mnt/renovate/gh/factorial-io/phabalicious":"/mnt/renovate/gh/factorial-io/phabalicious" -v "/tmp/renovate-cache":"/tmp/renovate-cache" -v "/tmp/containerbase":"/tmp/containerbase" -e COMPOSER_CACHE_DIR -e COMPOSER_AUTH -e BUILDPACK_CACHE_DIR -e CONTAINERBASE_CACHE_DIR -w "/mnt/renovate/gh/factorial-io/phabalicious" docker.io/renovate/sidecar bash -l -c "install-tool php 7.3.31 && install-tool composer 2.4.4 && composer install --ignore-platform-req='ext-*' --ignore-platform-req='lib-*' --no-ansi --no-interaction --no-scripts --no-autoloader --no-plugins && composer update lesstif/php-jira-rest-client --with-dependencies --ignore-platform-req='ext-*' --ignore-platform-req='lib-*' --no-ansi --no-interaction --no-scripts --no-autoloader --no-plugins"
Installing dependencies from lock file (including require-dev)
Verifying lock file contents can be installed on current platform.
Warning: The lock file is not up to date with the latest changes in composer.json. You may be getting outdated dependencies. It is recommended that you run `composer update` or `composer update <package name>`.
Package operations: 99 installs, 0 updates, 0 removals
  - Downloading phpro/grumphp-shim (v1.5.0)
  - Downloading symfony/flex (v1.18.5)
  - Downloading squizlabs/php_codesniffer (3.6.2)
  - Downloading dealerdirect/phpcodesniffer-composer-installer (v0.7.2)
  - Downloading symfony/polyfill-php80 (v1.24.0)
  - Downloading symfony/polyfill-mbstring (v1.26.0)
  - Downloading symfony/polyfill-ctype (v1.26.0)
  - Downloading symfony/filesystem (v5.4.3)
  - Downloading symfony/deprecation-contracts (v2.5.1)
  - Downloading psr/container (1.1.1)
  - Downloading symfony/service-contracts (v2.5.0)
  - Downloading symfony/polyfill-php73 (v1.24.0)
  - Downloading symfony/console (v4.4.37)
  - Downloading composer/semver (3.2.9)
  - Downloading consolidation/self-update (2.0.5)
  - Downloading paragonie/random_compat (v9.99.100)
  - Downloading defuse/php-encryption (v2.3.1)
  - Downloading symfony/yaml (v4.4.37)
  - Downloading phpstan/phpdoc-parser (1.2.0)
  - Downloading slevomat/coding-standard (7.0.18)
  - Downloading sirbrillig/phpcs-variable-analysis (v2.11.2)
  - Syncing drupal/coder (8.3.14) into cache
  - Downloading symfony/process (v4.4.37)
  - Downloading symfony/event-dispatcher-contracts (v1.1.11)
  - Downloading symfony/event-dispatcher (v4.4.37)
  - Downloading psr/log (1.1.4)
  - Downloading graze/sort (2.0.1)
  - Downloading graze/data-structure (2.1.0)
  - Downloading graze/parallel-process (0.8.1)
  - Downloading guzzlehttp/promises (1.5.1)
  - Downloading ralouphie/getallheaders (3.0.3)
  - Downloading psr/http-message (1.0.1)
  - Downloading psr/http-factory (1.0.1)
  - Downloading guzzlehttp/psr7 (2.4.0)
  - Downloading jakeasmith/http_build_url (1.0.1)
  - Downloading phpoption/phpoption (1.8.1)
  - Downloading vlucas/phpdotenv (v3.6.10)
  - Downloading netresearch/jsonmapper (v1.6.0)
  - Downloading monolog/monolog (2.3.5)
  - Downloading lesstif/php-jira-rest-client (1.45.0)
  - Downloading php-parallel-lint/php-parallel-lint (v1.3.1)
  - Downloading webmozart/assert (1.10.0)
  - Downloading phpdocumentor/reflection-common (2.2.0)
  - Downloading phpdocumentor/type-resolver (1.6.0)
  - Downloading phpdocumentor/reflection-docblock (5.3.0)
  - Downloading sebastian/version (3.0.2)
  - Downloading sebastian/type (2.3.4)
  - Downloading sebastian/resource-operations (3.0.3)
  - Downloading sebastian/recursion-context (4.0.4)
  - Downloading sebastian/object-reflector (2.0.4)
  - Downloading sebastian/object-enumerator (4.0.4)
  - Downloading sebastian/global-state (5.0.5)
  - Downloading sebastian/exporter (4.0.4)
  - Downloading sebastian/environment (5.1.3)
  - Downloading sebastian/diff (4.0.4)
  - Downloading sebastian/comparator (4.0.6)
  - Downloading sebastian/code-unit (1.0.8)
  - Downloading sebastian/cli-parser (1.0.1)
  - Downloading phpunit/php-timer (5.0.3)
  - Downloading phpunit/php-text-template (2.0.4)
  - Downloading phpunit/php-invoker (3.1.1)
  - Downloading phpunit/php-file-iterator (3.0.6)
  - Downloading theseer/tokenizer (1.2.1)
  - Downloading nikic/php-parser (v4.13.2)
  - Downloading sebastian/lines-of-code (1.0.3)
  - Downloading sebastian/complexity (2.0.2)
  - Downloading sebastian/code-unit-reverse-lookup (2.0.3)
  - Downloading phpunit/php-code-coverage (9.2.11)
  - Downloading doctrine/instantiator (1.4.0)
  - Downloading phpspec/prophecy (v1.15.0)
  - Downloading phar-io/version (3.1.1)
  - Downloading phar-io/manifest (2.0.3)
  - Downloading myclabs/deep-copy (1.10.2)
  - Downloading phpunit/phpunit (9.5.14)
  - Downloading phpspec/prophecy-phpunit (v2.0.1)
  - Downloading phpstan/phpstan (1.4.6)
  - Downloading phpstan/phpstan-symfony (1.1.5)
  - Downloading psr/http-client (1.0.1)
  - Downloading stecman/symfony-console-completion (0.11.0)
  - Downloading symfony/polyfill-php81 (v1.24.0)
  - Downloading symfony/config (v4.4.37)
  - Downloading symfony/debug (v4.4.37)
  - Downloading symfony/dependency-injection (v4.4.37)
  - Downloading symfony/dotenv (v4.4.37)
  - Downloading symfony/finder (v4.4.37)
  - Downloading symfony/http-foundation (v5.4.3)
  - Downloading symfony/http-client-contracts (v2.5.0)
  - Downloading symfony/var-dumper (v5.4.3)
  - Downloading symfony/error-handler (v4.4.37)
  - Downloading symfony/http-kernel (v4.4.37)
  - Downloading symfony/phpunit-bridge (v4.4.37)
  - Downloading symfony/polyfill-intl-grapheme (v1.24.0)
  - Downloading symfony/polyfill-intl-normalizer (v1.26.0)
  - Downloading guzzlehttp/guzzle (7.4.5)
  - Downloading thibaud-dauce/mattermost-php (1.3.0)
  - Downloading twig/twig (v3.4.3)
  - Downloading symfony/translation-contracts (v2.5.0)
  - Downloading symfony/string (v5.4.3)
  - Downloading twig/string-extra (v3.3.5)
  - Installing phpro/grumphp-shim (v1.5.0): Extracting archive
  - Installing symfony/flex (v1.18.5): Extracting archive
  - Installing squizlabs/php_codesniffer (3.6.2): Extracting archive
  - Installing dealerdirect/phpcodesniffer-composer-installer (v0.7.2): Extracting archive
  - Installing symfony/polyfill-php80 (v1.24.0): Extracting archive
  - Installing symfony/polyfill-mbstring (v1.26.0): Extracting archive
  - Installing symfony/polyfill-ctype (v1.26.0): Extracting archive
  - Installing symfony/filesystem (v5.4.3): Extracting archive
  - Installing symfony/deprecation-contracts (v2.5.1): Extracting archive
  - Installing psr/container (1.1.1): Extracting archive
  - Installing symfony/service-contracts (v2.5.0): Extracting archive
  - Installing symfony/polyfill-php73 (v1.24.0): Extracting archive
  - Installing symfony/console (v4.4.37): Extracting archive
  - Installing composer/semver (3.2.9): Extracting archive
  - Installing consolidation/self-update (2.0.5): Extracting archive
  - Installing paragonie/random_compat (v9.99.100): Extracting archive
  - Installing defuse/php-encryption (v2.3.1): Extracting archive
  - Installing symfony/yaml (v4.4.37): Extracting archive
  - Installing phpstan/phpdoc-parser (1.2.0): Extracting archive
  - Installing slevomat/coding-standard (7.0.18): Extracting archive
  - Installing sirbrillig/phpcs-variable-analysis (v2.11.2): Extracting archive
  - Installing drupal/coder (8.3.14): Cloning adb06efa79 from cache
  - Installing symfony/process (v4.4.37): Extracting archive
  - Installing symfony/event-dispatcher-contracts (v1.1.11): Extracting archive
  - Installing symfony/event-dispatcher (v4.4.37): Extracting archive
  - Installing psr/log (1.1.4): Extracting archive
  - Installing graze/sort (2.0.1): Extracting archive
  - Installing graze/data-structure (2.1.0): Extracting archive
  - Installing graze/parallel-process (0.8.1): Extracting archive
  - Installing guzzlehttp/promises (1.5.1): Extracting archive
  - Installing ralouphie/getallheaders (3.0.3): Extracting archive
  - Installing psr/http-message (1.0.1): Extracting archive
  - Installing psr/http-factory (1.0.1): Extracting archive
  - Installing guzzlehttp/psr7 (2.4.0): Extracting archive
  - Installing jakeasmith/http_build_url (1.0.1): Extracting archive
  - Installing phpoption/phpoption (1.8.1): Extracting archive
  - Installing vlucas/phpdotenv (v3.6.10): Extracting archive
  - Installing netresearch/jsonmapper (v1.6.0): Extracting archive
  - Installing monolog/monolog (2.3.5): Extracting archive
  - Installing lesstif/php-jira-rest-client (1.45.0): Extracting archive
  - Installing php-parallel-lint/php-parallel-lint (v1.3.1): Extracting archive
  - Installing webmozart/assert (1.10.0): Extracting archive
  - Installing phpdocumentor/reflection-common (2.2.0): Extracting archive
  - Installing phpdocumentor/type-resolver (1.6.0): Extracting archive
  - Installing phpdocumentor/reflection-docblock (5.3.0): Extracting archive
  - Installing sebastian/version (3.0.2): Extracting archive
  - Installing sebastian/type (2.3.4): Extracting archive
  - Installing sebastian/resource-operations (3.0.3): Extracting archive
  - Installing sebastian/recursion-context (4.0.4): Extracting archive
  - Installing sebastian/object-reflector (2.0.4): Extracting archive
  - Installing sebastian/object-enumerator (4.0.4): Extracting archive
  - Installing sebastian/global-state (5.0.5): Extracting archive
  - Installing sebastian/exporter (4.0.4): Extracting archive
  - Installing sebastian/environment (5.1.3): Extracting archive
  - Installing sebastian/diff (4.0.4): Extracting archive
  - Installing sebastian/comparator (4.0.6): Extracting archive
  - Installing sebastian/code-unit (1.0.8): Extracting archive
  - Installing sebastian/cli-parser (1.0.1): Extracting archive
  - Installing phpunit/php-timer (5.0.3): Extracting archive
  - Installing phpunit/php-text-template (2.0.4): Extracting archive
  - Installing phpunit/php-invoker (3.1.1): Extracting archive
  - Installing phpunit/php-file-iterator (3.0.6): Extracting archive
  - Installing theseer/tokenizer (1.2.1): Extracting archive
  - Installing nikic/php-parser (v4.13.2): Extracting archive
  - Installing sebastian/lines-of-code (1.0.3): Extracting archive
  - Installing sebastian/complexity (2.0.2): Extracting archive
  - Installing sebastian/code-unit-reverse-lookup (2.0.3): Extracting archive
  - Installing phpunit/php-code-coverage (9.2.11): Extracting archive
  - Installing doctrine/instantiator (1.4.0): Extracting archive
  - Installing phpspec/prophecy (v1.15.0): Extracting archive
  - Installing phar-io/version (3.1.1): Extracting archive
  - Installing phar-io/manifest (2.0.3): Extracting archive
  - Installing myclabs/deep-copy (1.10.2): Extracting archive
  - Installing phpunit/phpunit (9.5.14): Extracting archive
  - Installing phpspec/prophecy-phpunit (v2.0.1): Extracting archive
  - Installing phpstan/phpstan (1.4.6): Extracting archive
  - Installing phpstan/phpstan-symfony (1.1.5): Extracting archive
  - Installing psr/http-client (1.0.1): Extracting archive
  - Installing stecman/symfony-console-completion (0.11.0): Extracting archive
  - Installing symfony/polyfill-php81 (v1.24.0): Extracting archive
  - Installing symfony/config (v4.4.37): Extracting archive
  - Installing symfony/debug (v4.4.37): Extracting archive
  - Installing symfony/dependency-injection (v4.4.37): Extracting archive
  - Installing symfony/dotenv (v4.4.37): Extracting archive
  - Installing symfony/finder (v4.4.37): Extracting archive
  - Installing symfony/http-foundation (v5.4.3): Extracting archive
  - Installing symfony/http-client-contracts (v2.5.0): Extracting archive
  - Installing symfony/var-dumper (v5.4.3): Extracting archive
  - Installing symfony/error-handler (v4.4.37): Extracting archive
  - Installing symfony/http-kernel (v4.4.37): Extracting archive
  - Installing symfony/phpunit-bridge (v4.4.37): Extracting archive
  - Installing symfony/polyfill-intl-grapheme (v1.24.0): Extracting archive
  - Installing symfony/polyfill-intl-normalizer (v1.26.0): Extracting archive
  - Installing guzzlehttp/guzzle (7.4.5): Extracting archive
  - Installing thibaud-dauce/mattermost-php (1.3.0): Extracting archive
  - Installing twig/twig (v3.4.3): Extracting archive
  - Installing symfony/translation-contracts (v2.5.0): Extracting archive
  - Installing symfony/string (v5.4.3): Extracting archive
  - Installing twig/string-extra (v3.3.5): Extracting archive
65 packages you are using are looking for funding.
Use the `composer fund` command to find out more!
Loading composer repositories with package information
Info from https://repo.packagist.org: #StandWithUkraine
Dependency psr/log is also a root requirement. Package has not been listed as an update argument, so keeping locked at old version. Use --with-all-dependencies (-W) to include root dependencies.
Updating dependencies
Your requirements could not be resolved to an installable set of packages.

  Problem 1
    - Root composer.json requires lesstif/php-jira-rest-client ^5.0 -> satisfiable by lesstif/php-jira-rest-client[5.0.0, 5.1.0].
    - lesstif/php-jira-rest-client[5.0.0, ..., 5.1.0] require php ^8.0 -> your php version (7.3.31; 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.

@renovate renovate bot changed the title Update dependency lesstif/php-jira-rest-client to v5 fix(deps): update dependency lesstif/php-jira-rest-client to v5 Dec 17, 2022
@renovate renovate bot changed the title fix(deps): update dependency lesstif/php-jira-rest-client to v5 fix(deps): update dependency lesstif/php-jira-rest-client to v5 - autoclosed Jan 13, 2023
@renovate renovate bot closed this Jan 13, 2023
@renovate renovate bot deleted the renovate/lesstif-php-jira-rest-client-5.x branch January 13, 2023 08:52
@renovate renovate bot changed the title fix(deps): update dependency lesstif/php-jira-rest-client to v5 - autoclosed fix(deps): update dependency lesstif/php-jira-rest-client to v5 Jan 13, 2023
@renovate renovate bot reopened this Jan 13, 2023
@renovate renovate bot restored the renovate/lesstif-php-jira-rest-client-5.x branch January 13, 2023 12:32
@stmh stmh closed this Feb 17, 2023
@renovate
Copy link
Contributor Author

renovate bot commented Feb 17, 2023

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update. You will not get PRs for any future 5.x releases. But if you manually upgrade to 5.x then Renovate will re-enable minor and patch updates automatically.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

@renovate renovate bot deleted the renovate/lesstif-php-jira-rest-client-5.x branch February 17, 2023 09:42
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