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

chore(deps): update all non-major dependencies #23

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 31, 2022

This PR contains the following updates:

Package Type Update Change Age Adoption Passing Confidence
actions/setup-node action minor v3.4.1 -> v3.8.2 age adoption passing confidence
composer/installers (source) require minor 2.2.0 -> 2.3.0 age adoption passing confidence
drupal/core-composer-scaffold (source) require minor 10.0.9 -> 10.3.10 age adoption passing confidence
drupal/core-project-message (source) require minor 10.0.9 -> 10.3.10 age adoption passing confidence
drupal/core-recommended require minor 10.0.9 -> 10.3.10 age adoption passing confidence
drupal/tome (source) require minor 1.11.0 -> 1.13.0 age adoption passing confidence

Release Notes

actions/setup-node (actions/setup-node)

v3.8.2

Compare Source

What's Changed

Full Changelog: actions/setup-node@v3...v3.8.2

v3.8.1

Compare Source

What's Changed

In scope of this release, the filter was removed within the cache-save step by @​dmitry-shibanov in https://github.com/actions/setup-node/pull/831. It is filtered and checked in the toolkit/cache library.

Full Changelog: actions/setup-node@v3...v3.8.1

v3.8.0

Compare Source

What's Changed
Bug fixes:
Feature implementations:
Documentation changes:
Update dependencies:
New Contributors

Full Changelog: actions/setup-node@v3...v3.8.0

v3.7.0

Compare Source

What's Changed

In scope of this release we added a logic to save an additional cache path for yarn 3 (related pull request and feature request). Moreover, we added functionality to use all the sub directories derived from cache-dependency-path input and add detect all dependencies directories to cache (related pull request and feature request).

Besides, we made such changes as:

New Contributors

Full Changelog: actions/setup-node@v3...v3.7.0

v3.6.0: Add Support for Nightly, Canary and RC builds for Node.js

Compare Source

