@faststore/core 4.3.0-dev.4 → 4.3.0-dev.5

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.
@@ -1,9 +1,9 @@
1
1
 
2
- > @faststore/core@4.3.0-dev.3 generate /home/runner/work/faststore/faststore/packages/core
2
+ > @faststore/core@4.3.0-dev.4 generate /home/runner/work/faststore/faststore/packages/core
3
3
  > pnpm run gen-types && pnpm run cache-graphql
4
4
 
5
5
 
6
- > @faststore/core@4.3.0-dev.3 gen-types /home/runner/work/faststore/faststore/packages/core
6
+ > @faststore/core@4.3.0-dev.4 gen-types /home/runner/work/faststore/faststore/packages/core
7
7
  > node ../cli/bin/run generate-types .
8
8
 
9
9
  [STARTED] Parse Configuration
@@ -19,7 +19,7 @@
19
19
  [COMPLETED] Generate to /home/runner/work/faststore/faststore/packages/core/@generated/
20
20
  [COMPLETED] Generate outputs
21
21
 
22
- > @faststore/core@4.3.0-dev.3 cache-graphql /home/runner/work/faststore/faststore/packages/core
22
+ > @faststore/core@4.3.0-dev.4 cache-graphql /home/runner/work/faststore/faststore/packages/core
23
23
  > node ../cli/bin/run cache-graphql --config=./discovery.config.default.js --queries=./@generated/persisted-documents.json
24
24
 
25
25
  [Info] - Config file location: /home/runner/work/faststore/faststore/packages/core/discovery.config.default.js
@@ -1,12 +1,12 @@
1
1
 
2
- > @faststore/core@4.3.0-dev.3 test /home/runner/work/faststore/faststore/packages/core
2
+ > @faststore/core@4.3.0-dev.4 test /home/runner/work/faststore/faststore/packages/core
3
3
  > vitest run
4
4
 
5
5
 
6
6
   RUN  v4.0.7 /home/runner/work/faststore/faststore/packages/core
7
7
 
8
- ✓  browser  test/sdk/session/getInitialSession.browser.test.ts (6 tests) 37ms
9
- ✓  browser  test/sdk/session/installLocaleCorrector.browser.test.ts (7 tests) 57ms
8
+ ✓  browser  test/sdk/session/getInitialSession.browser.test.ts (6 tests) 38ms
9
+ ✓  browser  test/sdk/session/installLocaleCorrector.browser.test.ts (7 tests) 60ms
10
10
  stderr | test/sdk/localization/store-url.browser.test.ts
11
11
  Error in optimistic validation: TypeError: Cannot read properties of undefined (reading 'read')
12
12
  at validateCart (/home/runner/work/faststore/faststore/packages/core/src/sdk/cart/index.ts:119:27)
@@ -14,11 +14,11 @@
14
14
  at a (/home/runner/work/faststore/faststore/packages/sdk/dist/es/index.mjs:353:23)
15
15
   at processTicksAndRejections (node:internal/process/task_queues:103:5)
16
16
 
17
- ✓  node  test/utils/localization/bindingPaths.test.ts (71 tests) 126ms
18
- ✓  browser  test/utils/isLocalHost.browser.test.ts (3 tests) 12ms
19
- ✓  node  test/utils/match-url.test.ts (10 tests) 29ms
20
- ✓  browser  test/sdk/localization/store-url.browser.test.ts (3 tests) 20ms
21
- ✓  node  test/sdk/localization/bindingSelector.test.ts (18 tests) 22ms
17
+ ✓  node  test/utils/localization/bindingPaths.test.ts (71 tests) 100ms
18
+ ✓  browser  test/sdk/localization/store-url.browser.test.ts (3 tests) 16ms
19
+ ✓  node  test/utils/match-url.test.ts (10 tests) 18ms
20
+ ✓  browser  test/utils/isLocalHost.browser.test.ts (3 tests) 15ms
21
+ ✓  node  test/sdk/localization/bindingSelector.test.ts (18 tests) 35ms
22
22
  stderr | test/components/search/SearchInputComponent.test.tsx
