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

composer(deps-dev): bump the minor-patch-dependencies group with 2 updates #336

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
81 changes: 62 additions & 19 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,11 @@ updates:
# Specify a name for the group, which will be used in pull request titles
# and branch names
minor-patch-dependencies:
applies-to: "version-updates"
# Define patterns to include dependencies in the group (based on
# dependency name)
patterns:
- "*"
# update-types:
# - "minor"
# - "patch"
# exclude-patterns:
# - "gc_ruboconfig"

open-pull-requests-limit: 10

Expand All @@ -48,19 +44,67 @@ updates:
include: "scope"
prefix: "composer"

#allow:
# - '*'

ignore:
- dependency-name: "psr/container"
versions:
- ">= 0"
- dependency-name: "laminas/laminas-servicemanager"
versions:
- ">= 0"
- dependency-name: "psr/container"
- dependency-name: "nikic/php-parser"
versions:
- ">= 0"
- dependency-name: "infection/infection"
versions:
- ">= 0"
- dependency-name: "psr/http-message"

# Disable rebasing for all pull requests
rebase-strategy: "disabled"

#- package-ecosystem: "composer"
#
# directory: "/"
#
# schedule:
# interval: "weekly"
# day: "friday"
# time: "04:00"
# timezone: "Europe/Berlin"
#
# groups:
# # Specify a name for the group, which will be used in pull request titles
# # and branch names
# minor-patch-dependencies:
# applies-to: "version-updates"
# # Define patterns to include dependencies in the group (based on
# # dependency name)
# patterns:
# - "*"
#
# open-pull-requests-limit: 10
#
# reviewers:
# - "mimmi20"
#
# assignees:
# - "mimmi20"
#
# labels:
# - "dependencies"
#
# versioning-strategy: "widen"
#
# target-branch: "master"
#
# commit-message:
# include: "scope"
# prefix: "composer"
#
# allow:
# - dependency-name: "psr/container"
# - dependency-name: "infection/infection"
# - dependency-name: "nikic/php-parser"
# - dependency-name: "psr/http-message"
# - dependency-name: "laminas/laminas-servicemanager"
#
# # Disable rebasing for all pull requests
# rebase-strategy: "disabled"

- package-ecosystem: "github-actions"

Expand All @@ -76,15 +120,11 @@ updates:
# Specify a name for the group, which will be used in pull request titles
# and branch names
minor-patch-dependencies:
applies-to: "version-updates"
# Define patterns to include dependencies in the group (based on
# dependency name)
patterns:
- "*"
# update-types:
# - "minor"
# - "patch"
# exclude-patterns:
# - "gc_ruboconfig"

open-pull-requests-limit: 10

Expand All @@ -101,3 +141,6 @@ updates:

commit-message:
prefix: "github-actions"

