Skip to content

Commit

Permalink
Bump minimatch from 3.0.4 to 9.0.3
Browse files Browse the repository at this point in the history
Bumps [minimatch](https://github.com/isaacs/minimatch) from 3.0.4 to 9.0.3.
- [Changelog](https://github.com/isaacs/minimatch/blob/main/changelog.md)
- [Commits](isaacs/minimatch@v3.0.4...v9.0.3)

---
updated-dependencies:
- dependency-name: minimatch
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and BenjaminVanRyseghem committed Sep 2, 2023
1 parent 2d505a2 commit 8dc546a
Show file tree
Hide file tree
Showing 3 changed files with 195 additions and 41 deletions.
2 changes: 1 addition & 1 deletion eslint_rules/ensure-test-file.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

const path = require("path");
const fs = require("fs");
const minimatch = require("minimatch");
const {minimatch} = require("minimatch");

const MESSAGE = "No test file found for \"{{file}}\", expecting \"{{testFile}}\" to exists.";
const LOADING_MESSAGE = "A test file should load its matching source file (\"{{file}}\").";
Expand Down
232 changes: 193 additions & 39 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 8dc546a

Please sign in to comment.