From f7fa484de9bda8076478afc232b3b02d886fe5bd Mon Sep 17 00:00:00 2001 From: Manuel Trezza <5673677+mtrezza@users.noreply.github.com> Date: Mon, 1 Apr 2024 19:49:39 +0200 Subject: [PATCH 1/4] bump mongodb --- .github/workflows/ci.yml | 6 +++--- README.md | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d96930d4aa..00bb771d7a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -162,16 +162,16 @@ jobs: MONGODB_TOPOLOGY: replset NODE_VERSION: 20.12.0 - name: MongoDB 7, ReplicaSet - MONGODB_VERSION: 7.0.7 + MONGODB_VERSION: 7.0.8 MONGODB_TOPOLOGY: replset NODE_VERSION: 20.12.0 - name: Redis Cache PARSE_SERVER_TEST_CACHE: redis - MONGODB_VERSION: 7.0.7 + MONGODB_VERSION: 7.0.8 MONGODB_TOPOLOGY: standalone NODE_VERSION: 20.12.0 - name: Node 18 - MONGODB_VERSION: 7.0.7 + MONGODB_VERSION: 7.0.8 MONGODB_TOPOLOGY: standalone NODE_VERSION: 18.20.0 fail-fast: false diff --git a/README.md b/README.md index 2e74edf998..795a9e3e77 100644 --- a/README.md +++ b/README.md @@ -142,7 +142,7 @@ Parse Server is continuously tested with the most recent releases of MongoDB to | MongoDB 4.4 | 4.4.29 | February 2024 | ✅ Yes | | MongoDB 5 | 5.0.26 | October 2024 | ✅ Yes | | MongoDB 6 | 6.0.14 | July 2025 | ✅ Yes | -| MongoDB 7 | 7.0.7 | TDB | ✅ Yes | +| MongoDB 7 | 7.0.8 | TDB | ✅ Yes | #### PostgreSQL From 24e65a96fc168fba4aec11281d8cba909bc18b9f Mon Sep 17 00:00:00 2001 From: Manuel Trezza <5673677+mtrezza@users.noreply.github.com> Date: Mon, 24 Jun 2024 23:45:56 +0200 Subject: [PATCH 2/4] test-upgrade to parse 5.2.0-beta.1 --- package-lock.json | 169 +++++++++++++++++++++++++++++++++------------- package.json | 2 +- 2 files changed, 122 insertions(+), 49 deletions(-) diff --git a/package-lock.json b/package-lock.json index d4e13bf346..5f86e28b83 100644 --- a/package-lock.json +++ b/package-lock.json @@ -40,7 +40,7 @@ "mongodb": "5.9.0", "mustache": "4.2.0", "otpauth": "9.2.2", - "parse": "5.0.0", + "parse": "5.2.0-beta.1", "path-to-regexp": "6.2.1", "pg-monitor": "2.0.0", "pg-promise": "11.7.8", @@ -2325,9 +2325,9 @@ } }, "node_modules/@babel/runtime-corejs3": { - "version": "7.23.2", - "resolved": "https://registry.npmjs.org/@babel/runtime-corejs3/-/runtime-corejs3-7.23.2.tgz", - "integrity": "sha512-54cIh74Z1rp4oIjsHjqN+WM4fMyCBYe+LpZ9jWm51CZ1fbH3SkAzQD/3XLoNkjbJ7YEmjobLXyvQrFypRHOrXw==", + "version": "7.24.6", + "resolved": "https://registry.npmjs.org/@babel/runtime-corejs3/-/runtime-corejs3-7.24.6.tgz", + "integrity": "sha512-tbC3o8uHK9xMgMsvUm9qGqxVpbv6yborMBLbDteHIc7JDNHsTV0vDMQ5j1O1NXvO+BDELtL9KgoWYaUVIVGt8w==", "dependencies": { "core-js-pure": "^3.30.2", "regenerator-runtime": "^0.14.0" @@ -3805,6 +3805,57 @@ "node": ">=18.0.0 <21" } }, + "node_modules/@parse/push-adapter/node_modules/@babel/runtime-corejs3": { + "version": "7.23.2", + "resolved": "https://registry.npmjs.org/@babel/runtime-corejs3/-/runtime-corejs3-7.23.2.tgz", + "integrity": "sha512-54cIh74Z1rp4oIjsHjqN+WM4fMyCBYe+LpZ9jWm51CZ1fbH3SkAzQD/3XLoNkjbJ7YEmjobLXyvQrFypRHOrXw==", + "dependencies": { + "core-js-pure": "^3.30.2", + "regenerator-runtime": "^0.14.0" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@parse/push-adapter/node_modules/parse": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/parse/-/parse-5.0.0.tgz", + "integrity": "sha512-6gOARZWiHjmGusbTskhC1qlRn527olMEsdt2LLj9cP2GY3n4VFOwFwV8z/vm2+YfzPfPcv8z7qLih1NzmqzO0g==", + "dependencies": { + "@babel/runtime-corejs3": "7.23.2", + "idb-keyval": "6.2.1", + "react-native-crypto-js": "1.0.0", + "uuid": "9.0.1", + "ws": "8.16.0", + "xmlhttprequest": "1.8.0" + }, + "engines": { + "node": ">=18 <21" + }, + "optionalDependencies": { + "crypto-js": "4.2.0" + } + }, + "node_modules/@parse/push-adapter/node_modules/ws": { + "version": "8.16.0", + "resolved": "https://registry.npmjs.org/ws/-/ws-8.16.0.tgz", + "integrity": "sha512-HS0c//TP7Ina87TfiPUz1rQzMhHrl/SG2guqRcTOIUYD2q8uhUdNHZYJUaQ8aTGPzCh+c6oawMKW35nFl1dxyQ==", + "engines": { + "node": ">=10.0.0" + }, + "peerDependencies": { + "bufferutil": "^4.0.1", + "utf-8-validate": ">=5.0.2" + }, + "peerDependenciesMeta": { + "bufferutil": { + "optional": true + }, + "utf-8-validate": { + "optional": true + } + } + }, "node_modules/@protobufjs/aspromise": { "version": "1.1.2", "resolved": "https://registry.npmjs.org/@protobufjs/aspromise/-/aspromise-1.1.2.tgz", @@ -6023,9 +6074,9 @@ } }, "node_modules/core-js-pure": { - "version": "3.36.0", - "resolved": "https://registry.npmjs.org/core-js-pure/-/core-js-pure-3.36.0.tgz", - "integrity": "sha512-cN28qmhRNgbMZZMc/RFu5w8pK9VJzpb2rJVR/lHuZJKwmXnoWOpXmMkxqBB514igkp1Hu8WGROsiOAzUcKdHOQ==", + "version": "3.37.1", + "resolved": "https://registry.npmjs.org/core-js-pure/-/core-js-pure-3.37.1.tgz", + "integrity": "sha512-J/r5JTHSmzTxbiYYrzXg9w1VpqrYt+gexenBE9pugeyhwPZTAEJddyiReJWsLO6uNQ8xJZFbod6XC7KKwatCiA==", "hasInstallScript": true, "funding": { "type": "opencollective", @@ -15717,15 +15768,15 @@ } }, "node_modules/parse": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/parse/-/parse-5.0.0.tgz", - "integrity": "sha512-6gOARZWiHjmGusbTskhC1qlRn527olMEsdt2LLj9cP2GY3n4VFOwFwV8z/vm2+YfzPfPcv8z7qLih1NzmqzO0g==", + "version": "5.2.0-beta.1", + "resolved": "https://registry.npmjs.org/parse/-/parse-5.2.0-beta.1.tgz", + "integrity": "sha512-RVGR0PazqC1Pr77y7Erxj1eZnF7l9xING+ZUF0rB+6uZXKSdCwTt9IT7x/tfDNV8Tc8A3oK5FIXgw0BcsMw6Qw==", "dependencies": { - "@babel/runtime-corejs3": "7.23.2", + "@babel/runtime-corejs3": "7.24.6", "idb-keyval": "6.2.1", "react-native-crypto-js": "1.0.0", - "uuid": "9.0.1", - "ws": "8.16.0", + "uuid": "10.0.0", + "ws": "8.17.1", "xmlhttprequest": "1.8.0" }, "engines": { @@ -15762,24 +15813,16 @@ "node": ">=6" } }, - "node_modules/parse/node_modules/ws": { - "version": "8.16.0", - "resolved": "https://registry.npmjs.org/ws/-/ws-8.16.0.tgz", - "integrity": "sha512-HS0c//TP7Ina87TfiPUz1rQzMhHrl/SG2guqRcTOIUYD2q8uhUdNHZYJUaQ8aTGPzCh+c6oawMKW35nFl1dxyQ==", - "engines": { - "node": ">=10.0.0" - }, - "peerDependencies": { - "bufferutil": "^4.0.1", - "utf-8-validate": ">=5.0.2" - }, - "peerDependenciesMeta": { - "bufferutil": { - "optional": true - }, - "utf-8-validate": { - "optional": true - } + "node_modules/parse/node_modules/uuid": { + "version": "10.0.0", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-10.0.0.tgz", + "integrity": "sha512-8XkAphELsDnEGrDxUOHB3RGvXz6TeuYSGEZBOjtTtPm2lwhGBjLgOzLHB63IUWfBpNucQjND6d3AOudO+H3RWQ==", + "funding": [ + "https://github.com/sponsors/broofa", + "https://github.com/sponsors/ctavan" + ], + "bin": { + "uuid": "dist/bin/uuid" } }, "node_modules/parseurl": { @@ -21553,9 +21596,9 @@ } }, "@babel/runtime-corejs3": { - "version": "7.23.2", - "resolved": "https://registry.npmjs.org/@babel/runtime-corejs3/-/runtime-corejs3-7.23.2.tgz", - "integrity": "sha512-54cIh74Z1rp4oIjsHjqN+WM4fMyCBYe+LpZ9jWm51CZ1fbH3SkAzQD/3XLoNkjbJ7YEmjobLXyvQrFypRHOrXw==", + "version": "7.24.6", + "resolved": "https://registry.npmjs.org/@babel/runtime-corejs3/-/runtime-corejs3-7.24.6.tgz", + "integrity": "sha512-tbC3o8uHK9xMgMsvUm9qGqxVpbv6yborMBLbDteHIc7JDNHsTV0vDMQ5j1O1NXvO+BDELtL9KgoWYaUVIVGt8w==", "requires": { "core-js-pure": "^3.30.2", "regenerator-runtime": "^0.14.0" @@ -22686,6 +22729,37 @@ "npmlog": "7.0.1", "parse": "5.0.0", "web-push": "3.6.7" + }, + "dependencies": { + "@babel/runtime-corejs3": { + "version": "7.23.2", + "resolved": "https://registry.npmjs.org/@babel/runtime-corejs3/-/runtime-corejs3-7.23.2.tgz", + "integrity": "sha512-54cIh74Z1rp4oIjsHjqN+WM4fMyCBYe+LpZ9jWm51CZ1fbH3SkAzQD/3XLoNkjbJ7YEmjobLXyvQrFypRHOrXw==", + "requires": { + "core-js-pure": "^3.30.2", + "regenerator-runtime": "^0.14.0" + } + }, + "parse": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/parse/-/parse-5.0.0.tgz", + "integrity": "sha512-6gOARZWiHjmGusbTskhC1qlRn527olMEsdt2LLj9cP2GY3n4VFOwFwV8z/vm2+YfzPfPcv8z7qLih1NzmqzO0g==", + "requires": { + "@babel/runtime-corejs3": "7.23.2", + "crypto-js": "4.2.0", + "idb-keyval": "6.2.1", + "react-native-crypto-js": "1.0.0", + "uuid": "9.0.1", + "ws": "8.16.0", + "xmlhttprequest": "1.8.0" + } + }, + "ws": { + "version": "8.16.0", + "resolved": "https://registry.npmjs.org/ws/-/ws-8.16.0.tgz", + "integrity": "sha512-HS0c//TP7Ina87TfiPUz1rQzMhHrl/SG2guqRcTOIUYD2q8uhUdNHZYJUaQ8aTGPzCh+c6oawMKW35nFl1dxyQ==", + "requires": {} + } } }, "@protobufjs/aspromise": { @@ -24411,9 +24485,9 @@ } }, "core-js-pure": { - "version": "3.36.0", - "resolved": "https://registry.npmjs.org/core-js-pure/-/core-js-pure-3.36.0.tgz", - "integrity": "sha512-cN28qmhRNgbMZZMc/RFu5w8pK9VJzpb2rJVR/lHuZJKwmXnoWOpXmMkxqBB514igkp1Hu8WGROsiOAzUcKdHOQ==" + "version": "3.37.1", + "resolved": "https://registry.npmjs.org/core-js-pure/-/core-js-pure-3.37.1.tgz", + "integrity": "sha512-J/r5JTHSmzTxbiYYrzXg9w1VpqrYt+gexenBE9pugeyhwPZTAEJddyiReJWsLO6uNQ8xJZFbod6XC7KKwatCiA==" }, "core-util-is": { "version": "1.0.3", @@ -31582,24 +31656,23 @@ } }, "parse": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/parse/-/parse-5.0.0.tgz", - "integrity": "sha512-6gOARZWiHjmGusbTskhC1qlRn527olMEsdt2LLj9cP2GY3n4VFOwFwV8z/vm2+YfzPfPcv8z7qLih1NzmqzO0g==", + "version": "5.2.0-beta.1", + "resolved": "https://registry.npmjs.org/parse/-/parse-5.2.0-beta.1.tgz", + "integrity": "sha512-RVGR0PazqC1Pr77y7Erxj1eZnF7l9xING+ZUF0rB+6uZXKSdCwTt9IT7x/tfDNV8Tc8A3oK5FIXgw0BcsMw6Qw==", "requires": { - "@babel/runtime-corejs3": "7.23.2", + "@babel/runtime-corejs3": "7.24.6", "crypto-js": "4.2.0", "idb-keyval": "6.2.1", "react-native-crypto-js": "1.0.0", - "uuid": "9.0.1", - "ws": "8.16.0", + "uuid": "10.0.0", + "ws": "8.17.1", "xmlhttprequest": "1.8.0" }, "dependencies": { - "ws": { - "version": "8.16.0", - "resolved": "https://registry.npmjs.org/ws/-/ws-8.16.0.tgz", - "integrity": "sha512-HS0c//TP7Ina87TfiPUz1rQzMhHrl/SG2guqRcTOIUYD2q8uhUdNHZYJUaQ8aTGPzCh+c6oawMKW35nFl1dxyQ==", - "requires": {} + "uuid": { + "version": "10.0.0", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-10.0.0.tgz", + "integrity": "sha512-8XkAphELsDnEGrDxUOHB3RGvXz6TeuYSGEZBOjtTtPm2lwhGBjLgOzLHB63IUWfBpNucQjND6d3AOudO+H3RWQ==" } } }, diff --git a/package.json b/package.json index 041aecc009..08efdfe834 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "mongodb": "5.9.0", "mustache": "4.2.0", "otpauth": "9.2.2", - "parse": "5.0.0", + "parse": "5.2.0-beta.1", "path-to-regexp": "6.2.1", "pg-monitor": "2.0.0", "pg-promise": "11.7.8", From bafb32dd8d4f8c0f3ca96adf41dba1ef5402a7a4 Mon Sep 17 00:00:00 2001 From: Manuel Trezza <5673677+mtrezza@users.noreply.github.com> Date: Sat, 29 Jun 2024 00:44:18 +0200 Subject: [PATCH 3/4] upgrade to parse 5.2.0-alpha.4 --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 5f86e28b83..2444dfc5a2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -40,7 +40,7 @@ "mongodb": "5.9.0", "mustache": "4.2.0", "otpauth": "9.2.2", - "parse": "5.2.0-beta.1", + "parse": "5.2.0-alpha.4", "path-to-regexp": "6.2.1", "pg-monitor": "2.0.0", "pg-promise": "11.7.8", @@ -15768,9 +15768,9 @@ } }, "node_modules/parse": { - "version": "5.2.0-beta.1", - "resolved": "https://registry.npmjs.org/parse/-/parse-5.2.0-beta.1.tgz", - "integrity": "sha512-RVGR0PazqC1Pr77y7Erxj1eZnF7l9xING+ZUF0rB+6uZXKSdCwTt9IT7x/tfDNV8Tc8A3oK5FIXgw0BcsMw6Qw==", + "version": "5.2.0-alpha.4", + "resolved": "https://registry.npmjs.org/parse/-/parse-5.2.0-alpha.4.tgz", + "integrity": "sha512-74jZG5CCOr1Q+2SmKFDLpWRB17uCcmRm4Dj64U9p70q1++TkokO9EARw7/oKTGOutuH+2hVydHSXFcw4WOeueg==", "dependencies": { "@babel/runtime-corejs3": "7.24.6", "idb-keyval": "6.2.1", @@ -31656,9 +31656,9 @@ } }, "parse": { - "version": "5.2.0-beta.1", - "resolved": "https://registry.npmjs.org/parse/-/parse-5.2.0-beta.1.tgz", - "integrity": "sha512-RVGR0PazqC1Pr77y7Erxj1eZnF7l9xING+ZUF0rB+6uZXKSdCwTt9IT7x/tfDNV8Tc8A3oK5FIXgw0BcsMw6Qw==", + "version": "5.2.0-alpha.4", + "resolved": "https://registry.npmjs.org/parse/-/parse-5.2.0-alpha.4.tgz", + "integrity": "sha512-74jZG5CCOr1Q+2SmKFDLpWRB17uCcmRm4Dj64U9p70q1++TkokO9EARw7/oKTGOutuH+2hVydHSXFcw4WOeueg==", "requires": { "@babel/runtime-corejs3": "7.24.6", "crypto-js": "4.2.0", diff --git a/package.json b/package.json index 08efdfe834..431d502866 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "mongodb": "5.9.0", "mustache": "4.2.0", "otpauth": "9.2.2", - "parse": "5.2.0-beta.1", + "parse": "5.2.0-alpha.4", "path-to-regexp": "6.2.1", "pg-monitor": "2.0.0", "pg-promise": "11.7.8", From 6c52cee55bc97aa02e99109d47edd3b0421f86a8 Mon Sep 17 00:00:00 2001 From: Manuel Trezza <5673677+mtrezza@users.noreply.github.com> Date: Sat, 29 Jun 2024 16:30:07 +0200 Subject: [PATCH 4/4] upgrade to parse 5.2.0 --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 2444dfc5a2..dca71be261 100644 --- a/package-lock.json +++ b/package-lock.json @@ -40,7 +40,7 @@ "mongodb": "5.9.0", "mustache": "4.2.0", "otpauth": "9.2.2", - "parse": "5.2.0-alpha.4", + "parse": "5.2.0", "path-to-regexp": "6.2.1", "pg-monitor": "2.0.0", "pg-promise": "11.7.8", @@ -15768,9 +15768,9 @@ } }, "node_modules/parse": { - "version": "5.2.0-alpha.4", - "resolved": "https://registry.npmjs.org/parse/-/parse-5.2.0-alpha.4.tgz", - "integrity": "sha512-74jZG5CCOr1Q+2SmKFDLpWRB17uCcmRm4Dj64U9p70q1++TkokO9EARw7/oKTGOutuH+2hVydHSXFcw4WOeueg==", + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/parse/-/parse-5.2.0.tgz", + "integrity": "sha512-FoD3kcLAQCw/2J1984sl3GUBzbHE2tA9mUcyw/EBWZ46WVZTzV+kjnA5tttXyzN4uodt21wSluzjbGnyLqreKw==", "dependencies": { "@babel/runtime-corejs3": "7.24.6", "idb-keyval": "6.2.1", @@ -31656,9 +31656,9 @@ } }, "parse": { - "version": "5.2.0-alpha.4", - "resolved": "https://registry.npmjs.org/parse/-/parse-5.2.0-alpha.4.tgz", - "integrity": "sha512-74jZG5CCOr1Q+2SmKFDLpWRB17uCcmRm4Dj64U9p70q1++TkokO9EARw7/oKTGOutuH+2hVydHSXFcw4WOeueg==", + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/parse/-/parse-5.2.0.tgz", + "integrity": "sha512-FoD3kcLAQCw/2J1984sl3GUBzbHE2tA9mUcyw/EBWZ46WVZTzV+kjnA5tttXyzN4uodt21wSluzjbGnyLqreKw==", "requires": { "@babel/runtime-corejs3": "7.24.6", "crypto-js": "4.2.0", diff --git a/package.json b/package.json index 431d502866..c241498e84 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "mongodb": "5.9.0", "mustache": "4.2.0", "otpauth": "9.2.2", - "parse": "5.2.0-alpha.4", + "parse": "5.2.0", "path-to-regexp": "6.2.1", "pg-monitor": "2.0.0", "pg-promise": "11.7.8",