Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor: Bump crypto-js and parse-server #469

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 11, 2024

Bumps crypto-js to 4.2.0 and updates ancestor dependency parse-server. These dependencies need to be updated together.

Updates crypto-js from 4.1.1 to 4.2.0

Commits

Updates parse-server from 6.5.0 to 7.2.0

Release notes

Sourced from parse-server's releases.

7.2.0

7.2.0 (2024-07-09)

Bug Fixes

  • Invalid push notification tokens are not cleaned up from database for FCM API v2 (#9173) (284da09)

Features

  • Add support for dot notation on array fields of Parse Object (#9115) (cf4c880)
  • Upgrade to @​parse/push-adapter 6.4.0 (#9182) (ef1634b)
  • Upgrade to Parse JS SDK 5.3.0 (#9180) (dca187f)

7.2.0-beta.1

7.2.0-beta.1 (2024-07-09)

Bug Fixes

  • Invalid push notification tokens are not cleaned up from database for FCM API v2 (#9173) (284da09)

Features

  • Add support for dot notation on array fields of Parse Object (#9115) (cf4c880)
  • Upgrade to @​parse/push-adapter 6.4.0 (#9182) (ef1634b)
  • Upgrade to Parse JS SDK 5.3.0 (#9180) (dca187f)

7.1.0

7.1.0 (2024-06-30)

[!WARNING] We recommend to skip this release. This release contains a bug in which a Parse Object property that is an object is converted to an array if the object's nested key name is number-like. For example, a Parse Object property that is stored in the database as object { 0: 'a' } is returned as array ['a']. The bug has been introduced via the Parse JS SDK 5.2.0 which is used in Parse Server Cloud Code. Other Parse client SDKs and the Parse Server REST API are unaffected. For more information see the release notes of Parse JS SDK 5.3.0 in which the bug has been fixed.

Bug Fixes

  • Parse.Cloud.startJob and Parse.Push.send not returning status ID when setting Parse Server option directAccess: true (#8766) (5b0efb2)
  • Required option not handled correctly for special fields (File, GeoPoint, Polygon) on GraphQL API mutations (#8915) (907ad42)
  • Facebook Limited Login not working due to incorrect domain in JWT validation (#9122) (9d0bd2b)
  • Live query throws error when constraint notEqualTo is set to null (#8835) (11d3e48)
  • Parse Server option extendSessionOnUse not working for session lengths < 24 hours (#9113) (0a054e6)
  • Rate limiting can fail when using Parse Server option rateLimit.redisUrl with clusters (#8632) (c277739)
  • SQL injection when using Parse Server with PostgreSQL; fixes security vulnerability GHSA-c2hr-cqg6-8j6r (#9167) (2edf1e4)

Features

  • Add silent log level for Cloud Code (#8803) (5f81efb)
  • Add server security check status security.enableCheck to Features Router (#8679) (b07ec15)
  • Prevent Parse Server start in case of unknown option in server configuration (#8987) (8758e6a)
  • Upgrade to @​parse/push-adapter 6.0.0 (#9066) (18bdbf8)

... (truncated)

Commits
  • 1979de0 chore(release): 7.2.0 [skip ci]
  • 6f2fc44 build: Release (#9189)
  • c696e1e empty
  • 70146bb chore(release): 7.2.0-beta.1 [skip ci]
  • 694da02 build: Release (#9186)
  • e1d4d12 Merge branch 'release' into build
  • 68922c8 refactor: Upgrade semantic release (#9185)
  • 1e21b69 test: Object data type should not change from beforeSave to afterSave tri...
  • 3353998 chore(release): 7.1.0-alpha.16 [skip ci]
  • cf4c880 feat: Add support for dot notation on array fields of Parse Object (#9115)
  • Additional commits viewable in compare view

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.

Bumps [crypto-js](https://github.com/brix/crypto-js) to 4.2.0 and updates ancestor dependency [parse-server](https://github.com/parse-community/parse-server). These dependencies need to be updated together.


Updates `crypto-js` from 4.1.1 to 4.2.0
- [Commits](brix/crypto-js@4.1.1...4.2.0)

Updates `parse-server` from 6.5.0 to 7.2.0
- [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@6.5.0...7.2.0)

---
updated-dependencies:
- dependency-name: crypto-js
  dependency-type: indirect
- dependency-name: parse-server
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jul 11, 2024
Copy link

I will reformat the title to use the proper commit message syntax.

@parse-github-assistant parse-github-assistant bot changed the title refactor: bump crypto-js and parse-server refactor: Bump crypto-js and parse-server Jul 11, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Jul 12, 2024

Looks like these dependencies are up-to-date now, so this is no longer needed.

@dependabot dependabot bot closed this Jul 12, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/multi-2aebb3d132 branch July 12, 2024 22:14
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants