Apply pending Renovate dependency updates - #147
Merged
Conversation
Changes required for the new major version:
* Import and export specifier names can now be string literals
(arbitrary module namespace names), so their name is read via a helper.
* TSLiteralType#literal no longer accepts null and regex literals,
so enum initializers are cast when constructing literal types.
* TSLiteralType#literal can no longer be an update expression.
* The parser now rejects `interface A extends {}` and `Array<>` as
syntax errors, so the corresponding tests use `B.C` and `Array` instead.
Jest 30 reports branch coverage more accurately, which uncovered a few gaps that are resolved as follows: * Tests are added for named exports and export-alls from unresolvable packages. * The check on the implements clause of a class is removed, as it is always defined since @typescript-eslint/typescript-estree v8.
The Resource types of rdf-object are only compatible with Components.js if both use the same rdf-object version, so componentsjs is bumped to ^6.4.0, which is the first version depending on rdf-object v3. This pulls in Comunica v4 via rdf-parse, of which the type definitions refer to lru-cache v10, which is incompatible with the iterator types of recent TypeScript versions. As this is a type-only import in a types-only package, the lru-cache version of @comunica/types is resolved to v11, which is used throughout the rest of the tree anyway.
rubensworks
force-pushed
the
claude/renovate-dependency-updates-xaob03
branch
from
August 25, 2026 18:14
6839aed to
102441f
Compare
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.
Carries out the open Renovate major updates one-by-one, with linter and unit tests (including 100% coverage) passing after every commit.
Included commits
.yarnrc.ymlwith explicit values for the newapprovedGitRepositories,enableScriptsandnpmMinimalAgeGatesettings to keep the current install behaviour, and bumped the lockfile to metadata version 10.TSLiteralType#literalno longer accepts null and regex literals, so enum initializers are cast when constructing literal types, and it can no longer be an update expression.interface A extends {}andArray<>as syntax errors, so the corresponding tests useB.CandArrayinstead.implementsclause of a class is removed, as it is always defined since typescript-estree v8.Resourcetypes of rdf-object are only compatible with Components.js if both use the same rdf-object version, socomponentsjsis bumped to^6.4.0, the first version depending on rdf-object v3. This pulls in Comunica v4 via rdf-parse, whose type definitions refer to lru-cache v10, which is incompatible with the iterator types of recent TypeScript versions. As this is a type-only import in a types-only package, the lru-cache version of@comunica/typesis resolved to v11, which is used throughout the rest of the tree anyway.Not included
.github/workflows/ci.ymlis not permitted for this session (noworkflowscope). Those two Renovate PRs can be merged as-is.@types/lru-cacheis no longer a dependency andcomment-parseris already at^1.4.0. These PRs can be closed.