Skip to content

chore: upgrade to TypeScript 7 + Next 16.3 (#2216) #4016

chore: upgrade to TypeScript 7 + Next 16.3 (#2216)

chore: upgrade to TypeScript 7 + Next 16.3 (#2216) #4016

Triggered via push August 5, 2026 13:30
Status Success
Total duration 1m 29s
Artifacts

ci.yml

on: push
Detect changes
8s
Detect changes
Lint & Format
28s
Lint & Format
Test
1m 13s
Test
Web build (Next)
38s
Web build (Next)
Changeset present?
0s
Changeset present?
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
unicorn(no-array-sort): workers/api/test/listing-claim-routes.test.ts#L636
Use `Array#toSorted()` instead of `Array#sort()`.
unicorn(no-array-sort): workers/api/test/listing-claim-routes.test.ts#L634
Use `Array#toSorted()` instead of `Array#sort()`.
unicorn(consistent-function-scoping): workers/api/test/workspace.test.ts#L116
Function `seed` does not capture any variables from its parent scope
unicorn(no-array-sort): workers/api/test/admin-users.test.ts#L186
Use `Array#toSorted()` instead of `Array#sort()`.
unicorn(consistent-function-scoping): workers/api/test/poll-fetch-change-detectors.test.ts#L720
Function `mkOrgActorStub` does not capture any variables from its parent scope
eslint(no-new): packages/adapters/src/feed.ts#L535
Do not use 'new' for side effects.
unicorn(no-array-sort): packages/adapters/src/feed.ts#L355
Use `Array#toSorted()` instead of `Array#sort()`.
unicorn(consistent-function-scoping): workers/api/test/org-actor.test.ts#L195
Function `parse` does not capture any variables from its parent scope
unicorn(consistent-function-scoping): workers/api/test/org-actor.test.ts#L195
Function `captureLogs` does not capture any variables from its parent scope
eslint(no-shadow): workers/api/test/workflows-refetch.test.ts#L86
'post' is already declared in the upper scope.