23
23
  Warning: forwardRef render functions accept exactly two parameters: props and ref. Did you forget to use the ref parameter?
24
24
 
@@ -82,13 +82,13 @@ Warning: React does not recognize the `providerProps` prop on a DOM element. If
82
82
  at Suspense
83
83
  at Wrapper (/home/runner/work/faststore/faststore/packages/core/test/components/search/SearchInputComponent.test.tsx:106:20)
84
84
 
85
- ✓  node  test/components/search/SearchInputComponent.test.tsx (6 tests) 224ms
86
- ✓  node  test/sdk/localization/useBindingSelector.test.tsx (12 tests) 22ms
87
- ✓  node  test/sdk/search/useSearchHistory.test.ts (13 tests) 148ms
88
- ✓  node  test/utils/cookieCacheBusting.test.ts (10 tests) 79ms
89
- ✓  node  test/utils/multipleTemplates.test.ts (8 tests) 30ms
90
- ✓  node  test/sdk/orderEntry/useOrderEntryOperation.test.ts (8 tests) 135ms
91
- ✓  node  test/utils/clearCookies.test.ts (20 tests) 115ms
85
+ ✓  node  test/components/search/SearchInputComponent.test.tsx (6 tests) 329ms
86
+ ✓  node  test/sdk/localization/useBindingSelector.test.tsx (12 tests) 37ms
87
+ ✓  node  test/sdk/search/useSearchHistory.test.ts (13 tests) 238ms
88
+ ✓  node  test/utils/cookieCacheBusting.test.ts (10 tests) 65ms
89
+ ✓  node  test/utils/multipleTemplates.test.ts (8 tests) 35ms
90
+ ✓  node  test/utils/clearCookies.test.ts (20 tests) 86ms
91
+ ✓  node  test/sdk/orderEntry/useOrderEntryOperation.test.ts (8 tests) 141ms
92
92
  stderr | test/pages/api/graphql.test.ts > /api/graphql error status propagation > propagates the upstream 400 from a wrapped BadRequestError instead of 500
