Skip to content

build(deps): bump minimatch#4

Closed
dependabot[bot] wants to merge 9 commits intomasterfrom
dependabot/npm_and_yarn/multi-3321f0fcee
Closed

build(deps): bump minimatch#4
dependabot[bot] wants to merge 9 commits intomasterfrom
dependabot/npm_and_yarn/multi-3321f0fcee

Conversation

@dependabot
Copy link
Copy Markdown

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

Bumps and minimatch. These dependencies needed to be updated together.
Updates minimatch from 10.2.2 to 10.2.4

Commits
  • c36addb 10.2.4
  • 26b9002 docs: add warning about ReDoS
  • 3a0d83b fix partial matching of globstar patterns
  • ea94840 10.2.3
  • 0873fba update deps
  • cecaad1 more extglob coalescing for performance
  • 11d0df6 limit nested extglob recursion, flatten extglobs
  • c3448c4 update assertValidPattern param type to unknown from any
  • 0bf499a limit recursion for **, improve perf considerably
  • 9f15c58 update deps
  • See full diff in compare view

Updates minimatch from 8.0.5 to 8.0.7

Commits
  • c36addb 10.2.4
  • 26b9002 docs: add warning about ReDoS
  • 3a0d83b fix partial matching of globstar patterns
  • ea94840 10.2.3
  • 0873fba update deps
  • cecaad1 more extglob coalescing for performance
  • 11d0df6 limit nested extglob recursion, flatten extglobs
  • c3448c4 update assertValidPattern param type to unknown from any
  • 0bf499a limit recursion for **, improve perf considerably
  • 9f15c58 update deps
  • See full diff in compare view

Updates minimatch from 3.1.3 to 3.1.5

Commits
  • c36addb 10.2.4
  • 26b9002 docs: add warning about ReDoS
  • 3a0d83b fix partial matching of globstar patterns
  • ea94840 10.2.3
  • 0873fba update deps
  • cecaad1 more extglob coalescing for performance
  • 11d0df6 limit nested extglob recursion, flatten extglobs
  • c3448c4 update assertValidPattern param type to unknown from any
  • 0bf499a limit recursion for **, improve perf considerably
  • 9f15c58 update deps
  • See full diff in compare view

Updates minimatch from 9.0.6 to 9.0.9

Commits
  • c36addb 10.2.4
  • 26b9002 docs: add warning about ReDoS
  • 3a0d83b fix partial matching of globstar patterns
  • ea94840 10.2.3
  • 0873fba update deps
  • cecaad1 more extglob coalescing for performance
  • 11d0df6 limit nested extglob recursion, flatten extglobs
  • c3448c4 update assertValidPattern param type to unknown from any
  • 0bf499a limit recursion for **, improve perf considerably
  • 9f15c58 update deps
  • See full diff 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 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.

marcop135 and others added 9 commits February 9, 2026 13:08
- Add Vitest testing infrastructure with example tests
- Add GitHub Actions CI/CD pipeline
- Add Husky pre-commit hooks with lint-staged
- Fix license mismatch (ISC -> MIT)
- Fix Node version inconsistency in README
- Fix vendor chunk splitting in vite.config.js
- Add security audit scripts
- Add CONTRIBUTING.md and CHANGELOG.md
- Enhance ESLint rules (prefer-const, no-var, etc.)
- Add additional npm scripts (lint:fix, format:check, clean, test)
- Update README with new features and documentation
- Bump version to 1.5.0

Co-authored-by: Cursor <cursoragent@cursor.com>
- Add test:ci script for CI environments
- Disable Husky in CI to prevent hook installation issues
- Use vitest run instead of watch mode in CI

Co-authored-by: Cursor <cursoragent@cursor.com>
- Format main.test.js with Prettier
- Add ESLint config for test files with Vitest globals
- Ensure all CI checks pass

Co-authored-by: Cursor <cursoragent@cursor.com>
Major updates:
- vite: ^6.3.5 -> ^7.3.1
- eslint: ^9.26.0 -> ^10.0.0
- stylelint: ^16.19.1 -> ^17.1.1
- stylelint-config-standard-scss: ^15.0.0 -> ^17.0.0
- @vitejs/plugin-legacy: ^6.1.1 -> ^7.2.1
- globals: ^16.1.0 -> ^17.3.0

Minor/patch updates:
- autoprefixer: ^10.4.21 -> ^10.4.24
- htmlhint: ^1.1.4 -> ^1.8.1
- prettier: ^3.5.3 -> ^3.8.1
- sass-embedded: ^1.88.0 -> ^1.97.3
- terser: ^5.39.1 -> ^5.46.0
- vite-plugin-eslint2: ^5.0.3 -> ^5.0.5
- vite-plugin-stylelint: ^6.0.0 -> ^6.0.4

All tests and builds pass successfully.

Co-authored-by: Cursor <cursoragent@cursor.com>
Remove deprecated husky.sh sourcing as per Husky v9+ requirements

Co-authored-by: Cursor <cursoragent@cursor.com>
Bumps  and [minimatch](https://github.com/isaacs/minimatch). These dependencies needed to be updated together.

Updates `minimatch` from 10.2.2 to 10.2.4
- [Changelog](https://github.com/isaacs/minimatch/blob/main/changelog.md)
- [Commits](isaacs/minimatch@v10.2.2...v10.2.4)

Updates `minimatch` from 8.0.5 to 8.0.7
- [Changelog](https://github.com/isaacs/minimatch/blob/main/changelog.md)
- [Commits](isaacs/minimatch@v10.2.2...v10.2.4)

Updates `minimatch` from 3.1.3 to 3.1.5
- [Changelog](https://github.com/isaacs/minimatch/blob/main/changelog.md)
- [Commits](isaacs/minimatch@v10.2.2...v10.2.4)

Updates `minimatch` from 9.0.6 to 9.0.9
- [Changelog](https://github.com/isaacs/minimatch/blob/main/changelog.md)
- [Commits](isaacs/minimatch@v10.2.2...v10.2.4)

---
updated-dependencies:
- dependency-name: minimatch
  dependency-version: 10.2.4
  dependency-type: indirect
- dependency-name: minimatch
  dependency-version: 8.0.7
  dependency-type: indirect
- dependency-name: minimatch
  dependency-version: 3.1.5
  dependency-type: indirect
- dependency-name: minimatch
  dependency-version: 9.0.9
  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
@netlify
Copy link
Copy Markdown

netlify Bot commented Feb 28, 2026

Deploy Preview for vite-vanilla-sass-lint ready!

Name Link
🔨 Latest commit 464251d
🔍 Latest deploy log https://app.netlify.com/projects/vite-vanilla-sass-lint/deploys/69a2b2634b9ff400086861f2
😎 Deploy Preview https://deploy-preview-4--vite-vanilla-sass-lint.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@marcop135
Copy link
Copy Markdown
Owner

Closing per repository cleanup.

@marcop135 marcop135 closed this Apr 17, 2026
@marcop135 marcop135 deleted the dependabot/npm_and_yarn/multi-3321f0fcee branch April 17, 2026 10:44
@dependabot @github
Copy link
Copy Markdown
Author

dependabot Bot commented on behalf of github Apr 17, 2026

OK, I won't notify you again about this release, but will get in touch when a new version is available.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

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.

1 participant