feat(npm-groovy-lint): update dependency npm-groovy-lint to v13 #635
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
12.2.0
->13.0.0
Release Notes
nvuillam/npm-groovy-lint (npm-groovy-lint)
v13.0.0
Compare Source
BREAKING CHANGE: Upgrade CodeNarc to v3.4.0-alpha+3346775f
Major core architecture refactoring by the great Steven Hartland
Fix files specified on the command line not linting as expected due to the generated patterns not working as intended if relative path that contains a file and not a directory due to an issue with CodeNarc pattern processing.
Fix incompatible arguments passed to CodeNarc by:
Fix command line -ext extensions not being processed correctly and matching too many files as it was missing the prefix.
Ensure readFile and writeFile calls produce a stack trace on failure due to: https://github.com/nodejs/node/issues/30944.
Fix file delete race condition and variable clean up due to missing await.
Fix use of includes instead of exclude parameters.
Also:
Steven Hartland now becomes an official maintainer of npm-groovy-lint and vscode-groovy-lint !
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ 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.
This PR has been generated by Mend Renovate. View repository job log here.