Skip to content

Conversation

Copy link
Contributor

Copilot AI commented Jan 16, 2026

New Pull Request Checklist

Issue Description

Parse SDK 8.0.1 introduced explicit exports, breaking imports of parse/node.js. The package now only exports parse/node without the .js extension.

Approach

Updated test imports to use the correct export path:

// Before
import Parse from 'parse/node.js';

// After
import Parse from 'parse/node';

Changes:

  • spec/APNS.spec.js: Updated Parse import path
  • spec/FCM.spec.js: Updated Parse import path

TODOs before merging

  • Add entry to changelog

Warning

Firewall rules blocked me from connecting to one or more addresses (expand for details)

I tried to connect to the following addresses, but was blocked by firewall rules:

  • exp.host
    • Triggering command: /usr/local/bin/node node ./node_modules/.bin/jasmine (dns block)
    • Triggering command: /usr/local/bin/node node ./node_modules/.bin/jasmine --filter=reports proper results (dns block)
    • Triggering command: /usr/local/bin/node node ./node_modules/.bin/jasmine --filter=reports proper results --verbose (dns block)
  • fcm.googleapis.com
    • Triggering command: /usr/local/bin/node node ./node_modules/.bin/jasmine (dns block)
    • Triggering command: /usr/local/bin/node node ./node_modules/.bin/jasmine --filter=reports proper results (dns block)
    • Triggering command: /usr/local/bin/node node ./node_modules/.bin/jasmine --filter=reports proper results --verbose (dns block)
  • www.googleapis.com
    • Triggering command: /usr/local/bin/node node ./node_modules/.bin/jasmine (dns block)

If you need me to access, download, or install something from one of these locations, you can either:

Original prompt

Reference: https://github.com/parse-community/parse-server-push-adapter/actions/runs/21065737349/job/60582514031#step:5:1

Fix this issue to make the CI pass. The issue is related to a change in parse 8.0.1 with explicit exports.


✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

@coderabbitai
Copy link

coderabbitai bot commented Jan 16, 2026

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


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

@parseplatformorg
Copy link
Contributor

parseplatformorg commented Jan 16, 2026

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.

Copilot AI changed the title [WIP] Fix CI issue due to parse 8.0.1 explicit exports Fix Parse 8.0.1 explicit exports compatibility Jan 16, 2026
Copilot AI requested a review from mtrezza January 16, 2026 21:47
@codecov
Copy link

codecov bot commented Jan 16, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
⚠️ Please upload report for BASE (dependabot/npm_and_yarn/parse-8.0.1@5609a9f). Learn more about missing BASE report.

Additional details and impacted files
@@                           Coverage Diff                           @@
##             dependabot/npm_and_yarn/parse-8.0.1      #486   +/-   ##
=======================================================================
  Coverage                                       ?   100.00%           
=======================================================================
  Files                                          ?         8           
  Lines                                          ?      1172           
  Branches                                       ?         0           
=======================================================================
  Hits                                           ?      1172           
  Misses                                         ?         0           
  Partials                                       ?         0           

☔ 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 marked this pull request as ready for review January 16, 2026 23:24
@mtrezza mtrezza merged commit e47449d into dependabot/npm_and_yarn/parse-8.0.1 Jan 16, 2026
8 of 9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants