diff --git a/.changeset/afraid-wolves-mix.md b/.changeset/afraid-wolves-mix.md deleted file mode 100644 index fa9c35ce87..0000000000 --- a/.changeset/afraid-wolves-mix.md +++ /dev/null @@ -1,19 +0,0 @@ ---- -'@commercetools-frontend/application-shell': minor ---- - -Add support for setting the `audience` policy. The policy can be used to determine how the `audience` value is exchanged between the Merchant Center API and the external API. - -Supported values are: - -- `forward-url-full-path`: This is the default policy. It sets the `audience` using the full URL (origin + pathname). -- `forward-url-origin`: This is the alternative policy. It sets the `audience` using only the origin URL part. - -```js -createApolloContextForProxyForwardTo({ - audiencePolicy: 'forward-url-origin', - // ... -}); - -// "X-Forward-To-Audience-Policy": "forward-url-origin" -``` diff --git a/.changeset/angry-days-swim.md b/.changeset/angry-days-swim.md deleted file mode 100644 index 64444d6030..0000000000 --- a/.changeset/angry-days-swim.md +++ /dev/null @@ -1,31 +0,0 @@ ---- -'@commercetools-frontend/application-shell-connectors': patch ---- - -There is a new React hook which you can use to access the Project Images rewrite configuration [see documentation](https://docs.commercetools.com/custom-applications/api-reference/commercetools-frontend-application-shell-connectors#project-image-settings). - -You would use it like this: - -```js -function MyComponent() { - const { isLoading, imageRegex } = useProjectExtensionImageRegex(); - - if (isLoading) return ; - - return ( -
-

Project images regex: {imageRegex}

-
- ); -} - -function MyApp() { - return ( - - - - ); -} -``` - -Both `GetProjectExtensionImageRegex` component and `withProjectExtensionImageRegex` still exists for backwards compatibility but have been marked as deprecated. diff --git a/.changeset/beige-moles-listen.md b/.changeset/beige-moles-listen.md deleted file mode 100644 index 60477937ee..0000000000 --- a/.changeset/beige-moles-listen.md +++ /dev/null @@ -1,30 +0,0 @@ ---- -'@commercetools-frontend/application-config': minor ---- - -Provide better support for developing Custom Applications in TypeScript. - -A shared TSConfig file is now available to be used as a base config in your `tsconfig.json` file: - -```json -{ - "extends": "@commercetools-frontend/application-config/tsconfig-mc-app.json" -} -``` - -Furthermore, we provide a `client.d.ts` declaration file with some basic type shims for importing media assets: - -- `.mod.css` and `.module.css` -- `.png` -- `.svg` - -You can include this using the TypeScript triple-slash directives: - -```ts -/// -``` - -> By default, this is included in the TypeScript starter template `src/index.tsx` entry point file. - -You can also include this in the `tsconfig.json` file in the `compilerOptions.types` field but we don't recommend -to use that unless you are very familiar with the [implications of using the `types` field](https://www.typescriptlang.org/tsconfig#types). diff --git a/.changeset/bright-plants-fail.md b/.changeset/bright-plants-fail.md deleted file mode 100644 index 3a36dcc8b2..0000000000 --- a/.changeset/bright-plants-fail.md +++ /dev/null @@ -1,28 +0,0 @@ ---- -'@commercetools-backend/eslint-config-node': patch -'@commercetools-backend/express': patch -'@commercetools-backend/loggers': patch -'@commercetools-frontend/actions-global': patch -'@commercetools-frontend/application-config': patch -'@commercetools-frontend/application-shell': patch -'@commercetools-frontend/application-shell-connectors': patch -'@commercetools-frontend/assets': patch -'@commercetools-frontend/babel-preset-mc-app': patch -'@commercetools-frontend/browser-history': patch -'@commercetools-frontend/constants': patch -'@commercetools-frontend/create-mc-app': patch -'@commercetools-frontend/eslint-config-mc-app': patch -'@commercetools-frontend/i18n': patch -'@commercetools-frontend/jest-preset-mc-app': patch -'@commercetools-frontend/l10n': patch -'@commercetools-frontend/mc-html-template': patch -'@commercetools-frontend/mc-scripts': patch -'@commercetools-frontend/notifications': patch -'@commercetools-frontend/permissions': patch -'@commercetools-frontend/react-notifications': patch -'@commercetools-frontend/sdk': patch -'@commercetools-frontend/sentry': patch -'@commercetools-frontend/url-utils': patch ---- - -Drop the copyright year from the license files diff --git a/.changeset/bright-students-worry.md b/.changeset/bright-students-worry.md deleted file mode 100644 index dba02eb268..0000000000 --- a/.changeset/bright-students-worry.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@commercetools-frontend/sdk': patch ---- - -Refine internal types diff --git a/.changeset/dirty-ravens-judge.md b/.changeset/dirty-ravens-judge.md deleted file mode 100644 index fac26db01c..0000000000 --- a/.changeset/dirty-ravens-judge.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@commercetools-frontend/l10n': minor ---- - -The localized data has been updated. In particular, the time zones data has been updated and restructured to be more usable and readable. diff --git a/.changeset/dry-planes-fry.md b/.changeset/dry-planes-fry.md deleted file mode 100644 index 87ca0b0fc6..0000000000 --- a/.changeset/dry-planes-fry.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@commercetools-frontend/application-components': patch ---- - -Accessibility improvements of the `` component. diff --git a/.changeset/early-kids-refuse.md b/.changeset/early-kids-refuse.md deleted file mode 100644 index aaf774a5c9..0000000000 --- a/.changeset/early-kids-refuse.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -'merchant-center-application-template-starter-typescript': minor -'@commercetools-frontend/create-mc-app': minor -'merchant-center-application-template-starter': minor ---- - -There is a new starter template to develop Custom Applications in TypeScript! - -To install it via the `@commercetools-frontend/create-mc-app` CLI: - -```bash -$ npx @commercetools-frontend/create-mc-app@latest \ - --template starter-typescript -``` - -The TypeScript starter template is the same as the standard JS starter template in terms of functionality -but it includes the additional TypeScript setup. - -If you already have a Custom Application in TypeScript or are planning to migrate an existing one to it -we recommend to take a look at the tooling setup of the TypeScript starter template, in particular: - -- `.prettierrc` for using the `typescript` parser. -- `jest.*.config.js` to include the file extensions `.ts` and `.tsx`. -- `tsconfig.json` diff --git a/.changeset/eight-horses-carry.md b/.changeset/eight-horses-carry.md deleted file mode 100644 index 6a630fe021..0000000000 --- a/.changeset/eight-horses-carry.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@commercetools-backend/express': patch ---- - -Fix reading and validating case sensitive `X-MC-API-*` headers diff --git a/.changeset/little-wasps-hug.md b/.changeset/little-wasps-hug.md deleted file mode 100644 index ba1ed9d7b6..0000000000 --- a/.changeset/little-wasps-hug.md +++ /dev/null @@ -1,28 +0,0 @@ ---- -'@commercetools-frontend/mc-scripts': minor ---- - -Migrate CLI to TypeScript. - -Internally, the CLI now uses [cac](https://github.com/cacjs/cac) to handle CLI commands and options. - -# Deprecated entry points - -Importing the function `createPostcssConfig` from the main entry point `@commercetools-frontend/mc-scripts` is now deprecated. Use the entry point `@commercetools-frontend/mc-scripts/postcss` instead. - -```diff -const { - createPostcssConfig, --} = require('@commercetools-frontend/mc-scripts'); -+} = require('@commercetools-frontend/mc-scripts/postcss'); -``` - -Importing the functions `createWebpackConfigForDevelopment` and `createWebpackConfigForProduction` from the main entry point `@commercetools-frontend/mc-scripts` is now deprecated. Use the entry point `@commercetools-frontend/mc-scripts/webpack` instead. - -```diff -const { - createWebpackConfigForDevelopment, - createWebpackConfigForProduction, --} = require('@commercetools-frontend/mc-scripts'); -+} = require('@commercetools-frontend/mc-scripts/webpack'); -``` diff --git a/.changeset/perfect-drinks-teach.md b/.changeset/perfect-drinks-teach.md deleted file mode 100644 index ffa38b244d..0000000000 --- a/.changeset/perfect-drinks-teach.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -'@commercetools-backend/express': minor ---- - -Add support for setting the `audience` policy. The policy can be used to determine how the `audience` value is exchanged between the Merchant Center API and the external API. - -Supported values are: - -- `forward-url-full-path`: This is the default policy. It sets the `audience` using the full URL (origin + pathname). -- `forward-url-origin`: This is the alternative policy. It sets the `audience` using only the origin URL part. - -```js -createSessionAuthVerifier({ - audiencePolicy: 'forward-url-origin', - // ... -}); - -createSessionMiddleware({ - audiencePolicy: 'forward-url-origin', - // ... -}); - -``` diff --git a/.changeset/quick-plums-wonder.md b/.changeset/quick-plums-wonder.md deleted file mode 100644 index 30ccd05e98..0000000000 --- a/.changeset/quick-plums-wonder.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -'@commercetools-frontend/application-shell': patch ---- - -Fixed aria role names. - -We were using invalid role names in some of the component's elements. - -Special mention to the element wrapping the notifications as it now uses the aria-live [attribute](https://www.w3.org/TR/wai-aria/#aria-live) (with **polite** value). diff --git a/.changeset/quick-rocks-rhyme.md b/.changeset/quick-rocks-rhyme.md deleted file mode 100644 index 3a63251476..0000000000 --- a/.changeset/quick-rocks-rhyme.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@commercetools-frontend/assets': patch ---- - -Convert entry point to typescript diff --git a/.changeset/red-trainers-behave.md b/.changeset/red-trainers-behave.md deleted file mode 100644 index 66700f78cf..0000000000 --- a/.changeset/red-trainers-behave.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@commercetools-frontend/application-shell": patch ---- - -Fix `ApplicationShell` header selectors a11y issues diff --git a/.changeset/silver-cobras-switch.md b/.changeset/silver-cobras-switch.md deleted file mode 100644 index 832c483371..0000000000 --- a/.changeset/silver-cobras-switch.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@commercetools-frontend/application-shell-connectors': patch ---- - -Export `TImageRegexContext` type diff --git a/.changeset/slimy-apples-grab.md b/.changeset/slimy-apples-grab.md deleted file mode 100644 index a6aa2c4c44..0000000000 --- a/.changeset/slimy-apples-grab.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@commercetools-frontend/mc-html-template': patch ---- - -Removed _user-scalable=no_ property from `viewport` meta tag as it is a problem from the [accessibility point of view](https://developer.mozilla.org/en-US/docs/Web/HTML/Viewport_meta_tag#viewport_basics). diff --git a/.changeset/thin-files-fetch.md b/.changeset/thin-files-fetch.md deleted file mode 100644 index fde90d1e1b..0000000000 --- a/.changeset/thin-files-fetch.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@commercetools-frontend/application-shell': patch ---- - -Update Flopflip dependencies diff --git a/.changeset/wet-hornets-worry.md b/.changeset/wet-hornets-worry.md deleted file mode 100644 index 7acddfc55a..0000000000 --- a/.changeset/wet-hornets-worry.md +++ /dev/null @@ -1,19 +0,0 @@ ---- -'@commercetools-frontend/sdk': minor ---- - -Add support for setting the `audience` policy. The policy can be used to determine how the `audience` value is exchanged between the Merchant Center API and the external API. - -Supported values are: - -- `forward-url-full-path`: This is the default policy. It sets the `audience` using the full URL (origin + pathname). -- `forward-url-origin`: This is the alternative policy. It sets the `audience` using only the origin URL part. - -```js -actions.forwardTo.get({ - audiencePolicy: 'forward-url-origin', - // ... -}); - -// "X-Forward-To-Audience-Policy": "forward-url-origin" -``` diff --git a/.changeset/wicked-foxes-play.md b/.changeset/wicked-foxes-play.md deleted file mode 100644 index c751384f85..0000000000 --- a/.changeset/wicked-foxes-play.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@commercetools-frontend/application-shell': patch ---- - -Fix `ApplicationShell` header a11y issues in user menu dropdown diff --git a/.changeset/young-berries-clean.md b/.changeset/young-berries-clean.md deleted file mode 100644 index 4d4b980f7a..0000000000 --- a/.changeset/young-berries-clean.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@commercetools-frontend/i18n': patch ---- - -Export additional types diff --git a/application-templates/starter-typescript/CHANGELOG.md b/application-templates/starter-typescript/CHANGELOG.md index f47f8bdcaa..f02ed19065 100644 --- a/application-templates/starter-typescript/CHANGELOG.md +++ b/application-templates/starter-typescript/CHANGELOG.md @@ -1 +1,41 @@ # merchant-center-application-template-starter-typescript + +## 0.2.0 + +### Minor Changes + +- [#2615](https://github.com/commercetools/merchant-center-application-kit/pull/2615) [`d6bfecf1`](https://github.com/commercetools/merchant-center-application-kit/commit/d6bfecf17c0a6a38330943cc5f195f1854248770) Thanks [@kark](https://github.com/kark)! - There is a new starter template to develop Custom Applications in TypeScript! + + To install it via the `@commercetools-frontend/create-mc-app` CLI: + + ```bash + $ npx @commercetools-frontend/create-mc-app@latest \ + --template starter-typescript + ``` + + The TypeScript starter template is the same as the standard JS starter template in terms of functionality + but it includes the additional TypeScript setup. + + If you already have a Custom Application in TypeScript or are planning to migrate an existing one to it + we recommend to take a look at the tooling setup of the TypeScript starter template, in particular: + + - `.prettierrc` for using the `typescript` parser. + - `jest.*.config.js` to include the file extensions `.ts` and `.tsx`. + - `tsconfig.json` + +### Patch Changes + +- Updated dependencies [[`1d8c71f1`](https://github.com/commercetools/merchant-center-application-kit/commit/1d8c71f1fed656bb6dedb3379198cc6fcdb5363f), [`78de0ec6`](https://github.com/commercetools/merchant-center-application-kit/commit/78de0ec6b569b7daa23edf4fd21cae0842857ca8), [`d6bfecf1`](https://github.com/commercetools/merchant-center-application-kit/commit/d6bfecf17c0a6a38330943cc5f195f1854248770), [`43a9df21`](https://github.com/commercetools/merchant-center-application-kit/commit/43a9df2193000b49a0299c02d5218c50d71567ed), [`f3cc395d`](https://github.com/commercetools/merchant-center-application-kit/commit/f3cc395d1e29e25f694345c03a7b6376b2d88d20), [`20e648d2`](https://github.com/commercetools/merchant-center-application-kit/commit/20e648d2d69ac9b909ae90946c4fe2274cdf7332), [`f7ec746b`](https://github.com/commercetools/merchant-center-application-kit/commit/f7ec746bfe9742a8bae5ea513db93614cce457c9), [`20e648d2`](https://github.com/commercetools/merchant-center-application-kit/commit/20e648d2d69ac9b909ae90946c4fe2274cdf7332), [`a98f9fb5`](https://github.com/commercetools/merchant-center-application-kit/commit/a98f9fb56a8066d2d64f1fa0f176bf130adb5227), [`405aa67b`](https://github.com/commercetools/merchant-center-application-kit/commit/405aa67bb55dd61e39f0856c120614030e9c8398), [`1d63e7b6`](https://github.com/commercetools/merchant-center-application-kit/commit/1d63e7b6e0a77f5aa0af4ab38030455d6abedf12), [`1cc471e8`](https://github.com/commercetools/merchant-center-application-kit/commit/1cc471e8872313867afc413598b9808507dd0677), [`d6bfecf1`](https://github.com/commercetools/merchant-center-application-kit/commit/d6bfecf17c0a6a38330943cc5f195f1854248770)]: + - @commercetools-frontend/application-shell@21.8.0 + - @commercetools-frontend/application-shell-connectors@21.8.0 + - @commercetools-frontend/application-config@21.8.0 + - @commercetools-frontend/actions-global@21.8.0 + - @commercetools-frontend/assets@21.8.0 + - @commercetools-frontend/constants@21.8.0 + - @commercetools-frontend/eslint-config-mc-app@21.8.0 + - @commercetools-frontend/i18n@21.8.0 + - @commercetools-frontend/jest-preset-mc-app@21.8.0 + - @commercetools-frontend/mc-scripts@21.8.0 + - @commercetools-frontend/permissions@21.8.0 + - @commercetools-frontend/application-components@21.8.0 + - @commercetools-frontend/mc-dev-authentication@21.8.0 diff --git a/application-templates/starter-typescript/package.json b/application-templates/starter-typescript/package.json index aa8ad5eaa2..ec394f865c 100644 --- a/application-templates/starter-typescript/package.json +++ b/application-templates/starter-typescript/package.json @@ -1,6 +1,6 @@ { "name": "merchant-center-application-template-starter-typescript", - "version": "0.1.0", + "version": "0.2.0", "description": "A starter example in TypeScript for the bare minimum setup to develop a Merchant Center Application", "private": true, "scripts": { @@ -21,19 +21,19 @@ }, "dependencies": { "@apollo/client": "3.6.2", - "@commercetools-frontend/actions-global": "21.6.0", - "@commercetools-frontend/application-components": "21.7.0", - "@commercetools-frontend/application-config": "21.7.0", - "@commercetools-frontend/application-shell": "21.7.0", - "@commercetools-frontend/application-shell-connectors": "21.6.0", - "@commercetools-frontend/assets": "21.0.0", - "@commercetools-frontend/constants": "21.3.4", - "@commercetools-frontend/eslint-config-mc-app": "21.6.0", - "@commercetools-frontend/i18n": "21.6.0", - "@commercetools-frontend/jest-preset-mc-app": "21.7.0", - "@commercetools-frontend/mc-dev-authentication": "21.7.0", - "@commercetools-frontend/mc-scripts": "21.7.0", - "@commercetools-frontend/permissions": "21.6.0", + "@commercetools-frontend/actions-global": "21.8.0", + "@commercetools-frontend/application-components": "21.8.0", + "@commercetools-frontend/application-config": "21.8.0", + "@commercetools-frontend/application-shell": "21.8.0", + "@commercetools-frontend/application-shell-connectors": "21.8.0", + "@commercetools-frontend/assets": "21.8.0", + "@commercetools-frontend/constants": "21.8.0", + "@commercetools-frontend/eslint-config-mc-app": "21.8.0", + "@commercetools-frontend/i18n": "21.8.0", + "@commercetools-frontend/jest-preset-mc-app": "21.8.0", + "@commercetools-frontend/mc-dev-authentication": "21.8.0", + "@commercetools-frontend/mc-scripts": "21.8.0", + "@commercetools-frontend/permissions": "21.8.0", "@commercetools-test-data/channel": "3.1.2", "@commercetools-test-data/commons": "3.1.2", "@commercetools-test-data/core": "3.1.2", diff --git a/application-templates/starter/CHANGELOG.md b/application-templates/starter/CHANGELOG.md index 8be663bcf2..9ab3f4d6e5 100644 --- a/application-templates/starter/CHANGELOG.md +++ b/application-templates/starter/CHANGELOG.md @@ -1,5 +1,44 @@ # merchant-center-application-template-starter +## 19.4.0 + +### Minor Changes + +- [#2615](https://github.com/commercetools/merchant-center-application-kit/pull/2615) [`d6bfecf1`](https://github.com/commercetools/merchant-center-application-kit/commit/d6bfecf17c0a6a38330943cc5f195f1854248770) Thanks [@kark](https://github.com/kark)! - There is a new starter template to develop Custom Applications in TypeScript! + + To install it via the `@commercetools-frontend/create-mc-app` CLI: + + ```bash + $ npx @commercetools-frontend/create-mc-app@latest \ + --template starter-typescript + ``` + + The TypeScript starter template is the same as the standard JS starter template in terms of functionality + but it includes the additional TypeScript setup. + + If you already have a Custom Application in TypeScript or are planning to migrate an existing one to it + we recommend to take a look at the tooling setup of the TypeScript starter template, in particular: + + - `.prettierrc` for using the `typescript` parser. + - `jest.*.config.js` to include the file extensions `.ts` and `.tsx`. + - `tsconfig.json` + +### Patch Changes + +- Updated dependencies [[`1d8c71f1`](https://github.com/commercetools/merchant-center-application-kit/commit/1d8c71f1fed656bb6dedb3379198cc6fcdb5363f), [`78de0ec6`](https://github.com/commercetools/merchant-center-application-kit/commit/78de0ec6b569b7daa23edf4fd21cae0842857ca8), [`43a9df21`](https://github.com/commercetools/merchant-center-application-kit/commit/43a9df2193000b49a0299c02d5218c50d71567ed), [`f3cc395d`](https://github.com/commercetools/merchant-center-application-kit/commit/f3cc395d1e29e25f694345c03a7b6376b2d88d20), [`20e648d2`](https://github.com/commercetools/merchant-center-application-kit/commit/20e648d2d69ac9b909ae90946c4fe2274cdf7332), [`f7ec746b`](https://github.com/commercetools/merchant-center-application-kit/commit/f7ec746bfe9742a8bae5ea513db93614cce457c9), [`20e648d2`](https://github.com/commercetools/merchant-center-application-kit/commit/20e648d2d69ac9b909ae90946c4fe2274cdf7332), [`a98f9fb5`](https://github.com/commercetools/merchant-center-application-kit/commit/a98f9fb56a8066d2d64f1fa0f176bf130adb5227), [`405aa67b`](https://github.com/commercetools/merchant-center-application-kit/commit/405aa67bb55dd61e39f0856c120614030e9c8398), [`1d63e7b6`](https://github.com/commercetools/merchant-center-application-kit/commit/1d63e7b6e0a77f5aa0af4ab38030455d6abedf12), [`1cc471e8`](https://github.com/commercetools/merchant-center-application-kit/commit/1cc471e8872313867afc413598b9808507dd0677), [`d6bfecf1`](https://github.com/commercetools/merchant-center-application-kit/commit/d6bfecf17c0a6a38330943cc5f195f1854248770)]: + - @commercetools-frontend/application-shell@21.8.0 + - @commercetools-frontend/application-shell-connectors@21.8.0 + - @commercetools-frontend/actions-global@21.8.0 + - @commercetools-frontend/assets@21.8.0 + - @commercetools-frontend/constants@21.8.0 + - @commercetools-frontend/eslint-config-mc-app@21.8.0 + - @commercetools-frontend/i18n@21.8.0 + - @commercetools-frontend/jest-preset-mc-app@21.8.0 + - @commercetools-frontend/mc-scripts@21.8.0 + - @commercetools-frontend/permissions@21.8.0 + - @commercetools-frontend/application-components@21.8.0 + - @commercetools-frontend/mc-dev-authentication@21.8.0 + ## 19.3.1 ### Patch Changes diff --git a/application-templates/starter/package.json b/application-templates/starter/package.json index 1a64eb99fb..6598596091 100644 --- a/application-templates/starter/package.json +++ b/application-templates/starter/package.json @@ -1,6 +1,6 @@ { "name": "merchant-center-application-template-starter", - "version": "19.3.1", + "version": "19.4.0", "description": "A starter example for the bare minimum setup to develop a Merchant Center Application", "private": true, "scripts": { @@ -20,18 +20,18 @@ }, "dependencies": { "@apollo/client": "3.6.2", - "@commercetools-frontend/actions-global": "21.6.0", - "@commercetools-frontend/application-components": "21.7.0", - "@commercetools-frontend/application-shell": "21.7.0", - "@commercetools-frontend/application-shell-connectors": "21.6.0", - "@commercetools-frontend/assets": "21.0.0", - "@commercetools-frontend/constants": "21.3.4", - "@commercetools-frontend/eslint-config-mc-app": "21.6.0", - "@commercetools-frontend/i18n": "21.6.0", - "@commercetools-frontend/jest-preset-mc-app": "21.7.0", - "@commercetools-frontend/mc-dev-authentication": "21.7.0", - "@commercetools-frontend/mc-scripts": "21.7.0", - "@commercetools-frontend/permissions": "21.6.0", + "@commercetools-frontend/actions-global": "21.8.0", + "@commercetools-frontend/application-components": "21.8.0", + "@commercetools-frontend/application-shell": "21.8.0", + "@commercetools-frontend/application-shell-connectors": "21.8.0", + "@commercetools-frontend/assets": "21.8.0", + "@commercetools-frontend/constants": "21.8.0", + "@commercetools-frontend/eslint-config-mc-app": "21.8.0", + "@commercetools-frontend/i18n": "21.8.0", + "@commercetools-frontend/jest-preset-mc-app": "21.8.0", + "@commercetools-frontend/mc-dev-authentication": "21.8.0", + "@commercetools-frontend/mc-scripts": "21.8.0", + "@commercetools-frontend/permissions": "21.8.0", "@commercetools-test-data/channel": "3.1.2", "@commercetools-test-data/commons": "3.1.2", "@commercetools-test-data/core": "3.1.2", diff --git a/packages-backend/eslint-config-node/CHANGELOG.md b/packages-backend/eslint-config-node/CHANGELOG.md index 7b193ecd10..502313a85f 100644 --- a/packages-backend/eslint-config-node/CHANGELOG.md +++ b/packages-backend/eslint-config-node/CHANGELOG.md @@ -1,5 +1,11 @@ # @commercetools-backend/eslint-config-node +## 21.8.0 + +### Patch Changes + +- [#2661](https://github.com/commercetools/merchant-center-application-kit/pull/2661) [`43a9df21`](https://github.com/commercetools/merchant-center-application-kit/commit/43a9df2193000b49a0299c02d5218c50d71567ed) Thanks [@emmenko](https://github.com/emmenko)! - Drop the copyright year from the license files + ## 21.6.0 ### Patch Changes diff --git a/packages-backend/eslint-config-node/package.json b/packages-backend/eslint-config-node/package.json index 90498615c2..b18061b7bf 100644 --- a/packages-backend/eslint-config-node/package.json +++ b/packages-backend/eslint-config-node/package.json @@ -1,6 +1,6 @@ { "name": "@commercetools-backend/eslint-config-node", - "version": "21.6.0", + "version": "21.8.0", "description": "ESLint config for Node.js projects.", "bugs": "https://github.com/commercetools/merchant-center-application-kit/issues", "repository": { diff --git a/packages-backend/express/CHANGELOG.md b/packages-backend/express/CHANGELOG.md index 5be57ea58c..99f8a1818a 100644 --- a/packages-backend/express/CHANGELOG.md +++ b/packages-backend/express/CHANGELOG.md @@ -1,5 +1,34 @@ # @commercetools-backend/express +## 21.8.0 + +### Minor Changes + +- [#2667](https://github.com/commercetools/merchant-center-application-kit/pull/2667) [`1d8c71f1`](https://github.com/commercetools/merchant-center-application-kit/commit/1d8c71f1fed656bb6dedb3379198cc6fcdb5363f) Thanks [@emmenko](https://github.com/emmenko)! - Add support for setting the `audience` policy. The policy can be used to determine how the `audience` value is exchanged between the Merchant Center API and the external API. + + Supported values are: + + - `forward-url-full-path`: This is the default policy. It sets the `audience` using the full URL (origin + pathname). + - `forward-url-origin`: This is the alternative policy. It sets the `audience` using only the origin URL part. + + ```js + createSessionAuthVerifier({ + audiencePolicy: 'forward-url-origin', + // ... + }); + + createSessionMiddleware({ + audiencePolicy: 'forward-url-origin', + // ... + }); + ``` + +### Patch Changes + +- [#2661](https://github.com/commercetools/merchant-center-application-kit/pull/2661) [`43a9df21`](https://github.com/commercetools/merchant-center-application-kit/commit/43a9df2193000b49a0299c02d5218c50d71567ed) Thanks [@emmenko](https://github.com/emmenko)! - Drop the copyright year from the license files + +* [#2675](https://github.com/commercetools/merchant-center-application-kit/pull/2675) [`cb608529`](https://github.com/commercetools/merchant-center-application-kit/commit/cb608529de2373be6926b0317a0376690c339148) Thanks [@emmenko](https://github.com/emmenko)! - Fix reading and validating case sensitive `X-MC-API-*` headers + ## 21.6.0 ### Patch Changes diff --git a/packages-backend/express/package.json b/packages-backend/express/package.json index 7c019cf2c5..4ccd38bd18 100644 --- a/packages-backend/express/package.json +++ b/packages-backend/express/package.json @@ -1,6 +1,6 @@ { "name": "@commercetools-backend/express", - "version": "21.6.0", + "version": "21.8.0", "description": "Zero-config HTTP server as Express.js to facilitate development", "bugs": "https://github.com/commercetools/merchant-center-application-kit/issues", "repository": { diff --git a/packages-backend/loggers/CHANGELOG.md b/packages-backend/loggers/CHANGELOG.md index 290c014f0f..0b1001d0f4 100644 --- a/packages-backend/loggers/CHANGELOG.md +++ b/packages-backend/loggers/CHANGELOG.md @@ -1,5 +1,11 @@ # @commercetools-backend/loggers +## 21.8.0 + +### Patch Changes + +- [#2661](https://github.com/commercetools/merchant-center-application-kit/pull/2661) [`43a9df21`](https://github.com/commercetools/merchant-center-application-kit/commit/43a9df2193000b49a0299c02d5218c50d71567ed) Thanks [@emmenko](https://github.com/emmenko)! - Drop the copyright year from the license files + ## 21.6.0 ### Patch Changes diff --git a/packages-backend/loggers/package.json b/packages-backend/loggers/package.json index 1ffc264c90..afe606ad5f 100644 --- a/packages-backend/loggers/package.json +++ b/packages-backend/loggers/package.json @@ -1,6 +1,6 @@ { "name": "@commercetools-backend/loggers", - "version": "21.6.0", + "version": "21.8.0", "description": "Opinionated JSON loggers for HTTP server applications", "bugs": "https://github.com/commercetools/merchant-center-application-kit/issues", "repository": { diff --git a/packages/actions-global/CHANGELOG.md b/packages/actions-global/CHANGELOG.md index 3fe1f336a0..2ebf4b7d4d 100644 --- a/packages/actions-global/CHANGELOG.md +++ b/packages/actions-global/CHANGELOG.md @@ -1,5 +1,17 @@ # @commercetools-frontend/actions-global +## 21.8.0 + +### Patch Changes + +- [#2661](https://github.com/commercetools/merchant-center-application-kit/pull/2661) [`43a9df21`](https://github.com/commercetools/merchant-center-application-kit/commit/43a9df2193000b49a0299c02d5218c50d71567ed) Thanks [@emmenko](https://github.com/emmenko)! - Drop the copyright year from the license files + +- Updated dependencies [[`43a9df21`](https://github.com/commercetools/merchant-center-application-kit/commit/43a9df2193000b49a0299c02d5218c50d71567ed)]: + - @commercetools-frontend/browser-history@21.8.0 + - @commercetools-frontend/constants@21.8.0 + - @commercetools-frontend/notifications@21.8.0 + - @commercetools-frontend/sentry@21.8.0 + ## 21.6.0 ### Patch Changes diff --git a/packages/actions-global/package.json b/packages/actions-global/package.json index 156a8f1de2..77d7035456 100644 --- a/packages/actions-global/package.json +++ b/packages/actions-global/package.json @@ -1,6 +1,6 @@ { "name": "@commercetools-frontend/actions-global", - "version": "21.6.0", + "version": "21.8.0", "description": "Global redux actions for a MC application", "bugs": "https://github.com/commercetools/merchant-center-application-kit/issues", "repository": { @@ -20,10 +20,10 @@ "dependencies": { "@babel/runtime": "^7.17.9", "@babel/runtime-corejs3": "^7.17.9", - "@commercetools-frontend/browser-history": "21.3.4", - "@commercetools-frontend/constants": "21.3.4", - "@commercetools-frontend/notifications": "21.6.0", - "@commercetools-frontend/sentry": "21.6.0", + "@commercetools-frontend/browser-history": "21.8.0", + "@commercetools-frontend/constants": "21.8.0", + "@commercetools-frontend/notifications": "21.8.0", + "@commercetools-frontend/sentry": "21.8.0", "@types/lodash": "^4.14.181", "@types/react": "^17.0.44", "@types/react-redux": "^7.1.23", diff --git a/packages/application-components/CHANGELOG.md b/packages/application-components/CHANGELOG.md index 59dfd1a7fd..03ad483ac8 100644 --- a/packages/application-components/CHANGELOG.md +++ b/packages/application-components/CHANGELOG.md @@ -1,5 +1,18 @@ # @commercetools-frontend/application-components +## 21.8.0 + +### Patch Changes + +- [#2654](https://github.com/commercetools/merchant-center-application-kit/pull/2654) [`f3cc395d`](https://github.com/commercetools/merchant-center-application-kit/commit/f3cc395d1e29e25f694345c03a7b6376b2d88d20) Thanks [@kark](https://github.com/kark)! - Accessibility improvements of the `` component. + +- Updated dependencies [[`78de0ec6`](https://github.com/commercetools/merchant-center-application-kit/commit/78de0ec6b569b7daa23edf4fd21cae0842857ca8), [`43a9df21`](https://github.com/commercetools/merchant-center-application-kit/commit/43a9df2193000b49a0299c02d5218c50d71567ed), [`c56498ca`](https://github.com/commercetools/merchant-center-application-kit/commit/c56498ca105272d31ca4a6197c16870f4b0e32e6), [`20e648d2`](https://github.com/commercetools/merchant-center-application-kit/commit/20e648d2d69ac9b909ae90946c4fe2274cdf7332), [`405aa67b`](https://github.com/commercetools/merchant-center-application-kit/commit/405aa67bb55dd61e39f0856c120614030e9c8398), [`d6bfecf1`](https://github.com/commercetools/merchant-center-application-kit/commit/d6bfecf17c0a6a38330943cc5f195f1854248770)]: + - @commercetools-frontend/application-shell-connectors@21.8.0 + - @commercetools-frontend/assets@21.8.0 + - @commercetools-frontend/constants@21.8.0 + - @commercetools-frontend/i18n@21.8.0 + - @commercetools-frontend/l10n@21.8.0 + ## 21.7.0 ### Patch Changes diff --git a/packages/application-components/package.json b/packages/application-components/package.json index 43e319b503..fb7d11599d 100644 --- a/packages/application-components/package.json +++ b/packages/application-components/package.json @@ -1,6 +1,6 @@ { "name": "@commercetools-frontend/application-components", - "version": "21.7.0", + "version": "21.8.0", "description": "Generic components for building Merchant Center applications", "bugs": "https://github.com/commercetools/merchant-center-application-kit/issues", "repository": { @@ -29,11 +29,11 @@ "dependencies": { "@babel/runtime": "^7.17.9", "@babel/runtime-corejs3": "^7.17.9", - "@commercetools-frontend/application-shell-connectors": "21.6.0", - "@commercetools-frontend/assets": "21.0.0", - "@commercetools-frontend/constants": "21.3.4", - "@commercetools-frontend/i18n": "21.6.0", - "@commercetools-frontend/l10n": "21.6.0", + "@commercetools-frontend/application-shell-connectors": "21.8.0", + "@commercetools-frontend/assets": "21.8.0", + "@commercetools-frontend/constants": "21.8.0", + "@commercetools-frontend/i18n": "21.8.0", + "@commercetools-frontend/l10n": "21.8.0", "@commercetools-uikit/card": "^15.0.0", "@commercetools-uikit/constraints": "^15.0.0", "@commercetools-uikit/design-system": "^15.0.0", diff --git a/packages/application-config/CHANGELOG.md b/packages/application-config/CHANGELOG.md index c79034a4c1..b0d7b6d64e 100644 --- a/packages/application-config/CHANGELOG.md +++ b/packages/application-config/CHANGELOG.md @@ -1,5 +1,43 @@ # @commercetools-frontend/application-config +## 21.8.0 + +### Minor Changes + +- [#2615](https://github.com/commercetools/merchant-center-application-kit/pull/2615) [`d6bfecf1`](https://github.com/commercetools/merchant-center-application-kit/commit/d6bfecf17c0a6a38330943cc5f195f1854248770) Thanks [@kark](https://github.com/kark)! - Provide better support for developing Custom Applications in TypeScript. + + A shared TSConfig file is now available to be used as a base config in your `tsconfig.json` file: + + ```json + { + "extends": "@commercetools-frontend/application-config/tsconfig-mc-app.json" + } + ``` + + Furthermore, we provide a `client.d.ts` declaration file with some basic type shims for importing media assets: + + - `.mod.css` and `.module.css` + - `.png` + - `.svg` + + You can include this using the TypeScript triple-slash directives: + + ```ts + /// + ``` + + > By default, this is included in the TypeScript starter template `src/index.tsx` entry point file. + + You can also include this in the `tsconfig.json` file in the `compilerOptions.types` field but we don't recommend + to use that unless you are very familiar with the [implications of using the `types` field](https://www.typescriptlang.org/tsconfig#types). + +### Patch Changes + +- [#2661](https://github.com/commercetools/merchant-center-application-kit/pull/2661) [`43a9df21`](https://github.com/commercetools/merchant-center-application-kit/commit/43a9df2193000b49a0299c02d5218c50d71567ed) Thanks [@emmenko](https://github.com/emmenko)! - Drop the copyright year from the license files + +- Updated dependencies [[`43a9df21`](https://github.com/commercetools/merchant-center-application-kit/commit/43a9df2193000b49a0299c02d5218c50d71567ed)]: + - @commercetools-frontend/babel-preset-mc-app@21.8.0 + ## 21.7.0 ### Minor Changes diff --git a/packages/application-config/package.json b/packages/application-config/package.json index a9af356c8a..10c4fb90c3 100644 --- a/packages/application-config/package.json +++ b/packages/application-config/package.json @@ -1,6 +1,6 @@ { "name": "@commercetools-frontend/application-config", - "version": "21.7.0", + "version": "21.8.0", "description": "Configuration utilities for building Custom Applications", "bugs": "https://github.com/commercetools/merchant-center-application-kit/issues", "repository": { @@ -37,7 +37,7 @@ "@babel/register": "^7.17.7", "@babel/runtime": "^7.17.9", "@babel/runtime-corejs3": "^7.17.9", - "@commercetools-frontend/babel-preset-mc-app": "21.3.4", + "@commercetools-frontend/babel-preset-mc-app": "21.8.0", "ajv": "8.11.0", "core-js": "^3.21.1", "cosmiconfig": "7.0.1", diff --git a/packages/application-shell-connectors/CHANGELOG.md b/packages/application-shell-connectors/CHANGELOG.md index 81a147fe52..4854f148e0 100644 --- a/packages/application-shell-connectors/CHANGELOG.md +++ b/packages/application-shell-connectors/CHANGELOG.md @@ -1,5 +1,45 @@ # @commercetools-frontend/application-shell-connectors +## 21.8.0 + +### Patch Changes + +- [#2639](https://github.com/commercetools/merchant-center-application-kit/pull/2639) [`78de0ec6`](https://github.com/commercetools/merchant-center-application-kit/commit/78de0ec6b569b7daa23edf4fd21cae0842857ca8) Thanks [@ddouglasz](https://github.com/ddouglasz)! - There is a new React hook which you can use to access the Project Images rewrite configuration [see documentation](https://docs.commercetools.com/custom-applications/api-reference/commercetools-frontend-application-shell-connectors#project-image-settings). + + You would use it like this: + + ```js + function MyComponent() { + const { isLoading, imageRegex } = useProjectExtensionImageRegex(); + + if (isLoading) return ; + + return ( +
+

