@salesforce/retail-react-app 10.0.0 → 10.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +4 -0
  2. package/package.json +10 -9
package/CHANGELOG.md CHANGED
@@ -1,3 +1,7 @@
1
+ ## v10.0.1 (May 21, 2026)
2
+ - Upgrade @salesforce/storefront-next-runtime to 0.4.2 [#3839](https://github.com/SalesforceCommerceCloud/pwa-kit/pull/3839)
3
+ - [Bugfix] Pin `@formatjs/cli` to 6.9.0 to fix pseudo-locale compilation in generated projects [#3842](https://github.com/SalesforceCommerceCloud/pwa-kit/pull/3842)
4
+
1
5
  ## v10.0.0 (May 07, 2026)
2
6
  - Update MRT Data Store configuration comments and README to use the unprefixed environment variable names actually consumed by `@salesforce/mrt-utilities` (`MRT_DATA_STORE_DEFAULTS`, `MRT_DATA_STORE_WARN_ON_MISSING`). [#3811](https://github.com/SalesforceCommerceCloud/pwa-kit/pull/3811) [#3823](https://github.com/SalesforceCommerceCloud/pwa-kit/pull/3823)
3
7
  - Add opt-in `app.mrtDataStore.enabled` to `config/default.js` (default `false`). Set to `true` or use `PWAKIT_MRT_DATA_STORE_ENABLED=true` to resolve MRT Data Store custom preferences during SSR. Local defaults without DynamoDB: `MRT_DATA_STORE_DEFAULTS` (see `config/default.js` comments). [#3787](https://github.com/SalesforceCommerceCloud/pwa-kit/pull/3787)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/retail-react-app",
3
- "version": "10.0.0",
3
+ "version": "10.0.1",
4
4
  "license": "See license in LICENSE",
5
5
  "author": "cc-pwa-kit@salesforce.com",
6
6
  "ccExtensibility": {
@@ -41,16 +41,16 @@
41
41
  "@chakra-ui/system": "^2.5.6",
42
42
  "@emotion/react": "^11.10.6",
43
43
  "@emotion/styled": "^11.10.6",
44
- "@formatjs/cli": "^6.0.4",
44
+ "@formatjs/cli": "6.9.0",
45
45
  "@lhci/cli": "^0.11.0",
46
46
  "@loadable/component": "^5.15.3",
47
47
  "@peculiar/webcrypto": "^1.4.2",
48
48
  "@salesforce/cc-datacloud-typescript": "1.1.2",
49
- "@salesforce/commerce-sdk-react": "5.2.0",
50
- "@salesforce/pwa-kit-dev": "3.18.0",
51
- "@salesforce/pwa-kit-react-sdk": "3.18.0",
52
- "@salesforce/pwa-kit-runtime": "3.18.0",
53
- "@salesforce/storefront-next-runtime": "0.1.1",
49
+ "@salesforce/commerce-sdk-react": "5.2.1",
50
+ "@salesforce/pwa-kit-dev": "3.18.1",
51
+ "@salesforce/pwa-kit-react-sdk": "3.18.1",
52
+ "@salesforce/pwa-kit-runtime": "3.18.1",
53
+ "@salesforce/storefront-next-runtime": "0.4.2",
54
54
  "@tanstack/react-query": "^4.28.0",
55
55
  "@tanstack/react-query-devtools": "^4.29.1",
56
56
  "@testing-library/dom": "^9.0.1",
@@ -96,7 +96,8 @@
96
96
  },
97
97
  "@salesforce/storefront-next-runtime": {
98
98
  "react": "^18.2.0",
99
- "react-dom": "^18.2.0"
99
+ "react-dom": "^18.2.0",
100
+ "react-router": "^5.3.4"
100
101
  }
101
102
  },
102
103
  "engines": {
@@ -113,5 +114,5 @@
113
114
  "maxSize": "395 kB"
114
115
  }
115
116
  ],
116
- "gitHead": "2f979acd3f44c121968b50ce4c731dbcd047a677"
117
+ "gitHead": "e73955a722108676d4c60886f0bee820243eec40"
117
118
  }