Bump ESLint to 10.10.0, TypeDoc to 0.28.20 and brace-expansion to 5.0.7 in /bindings/js - #13
Merged
palchukovsky merged 6 commits intoSep 6, 2026
Conversation
Bumps [brace-expansion](https://github.com/juliangruber/brace-expansion) to 5.0.7 and updates ancestor dependencies [brace-expansion](https://github.com/juliangruber/brace-expansion), [eslint](https://github.com/eslint/eslint) and [typedoc](https://github.com/TypeStrong/TypeDoc). These dependencies need to be updated together. Updates `brace-expansion` from 5.0.6 to 5.0.7 - [Release notes](https://github.com/juliangruber/brace-expansion/releases) - [Commits](juliangruber/brace-expansion@v5.0.6...v5.0.7) Updates `eslint` from 9.39.4 to 10.7.0 - [Release notes](https://github.com/eslint/eslint/releases) - [Commits](eslint/eslint@v9.39.4...v10.7.0) Updates `typedoc` from 0.26.11 to 0.28.20 - [Release notes](https://github.com/TypeStrong/TypeDoc/releases) - [Changelog](https://github.com/TypeStrong/typedoc/blob/master/CHANGELOG.md) - [Commits](TypeStrong/typedoc@v0.26.11...v0.28.20) --- updated-dependencies: - dependency-name: brace-expansion dependency-version: 5.0.7 dependency-type: indirect - dependency-name: eslint dependency-version: 10.7.0 dependency-type: direct:development - dependency-name: typedoc dependency-version: 0.28.20 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
palchukovsky
force-pushed
the
main
branch
8 times, most recently
from
July 25, 2026 17:42
7ff1869 to
b855e9d
Compare
Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 4.2.0 to 4.3.1. - [Changelog](https://github.com/nodeca/js-yaml/blob/4.3.1/CHANGELOG.md) - [Commits](nodeca/js-yaml@4.2.0...4.3.1) --- updated-dependencies: - dependency-name: js-yaml dependency-version: 4.3.1 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
palchukovsky
force-pushed
the
main
branch
2 times, most recently
from
September 6, 2026 12:29
3d17b31 to
b1af2e8
Compare
palchukovsky
enabled auto-merge (squash)
September 6, 2026 14:32
palchukovsky
approved these changes
Sep 6, 2026
palchukovsky
deleted the
dependabot/npm_and_yarn/bindings/js/multi-35ea02bdd1
branch
September 6, 2026 17:20
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.
Update ESLint to 10.10.0, TypeDoc to 0.28.20, and brace-expansion to 5.0.7. Remove the obsolete TypeDoc gzip asset normalizer: TypeDoc now emits deflate-compressed data, so the old normalizer rejected generated navigation assets and failed the documentation build. Keep the examples lockfile aligned.
Integrate current main and resolve the overlap with the js-yaml update, whose dependency is removed by ESLint 10. Local
just check-jspassed, including lint, types, WASM/package builds, tests, and the browser example. GitHub Actions checks the published commit.