cloudcommerce 2.29.18 → 2.29.20

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,27 @@
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.29.20](https://github.com/ecomplus/cloud-commerce/compare/v2.29.19...v2.29.20) (2024-11-28)
6
+
7
+
8
+ ### Bug Fixes
9
+
10
+ * **cli:** Additional status codes to skip bunny.net CDN cache within edge rule ([1af6049](https://github.com/ecomplus/cloud-commerce/commit/1af604982ac2c1b0394523279711b5a78e7d2700))
11
+ * **deps:** Update dependency firebase-admin to v13 ([#491](https://github.com/ecomplus/cloud-commerce/issues/491)) ([7409682](https://github.com/ecomplus/cloud-commerce/commit/7409682ade66848a285e8d2e1aee0663bec23d77))
12
+ * **deps:** Update non-major dependencies ([#490](https://github.com/ecomplus/cloud-commerce/issues/490)) ([ef9d89c](https://github.com/ecomplus/cloud-commerce/commit/ef9d89c326f7041920900d3386e267fccaa611e6))
13
+ * **firebase:** Reducing gap to refresh `apiDoc` on API events PubSub middlewares to 600ms ([658ed51](https://github.com/ecomplus/cloud-commerce/commit/658ed51867af6980606466dbc2f3a3b6ea5ec53f))
14
+ * **storefront:** Fix UnoCSS config generating brand colors CSS vars with custom theme options ([5934c82](https://github.com/ecomplus/cloud-commerce/commit/5934c8231044a897b37bbee134041e91d9f0962e))
15
+ * **storefront:** Update Astro to latest v4.16.14 ([#488](https://github.com/ecomplus/cloud-commerce/issues/488)) ([3e052f4](https://github.com/ecomplus/cloud-commerce/commit/3e052f4ca469bce773f314315842fbd0e0881576))
16
+
17
+ ## [2.29.19](https://github.com/ecomplus/cloud-commerce/compare/v2.29.18...v2.29.19) (2024-11-22)
18
+
19
+
20
+ ### Bug Fixes
21
+
22
+ * **firebase:** Refetching fresh `apiDoc` on API events PubSub middlewares when handler is 2s delayed ([f217e32](https://github.com/ecomplus/cloud-commerce/commit/f217e322dd24246251e1ddeb245b1d8f08e0555d))
23
+ * **modules:** Read order with primary preference for consistency after checkout ([1b9b41a](https://github.com/ecomplus/cloud-commerce/commit/1b9b41ad6ed20acbd0318ce6962da5908cb922d3))
24
+ * **modules:** Reducing apps list cache TTL to 30s ([18e47d3](https://github.com/ecomplus/cloud-commerce/commit/18e47d368efe1fb289d5c254012e5724042f6643))
25
+
5
26
  ## [2.29.18](https://github.com/ecomplus/cloud-commerce/compare/v2.29.17...v2.29.18) (2024-11-21)
6
27
 
7
28
 
package/action.yml CHANGED
@@ -142,11 +142,11 @@ runs:
142
142
  ${{ steps.npm-paths.outputs.LIB_PATH }}
143
143
  ${{ steps.npm-paths.outputs.BIN_PATH }}
144
144
  ~/.npm-global/bin
145
- key: ${{ runner.os }}-npm-g-firebase-tools-13.24.1
145
+ key: ${{ runner.os }}-npm-g-firebase-tools-13.27.0
146
146
 
147
147
  - if: github.event_name == 'push' && steps.npm-g-cache.outputs.cache-hit != 'true'
148
148
  shell: bash
149
- run: npm i --location=global firebase-tools@13.24.1
149
+ run: npm i --location=global firebase-tools@13.27.0
150
150
 
151
151
  - if: github.event_name == 'push'
152
152
  uses: dorny/paths-filter@v3.0.2
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "cloudcommerce",
3
3
  "type": "module",
4
- "version": "2.29.18",
4
+ "version": "2.29.20",
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>",
@@ -25,10 +25,10 @@
25
25
  }
26
26
  },
27
27
  "devDependencies": {
28
- "@commitlint/cli": "^19.5.0",
29
- "@commitlint/config-conventional": "^19.5.0",
30
- "@commitlint/rules": "^19.5.0",
31
- "@types/node": "^18.19.64",
28
+ "@commitlint/cli": "^19.6.0",
29
+ "@commitlint/config-conventional": "^19.6.0",
30
+ "@commitlint/rules": "^19.6.0",
31
+ "@types/node": "^18.19.65",
32
32
  "commit-and-tag-version": "^12.5.0",
33
33
  "dotenv": "^16.4.5",
34
34
  "eslint": "^8.57.1",
@@ -36,13 +36,13 @@
36
36
  "lint-staged": "^15.2.10",
37
37
  "tailwindcss": "^3.4.15",
38
38
  "ts-node": "^10.9.2",
39
- "turbo": "^2.3.0",
40
- "typescript": "~5.6.3",
39
+ "turbo": "^2.3.1",
40
+ "typescript": "~5.7.2",
41
41
  "uglify-js": "^3.19.3",
42
42
  "vite": "^5.4.11",
43
43
  "vitest": "^2.1.5",
44
44
  "zx": "^8.2.2",
45
- "@cloudcommerce/eslint": "2.29.18"
45
+ "@cloudcommerce/eslint": "2.29.20"
46
46
  },
47
47
  "packageManager": "pnpm@8.15.7",
48
48
  "scripts": {