Skip to content

Commit

Permalink
Merge pull request #349 from mimmi20/dependabot/composer/master/minor…
Browse files Browse the repository at this point in the history
…-patch-dependencies-4fab5362be

composer(deps-dev): bump the minor-patch-dependencies group with 4 updates
  • Loading branch information
mimmi20 committed Jul 30, 2024
2 parents 38d6c80 + a73eef5 commit a238452
Show file tree
Hide file tree
Showing 13 changed files with 77 additions and 33 deletions.
39 changes: 26 additions & 13 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,24 @@ updates:
timezone: "Europe/Berlin"

groups:
# Specify a name for the group, which will be used in pull request titles
# and branch names
minor-patch-dependencies:
security-updates:
applies-to: "security-updates"
patterns:
- "*"
exclude-patterns:
- "friendsofphp/php-cs-fixer"
- "sirbrillig/phpcs-variable-analysis"
- "slevomat/coding-standard"
- "squizlabs/php_codesniffer"
version-updates:
applies-to: "version-updates"
# Define patterns to include dependencies in the group (based on
# dependency name)
patterns:
- "*"
exclude-patterns:
- "friendsofphp/php-cs-fixer"
- "sirbrillig/phpcs-variable-analysis"
- "slevomat/coding-standard"
- "squizlabs/php_codesniffer"

open-pull-requests-limit: 10

Expand Down Expand Up @@ -61,6 +71,7 @@ updates:
- dependency-name: "laminas/laminas-diactoros"
- dependency-name: "laminas/laminas-servicemanager"
- dependency-name: "nikic/php-parser"
- dependency-name: "phpunit/phpunit"
- dependency-name: "predis/predis"
- dependency-name: "psr/container"
- dependency-name: "psr/http-message"
Expand All @@ -86,12 +97,12 @@ updates:
timezone: "Europe/Berlin"

groups:
# Specify a name for the group, which will be used in pull request titles
# and branch names
minor-patch-dependencies:
security-updates:
applies-to: "security-updates"
patterns:
- "*"
version-updates:
applies-to: "version-updates"
# Define patterns to include dependencies in the group (based on
# dependency name)
patterns:
- "*"

Expand Down Expand Up @@ -149,10 +160,12 @@ updates:
groups:
# Specify a name for the group, which will be used in pull request titles
# and branch names
minor-patch-dependencies:
security-updates:
applies-to: "security-updates"
patterns:
- "*"
version-updates:
applies-to: "version-updates"
# Define patterns to include dependencies in the group (based on
# dependency name)
patterns:
- "*"

Expand Down
35 changes: 32 additions & 3 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
":combinePatchMinorReleases",
":disableDependencyDashboard",
":disableRateLimiting",
":enableRenovate",
":disableRenovate",
":enableVulnerabilityAlertsWithLabel(security)",
":gitSignOff",
":ignoreUnstable",
Expand Down Expand Up @@ -43,6 +43,7 @@
"Change": "[{{#if displayFrom}}`{{{displayFrom}}}` -> {{else}}{{#if currentValue}}`{{{currentValue}}}` -> {{/if}}{{/if}}{{#if displayTo}}`{{{displayTo}}}`{{else}}`{{{newValue}}}`{{/if}}]({{#if depName}}https://renovatebot.com/diffs/npm/{{replace '/' '%2f' depName}}/{{{currentVersion}}}/{{{newVersion}}}{{/if}})"
},
"rangeStrategy": "bump",
"recreateWhen": "never",
"rollbackPrs": true,
"schedule": ["before 4am on Tuesday"],
"packageRules": [
Expand Down Expand Up @@ -73,6 +74,7 @@
"laminas/laminas-diactoros",
"laminas/laminas-servicemanager",
"nikic/php-parser",
"phpunit/phpunit",
"postcss-load-config",
"predis/predis",
"psr/container",
Expand All @@ -91,28 +93,53 @@
{
"matchPackageNames": [
"@csstools/postcss-color-function",
"@csstools/postcss-color-mix-function",
"@csstools/postcss-exponential-functions",
"@csstools/postcss-font-format-keywords",
"@csstools/postcss-gradients-interpolation-method",
"@csstools/postcss-initial",
"@csstools/postcss-is-pseudo-class",
"@csstools/postcss-media-minmax",
"@csstools/postcss-media-queries-aspect-ratio-number-values",
"@csstools/postcss-nested-calc",
"@csstools/postcss-progressive-custom-properties",
"@csstools/postcss-text-decoration-shorthand",
"@csstools/postcss-trigonometric-functions",
"@types/node",
"@vitest/coverage-istanbul",
"@vitest/ui",
"autoprefixer",
"aws/aws-sdk-php",
"browserslist",
"eslint-plugin-prettier",
"friendsofphp/php-cs-fixer",
"laminas/laminas-authentication",
"laminas/laminas-form",
"laminas/laminas-i18n",
"laminas/laminas-validator",
"lilconfig",
"mezzio/mezzio",
"mimmi20/coding-standard",
"mimmi20/mezzio-setlocale-middleware",
"phpstan/phpstan",
"phpunit/phpunit",
"postcss",
"postcss-color-hex-alpha",
"postcss-color-rebeccapurple",
"postcss-custom-media",
"postcss-custom-properties",
"postcss-custom-selectors",
"postcss-image-set-function",
"postcss-import",
"postcss-nested",
"postcss-nesting",
"postcss-place",
"postcss-prefix-selector",
"postcss-prefixwrap",
"postcss-preset-env",
"postcss-pseudo-class-any-link",
"postcss-selector-not",
"prettier",
"prettier-eslint",
"raven-actions/actionlint",
"rector/rector",
"rector/type-perfect",
Expand All @@ -125,7 +152,9 @@
"stylelint-config-standard",
"typescript",
"vite",
"vitest"
"vitest",
"vite-plugin-dts",
"yaml"
],
"enabled": false
},
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cleanup-caches.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:

jobs:
cleanup:
runs-on: "ubuntu-22.04"
runs-on: "ubuntu-24.04"
steps:
- name: "Checkout"
uses: "actions/checkout@v4"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ on:
jobs:
analyze:
name: "Analyze"
runs-on: "ubuntu-22.04"
runs-on: "ubuntu-24.04"
permissions:
actions: read
contents: read
Expand Down
6 changes: 4 additions & 2 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ jobs:
matrix:
operating-system:
- "ubuntu-22.04"
- "ubuntu-24.04"

php-version:
- "8.1"
Expand Down Expand Up @@ -140,6 +141,7 @@ jobs:
matrix:
operating-system:
- "ubuntu-22.04"
- "ubuntu-24.04"

php-version:
- "8.1"
Expand Down Expand Up @@ -215,7 +217,7 @@ jobs:
run: "vendor/bin/infection --show-mutations --only-covered --min-covered-msi=93 --min-msi=90 --coverage=.build/coverage --logger-github --no-progress -vv"

finish-code-coverage:
runs-on: "ubuntu-22.04"
runs-on: "ubuntu-24.04"

needs: "code-coverage"

Expand All @@ -232,7 +234,7 @@ jobs:
tests-status:
name: "Unit & Integration Tests Status"

runs-on: "ubuntu-22.04"
runs-on: "ubuntu-24.04"

if: always()

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dependency-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ permissions:

jobs:
dependency-review:
runs-on: "ubuntu-latest"
runs-on: "ubuntu-24.04"
steps:
- name: "Checkout"
uses: "actions/checkout@v4"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/labels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
permissions:
issues: write

runs-on: "ubuntu-22.04"
runs-on: "ubuntu-24.04"

steps:
- name: "Checkout"
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/lint-workflow-files.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
actionlint:
runs-on: "ubuntu-22.04"
runs-on: "ubuntu-24.04"

steps:
- name: "Checkout"
Expand All @@ -21,10 +21,10 @@ jobs:
- name: "install libimagequant-dev"
run: "sudo apt-get install libimagequant-dev -y"

- name: "Use Node.js 22"
- name: "Use Node.js 22.4"
uses: "actions/setup-node@v4"
with:
node-version: "22"
node-version: "22.4"

- name: "Check workflow files"
uses: "raven-actions/actionlint@v2"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lock-closed-issues.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:

jobs:
lock:
runs-on: "ubuntu-22.04"
runs-on: "ubuntu-24.04"
steps:
- uses: "Dunning-Kruger/[email protected]"
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/reactions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ permissions:

jobs:
action:
runs-on: "ubuntu-22.04"
runs-on: "ubuntu-24.04"
steps:
- uses: "dessant/reaction-comments@v4"
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
# otherwise, read permission is required at least
pull-requests: write

runs-on: "ubuntu-22.04"
runs-on: "ubuntu-24.04"

steps:
# Drafts your next Release notes as Pull Requests are merged into "master"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/renovate-config-validator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

jobs:
validate:
runs-on: "ubuntu-22.04"
runs-on: "ubuntu-24.04"

steps:
- name: "Checkout"
Expand Down
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,19 +30,19 @@
"ext-xml": "*",
"ext-xmlwriter": "*",
"infection/infection": "^0.27.11 || ^0.28.1",
"mimmi20/coding-standard": "^5.2.36",
"mimmi20/coding-standard": "^5.2.38",
"nikic/php-parser": "^4.19.1 || ^5.0.2",
"phpstan/extension-installer": "^1.4.1",
"phpstan/phpstan": "^1.11.7",
"phpstan/phpstan": "^1.11.8",
"phpstan/phpstan-deprecation-rules": "^1.2.0",
"phpstan/phpstan-phpunit": "^1.4.0",
"phpunit/phpunit": "^10.5.26",
"rector/rector": "^1.2.1",
"rector/rector": "^1.2.2",
"rector/type-perfect": "^0.1.8",
"symplify/phpstan-rules": "^13.0.0",
"tomasvotruba/cognitive-complexity": "^0.2.3",
"tomasvotruba/type-coverage": "^0.3.1",
"tomasvotruba/unused-public": "^0.3.9"
"tomasvotruba/unused-public": "^0.3.10"
},
"minimum-stability": "stable",
"prefer-stable": true,
Expand Down

0 comments on commit a238452

Please sign in to comment.