Skip to content

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

Open
ata-no-one wants to merge 1 commit intomainfrom
renovate/all-non-major
Open

chore(deps): update all non-major dependencies#283
ata-no-one wants to merge 1 commit intomainfrom
renovate/all-non-major

Conversation

@ata-no-one
Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change
@nextcloud/dialogs dependencies minor 7.1.0 -> 7.3.0
@nextcloud/stylelint-config devDependencies minor 3.1.1 -> 3.2.1
actions/checkout action patch v5.0.0 -> v5.0.1
coduo/php-humanizer require patch 5.0.0 -> 5.0.3
dorny/paths-filter action patch v3.0.2 -> v3.0.3
dxflrs/garage minor v2.1.0 -> v2.3.0
gdata/vaas (source) require patch 11.1.0 -> 11.1.1
icewind1991/nextcloud-version-matrix action patch v1.3.1 -> v1.3.2
icewind1991/nextcloud-version-matrix action minor v1.0.0 -> v1.3.2
nextcloud/ocp require-dev patch v33.0.0 -> v33.0.3
psalm/phar require-dev minor 6.8.2 -> 6.16.1
shivammathur/setup-php action minor v2.35.3 -> 2.37.0

⚠️ Warning

Some dependencies could not be looked up. Check the warning logs for more information.


Release Notes

nextcloud-libraries/nextcloud-dialogs (@​nextcloud/dialogs)

v7.3.0

Compare Source

Changed
  • Migrated to @nextcloud/files v4.0.0 - reducing dependencies on apps targeting Nextcloud 33+ #​2275.
    This also removes cancelable-promise as a dependency by replacing it with native AbortController.
  • Updated development dependencies
  • Updated translations

v7.2.0

Compare Source

Added
Fixed
  • fix(filepicker): use @nextcloud/files for name validation #​2158 (susnux)
  • fix(filepicker): use proper folder icons #​2180 (susnux)
  • fix(conflict-picker): use sub-path import to only import needed parts #​2162 (susnux)
  • fix(conflict-picker): pass correct props to component #​2159 (susnux)
  • fix(types): resolve Typescript issues and add CI job to check for type issues #​2160 (susnux)
  • fix: always use the node displayname prop #​2179 (susnux)
Changed
nextcloud-libraries/stylelint-config (@​nextcloud/stylelint-config)

v3.2.1

Compare Source

Changed
  • chore(deps): pin stylelint and stylelint-use-logical to remove overrides #​154
  • ci(dependabot): increase package versions on update #​155
  • Updated dependencies:
    • Bump stylelint to 17.1.0

v3.2.0

Compare Source

Added
  • feat(scss): enable "scss/load-partial-extension": "always" #​144 (ShGKme)
Changed
  • Minimum Node version increased to Node 20.19+ due to stylelint's requirements
  • Updated dependencies:
    • Bump stylelint to 17.0.0
    • Bump stylelint-config-recommended-scss to 17.0.0
    • Bump stylelint-config-recommended-vue to 1.6.1
actions/checkout (actions/checkout)

v5.0.1

Compare Source

coduo/php-humanizer (coduo/php-humanizer)

v5.0.3

Compare Source

Added
Changed
Fixed
Removed
  • #​149 - Removed composer.lock from git and added it to .gitignore (lock file not required in packages, helps CI to pass) - @​bpolaszek

v5.0.2

Compare Source

Added

v5.0.1

Compare Source

Fixed
Updated
Removed
dorny/paths-filter (dorny/paths-filter)

v3.0.3

Compare Source

GDATASoftwareAG/vaas-php (gdata/vaas)

v11.1.1

Compare Source

icewind1991/nextcloud-version-matrix (icewind1991/nextcloud-version-matrix)

v1.3.2: 1.3.2

Compare Source

What's Changed
New Contributors

Full Changelog: icewind1991/nextcloud-version-matrix@v1...v1.3.2

nextcloud-deps/ocp (nextcloud/ocp)

v33.0.3

Compare Source

v33.0.2

Compare Source

v33.0.1

Compare Source

psalm/phar (psalm/phar)

v6.16.1

Compare Source

v6.16.0

Compare Source

v6.15.1

Compare Source

v6.15.0

Compare Source

v6.14.3

Compare Source

v6.14.1

Compare Source

v6.14.0

Compare Source

v6.13.1

Compare Source

v6.13.0

Compare Source

v6.12.1

Compare Source

v6.12.0

Compare Source

v6.11.0

Compare Source

v6.10.3

Compare Source

v6.10.2

Compare Source

