Skip to content

Conversation

@GregorShear
Copy link
Contributor

@GregorShear GregorShear commented Jan 21, 2026

Issues

https://github.com/estuary/ui/issues/issue_number

Changes

issue_number

  • changes...

Tests

Manually tested

  • scenarios you manually tested

Automated tests

  • unit testing covered

Playwright tests ran locally

  • Admin
  • Captures
  • Collections
  • HomePage
  • Login
  • Materialization

Screenshots

If applicable - please include some screenshots of the new UI

@GregorShear GregorShear changed the title Remove suppressImplicitAnyIndexErrors flag and address errors Update to TS 5 Jan 21, 2026
tsconfig.json Outdated
Comment on lines 37 to 39
"types": ["vite/client"]
},
"include": ["src", "deps/flow/flow.d.ts", "deps/supabase/types.d.ts"],
"include": ["src", "deps/flow/flow.d.ts", "deps/supabase/types.d.ts", "__mocks__/vitest-env.d.ts"],
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i'm new to vitest - is this a safe change to make?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That is a great question... I will have to do some digging.

My initial thoughts it no. Reason being it feels wonky to me to include mock stuff here.

@GregorShear GregorShear marked this pull request as ready for review January 21, 2026 22:57
@GregorShear GregorShear requested a review from a team as a code owner January 21, 2026 22:57
@GregorShear GregorShear added dependencies Pull requests that update a dependency file change:planned This is a planned change labels Jan 27, 2026
Comment on lines 6308 to 5844
"node_modules/dayjs": {
"version": "1.11.19",
"resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.11.19.tgz",
"integrity": "sha512-t5EcLVS6QPBNqM2z8fakk/NKel+Xzshgt8FFKAn+qwlD1pzZWxh0nVCrvFK7ZDb6XucZeF9z8C7CBWTRIVApAw==",
"optional": true,
"peer": true
},
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This getting removed is an issue. Even though we do not consume it our mui date input does.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What version of NPM and Node are you running / ran while you did this work?

Copy link
Member

@travjenkins travjenkins left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm - pushed some changes that were very nit picky.

@travjenkins travjenkins merged commit c64c8de into main Jan 30, 2026
6 checks passed
@travjenkins travjenkins deleted the greg/ts5 branch January 30, 2026 15:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

change:planned This is a planned change dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants