diff options
author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2023-08-07 21:10:08 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-07 21:10:08 -0500 |
commit | b21f5c22deeba516a1607c6c451fe922a423e8e9 (patch) | |
tree | c6889e4ab1f3078e1b738ce4ccd075be60ddf6f4 | |
parent | 7807906a37d26635b05b5010414aab08e3f13d30 (diff) | |
download | compiler-explorer-gh-8377.tar.gz compiler-explorer-gh-8377.zip |
Update dependency eslint-plugin-sonarjs to ^0.20.0 (#5344)gh-8377
[](https://renovatebot.com)
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[eslint-plugin-sonarjs](https://togithub.com/SonarSource/eslint-plugin-sonarjs)
| [`^0.19.0` ->
`^0.20.0`](https://renovatebot.com/diffs/npm/eslint-plugin-sonarjs/0.19.0/0.20.0)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
---
### Release Notes
<details>
<summary>SonarSource/eslint-plugin-sonarjs
(eslint-plugin-sonarjs)</summary>
###
[`v0.20.0`](https://togithub.com/SonarSource/eslint-plugin-sonarjs/releases/tag/0.20.0)
[Compare
Source](https://togithub.com/SonarSource/eslint-plugin-sonarjs/compare/0.19.0...0.20.0)
#### What's Changed
- Update `no-duplicate-string`: Add `ignoreStrings` option by
[@​yassin-kammoun-sonarsource](https://togithub.com/yassin-kammoun-sonarsource)
in
[https://github.com/SonarSource/eslint-plugin-sonarjs/pull/405](https://togithub.com/SonarSource/eslint-plugin-sonarjs/pull/405)
**Full Changelog**:
https://github.com/SonarSource/eslint-plugin-sonarjs/compare/0.19.0...0.20.0
</details>
---
### Configuration
📅 **Schedule**: 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 becomes conflicted, or you tick the
rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/compiler-explorer/compiler-explorer).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi4yNy4xIiwidXBkYXRlZEluVmVyIjoiMzYuMjcuMSIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
-rw-r--r-- | package-lock.json | 8 | ||||
-rw-r--r-- | package.json | 2 |
2 files changed, 5 insertions, 5 deletions
diff --git a/package-lock.json b/package-lock.json index 366ff1533..f82b563f2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -128,7 +128,7 @@ "eslint-plugin-node": "^11.1.0", "eslint-plugin-promise": "^6.0.0", "eslint-plugin-requirejs": "^4.0.1", - "eslint-plugin-sonarjs": "^0.19.0", + "eslint-plugin-sonarjs": "^0.20.0", "eslint-plugin-unicorn": "^48.0.1", "eslint-plugin-unused-imports": "^3.0.0", "file-loader": "^6.2.0", @@ -9095,9 +9095,9 @@ } }, "node_modules/eslint-plugin-sonarjs": { - "version": "0.19.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-sonarjs/-/eslint-plugin-sonarjs-0.19.0.tgz", - "integrity": "sha512-6+s5oNk5TFtVlbRxqZN7FIGmjdPCYQKaTzFPmqieCmsU1kBYDzndTeQav0xtQNwZJWu5awWfTGe8Srq9xFOGnw==", + "version": "0.20.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-sonarjs/-/eslint-plugin-sonarjs-0.20.0.tgz", + "integrity": "sha512-BRhZ7BY/oTr6DDaxvx58ReTg7R+J8T+Y2ZVGgShgpml25IHBTIG7EudUtHuJD1zhtMgUEt59x3VNvUQRo2LV6w==", "dev": true, "engines": { "node": ">=14" diff --git a/package.json b/package.json index be6f6c927..84207e41d 100644 --- a/package.json +++ b/package.json @@ -137,7 +137,7 @@ "eslint-plugin-node": "^11.1.0", "eslint-plugin-promise": "^6.0.0", "eslint-plugin-requirejs": "^4.0.1", - "eslint-plugin-sonarjs": "^0.19.0", + "eslint-plugin-sonarjs": "^0.20.0", "eslint-plugin-unicorn": "^48.0.1", "eslint-plugin-unused-imports": "^3.0.0", "file-loader": "^6.2.0", |