openfun / cunningham

🎨 The Open FUN Design System
https://openfun.github.io/cunningham/
MIT License
23 stars 2 forks source link

⬆️(dependencies) update js dependencies #306

Closed renovate[bot] closed 5 months ago

renovate[bot] commented 7 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@babel/core (source) 7.24.0 -> 7.24.4 age adoption passing confidence
@babel/plugin-proposal-decorators (source) 7.24.0 -> 7.24.1 age adoption passing confidence
@babel/plugin-proposal-export-default-from (source) 7.23.3 -> 7.24.1 age adoption passing confidence
@babel/preset-typescript (source) 7.23.3 -> 7.24.1 age adoption passing confidence
@chromatic-com/storybook 1.2.22 -> 1.3.3 age adoption passing confidence
@fontsource-variable/roboto-flex (source) 5.0.13 -> 5.0.15 age adoption passing confidence
@fontsource/material-icons-outlined (source) 5.0.11 -> 5.0.12 age adoption passing confidence
@storybook/addon-a11y (source) 8.0.0 -> 8.0.9 age adoption passing confidence
@storybook/addon-actions (source) 8.0.0 -> 8.0.9 age adoption passing confidence
@storybook/addon-essentials (source) 8.0.0 -> 8.0.9 age adoption passing confidence
@storybook/addon-interactions (source) 8.0.0 -> 8.0.9 age adoption passing confidence
@storybook/addon-links (source) 8.0.0 -> 8.0.9 age adoption passing confidence
@storybook/react (source) 8.0.0 -> 8.0.9 age adoption passing confidence
@storybook/react-vite (source) 8.0.0 -> 8.0.9 age adoption passing confidence
@tanstack/react-table (source) 8.13.2 -> 8.16.0 age adoption passing confidence
@testing-library/dom 9.3.4 -> 10.1.0 age adoption passing confidence
@testing-library/react 14.2.1 -> 15.0.5 age adoption passing confidence
@types/node (source) 20.11.25 -> 20.12.7 age adoption passing confidence
@types/react (source) 18.2.64 -> 18.3.1 age adoption passing confidence
@types/react-dom (source) 18.2.21 -> 18.3.0 age adoption passing confidence
@typescript-eslint/eslint-plugin (source) 7.1.1 -> 7.7.1 age adoption passing confidence
@typescript-eslint/parser (source) 7.1.1 -> 7.7.1 age adoption passing confidence
@vitest/ui (source) 1.3.1 -> 1.5.2 age adoption passing confidence
chromatic (source) 11.2.0 -> 11.3.0 age adoption passing confidence
css-loader 6.10.0 -> 7.1.1 age adoption passing confidence
downshift (source) 8.4.0 -> 9.0.4 age adoption passing confidence
eslint (source) 8.57.0 -> 9.1.1 age adoption passing confidence
eslint-config-next (source) 14.1.3 -> 14.2.3 age adoption passing confidence
eslint-plugin-formatjs 4.12.2 -> 4.13.0 age adoption passing confidence
eslint-plugin-react 7.34.0 -> 7.34.1 age adoption passing confidence
eslint-plugin-react-hooks (source) 4.6.0 -> 4.6.2 age adoption passing confidence
glob 10.3.10 -> 10.3.12 age adoption passing confidence
react (source) 18.2.0 -> 18.3.1 age adoption passing confidence
react-dom (source) 18.2.0 -> 18.3.1 age adoption passing confidence
react-hook-form (source) 7.51.0 -> 7.51.3 age adoption passing confidence
sass 1.71.1 -> 1.75.0 age adoption passing confidence
sass-loader 14.1.1 -> 14.2.1 age adoption passing confidence
storybook (source) 8.0.0 -> 8.0.9 age adoption passing confidence
style-loader 3.3.4 -> 4.0.0 age adoption passing confidence
turbo (source) 1.12.5 -> 1.13.3 age adoption passing confidence
typescript (source) 5.4.2 -> 5.4.5 age adoption passing confidence
vite (source) 5.1.5 -> 5.2.10 age adoption passing confidence
vite-plugin-dts 3.7.3 -> 3.9.0 age adoption passing confidence
vite-tsconfig-paths 4.3.1 -> 4.3.2 age adoption passing confidence
vitest (source) 1.3.1 -> 1.5.2 age adoption passing confidence

Release Notes

babel/babel (@​babel/core) ### [`v7.24.4`](https://togithub.com/babel/babel/blob/HEAD/CHANGELOG.md#v7244-2024-04-03) [Compare Source](https://togithub.com/babel/babel/compare/v7.24.3...v7.24.4) ##### :eyeglasses: Spec Compliance - `babel-parser` - [#​16403](https://togithub.com/babel/babel/pull/16403) Forbid initializerless using ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-helpers`, `babel-plugin-proposal-decorators`, `babel-runtime-corejs3` - [#​16388](https://togithub.com/babel/babel/pull/16388) Ensure decorators are callable ([@​JLHwung](https://togithub.com/JLHwung)) ##### :bug: Bug Fix - `babel-generator` - [#​16402](https://togithub.com/babel/babel/pull/16402) fix: Correctly prints `{ [key in Bar]? }` ([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu)) - [#​16394](https://togithub.com/babel/babel/pull/16394) fix: Correctly generate `TSMappedType` ([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu)) - `babel-compat-data`, `babel-plugin-bugfix-firefox-class-in-computed-class-key`, `babel-preset-env` - [#​16390](https://togithub.com/babel/babel/pull/16390) Create bugfix plugin for classes in computed keys in Firefox ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-helper-create-class-features-plugin`, `babel-plugin-proposal-decorators` - [#​16387](https://togithub.com/babel/babel/pull/16387) fix: support mutated outer decorated class binding ([@​JLHwung](https://togithub.com/JLHwung)) - [#​16385](https://togithub.com/babel/babel/pull/16385) fix: Decorators when `super()` exists and `protoInit` is not needed ([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu)) - `babel-plugin-transform-block-scoping` - [#​16384](https://togithub.com/babel/babel/pull/16384) fix: Transform scoping for `for X` in loop ([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu)) - [#​16368](https://togithub.com/babel/babel/pull/16368) fix: Capture `let` when the `for` body is not a block ([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu)) - `babel-core`, `babel-plugin-transform-block-scoped-functions`, `babel-plugin-transform-block-scoping` - [#​16363](https://togithub.com/babel/babel/pull/16363) Fix incorrect function hoisting in some case statements ([@​luiscubal](https://togithub.com/luiscubal)) ### [`v7.24.3`](https://togithub.com/babel/babel/blob/HEAD/CHANGELOG.md#v7243-2024-03-20) [Compare Source](https://togithub.com/babel/babel/compare/v7.24.1...v7.24.3) ##### :bug: Bug Fix - `babel-helper-module-imports` - [#​16370](https://togithub.com/babel/babel/pull/16370) fix: do not inject the same imported identifier multiple times ([@​ota-meshi](https://togithub.com/ota-meshi)) ### [`v7.24.1`](https://togithub.com/babel/babel/blob/HEAD/CHANGELOG.md#v7241-2024-03-19) [Compare Source](https://togithub.com/babel/babel/compare/v7.24.0...v7.24.1) ##### :bug: Bug Fix - `babel-helper-create-class-features-plugin`, `babel-plugin-proposal-decorators` - [#​16350](https://togithub.com/babel/babel/pull/16350) Fix decorated class computed keys ordering ([@​JLHwung](https://togithub.com/JLHwung)) - [#​16344](https://togithub.com/babel/babel/pull/16344) Fix decorated class static field private access ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-plugin-proposal-decorators`, `babel-plugin-proposal-json-modules`, `babel-plugin-transform-async-generator-functions`, `babel-plugin-transform-regenerator`, `babel-plugin-transform-runtime`, `babel-preset-env` - [#​16329](https://togithub.com/babel/babel/pull/16329) Respect `moduleName` for `@babel/runtime/regenerator` imports ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-helper-create-class-features-plugin`, `babel-plugin-proposal-decorators`, `babel-plugin-proposal-pipeline-operator`, `babel-plugin-transform-class-properties` - [#​16331](https://togithub.com/babel/babel/pull/16331) Fix decorator memoiser binding kind ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-helper-create-class-features-plugin`, `babel-helper-replace-supers`, `babel-plugin-proposal-decorators`, `babel-plugin-transform-class-properties` - [#​16325](https://togithub.com/babel/babel/pull/16325) Fix decorator evaluation private environment ([@​JLHwung](https://togithub.com/JLHwung)) ##### :memo: Documentation - [#​16319](https://togithub.com/babel/babel/pull/16319) Update SECURITY.md ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) ##### :house: Internal - `babel-code-frame`, `babel-highlight` - [#​16359](https://togithub.com/babel/babel/pull/16359) Replace `chalk` with `picocolors` ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-helper-fixtures`, `babel-helpers`, `babel-plugin-bugfix-safari-id-destructuring-collision-in-function-expression`, `babel-plugin-proposal-pipeline-operator`, `babel-plugin-transform-unicode-sets-regex`, `babel-preset-env`, `babel-preset-flow` - [#​16352](https://togithub.com/babel/babel/pull/16352) Run Babel transform tests on old node if possible ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-helpers`, `babel-plugin-transform-async-generator-functions`, `babel-plugin-transform-class-properties`, `babel-plugin-transform-class-static-block`, `babel-plugin-transform-modules-commonjs`, `babel-plugin-transform-modules-systemjs`, `babel-plugin-transform-regenerator`, `babel-plugin-transform-runtime`, `babel-preset-env`, `babel-runtime-corejs3`, `babel-runtime`, `babel-standalone` - [#​16323](https://togithub.com/babel/babel/pull/16323) Allow separate helpers to be excluded in Babel 8 ([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu)) - `babel-helper-module-imports`, `babel-plugin-proposal-import-wasm-source`, `babel-plugin-proposal-json-modules`, `babel-plugin-proposal-record-and-tuple`, `babel-plugin-transform-react-jsx-development`, `babel-plugin-transform-react-jsx` - [#​16349](https://togithub.com/babel/babel/pull/16349) Support merging imports in import injector ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-helper-create-class-features-plugin`, `babel-plugin-bugfix-safari-id-destructuring-collision-in-function-expression`, `babel-plugin-bugfix-v8-spread-parameters-in-optional-chaining`, `babel-plugin-bugfix-v8-static-class-fields-redefine-readonly`, `babel-plugin-external-helpers`, `babel-plugin-proposal-async-do-expressions`, `babel-plugin-proposal-decorators`, `babel-plugin-proposal-destructuring-private`, `babel-plugin-proposal-do-expressions`, `babel-plugin-proposal-duplicate-named-capturing-groups-regex`, `babel-plugin-proposal-explicit-resource-management`, `babel-plugin-proposal-export-default-from`, `babel-plugin-proposal-function-bind`, `babel-plugin-proposal-function-sent`, `babel-plugin-proposal-import-attributes-to-assertions`, `babel-plugin-proposal-import-defer`, `babel-plugin-proposal-import-wasm-source`, `babel-plugin-proposal-json-modules`, `babel-plugin-proposal-optional-chaining-assign`, `babel-plugin-proposal-partial-application`, `babel-plugin-proposal-pipeline-operator`, `babel-plugin-proposal-record-and-tuple`, `babel-plugin-proposal-regexp-modifiers`, `babel-plugin-proposal-throw-expressions`, `babel-plugin-syntax-async-do-expressions`, `babel-plugin-syntax-decimal`, `babel-plugin-syntax-decorators`, `babel-plugin-syntax-destructuring-private`, `babel-plugin-syntax-do-expressions`, `babel-plugin-syntax-explicit-resource-management`, `babel-plugin-syntax-export-default-from`, `babel-plugin-syntax-flow`, `babel-plugin-syntax-function-bind`, `babel-plugin-syntax-function-sent`, `babel-plugin-syntax-import-assertions`, `babel-plugin-syntax-import-attributes`, `babel-plugin-syntax-import-defer`, `babel-plugin-syntax-import-reflection`, `babel-plugin-syntax-import-source`, `babel-plugin-syntax-jsx`, `babel-plugin-syntax-module-blocks`, `babel-plugin-syntax-optional-chaining-assign`, `babel-plugin-syntax-partial-application`, `babel-plugin-syntax-pipeline-operator`, `babel-plugin-syntax-record-and-tuple`, `babel-plugin-syntax-throw-expressions`, `babel-plugin-syntax-typescript`, `babel-plugin-transform-arrow-functions`, `babel-plugin-transform-async-generator-functions`, `babel-plugin-transform-async-to-generator`, `babel-plugin-transform-block-scoped-functions`, `babel-plugin-transform-block-scoping`, `babel-plugin-transform-class-properties`, `babel-plugin-transform-class-static-block`, `babel-plugin-transform-classes`, `babel-plugin-transform-computed-properties`, `babel-plugin-transform-destructuring`, `babel-plugin-transform-dotall-regex`, `babel-plugin-transform-duplicate-keys`, `babel-plugin-transform-dynamic-import`, `babel-plugin-transform-exponentiation-operator`, `babel-plugin-transform-export-namespace-from`, `babel-plugin-transform-flow-comments`, `babel-plugin-transform-flow-strip-types`, `babel-plugin-transform-for-of`, `babel-plugin-transform-function-name`, `babel-plugin-transform-instanceof`, `babel-plugin-transform-jscript`, `babel-plugin-transform-json-strings`, `babel-plugin-transform-literals`, `babel-plugin-transform-logical-assignment-operators`, `babel-plugin-transform-member-expression-literals`, `babel-plugin-transform-modules-amd`, `babel-plugin-transform-modules-commonjs`, `babel-plugin-transform-modules-systemjs`, `babel-plugin-transform-modules-umd`, `babel-plugin-transform-new-target`, `babel-plugin-transform-nullish-coalescing-operator`, `babel-plugin-transform-numeric-separator`, `babel-plugin-transform-object-assign`, `babel-plugin-transform-object-rest-spread`, `babel-plugin-transform-object-set-prototype-of-to-assign`, `babel-plugin-transform-object-super`, `babel-plugin-transform-optional-catch-binding`, `babel-plugin-transform-optional-chaining`, `babel-plugin-transform-parameters`, `babel-plugin-transform-private-methods`, `babel-plugin-transform-private-property-in-object`, `babel-plugin-transform-property-literals`, `babel-plugin-transform-property-mutators`, `babel-plugin-transform-proto-to-assign`, `babel-plugin-transform-react-constant-elements`, `babel-plugin-transform-react-display-name`, `babel-plugin-transform-react-inline-elements`, `babel-plugin-transform-react-jsx-compat`, `babel-plugin-transform-react-jsx-self`, `babel-plugin-transform-react-jsx-source`, `babel-plugin-transform-react-pure-annotations`, `babel-plugin-transform-regenerator`, `babel-plugin-transform-reserved-words`, `babel-plugin-transform-runtime`, `babel-plugin-transform-shorthand-properties`, `babel-plugin-transform-spread`, `babel-plugin-transform-sticky-regex`, `babel-plugin-transform-strict-mode`, `babel-plugin-transform-template-literals`, `babel-plugin-transform-typeof-symbol`, `babel-plugin-transform-typescript`, `babel-plugin-transform-unicode-escapes`, `babel-plugin-transform-unicode-property-regex`, `babel-plugin-transform-unicode-regex`, `babel-plugin-transform-unicode-sets-regex`, `babel-preset-env`, `babel-preset-flow`, `babel-preset-react`, `babel-preset-typescript` - [#​16332](https://togithub.com/babel/babel/pull/16332) Test Babel 7 plugins compatibility with Babel 8 core ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-compat-data`, `babel-plugin-transform-object-rest-spread`, `babel-preset-env` - [#​16318](https://togithub.com/babel/babel/pull/16318) \[babel 8] Fix `@babel/compat-data` package.json ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) ##### :microscope: Output optimization - `babel-helper-replace-supers`, `babel-plugin-transform-class-properties`, `babel-plugin-transform-classes`, `babel-plugin-transform-parameters`, `babel-plugin-transform-runtime` - [#​16345](https://togithub.com/babel/babel/pull/16345) Optimize the use of `assertThisInitialized` after `super()` ([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu)) - `babel-plugin-transform-class-properties`, `babel-plugin-transform-classes` - [#​16343](https://togithub.com/babel/babel/pull/16343) Use simpler `assertThisInitialized` more often ([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu)) - `babel-plugin-proposal-decorators`, `babel-plugin-transform-class-properties`, `babel-plugin-transform-object-rest-spread`, `babel-traverse` - [#​16342](https://togithub.com/babel/babel/pull/16342) Consider well-known and registered symbols as literals ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-core`, `babel-plugin-external-helpers`, `babel-plugin-proposal-decorators`, `babel-plugin-proposal-function-bind`, `babel-plugin-transform-class-properties`, `babel-plugin-transform-classes`, `babel-plugin-transform-flow-comments`, `babel-plugin-transform-flow-strip-types`, `babel-plugin-transform-function-name`, `babel-plugin-transform-modules-systemjs`, `babel-plugin-transform-parameters`, `babel-plugin-transform-private-property-in-object`, `babel-plugin-transform-react-jsx`, `babel-plugin-transform-runtime`, `babel-plugin-transform-spread`, `babel-plugin-transform-typescript`, `babel-preset-env` - [#​16326](https://togithub.com/babel/babel/pull/16326) Reduce the use of class names ([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu))
chromaui/addon-visual-tests (@​chromatic-com/storybook) ### [`v1.3.3`](https://togithub.com/chromaui/addon-visual-tests/blob/HEAD/CHANGELOG.md#v133-Mon-Apr-15-2024) [Compare Source](https://togithub.com/chromaui/addon-visual-tests/compare/v1.3.2...v1.3.3) ##### πŸ› Bug Fix - Fix bundling strategy of tsup [#​289](https://togithub.com/chromaui/addon-visual-tests/pull/289) ([@​valentinpalkovic](https://togithub.com/valentinpalkovic)) ##### Authors: 1 - Valentin Palkovic ([@​valentinpalkovic](https://togithub.com/valentinpalkovic)) *** ### [`v1.3.2`](https://togithub.com/chromaui/addon-visual-tests/blob/HEAD/CHANGELOG.md#v132-Tue-Apr-09-2024) [Compare Source](https://togithub.com/chromaui/addon-visual-tests/compare/v1.3.1...v1.3.2) ##### πŸ› Bug Fix - Refactor and add telemetry to onboarding screens [#​287](https://togithub.com/chromaui/addon-visual-tests/pull/287) ([@​ghengeveld](https://togithub.com/ghengeveld)) - Upgrade to latest stable Storybook version (8.0.6) [#​286](https://togithub.com/chromaui/addon-visual-tests/pull/286) ([@​ghengeveld](https://togithub.com/ghengeveld)) ##### Authors: 1 - Gert Hengeveld ([@​ghengeveld](https://togithub.com/ghengeveld)) *** ### [`v1.3.1`](https://togithub.com/chromaui/addon-visual-tests/blob/HEAD/CHANGELOG.md#v131-Fri-Apr-05-2024) [Compare Source](https://togithub.com/chromaui/addon-visual-tests/compare/v1.3.0...v1.3.1) ##### πŸ› Bug Fix - Deeply reset the build progress when starting a new build [#​284](https://togithub.com/chromaui/addon-visual-tests/pull/284) ([@​ghengeveld](https://togithub.com/ghengeveld)) - Fix white background on snapshot image thumbnail with transparent `backgroundColor` [#​283](https://togithub.com/chromaui/addon-visual-tests/pull/283) ([@​ghengeveld](https://togithub.com/ghengeveld)) - Tweak messaging for snapshotting new story [#​285](https://togithub.com/chromaui/addon-visual-tests/pull/285) ([@​ghengeveld](https://togithub.com/ghengeveld)) ##### Authors: 1 - Gert Hengeveld ([@​ghengeveld](https://togithub.com/ghengeveld)) *** ### [`v1.3.0`](https://togithub.com/chromaui/addon-visual-tests/blob/HEAD/CHANGELOG.md#v130-Thu-Apr-04-2024) [Compare Source](https://togithub.com/chromaui/addon-visual-tests/compare/v1.2.26...v1.3.0) ##### πŸš€ Enhancement - Open addon panel when notification is clicked, and pass new `duration` option [#​281](https://togithub.com/chromaui/addon-visual-tests/pull/281) ([@​ghengeveld](https://togithub.com/ghengeveld)) - Show error screen when account is suspended [#​282](https://togithub.com/chromaui/addon-visual-tests/pull/282) ([@​ghengeveld](https://togithub.com/ghengeveld)) ##### πŸ› Bug Fix - Save local state in `sessionStorage` or shared state [#​274](https://togithub.com/chromaui/addon-visual-tests/pull/274) ([@​ghengeveld](https://togithub.com/ghengeveld)) - Fix misbehaving in rendering when addon is not active [#​272](https://togithub.com/chromaui/addon-visual-tests/pull/272) ([@​yannbf](https://togithub.com/yannbf) [@​ghengeveld](https://togithub.com/ghengeveld)) ##### Authors: 2 - Gert Hengeveld ([@​ghengeveld](https://togithub.com/ghengeveld)) - Yann Braga ([@​yannbf](https://togithub.com/yannbf)) *** ### [`v1.2.26`](https://togithub.com/chromaui/addon-visual-tests/blob/HEAD/CHANGELOG.md#v1226-Tue-Apr-02-2024) [Compare Source](https://togithub.com/chromaui/addon-visual-tests/compare/v1.2.25...v1.2.26) ##### πŸ› Bug Fix - Add link to Visual Tests webpage on Authentication screens [#​276](https://togithub.com/chromaui/addon-visual-tests/pull/276) ([@​ghengeveld](https://togithub.com/ghengeveld)) - Upgrade Chromatic CLI and pass `skipUpdateCheck: false` [#​278](https://togithub.com/chromaui/addon-visual-tests/pull/278) ([@​ghengeveld](https://togithub.com/ghengeveld)) - Update addon metadata [#​227](https://togithub.com/chromaui/addon-visual-tests/pull/227) ([@​kylegach](https://togithub.com/kylegach)) ##### Authors: 2 - Gert Hengeveld ([@​ghengeveld](https://togithub.com/ghengeveld)) - Kyle Gach ([@​kylegach](https://togithub.com/kylegach)) *** ### [`v1.2.25`](https://togithub.com/chromaui/addon-visual-tests/blob/HEAD/CHANGELOG.md#v1225-Wed-Mar-20-2024) [Compare Source](https://togithub.com/chromaui/addon-visual-tests/compare/v1.2.24...v1.2.25) ##### πŸ› Bug Fix - VTA: Fix tooltip spacing [#​219](https://togithub.com/chromaui/addon-visual-tests/pull/219) ([@​MichaelArestad](https://togithub.com/MichaelArestad)) ##### Authors: 1 - Michael Arestad ([@​MichaelArestad](https://togithub.com/MichaelArestad)) *** ### [`v1.2.24`](https://togithub.com/chromaui/addon-visual-tests/blob/HEAD/CHANGELOG.md#v1224-Wed-Mar-20-2024) [Compare Source](https://togithub.com/chromaui/addon-visual-tests/compare/v1.2.23...v1.2.24) ##### πŸ› Bug Fix - Update guided tour tooltip to match Storybook [#​226](https://togithub.com/chromaui/addon-visual-tests/pull/226) ([@​MichaelArestad](https://togithub.com/MichaelArestad)) - Setup GitHub issue template [#​224](https://togithub.com/chromaui/addon-visual-tests/pull/224) ([@​ghengeveld](https://togithub.com/ghengeveld)) - Create `SECURITY.md` [#​225](https://togithub.com/chromaui/addon-visual-tests/pull/225) ([@​ghengeveld](https://togithub.com/ghengeveld)) ##### Authors: 2 - Gert Hengeveld ([@​ghengeveld](https://togithub.com/ghengeveld)) - Michael Arestad ([@​MichaelArestad](https://togithub.com/MichaelArestad)) *** ### [`v1.2.23`](https://togithub.com/chromaui/addon-visual-tests/blob/HEAD/CHANGELOG.md#v1223-Mon-Mar-18-2024) [Compare Source](https://togithub.com/chromaui/addon-visual-tests/compare/v1.2.22...v1.2.23) ##### πŸ› Bug Fix - Fix dramatic layout bug during onboarding [#​223](https://togithub.com/chromaui/addon-visual-tests/pull/223) ([@​MichaelArestad](https://togithub.com/MichaelArestad)) ##### Authors: 1 - Michael Arestad ([@​MichaelArestad](https://togithub.com/MichaelArestad)) ***
fontsource/font-files (@​fontsource-variable/roboto-flex) ### [`v5.0.15`](https://togithub.com/fontsource/font-files/compare/15ff1486b69882be85b19d07a992d9276bd56a60...f069547c3d25cb9602fdbc1d9eb1f34046dc8353) [Compare Source](https://togithub.com/fontsource/font-files/compare/15ff1486b69882be85b19d07a992d9276bd56a60...f069547c3d25cb9602fdbc1d9eb1f34046dc8353) ### [`v5.0.14`](https://togithub.com/fontsource/font-files/compare/12dc020bbe1bcf31176cd28794329fad1119020a...15ff1486b69882be85b19d07a992d9276bd56a60) [Compare Source](https://togithub.com/fontsource/font-files/compare/12dc020bbe1bcf31176cd287943

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.

