brave / ads-ui

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

chore(deps): update all non-major dependencies #1307

Closed renovate[bot] closed 1 month ago

renovate[bot] commented 1 month ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@apollo/client (source) 3.11.1 -> 3.11.2 age adoption passing confidence
@fontsource/inter (source) 5.0.19 -> 5.0.20 age adoption passing confidence
@graphql-codegen/client-preset (source) 4.3.2 -> 4.3.3 age adoption passing confidence
@mui/icons-material (source) 5.16.5 -> 5.16.6 age adoption passing confidence
@mui/material (source) 5.16.5 -> 5.16.6 age adoption passing confidence
@mui/x-data-grid (source) 7.11.1 -> 7.12.0 age adoption passing confidence
@mui/x-date-pickers (source) 7.11.1 -> 7.12.0 age adoption passing confidence
husky 9.1.3 -> 9.1.4 age adoption passing confidence
lint-staged 15.2.7 -> 15.2.8 age adoption passing confidence
typescript-eslint (source) 7.17.0 -> 7.18.0 age adoption passing confidence
vitest (source) 2.0.4 -> 2.0.5 age adoption passing confidence

Release Notes

apollographql/apollo-client (@​apollo/client) ### [`v3.11.2`](https://togithub.com/apollographql/apollo-client/blob/HEAD/CHANGELOG.md#3112) [Compare Source](https://togithub.com/apollographql/apollo-client/compare/v3.11.1...v3.11.2) ##### Patch Changes - [#​11980](https://togithub.com/apollographql/apollo-client/pull/11980) [`38c0a2c`](https://togithub.com/apollographql/apollo-client/commit/38c0a2c43dd28677ee240754cd389c8a08c05738) Thanks [@​jerelmiller](https://togithub.com/jerelmiller)! - Fix missing `getServerSnapshot` error when using `useSubscription` on the server.
fontsource/font-files (@​fontsource/inter) ### [`v5.0.20`](https://togithub.com/fontsource/font-files/compare/8947554b202aef8038fd08d7f07ac9112a0cf657...b56d2acb676b33cac2f41985162c05a35fd76ac4) [Compare Source](https://togithub.com/fontsource/font-files/compare/8947554b202aef8038fd08d7f07ac9112a0cf657...b56d2acb676b33cac2f41985162c05a35fd76ac4)
dotansimha/graphql-code-generator (@​graphql-codegen/client-preset) ### [`v4.3.3`](https://togithub.com/dotansimha/graphql-code-generator/blob/HEAD/packages/presets/client/CHANGELOG.md#433) [Compare Source](https://togithub.com/dotansimha/graphql-code-generator/compare/@graphql-codegen/client-preset@4.3.2...@graphql-codegen/client-preset@4.3.3) ##### Patch Changes - [#​9817](https://togithub.com/dotansimha/graphql-code-generator/pull/9817) [`7ac42a3`](https://togithub.com/dotansimha/graphql-code-generator/commit/7ac42a33915985b9504bc16f38a22e057bbcd1ab) Thanks [@​nikitalocalhost](https://togithub.com/nikitalocalhost)! - Resolve runtime error when using the babel plugin within an ESM environment.
mui/material-ui (@​mui/icons-material) ### [`v5.16.6`](https://togithub.com/mui/material-ui/releases/tag/v5.16.6) [Compare Source](https://togithub.com/mui/material-ui/compare/v5.16.5...v5.16.6) *Jul 30, 2024* A big thanks to the 5 contributors who made this release possible. ##### `@mui/material@5.16.6` - \[Divider] Enable borderStyle enhancement in divider with children ([#​43059](https://togithub.com/mui/material-ui/issues/43059)) [@​anuujj](https://togithub.com/anuujj) ##### Docs - \[material-ui]\[Card] Update CardMedia description ([#​43121](https://togithub.com/mui/material-ui/issues/43121)) [@​shahzaibdev1](https://togithub.com/shahzaibdev1) - \[material-ui] Replace deprecated `` with `ListItemButton` component in routing libraries list example ([#​43114](https://togithub.com/mui/material-ui/issues/43114)) [@​aliharis99](https://togithub.com/aliharis99) - \[material-ui]\[Snackbar] Improve close `reason` type in demos ([#​43105](https://togithub.com/mui/material-ui/issues/43105)) [@​sai6855](https://togithub.com/sai6855) ##### Core - \[code-infra] Use the same CI names on master & next ([#​43064](https://togithub.com/mui/material-ui/issues/43064)) [@​mnajdova](https://togithub.com/mnajdova) All contributors of this release in alphabetical order: [@​aliharis99](https://togithub.com/aliharis99), [@​anuujj](https://togithub.com/anuujj), [@​mnajdova](https://togithub.com/mnajdova), [@​sai6855](https://togithub.com/sai6855), [@​shahzaibdev1](https://togithub.com/shahzaibdev1)
mui/mui-x (@​mui/x-data-grid) ### [`v7.12.0`](https://togithub.com/mui/mui-x/blob/HEAD/CHANGELOG.md#7120) [Compare Source](https://togithub.com/mui/mui-x/compare/v7.11.1...v7.12.0) *Aug 1, 2024* ##### 💵 Our commercial offering is evolving The [Pro plan](https://mui.com/x/introduction/licensing/#pro-plan) is receiving two new packages: - `@mui/x-tree-view-pro` (available today!) - `@mui/x-charts-pro` (available in the coming weeks) As always, every feature released as part of the MIT plan will remain free and MIT licensed forever. This expansion of the Pro plan comes with some adjustments to our pricing strategy. Learn more about those in the [Upcoming changes to MUI X pricing in 2024](https://mui.com/blog/mui-x-sep-2024-price-update/) blog post. ##### Highlights We'd like to offer a big thanks to the 12 contributors who made this release possible. Here are some highlights ✨: - 🎁 Introduce [item reordering using drag and drop](https://mui.com/x/react-tree-view/rich-tree-view/ordering/) on the `RichTreeViewPro` component Item reordering using drag and drop - 📦 Support Common JS bundle out of the box on `@mui/x-charts` by adding vendored D3 dependencies. - This modifies how the package imports D3.js. It will impact you if you use `d3` packages installed by `@mui/x-charts` and don't have them in your `package.json`. You shouldn't be affected otherwise. - For more context, the initial issue is caused by D3 only exporting ESM. ![image](https://togithub.com/user-attachments/assets/d705b4de-0c93-420e-a416-528e7a044c1d) - The solution up until now was to export charts with only ESM. But some frameworks are confused by this configuration. ![image](https://togithub.com/user-attachments/assets/18a09703-9dd4-4226-a33d-167af059219c) - So in order to fix this, we are providing a CJS version of D3. ![image](https://togithub.com/user-attachments/assets/56387fe6-85d8-4750-bb9d-9866d5be68fa) - 🌍 Improve Turkish (tr-TR) locale on the Data Grid - 🌍 Improve Finnish (fi-FI) locale on the Date and Time Pickers - 🐞 Bugfixes - 📚 Documentation improvements ##### Data Grid ##### `@mui/x-data-grid@7.12.0` - \[DataGrid] Fix crash when updating columns immediately after scrolling ([#​13781](https://togithub.com/mui/mui-x/issues/13781)) [@​cherniavskii](https://togithub.com/cherniavskii) - \[DataGrid] Fix `role=presentation` a11y issue ([#​13891](https://togithub.com/mui/mui-x/issues/13891)) [@​romgrk](https://togithub.com/romgrk) - \[DataGrid] Fix top corner pixels & outline radius ([#​13943](https://togithub.com/mui/mui-x/issues/13943)) [@​romgrk](https://togithub.com/romgrk) - \[DataGrid] Refactor: remove useless copy ([#​14039](https://togithub.com/mui/mui-x/issues/14039)) [@​romgrk](https://togithub.com/romgrk) - \[l10n] Improve Turkish (tr-TR) locale ([#​13996](https://togithub.com/mui/mui-x/issues/13996)) [@​bagcivan](https://togithub.com/bagcivan) ##### `@mui/x-data-grid-pro@7.12.0` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link "Pro plan") Same changes as in `@mui/x-data-grid@7.12.0`. ##### `@mui/x-data-grid-premium@7.12.0` [![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link "Premium plan") Same changes as in `@mui/x-data-grid-pro@7.12.0`. ##### Date and Time Pickers ##### `@mui/x-date-pickers@7.12.0` - \[l10n] Improve Finnish (fi-FI) locale ([#​14054](https://togithub.com/mui/mui-x/issues/14054)) [@​frozenzia](https://togithub.com/frozenzia) ##### `@mui/x-date-pickers-pro@7.12.0` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link "Pro plan") Same changes as in `@mui/x-date-pickers@7.12.0`. ##### Charts ##### `@mui/x-charts@7.12.0` - \[charts] Fix incorrect `axisId` prop being allowed in xAxis/yAxis config. Use `id` instead. ([#​13986](https://togithub.com/mui/mui-x/issues/13986)) [@​JCQuintas](https://togithub.com/JCQuintas) - \[charts] Use vendor to have Common JS bundle working out of the box ([#​13608](https://togithub.com/mui/mui-x/issues/13608)) [@​alexfauquette](https://togithub.com/alexfauquette) - \[charts] Divide the `SeriesProvider` to use in filtering ([#​14026](https://togithub.com/mui/mui-x/issues/14026)) [@​JCQuintas](https://togithub.com/JCQuintas) ##### Tree View ##### `@mui/x-tree-view@7.12.0` - \[TreeView] Add new prop `onItemClick` on the Tree View components ([#​14018](https://togithub.com/mui/mui-x/issues/14018)) [@​flaviendelangle](https://togithub.com/flaviendelangle) - \[TreeView] Add new utility function `isEventTargetInDescendants` ([#​13982](https://togithub.com/mui/mui-x/issues/13982)) [@​flaviendelangle](https://togithub.com/flaviendelangle) - \[TreeView] Support item reordering using drag and drop ([#​12213](https://togithub.com/mui/mui-x/issues/12213)) [@​flaviendelangle](https://togithub.com/flaviendelangle) ##### Docs - \[docs] Add Pickers `minDate` and `maxDate` `default` description ([#​14024](https://togithub.com/mui/mui-x/issues/14024)) [@​LukasTy](https://togithub.com/LukasTy) - \[docs] Fix 404 ([#​13989](https://togithub.com/mui/mui-x/issues/13989)) [@​alexfauquette](https://togithub.com/alexfauquette) - \[docs] Fix Vale errors ([#​14025](https://togithub.com/mui/mui-x/issues/14025)) [@​oliviertassinari](https://togithub.com/oliviertassinari) - \[docs] Update on `renderCell` & autogenerated rows ([#​13879](https://togithub.com/mui/mui-x/issues/13879)) [@​romgrk](https://togithub.com/romgrk) ##### Core - \[core] Fix event naming convention [@​oliviertassinari](https://togithub.com/oliviertassinari) - \[core] Replace [@​mui/base](https://togithub.com/mui/base) with [@​mui/utils](https://togithub.com/mui/utils) + [@​mui/material](https://togithub.com/mui/material) ([#​13823](https://togithub.com/mui/mui-x/issues/13823)) [@​mnajdova](https://togithub.com/mnajdova) - \[core] Test `charts` performance with codspeed ([#​13952](https://togithub.com/mui/mui-x/issues/13952)) [@​JCQuintas](https://togithub.com/JCQuintas) - \[infra] Consolidate issue cleanup and support labeling action ([#​14031](https://togithub.com/mui/mui-x/issues/14031)) [@​michelengelen](https://togithub.com/michelengelen) - \[infra] Revert `vale` action `paths` filtering ([#​14038](https://togithub.com/mui/mui-x/issues/14038)) [@​LukasTy](https://togithub.com/LukasTy) - \[test] Fix adapters code coverage ([#​13969](https://togithub.com/mui/mui-x/issues/13969)) [@​alexfauquette](https://togithub.com/alexfauquette) - \[test] Fix mocha config to run charts tests ([#​14041](https://togithub.com/mui/mui-x/issues/14041)) [@​alexfauquette](https://togithub.com/alexfauquette)
typicode/husky (husky) ### [`v9.1.4`](https://togithub.com/typicode/husky/compare/v9.1.3...fc549e0e5c8723a6d796f6ad26ef6590769f5d82) [Compare Source](https://togithub.com/typicode/husky/compare/v9.1.3...v9.1.4)
lint-staged/lint-staged (lint-staged) ### [`v15.2.8`](https://togithub.com/lint-staged/lint-staged/blob/HEAD/CHANGELOG.md#1528) [Compare Source](https://togithub.com/lint-staged/lint-staged/compare/v15.2.7...v15.2.8) ##### Patch Changes - [`f0480f0`](https://togithub.com/lint-staged/lint-staged/commit/f0480f01b24b9f6443a12515d413a7ba4dda3981) Thanks [@​iiroj](https://togithub.com/iiroj)! - In the previous version the native `git rev-parse --show-toplevel` command was taken into use for resolving the current git repo root. This version switched the `--show-toplevel` flag with `--show-cdup`, because on Git installed via MSYS2 the former was returning absolute paths that do not work with Node.js `child_process`. The new flag returns a path relative to the working directory, avoiding the issue. The GitHub Actions workflow has been updated to install Git via MSYS2, to ensure better future compatibility; using the default Git binary in the GitHub Actions runner was working correctly even with MSYS2.
typescript-eslint/typescript-eslint (typescript-eslint) ### [`v7.18.0`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/typescript-eslint/CHANGELOG.md#7180-2024-07-29) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v7.17.0...v7.18.0) This was a version bump only for typescript-eslint to align it with other projects, there were no code changes. You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
vitest-dev/vitest (vitest) ### [`v2.0.5`](https://togithub.com/vitest-dev/vitest/releases/tag/v2.0.5) [Compare Source](https://togithub.com/vitest-dev/vitest/compare/v2.0.4...v2.0.5) #####    🚀 Features - Introduce experimental reported tasks  -  by [@​sheremet-va](https://togithub.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/6149](https://togithub.com/vitest-dev/vitest/issues/6149) [(13d85)](https://togithub.com/vitest-dev/vitest/commit/13d85bd1) - This is part of the experimental API and doesn't follow semver. We are hoping to stabilize it for 2.1. If you are working with custom reporters, give this a go! #####    🐞 Bug Fixes - Show a difference between string characters if both values are strings  -  by [@​sheremet-va](https://togithub.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/6191](https://togithub.com/vitest-dev/vitest/issues/6191) [(29176)](https://togithub.com/vitest-dev/vitest/commit/291766d7) - `testNamePattern` adds leading space  -  by [@​AriPerkkio](https://togithub.com/AriPerkkio) in [https://github.com/vitest-dev/vitest/issues/6186](https://togithub.com/vitest-dev/vitest/issues/6186) [(073a5)](https://togithub.com/vitest-dev/vitest/commit/073a50c9) - **browser**: - Don't bundle `afterEach` cleanup hooks in node entrypoint  -  by [@​sheremet-va](https://togithub.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/6192](https://togithub.com/vitest-dev/vitest/issues/6192) [(e6fbc)](https://togithub.com/vitest-dev/vitest/commit/e6fbc620) - UserEvent.setup initiates a separate state for userEvent instance  -  by [@​sheremet-va](https://togithub.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/6088](https://togithub.com/vitest-dev/vitest/issues/6088) [(883f3)](https://togithub.com/vitest-dev/vitest/commit/883f3482) - Correctly import optimized module in vi.importActual  -  by [@​sheremet-va](https://togithub.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/6219](https://togithub.com/vitest-dev/vitest/issues/6219) [(804ff)](https://togithub.com/vitest-dev/vitest/commit/804ff2fd) - Passing options to hover/unhover  -  by [@​MNeverOff](https://togithub.com/MNeverOff) in [https://github.com/vitest-dev/vitest/issues/6175](https://togithub.com/vitest-dev/vitest/issues/6175) [(d4c00)](https://togithub.com/vitest-dev/vitest/commit/d4c005bc) - Improve unique CSS selector generation  -  by [@​zacharyvoase](https://togithub.com/zacharyvoase) and **Zack Voase** in [https://github.com/vitest-dev/vitest/issues/6243](https://togithub.com/vitest-dev/vitest/issues/6243) [(e7acd)](https://togithub.com/vitest-dev/vitest/commit/e7acd0cf) - **vitest**: - Remove nuxt from auto inline deps  -  by [@​sheremet-va](https://togithub.com/sheremet-va) [(93882)](https://togithub.com/vitest-dev/vitest/commit/93882f38) - Improve `defineProject` and `defineWorkspace` types  -  by [@​sheremet-va](https://togithub.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/6198](https://togithub.com/vitest-dev/vitest/issues/6198) [(8cd82)](https://togithub.com/vitest-dev/vitest/commit/8cd8272b) - Correctly resolve mocked `node:*` imports in `__mocks__` folder  -  by [@​sheremet-va](https://togithub.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/6204](https://togithub.com/vitest-dev/vitest/issues/6204) [(a48be)](https://togithub.com/vitest-dev/vitest/commit/a48be6ff) - **web-worker**: - Expose globals on self  -  by [@​sheremet-va](https://togithub.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/6170](https://togithub.com/vitest-dev/vitest/issues/6170) [(12bb5)](https://togithub.com/vitest-dev/vitest/commit/12bb567e) #####     [View changes on GitHub](https://togithub.com/vitest-dev/vitest/compare/v2.0.4...v2.0.5)

Configuration

📅 Schedule: Branch creation - " 0-4 * 3" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.



This PR was generated by Mend Renovate. View the repository job log.