no-floaters
no-floaters copied to clipboard
Update all non-major dependencies
This PR contains the following updates:
Package | Change | Age | Adoption | Passing | Confidence | Type | Update |
---|---|---|---|---|---|---|---|
infection/infection | ^0.27.8 -> ^0.29.7 |
require-dev | minor | ||||
laminas/laminas-ci-matrix-action | 1.24.0 -> 1.27.2 |
action | minor | ||||
laminas/laminas-continuous-integration-action | 1.37.0 -> 1.40.1 |
action | minor | ||||
maglnet/composer-require-checker | ^4.7.1 -> ^4.13.0 |
require-dev | minor | ||||
nikic/php-parser | ^4.17.1 -> ^4.19.4 |
require | patch | ||||
phpstan/phpstan | ^1.10.47 -> ^1.12.7 |
require | patch | ||||
phpstan/phpstan-phpunit | ^1.3.15 -> ^1.4.0 |
require-dev | patch | ||||
phpstan/phpstan-strict-rules | ^1.5.2 -> ^1.6.1 |
require-dev | patch | ||||
phpunit/phpunit (source) | ^10.5.1 -> ^10.5.37 |
require-dev | patch | ||||
squizlabs/php_codesniffer | ^3.7.2 -> ^3.10.3 |
require-dev | patch |
Release Notes
infection/infection (infection/infection)
v0.29.7
: Diff colorizer fix for multiline cases, PHP 8.4 support in pipelines
What's Changed
Fixed:
- Fallback to the simple diff colorizer (previous implementation) for multiline diffs by @maks-rafalko in https://github.com/infection/infection/pull/2000
- Fix PHP-Parser 5.0 and 5.1 compatibility in tests by @sidz in https://github.com/infection/infection/pull/1994
Added:
- Add PHP 8.4 to the pipeline by @sidz in https://github.com/infection/infection/pull/1992
Changed:
- Run e2e tests in parallel by @maks-rafalko in https://github.com/infection/infection/pull/1990
- Redirect stderr to stdout for e2e tests by @maks-rafalko in https://github.com/infection/infection/pull/1991
- Un-prophecyze in favor of phpunit mock by @sidz in https://github.com/infection/infection/pull/1993
- Use Null Coalescing Assignment Operator by @sidz in https://github.com/infection/infection/pull/1995
Full Changelog: https://github.com/infection/infection/compare/0.29.6...0.29.7
v0.29.6
: Ignore switch(bool)
statements in TrueValue
and FalseValue
mutators
Changed:
- Ignore
switch(bool)
statements inTrueValue
andFalseValue
mutators. by @shanept in https://github.com/infection/infection/pull/1986
New Contributors
- @shanept made their first contribution in https://github.com/infection/infection/pull/1986
Full Changelog: https://github.com/infection/infection/compare/0.29.5...0.29.6
v0.29.5
Added:
- Update GitHub actions used by @vincentchalamon in https://github.com/infection/infection/pull/1979
- Introduce GitHub Actions Concurrency used by @vincentchalamon in https://github.com/infection/infection/pull/1979
v0.29.4
Added:
- Introduce
--logger-project-root-directory
by @vincentchalamon in https://github.com/infection/infection/pull/1978
v0.29.3
: Add support for `colinodell/json5` v3
Changed:
- Add support for
colinodell/json5
v3 by @Slamdunk in https://github.com/infection/infection/pull/1976
Full Changelog: https://github.com/infection/infection/compare/0.29.2...0.29.3
v0.29.2
: Highlight inline differences in CLI
Added:
- [Logs] Highlight inline differences in CLI by @Slamdunk in https://github.com/infection/infection/pull/1974
Full Changelog: https://github.com/infection/infection/compare/0.29.1...0.29.2
v0.29.1
: Fix usage of custom mutator with bootstrap file
Fixed:
- Fix usage of custom mutator with bootstrap file by @maks-rafalko in https://github.com/infection/infection/pull/1973
Full Changelog: https://github.com/infection/infection/compare/0.29.0...0.29.1
v0.29.0
Added:
- Support custom mutators by @vss414 in https://github.com/infection/infection/pull/1686
- Custom mutator generator by @maks-rafalko in https://github.com/infection/infection/pull/1969
Read about how to create custom mutators: https://infection.github.io/guide/custom-mutators.html
Changed:
- Move
Infection\Mutator\Mutator
to a separate package by @maks-rafalko in https://github.com/infection/infection/pull/1963 - Make
Mutator::getDefinition
return type non-nullable by @maks-rafalko in https://github.com/infection/infection/pull/1958 - Enable Rector's
AddCoversClassAttributeRector
rule by @maks-rafalko in https://github.com/infection/infection/pull/1962 - Mention Discord instead of Slack in issue github template by @staabm in https://github.com/infection/infection/pull/1951
- test: Force mutators to include remedies by @theofidry in https://github.com/infection/infection/pull/1954
- Use the latest composer 2 to prevent issue with incompatibility for Box and composer 2.1 by @maks-rafalko in https://github.com/infection/infection/pull/1957
- Use the latest v1 test checker action by @maks-rafalko in https://github.com/infection/infection/pull/1960
- Upgrade Rector and fix new issues by @maks-rafalko in https://github.com/infection/infection/pull/1961
- Use new PHP-CS-Fixer with parallelization by @maks-rafalko in https://github.com/infection/infection/pull/1964
- Remove our own custom FQCN visitor as we already use php-parser's
NameResolver
visitor by @maks-rafalko in https://github.com/infection/infection/pull/1967 - Replace deprecated constant
NodeTraverser::DONT_TRAVERSE_CURRENT_AND_CHILDREN
withNodeVisitor::DONT_TRAVERSE_CURRENT_AND_CHILDREN
by @maks-rafalko in https://github.com/infection/infection/pull/1968 - Remove our own
ParentConnectorVisitor
and usenikic-phpparser
's one by @maks-rafalko in https://github.com/infection/infection/pull/1970
v0.28.1
: Use CI (GitHub, GitLab) variable to detect project path
Changed:
- feat: use CI variables to detect project path by @darthf1 in https://github.com/infection/infection/pull/1949
New Contributors
- @darthf1 made their first contribution in https://github.com/infection/infection/pull/1949
Full Changelog: https://github.com/infection/infection/compare/0.28.0...0.28.1
v0.28.0
Added:
- Add PHP-Parser 5 support by @sidz in https://github.com/infection/infection/pull/1909
laminas/laminas-ci-matrix-action (laminas/laminas-ci-matrix-action)
v1.27.2
Release Notes for 1.27.2
1.27.x bugfix release (patch)
1.27.2
- Total issues resolved: 0
- Total pull requests resolved: 1
- Total contributors: 1
Bug
v1.27.1
Release Notes for 1.27.1
1.27.1
- Total issues resolved: 0
- Total pull requests resolved: 1
- Total contributors: 1
Bug
- 310: 8.4 Missing in Schema Enum thanks to @gsteel
v1.27.0
Release Notes for 1.27.0
1.27.0
- Total issues resolved: 0
- Total pull requests resolved: 1
- Total contributors: 1
Enhancement
v1.26.0
Release Notes for 1.26.0
1.26.0
- Total issues resolved: 1
- Total pull requests resolved: 1
- Total contributors: 1
Enhancement
v1.25.0
Release Notes for 1.25.0
1.25.0
- Total issues resolved: 0
- Total pull requests resolved: 12
- Total contributors: 2
Enhancement
-
298: Synchronize
package.json
andpackage-lock.json
withDockerfile
version ofnode
thanks to @boesing
renovate
- 297: Update dependency source-map-loader to v5 thanks to @renovate[bot]
- 291: Update actions/setup-node action to v4 thanks to @renovate[bot]
- 290: Update actions/download-artifact and actions/upload-artifact action to v4 thanks to @renovate[bot]
- 285: Update node Docker tag to v21 thanks to @renovate[bot]
- 281: Update all non-major dependencies thanks to @renovate[bot]
- 278: Update docker/setup-qemu-action action to v3 thanks to @renovate[bot]
- 277: Update docker/setup-buildx-action action to v3 thanks to @renovate[bot]
- 276: Update docker/login-action action to v3 thanks to @renovate[bot]
- 275: Update docker/build-push-action action to v5 thanks to @renovate[bot]
- 269: Lock file maintenance thanks to @renovate[bot]
- 265: Update npm to v10 thanks to @renovate[bot]
laminas/laminas-continuous-integration-action (laminas/laminas-continuous-integration-action)
v1.40.1
Release Notes for 1.40.1
1.40.1
- Total issues resolved: 1
- Total pull requests resolved: 0
- Total contributors: 1
Enhancement
v1.40.0
Release Notes for 1.40.0
1.40.0
- Total issues resolved: 0
- Total pull requests resolved: 3
- Total contributors: 2
Enhancement
- 241: Initial support for PHP 8.4 thanks to @gsteel
renovate
- 236: Update docker/build-push-action action to v6 thanks to @renovate[bot]
Bug
v1.39.0
Release Notes for 1.39.0
1.39.0
- Total issues resolved: 0
- Total pull requests resolved: 2
- Total contributors: 2
Enhancement
Enhancement,dependencies
v1.38.0
Release Notes for 1.38.0
1.38.0
-
Total issues resolved: 0
-
Total pull requests resolved: 6
-
Total contributors: 5
Enhancement
- 213: Make ext-bcmath available by default for all php versions thanks to @Xerkus
- 211: Add PHP 8.3 support for sqlsrv extension thanks to @MauricioFauth
- 197: Migrate nodejs installation to recommended by nodesource thanks to @boesing
renovate
- 133: Update dependency markdownlint-cli2 to v0.12.1 thanks to @renovate[bot]
Documentation,Enhancement
maglnet/ComposerRequireChecker (maglnet/composer-require-checker)
v4.13.0
Release Notes for 4.13.0
Feature release (minor)
4.13.0
- Total issues resolved: 0
- Total pull requests resolved: 1
- Total contributors: 1
enhancement
v4.12.0
Release Notes for 4.12.0
Feature release (minor)
4.12.0
- Total issues resolved: 0
- Total pull requests resolved: 1
- Total contributors: 1
dependencies,enhancement
- 547: Allow PHP 8.4 thanks to @MidnightDesign
v4.11.0
Release Notes for 4.11.0
Feature release (minor)
4.11.0
- Total issues resolved: 0
- Total pull requests resolved: 4
- Total contributors: 2
dependencies,enhancement
enhancement
renovate
- 537: Update all non-major dependencies thanks to @renovate[bot]
- 535: Lock file maintenance thanks to @renovate[bot]
v4.10.0
Release Notes for 4.10.0
Feature release (minor)
4.10.0
- Total issues resolved: 0
- Total pull requests resolved: 6
- Total contributors: 4
renovate
- 533: Lock file maintenance thanks to @renovate[bot]
- 531: Update all non-major dependencies thanks to @renovate[bot]
enhancement
- 532: Adjusted minor Psalm falsy checks, added PHPUnit psalm plugin, regenerated baseline with tests included thanks to @Ocramius
- 530: Add export-ignore entries to .gitattributes thanks to @VincentLanglet
- 512: Replace VFS Stream with spatie temp directory thanks to @fredden
- 511: Allow specifying a relative file via phar, assert that the requested file exists thanks to @fredden
v4.9.0
Release Notes for 4.9.0
Feature release (minor)
4.9.0
- Total issues resolved: 0
- Total pull requests resolved: 7
- Total contributors: 4
enhancement
-
527: Support attributes thanks to @tugmaks
-
515: Add tests for Phar file thanks to @fredden
-
519: [phing] Use non-deprecated XML syntax in build.xml thanks to @fredden
renovate
- 492: Update actions/cache action to v4 thanks to @renovate[bot]
- 473: Update actions/upload-artifact action to v4 thanks to @renovate[bot]
- 466: Update all non-major dependencies thanks to @renovate[bot]
v4.8.0
Release Notes for 4.8.0
Feature release (minor)
4.8.0
- Total issues resolved: 0
- Total pull requests resolved: 2
- Total contributors: 2
enhancement
bug
- 420: Merge release 4.7.1 into 4.8.x thanks to @github-actions[bot]
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, 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
Read more about the use of Renovate Bot within ocramius/*
projects.