Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- [#40](https://github.com/green-code-initiative/creedengo-javascript/pull/40) Add rule `@creedengo/avoid-autoplay` (GCI36)
- [#45](https://github.com/green-code-initiative/creedengo-javascript/pull/45) Add rule `@creedengo/avoid-keep-awake` (GCI505)
- [#46](https://github.com/green-code-initiative/creedengo-javascript/pull/46) Add rule `@creedengo/prefer-lighter-formats-for-image-files` (GCI31)
- [#68](https://github.com/green-code-initiative/creedengo-javascript/pull/68) Add support for SonarQube up to 25.3

## [2.0.0] - 2025-01-22

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ The standalone version of the ESLint plugin is available from [npmjs](https://np

| Plugins Version | SonarQube version | ESLint version |
| --------------- | ----------------- | -------------- |
| 2.+ | 9.9.+ LTA to 25.1 | 7+ |
| 2.+ | 9.9.+ LTA to 25.3 | 7+ |
| 1.4, 1.5 | 9.9.+ LTA to 10.7 | 7+ |

## 🤝 Contribution
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: sonarqube_creedengo_javascript

services:
sonar:
image: sonarqube:25.1.0.102122-community
image: sonarqube:25.3.0.104237-community
container_name: sonar_creedengo_javascript
ports:
- "9000:9000"
Expand Down