cloudcommerce 2.42.4 → 2.43.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +23 -0
  2. package/package.json +9 -9
package/CHANGELOG.md CHANGED
@@ -2,6 +2,29 @@
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.43.0](https://github.com/ecomplus/cloud-commerce/compare/v2.42.5...v2.43.0) (2025-05-23)
6
+
7
+
8
+ ### Features
9
+
10
+ * **pagarme-v5:** New cron function to auto cancel expired Pix/boleto orders by configured validity ([f9d9d06](https://github.com/ecomplus/cloud-commerce/commit/f9d9d0640dfcd110a453452fc720529c95be8764))
11
+
12
+
13
+ ### Bug Fixes
14
+
15
+ * **deps:** Update non-major dependencies ([#576](https://github.com/ecomplus/cloud-commerce/issues/576)) ([0e99edb](https://github.com/ecomplus/cloud-commerce/commit/0e99edbafe864aff787895692ce80410d760bb25))
16
+ * **deps:** Update non-major dependencies ([#579](https://github.com/ecomplus/cloud-commerce/issues/579)) ([8a62ead](https://github.com/ecomplus/cloud-commerce/commit/8a62ead9d72ba9d5cfba5435e82830131c110191))
17
+ * **pagarme-v5:** Skip free items (freebies) on Pagar.me order ([ccc89f8](https://github.com/ecomplus/cloud-commerce/commit/ccc89f85bb873df78a807922a6420d3197f66f1a))
18
+ * **storefront:** Bump Vue to latest ^3.5.14 ([#578](https://github.com/ecomplus/cloud-commerce/issues/578)) ([2d02134](https://github.com/ecomplus/cloud-commerce/commit/2d021348d4f76ddeb24d9032968e4ea0a7145f2f))
19
+
20
+ ## [2.42.5](https://github.com/ecomplus/cloud-commerce/compare/v2.42.4...v2.42.5) (2025-05-10)
21
+
22
+
23
+ ### Bug Fixes
24
+
25
+ * **api:** Set `response.data` as `undefined` on 204 (no content) ([07e95ef](https://github.com/ecomplus/cloud-commerce/commit/07e95efb839f18db94b40d47c178c859f4971082))
26
+ * **loyalty-points:** Fix setting first points (new array) to new customers ([a186280](https://github.com/ecomplus/cloud-commerce/commit/a1862804b3f2f6bd45123bea4e1e75bb9847e760))
27
+
5
28
  ## [2.42.4](https://github.com/ecomplus/cloud-commerce/compare/v2.42.3...v2.42.4) (2025-05-09)
6
29
 
7
30
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "cloudcommerce",
3
3
  "type": "module",
4
- "version": "2.42.4",
4
+ "version": "2.43.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>",
@@ -25,24 +25,24 @@
25
25
  }
26
26
  },
27
27
  "devDependencies": {
28
- "@commitlint/cli": "^19.8.0",
29
- "@commitlint/config-conventional": "^19.8.0",
30
- "@commitlint/rules": "^19.8.0",
31
- "@types/node": "^20.17.32",
28
+ "@commitlint/cli": "^19.8.1",
29
+ "@commitlint/config-conventional": "^19.8.1",
30
+ "@commitlint/rules": "^19.8.1",
31
+ "@types/node": "^20.17.48",
32
32
  "commit-and-tag-version": "^12.5.1",
33
33
  "dotenv": "^16.5.0",
34
34
  "eslint": "^8.57.1",
35
35
  "husky": "^9.1.7",
36
- "lint-staged": "^15.5.1",
36
+ "lint-staged": "^16.0.0",
37
37
  "tailwindcss": "^3.4.17",
38
38
  "ts-node": "^10.9.2",
39
- "turbo": "^2.5.2",
39
+ "turbo": "^2.5.3",
40
40
  "typescript": "~5.8.3",
41
41
  "uglify-js": "^3.19.3",
42
42
  "vite": "^5.4.19",
43
43
  "vitest": "^2.1.9",
44
- "zx": "^8.5.3",
45
- "@cloudcommerce/eslint": "2.42.4"
44
+ "zx": "^8.5.4",
45
+ "@cloudcommerce/eslint": "2.43.0"
46
46
  },
47
47
  "scripts": {
48
48
  "fix-install": "bash scripts/pre-install.sh && pnpm i",