@faststore/core 4.1.1-dev.0 → 4.1.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.
@@ -1,9 +1,9 @@
1
1
 
2
- > @faststore/core@4.1.0 generate /home/runner/work/faststore/faststore/packages/core
2
+ > @faststore/core@4.1.1-dev.1 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.1.0 gen-types /home/runner/work/faststore/faststore/packages/core
6
+ > @faststore/core@4.1.1-dev.1 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.1.0 cache-graphql /home/runner/work/faststore/faststore/packages/core
22
+ > @faststore/core@4.1.1-dev.1 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,13 +1,13 @@
1
1
 
2
- > @faststore/core@4.1.0 test /home/runner/work/faststore/faststore/packages/core
2
+ > @faststore/core@4.1.1-dev.1 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
- ✓  node  test/utils/match-url.test.ts (10 tests) 46ms
9
- ✓  node  test/utils/localization/bindingPaths.test.ts (71 tests) 135ms
10
- ✓  node  test/sdk/localization/bindingSelector.test.ts (18 tests) 25ms
8
+ ✓  node  test/utils/match-url.test.ts (10 tests) 32ms
9
+ ✓  node  test/utils/localization/bindingPaths.test.ts (71 tests) 114ms
10
+ ✓  node  test/sdk/localization/bindingSelector.test.ts (18 tests) 44ms
11
11
  stderr | test/sdk/localization/store-url.browser.test.ts
12
12
  Error in optimistic validation: TypeError: Cannot read properties of undefined (reading 'read')
13
13
  at validateCart (/home/runner/work/faststore/faststore/packages/core/src/sdk/cart/index.ts:119:27)
@@ -23,26 +23,26 @@
23
23
  at a (/home/runner/work/faststore/faststore/packages/sdk/dist/es/index.mjs:353:23)
24
24
   at processTicksAndRejections (node:internal/process/task_queues:103:5)
25
25
 
26
- ✓  browser  test/sdk/localization/store-url.browser.test.ts (3 tests) 18ms
27
- ✓  node  test/utils/cookieCacheBusting.test.ts (10 tests) 46ms
28
- ✓  node  test/sdk/localization/useBindingSelector.test.tsx (12 tests) 28ms
29
- ✓  node  test/sdk/search/useSearchHistory.test.ts (13 tests) 143ms
30
- ✓  node  test/utils/multipleTemplates.test.ts (8 tests) 8ms
31
- ✓  node  test/utils/clearCookies.test.ts (20 tests) 122ms
32
- ✓  node  test/server/cms/global.test.ts (3 tests) 9ms
33
- ✓  node  test/server/content/service.test.ts (5 tests) 11ms
34
- ✓  node  test/sdk/localization/store-url.test.ts (1 test) 18ms
35
- ✓  node  test/utils/getRequestHostname.test.ts (12 tests) 24ms
36
- ✓  node  test/utils/validateSessionRefreshToken.test.ts (6 tests) 15ms
26
+ ✓  node  test/sdk/search/useSearchHistory.test.ts (13 tests) 159ms
27
+ ✓  browser  test/sdk/localization/store-url.browser.test.ts (3 tests) 19ms
28
+ ✓  node  test/utils/cookieCacheBusting.test.ts (10 tests) 44ms
29
+ ✓  node  test/sdk/localization/useBindingSelector.test.tsx (12 tests) 26ms
30
+ ✓  node  test/utils/multipleTemplates.test.ts (8 tests) 20ms
31
+ ✓  node  test/utils/clearCookies.test.ts (20 tests) 103ms
32
+ ✓  node  test/server/cms/global.test.ts (3 tests) 23ms
33
+ ✓  node  test/server/content/service.test.ts (5 tests) 15ms
34
+ ✓  node  test/utils/getRequestHostname.test.ts (12 tests) 25ms
35
+ ✓  node  test/sdk/localization/store-url.test.ts (1 test) 10ms
36
+ ✓  node  test/utils/validateSessionRefreshToken.test.ts (6 tests) 12ms
37
37
  ✓  node  test/pages/api/preview.test.ts (2 tests) 23ms