v6.10.1

Compare Source

v6.10.0

Compare Source

v6.9.6

Compare Source

v6.9.5

Compare Source

v6.9.4

Compare Source

v6.9.3

Compare Source

v6.9.2

Compare Source

v6.9.0

Compare Source

v6.8.9

Compare Source

v6.8.8

Compare Source

v6.8.7

Compare Source

v6.8.6

Compare Source

v6.8.5

Compare Source

v6.8.4

Compare Source

v6.8.3

Compare Source

shivammathur/setup-php (shivammathur/setup-php)

v2.37.0

Compare Source

Changelog
  • Updated the action to use Node.js 24. (#​1049)

  • Added support for master in the php-version input. It should now set up a nightly build from the master branch of php-src.

  • Added support to install ioncube and zephir_parser extensions on PHP 8.5.

  • Expanded support for installing extensions using Homebrew on macOS from the shivammathur/homebrew-extensions tap. This includes pdo_firebird, sqlsrv, pdo_sqlsrv, pecl_http, swow, xhprof, and several other supported extensions.

  • Improved switching PHP versions on Linux. Missing alternatives should now be registered automatically before switching versions. #​1067

  • Improved support for Homebrew on macOS. It should now retry stuck brew commands with an inactivity watchdog.

  • Improved support for adding tools. It should now correctly use the latest release download URL when a version is not specified. (#​1064)

  • Improved tool setup and caching on self-hosted runners.

  • Improved support for sqlsrv and pdo_sqlsrv on PHP 8.1 and 8.2.

  • Fixed installing pecl_http on Windows. Switched to downloads.php.net for fixing ICU version post install.

  • Fixed cached couchbase installs on macOS using the shivammathur/cache-extensions action.

  • Replaced @actions/core with local functions to reduce bundle size.

  • Refactored to use ES2024+ features for Node 24.

  • Updated actions used in examples to their latest versions.

  • Updated Node.js dependencies.

Thanks @​theluckystrike for the contribution 🎉

Thanks @​code-kudu, @​ssddanbrown, @​RoundingWell, and @​ntzrbtr for the sponsorship ❤️

For the complete list of changes, please refer to the Full Changelog

Follow for updates

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

v2.36.0

Compare Source

Changelog
  • Added support for PHP 8.5 stable release.
- name: Setup PHP 8.5 (stable)
  uses: shivammathur/setup-php@v2
  with:
    php-version: '8.5'
  • Added support for PHP 8.6.0-dev. Specifying 8.6 in the php-version input should now set up a nightly build from the master branch of php-src. (#​1002)
- name: Setup PHP 8.6.0-dev
  uses: shivammathur/setup-php@v2
  with:
    php-version: '8.6'
  • Added support for pdo_ibm and ibm_db2 extensions.
- name: Setup PHP with pdo_ibm and ibm_db2 extensions
  uses: shivammathur/setup-php@v2
  with:
    php-version: '8.5'
    extensions: pdo_ibm, ibm_db2
  • Added support to install blackfire extension on PHP 8.5.
- name: Setup PHP with blackfire extension
  uses: shivammathur/setup-php@v2
  with:
    php-version: '8.5'
    extensions: blackfire
  • Improved support to detect the required libraries when building from source for common extensions. For example installing gnupg from source would install the required libgpgme library automatically. (#​1021)
- name: Setup PHP with amqp extension
  uses: shivammathur/setup-php@v2
  with:
    php-version: '8.5'
    extensions: gnupg-1.5.4
  • Improved support for symfony-cli. It should now correctly set up the requested version. (#​1008)
- name: Setup PHP with symfony-cli
  uses: shivammathur/setup-php@v2
  with:
    php-version: '8.5'
    tools: symfony-cli:5.16.0
  • Improved support for relay extension. Also added support to install the nightly version of the extension. (#​1011, #​1012)

  • Improved installing PHP on macOS. Also fixed installing PHP on macos-15-intel GitHub runner. (#​1029)

  • Improved support for deb822 format sources files on Linux. It should now set up the sources files in deb822 format on Ubuntu 24.04, Debian 13, and newer. It would automatically switch the format as well for the repositories added by the action to the new format when supported. (#​1027)

  • Improved support for installing pdo_oci. (#​1028)

  • Fixed installing gearman extension for PHP 5.6 and 7.0 on Linux.

  • Fixed an edge case in tools setup to fall back to the latest version. (#​1024)

  • Fixed support to build extensions with uppercase names from PECL. (#​1017)

  • Fixed warning on redis setup on macOS after formula rename. (https://github.com/shivammathur/homebrew-extensions/pull/5413)

  • Fixed fallback link for composer setup. (#​1025)

  • Updated the link for flex documentation in README. (#​1020)

  • Updated Node.js dependencies.

Thanks @​shyim, @​tillkruss, and @​nicolas-grekas for the contributions 🎉

Thanks @​JetBrainsOfficial and @​cachewerk for the sponsorship ❤️

For the complete list of changes, please refer to the Full Changelog

Follow for updates

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

v2.35.5

Compare Source

Changelog
  • Added support for macOS 26 based environments.
runs-on: macos-26
steps:
- name: Setup PHP
  uses: shivammathur/setup-php@v2
  • Fixed resolving tools' releases to the latest one for a version prefix in tools input. (#​1000)
    For example, this should install the latest release of PHPUnit with 10.5 as the prefix.
- name: Setup PHP
  uses: shivammathur/setup-php@v2
  with:
    php-version: '8.1'
    tools: phpunit:10.5.x
  • Improved installing intl extension with a particular ICU versions.
- name: Setup PHP
  uses: shivammathur/setup-php@v2
  with:
    php-version: '8.4'
    extensions: intl-77.1
  • Fixed tools setup to use the new github-token input value to avoid rate limits.
- name: Setup PHP
  uses: shivammathur/setup-php@v2
  with:
    php-version: '8.4'
    tools: phpcs: 4
    github-token: ${{ secrets.GITHUB_TOKEN }}
  • Improved errors when tools fail to install. (#​991)

  • Fixed warning in get function on request failure.

  • Added a fallback source for composer phar archives. (#​956)

  • Added a fallback source for PPA keys. (#​996)

  • Fixed opcache.jit_buffer_size config on arm environments. (#​999)

  • Updated Node.js dependencies.

For the complete list of changes, please refer to the Full Changelog

Follow for updates

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

v2.35.4

Compare Source

Changelog
  • Fixed updating brew core tap before installing PHP on macOS.

  • Updated actions in internal workflows.

  • Updated Node.js dependencies.

For the complete list of changes, please refer to the Full Changelog

Follow for updates

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


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 has been generated by Renovate Bot.

@ata-no-one
Copy link
Copy Markdown
Contributor Author

⚠️ 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: package-lock.json
npm warn Unknown env config "store". This will stop working in the next major version of npm. See `npm help npmrc` for supported config options.
npm error code ERESOLVE
npm error ERESOLVE could not resolve
npm error
npm error While resolving: gdatavaas@0.0.9
npm error Found: stylelint@16.26.1
npm error node_modules/stylelint
npm error   peer stylelint@">=14.0.0" from stylelint-config-html@1.1.0
npm error   node_modules/stylelint-config-html
npm error     stylelint-config-html@">=1.0.0" from stylelint-config-recommended-vue@1.6.1
npm error     node_modules/stylelint-config-recommended-vue
npm error   peer stylelint@"^16.16.0" from stylelint-config-recommended@16.0.0
npm error   node_modules/stylelint-config-recommended
npm error     stylelint-config-recommended@"^16.0.0" from stylelint-config-recommended-scss@15.0.1
npm error     node_modules/stylelint-config-recommended-scss
npm error     stylelint-config-recommended@">=6.0.0" from stylelint-config-recommended-vue@1.6.1
npm error     node_modules/stylelint-config-recommended-vue
npm error   4 more (stylelint-config-recommended-scss, ...)
npm error
npm error Could not resolve dependency:
npm error dev @nextcloud/stylelint-config@"3.2.1" from the root project
npm error
npm error Conflicting peer dependency: stylelint@17.11.0
npm error node_modules/stylelint
npm error   peer stylelint@"^17.1.1" from @nextcloud/stylelint-config@3.2.1
npm error   node_modules/@nextcloud/stylelint-config
npm error     dev @nextcloud/stylelint-config@"3.2.1" from the root project
npm error
npm error Fix the upstream dependency conflict, or retry this command with --force or --legacy-peer-deps to accept an incorrect (and potentially broken) dependency resolution.
npm error
npm error
npm error For a full report see:
npm error /builds/no-one-common/renovate-github/renovate/cache/others/npm/_logs/2026-05-06T11_53_20_497Z-eresolve-report.txt
npm error A complete log of this run can be found in: /builds/no-one-common/renovate-github/renovate/cache/others/npm/_logs/2026-05-06T11_53_20_497Z-debug-0.log

@ata-no-one
Copy link
Copy Markdown
Contributor Author

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

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.

5 participants