This repository was archived by the owner on Oct 24, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 22
chore(deps): update all dependencies #702
Open
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/all
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1510776 to
1b18cf7
Compare
Codecov Report
@@ Coverage Diff @@
## main #702 +/- ##
============================================
- Coverage 83.41% 74.33% -9.08%
Complexity 5480 5480
============================================
Files 1266 1266
Lines 16068 15607 -461
============================================
- Hits 13403 11602 -1801
- Misses 2665 4005 +1340
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
7cbe68b to
1f77680
Compare
898ca5c to
6e16b2a
Compare
6e16b2a to
41453bf
Compare
ec39e3d to
8c6eddc
Compare
773053d to
5448cdc
Compare
fd97800 to
af56fdc
Compare
feea844 to
e26e9c5
Compare
e26e9c5 to
31b9958
Compare
55c66e8 to
0c619ba
Compare
0c619ba to
f958236
Compare
f958236 to
a46b1cd
Compare
85c5467 to
86caf64
Compare
86caf64 to
cdcd85c
Compare
cdcd85c to
e69a482
Compare
e0fc703 to
b5a268e
Compare
b5a268e to
4639592
Compare
4639592 to
065290c
Compare
065290c to
4aa4bea
Compare
4aa4bea to
e4335bc
Compare
e4335bc to
660c073
Compare
660c073 to
eb0c685
Compare
eb0c685 to
9d279f3
Compare
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
2.1.1->2.2.29.5.10->9.6.1310.0.2->10.3.3v0.5.3->v0.8.0Release Notes
conventional-changelog/conventional-changelog (conventional-changelog-cli)
v2.2.2Compare Source
2.2.2 (2021-12-24)
Bug Fixes
sebastianbergmann/phpunit (phpunit/phpunit)
v9.6.13Compare Source
v9.6.12Compare Source
v9.6.11Compare Source
v9.6.10Compare Source
v9.6.9Compare Source
v9.6.8Compare Source
v9.6.7Compare Source
v9.6.6Compare Source
v9.6.5Compare Source
v9.6.4Compare Source
v9.6.3Compare Source
v9.6.2Compare Source
v9.6.1Compare Source
v9.6.0Compare Source
v9.5.28Compare Source
v9.5.27Compare Source
v9.5.26Compare Source
v9.5.25Compare Source
v9.5.24Compare Source
v9.5.23Compare Source
v9.5.22Compare Source
v9.5.21Compare Source
v9.5.20Compare Source
v9.5.19Compare Source
v9.5.18Compare Source
v9.5.17Compare Source
v9.5.16Compare Source
v9.5.14Compare Source
v9.5.13Compare Source
v9.5.12Compare Source
v9.5.11Compare Source
easy-coding-standard/easy-coding-standard (symplify/easy-coding-standard)
v10.3.3Compare Source
v10.3.2Compare Source
v10.3.1Compare Source
v10.3.0Compare Source
v10.2.11Compare Source
v10.2.10Compare Source
v10.2.9Compare Source
v10.2.8Compare Source
v10.2.7Compare Source
v10.2.6Compare Source
v10.2.5Compare Source
v10.2.4: Released ECS 10.2.4 with native ECSConfigCompare Source
Make use of native ECSConfig in
ecs.phpRunning ECS on Symfony project can create conflict with native
ContainerConfigurator. To avoid that, we introduce a new config, that is fully scoped and isolated within ECS.Another big advantage is new configuration methods with validation and autocomplete right in your ide 👍
Read more in https://tomasvotruba.com/blog/new-in-ecs-simpler-config/
Before 💀
Now 🎉
v10.2.3Compare Source
v10.2.2Compare Source
v10.2.1Compare Source
v10.2.0Compare Source
v10.1.4Compare Source
v10.1.3Compare Source
v10.1.2Compare Source
v10.1.1Compare Source
v10.1.0Compare Source
v10.0.25Compare Source
v10.0.24Compare Source
v10.0.23Compare Source
v10.0.22Compare Source
v10.0.21Compare Source
v10.0.20Compare Source
v10.0.19Compare Source
v10.0.17Compare Source
v10.0.16Compare Source
v10.0.15Compare Source
v10.0.13Compare Source
v10.0.12Compare Source
v10.0.11Compare Source
v10.0.10Compare Source
v10.0.9Compare Source
v10.0.8Compare Source
v10.0.7Compare Source
v10.0.6Compare Source
v10.0.5Compare Source
v10.0.4Compare Source
v10.0.3Compare Source
webfactory/ssh-agent (webfactory/ssh-agent)
v0.8.0: SSH host keys no longer managed – read below 👇Compare Source
Starting with this release, this action no longer writes GitHub's SSH host keys into the
known_hostsSSH config file upon start.GitHub changed their host keys on short notice this morning, see https://github.blog/2023-03-23-we-updated-our-rsa-ssh-host-key/. We took this as an opportunity to stop maintaining GH SSH keys in the code shipped with this action (#171).
What you need to do:
github.com) maintained by directly by GitHub.known_hostsfile:github.com, as described in #106. Remove these entries.v0.8.0of this action here are run on the self-hosted runner, the old entries will come back. Keep an eye on it, possibly you'll have to rinse & repeat.Other code changes in this release
actions/checkout@v3by @mpdude in https://github.com/webfactory/ssh-agent/pull/143git,ssh-agent, andssh-addby @DilumAluthge in https://github.com/webfactory/ssh-agent/pull/154New Contributors
Full Changelog: webfactory/ssh-agent@v0.7.0...v0.8.0
v0.7.0Compare Source
Added
log-public-keyinput that can be used to turn off logging key identities (#122)Fixed
gitbinary on Windows, assuming GitHub-hosted runners (#136, #137)v0.6.0Compare Source
Changed
v0.5.4Compare Source
Fixed
Changed
Configuration
📅 Schedule: Branch creation - "before 4am on Monday" (UTC), 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.
This PR has been generated by Mend Renovate. View repository job log here.