In scope of this release we added support to download nightly, rc (https://github.com/actions/setup-node/pull/611) and canary (https://github.com/actions/setup-node/pull/619) Node.js distributions.

For nightly versions:
jobs:
  build:
    runs-on: ubuntu-latest
    name: Node sample
    steps:
      - uses: actions/checkout@v3
      - uses: actions/setup-node@v3
        with:
          node-version: '16-nightly'
      - run: npm ci
      - run: npm test
For canary versions:
jobs:
  build:
    runs-on: ubuntu-latest
    name: Node sample
    steps:
      - uses: actions/checkout@v3
      - uses: actions/setup-node@v3
        with:
          node-version: '16-v8-canary’
      - run: npm ci
      - run: npm test
For rc versions:
jobs:
  build:
    runs-on: ubuntu-latest
    name: Node sample
    steps:
      - uses: actions/checkout@v3
      - uses: actions/setup-node@v3
        with:
          node-version: '16.0.0-rc.1’
      - run: npm ci
      - run: npm test

Note: For more examples please refer to documentation.

Besides, we added the following changes as:

v3.5.1: Update @​actions/core and Print Node, Npm, Yarn versions

Compare Source

In scope of this release we updated actions/core to 1.10.0. Moreover, we added logic to print Nodejs, Npm, Yarn versions after installation.

v3.5.0: Add support for engines.node and Volta

Compare Source

In scope of this release we add support for engines.node. The action will be able to grab the version form package.json#engines.node. https://github.com/actions/setup-node/pull/485. Moreover, we added support for Volta

Besides, we updated @​actions/core to 1.9.1 and @​actions/cache to 3.0.4

composer/installers (composer/installers)

v2.3.0

Compare Source

What's Changed

Full Changelog: composer/installers@v2.2.0...v2.3.0

drupal/core-composer-scaffold (drupal/core-composer-scaffold)

v10.3.10

Compare Source

v10.3.9

Compare Source

v10.3.8

Compare Source

v10.3.7

Compare Source

v10.3.6

Compare Source

v10.3.5

Compare Source

v10.3.4

Compare Source

v10.3.3

Compare Source

v10.3.2

Compare Source

v10.3.1

Compare Source

v10.3.0

Compare Source

v10.2.12

Compare Source

v10.2.11

Compare Source

v10.2.10

Compare Source

v10.2.9

Compare Source

v10.2.8

Compare Source

v10.2.7

Compare Source

v10.2.6

Compare Source

v10.2.5

Compare Source

v10.2.4

Compare Source

v10.2.3

Compare Source

v10.2.2

Compare Source

v10.2.1

Compare Source

v10.2.0

Compare Source

v10.1.8

Compare Source

v10.1.7

Compare Source

v10.1.6

Compare Source

v10.1.5

Compare Source

v10.1.4

Compare Source

v10.1.3

Compare Source

v10.1.2

Compare Source

v10.1.1

Compare Source

v10.1.0

Compare Source

v10.0.11

Compare Source

v10.0.10

Compare Source

drupal/core-project-message (drupal/core-project-message)

v10.3.10

Compare Source

v10.3.9

Compare Source

v10.3.8

Compare Source

v10.3.7

Compare Source

v10.3.6

Compare Source

v10.3.5

Compare Source

v10.3.4

Compare Source

v10.3.3

Compare Source

v10.3.2

Compare Source

v10.3.1

Compare Source

v10.3.0

Compare Source

v10.2.12

Compare Source

v10.2.11

Compare Source

v10.2.10

Compare Source

v10.2.9

Compare Source

v10.2.8

Compare Source

v10.2.7

Compare Source

v10.2.6

Compare Source

v10.2.5

Compare Source

v10.2.4

Compare Source

v10.2.3

Compare Source

v10.2.2

Compare Source

v10.2.1

Compare Source

v10.2.0

Compare Source

v10.1.8

Compare Source

v10.1.7

Compare Source

v10.1.6

Compare Source

v10.1.5

Compare Source

v10.1.4

Compare Source

v10.1.3

Compare Source

v10.1.2

Compare Source

v10.1.1

Compare Source

v10.1.0

Compare Source

v10.0.11

Compare Source

v10.0.10

Compare Source

drupal/core-recommended (drupal/core-recommended)

v10.3.10

Compare Source

v10.3.9

Compare Source

v10.3.8

Compare Source

v10.3.7

Compare Source

v10.3.6

Compare Source

v10.3.5

Compare Source

v10.3.4

Compare Source

v10.3.3

Compare Source

v10.3.2

Compare Source

v10.3.1

Compare Source

v10.3.0

Compare Source

v10.2.12

Compare Source

v10.2.11

Compare Source

v10.2.10

Compare Source

v10.2.9

Compare Source

v10.2.8

Compare Source

v10.2.7

Compare Source

v10.2.6

Compare Source

v10.2.5

Compare Source

v10.2.4

Compare Source

v10.2.3

Compare Source

v10.2.2

Compare Source

v10.2.1

Compare Source

v10.2.0

Compare Source

v10.1.8

Compare Source

v10.1.7

Compare Source

v10.1.6

Compare Source

v10.1.5

Compare Source

v10.1.4

Compare Source

v10.1.3

Compare Source

v10.1.2

Compare Source

v10.1.1

Compare Source

v10.1.0

Compare Source

v10.0.11

Compare Source

v10.0.10

Compare Source


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.

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


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

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 18b15b2 to 7c40fc4 Compare August 3, 2022 18:23
@renovate renovate bot changed the title chore(deps): update all non-major dependencies to v9.4.4 chore(deps): update all non-major dependencies to v9.4.5 Aug 3, 2022
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 7c40fc4 to f685391 Compare August 20, 2022 10:34
@renovate renovate bot changed the title chore(deps): update all non-major dependencies to v9.4.5 chore(deps): update all non-major dependencies Aug 20, 2022
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 71ef988 to edf0473 Compare September 23, 2022 19:45
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 094ee01 to 148cbff Compare September 28, 2022 18:45
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 15bdd02 to de21499 Compare March 16, 2023 10:51
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from d85b914 to 4e5f48e Compare March 24, 2023 17:26
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 4e5f48e to cb93743 Compare April 17, 2023 12:25
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from cb93743 to f830eae Compare May 28, 2023 12:21
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from f830eae to 7705afe Compare June 6, 2023 20:24
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 2070bf9 to 2519737 Compare July 9, 2023 09:51
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 2519737 to d8668eb Compare August 2, 2023 12:29
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 5e8a957 to 1019962 Compare August 14, 2023 11:17
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 1019962 to bce7291 Compare August 17, 2023 14:21
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from ffc9579 to 62dd6fa Compare September 20, 2023 18:26
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 62dd6fa to 82bb091 Compare October 4, 2023 22:33
Copy link
Contributor Author

renovate bot commented Dec 16, 2023

⚠ 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: composer update drupal/core-composer-scaffold:10.2.6 drupal/core-project-message:10.2.6 drupal/core-recommended:10.2.6 drupal/tome:1.12.0 --with-dependencies --ignore-platform-req='ext-*' --ignore-platform-req='lib-*' --no-ansi --no-interaction --no-scripts --no-autoloader --no-plugins
Loading composer repositories with package information
Updating dependencies
Your requirements could not be resolved to an installable set of packages.

  Problem 1
    - Root composer.json requires drupal/core-recommended ^10.0 -> satisfiable by drupal/core-recommended[10.2.6].
    - drupal/core 10.2.6 conflicts with drush/drush <12.4.3.
    - drupal/core-recommended 10.2.6 requires drupal/core 10.2.6 -> satisfiable by drupal/core[10.2.6].
    - drush/drush is locked to version 11.6.0 and an update of this package was not requested.

Use the option --with-all-dependencies (-W) to allow upgrades, downgrades and removals for packages currently locked to specific versions.

Copy link
Contributor Author

renovate bot commented Jun 6, 2024

⚠️ 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: composer update composer/installers:2.3.0 drupal/core-composer-scaffold:10.3.10 drupal/core-project-message:10.3.10 drupal/core-recommended:10.3.10 drupal/tome:1.13.0 --with-dependencies --ignore-platform-req='ext-*' --ignore-platform-req='lib-*' --no-ansi --no-interaction --no-scripts --no-autoloader --no-plugins
Loading composer repositories with package information
Updating dependencies
Your requirements could not be resolved to an installable set of packages.

  Problem 1
    - Root composer.json requires drupal/core-recommended ^10.0 -> satisfiable by drupal/core-recommended[10.3.10].
    - drush/drush is locked to version 11.6.0 and an update of this package was not requested.
    - drupal/core 10.3.10 conflicts with drush/drush <12.4.3.
    - drupal/core-recommended 10.3.10 requires drupal/core 10.3.10 -> satisfiable by drupal/core[10.3.10].

Use the option --with-all-dependencies (-W) to allow upgrades, downgrades and removals for packages currently locked to specific versions.

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.

0 participants