brave / ads-ui

Self-service ads UI
Mozilla Public License 2.0
22 stars 11 forks source link

Production Release 2024-05-09 #1185

Closed IanKrieger closed 3 months ago

IanKrieger commented 3 months ago

Fixes

Chores

github-actions[bot] commented 3 months ago

[puLL-Merge] - brave/ads-ui@1185

Description

This PR updates several dependencies to their latest versions, including @lingui, @mui, dayjs, immer, @babel/core, @typescript-eslint, vite, and vitest.

It also makes a change to the GraphQL schema, updating the Segment fragment to use the Segment type instead of SegmentsEntry. The Segments query is updated accordingly to directly select the code and name fields.

Changes ### Changes - `package.json`: - Updated dependencies to their latest versions - `src/graphql-client/gql.ts`: - Updated the generated GraphQL client code to reflect the schema change - `src/graphql-client/graphql.ts`: - Updated the generated GraphQL types to reflect the schema change - `src/graphql/common.graphql`: - Changed the `Segment` fragment to use the `Segment` type - Updated the `Segments` query to directly select `code` and `name` fields instead of using the `Segment` fragment