cloudcommerce 2.25.8 → 2.26.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.
package/CHANGELOG.md CHANGED
@@ -2,6 +2,33 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file. See [commit-and-tag-version](https://github.com/absolute-version/commit-and-tag-version) for commit guidelines.
4
4
 
5
+ ## [2.26.1](https://github.com/ecomplus/cloud-commerce/compare/v2.26.0...v2.26.1) (2024-08-27)
6
+
7
+ ## [2.26.0](https://github.com/ecomplus/cloud-commerce/compare/v2.25.8...v2.26.0) (2024-08-27)
8
+
9
+
10
+ ### Features
11
+
12
+ * **passport:** Support `env.PASSPORT_UNVERIFIED_AUTH` to pass email+doc only full login (v1-like) ([2be13cb](https://github.com/ecomplus/cloud-commerce/commit/2be13cb0917a069b784196248253cdb2084caa19))
13
+ * **storefront:** Return new `isEmptyResult` state on search showcase composable ([a754bc1](https://github.com/ecomplus/cloud-commerce/commit/a754bc1efdf1c38e2e023e72f320e27c671b8e32))
14
+
15
+
16
+ ### Bug Fixes
17
+
18
+ * **cli:** Update bunny.net (CI) edge rules for SWR ("SSR") on Cloudflare instead of direct "ISR" ([20f02f8](https://github.com/ecomplus/cloud-commerce/commit/20f02f832f3f680785cdbb77891ae684d60dc070))
19
+ * **cli:** Update bunny.net CI reverting origin to Firebase directly, and change for SWR on edge rule ([733423e](https://github.com/ecomplus/cloud-commerce/commit/733423e3659e845c4f4170b9772d9600588ff413))
20
+ * **deps:** Update dependency unocss to ^0.62.3 ([#442](https://github.com/ecomplus/cloud-commerce/issues/442)) ([c8683e3](https://github.com/ecomplus/cloud-commerce/commit/c8683e320d48b19fcf0ba835909a6cf4f88ddef5))
21
+ * **deps:** Update non-major dependencies ([#443](https://github.com/ecomplus/cloud-commerce/issues/443)) ([dbf5c00](https://github.com/ecomplus/cloud-commerce/commit/dbf5c005bf8fc1687ffc77b5ba8736a9f83ed531))
22
+ * **modules:** Run list payments (preview) twice, once before apply discount ([513bc10](https://github.com/ecomplus/cloud-commerce/commit/513bc10846e07be705a7440a02e74291a3546583))
23
+ * **ssr:** Updating CF SWR worker with same paths to bypass from current BunnyCDN edge rules ([1f74ebe](https://github.com/ecomplus/cloud-commerce/commit/1f74ebeb3d2a9594367d0dc79d6565b4ec632e68))
24
+ * **storefront:** Better handling search engine promise and `wasFetched` state ([9069263](https://github.com/ecomplus/cloud-commerce/commit/906926393557903dca5fe1cfc66fc4d106f1c2cd))
25
+ * **storefront:** Bump Vue to ^3.4.38 ([#440](https://github.com/ecomplus/cloud-commerce/issues/440)) ([db8046f](https://github.com/ecomplus/cloud-commerce/commit/db8046fd3d37fb45c110eddf7eaee1459d35f0da))
26
+ * **storefront:** Ensure searchj engine products reactivity even on repeated(empty) results ([5b798ed](https://github.com/ecomplus/cloud-commerce/commit/5b798ed635ca3d4b3c16489b3fb9e1604bc5dfb2))
27
+ * **storefront:** Fix handling stock refresh with multiple items ([4662bde](https://github.com/ecomplus/cloud-commerce/commit/4662bdeafb372a63b61c84fa606505ac7c567521))
28
+ * **storefront:** Improving global `<Skeleton>` responsiveness ([835b9dc](https://github.com/ecomplus/cloud-commerce/commit/835b9dc60ac6a0d6f55bff82562f8e950297c7ed))
29
+ * **storefront:** Update search showcase composable to properly await search fetch (if any) on SSR ([f287e41](https://github.com/ecomplus/cloud-commerce/commit/f287e41ef1ae0b0de7a1f3596fee1cc95022217e))
30
+ * **storefront:** Update vbeta-app script with `@ecomplus/storefront-app@2.0.0-beta.207` ([6ff504f](https://github.com/ecomplus/cloud-commerce/commit/6ff504fac7e8f4bbc65ccd57a17afa3f6ae864c3))
31
+
5
32
  ## [2.25.8](https://github.com/ecomplus/cloud-commerce/compare/v2.25.7...v2.25.8) (2024-08-16)
6
33
 
7
34
 
package/action.yml CHANGED
@@ -32,6 +32,8 @@ inputs:
32
32
  description: 'Emails: SMTP username'
33
33
  smtp-pass:
34
34
  description: 'Emails: SMTP password'
35
+ passport-unverified-auth:
36
+ description: 'Set `true` to pass simpler customer login without email verification'
35
37
  bunnynet-api-key:
36
38
  description: 'bunny.net API key (additional CDN layer)'
37
39
  sendgrid-api-key:
@@ -138,11 +140,11 @@ runs:
138
140
  ${{ steps.npm-paths.outputs.LIB_PATH }}
139
141
  ${{ steps.npm-paths.outputs.BIN_PATH }}
140
142
  ~/.npm-global/bin
141
- key: ${{ runner.os }}-npm-g-firebase-tools-13.15.0
143
+ key: ${{ runner.os }}-npm-g-firebase-tools-13.15.4
142
144
 
143
145
  - if: github.event_name == 'push' && steps.npm-g-cache.outputs.cache-hit != 'true'
144
146
  shell: bash
145
- run: npm i --location=global firebase-tools@13.15.0
147
+ run: npm i --location=global firebase-tools@13.15.4
146
148
 
147
149
  - if: github.event_name == 'push'
148
150
  uses: dorny/paths-filter@v3.0.2
@@ -262,6 +264,7 @@ runs:
262
264
  SMTP_PORT: ${{ inputs.smtp-port }}
263
265
  SMTP_USER: ${{ inputs.smtp-user }}
264
266
  SMTP_PASS: ${{ inputs.smtp-pass }}
267
+ PASSPORT_UNVERIFIED_AUTH: ${{ inputs.passport-unverified-auth }}
265
268
  BUNNYNET_API_KEY: ${{ inputs.bunnynet-api-key }}
266
269
  SENDGRID_API_KEY: ${{ inputs.sendgrid-api-key }}
267
270
  TINYERP_TOKEN: ${{ inputs.tinyerp-token }}
@@ -310,6 +313,7 @@ runs:
310
313
  SMTP_PORT=$SMTP_PORT
311
314
  SMTP_USER=$SMTP_USER
312
315
  SMTP_PASS=$SMTP_PASS
316
+ PASSPORT_UNVERIFIED_AUTH=$PASSPORT_UNVERIFIED_AUTH
313
317
  BUNNYNET_API_KEY=$BUNNYNET_API_KEY
314
318
  SENDGRID_API_KEY=$SENDGRID_API_KEY
315
319
  TINYERP_TOKEN=$TINYERP_TOKEN
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "cloudcommerce",
3
3
  "type": "module",
4
- "version": "2.25.8",
4
+ "version": "2.26.1",
5
5
  "description": "Open fair-code headless commerce platform: API-first, microservices based, event driven and cloud native",
6
6
  "main": "packages/api/lib/index.js",
7
7
  "author": "E-Com Club Softwares para E-commerce <ti@e-com.club>",
@@ -28,21 +28,21 @@
28
28
  "@commitlint/cli": "^19.4.0",
29
29
  "@commitlint/config-conventional": "^19.2.2",
30
30
  "@commitlint/rules": "^19.0.3",
31
- "@types/node": "^18.19.44",
32
- "commit-and-tag-version": "^12.4.1",
31
+ "@types/node": "^18.19.46",
32
+ "commit-and-tag-version": "^12.4.2",
33
33
  "dotenv": "^16.4.5",
34
34
  "eslint": "^8.57.0",
35
- "husky": "^9.1.4",
36
- "lint-staged": "^15.2.8",
37
- "tailwindcss": "^3.4.9",
35
+ "husky": "^9.1.5",
36
+ "lint-staged": "^15.2.9",
37
+ "tailwindcss": "^3.4.10",
38
38
  "ts-node": "^10.9.2",
39
- "turbo": "^2.0.12",
39
+ "turbo": "^2.0.14",
40
40
  "typescript": "~5.5.4",
41
41
  "uglify-js": "^3.19.2",
42
- "vite": "^5.4.0",
42
+ "vite": "^5.4.2",
43
43
  "vitest": "^2.0.5",
44
44
  "zx": "^8.1.4",
45
- "@cloudcommerce/eslint": "2.25.8"
45
+ "@cloudcommerce/eslint": "2.26.1"
46
46
  },
47
47
  "packageManager": "pnpm@8.15.7",
48
48
  "scripts": {