Releases: siketyan/loxcan
Releases · siketyan/loxcan
v0.10.1
What's Changed
- test: Use PHPUnit mocks instead of prophecy by @siketyan in #147
- build(deps): Bump guzzlehttp/guzzle from 7.8.0 to 7.8.1 by @dependabot in #148
- build(deps): Bump php from 8.2-cli to 8.3-cli by @dependabot in #149
- build(deps-dev): Bump phpunit/phpunit from 10.5.1 to 10.5.2 by @dependabot in #151
- build(deps-dev): Bump phpunit/php-code-coverage from 10.1.9 to 10.1.10 by @dependabot in #150
- build(deps-dev): Bump phpunit/phpunit from 10.5.2 to 10.5.3 by @dependabot in #152
- build(deps-dev): Bump phpunit/php-code-coverage from 10.1.10 to 10.1.11 by @dependabot in #153
- build(deps-dev): Bump phpunit/phpunit from 10.5.3 to 10.5.5 by @dependabot in #154
- feat: Downgrade to PHP 8.1, Symfony 6 by @siketyan in #158
Full Changelog: v0.10.0...v0.10.1
v0.10.0
Breaking Changes
- Dropped PHP 8.1 support
- Dropped Symfony 6 support
What's Changed
- build(deps): Bump actions/checkout from 3 to 4 by @dependabot in #131
- build(deps): Bump docker/setup-buildx-action from 2 to 3 by @dependabot in #136
- build(deps-dev): Bump phpunit/phpunit from 9.6.11 to 9.6.12 by @dependabot in #133
- build(deps-dev): Bump phpunit/php-code-coverage from 9.2.27 to 9.2.28 by @dependabot in #132
- build(deps): Bump docker/login-action from 2 to 3 by @dependabot in #134
- build(deps): Bump docker/build-push-action from 4 to 5 by @dependabot in #135
- build(deps-dev): Bump phpunit/php-code-coverage from 9.2.28 to 9.2.29 by @dependabot in #137
- build(deps-dev): Bump phpunit/phpunit from 9.6.12 to 9.6.13 by @dependabot in #138
- build(deps): Bump symfony/dependency-injection from 6.3.4 to 6.3.5 by @dependabot in #139
- build(deps): Bump symfony/yaml from 6.3.3 to 6.3.7 by @dependabot in #140
- build(deps): Bump symfony/config from 6.3.2 to 6.3.8 by @dependabot in #142
- build(deps): Bump symfony/yaml from 6.3.7 to 6.3.8 by @dependabot in #143
- build(deps): Bump symfony/console from 6.3.4 to 6.3.8 by @dependabot in #144
- build(deps): Bump symfony/dependency-injection from 6.3.5 to 6.3.8 by @dependabot in #146
- build(deps-dev): Bump quartetcom/static-analysis-kit from 8.1.16 to 8.1.19 by @dependabot in #145
Full Changelog: v0.9.1...v0.10.0
v0.9.1
What's Changed
- ci: Run Qodana on GitHub Actions by @siketyan in #118
- build(deps): Bump symfony/config from 6.3.0 to 6.3.2 by @dependabot in #123
- build(deps): Bump symfony/console from 6.3.0 to 6.3.2 by @dependabot in #122
- build(deps): Bump symfony/yaml from 6.3.0 to 6.3.3 by @dependabot in #119
- build(deps): Bump symfony/dependency-injection from 6.3.1 to 6.3.2 by @dependabot in #120
- build(deps-dev): Bump phpunit/php-code-coverage from 9.2.26 to 9.2.27 by @dependabot in #121
- build(deps): Bump symfony/process from 6.3.0 to 6.3.2 by @dependabot in #124
- build(deps-dev): Bump phpunit/phpunit from 9.6.10 to 9.6.11 by @dependabot in #125
- build(deps): Bump symfony/dependency-injection from 6.3.2 to 6.3.4 by @dependabot in #126
- build(deps): Bump guzzlehttp/guzzle from 7.7.0 to 7.8.0 by @dependabot in #127
- build(deps): Bump symfony/console from 6.3.2 to 6.3.4 by @dependabot in #128
- build(deps): Bump symfony/process from 6.3.2 to 6.3.4 by @dependabot in #129
- fix: Use GitHub reporter on Action by @siketyan in #130
Full Changelog: v0.9.0...v0.9.1
v0.9.0
What's Changed
- build(deps): Bump symfony/dependency-injection from 6.3.0 to 6.3.1 by @dependabot in #112
- build(deps-dev): Bump phpunit/phpunit from 9.6.9 to 9.6.10 by @dependabot in #113
- build(deps): Bump siketyan/yarn-lock from 0.2.0 to 1.0.0 by @dependabot in #106
- refactor: Fix PHPStan errors by @siketyan in #115
- feat: Introduce console reporter, enabled by default by @siketyan in #116
- feat: Add multi-constraint package support for yarn and pnpm by @siketyan in #117
Full Changelog: v0.8.2...v0.9.0
v0.8.2
Dependency Updates
Full Changelog: v0.8.1...v0.8.2
v0.8.1
Bug Fixes
- fix: pnpm nested versioning pattern by @foolishell in #102
Dependency Updates
- build(deps): Bump php from 8.1-cli to 8.2-cli by @dependabot in #104
- build(deps-dev): Bump psr/cache from 1.0.1 to 3.0.0 by @dependabot in #105
- build(deps): Bump docker/build-push-action from 3 to 4 by @dependabot in #108
- build(deps): Bump codecov/codecov-action from 1 to 3 by @dependabot in #109
- build(deps-dev): Bump psr/log from 1.1.4 to 3.0.0 by @dependabot in #107
Internals
- ci: Enable Dependabot version updates by @siketyan in #103
- ci: Fix workflow permissions by @siketyan in #110
New Contributors
- @foolishell made their first contribution in #102
Full Changelog: v0.8.0...v0.8.1
v0.8.0
Important Notes
Starting this release, we ship this action as a composite action instead of Docker action.
If you are using the action on the self-hosted runner with older version of PHP (< 8.1), this action will fail.
The reason why we do that is in #99.
What's Changed
- build: Use composite action instead of docker by @siketyan in #99
- docs: master -> main by @siketyan in #100
Full Changelog: v0.7.2...v0.8.0
v0.7.2
What's Changed
Full Changelog: v0.7.1...v0.7.2
v0.7.1
What's Changed
- build(deps): Bump guzzlehttp/psr7 from 2.4.3 to 2.5.0 by @dependabot in #96
- build(deps): Support Yarn Berry by @siketyan in #97
Full Changelog: v0.7.0...v0.7.1
v0.7.0
What's Changed
Full Changelog: v0.6.3...v0.7.0