Skip to content

Apply pending Renovate dependency updates - #147

Merged
rubensworks merged 4 commits into
masterfrom
claude/renovate-dependency-updates-xaob03
Aug 26, 2026
Merged

Apply pending Renovate dependency updates#147
rubensworks merged 4 commits into
masterfrom
claude/renovate-dependency-updates-xaob03

Conversation

@rubensworks

@rubensworks rubensworks commented Aug 25, 2026

Copy link
Copy Markdown
Member

Carries out the open Renovate major updates one-by-one, with linter and unit tests (including 100% coverage) passing after every commit.

Included commits

  • Update Yarn to v4.18.0 (Update Yarn to v4.18.0 - autoclosed #137) — Yarn migrated .yarnrc.yml with explicit values for the new approvedGitRepositories, enableScripts and npmMinimalAgeGate settings to keep the current install behaviour, and bumped the lockfile to metadata version 10.
  • Update dependency @typescript-eslint/typescript-estree to v8 (Update dependency @typescript-eslint/typescript-estree to v8 - autoclosed #130):
    • 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, and it 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.
  • Update jest monorepo to v30 (Update jest monorepo to v30 - autoclosed #138) — Jest 30 reports branch coverage more accurately, which uncovered a few gaps: tests are added for named exports and export-alls from unresolvable packages, and the check on the implements clause of a class is removed, as it is always defined since typescript-estree v8.
  • Update dependency rdf-object to v3 (Update dependency rdf-object to v3 - autoclosed #132) — 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, 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/types is resolved to v11, which is used throughout the rest of the tree anyway.

Not included

claude added 4 commits August 25, 2026 18:03
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
rubensworks force-pushed the claude/renovate-dependency-updates-xaob03 branch from 6839aed to 102441f Compare August 25, 2026 18:14
@rubensworks
rubensworks merged commit 1c8faf1 into master Aug 26, 2026
33 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants