cloudcommerce 2.36.17 → 2.36.19

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,25 @@
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.36.19](https://github.com/ecomplus/cloud-commerce/compare/v2.36.18...v2.36.19) (2025-02-07)
6
+
7
+
8
+ ### Bug Fixes
9
+
10
+ * **deps:** Update non-major dependencies ([#522](https://github.com/ecomplus/cloud-commerce/issues/522)) ([4319501](https://github.com/ecomplus/cloud-commerce/commit/4319501ca7362ab0951af71cb7431019ffb9078f))
11
+ * **deps:** Update non-major dependencies ([#529](https://github.com/ecomplus/cloud-commerce/issues/529)) ([5d27f60](https://github.com/ecomplus/cloud-commerce/commit/5d27f602a336d70a5a40836b112ad9442c60bd1f))
12
+ * **firebase:** Must await all events handled and PubSub published on cron store events execution ([123659a](https://github.com/ecomplus/cloud-commerce/commit/123659aec4f12103b9f6974aef5a3d5dc6a5e467))
13
+ * **mercadopago:** Parse payment `cancelled` status to `voided` ([5cc8d74](https://github.com/ecomplus/cloud-commerce/commit/5cc8d748d83a3855d6a17a3662c3523f7b08ae4c))
14
+ * **tiny-erp:** Replacing "&" on product category name on export ([bf97b58](https://github.com/ecomplus/cloud-commerce/commit/bf97b589e54ce366c00ab8d78c2ad4248faab1b8))
15
+
16
+ ## [2.36.18](https://github.com/ecomplus/cloud-commerce/compare/v2.36.17...v2.36.18) (2025-01-21)
17
+
18
+
19
+ ### Bug Fixes
20
+
21
+ * **mercadopago:** Support settings custom Pix expiration from app data config ([86b9c0a](https://github.com/ecomplus/cloud-commerce/commit/86b9c0aff6ec4bdca8653b3efdbb27aee5d6e47a))
22
+ * **storefront:** Force wating authentication on vbeta app with `?wait_auth` ([1abcba0](https://github.com/ecomplus/cloud-commerce/commit/1abcba027d1c6102c262c9e846d26b9cb4a326db))
23
+
5
24
  ## [2.36.17](https://github.com/ecomplus/cloud-commerce/compare/v2.36.16...v2.36.17) (2025-01-21)
6
25
 
7
26
 
package/action.yml CHANGED
@@ -146,11 +146,11 @@ runs:
146
146
  ${{ steps.npm-paths.outputs.LIB_PATH }}
147
147
  ${{ steps.npm-paths.outputs.BIN_PATH }}
148
148
  ~/.npm-global/bin
149
- key: ${{ runner.os }}-npm-g-firebase-tools-13.28.0
149
+ key: ${{ runner.os }}-npm-g-firebase-tools-13.30.0
150
150
 
151
151
  - if: github.event_name == 'push' && steps.npm-g-cache.outputs.cache-hit != 'true'
152
152
  shell: bash
153
- run: npm i --location=global firebase-tools@13.28.0
153
+ run: npm i --location=global firebase-tools@13.30.0
154
154
 
155
155
  - if: github.event_name == 'push'
156
156
  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.36.17",
4
+ "version": "2.36.19",
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.6.1",
29
- "@commitlint/config-conventional": "^19.6.0",
28
+ "@commitlint/cli": "^19.7.1",
29
+ "@commitlint/config-conventional": "^19.7.1",
30
30
  "@commitlint/rules": "^19.6.0",
31
- "@types/node": "^18.19.71",
31
+ "@types/node": "^18.19.75",
32
32
  "commit-and-tag-version": "^12.5.0",
33
33
  "dotenv": "^16.4.7",
34
34
  "eslint": "^8.57.1",
35
35
  "husky": "^9.1.7",
36
- "lint-staged": "^15.4.1",
36
+ "lint-staged": "^15.4.3",
37
37
  "tailwindcss": "^3.4.17",
38
38
  "ts-node": "^10.9.2",
39
- "turbo": "^2.3.3",
39
+ "turbo": "^2.4.0",
40
40
  "typescript": "~5.7.3",
41
41
  "uglify-js": "^3.19.3",
42
- "vite": "^5.4.12",
43
- "vitest": "^2.1.8",
44
- "zx": "^8.3.0",
45
- "@cloudcommerce/eslint": "2.36.17"
42
+ "vite": "^5.4.14",
43
+ "vitest": "^2.1.9",
44
+ "zx": "^8.3.2",
45
+ "@cloudcommerce/eslint": "2.36.19"
46
46
  },
47
47
  "packageManager": "pnpm@8.15.7",
48
48
  "scripts": {
@@ -92,7 +92,7 @@ if (argv.publish) {
92
92
  await $`git commit -m 'Update to v${version}' \
93
93
  -m 'https://github.com/ecomplus/cloud-commerce/releases/tag/v${version}'`;
94
94
  await $`git push`;
95
- } catch (e) {
95
+ } catch {
96
96
  //
97
97
  }
98
98
  }