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

fix(deps): Bump symfony/process #1580

Merged
merged 2 commits into from
Nov 19, 2024
Merged

fix(deps): Bump symfony/process #1580

merged 2 commits into from
Nov 19, 2024

Conversation

ChristophWurst
Copy link
Member

This dev dependency is vulnerable

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Copy link

codecov bot commented Nov 19, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 42.50%. Comparing base (161911f) to head (2c5ec32).
Report is 7 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff            @@
##             master    #1580   +/-   ##
=========================================
  Coverage     42.50%   42.50%           
  Complexity      102      102           
=========================================
  Files            19       19           
  Lines           327      327           
=========================================
  Hits            139      139           
  Misses          188      188           
Flag Coverage Δ
unittests 42.50% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.


🚨 Try these New Features:

Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
@st3iny st3iny enabled auto-merge November 19, 2024 18:45
@st3iny st3iny merged commit 542da89 into master Nov 19, 2024
25 of 26 checks passed
@st3iny st3iny deleted the fix/deps/composer-process branch November 19, 2024 18:47
@st3iny
Copy link
Member

st3iny commented Nov 19, 2024

Oops, auto-merge was a bit too eager 😅 (some workflows are not marked as required)

Here is the fix for psalm CI: #1581

@ChristophWurst
Copy link
Member Author

/backport to stable30

@ChristophWurst
Copy link
Member Author

/backport to stable29

@ChristophWurst
Copy link
Member Author

/backport to stable28

Copy link

backportbot bot commented Nov 19, 2024

The backport to stable29 failed. Please do this backport manually.

# Switch to the target branch and update it
git checkout stable29
git pull origin stable29

# Create the new backport branch
git checkout -b backport/1580/stable29

# Cherry pick the change from the commit sha1 of the change against the default branch
# This might cause conflicts, resolve them
git cherry-pick 2b018924 2c5ec322

# Push the cherry pick commit to the remote repository and open a pull request
git push origin backport/1580/stable29

Error: No changes found in backport branch


Learn more about backports at https://docs.nextcloud.com/server/stable/go.php?to=developer-backports.

Copy link

backportbot bot commented Nov 19, 2024

The backport to stable28 failed. Please do this backport manually.

# Switch to the target branch and update it
git checkout stable28
git pull origin stable28

# Create the new backport branch
git checkout -b backport/1580/stable28

# Cherry pick the change from the commit sha1 of the change against the default branch
# This might cause conflicts, resolve them
git cherry-pick 2b018924 2c5ec322

# Push the cherry pick commit to the remote repository and open a pull request
git push origin backport/1580/stable28

Error: No changes found in backport branch


Learn more about backports at https://docs.nextcloud.com/server/stable/go.php?to=developer-backports.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants