cloudcommerce 2.52.2 → 2.53.0

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,21 @@
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.53.0](https://github.com/ecomplus/cloud-commerce/compare/v2.52.2...v2.53.0) (2025-11-21)
6
+
7
+
8
+ ### Features
9
+
10
+ * **storefront:** Add web push notifications support with Firebase Cloud Messaging ([4fd93b6](https://github.com/ecomplus/cloud-commerce/commit/4fd93b674307bc3acb5021367f855ba613beab15))
11
+
12
+
13
+ ### Bug Fixes
14
+
15
+ * **deps:** Update non-major dependencies ([#635](https://github.com/ecomplus/cloud-commerce/issues/635)) ([636bdbb](https://github.com/ecomplus/cloud-commerce/commit/636bdbbbb67ae9634ae81b45062f1bdd997025d2))
16
+ * **deps:** Update non-major dependencies ([#638](https://github.com/ecomplus/cloud-commerce/issues/638)) ([5e2f42a](https://github.com/ecomplus/cloud-commerce/commit/5e2f42ae8b3160255164d4d48eeb55198d594fe2))
17
+ * **deps:** Update non-major dependencies ([#646](https://github.com/ecomplus/cloud-commerce/issues/646)) ([425acab](https://github.com/ecomplus/cloud-commerce/commit/425acab404ed5c89d8b81873d67ff45fab531564))
18
+ * **storefront:** Update Vue to ^3.5.24 ([#645](https://github.com/ecomplus/cloud-commerce/issues/645)) ([d8f927a](https://github.com/ecomplus/cloud-commerce/commit/d8f927ad89ea6adaed2a455245d8b71d0e7fd80e))
19
+
5
20
  ## [2.52.2](https://github.com/ecomplus/cloud-commerce/compare/v2.52.1...v2.52.2) (2025-10-15)
6
21
 
7
22
 
package/action.yml CHANGED
@@ -127,7 +127,7 @@ runs:
127
127
  uses: ouzi-dev/commit-status-updater@v2.0.2
128
128
  continue-on-error: true
129
129
 
130
- - uses: actions/setup-node@v5
130
+ - uses: actions/setup-node@v6
131
131
  with:
132
132
  node-version: 20
133
133
  cache: 'npm'
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "cloudcommerce",
3
3
  "type": "module",
4
- "version": "2.52.2",
4
+ "version": "2.53.0",
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": "^20.1.0",
29
29
  "@commitlint/config-conventional": "^20.0.0",
30
30
  "@commitlint/rules": "^20.0.0",
31
- "@types/node": "^20.19.20",
31
+ "@types/node": "^20.19.24",
32
32
  "commit-and-tag-version": "^12.6.0",
33
33
  "dotenv": "^17.2.3",
34
34
  "eslint": "^8.57.1",
35
35
  "husky": "^9.1.7",
36
- "lint-staged": "^16.2.3",
36
+ "lint-staged": "^16.2.6",
37
37
  "tailwindcss": "^3.4.18",
38
38
  "ts-node": "^10.9.2",
39
- "turbo": "^2.5.8",
39
+ "turbo": "^2.6.0",
40
40
  "typescript": "~5.9.3",
41
41
  "uglify-js": "^3.19.3",
42
- "vite": "^5.4.20",
42
+ "vite": "^5.4.21",
43
43
  "vitest": "^2.1.9",
44
- "zx": "^8.8.4",
45
- "@cloudcommerce/eslint": "2.52.2"
44
+ "zx": "^8.8.5",
45
+ "@cloudcommerce/eslint": "2.53.0"
46
46
  },
47
47
  "scripts": {
48
48
  "fix-install": "bash scripts/pre-install.sh && pnpm i",