Project images regex: {imageRegex}

+
+ ); + } + + function MyApp() { + return ( + + + + ); + } + ``` + + Both `GetProjectExtensionImageRegex` component and `withProjectExtensionImageRegex` still exists for backwards compatibility but have been marked as deprecated. + +* [#2661](https://github.com/commercetools/merchant-center-application-kit/pull/2661) [`43a9df21`](https://github.com/commercetools/merchant-center-application-kit/commit/43a9df2193000b49a0299c02d5218c50d71567ed) Thanks [@emmenko](https://github.com/emmenko)! - Drop the copyright year from the license files + +- [#2653](https://github.com/commercetools/merchant-center-application-kit/pull/2653) [`405aa67b`](https://github.com/commercetools/merchant-center-application-kit/commit/405aa67bb55dd61e39f0856c120614030e9c8398) Thanks [@kark](https://github.com/kark)! - Export `TImageRegexContext` type + +- Updated dependencies [[`43a9df21`](https://github.com/commercetools/merchant-center-application-kit/commit/43a9df2193000b49a0299c02d5218c50d71567ed)]: + - @commercetools-frontend/constants@21.8.0 + - @commercetools-frontend/sentry@21.8.0 + ## 21.6.0 ### Patch Changes diff --git a/packages/application-shell-connectors/package.json b/packages/application-shell-connectors/package.json index 70757e3b6a..07e2b0eee8 100644 --- a/packages/application-shell-connectors/package.json +++ b/packages/application-shell-connectors/package.json @@ -1,6 +1,6 @@ { "name": "@commercetools-frontend/application-shell-connectors", - "version": "21.6.0", + "version": "21.8.0", "description": "Contains complementary tools for @commercetools-frontend/application-shell", "bugs": "https://github.com/commercetools/merchant-center-application-kit/issues", "repository": { @@ -23,8 +23,8 @@ "dependencies": { "@babel/runtime": "^7.17.9", "@babel/runtime-corejs3": "^7.17.9", - "@commercetools-frontend/constants": "21.3.4", - "@commercetools-frontend/sentry": "21.6.0", + "@commercetools-frontend/constants": "21.8.0", + "@commercetools-frontend/sentry": "21.8.0", "@emotion/react": "11.9.0", "@types/lodash": "^4.14.181", "@types/prop-types": "^15.7.5", diff --git a/packages/application-shell/CHANGELOG.md b/packages/application-shell/CHANGELOG.md index 8a8666b707..e5d8a91773 100644 --- a/packages/application-shell/CHANGELOG.md +++ b/packages/application-shell/CHANGELOG.md @@ -1,5 +1,58 @@ # @commercetools-frontend/application-shell +## 21.8.0 + +### Minor Changes + +- [#2667](https://github.com/commercetools/merchant-center-application-kit/pull/2667) [`1d8c71f1`](https://github.com/commercetools/merchant-center-application-kit/commit/1d8c71f1fed656bb6dedb3379198cc6fcdb5363f) Thanks [@emmenko](https://github.com/emmenko)! - Add support for setting the `audience` policy. The policy can be used to determine how the `audience` value is exchanged between the Merchant Center API and the external API. + + Supported values are: + + - `forward-url-full-path`: This is the default policy. It sets the `audience` using the full URL (origin + pathname). + - `forward-url-origin`: This is the alternative policy. It sets the `audience` using only the origin URL part. + + ```js + createApolloContextForProxyForwardTo({ + audiencePolicy: 'forward-url-origin', + // ... + }); + + // "X-Forward-To-Audience-Policy": "forward-url-origin" + ``` + +### Patch Changes + +- [#2661](https://github.com/commercetools/merchant-center-application-kit/pull/2661) [`43a9df21`](https://github.com/commercetools/merchant-center-application-kit/commit/43a9df2193000b49a0299c02d5218c50d71567ed) Thanks [@emmenko](https://github.com/emmenko)! - Drop the copyright year from the license files + +* [#2651](https://github.com/commercetools/merchant-center-application-kit/pull/2651) [`f7ec746b`](https://github.com/commercetools/merchant-center-application-kit/commit/f7ec746bfe9742a8bae5ea513db93614cce457c9) Thanks [@CarlosCortizasCT](https://github.com/CarlosCortizasCT)! - Fixed aria role names. + + We were using invalid role names in some of the component's elements. + + Special mention to the element wrapping the notifications as it now uses the aria-live [attribute](https://www.w3.org/TR/wai-aria/#aria-live) (with **polite** value). + +- [#2665](https://github.com/commercetools/merchant-center-application-kit/pull/2665) [`a98f9fb5`](https://github.com/commercetools/merchant-center-application-kit/commit/a98f9fb56a8066d2d64f1fa0f176bf130adb5227) Thanks [@CarlosCortizasCT](https://github.com/CarlosCortizasCT)! - Fix `ApplicationShell` header selectors a11y issues + +* [#2671](https://github.com/commercetools/merchant-center-application-kit/pull/2671) [`1d63e7b6`](https://github.com/commercetools/merchant-center-application-kit/commit/1d63e7b6e0a77f5aa0af4ab38030455d6abedf12) Thanks [@emmenko](https://github.com/emmenko)! - Update Flopflip dependencies + +- [#2655](https://github.com/commercetools/merchant-center-application-kit/pull/2655) [`1cc471e8`](https://github.com/commercetools/merchant-center-application-kit/commit/1cc471e8872313867afc413598b9808507dd0677) Thanks [@CarlosCortizasCT](https://github.com/CarlosCortizasCT)! - Fix `ApplicationShell` header a11y issues in user menu dropdown + +- Updated dependencies [[`78de0ec6`](https://github.com/commercetools/merchant-center-application-kit/commit/78de0ec6b569b7daa23edf4fd21cae0842857ca8), [`d6bfecf1`](https://github.com/commercetools/merchant-center-application-kit/commit/d6bfecf17c0a6a38330943cc5f195f1854248770), [`43a9df21`](https://github.com/commercetools/merchant-center-application-kit/commit/43a9df2193000b49a0299c02d5218c50d71567ed), [`d6bfecf1`](https://github.com/commercetools/merchant-center-application-kit/commit/d6bfecf17c0a6a38330943cc5f195f1854248770), [`c56498ca`](https://github.com/commercetools/merchant-center-application-kit/commit/c56498ca105272d31ca4a6197c16870f4b0e32e6), [`f3cc395d`](https://github.com/commercetools/merchant-center-application-kit/commit/f3cc395d1e29e25f694345c03a7b6376b2d88d20), [`20e648d2`](https://github.com/commercetools/merchant-center-application-kit/commit/20e648d2d69ac9b909ae90946c4fe2274cdf7332), [`405aa67b`](https://github.com/commercetools/merchant-center-application-kit/commit/405aa67bb55dd61e39f0856c120614030e9c8398), [`1d8c71f1`](https://github.com/commercetools/merchant-center-application-kit/commit/1d8c71f1fed656bb6dedb3379198cc6fcdb5363f), [`d6bfecf1`](https://github.com/commercetools/merchant-center-application-kit/commit/d6bfecf17c0a6a38330943cc5f195f1854248770)]: + - @commercetools-frontend/application-shell-connectors@21.8.0 + - @commercetools-frontend/application-config@21.8.0 + - @commercetools-frontend/actions-global@21.8.0 + - @commercetools-frontend/assets@21.8.0 + - @commercetools-frontend/browser-history@21.8.0 + - @commercetools-frontend/constants@21.8.0 + - @commercetools-frontend/i18n@21.8.0 + - @commercetools-frontend/l10n@21.8.0 + - @commercetools-frontend/notifications@21.8.0 + - @commercetools-frontend/permissions@21.8.0 + - @commercetools-frontend/react-notifications@21.8.0 + - @commercetools-frontend/sdk@21.8.0 + - @commercetools-frontend/sentry@21.8.0 + - @commercetools-frontend/url-utils@21.8.0 + - @commercetools-frontend/application-components@21.8.0 + ## 21.7.0 ### Patch Changes diff --git a/packages/application-shell/package.json b/packages/application-shell/package.json index 47cc4a210b..3518bc0502 100644 --- a/packages/application-shell/package.json +++ b/packages/application-shell/package.json @@ -1,6 +1,6 @@ { "name": "@commercetools-frontend/application-shell", - "version": "21.7.0", + "version": "21.8.0", "description": "React component to bootstrap the general MC application logic", "bugs": "https://github.com/commercetools/merchant-center-application-kit/issues", "repository": { @@ -33,21 +33,21 @@ "dependencies": { "@babel/runtime": "^7.17.9", "@babel/runtime-corejs3": "^7.17.9", - "@commercetools-frontend/actions-global": "21.6.0", - "@commercetools-frontend/application-components": "21.7.0", - "@commercetools-frontend/application-config": "21.7.0", - "@commercetools-frontend/application-shell-connectors": "21.6.0", - "@commercetools-frontend/assets": "21.0.0", - "@commercetools-frontend/browser-history": "21.3.4", - "@commercetools-frontend/constants": "21.3.4", - "@commercetools-frontend/i18n": "21.6.0", - "@commercetools-frontend/l10n": "21.6.0", - "@commercetools-frontend/notifications": "21.6.0", - "@commercetools-frontend/permissions": "21.6.0", - "@commercetools-frontend/react-notifications": "21.6.0", - "@commercetools-frontend/sdk": "21.6.0", - "@commercetools-frontend/sentry": "21.6.0", - "@commercetools-frontend/url-utils": "21.3.4", + "@commercetools-frontend/actions-global": "21.8.0", + "@commercetools-frontend/application-components": "21.8.0", + "@commercetools-frontend/application-config": "21.8.0", + "@commercetools-frontend/application-shell-connectors": "21.8.0", + "@commercetools-frontend/assets": "21.8.0", + "@commercetools-frontend/browser-history": "21.8.0", + "@commercetools-frontend/constants": "21.8.0", + "@commercetools-frontend/i18n": "21.8.0", + "@commercetools-frontend/l10n": "21.8.0", + "@commercetools-frontend/notifications": "21.8.0", + "@commercetools-frontend/permissions": "21.8.0", + "@commercetools-frontend/react-notifications": "21.8.0", + "@commercetools-frontend/sdk": "21.8.0", + "@commercetools-frontend/sentry": "21.8.0", + "@commercetools-frontend/url-utils": "21.8.0", "@commercetools-uikit/accessible-hidden": "^15.0.0", "@commercetools-uikit/avatar": "^15.0.0", "@commercetools-uikit/card": "^15.0.0", diff --git a/packages/assets/CHANGELOG.md b/packages/assets/CHANGELOG.md index 80b761a371..33bbb0fa25 100644 --- a/packages/assets/CHANGELOG.md +++ b/packages/assets/CHANGELOG.md @@ -1,5 +1,13 @@ # @commercetools-frontend/assets +## 21.8.0 + +### Patch Changes + +- [#2661](https://github.com/commercetools/merchant-center-application-kit/pull/2661) [`43a9df21`](https://github.com/commercetools/merchant-center-application-kit/commit/43a9df2193000b49a0299c02d5218c50d71567ed) Thanks [@emmenko](https://github.com/emmenko)! - Drop the copyright year from the license files + +* [#2613](https://github.com/commercetools/merchant-center-application-kit/pull/2613) [`20e648d2`](https://github.com/commercetools/merchant-center-application-kit/commit/20e648d2d69ac9b909ae90946c4fe2274cdf7332) Thanks [@emmenko](https://github.com/emmenko)! - Convert entry point to typescript + ## 21.0.0 ### Patch Changes diff --git a/packages/assets/package.json b/packages/assets/package.json index 5be89c8e8d..a5f5cf5538 100644 --- a/packages/assets/package.json +++ b/packages/assets/package.json @@ -1,6 +1,6 @@ { "name": "@commercetools-frontend/assets", - "version": "21.0.0", + "version": "21.8.0", "description": "Assets for building mc apps", "bugs": "https://github.com/commercetools/merchant-center-application-kit/issues", "repository": { diff --git a/packages/babel-preset-mc-app/CHANGELOG.md b/packages/babel-preset-mc-app/CHANGELOG.md index 0205a23602..0ee3542ad9 100644 --- a/packages/babel-preset-mc-app/CHANGELOG.md +++ b/packages/babel-preset-mc-app/CHANGELOG.md @@ -1,5 +1,11 @@ # @commercetools-frontend/babel-preset-mc-app +## 21.8.0 + +### Patch Changes + +- [#2661](https://github.com/commercetools/merchant-center-application-kit/pull/2661) [`43a9df21`](https://github.com/commercetools/merchant-center-application-kit/commit/43a9df2193000b49a0299c02d5218c50d71567ed) Thanks [@emmenko](https://github.com/emmenko)! - Drop the copyright year from the license files + ## 21.3.4 ### Patch Changes diff --git a/packages/babel-preset-mc-app/package.json b/packages/babel-preset-mc-app/package.json index 4337b4b7c9..c7fb283f10 100644 --- a/packages/babel-preset-mc-app/package.json +++ b/packages/babel-preset-mc-app/package.json @@ -1,6 +1,6 @@ { "name": "@commercetools-frontend/babel-preset-mc-app", - "version": "21.3.4", + "version": "21.8.0", "description": "Babel preset used by a MC application", "bugs": "https://github.com/commercetools/merchant-center-application-kit/issues", "repository": { diff --git a/packages/browser-history/CHANGELOG.md b/packages/browser-history/CHANGELOG.md index 20a4e0a638..60041c18b9 100644 --- a/packages/browser-history/CHANGELOG.md +++ b/packages/browser-history/CHANGELOG.md @@ -1,5 +1,11 @@ # @commercetools-frontend/browser-history +## 21.8.0 + +### Patch Changes + +- [#2661](https://github.com/commercetools/merchant-center-application-kit/pull/2661) [`43a9df21`](https://github.com/commercetools/merchant-center-application-kit/commit/43a9df2193000b49a0299c02d5218c50d71567ed) Thanks [@emmenko](https://github.com/emmenko)! - Drop the copyright year from the license files + ## 21.3.4 ### Patch Changes diff --git a/packages/browser-history/package.json b/packages/browser-history/package.json index d66f5656e9..0353c1e49f 100644 --- a/packages/browser-history/package.json +++ b/packages/browser-history/package.json @@ -1,6 +1,6 @@ { "name": "@commercetools-frontend/browser-history", - "version": "21.3.4", + "version": "21.8.0", "description": "Enhances browser history", "bugs": "https://github.com/commercetools/merchant-center-application-kit/issues", "repository": { diff --git a/packages/constants/CHANGELOG.md b/packages/constants/CHANGELOG.md index eed1f0d5a1..8b255fa708 100644 --- a/packages/constants/CHANGELOG.md +++ b/packages/constants/CHANGELOG.md @@ -1,5 +1,11 @@ # @commercetools-frontend/constants +## 21.8.0 + +### Patch Changes + +- [#2661](https://github.com/commercetools/merchant-center-application-kit/pull/2661) [`43a9df21`](https://github.com/commercetools/merchant-center-application-kit/commit/43a9df2193000b49a0299c02d5218c50d71567ed) Thanks [@emmenko](https://github.com/emmenko)! - Drop the copyright year from the license files + ## 21.3.4 ### Patch Changes diff --git a/packages/constants/package.json b/packages/constants/package.json index 29c8808d01..032b76f253 100644 --- a/packages/constants/package.json +++ b/packages/constants/package.json @@ -1,6 +1,6 @@ { "name": "@commercetools-frontend/constants", - "version": "21.3.4", + "version": "21.8.0", "description": "Shared constants for MC applications", "bugs": "https://github.com/commercetools/merchant-center-application-kit/issues", "repository": { diff --git a/packages/create-mc-app/CHANGELOG.md b/packages/create-mc-app/CHANGELOG.md index 810ff966af..c5b56230ad 100644 --- a/packages/create-mc-app/CHANGELOG.md +++ b/packages/create-mc-app/CHANGELOG.md @@ -1,5 +1,32 @@ # @commercetools-frontend/create-mc-app +## 21.8.0 + +### Minor Changes + +- [#2615](https://github.com/commercetools/merchant-center-application-kit/pull/2615) [`d6bfecf1`](https://github.com/commercetools/merchant-center-application-kit/commit/d6bfecf17c0a6a38330943cc5f195f1854248770) Thanks [@kark](https://github.com/kark)! - There is a new starter template to develop Custom Applications in TypeScript! + + To install it via the `@commercetools-frontend/create-mc-app` CLI: + + ```bash + $ npx @commercetools-frontend/create-mc-app@latest \ + --template starter-typescript + ``` + + The TypeScript starter template is the same as the standard JS starter template in terms of functionality + but it includes the additional TypeScript setup. + + If you already have a Custom Application in TypeScript or are planning to migrate an existing one to it + we recommend to take a look at the tooling setup of the TypeScript starter template, in particular: + + - `.prettierrc` for using the `typescript` parser. + - `jest.*.config.js` to include the file extensions `.ts` and `.tsx`. + - `tsconfig.json` + +### Patch Changes + +- [#2661](https://github.com/commercetools/merchant-center-application-kit/pull/2661) [`43a9df21`](https://github.com/commercetools/merchant-center-application-kit/commit/43a9df2193000b49a0299c02d5218c50d71567ed) Thanks [@emmenko](https://github.com/emmenko)! - Drop the copyright year from the license files + ## 21.6.0 ### Patch Changes diff --git a/packages/create-mc-app/package.json b/packages/create-mc-app/package.json index 422dffaf09..b925e76fb3 100644 --- a/packages/create-mc-app/package.json +++ b/packages/create-mc-app/package.json @@ -1,6 +1,6 @@ { "name": "@commercetools-frontend/create-mc-app", - "version": "21.6.0", + "version": "21.8.0", "description": "Create Merchant Center applications to quickly get up and running", "bugs": "https://github.com/commercetools/merchant-center-application-kit/issues", "repository": { diff --git a/packages/cypress/CHANGELOG.md b/packages/cypress/CHANGELOG.md index 4536bd74d9..76934fbe85 100644 --- a/packages/cypress/CHANGELOG.md +++ b/packages/cypress/CHANGELOG.md @@ -1,5 +1,13 @@ # @commercetools-frontend/cypress +## 21.8.0 + +### Patch Changes + +- Updated dependencies [[`1d8c71f1`](https://github.com/commercetools/merchant-center-application-kit/commit/1d8c71f1fed656bb6dedb3379198cc6fcdb5363f), [`d6bfecf1`](https://github.com/commercetools/merchant-center-application-kit/commit/d6bfecf17c0a6a38330943cc5f195f1854248770), [`43a9df21`](https://github.com/commercetools/merchant-center-application-kit/commit/43a9df2193000b49a0299c02d5218c50d71567ed), [`f7ec746b`](https://github.com/commercetools/merchant-center-application-kit/commit/f7ec746bfe9742a8bae5ea513db93614cce457c9), [`a98f9fb5`](https://github.com/commercetools/merchant-center-application-kit/commit/a98f9fb56a8066d2d64f1fa0f176bf130adb5227), [`1d63e7b6`](https://github.com/commercetools/merchant-center-application-kit/commit/1d63e7b6e0a77f5aa0af4ab38030455d6abedf12), [`1cc471e8`](https://github.com/commercetools/merchant-center-application-kit/commit/1cc471e8872313867afc413598b9808507dd0677)]: + - @commercetools-frontend/application-shell@21.8.0 + - @commercetools-frontend/application-config@21.8.0 + ## 21.7.0 ### Patch Changes diff --git a/packages/cypress/package.json b/packages/cypress/package.json index 7cab7f0ed1..9f74c7dca9 100644 --- a/packages/cypress/package.json +++ b/packages/cypress/package.json @@ -1,6 +1,6 @@ { "name": "@commercetools-frontend/cypress", - "version": "21.7.0", + "version": "21.8.0", "description": "Cypress commands and utilities for Custom Applications", "bugs": "https://github.com/commercetools/merchant-center-application-kit/issues", "repository": { @@ -37,8 +37,8 @@ "dependencies": { "@babel/runtime": "^7.17.9", "@babel/runtime-corejs3": "^7.17.9", - "@commercetools-frontend/application-config": "21.7.0", - "@commercetools-frontend/application-shell": "21.7.0", + "@commercetools-frontend/application-config": "21.8.0", + "@commercetools-frontend/application-shell": "21.8.0", "@manypkg/get-packages": "1.1.3", "uuid": "8.3.2" }, diff --git a/packages/eslint-config-mc-app/CHANGELOG.md b/packages/eslint-config-mc-app/CHANGELOG.md index 964b4385d6..80b47fb999 100644 --- a/packages/eslint-config-mc-app/CHANGELOG.md +++ b/packages/eslint-config-mc-app/CHANGELOG.md @@ -1,5 +1,14 @@ # @commercetools-frontend/eslint-config-mc-app +## 21.8.0 + +### Patch Changes + +- [#2661](https://github.com/commercetools/merchant-center-application-kit/pull/2661) [`43a9df21`](https://github.com/commercetools/merchant-center-application-kit/commit/43a9df2193000b49a0299c02d5218c50d71567ed) Thanks [@emmenko](https://github.com/emmenko)! - Drop the copyright year from the license files + +- Updated dependencies [[`43a9df21`](https://github.com/commercetools/merchant-center-application-kit/commit/43a9df2193000b49a0299c02d5218c50d71567ed)]: + - @commercetools-frontend/babel-preset-mc-app@21.8.0 + ## 21.6.0 ### Patch Changes diff --git a/packages/eslint-config-mc-app/package.json b/packages/eslint-config-mc-app/package.json index 9444cfa0cd..ab8fb8f778 100644 --- a/packages/eslint-config-mc-app/package.json +++ b/packages/eslint-config-mc-app/package.json @@ -1,6 +1,6 @@ { "name": "@commercetools-frontend/eslint-config-mc-app", - "version": "21.6.0", + "version": "21.8.0", "description": "ESLint config used by a Custom Application.", "bugs": "https://github.com/commercetools/merchant-center-application-kit/issues", "repository": { @@ -17,7 +17,7 @@ "dependencies": { "@babel/core": "^7.17.9", "@babel/eslint-parser": "^7.17.0", - "@commercetools-frontend/babel-preset-mc-app": "^21.3.4", + "@commercetools-frontend/babel-preset-mc-app": "^21.8.0", "@rushstack/eslint-patch": "^1.1.2", "@typescript-eslint/eslint-plugin": "^5.19.0", "@typescript-eslint/parser": "^5.19.0", diff --git a/packages/i18n/CHANGELOG.md b/packages/i18n/CHANGELOG.md index e6c22d8d89..e56198aef6 100644 --- a/packages/i18n/CHANGELOG.md +++ b/packages/i18n/CHANGELOG.md @@ -1,5 +1,16 @@ # @commercetools-frontend/i18n +## 21.8.0 + +### Patch Changes + +- [#2661](https://github.com/commercetools/merchant-center-application-kit/pull/2661) [`43a9df21`](https://github.com/commercetools/merchant-center-application-kit/commit/43a9df2193000b49a0299c02d5218c50d71567ed) Thanks [@emmenko](https://github.com/emmenko)! - Drop the copyright year from the license files + +* [#2615](https://github.com/commercetools/merchant-center-application-kit/pull/2615) [`d6bfecf1`](https://github.com/commercetools/merchant-center-application-kit/commit/d6bfecf17c0a6a38330943cc5f195f1854248770) Thanks [@kark](https://github.com/kark)! - Export additional types + +* Updated dependencies [[`43a9df21`](https://github.com/commercetools/merchant-center-application-kit/commit/43a9df2193000b49a0299c02d5218c50d71567ed)]: + - @commercetools-frontend/sentry@21.8.0 + ## 21.6.0 ### Patch Changes diff --git a/packages/i18n/package.json b/packages/i18n/package.json index d32d63aa2d..bfe8127cd9 100644 --- a/packages/i18n/package.json +++ b/packages/i18n/package.json @@ -1,6 +1,6 @@ { "name": "@commercetools-frontend/i18n", - "version": "21.6.0", + "version": "21.8.0", "description": "MC i18n messages", "bugs": "https://github.com/commercetools/merchant-center-application-kit/issues", "repository": { @@ -35,7 +35,7 @@ "@babel/runtime": "^7.17.9", "@babel/runtime-corejs3": "^7.17.9", "@commercetools-community-kit/i18n": "^0.3.0", - "@commercetools-frontend/sentry": "21.6.0", + "@commercetools-frontend/sentry": "21.8.0", "@commercetools-uikit/i18n": "^15.0.0", "@emotion/react": "11.9.0", "@formatjs/icu-messageformat-parser": "2.1.0", diff --git a/packages/jest-preset-mc-app/CHANGELOG.md b/packages/jest-preset-mc-app/CHANGELOG.md index fbd81ae011..663e0e9af1 100644 --- a/packages/jest-preset-mc-app/CHANGELOG.md +++ b/packages/jest-preset-mc-app/CHANGELOG.md @@ -1,5 +1,14 @@ # @commercetools-frontend/jest-preset-mc-app +## 21.8.0 + +### Patch Changes + +- [#2661](https://github.com/commercetools/merchant-center-application-kit/pull/2661) [`43a9df21`](https://github.com/commercetools/merchant-center-application-kit/commit/43a9df2193000b49a0299c02d5218c50d71567ed) Thanks [@emmenko](https://github.com/emmenko)! - Drop the copyright year from the license files + +- Updated dependencies [[`43a9df21`](https://github.com/commercetools/merchant-center-application-kit/commit/43a9df2193000b49a0299c02d5218c50d71567ed)]: + - @commercetools-frontend/babel-preset-mc-app@21.8.0 + ## 21.7.0 ### Patch Changes diff --git a/packages/jest-preset-mc-app/package.json b/packages/jest-preset-mc-app/package.json index 75e7b4a8f1..41bb2244f2 100644 --- a/packages/jest-preset-mc-app/package.json +++ b/packages/jest-preset-mc-app/package.json @@ -1,6 +1,6 @@ { "name": "@commercetools-frontend/jest-preset-mc-app", - "version": "21.7.0", + "version": "21.8.0", "description": "Jest preset used by a MC application", "bugs": "https://github.com/commercetools/merchant-center-application-kit/issues", "repository": { @@ -17,7 +17,7 @@ "main": "./jest-preset.js", "module": "./jest-preset.js", "dependencies": { - "@commercetools-frontend/babel-preset-mc-app": "21.3.4", + "@commercetools-frontend/babel-preset-mc-app": "21.8.0", "@formatjs/intl-getcanonicallocales": "^1.9.2", "@formatjs/intl-listformat": "^6.5.3", "@formatjs/intl-locale": "^2.4.47", diff --git a/packages/jest-stylelint-runner/CHANGELOG.md b/packages/jest-stylelint-runner/CHANGELOG.md index 60ebf7f03c..0cc3675189 100644 --- a/packages/jest-stylelint-runner/CHANGELOG.md +++ b/packages/jest-stylelint-runner/CHANGELOG.md @@ -1,5 +1,7 @@ # @commercetools-frontend/jest-stylelint-runner +## 21.8.0 + ## 21.6.0 ### Patch Changes diff --git a/packages/jest-stylelint-runner/package.json b/packages/jest-stylelint-runner/package.json index 1597489323..206eec3fc1 100644 --- a/packages/jest-stylelint-runner/package.json +++ b/packages/jest-stylelint-runner/package.json @@ -1,6 +1,6 @@ { "name": "@commercetools-frontend/jest-stylelint-runner", - "version": "21.6.0", + "version": "21.8.0", "description": "Jest runner that will transform css with postcss before running stylelint", "bugs": "https://github.com/commercetools/merchant-center-application-kit/issues", "repository": { diff --git a/packages/l10n/CHANGELOG.md b/packages/l10n/CHANGELOG.md index 27e843f8d3..ccbac41434 100644 --- a/packages/l10n/CHANGELOG.md +++ b/packages/l10n/CHANGELOG.md @@ -1,5 +1,18 @@ # @commercetools-frontend/l10n +## 21.8.0 + +### Minor Changes + +- [#2612](https://github.com/commercetools/merchant-center-application-kit/pull/2612) [`c56498ca`](https://github.com/commercetools/merchant-center-application-kit/commit/c56498ca105272d31ca4a6197c16870f4b0e32e6) Thanks [@ByronDWall](https://github.com/ByronDWall)! - The localized data has been updated. In particular, the time zones data has been updated and restructured to be more usable and readable. + +### Patch Changes + +- [#2661](https://github.com/commercetools/merchant-center-application-kit/pull/2661) [`43a9df21`](https://github.com/commercetools/merchant-center-application-kit/commit/43a9df2193000b49a0299c02d5218c50d71567ed) Thanks [@emmenko](https://github.com/emmenko)! - Drop the copyright year from the license files + +- Updated dependencies [[`43a9df21`](https://github.com/commercetools/merchant-center-application-kit/commit/43a9df2193000b49a0299c02d5218c50d71567ed)]: + - @commercetools-frontend/sentry@21.8.0 + ## 21.6.0 ### Patch Changes diff --git a/packages/l10n/package.json b/packages/l10n/package.json index 6ac7190d4b..00af50964c 100644 --- a/packages/l10n/package.json +++ b/packages/l10n/package.json @@ -1,6 +1,6 @@ { "name": "@commercetools-frontend/l10n", - "version": "21.6.0", + "version": "21.8.0", "description": "React bindings to load l10n data", "bugs": "https://github.com/commercetools/merchant-center-application-kit/issues", "repository": { @@ -23,7 +23,7 @@ "dependencies": { "@babel/runtime": "^7.17.9", "@babel/runtime-corejs3": "^7.17.9", - "@commercetools-frontend/sentry": "21.6.0", + "@commercetools-frontend/sentry": "21.8.0", "@emotion/react": "11.9.0", "@types/prop-types": "^15.7.5", "@types/react": "^17.0.44", diff --git a/packages/mc-dev-authentication/CHANGELOG.md b/packages/mc-dev-authentication/CHANGELOG.md index d2c72df87a..3bf5a9f5bd 100644 --- a/packages/mc-dev-authentication/CHANGELOG.md +++ b/packages/mc-dev-authentication/CHANGELOG.md @@ -1,5 +1,7 @@ # @commercetools-frontend/mc-dev-authentication +## 21.8.0 + ## 21.7.0 ### Patch Changes diff --git a/packages/mc-dev-authentication/package.json b/packages/mc-dev-authentication/package.json index 60467cd3bf..c6b840dd83 100644 --- a/packages/mc-dev-authentication/package.json +++ b/packages/mc-dev-authentication/package.json @@ -1,6 +1,6 @@ { "name": "@commercetools-frontend/mc-dev-authentication", - "version": "21.7.0", + "version": "21.8.0", "description": "Authentication views when running webpack-dev-server in development mode", "bugs": "https://github.com/commercetools/merchant-center-application-kit/issues", "repository": { @@ -28,7 +28,7 @@ "@babel/runtime-corejs3": "^7.17.9" }, "devDependencies": { - "@commercetools-frontend/application-config": "21.7.0", + "@commercetools-frontend/application-config": "21.8.0", "@tsconfig/node16": "^1.0.2", "express": "4.18.1" }, diff --git a/packages/mc-html-template/CHANGELOG.md b/packages/mc-html-template/CHANGELOG.md index 4b8802d77b..796ff49fdc 100644 --- a/packages/mc-html-template/CHANGELOG.md +++ b/packages/mc-html-template/CHANGELOG.md @@ -1,5 +1,17 @@ # @commercetools-frontend/mc-html-template +## 21.8.0 + +### Patch Changes + +- [#2661](https://github.com/commercetools/merchant-center-application-kit/pull/2661) [`43a9df21`](https://github.com/commercetools/merchant-center-application-kit/commit/43a9df2193000b49a0299c02d5218c50d71567ed) Thanks [@emmenko](https://github.com/emmenko)! - Drop the copyright year from the license files + +* [#2652](https://github.com/commercetools/merchant-center-application-kit/pull/2652) [`81df396d`](https://github.com/commercetools/merchant-center-application-kit/commit/81df396daf0d28c6d3284436ae970d568fecc822) Thanks [@CarlosCortizasCT](https://github.com/CarlosCortizasCT)! - Removed _user-scalable=no_ property from `viewport` meta tag as it is a problem from the [accessibility point of view](https://developer.mozilla.org/en-US/docs/Web/HTML/Viewport_meta_tag#viewport_basics). + +* Updated dependencies [[`d6bfecf1`](https://github.com/commercetools/merchant-center-application-kit/commit/d6bfecf17c0a6a38330943cc5f195f1854248770), [`43a9df21`](https://github.com/commercetools/merchant-center-application-kit/commit/43a9df2193000b49a0299c02d5218c50d71567ed)]: + - @commercetools-frontend/application-config@21.8.0 + - @commercetools-frontend/constants@21.8.0 + ## 21.7.0 ### Patch Changes diff --git a/packages/mc-html-template/package.json b/packages/mc-html-template/package.json index d35580f83b..ea75005dc1 100644 --- a/packages/mc-html-template/package.json +++ b/packages/mc-html-template/package.json @@ -1,6 +1,6 @@ { "name": "@commercetools-frontend/mc-html-template", - "version": "21.7.0", + "version": "21.8.0", "description": "Everything related to render the index.html for a MC application", "bugs": "https://github.com/commercetools/merchant-center-application-kit/issues", "repository": { @@ -30,8 +30,8 @@ "dependencies": { "@babel/runtime": "^7.17.9", "@babel/runtime-corejs3": "^7.17.9", - "@commercetools-frontend/application-config": "21.7.0", - "@commercetools-frontend/constants": "21.3.4", + "@commercetools-frontend/application-config": "21.8.0", + "@commercetools-frontend/constants": "21.8.0", "serialize-javascript": "6.0.0", "uglify-js": "3.15.4", "uglifycss": "0.0.29" diff --git a/packages/mc-scripts/CHANGELOG.md b/packages/mc-scripts/CHANGELOG.md index c85e52093f..db2e6a6d46 100644 --- a/packages/mc-scripts/CHANGELOG.md +++ b/packages/mc-scripts/CHANGELOG.md @@ -1,5 +1,46 @@ # @commercetools-frontend/mc-scripts +## 21.8.0 + +### Minor Changes + +- [#2613](https://github.com/commercetools/merchant-center-application-kit/pull/2613) [`20e648d2`](https://github.com/commercetools/merchant-center-application-kit/commit/20e648d2d69ac9b909ae90946c4fe2274cdf7332) Thanks [@emmenko](https://github.com/emmenko)! - Migrate CLI to TypeScript. + + Internally, the CLI now uses [cac](https://github.com/cacjs/cac) to handle CLI commands and options. + + # Deprecated entry points + + Importing the function `createPostcssConfig` from the main entry point `@commercetools-frontend/mc-scripts` is now deprecated. Use the entry point `@commercetools-frontend/mc-scripts/postcss` instead. + + ```diff + const { + createPostcssConfig, + -} = require('@commercetools-frontend/mc-scripts'); + +} = require('@commercetools-frontend/mc-scripts/postcss'); + ``` + + Importing the functions `createWebpackConfigForDevelopment` and `createWebpackConfigForProduction` from the main entry point `@commercetools-frontend/mc-scripts` is now deprecated. Use the entry point `@commercetools-frontend/mc-scripts/webpack` instead. + + ```diff + const { + createWebpackConfigForDevelopment, + createWebpackConfigForProduction, + -} = require('@commercetools-frontend/mc-scripts'); + +} = require('@commercetools-frontend/mc-scripts/webpack'); + ``` + +### Patch Changes + +- [#2661](https://github.com/commercetools/merchant-center-application-kit/pull/2661) [`43a9df21`](https://github.com/commercetools/merchant-center-application-kit/commit/43a9df2193000b49a0299c02d5218c50d71567ed) Thanks [@emmenko](https://github.com/emmenko)! - Drop the copyright year from the license files + +- Updated dependencies [[`d6bfecf1`](https://github.com/commercetools/merchant-center-application-kit/commit/d6bfecf17c0a6a38330943cc5f195f1854248770), [`43a9df21`](https://github.com/commercetools/merchant-center-application-kit/commit/43a9df2193000b49a0299c02d5218c50d71567ed), [`20e648d2`](https://github.com/commercetools/merchant-center-application-kit/commit/20e648d2d69ac9b909ae90946c4fe2274cdf7332), [`81df396d`](https://github.com/commercetools/merchant-center-application-kit/commit/81df396daf0d28c6d3284436ae970d568fecc822)]: + - @commercetools-frontend/application-config@21.8.0 + - @commercetools-frontend/assets@21.8.0 + - @commercetools-frontend/babel-preset-mc-app@21.8.0 + - @commercetools-frontend/constants@21.8.0 + - @commercetools-frontend/mc-html-template@21.8.0 + - @commercetools-frontend/mc-dev-authentication@21.8.0 + ## 21.7.0 ### Patch Changes diff --git a/packages/mc-scripts/package.json b/packages/mc-scripts/package.json index 16458e3e6c..c76b1f5cfb 100644 --- a/packages/mc-scripts/package.json +++ b/packages/mc-scripts/package.json @@ -1,6 +1,6 @@ { "name": "@commercetools-frontend/mc-scripts", - "version": "21.7.0", + "version": "21.8.0", "description": "Configuration and scripts for developing a MC application", "bugs": "https://github.com/commercetools/merchant-center-application-kit/issues", "repository": { @@ -46,12 +46,12 @@ "@babel/core": "^7.17.9", "@babel/runtime": "^7.17.9", "@babel/runtime-corejs3": "^7.17.9", - "@commercetools-frontend/application-config": "21.7.0", - "@commercetools-frontend/assets": "21.0.0", - "@commercetools-frontend/babel-preset-mc-app": "21.3.4", - "@commercetools-frontend/constants": "21.3.4", - "@commercetools-frontend/mc-dev-authentication": "21.7.0", - "@commercetools-frontend/mc-html-template": "21.7.0", + "@commercetools-frontend/application-config": "21.8.0", + "@commercetools-frontend/assets": "21.8.0", + "@commercetools-frontend/babel-preset-mc-app": "21.8.0", + "@commercetools-frontend/constants": "21.8.0", + "@commercetools-frontend/mc-dev-authentication": "21.8.0", + "@commercetools-frontend/mc-html-template": "21.8.0", "@commercetools/http-user-agent": "2.1.2", "@pmmmwh/react-refresh-webpack-plugin": "0.5.5", "@rollup/plugin-graphql": "1.1.0", diff --git a/packages/notifications/CHANGELOG.md b/packages/notifications/CHANGELOG.md index a5408c2aee..d2957644cb 100644 --- a/packages/notifications/CHANGELOG.md +++ b/packages/notifications/CHANGELOG.md @@ -1,5 +1,11 @@ # @commercetools-frontend/notifications +## 21.8.0 + +### Patch Changes + +- [#2661](https://github.com/commercetools/merchant-center-application-kit/pull/2661) [`43a9df21`](https://github.com/commercetools/merchant-center-application-kit/commit/43a9df2193000b49a0299c02d5218c50d71567ed) Thanks [@emmenko](https://github.com/emmenko)! - Drop the copyright year from the license files + ## 21.6.0 ### Patch Changes diff --git a/packages/notifications/package.json b/packages/notifications/package.json index e4a3724681..1350839df9 100644 --- a/packages/notifications/package.json +++ b/packages/notifications/package.json @@ -1,6 +1,6 @@ { "name": "@commercetools-frontend/notifications", - "version": "21.6.0", + "version": "21.8.0", "description": "A general-purpose notification system built on top of redux", "bugs": "https://github.com/commercetools/merchant-center-application-kit/issues", "repository": { diff --git a/packages/permissions/CHANGELOG.md b/packages/permissions/CHANGELOG.md index 5e2f044e2c..645199d9cd 100644 --- a/packages/permissions/CHANGELOG.md +++ b/packages/permissions/CHANGELOG.md @@ -1,5 +1,15 @@ # @commercetools-frontend/permissions +## 21.8.0 + +### Patch Changes + +- [#2661](https://github.com/commercetools/merchant-center-application-kit/pull/2661) [`43a9df21`](https://github.com/commercetools/merchant-center-application-kit/commit/43a9df2193000b49a0299c02d5218c50d71567ed) Thanks [@emmenko](https://github.com/emmenko)! - Drop the copyright year from the license files + +- Updated dependencies [[`78de0ec6`](https://github.com/commercetools/merchant-center-application-kit/commit/78de0ec6b569b7daa23edf4fd21cae0842857ca8), [`43a9df21`](https://github.com/commercetools/merchant-center-application-kit/commit/43a9df2193000b49a0299c02d5218c50d71567ed), [`405aa67b`](https://github.com/commercetools/merchant-center-application-kit/commit/405aa67bb55dd61e39f0856c120614030e9c8398)]: + - @commercetools-frontend/application-shell-connectors@21.8.0 + - @commercetools-frontend/sentry@21.8.0 + ## 21.6.0 ### Patch Changes diff --git a/packages/permissions/package.json b/packages/permissions/package.json index e1b6e669fa..b1d0be6124 100644 --- a/packages/permissions/package.json +++ b/packages/permissions/package.json @@ -1,6 +1,6 @@ { "name": "@commercetools-frontend/permissions", - "version": "21.6.0", + "version": "21.8.0", "description": "React components to declaratively handle MC permissions", "bugs": "https://github.com/commercetools/merchant-center-application-kit/issues", "repository": { @@ -20,8 +20,8 @@ "dependencies": { "@babel/runtime": "^7.17.9", "@babel/runtime-corejs3": "^7.17.9", - "@commercetools-frontend/application-shell-connectors": "21.6.0", - "@commercetools-frontend/sentry": "21.6.0", + "@commercetools-frontend/application-shell-connectors": "21.8.0", + "@commercetools-frontend/sentry": "21.8.0", "@emotion/react": "11.9.0", "@types/lodash": "^4.14.181", "@types/prop-types": "^15.7.5", diff --git a/packages/react-notifications/CHANGELOG.md b/packages/react-notifications/CHANGELOG.md index 35dadb947b..a0fd6f7e25 100644 --- a/packages/react-notifications/CHANGELOG.md +++ b/packages/react-notifications/CHANGELOG.md @@ -1,5 +1,17 @@ # @commercetools-frontend/react-notifications +## 21.8.0 + +### Patch Changes + +- [#2661](https://github.com/commercetools/merchant-center-application-kit/pull/2661) [`43a9df21`](https://github.com/commercetools/merchant-center-application-kit/commit/43a9df2193000b49a0299c02d5218c50d71567ed) Thanks [@emmenko](https://github.com/emmenko)! - Drop the copyright year from the license files + +- Updated dependencies [[`43a9df21`](https://github.com/commercetools/merchant-center-application-kit/commit/43a9df2193000b49a0299c02d5218c50d71567ed)]: + - @commercetools-frontend/actions-global@21.8.0 + - @commercetools-frontend/constants@21.8.0 + - @commercetools-frontend/notifications@21.8.0 + - @commercetools-frontend/sentry@21.8.0 + ## 21.6.0 ### Patch Changes diff --git a/packages/react-notifications/package.json b/packages/react-notifications/package.json index 827d9e8832..e7c5a59da5 100644 --- a/packages/react-notifications/package.json +++ b/packages/react-notifications/package.json @@ -1,6 +1,6 @@ { "name": "@commercetools-frontend/react-notifications", - "version": "21.6.0", + "version": "21.8.0", "description": "React bindings for @commercetools-frontend/notifications", "bugs": "https://github.com/commercetools/merchant-center-application-kit/issues", "repository": { @@ -20,10 +20,10 @@ "dependencies": { "@babel/runtime": "^7.17.9", "@babel/runtime-corejs3": "^7.17.9", - "@commercetools-frontend/actions-global": "21.6.0", - "@commercetools-frontend/constants": "21.3.4", - "@commercetools-frontend/notifications": "21.6.0", - "@commercetools-frontend/sentry": "21.6.0", + "@commercetools-frontend/actions-global": "21.8.0", + "@commercetools-frontend/constants": "21.8.0", + "@commercetools-frontend/notifications": "21.8.0", + "@commercetools-frontend/sentry": "21.8.0", "@commercetools-uikit/design-system": "^15.0.0", "@commercetools-uikit/hooks": "^15.0.0", "@commercetools-uikit/icon-button": "^15.0.0", diff --git a/packages/sdk/CHANGELOG.md b/packages/sdk/CHANGELOG.md index 54522eed2f..81a36afb3d 100644 --- a/packages/sdk/CHANGELOG.md +++ b/packages/sdk/CHANGELOG.md @@ -1,5 +1,34 @@ # @commercetools-frontend/sdk +## 21.8.0 + +### Minor Changes + +- [#2667](https://github.com/commercetools/merchant-center-application-kit/pull/2667) [`1d8c71f1`](https://github.com/commercetools/merchant-center-application-kit/commit/1d8c71f1fed656bb6dedb3379198cc6fcdb5363f) Thanks [@emmenko](https://github.com/emmenko)! - Add support for setting the `audience` policy. The policy can be used to determine how the `audience` value is exchanged between the Merchant Center API and the external API. + + Supported values are: + + - `forward-url-full-path`: This is the default policy. It sets the `audience` using the full URL (origin + pathname). + - `forward-url-origin`: This is the alternative policy. It sets the `audience` using only the origin URL part. + + ```js + actions.forwardTo.get({ + audiencePolicy: 'forward-url-origin', + // ... + }); + + // "X-Forward-To-Audience-Policy": "forward-url-origin" + ``` + +### Patch Changes + +- [#2661](https://github.com/commercetools/merchant-center-application-kit/pull/2661) [`43a9df21`](https://github.com/commercetools/merchant-center-application-kit/commit/43a9df2193000b49a0299c02d5218c50d71567ed) Thanks [@emmenko](https://github.com/emmenko)! - Drop the copyright year from the license files + +* [#2615](https://github.com/commercetools/merchant-center-application-kit/pull/2615) [`d6bfecf1`](https://github.com/commercetools/merchant-center-application-kit/commit/d6bfecf17c0a6a38330943cc5f195f1854248770) Thanks [@kark](https://github.com/kark)! - Refine internal types + +* Updated dependencies [[`43a9df21`](https://github.com/commercetools/merchant-center-application-kit/commit/43a9df2193000b49a0299c02d5218c50d71567ed)]: + - @commercetools-frontend/constants@21.8.0 + ## 21.6.0 ### Patch Changes diff --git a/packages/sdk/package.json b/packages/sdk/package.json index a29fb9243d..1474811713 100644 --- a/packages/sdk/package.json +++ b/packages/sdk/package.json @@ -1,6 +1,6 @@ { "name": "@commercetools-frontend/sdk", - "version": "21.6.0", + "version": "21.8.0", "description": "Tools for declarative fetching", "bugs": "https://github.com/commercetools/merchant-center-application-kit/issues", "repository": { @@ -23,7 +23,7 @@ "dependencies": { "@babel/runtime": "^7.17.9", "@babel/runtime-corejs3": "^7.17.9", - "@commercetools-frontend/constants": "21.3.4", + "@commercetools-frontend/constants": "21.8.0", "@commercetools/api-request-builder": "5.6.3", "@commercetools/http-user-agent": "2.1.2", "@commercetools/sdk-client": "2.1.2", diff --git a/packages/sentry/CHANGELOG.md b/packages/sentry/CHANGELOG.md index cdc6187872..5369b0abb7 100644 --- a/packages/sentry/CHANGELOG.md +++ b/packages/sentry/CHANGELOG.md @@ -1,5 +1,14 @@ # @commercetools-frontend/sentry +## 21.8.0 + +### Patch Changes + +- [#2661](https://github.com/commercetools/merchant-center-application-kit/pull/2661) [`43a9df21`](https://github.com/commercetools/merchant-center-application-kit/commit/43a9df2193000b49a0299c02d5218c50d71567ed) Thanks [@emmenko](https://github.com/emmenko)! - Drop the copyright year from the license files + +- Updated dependencies [[`43a9df21`](https://github.com/commercetools/merchant-center-application-kit/commit/43a9df2193000b49a0299c02d5218c50d71567ed)]: + - @commercetools-frontend/constants@21.8.0 + ## 21.6.0 ### Patch Changes diff --git a/packages/sentry/package.json b/packages/sentry/package.json index 069ca401aa..562d1c6ff0 100644 --- a/packages/sentry/package.json +++ b/packages/sentry/package.json @@ -1,6 +1,6 @@ { "name": "@commercetools-frontend/sentry", - "version": "21.6.0", + "version": "21.8.0", "description": "Components to set up Sentry for a MC application", "bugs": "https://github.com/commercetools/merchant-center-application-kit/issues", "repository": { @@ -20,7 +20,7 @@ "dependencies": { "@babel/runtime": "^7.17.9", "@babel/runtime-corejs3": "^7.17.9", - "@commercetools-frontend/constants": "21.3.4", + "@commercetools-frontend/constants": "21.8.0", "@sentry/browser": "6.19.7", "@types/prop-types": "^15.7.5", "@types/react": "^17.0.44", diff --git a/packages/url-utils/CHANGELOG.md b/packages/url-utils/CHANGELOG.md index b7cf905638..156f2e6dc6 100644 --- a/packages/url-utils/CHANGELOG.md +++ b/packages/url-utils/CHANGELOG.md @@ -1,5 +1,11 @@ # @commercetools-frontend/url-utils +## 21.8.0 + +### Patch Changes + +- [#2661](https://github.com/commercetools/merchant-center-application-kit/pull/2661) [`43a9df21`](https://github.com/commercetools/merchant-center-application-kit/commit/43a9df2193000b49a0299c02d5218c50d71567ed) Thanks [@emmenko](https://github.com/emmenko)! - Drop the copyright year from the license files + ## 21.3.4 ### Patch Changes diff --git a/packages/url-utils/package.json b/packages/url-utils/package.json index bf38c85fea..cc4795875f 100644 --- a/packages/url-utils/package.json +++ b/packages/url-utils/package.json @@ -1,6 +1,6 @@ { "name": "@commercetools-frontend/url-utils", - "version": "21.3.4", + "version": "21.8.0", "description": "Utility functions to work with URLs", "bugs": "https://github.com/commercetools/merchant-center-application-kit/issues", "repository": { diff --git a/playground/CHANGELOG.md b/playground/CHANGELOG.md index af49e5a9a3..757bdd9121 100644 --- a/playground/CHANGELOG.md +++ b/playground/CHANGELOG.md @@ -1,5 +1,21 @@ # playground +## 19.3.2 + +### Patch Changes + +- Updated dependencies [[`1d8c71f1`](https://github.com/commercetools/merchant-center-application-kit/commit/1d8c71f1fed656bb6dedb3379198cc6fcdb5363f), [`78de0ec6`](https://github.com/commercetools/merchant-center-application-kit/commit/78de0ec6b569b7daa23edf4fd21cae0842857ca8), [`43a9df21`](https://github.com/commercetools/merchant-center-application-kit/commit/43a9df2193000b49a0299c02d5218c50d71567ed), [`d6bfecf1`](https://github.com/commercetools/merchant-center-application-kit/commit/d6bfecf17c0a6a38330943cc5f195f1854248770), [`c56498ca`](https://github.com/commercetools/merchant-center-application-kit/commit/c56498ca105272d31ca4a6197c16870f4b0e32e6), [`f3cc395d`](https://github.com/commercetools/merchant-center-application-kit/commit/f3cc395d1e29e25f694345c03a7b6376b2d88d20), [`f7ec746b`](https://github.com/commercetools/merchant-center-application-kit/commit/f7ec746bfe9742a8bae5ea513db93614cce457c9), [`20e648d2`](https://github.com/commercetools/merchant-center-application-kit/commit/20e648d2d69ac9b909ae90946c4fe2274cdf7332), [`a98f9fb5`](https://github.com/commercetools/merchant-center-application-kit/commit/a98f9fb56a8066d2d64f1fa0f176bf130adb5227), [`405aa67b`](https://github.com/commercetools/merchant-center-application-kit/commit/405aa67bb55dd61e39f0856c120614030e9c8398), [`1d63e7b6`](https://github.com/commercetools/merchant-center-application-kit/commit/1d63e7b6e0a77f5aa0af4ab38030455d6abedf12), [`1d8c71f1`](https://github.com/commercetools/merchant-center-application-kit/commit/1d8c71f1fed656bb6dedb3379198cc6fcdb5363f), [`1cc471e8`](https://github.com/commercetools/merchant-center-application-kit/commit/1cc471e8872313867afc413598b9808507dd0677), [`d6bfecf1`](https://github.com/commercetools/merchant-center-application-kit/commit/d6bfecf17c0a6a38330943cc5f195f1854248770)]: + - @commercetools-frontend/application-shell@21.8.0 + - @commercetools-frontend/application-shell-connectors@21.8.0 + - @commercetools-frontend/actions-global@21.8.0 + - @commercetools-frontend/assets@21.8.0 + - @commercetools-frontend/constants@21.8.0 + - @commercetools-frontend/i18n@21.8.0 + - @commercetools-frontend/l10n@21.8.0 + - @commercetools-frontend/permissions@21.8.0 + - @commercetools-frontend/sdk@21.8.0 + - @commercetools-frontend/application-components@21.8.0 + ## 19.3.1 ### Patch Changes diff --git a/playground/package.json b/playground/package.json index 620543ea85..18ad7693e3 100644 --- a/playground/package.json +++ b/playground/package.json @@ -1,6 +1,6 @@ { "name": "playground", - "version": "19.3.1", + "version": "19.3.2", "description": "A playground application to get started developing Merchant Center Applications", "private": true, "scripts": { @@ -14,16 +14,16 @@ }, "dependencies": { "@commercetools-docs/ui-kit": "18.6.0", - "@commercetools-frontend/actions-global": "21.6.0", - "@commercetools-frontend/application-components": "21.7.0", - "@commercetools-frontend/application-shell": "21.7.0", - "@commercetools-frontend/application-shell-connectors": "21.6.0", - "@commercetools-frontend/assets": "21.0.0", - "@commercetools-frontend/constants": "21.3.4", - "@commercetools-frontend/i18n": "21.6.0", - "@commercetools-frontend/l10n": "21.6.0", - "@commercetools-frontend/permissions": "21.6.0", - "@commercetools-frontend/sdk": "21.6.0", + "@commercetools-frontend/actions-global": "21.8.0", + "@commercetools-frontend/application-components": "21.8.0", + "@commercetools-frontend/application-shell": "21.8.0", + "@commercetools-frontend/application-shell-connectors": "21.8.0", + "@commercetools-frontend/assets": "21.8.0", + "@commercetools-frontend/constants": "21.8.0", + "@commercetools-frontend/i18n": "21.8.0", + "@commercetools-frontend/l10n": "21.8.0", + "@commercetools-frontend/permissions": "21.8.0", + "@commercetools-frontend/sdk": "21.8.0", "@commercetools-uikit/checkbox-input": "^15.0.0", "@commercetools-uikit/constraints": "^15.0.0", "@commercetools-uikit/data-table": "^15.0.0", @@ -47,9 +47,9 @@ "vercel": "24.2.1" }, "devDependencies": { - "@commercetools-backend/express": "21.6.0", - "@commercetools-frontend/mc-dev-authentication": "21.7.0", - "@commercetools-frontend/mc-scripts": "21.7.0", + "@commercetools-backend/express": "21.8.0", + "@commercetools-frontend/mc-dev-authentication": "21.8.0", + "@commercetools-frontend/mc-scripts": "21.8.0", "@formatjs/cli": "4.8.4", "@vercel/node": "^1.14.1" } diff --git a/visual-testing-app/CHANGELOG.md b/visual-testing-app/CHANGELOG.md index a6f3bc7bc6..f18890bc6e 100644 --- a/visual-testing-app/CHANGELOG.md +++ b/visual-testing-app/CHANGELOG.md @@ -1,5 +1,15 @@ # @commercetools-local/visual-testing-app +## 19.4.2 + +### Patch Changes + +- Updated dependencies [[`43a9df21`](https://github.com/commercetools/merchant-center-application-kit/commit/43a9df2193000b49a0299c02d5218c50d71567ed), [`f3cc395d`](https://github.com/commercetools/merchant-center-application-kit/commit/f3cc395d1e29e25f694345c03a7b6376b2d88d20), [`20e648d2`](https://github.com/commercetools/merchant-center-application-kit/commit/20e648d2d69ac9b909ae90946c4fe2274cdf7332)]: + - @commercetools-frontend/assets@21.8.0 + - @commercetools-frontend/constants@21.8.0 + - @commercetools-frontend/react-notifications@21.8.0 + - @commercetools-frontend/application-components@21.8.0 + ## 19.4.1 ### Patch Changes diff --git a/visual-testing-app/package.json b/visual-testing-app/package.json index b530d23f8b..db4d879618 100644 --- a/visual-testing-app/package.json +++ b/visual-testing-app/package.json @@ -1,6 +1,6 @@ { "name": "@commercetools-local/visual-testing-app", - "version": "19.4.1", + "version": "19.4.2", "description": "An app to facilitate visual testing", "private": true, "scripts": { @@ -9,10 +9,10 @@ "preview": "vite preview --port 3000" }, "dependencies": { - "@commercetools-frontend/application-components": "21.7.0", - "@commercetools-frontend/assets": "21.0.0", - "@commercetools-frontend/constants": "21.3.4", - "@commercetools-frontend/react-notifications": "21.6.0", + "@commercetools-frontend/application-components": "21.8.0", + "@commercetools-frontend/assets": "21.8.0", + "@commercetools-frontend/constants": "21.8.0", + "@commercetools-frontend/react-notifications": "21.8.0", "@commercetools-uikit/accessible-button": "^15.0.0", "@commercetools-uikit/card": "^15.0.0", "@commercetools-uikit/design-system": "^15.0.0", diff --git a/website-components-playground/CHANGELOG.md b/website-components-playground/CHANGELOG.md index 40fa51988a..c74e6876ac 100644 --- a/website-components-playground/CHANGELOG.md +++ b/website-components-playground/CHANGELOG.md @@ -1,5 +1,13 @@ # @commercetools-website/components-playground +## 17.5.2 + +### Patch Changes + +- Updated dependencies [[`43a9df21`](https://github.com/commercetools/merchant-center-application-kit/commit/43a9df2193000b49a0299c02d5218c50d71567ed), [`f3cc395d`](https://github.com/commercetools/merchant-center-application-kit/commit/f3cc395d1e29e25f694345c03a7b6376b2d88d20), [`d6bfecf1`](https://github.com/commercetools/merchant-center-application-kit/commit/d6bfecf17c0a6a38330943cc5f195f1854248770)]: + - @commercetools-frontend/i18n@21.8.0 + - @commercetools-frontend/application-components@21.8.0 + ## 17.5.1 ### Patch Changes diff --git a/website-components-playground/package.json b/website-components-playground/package.json index cfe4ad1e6c..fed12b07c6 100644 --- a/website-components-playground/package.json +++ b/website-components-playground/package.json @@ -1,6 +1,6 @@ { "name": "@commercetools-website/components-playground", - "version": "17.5.1", + "version": "17.5.2", "private": true, "scripts": { "clean": "gatsby clean", @@ -10,8 +10,8 @@ "serve": "gatsby serve" }, "dependencies": { - "@commercetools-frontend/application-components": "21.7.0", - "@commercetools-frontend/i18n": "21.6.0", + "@commercetools-frontend/application-components": "21.8.0", + "@commercetools-frontend/i18n": "21.8.0", "@commercetools-uikit/design-system": "^15.0.0", "@commercetools-uikit/icon-button": "^15.0.0", "@commercetools-uikit/icons": "^15.0.0", diff --git a/yarn.lock b/yarn.lock index b6fa631cbf..23a639b73e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2452,7 +2452,7 @@ __metadata: languageName: unknown linkType: soft -"@commercetools-backend/express@21.6.0, @commercetools-backend/express@workspace:packages-backend/express": +"@commercetools-backend/express@21.8.0, @commercetools-backend/express@workspace:packages-backend/express": version: 0.0.0-use.local resolution: "@commercetools-backend/express@workspace:packages-backend/express" dependencies: @@ -2631,16 +2631,16 @@ __metadata: languageName: node linkType: hard -"@commercetools-frontend/actions-global@21.6.0, @commercetools-frontend/actions-global@workspace:packages/actions-global": +"@commercetools-frontend/actions-global@21.8.0, @commercetools-frontend/actions-global@workspace:packages/actions-global": version: 0.0.0-use.local resolution: "@commercetools-frontend/actions-global@workspace:packages/actions-global" dependencies: "@babel/runtime": ^7.17.9 "@babel/runtime-corejs3": ^7.17.9 - "@commercetools-frontend/browser-history": 21.3.4 - "@commercetools-frontend/constants": 21.3.4 - "@commercetools-frontend/notifications": 21.6.0 - "@commercetools-frontend/sentry": 21.6.0 + "@commercetools-frontend/browser-history": 21.8.0 + "@commercetools-frontend/constants": 21.8.0 + "@commercetools-frontend/notifications": 21.8.0 + "@commercetools-frontend/sentry": 21.8.0 "@types/lodash": ^4.14.181 "@types/react": ^17.0.44 "@types/react-redux": ^7.1.23 @@ -2656,17 +2656,17 @@ __metadata: languageName: unknown linkType: soft -"@commercetools-frontend/application-components@21.7.0, @commercetools-frontend/application-components@workspace:packages/application-components": +"@commercetools-frontend/application-components@21.8.0, @commercetools-frontend/application-components@workspace:packages/application-components": version: 0.0.0-use.local resolution: "@commercetools-frontend/application-components@workspace:packages/application-components" dependencies: "@babel/runtime": ^7.17.9 "@babel/runtime-corejs3": ^7.17.9 - "@commercetools-frontend/application-shell-connectors": 21.6.0 - "@commercetools-frontend/assets": 21.0.0 - "@commercetools-frontend/constants": 21.3.4 - "@commercetools-frontend/i18n": 21.6.0 - "@commercetools-frontend/l10n": 21.6.0 + "@commercetools-frontend/application-shell-connectors": 21.8.0 + "@commercetools-frontend/assets": 21.8.0 + "@commercetools-frontend/constants": 21.8.0 + "@commercetools-frontend/i18n": 21.8.0 + "@commercetools-frontend/l10n": 21.8.0 "@commercetools-uikit/card": ^15.0.0 "@commercetools-uikit/constraints": ^15.0.0 "@commercetools-uikit/design-system": ^15.0.0 @@ -2707,14 +2707,14 @@ __metadata: languageName: unknown linkType: soft -"@commercetools-frontend/application-config@21.7.0, @commercetools-frontend/application-config@workspace:packages/application-config": +"@commercetools-frontend/application-config@21.8.0, @commercetools-frontend/application-config@workspace:packages/application-config": version: 0.0.0-use.local resolution: "@commercetools-frontend/application-config@workspace:packages/application-config" dependencies: "@babel/register": ^7.17.7 "@babel/runtime": ^7.17.9 "@babel/runtime-corejs3": ^7.17.9 - "@commercetools-frontend/babel-preset-mc-app": 21.3.4 + "@commercetools-frontend/babel-preset-mc-app": 21.8.0 "@types/jsdom": ^16.2.14 ajv: 8.11.0 core-js: ^3.21.1 @@ -2728,15 +2728,15 @@ __metadata: languageName: unknown linkType: soft -"@commercetools-frontend/application-shell-connectors@21.6.0, @commercetools-frontend/application-shell-connectors@workspace:packages/application-shell-connectors": +"@commercetools-frontend/application-shell-connectors@21.8.0, @commercetools-frontend/application-shell-connectors@workspace:packages/application-shell-connectors": version: 0.0.0-use.local resolution: "@commercetools-frontend/application-shell-connectors@workspace:packages/application-shell-connectors" dependencies: "@apollo/client": 3.6.2 "@babel/runtime": ^7.17.9 "@babel/runtime-corejs3": ^7.17.9 - "@commercetools-frontend/constants": 21.3.4 - "@commercetools-frontend/sentry": 21.6.0 + "@commercetools-frontend/constants": 21.8.0 + "@commercetools-frontend/sentry": 21.8.0 "@emotion/react": 11.9.0 "@testing-library/react": 12.1.5 "@types/lodash": ^4.14.181 @@ -2754,28 +2754,28 @@ __metadata: languageName: unknown linkType: soft -"@commercetools-frontend/application-shell@21.7.0, @commercetools-frontend/application-shell@workspace:packages/application-shell": +"@commercetools-frontend/application-shell@21.8.0, @commercetools-frontend/application-shell@workspace:packages/application-shell": version: 0.0.0-use.local resolution: "@commercetools-frontend/application-shell@workspace:packages/application-shell" dependencies: "@apollo/client": 3.6.2 "@babel/runtime": ^7.17.9 "@babel/runtime-corejs3": ^7.17.9 - "@commercetools-frontend/actions-global": 21.6.0 - "@commercetools-frontend/application-components": 21.7.0 - "@commercetools-frontend/application-config": 21.7.0 - "@commercetools-frontend/application-shell-connectors": 21.6.0 - "@commercetools-frontend/assets": 21.0.0 - "@commercetools-frontend/browser-history": 21.3.4 - "@commercetools-frontend/constants": 21.3.4 - "@commercetools-frontend/i18n": 21.6.0 - "@commercetools-frontend/l10n": 21.6.0 - "@commercetools-frontend/notifications": 21.6.0 - "@commercetools-frontend/permissions": 21.6.0 - "@commercetools-frontend/react-notifications": 21.6.0 - "@commercetools-frontend/sdk": 21.6.0 - "@commercetools-frontend/sentry": 21.6.0 - "@commercetools-frontend/url-utils": 21.3.4 + "@commercetools-frontend/actions-global": 21.8.0 + "@commercetools-frontend/application-components": 21.8.0 + "@commercetools-frontend/application-config": 21.8.0 + "@commercetools-frontend/application-shell-connectors": 21.8.0 + "@commercetools-frontend/assets": 21.8.0 + "@commercetools-frontend/browser-history": 21.8.0 + "@commercetools-frontend/constants": 21.8.0 + "@commercetools-frontend/i18n": 21.8.0 + "@commercetools-frontend/l10n": 21.8.0 + "@commercetools-frontend/notifications": 21.8.0 + "@commercetools-frontend/permissions": 21.8.0 + "@commercetools-frontend/react-notifications": 21.8.0 + "@commercetools-frontend/sdk": 21.8.0 + "@commercetools-frontend/sentry": 21.8.0 + "@commercetools-frontend/url-utils": 21.8.0 "@commercetools-uikit/accessible-hidden": ^15.0.0 "@commercetools-uikit/avatar": ^15.0.0 "@commercetools-uikit/card": ^15.0.0 @@ -2854,13 +2854,13 @@ __metadata: languageName: unknown linkType: soft -"@commercetools-frontend/assets@21.0.0, @commercetools-frontend/assets@workspace:packages/assets": +"@commercetools-frontend/assets@21.8.0, @commercetools-frontend/assets@workspace:packages/assets": version: 0.0.0-use.local resolution: "@commercetools-frontend/assets@workspace:packages/assets" languageName: unknown linkType: soft -"@commercetools-frontend/babel-preset-mc-app@21.3.4, @commercetools-frontend/babel-preset-mc-app@^21.3.4, @commercetools-frontend/babel-preset-mc-app@workspace:packages/babel-preset-mc-app": +"@commercetools-frontend/babel-preset-mc-app@21.8.0, @commercetools-frontend/babel-preset-mc-app@^21.8.0, @commercetools-frontend/babel-preset-mc-app@workspace:packages/babel-preset-mc-app": version: 0.0.0-use.local resolution: "@commercetools-frontend/babel-preset-mc-app@workspace:packages/babel-preset-mc-app" dependencies: @@ -2892,7 +2892,7 @@ __metadata: languageName: unknown linkType: soft -"@commercetools-frontend/browser-history@21.3.4, @commercetools-frontend/browser-history@workspace:packages/browser-history": +"@commercetools-frontend/browser-history@21.8.0, @commercetools-frontend/browser-history@workspace:packages/browser-history": version: 0.0.0-use.local resolution: "@commercetools-frontend/browser-history@workspace:packages/browser-history" dependencies: @@ -2921,7 +2921,7 @@ __metadata: languageName: unknown linkType: soft -"@commercetools-frontend/constants@21.3.4, @commercetools-frontend/constants@workspace:packages/constants": +"@commercetools-frontend/constants@21.8.0, @commercetools-frontend/constants@workspace:packages/constants": version: 0.0.0-use.local resolution: "@commercetools-frontend/constants@workspace:packages/constants" dependencies: @@ -2952,8 +2952,8 @@ __metadata: dependencies: "@babel/runtime": ^7.17.9 "@babel/runtime-corejs3": ^7.17.9 - "@commercetools-frontend/application-config": 21.7.0 - "@commercetools-frontend/application-shell": 21.7.0 + "@commercetools-frontend/application-config": 21.8.0 + "@commercetools-frontend/application-shell": 21.8.0 "@manypkg/get-packages": 1.1.3 cypress: 9.6.1 uuid: 8.3.2 @@ -2962,13 +2962,13 @@ __metadata: languageName: unknown linkType: soft -"@commercetools-frontend/eslint-config-mc-app@21.6.0, @commercetools-frontend/eslint-config-mc-app@workspace:packages/eslint-config-mc-app": +"@commercetools-frontend/eslint-config-mc-app@21.8.0, @commercetools-frontend/eslint-config-mc-app@workspace:packages/eslint-config-mc-app": version: 0.0.0-use.local resolution: "@commercetools-frontend/eslint-config-mc-app@workspace:packages/eslint-config-mc-app" dependencies: "@babel/core": ^7.17.9 "@babel/eslint-parser": ^7.17.0 - "@commercetools-frontend/babel-preset-mc-app": ^21.3.4 + "@commercetools-frontend/babel-preset-mc-app": ^21.8.0 "@rushstack/eslint-patch": ^1.1.2 "@typescript-eslint/eslint-plugin": ^5.19.0 "@typescript-eslint/parser": ^5.19.0 @@ -2990,14 +2990,14 @@ __metadata: languageName: unknown linkType: soft -"@commercetools-frontend/i18n@21.6.0, @commercetools-frontend/i18n@workspace:packages/i18n": +"@commercetools-frontend/i18n@21.8.0, @commercetools-frontend/i18n@workspace:packages/i18n": version: 0.0.0-use.local resolution: "@commercetools-frontend/i18n@workspace:packages/i18n" dependencies: "@babel/runtime": ^7.17.9 "@babel/runtime-corejs3": ^7.17.9 "@commercetools-community-kit/i18n": ^0.3.0 - "@commercetools-frontend/sentry": 21.6.0 + "@commercetools-frontend/sentry": 21.8.0 "@commercetools-uikit/i18n": ^15.0.0 "@emotion/react": 11.9.0 "@formatjs/cli": 4.8.4 @@ -3014,11 +3014,11 @@ __metadata: languageName: unknown linkType: soft -"@commercetools-frontend/jest-preset-mc-app@21.7.0, @commercetools-frontend/jest-preset-mc-app@workspace:packages/jest-preset-mc-app": +"@commercetools-frontend/jest-preset-mc-app@21.8.0, @commercetools-frontend/jest-preset-mc-app@workspace:packages/jest-preset-mc-app": version: 0.0.0-use.local resolution: "@commercetools-frontend/jest-preset-mc-app@workspace:packages/jest-preset-mc-app" dependencies: - "@commercetools-frontend/babel-preset-mc-app": 21.3.4 + "@commercetools-frontend/babel-preset-mc-app": 21.8.0 "@formatjs/intl-getcanonicallocales": ^1.9.2 "@formatjs/intl-listformat": ^6.5.3 "@formatjs/intl-locale": ^2.4.47 @@ -3058,13 +3058,13 @@ __metadata: languageName: unknown linkType: soft -"@commercetools-frontend/l10n@21.6.0, @commercetools-frontend/l10n@workspace:packages/l10n": +"@commercetools-frontend/l10n@21.8.0, @commercetools-frontend/l10n@workspace:packages/l10n": version: 0.0.0-use.local resolution: "@commercetools-frontend/l10n@workspace:packages/l10n" dependencies: "@babel/runtime": ^7.17.9 "@babel/runtime-corejs3": ^7.17.9 - "@commercetools-frontend/sentry": 21.6.0 + "@commercetools-frontend/sentry": 21.8.0 "@emotion/react": 11.9.0 "@testing-library/react-hooks": 7.0.2 "@types/prop-types": ^15.7.5 @@ -3085,26 +3085,26 @@ __metadata: languageName: unknown linkType: soft -"@commercetools-frontend/mc-dev-authentication@21.7.0, @commercetools-frontend/mc-dev-authentication@workspace:packages/mc-dev-authentication": +"@commercetools-frontend/mc-dev-authentication@21.8.0, @commercetools-frontend/mc-dev-authentication@workspace:packages/mc-dev-authentication": version: 0.0.0-use.local resolution: "@commercetools-frontend/mc-dev-authentication@workspace:packages/mc-dev-authentication" dependencies: "@babel/runtime": ^7.17.9 "@babel/runtime-corejs3": ^7.17.9 - "@commercetools-frontend/application-config": 21.7.0 + "@commercetools-frontend/application-config": 21.8.0 "@tsconfig/node16": ^1.0.2 express: 4.18.1 languageName: unknown linkType: soft -"@commercetools-frontend/mc-html-template@21.7.0, @commercetools-frontend/mc-html-template@workspace:packages/mc-html-template": +"@commercetools-frontend/mc-html-template@21.8.0, @commercetools-frontend/mc-html-template@workspace:packages/mc-html-template": version: 0.0.0-use.local resolution: "@commercetools-frontend/mc-html-template@workspace:packages/mc-html-template" dependencies: "@babel/runtime": ^7.17.9 "@babel/runtime-corejs3": ^7.17.9 - "@commercetools-frontend/application-config": 21.7.0 - "@commercetools-frontend/constants": 21.3.4 + "@commercetools-frontend/application-config": 21.8.0 + "@commercetools-frontend/constants": 21.8.0 "@tsconfig/node16": ^1.0.2 "@types/serialize-javascript": ^5.0.2 html-webpack-plugin: 5.5.0 @@ -3114,19 +3114,19 @@ __metadata: languageName: unknown linkType: soft -"@commercetools-frontend/mc-scripts@21.7.0, @commercetools-frontend/mc-scripts@workspace:packages/mc-scripts": +"@commercetools-frontend/mc-scripts@21.8.0, @commercetools-frontend/mc-scripts@workspace:packages/mc-scripts": version: 0.0.0-use.local resolution: "@commercetools-frontend/mc-scripts@workspace:packages/mc-scripts" dependencies: "@babel/core": ^7.17.9 "@babel/runtime": ^7.17.9 "@babel/runtime-corejs3": ^7.17.9 - "@commercetools-frontend/application-config": 21.7.0 - "@commercetools-frontend/assets": 21.0.0 - "@commercetools-frontend/babel-preset-mc-app": 21.3.4 - "@commercetools-frontend/constants": 21.3.4 - "@commercetools-frontend/mc-dev-authentication": 21.7.0 - "@commercetools-frontend/mc-html-template": 21.7.0 + "@commercetools-frontend/application-config": 21.8.0 + "@commercetools-frontend/assets": 21.8.0 + "@commercetools-frontend/babel-preset-mc-app": 21.8.0 + "@commercetools-frontend/constants": 21.8.0 + "@commercetools-frontend/mc-dev-authentication": 21.8.0 + "@commercetools-frontend/mc-html-template": 21.8.0 "@commercetools/http-user-agent": 2.1.2 "@pmmmwh/react-refresh-webpack-plugin": 0.5.5 "@rollup/plugin-graphql": 1.1.0 @@ -3190,7 +3190,7 @@ __metadata: languageName: unknown linkType: soft -"@commercetools-frontend/notifications@21.6.0, @commercetools-frontend/notifications@workspace:packages/notifications": +"@commercetools-frontend/notifications@21.8.0, @commercetools-frontend/notifications@workspace:packages/notifications": version: 0.0.0-use.local resolution: "@commercetools-frontend/notifications@workspace:packages/notifications" dependencies: @@ -3202,14 +3202,14 @@ __metadata: languageName: unknown linkType: soft -"@commercetools-frontend/permissions@21.6.0, @commercetools-frontend/permissions@workspace:packages/permissions": +"@commercetools-frontend/permissions@21.8.0, @commercetools-frontend/permissions@workspace:packages/permissions": version: 0.0.0-use.local resolution: "@commercetools-frontend/permissions@workspace:packages/permissions" dependencies: "@babel/runtime": ^7.17.9 "@babel/runtime-corejs3": ^7.17.9 - "@commercetools-frontend/application-shell-connectors": 21.6.0 - "@commercetools-frontend/sentry": 21.6.0 + "@commercetools-frontend/application-shell-connectors": 21.8.0 + "@commercetools-frontend/sentry": 21.8.0 "@emotion/react": 11.9.0 "@types/lodash": ^4.14.181 "@types/prop-types": ^15.7.5 @@ -3224,16 +3224,16 @@ __metadata: languageName: unknown linkType: soft -"@commercetools-frontend/react-notifications@21.6.0, @commercetools-frontend/react-notifications@workspace:packages/react-notifications": +"@commercetools-frontend/react-notifications@21.8.0, @commercetools-frontend/react-notifications@workspace:packages/react-notifications": version: 0.0.0-use.local resolution: "@commercetools-frontend/react-notifications@workspace:packages/react-notifications" dependencies: "@babel/runtime": ^7.17.9 "@babel/runtime-corejs3": ^7.17.9 - "@commercetools-frontend/actions-global": 21.6.0 - "@commercetools-frontend/constants": 21.3.4 - "@commercetools-frontend/notifications": 21.6.0 - "@commercetools-frontend/sentry": 21.6.0 + "@commercetools-frontend/actions-global": 21.8.0 + "@commercetools-frontend/constants": 21.8.0 + "@commercetools-frontend/notifications": 21.8.0 + "@commercetools-frontend/sentry": 21.8.0 "@commercetools-uikit/design-system": ^15.0.0 "@commercetools-uikit/hooks": ^15.0.0 "@commercetools-uikit/icon-button": ^15.0.0 @@ -3270,13 +3270,13 @@ __metadata: languageName: unknown linkType: soft -"@commercetools-frontend/sdk@21.6.0, @commercetools-frontend/sdk@workspace:packages/sdk": +"@commercetools-frontend/sdk@21.8.0, @commercetools-frontend/sdk@workspace:packages/sdk": version: 0.0.0-use.local resolution: "@commercetools-frontend/sdk@workspace:packages/sdk" dependencies: "@babel/runtime": ^7.17.9 "@babel/runtime-corejs3": ^7.17.9 - "@commercetools-frontend/constants": 21.3.4 + "@commercetools-frontend/constants": 21.8.0 "@commercetools/api-request-builder": 5.6.3 "@commercetools/http-user-agent": 2.1.2 "@commercetools/sdk-client": 2.1.2 @@ -3304,13 +3304,13 @@ __metadata: languageName: unknown linkType: soft -"@commercetools-frontend/sentry@21.6.0, @commercetools-frontend/sentry@workspace:packages/sentry": +"@commercetools-frontend/sentry@21.8.0, @commercetools-frontend/sentry@workspace:packages/sentry": version: 0.0.0-use.local resolution: "@commercetools-frontend/sentry@workspace:packages/sentry" dependencies: "@babel/runtime": ^7.17.9 "@babel/runtime-corejs3": ^7.17.9 - "@commercetools-frontend/constants": 21.3.4 + "@commercetools-frontend/constants": 21.8.0 "@sentry/browser": 6.19.7 "@types/prop-types": ^15.7.5 "@types/react": ^17.0.44 @@ -3323,7 +3323,7 @@ __metadata: languageName: unknown linkType: soft -"@commercetools-frontend/url-utils@21.3.4, @commercetools-frontend/url-utils@workspace:packages/url-utils": +"@commercetools-frontend/url-utils@21.8.0, @commercetools-frontend/url-utils@workspace:packages/url-utils": version: 0.0.0-use.local resolution: "@commercetools-frontend/url-utils@workspace:packages/url-utils" dependencies: @@ -3336,10 +3336,10 @@ __metadata: version: 0.0.0-use.local resolution: "@commercetools-local/visual-testing-app@workspace:visual-testing-app" dependencies: - "@commercetools-frontend/application-components": 21.7.0 - "@commercetools-frontend/assets": 21.0.0 - "@commercetools-frontend/constants": 21.3.4 - "@commercetools-frontend/react-notifications": 21.6.0 + "@commercetools-frontend/application-components": 21.8.0 + "@commercetools-frontend/assets": 21.8.0 + "@commercetools-frontend/constants": 21.8.0 + "@commercetools-frontend/react-notifications": 21.8.0 "@commercetools-uikit/accessible-button": ^15.0.0 "@commercetools-uikit/card": ^15.0.0 "@commercetools-uikit/design-system": ^15.0.0 @@ -4759,8 +4759,8 @@ __metadata: version: 0.0.0-use.local resolution: "@commercetools-website/components-playground@workspace:website-components-playground" dependencies: - "@commercetools-frontend/application-components": 21.7.0 - "@commercetools-frontend/i18n": 21.6.0 + "@commercetools-frontend/application-components": 21.8.0 + "@commercetools-frontend/i18n": 21.8.0 "@commercetools-uikit/design-system": ^15.0.0 "@commercetools-uikit/icon-button": ^15.0.0 "@commercetools-uikit/icons": ^15.0.0 @@ -26491,19 +26491,19 @@ __metadata: resolution: "merchant-center-application-template-starter-typescript@workspace:application-templates/starter-typescript" dependencies: "@apollo/client": 3.6.2 - "@commercetools-frontend/actions-global": 21.6.0 - "@commercetools-frontend/application-components": 21.7.0 - "@commercetools-frontend/application-config": 21.7.0 - "@commercetools-frontend/application-shell": 21.7.0 - "@commercetools-frontend/application-shell-connectors": 21.6.0 - "@commercetools-frontend/assets": 21.0.0 - "@commercetools-frontend/constants": 21.3.4 - "@commercetools-frontend/eslint-config-mc-app": 21.6.0 - "@commercetools-frontend/i18n": 21.6.0 - "@commercetools-frontend/jest-preset-mc-app": 21.7.0 - "@commercetools-frontend/mc-dev-authentication": 21.7.0 - "@commercetools-frontend/mc-scripts": 21.7.0 - "@commercetools-frontend/permissions": 21.6.0 + "@commercetools-frontend/actions-global": 21.8.0 + "@commercetools-frontend/application-components": 21.8.0 + "@commercetools-frontend/application-config": 21.8.0 + "@commercetools-frontend/application-shell": 21.8.0 + "@commercetools-frontend/application-shell-connectors": 21.8.0 + "@commercetools-frontend/assets": 21.8.0 + "@commercetools-frontend/constants": 21.8.0 + "@commercetools-frontend/eslint-config-mc-app": 21.8.0 + "@commercetools-frontend/i18n": 21.8.0 + "@commercetools-frontend/jest-preset-mc-app": 21.8.0 + "@commercetools-frontend/mc-dev-authentication": 21.8.0 + "@commercetools-frontend/mc-scripts": 21.8.0 + "@commercetools-frontend/permissions": 21.8.0 "@commercetools-test-data/channel": 3.1.2 "@commercetools-test-data/commons": 3.1.2 "@commercetools-test-data/core": 3.1.2 @@ -26554,18 +26554,18 @@ __metadata: resolution: "merchant-center-application-template-starter@workspace:application-templates/starter" dependencies: "@apollo/client": 3.6.2 - "@commercetools-frontend/actions-global": 21.6.0 - "@commercetools-frontend/application-components": 21.7.0 - "@commercetools-frontend/application-shell": 21.7.0 - "@commercetools-frontend/application-shell-connectors": 21.6.0 - "@commercetools-frontend/assets": 21.0.0 - "@commercetools-frontend/constants": 21.3.4 - "@commercetools-frontend/eslint-config-mc-app": 21.6.0 - "@commercetools-frontend/i18n": 21.6.0 - "@commercetools-frontend/jest-preset-mc-app": 21.7.0 - "@commercetools-frontend/mc-dev-authentication": 21.7.0 - "@commercetools-frontend/mc-scripts": 21.7.0 - "@commercetools-frontend/permissions": 21.6.0 + "@commercetools-frontend/actions-global": 21.8.0 + "@commercetools-frontend/application-components": 21.8.0 + "@commercetools-frontend/application-shell": 21.8.0 + "@commercetools-frontend/application-shell-connectors": 21.8.0 + "@commercetools-frontend/assets": 21.8.0 + "@commercetools-frontend/constants": 21.8.0 + "@commercetools-frontend/eslint-config-mc-app": 21.8.0 + "@commercetools-frontend/i18n": 21.8.0 + "@commercetools-frontend/jest-preset-mc-app": 21.8.0 + "@commercetools-frontend/mc-dev-authentication": 21.8.0 + "@commercetools-frontend/mc-scripts": 21.8.0 + "@commercetools-frontend/permissions": 21.8.0 "@commercetools-test-data/channel": 3.1.2 "@commercetools-test-data/commons": 3.1.2 "@commercetools-test-data/core": 3.1.2 @@ -29081,20 +29081,20 @@ __metadata: version: 0.0.0-use.local resolution: "playground@workspace:playground" dependencies: - "@commercetools-backend/express": 21.6.0 + "@commercetools-backend/express": 21.8.0 "@commercetools-docs/ui-kit": 18.6.0 - "@commercetools-frontend/actions-global": 21.6.0 - "@commercetools-frontend/application-components": 21.7.0 - "@commercetools-frontend/application-shell": 21.7.0 - "@commercetools-frontend/application-shell-connectors": 21.6.0 - "@commercetools-frontend/assets": 21.0.0 - "@commercetools-frontend/constants": 21.3.4 - "@commercetools-frontend/i18n": 21.6.0 - "@commercetools-frontend/l10n": 21.6.0 - "@commercetools-frontend/mc-dev-authentication": 21.7.0 - "@commercetools-frontend/mc-scripts": 21.7.0 - "@commercetools-frontend/permissions": 21.6.0 - "@commercetools-frontend/sdk": 21.6.0 + "@commercetools-frontend/actions-global": 21.8.0 + "@commercetools-frontend/application-components": 21.8.0 + "@commercetools-frontend/application-shell": 21.8.0 + "@commercetools-frontend/application-shell-connectors": 21.8.0 + "@commercetools-frontend/assets": 21.8.0 + "@commercetools-frontend/constants": 21.8.0 + "@commercetools-frontend/i18n": 21.8.0 + "@commercetools-frontend/l10n": 21.8.0 + "@commercetools-frontend/mc-dev-authentication": 21.8.0 + "@commercetools-frontend/mc-scripts": 21.8.0 + "@commercetools-frontend/permissions": 21.8.0 + "@commercetools-frontend/sdk": 21.8.0 "@commercetools-uikit/checkbox-input": ^15.0.0 "@commercetools-uikit/constraints": ^15.0.0 "@commercetools-uikit/data-table": ^15.0.0