Skip to content

bump minimatch to 3.1.5#2628

Merged
ps48 merged 1 commit intoopensearch-project:mainfrom
joshuali925:bump-minimatch
Mar 26, 2026
Merged

bump minimatch to 3.1.5#2628
ps48 merged 1 commit intoopensearch-project:mainfrom
joshuali925:bump-minimatch

Conversation

@joshuali925
Copy link
Copy Markdown
Member

Description

[Describe what this change achieves]

Issues Resolved

[List any issues this PR will resolve]

Check List

  • New functionality includes testing.
    • All tests pass, including unit test, integration test and doctest
  • New functionality has been documented.
    • New functionality has javadoc added
    • New functionality has user manual doc added
  • Commits are signed per the DCO using --signoff

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.

Signed-off-by: Joshua Li <joshuali925@gmail.com>
@ps48 ps48 merged commit 00ab90c into opensearch-project:main Mar 26, 2026
11 of 19 checks passed
TackAdam pushed a commit to TackAdam/dashboards-observability that referenced this pull request Mar 26, 2026
Signed-off-by: Joshua Li <joshuali925@gmail.com>
@opensearch-trigger-bot
Copy link
Copy Markdown
Contributor

The backport to 3.6 failed:

The process '/usr/bin/git' failed with exit code 128

To backport manually, run these commands in your terminal:

# Navigate to the root of your repository
cd $(git rev-parse --show-toplevel)
# Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add ../.worktrees/dashboards-observability/backport-3.6 3.6
# Navigate to the new working tree
pushd ../.worktrees/dashboards-observability/backport-3.6
# Create a new branch
git switch --create backport/backport-2628-to-3.6
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 00ab90cc42820d79bae04c7240b70f21b1871a63
# Push it to GitHub
git push --set-upstream origin backport/backport-2628-to-3.6
# Go back to the original working tree
popd
# Delete the working tree
git worktree remove ../.worktrees/dashboards-observability/backport-3.6

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

@opensearch-trigger-bot
Copy link
Copy Markdown
Contributor

The backport to 3.6 failed:

The process '/usr/bin/git' failed with exit code 128

To backport manually, run these commands in your terminal:

# Navigate to the root of your repository
cd $(git rev-parse --show-toplevel)
# Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add ../.worktrees/dashboards-observability/backport-3.6 3.6
# Navigate to the new working tree
pushd ../.worktrees/dashboards-observability/backport-3.6
# Create a new branch
git switch --create backport/backport-2628-to-3.6
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 00ab90cc42820d79bae04c7240b70f21b1871a63
# Push it to GitHub
git push --set-upstream origin backport/backport-2628-to-3.6
# Go back to the original working tree
popd
# Delete the working tree
git worktree remove ../.worktrees/dashboards-observability/backport-3.6

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

peterzhuamazon pushed a commit that referenced this pull request Mar 27, 2026
Signed-off-by: Joshua Li <joshuali925@gmail.com>
Signed-off-by: Peter Zhu <zhujiaxi@amazon.com>
peterzhuamazon added a commit that referenced this pull request Mar 27, 2026
…2632)

* Bump dompurify from 3.3.0 to 3.3.3 (#2622)

Bumps [dompurify](https://github.com/cure53/DOMPurify) from 3.3.0 to 3.3.3.
- [Release notes](https://github.com/cure53/DOMPurify/releases)
- [Commits](cure53/DOMPurify@3.3.0...3.3.3)

---
updated-dependencies:
- dependency-name: dompurify
  dependency-version: 3.3.3
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
(cherry picked from commit e822639)
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

* bump minimatch to 3.1.5 (#2628)

Signed-off-by: Joshua Li <joshuali925@gmail.com>
Signed-off-by: Peter Zhu <zhujiaxi@amazon.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Signed-off-by: Joshua Li <joshuali925@gmail.com>
Signed-off-by: Peter Zhu <zhujiaxi@amazon.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Joshua Li <joshuali925@gmail.com>
Co-authored-by: Peter Zhu <zhujiaxi@amazon.com>
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.

4 participants