When running npm ci (which is the equivalent of yarn install --frozen-lockfile) we get this deprecation warnings
npm warn deprecated @types/wordpress__api-fetch@3.23.1: This is a stub types definition. @wordpress/api-fetch provides its own type definitions, so you do not need this installed.
npm warn deprecated @types/wordpress__blob@2.8.0: This is a stub types definition. wordpress__blob provides its own type definitions, so you do not need this installed.
npm warn deprecated @types/wordpress__dom-ready@2.9.0: This is a stub types definition. wordpress__dom-ready provides its own type definitions, so you do not need this installed.
npm warn deprecated @types/swiper@6.0.0: This is a stub types definition. swiper provides its own type definitions, so you do not need this installed.
npm warn deprecated rimraf@2.6.3: Rimraf versions prior to v4 are no longer supported
npm warn deprecated rimraf@2.7.1: Rimraf versions prior to v4 are no longer supported
npm warn deprecated glob@7.2.3: Glob versions prior to v9 are no longer supported
npm warn deprecated glob@7.2.3: Glob versions prior to v9 are no longer supported
npm warn deprecated mkdirp@0.3.0: Legacy versions of mkdirp are no longer supported. Please update to mkdirp 1.x. (Note that the API surface has changed to use Promises in 1.x.)
npm warn deprecated react-instantsearch-hooks@6.47.3: package has moved to react-instantsearch-core
npm warn deprecated react-instantsearch-hooks-web@6.47.3: package has moved to react-instantsearch
When running
npm ci
(which is the equivalent ofyarn install --frozen-lockfile
) we get this deprecation warnings