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
c1a703a
refactor: bump express from 5.1.0 to 5.2.1
dependabot[bot] Dec 2, 2025
1aa91f1
refactor: Bump express from 5.1.0 to 5.2.1 (#2817)
mtrezza Dec 3, 2025
dce7311
refactor: bump jasmine from 5.12.0 to 5.13.0
dependabot[bot] Dec 3, 2025
1bb32c6
refactor: Bump jasmine from 5.12.0 to 5.13.0 (#2815)
mtrezza Dec 3, 2025
5026655
refactor: bump parse-server from 8.4.0 to 8.5.0
dependabot[bot] Dec 3, 2025
ccd84f7
refactor: Bump parse-server from 8.4.0 to 8.5.0 (#2818)
mtrezza Dec 3, 2025
fa9c8cd
refactor: bump jws
dependabot[bot] Dec 4, 2025
7d38c06
fix: Security upgrade jws (#2822)
mtrezza Dec 4, 2025
f483468
chore(release): 7.1.3-alpha.1 [skip ci]
semantic-release-bot Dec 4, 2025
6b3fa59
refactor: bump mongodb-runner from 6.2.0 to 6.3.0
dependabot[bot] Dec 4, 2025
39e0f8e
refactor: Bump mongodb-runner from 6.2.0 to 6.3.0 (#2821)
mtrezza Dec 5, 2025
dcd444f
refactor: bump typescript-eslint from 8.48.0 to 8.48.1
dependabot[bot] Dec 5, 2025
11e37ef
refactor: Bump typescript-eslint from 8.48.0 to 8.48.1 (#2820)
mtrezza Dec 5, 2025
d8c9dde
refactor: bump puppeteer from 24.31.0 to 24.32.0
dependabot[bot] Dec 5, 2025
5fd35ab
refactor: Bump puppeteer from 24.31.0 to 24.32.0 (#2819)
mtrezza Dec 5, 2025
a13d8fb
refactor: bump eslint-plugin-jsdoc from 61.4.1 to 61.5.0
dependabot[bot] Dec 8, 2025
e588629
refactor: Bump eslint-plugin-jsdoc from 61.4.1 to 61.5.0 (#2825)
mtrezza Dec 8, 2025
355be9a
refactor: bump typescript-eslint from 8.48.1 to 8.49.0
dependabot[bot] Dec 9, 2025
10c7bb2
refactor: Bump typescript-eslint from 8.48.1 to 8.49.0 (#2826)
mtrezza Dec 9, 2025
b6680cc
refactor: bump mongodb-runner from 6.3.0 to 6.4.0
dependabot[bot] Dec 10, 2025
a93f23c
refactor: Bump mongodb-runner from 6.3.0 to 6.4.0 (#2827)
mtrezza Dec 10, 2025
7eebd97
refactor: Bump puppeteer from 24.32.0 to 24.32.1 (#2824)
dependabot[bot] Dec 10, 2025
3986413
refactor: Bump parse-server from 8.5.0 to 8.6.0 (#2828)
dependabot[bot] Dec 11, 2025
edec316
refactor: Bump vite from 6.4.1 to 7.2.4 (#2829)
mtrezza Dec 12, 2025
360d45f
chore(release): 8.0.0-alpha.1 [skip ci]
semantic-release-bot Dec 12, 2025
7bde22a
empty commit to trigger CI
github-actions[bot] Dec 12, 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
6 changes: 2 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,12 +77,10 @@ jobs:
strategy:
matrix:
include:
- name: Node 18
NODE_VERSION: 18.20.4
- name: Node 20
NODE_VERSION: 20.15.1
NODE_VERSION: 20.19.0
- name: Node 22
NODE_VERSION: 22.4.1
NODE_VERSION: 22.12.0
- name: Node 24
NODE_VERSION: 24.1.0
fail-fast: false
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20.15.0
20.19.0
19 changes: 19 additions & 0 deletions changelogs/CHANGELOG_alpha.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
# [8.0.0-alpha.1](https://github.com/parse-community/Parse-SDK-JS/compare/7.1.3-alpha.1...8.0.0-alpha.1) (2025-12-12)


### Code Refactoring

* Bump vite from 6.4.1 to 7.2.4 ([#2829](https://github.com/parse-community/Parse-SDK-JS/issues/2829)) ([edec316](https://github.com/parse-community/Parse-SDK-JS/commit/edec3168905ff4c52696029743aac2fa82df412a))


### BREAKING CHANGES

* This release increases the minimum required Node versions to `20.19.0`, `22.12.0`, and removes support for Node `18.x`, `19.x`. ([edec316](edec316))

## [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)


### Bug Fixes

* 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.1.2-alpha.1](https://github.com/parse-community/Parse-SDK-JS/compare/7.1.1...7.1.2-alpha.1) (2025-12-01)


Expand Down
Loading