Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
bd71358
refactor: Bump @babel/preset-react from 7.27.1 to 7.28.5 (#2772)
dependabot[bot] Nov 5, 2025
ffa7432
refactor: Bump parse-server from 8.2.2 to 8.2.5 (#2769)
dependabot[bot] Nov 5, 2025
95a81a9
refactor: Bump eslint-plugin-jsdoc from 61.1.7 to 61.1.12 (#2778)
dependabot[bot] Nov 6, 2025
43e30fc
refactor: Bump mongodb-runner from 5.10.0 to 6.0.0 (#2777)
dependabot[bot] Nov 6, 2025
befa6d0
refactor: Bump typescript-eslint from 8.46.1 to 8.46.3 (#2780)
dependabot[bot] Nov 7, 2025
ac1479c
refactor: Bump jest-environment-jsdom from 30.0.5 to 30.2.0 (#2779)
dependabot[bot] Nov 7, 2025
846e05b
refactor: Bump @semantic-release/npm from 12.0.2 to 13.1.1 (#2782)
dependabot[bot] Nov 17, 2025
c36fcb8
refactor: Bump @eslint/js from 9.38.0 to 9.39.1 (#2783)
dependabot[bot] Nov 17, 2025
d731c26
refactor: Bump lint-staged from 16.2.3 to 16.2.6 (#2786)
dependabot[bot] Nov 18, 2025
ff1c50f
refactor: Bump jsdoc from 4.0.4 to 4.0.5 (#2784)
dependabot[bot] Nov 18, 2025
c4bd86c
refactor: Bump eslint from 9.37.0 to 9.39.1 (#2789)
dependabot[bot] Nov 20, 2025
2421bbb
refactor: Bump typescript-eslint from 8.46.3 to 8.47.0 (#2787)
dependabot[bot] Nov 20, 2025
36de049
refactor: Bump @babel/core from 7.28.4 to 7.28.5 (#2788)
dependabot[bot] Nov 20, 2025
dd7dd93
refactor: Bump vite from 6.3.4 to 6.4.1 (#2790)
dependabot[bot] Nov 20, 2025
c565247
refactor: Bump puppeteer from 24.25.0 to 24.31.0 (#2792)
dependabot[bot] Nov 21, 2025
78ed3c3
refactor: Bump lint-staged from 16.2.6 to 16.2.7 (#2791)
dependabot[bot] Nov 22, 2025
f024637
refactor: Bump core-js from 3.46.0 to 3.47.0 (#2793)
dependabot[bot] Nov 22, 2025
1f3e4a3
refactor: Bump mongodb-runner from 6.0.0 to 6.2.0 (#2797)
dependabot[bot] Nov 24, 2025
ae69f7c
refactor: Bump @semantic-release/github from 11.0.6 to 12.0.2 (#2795)
dependabot[bot] Nov 24, 2025
ad6b713
refactor: Bump @semantic-release/npm from 13.1.1 to 13.1.2 (#2799)
dependabot[bot] Nov 28, 2025
59312a1
refactor: Bump semantic-release from 24.2.9 to 25.0.2 (#2796)
dependabot[bot] Nov 28, 2025
1116609
refactor: Bump eslint-plugin-jsdoc from 61.1.12 to 61.4.1 (#2798)
dependabot[bot] Nov 28, 2025
9fba4a7
refactor: Remove unused dependencies (#2803)
coratgerl Nov 30, 2025
ce9b846
refactor: Bump typescript-eslint from 8.47.0 to 8.48.0 (#2800)
dependabot[bot] Nov 30, 2025
ced23ad
refactor: Bump uuid from 10.0.0 to 13.0.0 (#2770)
dependabot[bot] Nov 30, 2025
47cbb60
empty commit to trigger CI
github-actions[bot] Dec 1, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion integration/test/ParseUserTest.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

const assert = require('assert');
const Parse = require('../../node');
const { v4: uuidv4 } = require('uuid');
const { randomUUID: uuidv4 } = require('crypto');
const { twitterAuthData } = require('./helper');

class CustomUser extends Parse.User {
Expand Down
Loading