93
93
  Graphql execution returned with error: [
94
94
  {
@@ -135,27 +135,26 @@ Warning: React does not recognize the `providerProps` prop on a DOM element. If
135
135
  { message: 'bad', status: 400, type: 'BadRequestError' }
136
136
  ]
137
137
 
138
- ✓  node  test/pages/api/graphql.test.ts (10 tests) 92ms
139
- ✓  node  test/sdk/orderEntry/useOrderEntryUpload.test.ts (8 tests) 131ms
140
- ✓  node  test/sdk/orderEntry/useOrderEntry.test.ts (8 tests) 116ms
141
- ✓  node  test/sdk/orderEntry/useOrderFormItems.test.ts (7 tests) 53ms
142
- ✓  node  test/server/cms/global.test.ts (3 tests) 6ms
143
- ✓  node  test/server/content/service.test.ts (5 tests) 5ms
144
- ✓  node  test/sdk/localization/store-url.test.ts (1 test) 3ms
145
- ✓  node  test/server/index.test.ts (7 tests) 1014ms
146
- ✓ should exist with its plugins  305ms
147
- ✓ should handle options and execute  441ms
148
- ✓  node  test/utils/getRequestHostname.test.ts (12 tests) 7ms
149
- ✓  node  test/sdk/auth/useAuth.test.ts (5 tests) 31ms
150
- ✓  node  test/utils/validateSessionRefreshToken.test.ts (6 tests) 6ms
151
- ✓  node  test/pages/api/preview.test.ts (2 tests) 7ms
152
- ✓  node  test/components/search/SearchInput.test.ts (6 tests) 8ms
153
- ✓  node  test/server/cms/index.test.ts (2 tests) 5ms
138
+ ✓  node  test/pages/api/graphql.test.ts (10 tests) 66ms
139
+ ✓  node  test/sdk/orderEntry/useOrderEntryUpload.test.ts (8 tests) 154ms
140
+ ✓  node  test/sdk/orderEntry/useOrderEntry.test.ts (8 tests) 40ms
141
+ ✓  node  test/sdk/orderEntry/useOrderFormItems.test.ts (7 tests) 32ms
142
+ ✓  node  test/server/cms/global.test.ts (3 tests) 4ms
143
+ ✓  node  test/server/content/service.test.ts (5 tests) 4ms
144
+ ✓  node  test/server/index.test.ts (7 tests) 771ms
145
+ ✓ should handle options and execute  303ms
146
+ ✓  node  test/utils/getRequestHostname.test.ts (12 tests) 8ms
147
+ ✓  node  test/sdk/localization/store-url.test.ts (1 test) 4ms
148
+ ✓  node  test/pages/api/preview.test.ts (2 tests) 9ms
149
+ ✓  node  test/sdk/auth/useAuth.test.ts (5 tests) 27ms
150
+ ✓  node  test/components/search/SearchInput.test.ts (6 tests) 9ms
151
+ ✓  node  test/utils/validateSessionRefreshToken.test.ts (6 tests) 4ms
154
152
  ✓  node  test/utils/isLocalHost.test.ts (7 tests) 4ms
153
+ ✓  node  test/server/cms/index.test.ts (2 tests) 7ms
155
154
  ✓  node  test/components/auth/ProfileChallenge.test.tsx (3 tests) 26ms
156
155
 
157
156
   Test Files  30 passed (30)
158
157
   Tests  287 passed (287)
159
-  Start at  14:18:47
160
-  Duration  22.31s (transform 5.56s, setup 0ms, collect 20.75s, tests 2.57s, environment 27.68s, prepare 901ms)
158
+  Start at  23:27:19
159
+  Duration  21.74s (transform 5.81s, setup 0ms, collect 20.32s, tests 2.38s, environment 27.39s, prepare 989ms)
161
160
 
package/CHANGELOG.md CHANGED
@@ -3,6 +3,10 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [4.3.0-dev.5](https://github.com/vtex/faststore/compare/v4.3.0-dev.4...v4.3.0-dev.5) (2026-06-16)
7
+
8
+ **Note:** Version bump only for package @faststore/core
9
+
6
10
  # [4.3.0-dev.4](https://github.com/vtex/faststore/compare/v4.3.0-dev.3...v4.3.0-dev.4) (2026-06-15)
7
11
 
8
12
  **Note:** Version bump only for package @faststore/core
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@faststore/core",
3
- "version": "4.3.0-dev.4",
3
+ "version": "4.3.0-dev.5",
4
4
  "license": "MIT",
5
5
  "repository": {
6
6
  "type": "git",
@@ -70,11 +70,11 @@
70
70
  "style-loader": "^3.3.1",
71
71
  "swr": "^2.2.5",
72
72
  "use-sync-external-store": "^1.6.0",
73
- "@faststore/diagnostics": "4.3.0-dev.4",
74
- "@faststore/api": "4.3.0-dev.4",
75
- "@faststore/lighthouse": "4.3.0-dev.4",
76
- "@faststore/sdk": "4.3.0-dev.4",
77
- "@faststore/ui": "4.3.0-dev.4"
73
+ "@faststore/api": "4.3.0-dev.5",
74
+ "@faststore/sdk": "4.3.0-dev.5",
75
+ "@faststore/ui": "4.3.0-dev.5",
76
+ "@faststore/lighthouse": "4.3.0-dev.5",
77
+ "@faststore/diagnostics": "4.3.0-dev.5"
78
78
  },
79
79
  "devDependencies": {
80
80
  "@cypress/code-coverage": "^3.12.1",