cloudcommerce 2.48.18 → 2.48.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 +17 -0
- package/action.yml +4 -4
- package/package.json +9 -9
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,23 @@
|
|
|
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.48.20](https://github.com/ecomplus/cloud-commerce/compare/v2.48.19...v2.48.20) (2025-08-27)
|
|
6
|
+
|
|
7
|
+
## [2.48.19](https://github.com/ecomplus/cloud-commerce/compare/v2.48.18...v2.48.19) (2025-08-27)
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
### Bug Fixes
|
|
11
|
+
|
|
12
|
+
* **deps:** Update non-major dependencies ([#608](https://github.com/ecomplus/cloud-commerce/issues/608)) ([b4a36d6](https://github.com/ecomplus/cloud-commerce/commit/b4a36d6465d85125100316527bf44081ae0307d0))
|
|
13
|
+
* **deps:** Update Vue to ^3.5.18 ([#605](https://github.com/ecomplus/cloud-commerce/issues/605)) ([9834b50](https://github.com/ecomplus/cloud-commerce/commit/9834b50f8ea26cd963e737b98a3acf7ed0a15100))
|
|
14
|
+
* **melhor-envio:** Updating to https://github.com/ecomplus/app-melhor-envio/releases/tag/v1.12.1 ([0b099f3](https://github.com/ecomplus/cloud-commerce/commit/0b099f394ba55b1e448fdf1bf792949b9d68bbe9))
|
|
15
|
+
* **ssr:** Update Astro to v4.16.19 [security] ([#610](https://github.com/ecomplus/cloud-commerce/issues/610)) ([7bc0238](https://github.com/ecomplus/cloud-commerce/commit/7bc0238e78b82f86a74b317495a8a13771ae0cf0))
|
|
16
|
+
* **storefront:** Fix SSR context Astro typedef to support .ts "API" routes ([362e213](https://github.com/ecomplus/cloud-commerce/commit/362e21383f1b7e4dbccdef5f41c0a350a18b0687))
|
|
17
|
+
* **storefront:** Prevent changing Picture `widths` array prop by reference ([168e447](https://github.com/ecomplus/cloud-commerce/commit/168e4472e9b78fad79a31486bed55e35ed35cee8))
|
|
18
|
+
* **storefront:** Properly checking discount rule min amount on exported `getPriceWithDiscount` ([f341964](https://github.com/ecomplus/cloud-commerce/commit/f34196486120e99c78f79e7e87b908ff19b6f503))
|
|
19
|
+
* **storefront:** Update Vue to ^3.5.19 ([#611](https://github.com/ecomplus/cloud-commerce/issues/611)) ([b6516b8](https://github.com/ecomplus/cloud-commerce/commit/b6516b8d8f56797e90ed4803e6d2394acd26e457))
|
|
20
|
+
* **tiny-erp:** Read last order (bigger ID) on Tiny when more than one is found by number ([13c20ad](https://github.com/ecomplus/cloud-commerce/commit/13c20ade9ca2d0830b36d6fe3a88ffdc4873c570))
|
|
21
|
+
|
|
5
22
|
## [2.48.18](https://github.com/ecomplus/cloud-commerce/compare/v2.48.17...v2.48.18) (2025-08-02)
|
|
6
23
|
|
|
7
24
|
|
package/action.yml
CHANGED
|
@@ -147,18 +147,18 @@ runs:
|
|
|
147
147
|
${{ steps.npm-paths.outputs.LIB_PATH }}
|
|
148
148
|
${{ steps.npm-paths.outputs.BIN_PATH }}
|
|
149
149
|
~/.npm-global/bin
|
|
150
|
-
key: ${{ runner.os }}-npm-g-firebase-tools-14.
|
|
150
|
+
key: ${{ runner.os }}-npm-g-firebase-tools-14.14.0-1
|
|
151
151
|
|
|
152
152
|
- if: github.event_name == 'push' || github.event_name == 'workflow_dispatch'
|
|
153
153
|
name: Ensure firebase-tools is installed
|
|
154
154
|
shell: bash
|
|
155
155
|
run: |
|
|
156
156
|
if ! command -v firebase &> /dev/null; then
|
|
157
|
-
npm i --location=global firebase-tools@14.
|
|
157
|
+
npm i --location=global firebase-tools@14.14.0
|
|
158
158
|
else
|
|
159
159
|
INSTALLED_VERSION=$(firebase --version)
|
|
160
|
-
if [[ "$INSTALLED_VERSION" != "14.
|
|
161
|
-
npm i --location=global firebase-tools@14.
|
|
160
|
+
if [[ "$INSTALLED_VERSION" != "14.14.0" ]]; then
|
|
161
|
+
npm i --location=global firebase-tools@14.14.0
|
|
162
162
|
fi
|
|
163
163
|
fi
|
|
164
164
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "cloudcommerce",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "2.48.
|
|
4
|
+
"version": "2.48.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>",
|
|
@@ -28,21 +28,21 @@
|
|
|
28
28
|
"@commitlint/cli": "^19.8.1",
|
|
29
29
|
"@commitlint/config-conventional": "^19.8.1",
|
|
30
30
|
"@commitlint/rules": "^19.8.1",
|
|
31
|
-
"@types/node": "^20.19.
|
|
32
|
-
"commit-and-tag-version": "^12.5.
|
|
33
|
-
"dotenv": "^17.2.
|
|
31
|
+
"@types/node": "^20.19.11",
|
|
32
|
+
"commit-and-tag-version": "^12.5.2",
|
|
33
|
+
"dotenv": "^17.2.1",
|
|
34
34
|
"eslint": "^8.57.1",
|
|
35
35
|
"husky": "^9.1.7",
|
|
36
|
-
"lint-staged": "^16.1.
|
|
36
|
+
"lint-staged": "^16.1.5",
|
|
37
37
|
"tailwindcss": "^3.4.17",
|
|
38
38
|
"ts-node": "^10.9.2",
|
|
39
|
-
"turbo": "^2.5.
|
|
40
|
-
"typescript": "~5.
|
|
39
|
+
"turbo": "^2.5.6",
|
|
40
|
+
"typescript": "~5.9.2",
|
|
41
41
|
"uglify-js": "^3.19.3",
|
|
42
42
|
"vite": "^5.4.19",
|
|
43
43
|
"vitest": "^2.1.9",
|
|
44
|
-
"zx": "^8.
|
|
45
|
-
"@cloudcommerce/eslint": "2.48.
|
|
44
|
+
"zx": "^8.8.1",
|
|
45
|
+
"@cloudcommerce/eslint": "2.48.20"
|
|
46
46
|
},
|
|
47
47
|
"scripts": {
|
|
48
48
|
"fix-install": "bash scripts/pre-install.sh && pnpm i",
|