Skip to content

Commit a160a2e

Browse files
authored
build: Release (#2883)
2 parents 0f77cc3 + 8cfdc87 commit a160a2e

8 files changed

Lines changed: 2716 additions & 1901 deletions

File tree

README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
[![Snyk Badge](https://snyk.io/test/github/parse-community/Parse-SDK-JS/badge.svg)](https://snyk.io/test/github/parse-community/Parse-SDK-JS)
88
[![Coverage](https://codecov.io/gh/parse-community/Parse-SDK-JS/branch/alpha/graph/badge.svg)](https://codecov.io/gh/parse-community/Parse-SDK-JS)
99

10-
[![Node Version](https://img.shields.io/badge/nodejs-18,_20,_22,_24-green.svg?logo=node.js&style=flat)](https://nodejs.org/)
10+
[![Node Version](https://img.shields.io/badge/nodejs-20,_22,_24-green.svg?logo=node.js&style=flat)](https://nodejs.org/)
1111
[![auto-release](https://img.shields.io/badge/%F0%9F%9A%80-auto--release-9e34eb.svg)](https://github.com/parse-community/parse-dashboard/releases)
1212

1313
[![npm latest version](https://img.shields.io/npm/v/parse/latest.svg)](https://www.npmjs.com/package/parse)
@@ -51,10 +51,9 @@ Parse JS SDK is continuously tested with the most recent releases of Node.js to
5151

5252
| Version | Latest Version | End-of-Life | Compatible |
5353
|------------|----------------|-------------|------------|
54-
| Node.js 18 | 18.20.3 | April 2025 | ✅ Yes |
55-
| Node.js 20 | 20.15.0 | April 2026 | ✅ Yes |
56-
| Node.js 22 | 22.4.0 | April 2027 | ✅ Yes |
57-
| Node.js 24 | 24.0.0 | April 2028 | ✅ Yes |
54+
| Node.js 20 | 20.19.0 | April 2026 | ✅ Yes |
55+
| Node.js 22 | 22.12.0 | April 2027 | ✅ Yes |
56+
| Node.js 24 | 24.1.0 | April 2028 | ✅ Yes |
5857

5958
## Getting Started
6059

changelogs/CHANGELOG_alpha.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
## [8.0.2-alpha.2](https://github.com/parse-community/Parse-SDK-JS/compare/8.0.2-alpha.1...8.0.2-alpha.2) (2026-01-25)
2+
3+
4+
### Bug Fixes
5+
6+
* Missing export fields cause module resolution errors when used as Parse Server dependency ([#2882](https://github.com/parse-community/Parse-SDK-JS/issues/2882)) ([85877dc](https://github.com/parse-community/Parse-SDK-JS/commit/85877dc78980e31791e45e834e5f3e4f65f280d3))
7+
8+
## [8.0.2-alpha.1](https://github.com/parse-community/Parse-SDK-JS/compare/8.0.1...8.0.2-alpha.1) (2026-01-24)
9+
10+
11+
### Bug Fixes
12+
13+
* Add server-side Cloud Code types for parse/node ([#2855](https://github.com/parse-community/Parse-SDK-JS/issues/2855)) ([98626b6](https://github.com/parse-community/Parse-SDK-JS/commit/98626b6003d2576825d149bfd505a5af66406c2c))
14+
115
## [8.0.1-alpha.1](https://github.com/parse-community/Parse-SDK-JS/compare/8.0.0...8.0.1-alpha.1) (2026-01-05)
216

317

package-lock.json

Lines changed: 1533 additions & 1374 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 15 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "parse",
3-
"version": "8.0.1",
3+
"version": "8.0.2-alpha.2",
44
"description": "Parse JavaScript SDK",
55
"homepage": "https://parseplatform.org",
66
"keywords": [
@@ -58,23 +58,26 @@
5858
"default": "./weapp.js"
5959
},
6060
"./dist/*": "./dist/*",
61-
"./lib/*": "./lib/*"
61+
"./lib/*": "./lib/*",
62+
"./lib/node/promiseUtils": "./lib/node/promiseUtils.js",
63+
"./lib/node/RESTController": "./lib/node/RESTController.js"
6264
},
6365
"browser": {
6466
"react-native": false
6567
},
6668
"dependencies": {
67-
"@babel/runtime-corejs3": "7.28.4",
69+
"@babel/runtime": "7.28.6",
70+
"@babel/runtime-corejs3": "7.28.6",
6871
"crypto-js": "4.2.0",
6972
"idb-keyval": "6.2.2",
7073
"react-native-crypto-js": "1.0.0",
7174
"ws": "8.19.0"
7275
},
7376
"devDependencies": {
74-
"@babel/core": "7.28.5",
77+
"@babel/core": "7.28.6",
7578
"@babel/plugin-proposal-class-properties": "7.18.6",
7679
"@babel/plugin-transform-runtime": "7.28.5",
77-
"@babel/preset-env": "7.26.9",
80+
"@babel/preset-env": "7.28.6",
7881
"@babel/preset-react": "7.28.5",
7982
"@babel/preset-typescript": "7.27.1",
8083
"@eslint/js": "9.39.2",
@@ -92,16 +95,16 @@
9295
"babel-plugin-minify-dead-code-elimination": "0.5.2",
9396
"babel-plugin-transform-inline-environment-variables": "0.4.4",
9497
"codecov": "3.8.3",
95-
"core-js": "3.47.0",
98+
"core-js": "3.48.0",
9699
"cross-env": "10.1.0",
97100
"eslint": "9.39.2",
98101
"eslint-plugin-expect-type": "0.6.2",
99-
"eslint-plugin-jsdoc": "61.5.0",
102+
"eslint-plugin-jsdoc": "62.4.1",
100103
"express": "5.2.1",
101104
"gulp": "5.0.1",
102105
"gulp-babel": "8.0.0",
103106
"gulp-watch": "5.0.1",
104-
"jasmine": "5.13.0",
107+
"jasmine": "6.0.0",
105108
"jasmine-reporters": "2.5.2",
106109
"jasmine-spec-reporter": "7.0.0",
107110
"jest": "29.7.0",
@@ -111,15 +114,15 @@
111114
"lint-staged": "16.2.7",
112115
"madge": "8.0.0",
113116
"metro-react-native-babel-preset": "0.77.0",
114-
"mongodb-runner": "6.5.2",
117+
"mongodb-runner": "6.5.4",
115118
"parse-server": "8.6.2",
116-
"puppeteer": "24.35.0",
119+
"puppeteer": "24.36.0",
117120
"regenerator-runtime": "0.14.1",
118121
"semantic-release": "25.0.2",
119-
"typescript-eslint": "8.51.0",
122+
"typescript-eslint": "8.53.1",
120123
"vite": "7.3.1",
121124
"vite-plugin-commonjs": "0.10.4",
122-
"vite-plugin-node-polyfills": "0.24.0"
125+
"vite-plugin-node-polyfills": "0.25.0"
123126
},
124127
"scripts": {
125128
"build": "node build_releases.js",

0 commit comments

Comments
 (0)