38
- ✓  node  test/server/cms/index.test.ts (2 tests) 14ms
39
- ✓  node  test/server/index.test.ts (7 tests) 2005ms
40
- ✓ should return a valid merged GraphQL schema  454ms
41
- ✓ should exist with its plugins  661ms
42
- ✓ should handle options and execute  873ms
38
+ ✓  node  test/server/cms/index.test.ts (2 tests) 12ms
39
+ ✓  node  test/server/index.test.ts (7 tests) 1874ms
40
+ ✓ should return a valid merged GraphQL schema  565ms
41
+ ✓ should exist with its plugins  695ms
42
+ ✓ should handle options and execute  582ms
43
43
 
44
44
   Test Files  17 passed (17)
45
45
   Tests  203 passed (203)
46
-  Start at  20:15:35
47
-  Duration  15.13s (transform 6.49s, setup 0ms, collect 17.30s, tests 2.69s, environment 9.54s, prepare 716ms)
46
+  Start at  21:45:38
47
+  Duration  14.99s (transform 5.93s, setup 0ms, collect 17.31s, tests 2.56s, environment 9.15s, prepare 745ms)
48
48
 
package/CHANGELOG.md CHANGED
@@ -3,15 +3,28 @@
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.1.1-dev.0](https://github.com/vtex/faststore/compare/v4.1.0...v4.1.1-dev.0) (2026-05-15)
6
+ ## 4.1.1 (2026-05-15)
7
+
8
+ ### Bug Fixes
9
+
10
+ - graduate version 4.1.1 ([#3331](https://github.com/vtex/faststore/issues/3331)) ([c26d990](https://github.com/vtex/faststore/commit/c26d990010d8643ceb2ed95ab1737f4eca80e240))
11
+ - version bump 4.1.1 ([#3329](https://github.com/vtex/faststore/issues/3329)) ([59345b3](https://github.com/vtex/faststore/commit/59345b3584c3ec5fc6f532e1b5c1bcce9c5c5b97)), closes [#3318](https://github.com/vtex/faststore/issues/3318) [#3312](https://github.com/vtex/faststore/issues/3312) [#3319](https://github.com/vtex/faststore/issues/3319) [#3327](https://github.com/vtex/faststore/issues/3327) [#3320](https://github.com/vtex/faststore/issues/3320) [#3314](https://github.com/vtex/faststore/issues/3314) [#3317](https://github.com/vtex/faststore/issues/3317)
12
+
13
+ ## [4.1.1-dev.1](https://github.com/vtex/faststore/compare/v4.1.0-dev.11...v4.1.1-dev.1) (2026-05-15)
7
14
 
8
15
  **Note:** Version bump only for package @faststore/core
9
16
 
10
- # 4.1.0 (2026-05-11)
17
+ # 4.1.0-dev.11 (2026-05-15)
11
18
 
12
- ### Features
19
+ **Note:** Version bump only for package @faststore/core
13
20
 
14
- - version bump 4.1.0 ([#3310](https://github.com/vtex/faststore/issues/3310)) ([1ea7bac](https://github.com/vtex/faststore/commit/1ea7bac649d783e50a9e79f8fe412009ae4a87f7)), closes [#3309](https://github.com/vtex/faststore/issues/3309) [#3308](https://github.com/vtex/faststore/issues/3308) [#3306](https://github.com/vtex/faststore/issues/3306) [#3304](https://github.com/vtex/faststore/issues/3304) [#3301](https://github.com/vtex/faststore/issues/3301)
21
+ # [4.1.0-dev.10](https://github.com/vtex/faststore/compare/v4.1.0...v4.1.0-dev.10) (2026-05-15)
22
+
23
+ **Note:** Version bump only for package @faststore/core
24
+
25
+ # [4.1.0-dev.9](https://github.com/vtex/faststore/compare/v4.1.0-dev.8...v4.1.0-dev.9) (2026-05-15)
26
+
27
+ **Note:** Version bump only for package @faststore/core
15
28
 
16
29
  # [4.1.0-dev.8](https://github.com/vtex/faststore/compare/v4.1.0-dev.7...v4.1.0-dev.8) (2026-05-15)
17
30
 
@@ -45,6 +58,12 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
45
58
 
46
59
  - allow_all_components for CMS ([#3312](https://github.com/vtex/faststore/issues/3312)) ([eadeaa3](https://github.com/vtex/faststore/commit/eadeaa36782b40be0fe7fb16604f7a5bc3da2b79))
47
60
 
61
+ # 4.1.0 (2026-05-11)
62
+
63
+ ### Features
64
+
65
+ - version bump 4.1.0 ([#3310](https://github.com/vtex/faststore/issues/3310)) ([1ea7bac](https://github.com/vtex/faststore/commit/1ea7bac649d783e50a9e79f8fe412009ae4a87f7)), closes [#3309](https://github.com/vtex/faststore/issues/3309) [#3308](https://github.com/vtex/faststore/issues/3308) [#3306](https://github.com/vtex/faststore/issues/3306) [#3304](https://github.com/vtex/faststore/issues/3304) [#3301](https://github.com/vtex/faststore/issues/3301)
66
+
48
67
  # [4.1.0-dev.1](https://github.com/vtex/faststore/compare/v4.1.0-dev.0...v4.1.0-dev.1) (2026-05-11)
49
68
 
50
69
  **Note:** Version bump only for package @faststore/core
package/index.ts CHANGED
@@ -27,7 +27,7 @@ export { default as ProductShelfSection } from './src/components/sections/Produc
27
27
  export { default as RegionBarSection } from './src/components/sections/RegionBar'
28
28
  export { default as Section } from './src/components/sections/Section'
29
29
 
30
- // Delivery Promise
30
+ // Delivery Promise.
31
31
  export {
32
32
  PICKUP_IN_POINT_FACET_VALUE,
33
33
  PICKUP_POINT_FACET_KEY,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@faststore/core",
3
- "version": "4.1.1-dev.0",
3
+ "version": "4.1.1",
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/lighthouse": "4.1.1-dev.0",
74
- "@faststore/api": "4.1.1-dev.0",
75
- "@faststore/diagnostics": "4.1.1-dev.0",
76
- "@faststore/sdk": "4.1.1-dev.0",
77
- "@faststore/ui": "4.1.1-dev.0"
73
+ "@faststore/api": "4.1.1",
74
+ "@faststore/lighthouse": "4.1.1",
75
+ "@faststore/diagnostics": "4.1.1",
76
+ "@faststore/ui": "4.1.1",
77
+ "@faststore/sdk": "4.1.1"
78
78
  },
79
79
  "devDependencies": {
80
80
  "@cypress/code-coverage": "^3.12.1",
@@ -85,6 +85,7 @@
85
85
  "@types/fs-extra": "^9.0.13",
86
86
  "@types/node": "20.19.13",
87
87
  "@vitejs/plugin-react": "^5.1.2",
88
+ "@vitest/coverage-v8": "4.0.7",
88
89
  "@vtex/prettier-config": "1.0.0",
89
90
  "axe-core": "^4.8.1",
90
91
  "cypress": "12.17.4",
@@ -105,6 +106,7 @@
105
106
  "scripts": {
106
107
  "test:e2e": "cypress open",
107
108
  "test": "vitest run",
109
+ "test:coverage": "vitest run --coverage",
108
110
  "lhci": "lhci autorun",
109
111
  "partytown": "partytown copylib ./public/~partytown",
110
112
  "gen-types": "node ../cli/bin/run generate-types .",