changeset-bot[bot] commented 7 months ago

πŸ¦‹ Changeset detected

Latest commit: 2228543ece4c7f653d6481912c4388b18f16de6a

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package | Name | Type | | ------------------------- | ----- | | @openfun/cunningham-react | Minor |

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

renovate[bot] commented 6 months ago

⚠ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

β™» Renovate will retry this branch, including artifacts, only when one of the following happens:

The artifact failure details are included below:

File name: package-lock.json
npm error code ERESOLVE
npm error ERESOLVE unable to resolve dependency tree
npm error
npm error While resolving: eslint-config-custom@0.0.0
npm error Found: eslint@9.1.1
npm error node_modules/eslint
npm error   eslint@"9.1.1" from eslint-config-custom@0.0.0
npm error   packages/eslint-config-custom
npm error     eslint-config-custom@0.0.0
npm error     node_modules/eslint-config-custom
npm error       workspace packages/eslint-config-custom from the root project
npm error       1 more (@openfun/cunningham-tokens)
npm error
npm error Could not resolve dependency:
npm error peer eslint@"^8.56.0" from @typescript-eslint/parser@7.7.1
npm error node_modules/@typescript-eslint/parser
npm error   @typescript-eslint/parser@"7.7.1" from eslint-config-custom@0.0.0
npm error   packages/eslint-config-custom
npm error     eslint-config-custom@0.0.0
npm error     node_modules/eslint-config-custom
npm error       workspace packages/eslint-config-custom from the root project
npm error       1 more (@openfun/cunningham-tokens)
npm error   peer @typescript-eslint/parser@"^7.0.0" from @typescript-eslint/eslint-plugin@7.7.1
npm error   node_modules/@typescript-eslint/eslint-plugin
npm error     @typescript-eslint/eslint-plugin@"7.7.1" from eslint-config-custom@0.0.0
npm error     packages/eslint-config-custom
npm error       eslint-config-custom@0.0.0
npm error       node_modules/eslint-config-custom
npm error
npm error Fix the upstream dependency conflict, or retry
npm error this command with --force or --legacy-peer-deps
npm error to accept an incorrect (and potentially broken) dependency resolution.
npm error
npm error
npm error For a full report see:
npm error /tmp/renovate/cache/others/npm/_logs/2024-04-29T10_41_06_791Z-eresolve-report.txt

npm error A complete log of this run can be found in: /tmp/renovate/cache/others/npm/_logs/2024-04-29T10_41_06_791Z-debug-0.log
renovate[bot] commented 5 months ago

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠ Warning: custom changes will be lost.