Skip to content

Commit

Permalink
fix: minimatch used in SonarJS is dual (#115)
Browse files Browse the repository at this point in the history
  • Loading branch information
JounQin authored Dec 28, 2023
1 parent 9c544f5 commit eb6899f
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/spicy-shirts-knock.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"eslint-plugin-sonar": patch
---

fix: minimatch used in SonarJS is dual
2 changes: 1 addition & 1 deletion SonarJS
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
"@changesets/cli": "^2.27.1",
"@rollup/plugin-alias": "^5.1.0",
"@types/prettier": "^2.7.3",
"minimatch": "^9.0.3",
"patch-package": "^8.0.0",
"rollup": "^4.9.1",
"rollup-plugin-ts": "^3.4.5",
Expand Down
4 changes: 4 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5596,6 +5596,10 @@ eslint-plugin-simple-import-sort@^10.0.0:
resolved "https://registry.yarnpkg.com/eslint-plugin-simple-import-sort/-/eslint-plugin-simple-import-sort-10.0.0.tgz#cc4ceaa81ba73252427062705b64321946f61351"
integrity sha512-AeTvO9UCMSNzIHRkg8S6c3RPy5YEwKWSQPx3DYghLedo2ZQxowPFLGDN1AZ2evfg6r6mjBSZSLxLFsWSu3acsw==

eslint-plugin-sonar@^0.12.0:
version "0.0.0"
uid ""

"eslint-plugin-sonar@link:eslint-plugin-sonar":
version "0.0.0"
uid ""
Expand Down

0 comments on commit eb6899f

Please sign in to comment.