Skip to content

chore(deps-dev): Bump npm-groovy-lint from 17.0.5 to 18.0.0#784

Merged
bheisig merged 1 commit into
mainfrom
dependabot/npm_and_yarn/npm-groovy-lint-18.0.0
Jul 7, 2026
Merged

chore(deps-dev): Bump npm-groovy-lint from 17.0.5 to 18.0.0#784
bheisig merged 1 commit into
mainfrom
dependabot/npm_and_yarn/npm-groovy-lint-18.0.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 6, 2026

Copy link
Copy Markdown
Contributor

Bumps npm-groovy-lint from 17.0.5 to 18.0.0.

Release notes

Sourced from npm-groovy-lint's releases.

v18.0.0

What's Changed

  • Upgrade java-caller to v5 (#584)
    • Breaking (upstream): when no compatible local JDK is found, the JRE that java-caller auto-downloads now comes from Eclipse Temurin (api.adoptium.net) instead of the deprecated AdoptOpenJDK endpoint
    • Fixes hanging of CodeNarc calls during Java detection on Node 24 + Windows (java-caller run() / java -version no longer stalls)
  • Speed up CI test suite: pre-warm the CodeNarc server once before the Mocha run, and replace the full node × java × os product (20 jobs) with a curated 8-job matrix

Pull Requests

Full Changelog: nvuillam/npm-groovy-lint@v17.0.5...v18.0.0

Changelog

Sourced from npm-groovy-lint's changelog.

[18.0.0] 2026-06-30

  • Upgrade java-caller to v5 (#584)
    • Breaking (upstream): when no compatible local JDK is found, the JRE that java-caller auto-downloads now comes from Eclipse Temurin (api.adoptium.net) instead of the deprecated AdoptOpenJDK endpoint
    • Fixes hanging of CodeNarc calls during Java detection on Node 24 + Windows (java-caller run() / java -version no longer stalls)
  • Speed up CI test suite: pre-warm the CodeNarc server once before the Mocha run, and replace the full node × java × os product (20 jobs) with a curated 8-job matrix

[17.0.4] 2026-05-07

  • Upgrade dependencies, including axios

[17.0.4] 2026-04-15

  • Upgrade dependencies

[17.0.3] 2026-03-31

  • Pin axios version to stay safe regarding its hack (we already were, it's a preventive action !)

[17.0.2] 2026-03-29

  • Upgrade dependencies

[17.0.0] 2026-02-28

  • Minimum Node version is now Node 22
  • Upgrade dependencies
  • Migrate code to match import-fresh v4 new behaviour
  • Fix closing brace indentation for lines with multiple braces (inline closures)
  • Revert UnnecessaryGString for strings with slashes
  • Reduce noise in CI test output
  • Performance updates
    • Use exponential backoff (50ms→400ms) for server startup polling instead of fixed 400ms interval
    • Replace synchronous readdirSync with async readdir in temp file cleanup
    • Use structuredClone() instead of JSON.parse(JSON.stringify()) for deep cloning
    • Cache loaded lint rules to avoid re-importing all rule files on every call
    • Reuse single GroovyShell/GroovyClassLoader per request instead of per file
    • Use bounded FixedThreadPool instead of unbounded CachedThreadPool in CodeNarcServer
    • Reduce HTTP request timeout from 600s to 120s for local server calls
  • Security updates
    • Restrict temp directory permissions from 0777 to 0700 (owner-only)
    • Replace Math.random() with crypto.randomUUID() for temp file/directory names
    • Add 50 MB request body size limit on CodeNarcServer to prevent OOM attacks
    • Limit stack trace depth in error responses to 20 frames

[16.2.0] 2025-01-24

  • Use npm Trusted Publishers program to sign releases
  • Generate multi-platform Docker images (linux/amd64, linux/arm64)
  • Add docker images to GitHub Container Registry (ghcr.io/nvuillam/npm-groovy-lint)

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [npm-groovy-lint](https://github.com/nvuillam/npm-groovy-lint) from 17.0.5 to 18.0.0.
- [Release notes](https://github.com/nvuillam/npm-groovy-lint/releases)
- [Changelog](https://github.com/nvuillam/npm-groovy-lint/blob/main/CHANGELOG.md)
- [Commits](nvuillam/npm-groovy-lint@v17.0.5...v18.0.0)

---
updated-dependencies:
- dependency-name: npm-groovy-lint
  dependency-version: 18.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jul 6, 2026
@dependabot dependabot Bot requested a review from a team as a code owner July 6, 2026 14:33
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jul 6, 2026
@bheisig bheisig merged commit 5bcfd62 into main Jul 7, 2026
12 checks passed
@bheisig bheisig deleted the dependabot/npm_and_yarn/npm-groovy-lint-18.0.0 branch July 7, 2026 04:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant