Skip to content

refactor: Bump core-js from 3.48.0 to 3.49.0#3342

Merged
mtrezza merged 1 commit intoparse-community:alphafrom
mtrezza:refactor/core-js-3.49.0
Apr 16, 2026
Merged

refactor: Bump core-js from 3.48.0 to 3.49.0#3342
mtrezza merged 1 commit intoparse-community:alphafrom
mtrezza:refactor/core-js-3.49.0

Conversation

@mtrezza
Copy link
Copy Markdown
Member

@mtrezza mtrezza commented Apr 16, 2026

Bumps core-js from 3.48.0 to 3.49.0.

Closes #3335

Summary by CodeRabbit

  • Chores
    • Updated core-js dependency to version 3.49.0

@parse-github-assistant
Copy link
Copy Markdown

🚀 Thanks for opening this pull request! We appreciate your effort in improving the project. Please let us know once your pull request is ready for review.

Tip

  • Keep pull requests small. Large PRs will be rejected. Break complex features into smaller, incremental PRs.
  • Use Test Driven Development. Write failing tests before implementing functionality. Ensure tests pass.
  • Group code into logical blocks. Add a short comment before each block to explain its purpose.
  • We offer conceptual guidance. Coding is up to you. PRs must be merge-ready for human review.
  • Our review focuses on concept, not quality. PRs with code issues will be rejected. Use an AI agent.
  • Human review time is precious. Avoid review ping-pong. Inspect and test your AI-generated code.

Note

Please respond to review comments from AI agents just like you would to comments from a human reviewer. Let the reviewer resolve their own comments, unless they have reviewed and accepted your commit, or agreed with your explanation for why the feedback was incorrect.

Caution

Pull requests must be written using an AI agent with human supervision. Pull requests written entirely by a human will likely be rejected, because of lower code quality, higher review effort and the higher risk of introducing bugs. Please note that AI review comments on this pull request alone do not satisfy this requirement. Our CI and AI review are safeguards, not development tools. If many issues are flagged, rethink your development approach. Invest more effort in planning and design rather than using review cycles to fix low-quality code.

@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented Apr 16, 2026

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: 2f302e67-a564-42cb-b4ea-a9869a4f62be

📥 Commits

Reviewing files that changed from the base of the PR and between 365b88d and 62219b8.

📒 Files selected for processing (2)
  • package-lock.json
  • package.json

📝 Walkthrough

Walkthrough

Bumps the core-js dependency from version 3.48.0 to 3.49.0 in the project manifest and lock files. The upstream release includes polyfill improvements, bug fixes across multiple APIs, and performance enhancements for utility functions.

Changes

Cohort / File(s) Summary
Dependency Bump
package.json, package-lock.json
Updated core-js version from 3.48.0 to 3.49.0, including updated tarball URL and integrity checksum in lock file.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~3 minutes

🚥 Pre-merge checks | ✅ 6 | ❌ 1

❌ Failed checks (1 inconclusive)

Check name Status Explanation Resolution
Engage In Review Feedback ❓ Inconclusive Cannot determine if author engaged with review feedback without access to GitHub PR review comments interface. Access PR #3342 on GitHub directly to review comments in Conversation and Files changed sections to verify author engagement with feedback.
✅ Passed checks (6 passed)
Check name Status Explanation
Title check ✅ Passed The PR title includes the required 'refactor:' prefix and clearly describes the dependency version bump from 3.48.0 to 3.49.0.
Description check ✅ Passed The PR description is minimal but contains the key information: what was bumped and the linked issue. However, it lacks the structured template sections like Approach and Tasks.
Linked Issues check ✅ Passed The PR updates core-js to 3.49.0 as required by issue #3335, incorporating the fixes, performance improvements, and spec-aligned changes documented in the changelog.
Out of Scope Changes check ✅ Passed All changes are limited to updating core-js dependency versions in package.json and package-lock.json, which are directly related to the linked issue #3335.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Security Check ✅ Passed core-js dependency update from 3.48.0 to 3.49.0 with valid SHA512 integrity hashes from official npm registry; changelog shows bug fixes and improvements with no security vulnerabilities.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

Warning

There were issues while running some tools. Please review the errors and either fix the tool's configuration or disable the tool if it's a critical failure.

🔧 Checkov (3.2.519)
package.json

2026-04-16 11:50:15,636 [MainThread ] [ERROR] Template file not found: package.json
2026-04-16 11:50:15,636 [MainThread ] [ERROR] Template file not found: package.json
2026-04-16 11:50:15,637 [MainThread ] [ERROR] Template file not found: package.json
2026-04-16 11:50:15,698 [MainThread ] [ERROR] Failed to invoke function /usr/local/lib/python3.11/dist-packages/checkov/common/runners/object_runner. with package.json
Traceback (most recent call last):
File "/usr/local/lib/python3.11/dist-packages/checkov/common/parallelizer/parallel_runner.py", line 88, in func_wrapper
result = original_func(item)
^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.11/dist-packages/checkov/common/runners/object_runner.py", line 74, in
results = parallel_runner.run_function(lambda f: (f, self._parse_file(f)), files_to_load)
^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.11/dist-packages/checkov/ope

... [truncated 2547 characters] ...

ck__)
FileNotFoundError: [Errno 2] No such file or directory: 'package.json'
2026-04-16 11:50:15,731 [MainThread ] [ERROR] Exception traceback:
Traceback (most recent call last):
File "/usr/local/lib/python3.11/dist-packages/checkov/main.py", line 647, in run
self.scan_reports = runner_registry.run(
^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.11/dist-packages/checkov/common/runners/runner_registry.py", line 177, in run
for result in parallel_runner_results:
File "/usr/local/lib/python3.11/dist-packages/checkov/common/parallelizer/parallel_runner.py", line 118, in _run_function_multiprocess_fork
raise v.internal_exception.with_traceback(v.internal_exception.traceback)
FileNotFoundError: [Errno 2] No such file or directory: 'package.json'


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 merged commit 5f0c479 into parse-community:alpha Apr 16, 2026
11 checks passed
@mtrezza mtrezza deleted the refactor/core-js-3.49.0 branch April 16, 2026 20:49
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.

1 participant