Skip to content

chore(deps): bump @babel/runtime, parse and parse-server - #418

Closed
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/multi-3b1badb336
Closed

chore(deps): bump @babel/runtime, parse and parse-server#418
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/multi-3b1badb336

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Oct 30, 2025

Copy link
Copy Markdown
Contributor

Removes @babel/runtime. It's no longer used after updating ancestor dependencies @babel/runtime, parse and parse-server. These dependencies need to be updated together.

Removes @babel/runtime

Updates parse from 3.2.0 to 7.0.2

Release notes

Sourced from parse's releases.

7.0.2

7.0.2 (2025-10-25)

Bug Fixes

  • Parse.Query throws error when no response header (#2754) (492de3e)

7.0.2-alpha.1

7.0.2-alpha.1 (2025-10-25)

Bug Fixes

  • Parse.Query throws error when no response header (#2754) (492de3e)

7.0.1

7.0.1 (2025-10-15)

Bug Fixes

  • Returned error for 5xx server response has incorrect format (#2755) (16a34d9)

7.0.1-alpha.1

7.0.1-alpha.1 (2025-10-15)

Bug Fixes

  • Returned error for 5xx server response has incorrect format (#2755) (16a34d9)

7.0.0

7.0.0 (2025-10-14)

[!CAUTION] We recommend to skip this release as it contains a bug that introduces a breaking change in the format of Parse Server 5xx responses. The issue has been fixed in 7.0.1.

Bug Fixes

  • Prototype Pollution vulnerability in SingleInstanceStateController; fixes security vulnerability GHSA-9g8m-v378-pcg3 (#2745) (9e7c1ba)
  • HTTP status code 3XX redirection for Parse Server URL not handled properly (#2608) (58e7f58)
  • Incorrect type in ParseObject.fetch parameter options (#2726) (dc78419)
  • Missing error message when returning an internal server error (#2543) (f91f3f1)
  • Prototype pollution in Parse.Object and internal APIs; fixes security vulnerability GHSA-9f2h-7v79-mxw (#2749) (0097398)
  • Unhandled exception when calling Parse.Cloud.run with option value null (#2622) (#2623) (2818ed9)

Features

  • Add Parse.File upload and download progress in browser and Node environments (#2503) (d3ca465)

... (truncated)

Commits
  • 7cc7a16 chore(release): 7.0.2 [skip ci]
  • 2a78476 build: Release (#2768)
  • 4e8a10e empty commit to trigger CI
  • 63076e8 chore(release): 7.0.2-alpha.1 [skip ci]
  • 492de3e fix: Parse.Query throws error when no response header (#2754)
  • 22b0bab refactor: Bump eslint-plugin-jsdoc from 51.4.1 to 61.1.7 (#2764)
  • 7e88065 refactor: Bump @​eslint/js from 9.31.0 to 9.38.0 (#2767)
  • 2f648f9 refactor: Bump @​babel/plugin-transform-runtime from 7.28.0 to 7.28.5 (#2766)
  • 027db50 refactor: Bump typescript-eslint from 8.45.0 to 8.46.1 (#2759)
  • 07c468f refactor: Bump puppeteer from 24.14.0 to 24.25.0 (#2756)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by parseadmin, a new releaser for parse since your current version.


Updates parse-server from 4.5.0 to 8.2.5

Release notes

Sourced from parse-server's releases.

8.2.5

8.2.5 (2025-10-02)

Bug Fixes

8.2.5-alpha.1

8.2.5-alpha.1 (2025-09-21)

Bug Fixes

8.2.4

8.2.4 (2025-09-01)

Bug Fixes

  • Security upgrade form-data from 4.0.3 to 4.0.4 (#9829) (c2c593f)

8.2.4-alpha.1

8.2.4-alpha.1 (2025-08-02)

Bug Fixes

  • Security upgrade form-data from 4.0.3 to 4.0.4 (#9829) (c2c593f)

8.2.3

8.2.3 (2025-08-01)

Bug Fixes

  • MongoDB aggregation pipeline with $dateSubtract from $$NOW returns no results (#9822) (847a274)

8.2.3-alpha.1

8.2.3-alpha.1 (2025-07-13)

Bug Fixes

  • MongoDB aggregation pipeline with $dateSubtract from $$NOW returns no results (#9822) (847a274)

8.2.2

8.2.2 (2025-07-10)

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by parseadmin, a new releaser for parse-server since your current version.


Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Removes [@babel/runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-runtime). It's no longer used after updating ancestor dependencies [@babel/runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-runtime), [parse](https://github.com/parse-community/Parse-SDK-JS) and [parse-server](https://github.com/parse-community/parse-server). These dependencies need to be updated together.


Removes `@babel/runtime`

Updates `parse` from 3.2.0 to 7.0.2
- [Release notes](https://github.com/parse-community/Parse-SDK-JS/releases)
- [Changelog](https://github.com/parse-community/Parse-SDK-JS/blob/alpha/CHANGELOG.md)
- [Commits](parse-community/Parse-SDK-JS@3.2.0...7.0.2)

Updates `parse-server` from 4.5.0 to 8.2.5
- [Release notes](https://github.com/parse-community/parse-server/releases)
- [Changelog](https://github.com/parse-community/parse-server/blob/alpha/CHANGELOG.md)
- [Commits](parse-community/parse-server@4.5.0...8.2.5)

---
updated-dependencies:
- dependency-name: "@babel/runtime"
  dependency-version: 
  dependency-type: indirect
- dependency-name: parse
  dependency-version: 7.0.2
  dependency-type: direct:production
- dependency-name: parse-server
  dependency-version: 8.2.5
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Oct 30, 2025
@dependabot @github

dependabot Bot commented on behalf of github Oct 30, 2025

Copy link
Copy Markdown
Contributor Author

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot Bot closed this Oct 30, 2025
@dependabot
dependabot Bot deleted the dependabot/npm_and_yarn/multi-3b1badb336 branch October 30, 2025 13:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant