diff --git a/.changeset/blue-beds-deliver.md b/.changeset/blue-beds-deliver.md deleted file mode 100644 index 627d2b4acca..00000000000 --- a/.changeset/blue-beds-deliver.md +++ /dev/null @@ -1,22 +0,0 @@ ---- -'@talend/react-faceted-search': major -'@talend/design-system': major -'@talend/react-flow-designer': major -'@talend/router-bridge': major -'@talend/react-storybook-cmf': major -'@talend/react-bootstrap': major -'@talend/react-cmf-router': major -'@talend/react-components': major -'@talend/react-containers': major -'@talend/react-cmf-cqrs': major -'@talend/react-dataviz': major -'@talend/react-stepper': major -'@talend/react-forms': major -'@talend/icons': major -'@talend/react-sagas': major -'@talend/react-a11y': major -'@talend/http': major -'@talend/react-cmf': major ---- - -React: Upgrade to react 18 and @types/react 18 diff --git a/.changeset/bright-dodos-deny.md b/.changeset/bright-dodos-deny.md deleted file mode 100644 index 04b4216a504..00000000000 --- a/.changeset/bright-dodos-deny.md +++ /dev/null @@ -1,26 +0,0 @@ ---- -'@talend/scripts-core': major -'@talend/scripts-config-jest': major ---- - -- fix: enforce timer at the end of all tests. -- feat: mock ally.js has it uses unsupported dom method from jsdom. -- feat: add jest-axe configuration - - -To support floating-ui/react following issue we have decided to add an afterAll to let floating-ui finish stuff -https://github.com/floating-ui/floating-ui/issues/1908 - - -Breaking changes: - -you may have tests where you ask for jest.useFakeTimer without go back to real at some point. This is a side effect and it is not compatible with our change to support floating-ui. - -```diff -jest.useFakeTimers() -render(