Add Node 22 bundle requirements and CI verification - #5
Merged
perNyfelt merged 5 commits intoAug 2, 2026
Merged
Conversation
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core), [@babel/cli](https://github.com/babel/babel/tree/HEAD/packages/babel-cli) and [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env). These dependencies needed to be updated together. Updates `@babel/core` from 7.28.4 to 8.0.1 - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v8.0.1/packages/babel-core) Updates `@babel/cli` from 7.28.3 to 8.0.4 - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v8.0.4/packages/babel-cli) Updates `@babel/preset-env` from 7.28.3 to 8.0.2 - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v8.0.2/packages/babel-preset-env) --- updated-dependencies: - dependency-name: "@babel/core" dependency-version: 8.0.1 dependency-type: direct:development - dependency-name: "@babel/cli" dependency-version: 8.0.4 dependency-type: direct:development - dependency-name: "@babel/preset-env" dependency-version: 8.0.2 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
perNyfelt
deleted the
dependabot/npm_and_yarn/highlightjs-jvm/multi-d7521e509
branch
August 2, 2026 20:23
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Follow-up to #4, which merged the Babel 8 dependency updates.\n\nThis PR adds the required follow-up safeguards and generated artifact:\n\n- Require Node.js 22.18.0 or newer for bundle generation.\n- Regenerate and commit the Babel 8 Highlight.js bundle.\n- Document the Node.js requirement.\n- Add CI coverage for bundle freshness, Maven verification, and Gradle plugin tests.\n\nLocal verification passed: bundle freshness check, Highlight.js tests, Maven verify, and Gradle build.