# Disable rebasing for all pull requests
rebase-strategy: "disabled"
2 changes: 1 addition & 1 deletion .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"rangeStrategy": "widen"
},
{
"matchPackageNames": ["nikic/php-parser", "infection/infection"],
"matchPackageNames": ["nikic/php-parser", "infection/infection", "psr/container", "psr/http-message", "laminas/laminas-servicemanager"],
"rangeStrategy": "widen"
},
{
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
skip-phpmd: false

tests:
name: "UnitTests & Code Coverage"
name: "UnitTests with PHPUnit"

needs: "analytics"

Expand Down
8 changes: 8 additions & 0 deletions .github/workflows/lint-workflow-files.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,14 @@ jobs:
lfs: false
persist-credentials: false

- name: "install libimagequant-dev"
run: "sudo apt-get install libimagequant-dev -y"

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

- name: "Check workflow files"
uses: "raven-actions/actionlint@v1"
with:
Expand Down
5 changes: 3 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,14 @@
"laminas/laminas-servicemanager": "^3.22.1 || ^4.0.0",
"mimmi20/coding-standard": "^5.2.33",
"nikic/php-parser": "^4.19.1 || ^5.0.2",
"phpstan/extension-installer": "^1.4.0",
"phpstan/extension-installer": "^1.4.1",
"phpstan/phpstan": "^1.11.4",
"phpstan/phpstan-deprecation-rules": "^1.2.0",
"phpstan/phpstan-phpunit": "^1.4.0",
"phpunit/phpunit": "^10.5.20",
"rector/rector": "^1.1.0",
"symplify/phpstan-rules": "^12.7.0",
"rector/type-perfect": "^0.1.3",
"symplify/phpstan-rules": "^13.0.0",
"tomasvotruba/cognitive-complexity": "^0.2.3",
"tomasvotruba/type-coverage": "^0.3.0",
"tomasvotruba/unused-public": "^0.3.9"
Expand Down
26 changes: 7 additions & 19 deletions phpstan.neon
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ parameters:
reportAlwaysTrueInLastCondition: true

# reports violations of parameter type contravariance and return type covariance
reportMaybesInMethodSignatures: false
reportMaybesInMethodSignatures: false # todo: fix

# reports violations of property type invariance
reportMaybesInPropertyPhpDocTypes: true
Expand Down Expand Up @@ -111,14 +111,17 @@ parameters:
constants: true
local_methods: true

type_perfect:
null_over_false: true
no_mixed: true
narrow_param: true

ignoreErrors:
# - '~is not subtype of Throwable~'
- '~Call to static method PHPUnit\\Framework\\Assert::assert.*\(\) with .* will always evaluate to true~'

rules:
# code complexity
- Symplify\PHPStanRules\Rules\Explicit\NoMixedPropertyFetcherRule
- Symplify\PHPStanRules\Rules\Explicit\NoMixedMethodCallerRule
- Symplify\PHPStanRules\Rules\NoDynamicNameRule
# - Symplify\PHPStanRules\Rules\NoReturnArrayVariableListRule # todo: fix

Expand All @@ -128,25 +131,14 @@ rules:
- Symplify\PHPStanRules\Rules\Domain\RequireExceptionNamespaceRule
- Symplify\PHPStanRules\Rules\Domain\RequireAttributeNamespaceRule
- Symplify\PHPStanRules\Rules\Enum\RequireUniqueEnumConstantRule
- Symplify\PHPStanRules\Rules\ForbiddenParamTypeRemovalRule
- Symplify\PHPStanRules\Rules\PreventParentMethodVisibilityOverrideRule

# paths
- Symplify\PHPStanRules\Rules\NoMissingDirPathRule
- Symplify\PHPStanRules\Rules\NoReferenceRule # References are required
- Symplify\PHPStanRules\Rules\NoArrayAccessOnObjectRule

- Symplify\PHPStanRules\Rules\NoNullableArrayPropertyRule

# dead-code
- Symplify\PHPStanRules\Rules\NoIssetOnObjectRule
- Symplify\PHPStanRules\Rules\NoReferenceRule

# explicit naming
- Symplify\PHPStanRules\Rules\ForbiddenMultipleClassLikeInOneFileRule

# comlexity
- Symplify\PHPStanRules\Rules\NarrowType\NoReturnFalseInNonBoolClassMethodRule

- Symplify\PHPStanRules\Rules\Complexity\ForbiddenArrayMethodCallRule
# - Symplify\PHPStanRules\Rules\CheckRequiredInterfaceInContractNamespaceRule

Expand All @@ -163,8 +155,4 @@ rules:
- Symplify\PHPStanRules\Rules\NoReturnSetterMethodRule
- Symplify\PHPStanRules\Rules\UppercaseConstantRule
- Symplify\PHPStanRules\Rules\ClassNameRespectsParentSuffixRule
- Symplify\PHPStanRules\Rules\CheckTypehintCallerTypeRule
- Symplify\PHPStanRules\Rules\CheckClassNamespaceFollowPsr4Rule

includes:
- vendor/symplify/phpstan-rules/config/collector-rules.neon
Loading