Skip to content

Bump minimatch from 3.1.2 to 3.1.5#536

Merged
btardif merged 2 commits into
masterfrom
dependabot/npm_and_yarn/minimatch-3.1.5
May 15, 2026
Merged

Bump minimatch from 3.1.2 to 3.1.5#536
btardif merged 2 commits into
masterfrom
dependabot/npm_and_yarn/minimatch-3.1.5

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Feb 28, 2026

Bumps minimatch from 3.1.2 to 3.1.5.

Commits

Dependabot compatibility score

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 show <dependency name> 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)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

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

Bumps [minimatch](https://github.com/isaacs/minimatch) from 3.1.2 to 3.1.5.
- [Changelog](https://github.com/isaacs/minimatch/blob/main/changelog.md)
- [Commits](isaacs/minimatch@v3.1.2...v3.1.5)

---
updated-dependencies:
- dependency-name: minimatch
  dependency-version: 3.1.5
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Feb 28, 2026
@btardif btardif requested a review from Copilot May 15, 2026 22:01
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot wasn't able to review any files in this pull request.


💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@btardif
Copy link
Copy Markdown
Member

btardif commented May 15, 2026

@copilot can you check why staging failed and maybe retry?

Copy link
Copy Markdown
Contributor

Copilot AI commented May 15, 2026

@copilot can you check why staging failed and maybe retry?

The staging failure is not related to the code changes in this PR. The workflow fails because Dependabot PRs run with restricted secret access (Secret source: Dependabot) and cannot access the Azure service principal credentials (client-id, tenant-id) required by the staging deployment workflow:

Login failed with Error: Using auth-type: SERVICE_PRINCIPAL. Not all values are present. Ensure 'client-id' and 'tenant-id' are supplied.

This is the same failure seen on all other Dependabot PRs (e.g., the picomatch bump also failed with the same error). To fix it, the Azure credentials would need to be added as Dependabot secrets (Settings → Secrets and variables → Dependabot secrets). Alternatively, a maintainer can manually re-run the staging workflow to use the standard repository secrets.

Copilot AI requested a review from btardif May 15, 2026 22:05
@btardif
Copy link
Copy Markdown
Member

btardif commented May 15, 2026

Alternatively, a maintainer can manually re-run the staging workflow to use the standard repository secrets.

@copilot how do I do this: "Alternatively, a maintainer can manually re-run the staging workflow to use the standard repository secrets."

Copy link
Copy Markdown
Contributor

Copilot AI commented May 15, 2026

Alternatively, a maintainer can manually re-run the staging workflow to use the standard repository secrets.

@copilot how do I do this: "Alternatively, a maintainer can manually re-run the stagin...

To manually re-run the staging workflow as a maintainer:

  1. Go to the Actions tab of this repository: https://github.com/Azure/AppService/actions/workflows/deploy-to-staging-site.yml
  2. Find the failed run for this PR (titled "Bump minimatch from 3.1.2 to 3.1.5")
  3. Click into that run, then click the "Re-run all jobs" button (top right)

When a maintainer triggers the re-run, GitHub uses the standard repository secrets context instead of the Dependabot-restricted context, so the Azure login step will succeed.

@btardif
Copy link
Copy Markdown
Member

btardif commented May 15, 2026

@copilot resolve the merge conflicts in this pull request

Co-authored-by: btardif <4119816+btardif@users.noreply.github.com>
Copy link
Copy Markdown
Contributor

Copilot AI commented May 15, 2026

@copilot resolve the merge conflicts in this pull request

Merge conflicts resolved in commit 0e78d85. The conflict in package-lock.json was between this PR's minimatch bump (3.1.2 → 3.1.5) and master's picomatch bump (2.3.1 → 2.3.2) — both changes are now included.

@btardif btardif requested a review from Copilot May 15, 2026 22:35
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot wasn't able to review any files in this pull request.

@github-actions
Copy link
Copy Markdown

Preview link: https://antares-blog-staging-pr-536.azurewebsites.net

  • Your changes have been deployed to the preview site. The preview site will update as you add more commits to this branch.
  • The preview site shows any future-dated articles. If you are publishing a future-dated article, it will not show on the production site until the file's specified date.
  • The preview link is shareable, but will be deleted when this pull request is merged or closed.

This is an automated message.

@btardif btardif merged commit f605893 into master May 15, 2026
4 checks passed
@btardif btardif deleted the dependabot/npm_and_yarn/minimatch-3.1.5 branch May 15, 2026 22:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants