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

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.4 generate /home/runner/work/faststore/faststore/packages/core
2
+ > @faststore/core@4.3.0-dev.5 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.4 gen-types /home/runner/work/faststore/faststore/packages/core
6
+ > @faststore/core@4.3.0-dev.5 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.4 cache-graphql /home/runner/work/faststore/faststore/packages/core
22
+ > @faststore/core@4.3.0-dev.5 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.4 test /home/runner/work/faststore/faststore/packages/core
2
+ > @faststore/core@4.3.0-dev.5 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) 38ms
9
- ✓  browser  test/sdk/session/installLocaleCorrector.browser.test.ts (7 tests) 60ms
8
+ ✓  browser  test/sdk/session/installLocaleCorrector.browser.test.ts (7 tests) 48ms
9
+ ✓  browser  test/sdk/session/getInitialSession.browser.test.ts (6 tests) 29ms
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,14 +14,15 @@
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) 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
17
+ ✓  node  test/utils/localization/bindingPaths.test.ts (71 tests) 78ms
18
+ ✓  browser  test/sdk/localization/store-url.browser.test.ts (3 tests) 18ms
19
+ ✓  node  test/utils/match-url.test.ts (10 tests) 33ms
20
+ ✓  browser  test/utils/isLocalHost.browser.test.ts (3 tests) 12ms
21
+ ✓  node  test/sdk/localization/bindingSelector.test.ts (18 tests) 39ms
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
 
25
+ ✓  node  test/utils/cookieCacheBusting.test.ts (10 tests) 55ms
25
26
  stderr | test/components/search/SearchInputComponent.test.tsx > SearchInput (OES integration) > renders without crashing
26
27
  Warning: React does not recognize the `visibleDropdown` prop on a DOM element. If you intentionally want it to appear in the DOM as a custom attribute, spell it as lowercase `visibledropdown` instead. If you accidentally passed it from a parent component, remove it from the DOM element.
27
28
  at div
@@ -82,13 +83,12 @@ Warning: React does not recognize the `providerProps` prop on a DOM element. If
82
83
  at Suspense
83
84
  at Wrapper (/home/runner/work/faststore/faststore/packages/core/test/components/search/SearchInputComponent.test.tsx:106:20)
84
85
 
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
86
+ ✓  node  test/components/search/SearchInputComponent.test.tsx (6 tests) 407ms
87
+ ✓  node  test/sdk/search/useSearchHistory.test.ts (13 tests) 200ms
88
+ ✓  node  test/sdk/localization/useBindingSelector.test.tsx (12 tests) 53ms
89
+ ✓  node  test/utils/multipleTemplates.test.ts (8 tests) 30ms
90
+ ✓  node  test/utils/clearCookies.test.ts (20 tests) 98ms
91
+ ✓  node  test/sdk/orderEntry/useOrderEntryOperation.test.ts (8 tests) 118ms
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,26 +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) 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
138
+ ✓  node  test/pages/api/graphql.test.ts (10 tests) 58ms
139
+ ✓  node  test/sdk/orderEntry/useOrderEntryUpload.test.ts (8 tests) 48ms
140
+ ✓  node  test/sdk/orderEntry/useOrderEntry.test.ts (8 tests) 33ms
141
+ ✓  node  test/sdk/orderEntry/useOrderFormItems.test.ts (7 tests) 49ms
142
142
  ✓  node  test/server/cms/global.test.ts (3 tests) 4ms
143
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
144
  ✓  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
152
- ✓  node  test/utils/isLocalHost.test.ts (7 tests) 4ms
153
- ✓  node  test/server/cms/index.test.ts (2 tests) 7ms
145
+ ✓  node  test/server/index.test.ts (7 tests) 990ms
146
+ ✓ should handle options and execute  520ms
147
+ ✓  node  test/utils/getRequestHostname.test.ts (12 tests) 6ms
148
+ ✓  node  test/pages/api/preview.test.ts (2 tests) 7ms
149
+ ✓  node  test/sdk/auth/useAuth.test.ts (5 tests) 32ms
150
+ ✓  node  test/utils/validateSessionRefreshToken.test.ts (6 tests) 5ms
151
+ ✓  node  test/components/search/SearchInput.test.ts (6 tests) 8ms
152
+ ✓  node  test/server/cms/index.test.ts (2 tests) 4ms
153
+ ✓  node  test/utils/isLocalHost.test.ts (7 tests) 7ms
154
154
  ✓  node  test/components/auth/ProfileChallenge.test.tsx (3 tests) 26ms
155
155
 
156
156
   Test Files  30 passed (30)
157
157
   Tests  287 passed (287)
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)
158
+  Start at  15:21:20
159
+  Duration  21.59s (transform 6.15s, setup 0ms, collect 18.64s, tests 2.50s, environment 28.13s, prepare 992ms)
160
160
 
package/CHANGELOG.md CHANGED
@@ -3,6 +3,12 @@
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.6](https://github.com/vtex/faststore/compare/v4.3.0-dev.5...v4.3.0-dev.6) (2026-06-17)
7
+
8
+ ### Bug Fixes
9
+
10
+ - migrate partytown [@builder](https://github.com/builder).io → [@qwik](https://github.com/qwik).dev@0.14.0 ([#3394](https://github.com/vtex/faststore/issues/3394)) ([dae8d3b](https://github.com/vtex/faststore/commit/dae8d3b3823b3e1758af9547cae9bd92cef480b9))
11
+
6
12
  # [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
13
 
8
14
  **Note:** Version bump only for package @faststore/core
package/lighthouserc.js CHANGED
@@ -9,7 +9,7 @@ module.exports = lhConfig({
9
9
  'csp-xss': 'off',
10
10
 
11
11
  // The following rules should be removed one this is fixed:
12
- // https://github.com/BuilderIO/partytown/issues/178
12
+ // https://github.com/QwikDev/partytown/issues/178
13
13
  'categories:best-practices': [
14
14
  'error',
15
15
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@faststore/core",
3
- "version": "4.3.0-dev.5",
3
+ "version": "4.3.0-dev.6",
4
4
  "license": "MIT",
5
5
  "repository": {
6
6
  "type": "git",
@@ -23,7 +23,6 @@
23
23
  "sideEffects": false,
24
24
  "dependencies": {
25
25
  "@antfu/ni": "0.21.12",
26
- "@builder.io/partytown": "^0.6.1",
27
26
  "@envelop/core": "^5",
28
27
  "@envelop/graphql-jit": "^11",
29
28
  "@envelop/parser-cache": "^10",
@@ -45,6 +44,7 @@
45
44
  "@lexical/react": "^0.34.0",
46
45
  "@lexical/rich-text": "^0.34.0",
47
46
  "@lhci/cli": "^0.15.1",
47
+ "@qwik.dev/partytown": "^0.14.0",
48
48
  "@types/react": "^18.3.27",
49
49
  "@vtex/client-cms": "^0.2.16",
50
50
  "@vtex/client-cp": "0.6.0",
@@ -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/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"
73
+ "@faststore/api": "4.3.0-dev.6",
74
+ "@faststore/lighthouse": "4.3.0-dev.6",
75
+ "@faststore/sdk": "4.3.0-dev.6",
76
+ "@faststore/ui": "4.3.0-dev.6",
77
+ "@faststore/diagnostics": "4.3.0-dev.6"
78
78
  },
79
79
  "devDependencies": {
80
80
  "@cypress/code-coverage": "^3.12.1",