From c7359bbfcd40000a4a8df0626ee5237437270b44 Mon Sep 17 00:00:00 2001 From: Manuel <5673677+mtrezza@users.noreply.github.com> Date: Mon, 1 Dec 2025 19:44:22 +0100 Subject: [PATCH 1/3] fix: Missing dependencies in transpiled browser code (#2812) --- .gitignore | 2 ++ package-lock.json | 33 +++++---------------------------- package.json | 3 ++- 3 files changed, 9 insertions(+), 29 deletions(-) diff --git a/.gitignore b/.gitignore index 7fd233018..2a53d2edd 100644 --- a/.gitignore +++ b/.gitignore @@ -14,3 +14,5 @@ out/ docs/ .eslintcache +# AI agents +/.claude diff --git a/package-lock.json b/package-lock.json index c961efb26..a5cee3eeb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,8 +10,9 @@ "license": "Apache-2.0", "dependencies": { "@babel/runtime-corejs3": "7.28.4", + "crypto-js": "4.2.0", + "idb-keyval": "6.2.2", "react-native-crypto-js": "1.0.0", - "uuid": "13.0.0", "ws": "8.18.3" }, "devDependencies": { @@ -45,7 +46,6 @@ "gulp": "5.0.1", "gulp-babel": "8.0.0", "gulp-watch": "5.0.1", - "idb-keyval": "6.2.2", "jasmine": "5.12.0", "jasmine-reporters": "2.5.2", "jasmine-spec-reporter": "7.0.0", @@ -15182,9 +15182,7 @@ "node_modules/crypto-js": { "version": "4.2.0", "resolved": "https://registry.npmjs.org/crypto-js/-/crypto-js-4.2.0.tgz", - "integrity": "sha512-KALDyEYgpY+Rlob/iriUtjV6d5Eq+Y191A5g4UqLAi8CyGP9N1+FdVbkc1SxKc2r4YAYqG8JzO2KGL+AizD70Q==", - "dev": true, - "optional": true + "integrity": "sha512-KALDyEYgpY+Rlob/iriUtjV6d5Eq+Y191A5g4UqLAi8CyGP9N1+FdVbkc1SxKc2r4YAYqG8JzO2KGL+AizD70Q==" }, "node_modules/crypto-random-string": { "version": "4.0.0", @@ -20313,7 +20311,6 @@ "version": "6.2.2", "resolved": "https://registry.npmjs.org/idb-keyval/-/idb-keyval-6.2.2.tgz", "integrity": "sha512-yjD9nARJ/jb1g+CvD0tlhUHOrJ9Sy0P8T9MF3YaLlHnSRpwPfpTX0XIvpmw3gAJUmEu3FiICLBDPXVwyEvrleg==", - "dev": true, "license": "Apache-2.0" }, "node_modules/ieee754": { @@ -34813,18 +34810,6 @@ "node": ">= 0.4.0" } }, - "node_modules/uuid": { - "version": "13.0.0", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-13.0.0.tgz", - "integrity": "sha512-XQegIaBTVUjSHliKqcnFqYypAd4S+WCYt5NIeRs6w/UAry7z8Y9j5ZwRRL4kzq9U3sD6v+85er9FvkEaBpji2w==", - "funding": [ - "https://github.com/sponsors/broofa", - "https://github.com/sponsors/ctavan" - ], - "bin": { - "uuid": "dist-node/bin/uuid" - } - }, "node_modules/v8-to-istanbul": { "version": "9.2.0", "resolved": "https://registry.npmjs.org/v8-to-istanbul/-/v8-to-istanbul-9.2.0.tgz", @@ -46637,9 +46622,7 @@ "crypto-js": { "version": "4.2.0", "resolved": "https://registry.npmjs.org/crypto-js/-/crypto-js-4.2.0.tgz", - "integrity": "sha512-KALDyEYgpY+Rlob/iriUtjV6d5Eq+Y191A5g4UqLAi8CyGP9N1+FdVbkc1SxKc2r4YAYqG8JzO2KGL+AizD70Q==", - "dev": true, - "optional": true + "integrity": "sha512-KALDyEYgpY+Rlob/iriUtjV6d5Eq+Y191A5g4UqLAi8CyGP9N1+FdVbkc1SxKc2r4YAYqG8JzO2KGL+AizD70Q==" }, "crypto-random-string": { "version": "4.0.0", @@ -50454,8 +50437,7 @@ "idb-keyval": { "version": "6.2.2", "resolved": "https://registry.npmjs.org/idb-keyval/-/idb-keyval-6.2.2.tgz", - "integrity": "sha512-yjD9nARJ/jb1g+CvD0tlhUHOrJ9Sy0P8T9MF3YaLlHnSRpwPfpTX0XIvpmw3gAJUmEu3FiICLBDPXVwyEvrleg==", - "dev": true + "integrity": "sha512-yjD9nARJ/jb1g+CvD0tlhUHOrJ9Sy0P8T9MF3YaLlHnSRpwPfpTX0XIvpmw3gAJUmEu3FiICLBDPXVwyEvrleg==" }, "ieee754": { "version": "1.2.1", @@ -61022,11 +61004,6 @@ "integrity": "sha512-pMZTvIkT1d+TFGvDOqodOclx0QWkkgi6Tdoa8gC8ffGAAqz9pzPTZWAybbsHHoED/ztMtkv/VoYTYyShUn81hA==", "dev": true }, - "uuid": { - "version": "13.0.0", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-13.0.0.tgz", - "integrity": "sha512-XQegIaBTVUjSHliKqcnFqYypAd4S+WCYt5NIeRs6w/UAry7z8Y9j5ZwRRL4kzq9U3sD6v+85er9FvkEaBpji2w==" - }, "v8-to-istanbul": { "version": "9.2.0", "resolved": "https://registry.npmjs.org/v8-to-istanbul/-/v8-to-istanbul-9.2.0.tgz", diff --git a/package.json b/package.json index f02052510..06495fd33 100644 --- a/package.json +++ b/package.json @@ -32,11 +32,12 @@ }, "dependencies": { "@babel/runtime-corejs3": "7.28.4", + "crypto-js": "4.2.0", + "idb-keyval": "6.2.2", "react-native-crypto-js": "1.0.0", "ws": "8.18.3" }, "devDependencies": { - "idb-keyval": "6.2.2", "@babel/core": "7.28.5", "@babel/plugin-proposal-class-properties": "7.18.6", "@babel/plugin-transform-runtime": "7.28.5", From 13652d1f2f5637d82b627d400ea6823712fe3a4e Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 1 Dec 2025 18:46:01 +0000 Subject: [PATCH 2/3] chore(release): 7.1.2-alpha.1 [skip ci] ## [7.1.2-alpha.1](https://github.com/parse-community/Parse-SDK-JS/compare/7.1.1...7.1.2-alpha.1) (2025-12-01) ### Bug Fixes * Missing dependencies in transpiled browser code ([#2812](https://github.com/parse-community/Parse-SDK-JS/issues/2812)) ([c7359bb](https://github.com/parse-community/Parse-SDK-JS/commit/c7359bbfcd40000a4a8df0626ee5237437270b44)) --- changelogs/CHANGELOG_alpha.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/changelogs/CHANGELOG_alpha.md b/changelogs/CHANGELOG_alpha.md index 508902afe..7e6bc67a5 100644 --- a/changelogs/CHANGELOG_alpha.md +++ b/changelogs/CHANGELOG_alpha.md @@ -1,3 +1,10 @@ +## [7.1.2-alpha.1](https://github.com/parse-community/Parse-SDK-JS/compare/7.1.1...7.1.2-alpha.1) (2025-12-01) + + +### Bug Fixes + +* Missing dependencies in transpiled browser code ([#2812](https://github.com/parse-community/Parse-SDK-JS/issues/2812)) ([c7359bb](https://github.com/parse-community/Parse-SDK-JS/commit/c7359bbfcd40000a4a8df0626ee5237437270b44)) + ## [7.1.1-alpha.1](https://github.com/parse-community/Parse-SDK-JS/compare/7.1.0...7.1.1-alpha.1) (2025-12-01) diff --git a/package-lock.json b/package-lock.json index a5cee3eeb..ce85a98fe 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "parse", - "version": "7.1.1", + "version": "7.1.2-alpha.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "parse", - "version": "7.1.1", + "version": "7.1.2-alpha.1", "license": "Apache-2.0", "dependencies": { "@babel/runtime-corejs3": "7.28.4", diff --git a/package.json b/package.json index 06495fd33..58ad3f4c6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "parse", - "version": "7.1.1", + "version": "7.1.2-alpha.1", "description": "Parse JavaScript SDK", "homepage": "https://parseplatform.org", "keywords": [ From 6bf77b3e838175a614bf31d551fb65a475ccf7ac Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Mon, 1 Dec 2025 18:47:10 +0000 Subject: [PATCH 3/3] empty commit to trigger CI