diff --git a/CHANGELOG.md b/CHANGELOG.md index ee48b2f..2abbf64 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/README.md b/README.md index 4ccab1e..ffddd33 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/docker-compose.yml b/docker-compose.yml index 67c3da8..d52b096 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -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"