From c62e6806092c28c162b72fd587159152393be8c8 Mon Sep 17 00:00:00 2001 From: Zak Burke Date: Tue, 18 Jul 2023 17:07:05 -0400 Subject: [PATCH 1/2] STCOM-1179 update stripes deps for react v18 Missed a few updates in the previous PR. These updates bring stripes-cli and eslint-config-stripes into line around react 18 and other breaking changes related to svg that must by synchronized across stripes-webpack and stripes-components. Refs STCOM-1179 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index fbf3d9292..6eb427ab2 100644 --- a/package.json +++ b/package.json @@ -48,8 +48,8 @@ "@babel/preset-react": "^7.7.4", "@babel/register": "^7.0.0", "@bigtest/interactor": "0.7.2", - "@folio/eslint-config-stripes": "^6", - "@folio/stripes-cli": "^2.4.0", + "@folio/eslint-config-stripes": "^7.0.0", + "@folio/stripes-cli": "^3.0.0", "@folio/stripes-testing": "^4.5.0", "@formatjs/cli": "^6.0.4", "@mdx-js/loader": "^1.6.22", From 65bc9c56e9afcd41d76c3852765f1d98937a7b22 Mon Sep 17 00:00:00 2001 From: Zak Burke Date: Wed, 19 Jul 2023 16:59:40 -0400 Subject: [PATCH 2/2] changelogging --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a076309e0..38d9e1667 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -33,6 +33,7 @@ * Provide the searchableOptions prop to the SearchField component to use it as children for options in the Select component. Refs STCOM-1183. * Provide the `getFieldUniqueKey` prop to define a `key` for the list items in the `` component. Refs STCOM-1186. * Bugfix for `` - onRemove should support remove button clicks and list de-selection as it does backspace. Refs STCOM-1106. +* *BREAKING* bump `react` to `v18`. Refs STCOM-1179. ## [11.0.0](https://github.com/folio-org/stripes-components/tree/v11.0.0) (2023-01-30) [Full Changelog](https://github.com/folio-org/stripes-components/compare/v10.3.0...v11.0.0)