Skip to content

Commit c459962

Browse files
committed
Merge branch 'alpha' into copilot/sub-pr-2794
2 parents 466520e + 3986413 commit c459962

File tree

12 files changed

+936
-569
lines changed

12 files changed

+936
-569
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,8 @@ jobs:
8181
NODE_VERSION: 20.19.0
8282
- name: Node 22
8383
NODE_VERSION: 22.12.0
84+
- name: Node 24
85+
NODE_VERSION: 24.1.0
8486
fail-fast: false
8587
steps:
8688
- name: Fix usage of insecure GitHub protocol

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,5 @@ out/
1414
docs/
1515
.eslintcache
1616

17+
# AI agents
18+
/.claude

README.md

Lines changed: 2 additions & 1 deletion
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-green.svg?logo=node.js&style=flat)](https://nodejs.org/)
10+
[![Node Version](https://img.shields.io/badge/nodejs-18,_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)
@@ -54,6 +54,7 @@ Parse JS SDK is continuously tested with the most recent releases of Node.js to
5454
| Node.js 18 | 18.20.3 | April 2025 | ✅ Yes |
5555
| Node.js 20 | 20.15.0 | April 2026 | ✅ Yes |
5656
| Node.js 22 | 22.4.0 | April 2027 | ✅ Yes |
57+
| Node.js 24 | 24.0.0 | April 2028 | ✅ Yes |
5758

5859
## Getting Started
5960

changelogs/CHANGELOG_alpha.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,31 @@
1+
## [7.1.3-alpha.1](https://github.com/parse-community/Parse-SDK-JS/compare/7.1.2...7.1.3-alpha.1) (2025-12-04)
2+
3+
4+
### Bug Fixes
5+
6+
* Security upgrade jws ([#2822](https://github.com/parse-community/Parse-SDK-JS/issues/2822)) ([7d38c06](https://github.com/parse-community/Parse-SDK-JS/commit/7d38c068a275cfde3bbde9a8a0572bb41c78667f))
7+
8+
## [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)
9+
10+
11+
### Bug Fixes
12+
13+
* 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))
14+
15+
## [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)
16+
17+
18+
### Performance Improvements
19+
20+
* Replace `uuid` dependency with native `crypto.randomUUID()` API ([#2810](https://github.com/parse-community/Parse-SDK-JS/issues/2810)) ([e06b8a7](https://github.com/parse-community/Parse-SDK-JS/commit/e06b8a728de36e14de92233366a324a01f38266c))
21+
22+
# [7.1.0-alpha.1](https://github.com/parse-community/Parse-SDK-JS/compare/7.0.2...7.1.0-alpha.1) (2025-12-01)
23+
24+
25+
### Features
26+
27+
* Add Node 24 support ([#2808](https://github.com/parse-community/Parse-SDK-JS/issues/2808)) ([2794b73](https://github.com/parse-community/Parse-SDK-JS/commit/2794b73929c6d8b4876ed7a83eeda4e3d041b118))
28+
129
## [7.0.2-alpha.1](https://github.com/parse-community/Parse-SDK-JS/compare/7.0.1...7.0.2-alpha.1) (2025-10-25)
230

331

changelogs/CHANGELOG_release.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
## [7.1.2](https://github.com/parse-community/Parse-SDK-JS/compare/7.1.1...7.1.2) (2025-12-01)
2+
3+
4+
### Bug Fixes
5+
6+
* 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+
8+
## [7.1.1](https://github.com/parse-community/Parse-SDK-JS/compare/7.1.0...7.1.1) (2025-12-01)
9+
10+
11+
### Performance Improvements
12+
13+
* Replace `uuid` dependency with native `crypto.randomUUID()` API ([#2810](https://github.com/parse-community/Parse-SDK-JS/issues/2810)) ([e06b8a7](https://github.com/parse-community/Parse-SDK-JS/commit/e06b8a728de36e14de92233366a324a01f38266c))
14+
15+
# [7.1.0](https://github.com/parse-community/Parse-SDK-JS/compare/7.0.2...7.1.0) (2025-12-01)
16+
17+
18+
### Features
19+
20+
* Add Node 24 support ([#2808](https://github.com/parse-community/Parse-SDK-JS/issues/2808)) ([2794b73](https://github.com/parse-community/Parse-SDK-JS/commit/2794b73929c6d8b4876ed7a83eeda4e3d041b118))
21+
122
## [7.0.2](https://github.com/parse-community/Parse-SDK-JS/compare/7.0.1...7.0.2) (2025-10-25)
223

324

integration/test/ParseUserTest.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
const assert = require('assert');
44
const Parse = require('../../node');
5-
const { v4: uuidv4 } = require('uuid');
5+
const uuidv4 = require('../../lib/node/uuid').default;
66
const { twitterAuthData } = require('./helper');
77

88
class CustomUser extends Parse.User {

0 commit comments

Comments
 (0)