Releases: nvuillam/npm-groovy-lint
Releases · nvuillam/npm-groovy-lint
v12.1.1
What's Changed
- Bump axios from 1.6.0 to 1.6.1 by @dependabot in #327
- Upgrade java-caller to v3.1.1 by @nvuillam in #328
Full Changelog: v12.1.0...v12.1.1
v12.1.0
v12.0.1
What's Changed
- Fix: bump openjdk version from 11 to 17 in Dockerfile by @SerhiiKorolik in #317
New Contributors
- @SerhiiKorolik made their first contribution in #317
Full Changelog: v12.0.0...v12.0.1
v12.0.0
What's Changed
Many fixes, including an issue with IPV6 that made npm-groovy-lint crash on many machines, has been fixed by @stevenh ! Many thanks to him !
Breaking change: Minimum java version to Java 17
- Use MegaLinter v7 by @nvuillam in #254
- Bump json5 from 2.2.1 to 2.2.3 by @dependabot in #260
- ci: fix action failures by @stevenh in #309
- chore: update node to 18 lts by @stevenh in #310
- feat: improve the vscode deployment by @stevenh in #307
- Improve publish via CI + beta when in main by @nvuillam in #311
- chore: improve flow debugging by @stevenh in #303
- ci: predictable server builds and port option by @stevenh in #312
- fix: status bar message by @stevenh in #302
- fix: server and test stability by @stevenh in #313
- fix: UnnecessaryGString for strings with slashes by @stevenh in #304
New Contributors
Full Changelog: v11.1.1...v12.0.0
npm-groovy-lint v11.1.1
- Fix npm dependency minimatch
npm-groovy-lint v11.1.0
- Provide default range when only information available is a line number (#248)
- New CodeNarc issues definition to calculate range in file
- GStringExpressionWithinString
- VariableName
npm-groovy-lint v11.0.0
- BREAKING CHANGE:
--failon
is nowìnfo
by default, meaning exit code will be1
if there is at least an info issue found. To have previous behaviour, use--failon none
. - Display all files in console log only if
--verbose
is used (#243)
npm-groovy-lint v10.1.0
- Allow to send groovy sources as input from stdin
- If
--format
or--fix
option is used when source is sent as stdin, the result is output as stdout
Example: cat path/to/my/Jenkinsfile | npm-groovy-lint --format -
npm-groovy-lint v10.0.3
- Do not output results summary in console logs when output is json or sarif
- Add test methods for SARIF called by CLI
npm-groovy-lint v10.0.2
- Fix error when absolute files sent as positional arguments on a linux system (#232)
- Improve performances by calculating the longest command directory to send as base path to CodeNarc