openfun / joanie

👛 A headless ERP for education to manage course enrollment/subscription, payment and certificates delivery.
MIT License
20 stars 2 forks source link

⬆️(dependencies) update js dependencies #803

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
@babel/core (source) 7.24.5 -> 7.24.6 age adoption passing confidence
@mui/x-data-grid (source) 7.5.0 -> 7.5.1 age adoption passing confidence
@mui/x-date-pickers (source) 7.5.0 -> 7.5.1 age adoption passing confidence
@playwright/experimental-ct-react (source) 1.44.0 -> 1.44.1 age adoption passing confidence
@playwright/test (source) 1.44.0 -> 1.44.1 age adoption passing confidence
@tanstack/react-query (source) 5.37.1 -> 5.39.0 age adoption passing confidence
@tanstack/react-query-devtools (source) 5.37.1 -> 5.39.0 age adoption passing confidence
@types/react (source) 18.3.2 -> 18.3.3 age adoption passing confidence
react-hook-form (source) 7.51.4 -> 7.51.5 age adoption passing confidence
use-debounce 10.0.0 -> 10.0.1 age adoption passing confidence

Release Notes

babel/babel (@​babel/core) ### [`v7.24.6`](https://togithub.com/babel/babel/blob/HEAD/CHANGELOG.md#v7246-2024-05-24) [Compare Source](https://togithub.com/babel/babel/compare/v7.24.5...v7.24.6) ##### :bug: Bug Fix - `babel-helper-create-class-features-plugin`, `babel-plugin-transform-class-properties` - [#​16514](https://togithub.com/babel/babel/pull/16514) Fix source maps for private member expressions ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-core`, `babel-generator`, `babel-plugin-transform-modules-commonjs` - [#​16515](https://togithub.com/babel/babel/pull/16515) Fix source maps for template literals ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-helper-create-class-features-plugin`, `babel-plugin-proposal-decorators` - [#​16485](https://togithub.com/babel/babel/pull/16485) Support undecorated static accessor in anonymous classes ([@​JLHwung](https://togithub.com/JLHwung)) - [#​16484](https://togithub.com/babel/babel/pull/16484) Fix decorator bare yield await ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-helpers`, `babel-plugin-proposal-decorators`, `babel-runtime-corejs3` - [#​16483](https://togithub.com/babel/babel/pull/16483) Fix: throw TypeError if addInitializer is called after finished ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-parser`, `babel-plugin-transform-typescript` - [#​16476](https://togithub.com/babel/babel/pull/16476) fix: Correctly parse `cls.fn = x` ([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu)) ##### :house: Internal - `babel-core`, `babel-helpers`, `babel-plugin-transform-runtime`, `babel-preset-env`, `babel-runtime-corejs2`, `babel-runtime-corejs3`, `babel-runtime` - [#​16501](https://togithub.com/babel/babel/pull/16501) Generate helper metadata at build time ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-helpers` - [#​16499](https://togithub.com/babel/babel/pull/16499) Add `tsconfig.json` for `@babel/helpers/src/helpers` ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-cli`, `babel-helpers`, `babel-plugin-external-helpers`, `babel-plugin-proposal-decorators`, `babel-plugin-transform-class-properties`, `babel-plugin-transform-modules-commonjs`, `babel-plugin-transform-modules-systemjs`, `babel-plugin-transform-runtime`, `babel-preset-env`, `babel-runtime-corejs2`, `babel-runtime-corejs3`, `babel-runtime` - [#​16495](https://togithub.com/babel/babel/pull/16495) Move all runtime helpers to individual files ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-parser`, `babel-traverse` - [#​16482](https://togithub.com/babel/babel/pull/16482) Statically generate boilerplate for bitfield accessors ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - Other - [#​16466](https://togithub.com/babel/babel/pull/16466) Migrate import assertions syntax ([@​JLHwung](https://togithub.com/JLHwung))
mui/mui-x (@​mui/x-data-grid) ### [`v7.5.1`](https://togithub.com/mui/mui-x/blob/HEAD/CHANGELOG.md#v751) [Compare Source](https://togithub.com/mui/mui-x/compare/v7.5.0...v7.5.1) *May 23, 2024* We'd like to offer a big thanks to the 6 contributors who made this release possible. Here are some highlights ✨: - 🧰 Improve tree view testing - 📊 Add `label` to be displayed in BarChart ##### Data Grid ##### `@mui/x-data-grid@7.5.1` - \[DataGrid] Escape formulas in CSV and Excel export ([#​13115](https://togithub.com/mui/mui-x/issues/13115)) [@​cherniavskii](https://togithub.com/cherniavskii) ##### `@mui/x-data-grid-pro@7.5.1` [![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.5.1`. ##### `@mui/x-data-grid-premium@7.5.1` [![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.5.1`. ##### Date and Time Pickers ##### `@mui/x-date-pickers@7.5.1` - \[pickers] Fix `disableOpenPicker` prop behavior ([#​13212](https://togithub.com/mui/mui-x/issues/13212)) [@​LukasTy](https://togithub.com/LukasTy) ##### `@mui/x-date-pickers-pro@7.5.1` [![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.5.1`. ##### Charts ##### `@mui/x-charts@7.5.1` - \[charts] Add `label` to be displayed inside bars in BarChart ([#​12988](https://togithub.com/mui/mui-x/issues/12988)) [@​JCQuintas](https://togithub.com/JCQuintas) - \[charts] Setup the repository for charts-pro ([#​13182](https://togithub.com/mui/mui-x/issues/13182)) [@​alexfauquette](https://togithub.com/alexfauquette) ##### Docs - \[docs] Clean the pages in the navbar ([#​13192](https://togithub.com/mui/mui-x/issues/13192)) [@​flaviendelangle](https://togithub.com/flaviendelangle) - \[docs] Improve Tree View selection doc ([#​13105](https://togithub.com/mui/mui-x/issues/13105)) [@​flaviendelangle](https://togithub.com/flaviendelangle) - \[docs] Unify Tree View `apiRef` methods doc examples ([#​13193](https://togithub.com/mui/mui-x/issues/13193)) [@​flaviendelangle](https://togithub.com/flaviendelangle) ##### Core - \[core] Remove `raw-loader` package ([#​13160](https://togithub.com/mui/mui-x/issues/13160)) [@​LukasTy](https://togithub.com/LukasTy) - \[core] Remove outdated prop-types ([#​13181](https://togithub.com/mui/mui-x/issues/13181)) [@​flaviendelangle](https://togithub.com/flaviendelangle) - \[core] Rename `yarn` to `pnpm` in `PropTypes` comment ([#​13167](https://togithub.com/mui/mui-x/issues/13167)) [@​LukasTy](https://togithub.com/LukasTy) - \[core] Use `describeTreeView` for items test (partial) ([#​12893](https://togithub.com/mui/mui-x/issues/12893)) [@​flaviendelangle](https://togithub.com/flaviendelangle) - \[core] Use `describeTreeView` for keyboard selection tests ([#​13164](https://togithub.com/mui/mui-x/issues/13164)) [@​flaviendelangle](https://togithub.com/flaviendelangle) - \[core] Use `describeTreeView` for navigation tests ([#​12907](https://togithub.com/mui/mui-x/issues/12907)) [@​flaviendelangle](https://togithub.com/flaviendelangle) - \[core] Use `describeTreeView` for items rendering edge-case tests ([#​13168](https://togithub.com/mui/mui-x/issues/13168)) [@​flaviendelangle](https://togithub.com/flaviendelangle) - \[core] Add `test:coverage:inspect` to allow easier debugging ([#​13198](https://togithub.com/mui/mui-x/issues/13198)) [@​JCQuintas](https://togithub.com/JCQuintas) - \[core] Fix `yarn proptypes` vs `pnpm proptypes` ([#​13199](https://togithub.com/mui/mui-x/issues/13199)) [@​JCQuintas](https://togithub.com/JCQuintas) - \[code-infra] Run corepack enable on all CI jobs ([#​13205](https://togithub.com/mui/mui-x/issues/13205)) [@​Janpot](https://togithub.com/Janpot) - \[code-infra] Use `nx` for lerna tasks ([#​13166](https://togithub.com/mui/mui-x/issues/13166)) [@​LukasTy](https://togithub.com/LukasTy)
microsoft/playwright (@​playwright/experimental-ct-react) ### [`v1.44.1`](https://togithub.com/microsoft/playwright/releases/tag/v1.44.1) [Compare Source](https://togithub.com/microsoft/playwright/compare/v1.44.0...v1.44.1) ##### Highlights [https://github.com/microsoft/playwright/issues/30779](https://togithub.com/microsoft/playwright/issues/30779) - \[REGRESSION]: When using `video: 'on'` with VSCode extension the browser got closed [https://github.com/microsoft/playwright/issues/30755](https://togithub.com/microsoft/playwright/issues/30755) - \[REGRESSION]: Electron launch with spaces inside executablePath didn't work[https://github.com/microsoft/playwright/issues/30770](https://togithub.com/microsoft/playwright/issues/30770)0 - \[REGRESSION]: Mask elements outside of viewport when creating fullscreen screenshots didn't wor[https://github.com/microsoft/playwright/issues/30858](https://togithub.com/microsoft/playwright/issues/30858)58 - \[REGRESSION]: ipv6 got shown instead of localhost in show-trace/show-report #### Browser Versions - Chromium 125.0.6422.14 - Mozilla Firefox 125.0.1 - WebKit 17.4 This version was also tested against the following stable channels: - Google Chrome 124 - Microsoft Edge 124
TanStack/query (@​tanstack/react-query) ### [`v5.39.0`](https://togithub.com/TanStack/query/releases/tag/v5.39.0) [Compare Source](https://togithub.com/TanStack/query/compare/v5.38.0...v5.39.0) Version 5.39.0 - 5/25/2024, 6:33 PM ##### Changes ##### Feat - react-query: support React 19 ([`41ec572`](https://togithub.com/TanStack/query/commit/41ec5728)) by Dominik Dorfmeister ##### Packages - [@​tanstack/react-query](https://togithub.com/tanstack/react-query)[@​5](https://togithub.com/5).39.0 - [@​tanstack/react-query-devtools](https://togithub.com/tanstack/react-query-devtools)[@​5](https://togithub.com/5).39.0 - [@​tanstack/react-query-persist-client](https://togithub.com/tanstack/react-query-persist-client)[@​5](https://togithub.com/5).39.0 - [@​tanstack/react-query-next-experimental](https://togithub.com/tanstack/react-query-next-experimental)[@​5](https://togithub.com/5).39.0 ### [`v5.38.0`](https://togithub.com/TanStack/query/releases/tag/v5.38.0) [Compare Source](https://togithub.com/TanStack/query/compare/v5.37.1...v5.38.0) Version 5.38.0 - 5/25/2024, 12:34 PM ##### Changes ##### Feat - svelte-query: useMutationState ([#​7477](https://togithub.com/TanStack/query/issues/7477)) ([`c2cf0ce`](https://togithub.com/TanStack/query/commit/c2cf0ced)) by [@​sharmapukar217](https://togithub.com/sharmapukar217) ##### Docs - update useSuspenseQuery error example ([#​7467](https://togithub.com/TanStack/query/issues/7467)) ([`aadb831`](https://togithub.com/TanStack/query/commit/aadb8312)) by [@​visualjerk](https://togithub.com/visualjerk) - remove "defaults to undefined" ([`59eef10`](https://togithub.com/TanStack/query/commit/59eef10c)) by Dominik Dorfmeister - Remove unused useState import from example ([#​7435](https://togithub.com/TanStack/query/issues/7435)) ([`308aa7e`](https://togithub.com/TanStack/query/commit/308aa7ea)) by [@​sergical](https://togithub.com/sergical) ##### Packages - [@​tanstack/query-core](https://togithub.com/tanstack/query-core)[@​5](https://togithub.com/5).38.0 - [@​tanstack/svelte-query](https://togithub.com/tanstack/svelte-query)[@​5](https://togithub.com/5).38.0 - [@​tanstack/query-broadcast-client-experimental](https://togithub.com/tanstack/query-broadcast-client-experimental)[@​5](https://togithub.com/5).38.0 - [@​tanstack/query-persist-client-core](https://togithub.com/tanstack/query-persist-client-core)[@​5](https://togithub.com/5).38.0 - [@​tanstack/query-sync-storage-persister](https://togithub.com/tanstack/query-sync-storage-persister)[@​5](https://togithub.com/5).38.0 - [@​tanstack/react-query](https://togithub.com/tanstack/react-query)[@​5](https://togithub.com/5).38.0 - [@​tanstack/react-query-devtools](https://togithub.com/tanstack/react-query-devtools)[@​5](https://togithub.com/5).38.0 - [@​tanstack/react-query-persist-client](https://togithub.com/tanstack/react-query-persist-client)[@​5](https://togithub.com/5).38.0 - [@​tanstack/react-query-next-experimental](https://togithub.com/tanstack/react-query-next-experimental)[@​5](https://togithub.com/5).38.0 - [@​tanstack/solid-query](https://togithub.com/tanstack/solid-query)[@​5](https://togithub.com/5).38.0 - [@​tanstack/solid-query-devtools](https://togithub.com/tanstack/solid-query-devtools)[@​5](https://togithub.com/5).38.0 - [@​tanstack/solid-query-persist-client](https://togithub.com/tanstack/solid-query-persist-client)[@​5](https://togithub.com/5).38.0 - [@​tanstack/svelte-query-devtools](https://togithub.com/tanstack/svelte-query-devtools)[@​5](https://togithub.com/5).38.0 - [@​tanstack/svelte-query-persist-client](https://togithub.com/tanstack/svelte-query-persist-client)[@​5](https://togithub.com/5).38.0 - [@​tanstack/vue-query](https://togithub.com/tanstack/vue-query)[@​5](https://togithub.com/5).38.0 - [@​tanstack/vue-query-devtools](https://togithub.com/tanstack/vue-query-devtools)[@​5](https://togithub.com/5).38.0 - [@​tanstack/angular-query-experimental](https://togithub.com/tanstack/angular-query-experimental)[@​5](https://togithub.com/5).38.0 - [@​tanstack/query-async-storage-persister](https://togithub.com/tanstack/query-async-storage-persister)[@​5](https://togithub.com/5).38.0 - [@​tanstack/angular-query-devtools-experimental](https://togithub.com/tanstack/angular-query-devtools-experimental)[@​5](https://togithub.com/5).38.0
react-hook-form/react-hook-form (react-hook-form) ### [`v7.51.5`](https://togithub.com/react-hook-form/react-hook-form/releases/tag/v7.51.5) [Compare Source](https://togithub.com/react-hook-form/react-hook-form/compare/v7.51.4...v7.51.5) 📖 fix broken link to examples in README.md ([#​11805](https://togithub.com/react-hook-form/react-hook-form/issues/11805)) ⌨️ close: correct type of error field in getFieldState return object ([#​11831](https://togithub.com/react-hook-form/react-hook-form/issues/11831)) 🐞 fix [#​11842](https://togithub.com/react-hook-form/react-hook-form/issues/11842) radio buttons not disabled when multiple share a name ([#​11873](https://togithub.com/react-hook-form/react-hook-form/issues/11873)) 🐞 fix [#​11821](https://togithub.com/react-hook-form/react-hook-form/issues/11821) set value with disabled false before mount ([#​11880](https://togithub.com/react-hook-form/react-hook-form/issues/11880)) 🐞 fix setError to preserve existing errors elsewhere in the object ([#​11888](https://togithub.com/react-hook-form/react-hook-form/issues/11888)) ⌨️ fix: add info.value type to WatchObserver ([#​11872](https://togithub.com/react-hook-form/react-hook-form/issues/11872)) 🫡 fix issue with internal `set` api ([#​11915](https://togithub.com/react-hook-form/react-hook-form/issues/11915)) thanks to [@​mjr2595](https://togithub.com/mjr2595) [@​erashu212](https://togithub.com/erashu212) [@​SimonJTurner](https://togithub.com/SimonJTurner) and [@​peinguin](https://togithub.com/peinguin)
xnimorz/use-debounce (use-debounce) ### [`v10.0.1`](https://togithub.com/xnimorz/use-debounce/blob/HEAD/CHANGELOG.md#1001) [Compare Source](https://togithub.com/xnimorz/use-debounce/compare/10.0.0...10.0.1) - Fixed flush method return args, thanks to [@​h](https://togithub.com/h)

Configuration

📅 Schedule: Branch creation - "before 7am on monday" (UTC), Automerge - At any time (no schedule defined).

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

Rebasing: Whenever PR is behind base branch, 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 has been generated by Mend Renovate. View repository job log here.