Skip to content

Conversation

@mtrezza
Copy link
Member

@mtrezza mtrezza commented Nov 28, 2025

Summary by CodeRabbit

  • Chores
    • Updated minimum Node.js version requirement to 18.
    • Updated continuous integration to test against Node.js versions 22 and 24.
    • Pinned all development dependencies to exact versions for improved build reproducibility.

✏️ Tip: You can customize this high-level summary in your review settings.

@parse-github-assistant
Copy link

parse-github-assistant bot commented Nov 28, 2025

🚀 Thanks for opening this pull request!

@parseplatformorg
Copy link

parseplatformorg commented Nov 28, 2025

Snyk checks have passed. No issues have been found so far.

Status Scanner Critical High Medium Low Total (0)
Open Source Security 0 0 0 0 0 issues

💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse.

@coderabbitai
Copy link

coderabbitai bot commented Nov 28, 2025

Caution

Review failed

The pull request is closed.

📝 Walkthrough

Walkthrough

CI and dependency management updates: Node.js versions tested in CI matrix are updated (14 and 16 removed, 22 and 24 added); package.json devDependencies are converted from caret-prefixed to exact versions, and minimum Node.js engine requirement is updated from 14 to 18.

Changes

Cohort / File(s) Change Summary
CI Configuration
.github/workflows/ci.yml
Updated Node.js matrix versions: removed 14 and 16, added 22 and 24
Dependency Management
package.json
Pinned all devDependencies to exact versions (removed caret prefixes); updated Node engine requirement from >=14 to >=18

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~5 minutes

  • Routine configuration updates with no complex logic or behavioral changes
  • Dependency version pinning is a straightforward mechanical change
  • CI matrix update follows standard versioning practices
✨ Finishing touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment

📜 Recent review details

Configuration used: CodeRabbit UI

Review profile: CHILL

Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between 4eb180c and 249e010.

⛔ Files ignored due to path filters (1)
  • package-lock.json is excluded by !**/package-lock.json
📒 Files selected for processing (2)
  • .github/workflows/ci.yml (1 hunks)
  • package.json (2 hunks)

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@mtrezza mtrezza changed the title feat: Remove support for Node 14; add support for Node 22 feat: Remove support for Node 14, 16; add support for Node 22 Nov 28, 2025
@mtrezza mtrezza changed the title feat: Remove support for Node 14, 16; add support for Node 22 feat: Remove support for Node 14 and 16; add support for Node 22 Nov 28, 2025
@codecov
Copy link

codecov bot commented Nov 28, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 95.84%. Comparing base (4eb180c) to head (249e010).
⚠️ Report is 4 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #186   +/-   ##
=======================================
  Coverage   95.84%   95.84%           
=======================================
  Files          23       23           
  Lines         842      842           
=======================================
  Hits          807      807           
  Misses         35       35           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@mtrezza mtrezza changed the title feat: Remove support for Node 14 and 16; add support for Node 22 feat: Remove support for Node 14 and 16; add support for Node 22 and 24 Nov 28, 2025
@mtrezza mtrezza merged commit 9deedb3 into parse-community:master Nov 28, 2025
8 of 9 checks passed
@mtrezza mtrezza deleted the feat/remove-support-for-node-14 branch November 28, 2025 10:26
parseplatformorg pushed a commit that referenced this pull request Dec 1, 2025
# [7.0.0](6.5.0...7.0.0) (2025-12-01)

### Bug Fixes

* Security upgrade node-forge from 1.3.1 to 1.3.2 ([#185](#185)) ([2025512](2025512))

### Features

* Remove support for Node 14 and 16; add support for Node 22 and 24 ([#186](#186)) ([9deedb3](9deedb3))

### BREAKING CHANGES

* Removes support for Node 14 and 16; adds support for Node 22 and 24. ([9deedb3](9deedb3))
@parseplatformorg
Copy link

🎉 This change has been released in version 7.0.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants