build(deps): bump minimatch from 3.1.2 to 3.1.5#2330
Merged
github-actions[bot] merged 5 commits intomasterfrom Mar 30, 2026
Merged
build(deps): bump minimatch from 3.1.2 to 3.1.5#2330github-actions[bot] merged 5 commits intomasterfrom
github-actions[bot] merged 5 commits intomasterfrom
Conversation
90ba90e to
82bdc95
Compare
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>
7669d43 to
df79696
Compare
Contributor
grzanka
reviewed
Mar 30, 2026
Co-authored-by: Leszek Grzanka <grzanka@agh.edu.pl>
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the npm lockfile to pull in minimatch 3.1.5 (and related dependency graph changes), and adjusts GitHub Actions workflows to run on Node.js 24.x only.
Changes:
- Bump
minimatchfrom 3.1.2 to 3.1.5 viapackage-lock.jsonupdate - Refresh a wider set of transitive dependencies as part of the lockfile regeneration
- Restrict CI and manual test workflows to Node.js 24.x (including gh-pages deploy job)
Reviewed changes
Copilot reviewed 2 out of 3 changed files in this pull request and generated 3 comments.
| File | Description |
|---|---|
| package-lock.json | Updates minimatch and refreshes multiple transitive dependencies in the lockfile |
| .github/workflows/node.js.yml | Narrows CI matrix to Node 24.x and updates deploy job Node version to 24.x |
| .github/workflows/manual_test.yml | Narrows manual test matrix Node version to 24.x |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Contributor
|
@martastn take a look here: Line 7 in 7ba9046 copilot spotted that in #2330 (comment) |
grzanka
approved these changes
Mar 30, 2026
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Bumps minimatch from 3.1.2 to 3.1.5.
Commits
7bba9783.1.5bd25942docs: add warning about ReDoS1a9c27cfix partial matching of globstar patterns1a2e0843.1.4ae24656update lockfileb100374limit recursion for **, improve perf considerably26ffeaalockfile update9eca892lock node version to 1400c323b3.1.330486b2update CI matrix and actions