humanmade / altis-cms

CMS Module for Altis
https://www.altis-dxp.com/resources/docs/core/
46 stars 5 forks source link

Update 10up/simple-local-avatars requirement from ~2.7.6 to ~2.7.7 #777

Closed dependabot[bot] closed 7 months ago

dependabot[bot] commented 8 months ago

Updates the requirements on 10up/simple-local-avatars to permit the latest version.

Release notes

Sourced from 10up/simple-local-avatars's releases.

2.7.7

Fixed

Security

New Contributors


Full Changelog: https://github.com/10up/simple-local-avatars/compare/2.7.6...2.7.7 View closed items in the milestone.

Changelog

Sourced from 10up/simple-local-avatars's changelog.

[2.7.7] - 2023-12-13

Fixed

Security

[2.7.6] - 2023-11-30

Added

Changed

Fixed

Security

[2.7.5] - 2023-05-15

Added

Changed

Security

[2.7.4] - 2023-02-23

Fixed

... (truncated)

Commits
  • 4056a1b Release 2.7.7
  • 46a2350 Merge branch 'develop' into trunk
  • fbe3c12 Merge pull request #249 from 10up/release/2.7.7
  • 3ab4e14 Merge branch 'release/2.7.7' of github.com:10up/simple-local-avatars into rel...
  • 9f6d9ef Add one more item to changelog
  • 07dd3d9 Merge branch 'develop' into release/2.7.7
  • 6959054 Merge pull request #250 from 10up/dependabot/npm_and_yarn/axios-and-wordpress...
  • 4a0c0ef build(deps): bump axios and @​wordpress/scripts
  • 45873cb Update CREDITS.md
  • e0ead72 Update changelog
  • Additional commits viewable in compare view


You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Note Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

hm-backport[bot] commented 7 months ago

The backport to v18-branch failed:

Commits ["6b6787186958cb0be609db3d362b77e333783492"] could not be cherry-picked on top of v18-branch

To backport manually, run these commands in your terminal:

# Fetch latest updates from GitHub.
git fetch
# Create new working tree.
git worktree add .worktrees/backport v18-branch
# Navigate to the new directory.
cd .worktrees/backport
# Cherry-pick all the commits of this pull request and resolve the likely conflicts.
git cherry-pick 6b6787186958cb0be609db3d362b77e333783492
# Create a new branch with these backported commits.
git checkout -b backport-777-to-v18-branch
# Push it to GitHub.
git push --set-upstream origin backport-777-to-v18-branch
# Go back to the original working tree.
cd ../..
# Delete the working tree.
git worktree remove .worktrees/backport

Then, create a pull request where the base branch is v18-branch and the compare/head branch is backport-777-to-v18-branch.