Skip to content

chore(deps): update dependency minimatch@<3.1.4 to v10 - #224

Closed
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/minimatch-3.1.4-10.x
Closed

chore(deps): update dependency minimatch@<3.1.4 to v10#224
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/minimatch-3.1.4-10.x

Conversation

@renovate

@renovate renovate Bot commented Jul 22, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
minimatch@<3.1.4 >=3.1.4 <4<11 age confidence

Release Notes

isaacs/minimatch (minimatch@<3.1.4)

v10.2.6

Compare Source

v10.2.5

Compare Source

v10.2.4

Compare Source

v10.2.3

Compare Source

v10.2.2

Compare Source

v10.2.1

Compare Source

v10.2.0

Compare Source

v10.1.3

Compare Source

v10.1.2

Compare Source

v10.1.1

Compare Source

v10.1.0

Compare Source

v10.0.3

Compare Source

v10.0.2

Compare Source

v10.0.1

Compare Source

v10.0.0

Compare Source

v9.0.9

Compare Source

v9.0.8

Compare Source

v9.0.7

Compare Source

v9.0.6

Compare Source

v9.0.5

Compare Source

v9.0.4

Compare Source

v9.0.3

Compare Source

v9.0.2

Compare Source

v9.0.1

Compare Source

v9.0.0

Compare Source

v8.0.7

Compare Source

v8.0.6

Compare Source

v8.0.5

Compare Source

v8.0.4

Compare Source

v8.0.3

Compare Source

v8.0.2

Compare Source

v8.0.1

Compare Source

v8.0.0

Compare Source

v7.4.9

Compare Source

v7.4.8

Compare Source

v7.4.7

Compare Source

v7.4.6

Compare Source

v7.4.5

Compare Source

v7.4.4

Compare Source

v7.4.3

Compare Source

v7.4.2

Compare Source

v7.4.1

Compare Source

v7.4.0

Compare Source

v7.3.0

Compare Source

v7.2.0

Compare Source

v7.1.4

Compare Source

v7.1.3

Compare Source

v7.1.2

Compare Source

v7.1.1

Compare Source

v7.1.0

Compare Source

v7.0.1

Compare Source

v7.0.0

Compare Source

v6.2.3

Compare Source

v6.2.2

Compare Source

v6.2.1

Compare Source

v6.2.0

Compare Source

v6.1.10

Compare Source

v6.1.9

Compare Source

v6.1.8

Compare Source

v6.1.7

Compare Source

v6.1.6

Compare Source

v6.1.5

Compare Source

v6.1.4

Compare Source

v6.1.3

Compare Source

v6.1.2

Compare Source

v6.1.1

Compare Source

v6.1.0

Compare Source

v6.0.4

Compare Source

v6.0.3

Compare Source

v6.0.2

Compare Source

v6.0.1

Compare Source

v6.0.0

Compare Source

v5.1.9

Compare Source

v5.1.8

Compare Source

v5.1.7

Compare Source

v5.1.6

Compare Source

v5.1.5

Compare Source

v5.1.4

Compare Source

v5.1.3

Compare Source

v5.1.2

Compare Source

v5.1.1

Compare Source

v5.1.0

Compare Source

v5.0.1

Compare Source

v5.0.0

Compare Source

v4.2.6

Compare Source

v4.2.5

Compare Source

v4.2.4

Compare Source

v4.2.3

Compare Source

v4.2.2

Compare Source

v4.2.1

Compare Source

v4.2.0

Compare Source

v4.1.1

Compare Source

v4.1.0

Compare Source

v4.0.0

Compare Source


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@changeset-bot

changeset-bot Bot commented Jul 22, 2026

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: 5a4eb98

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@renovate
renovate Bot force-pushed the renovate/minimatch-3.1.4-10.x branch 2 times, most recently from 6301c69 to a6ea6a6 Compare July 24, 2026 18:52
@renovate
renovate Bot force-pushed the renovate/minimatch-3.1.4-10.x branch from a6ea6a6 to 9dd8573 Compare July 30, 2026 18:50
@renovate
renovate Bot force-pushed the renovate/minimatch-3.1.4-10.x branch from 9dd8573 to 2352022 Compare August 12, 2026 03:51
@renovate
renovate Bot force-pushed the renovate/minimatch-3.1.4-10.x branch 5 times, most recently from 2ed3bac to 4beda39 Compare September 1, 2026 08:10
@renovate
renovate Bot force-pushed the renovate/minimatch-3.1.4-10.x branch from 4beda39 to 67da9ac Compare September 1, 2026 08:14
@renovate
renovate Bot force-pushed the renovate/minimatch-3.1.4-10.x branch from 67da9ac to 5a4eb98 Compare September 1, 2026 08:15
@unional

unional commented Sep 1, 2026

Copy link
Copy Markdown
Collaborator

Closing rather than merging: this change breaks the build, and now it also has nothing left to fix.

The proposal is to move the minimatch@<3.1.4 pnpm override to >=10. That override exists to lift minimatch 3.x consumers off a vulnerable release, and every CI run on this branch has failed with TypeError: minimatch is not a function — minimatch 10 has no callable default export, so forcing it on a v3 consumer breaks the caller rather than patching it.

After #239 (jest and eslint are gone), the only minimatch 3.x in the tree is depcheck → multimatch@5 → minimatch@3.1.5, which is already past the advisory. The override is doing its job at >=3.1.4 <4 and the upgrade reaches nothing.

Renovate will reopen this if a real advisory needs it.

@unional unional closed this Sep 1, 2026
@renovate

renovate Bot commented Sep 1, 2026

Copy link
Copy Markdown
Contributor Author

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update. You will not get PRs for any future 10.x releases. But if you manually upgrade to 10.x then Renovate will re-enable minor and patch updates automatically.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

@renovate
renovate Bot deleted the renovate/minimatch-3.1.4-10.x branch September 1, 2026 08:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant