- Bump
stripes-erm-components
tov8
. Refs ERM-2235 and ERM-2453. - Bump
stripes
to8.0.0
. Refs STCOM-1067, STSMACOM-1067, STCOR-663, et al. - Bump
stripes-cli
to2.7.0
. Refs STCLI-227. - Upgrade
react-redux
tov8
. Refs STRIPES-834. - Remove
swr
. Refs STCOR-611`. - Bump
stripes-authority-components
tov2
. Refs UISAUTCOMP-37. - Bump
@rehooks/local-storage
to2.4.4
. Refs STRIPES-839.
- Add additional shared third-party dependencies. Refs FOLIO-3602.
- Bump
stripes-erm-components
fromv6
tov7
. Refs FOLIO-3620. - Lock
enhanced-resolve
to~5.10.0
to avoid the buggy 5.11.0 release. Refs STRWEB-61. - Remove
enhanced-resolve
resolutions entry. Refs STRWEB-62.
yarn install
now runs with--ignore-scripts
by default, which prevents packages from running scripts after install. Only one case is currently needed forstripes-core
to build icons, so a post-install step has been added to invoke that automatically. Refs STRIPES-726