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: Upgrade parse from 5.0.0 to 5.1.0 #252

Merged
merged 3 commits into from
Jun 26, 2024

Conversation

parseplatformorg
Copy link
Contributor

This PR was automatically created by Snyk using the credentials of a real user.


![snyk-top-banner](https://github.com/andygongea/OWASP-Benchmark/assets/818805/c518c423-16fe-447e-b67f-ad5a49b5d123)

Snyk has created this PR to upgrade parse from 5.0.0 to 5.1.0.

ℹ️ Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.


  • The recommended version is 13 versions ahead of your current version.

  • The recommended version was released on 21 days ago.

Release notes
Package name: parse
  • 5.1.0 - 2024-05-16

    5.1.0 (2024-05-16)

    Bug Fixes

    • Parse.GeoPoint.current returns undefined (#2127) (3860535)
    • Chrome browser console warning about unsafe header access-control-expose-headers when calling Cloud Function (#2095) (7b73c03)
    • Live Query not working on Expo React Native (#2109) (7a89665)
    • Local datastore throws error when Parse.Query.notEqualTo is set to null (#2102) (6afd32a)
    • Multiple object updates of nested keys overwrite each other (#1451) (fa4341a)
    • Pending updates to nested field causes ParseObject.toJSON() to return incorrect object (#1453) (23cc573)
    • Remove circular dependencies (#2125) (b415165)

    Features

    • Add password validation for user with unverified email via Parse.User.verifyPassword using master key and option ignoreEmailVerification: true (#2076) (b0adf7e)
    • Add support for setting Parse.ACL from json (#2097) (72bc9ac)
    • Allow setting custom queue for handling offline operations via Parse.EventuallyQueue (#2106) (f92e4d4)
    • Improve installation object Parse.Installation.currentInstallation to support web push notifications (#2119) (4fc62ce)
    • Lazy load Parse.CoreManager controllers to add support for swappable CryptoController, LocalDatastoreController, StorageController, WebSocketController, ParseLiveQuery (#2100) (fbd0ab1)
  • 5.1.0-beta.1 - 2024-05-16

    5.1.0-beta.1 (2024-05-16)

    Bug Fixes

    • Parse.GeoPoint.current returns undefined (#2127) (3860535)
    • Chrome browser console warning about unsafe header access-control-expose-headers when calling Cloud Function (#2095) (7b73c03)
    • Live Query not working on Expo React Native (#2109) (7a89665)
    • Local datastore throws error when Parse.Query.notEqualTo is set to null (#2102) (6afd32a)
    • Multiple object updates of nested keys overwrite each other (#1451) (fa4341a)
    • Pending updates to nested field causes ParseObject.toJSON() to return incorrect object (#1453) (23cc573)
    • Remove circular dependencies (#2125) (b415165)

    Features

    • Add password validation for user with unverified email via Parse.User.verifyPassword using master key and option ignoreEmailVerification: true (#2076) (b0adf7e)
    • Add support for setting Parse.ACL from json (#2097) (72bc9ac)
    • Allow setting custom queue for handling offline operations via Parse.EventuallyQueue (#2106) (f92e4d4)
    • Improve installation object Parse.Installation.currentInstallation to support web push notifications (#2119) (4fc62ce)
    • Lazy load Parse.CoreManager controllers to add support for swappable CryptoController, LocalDatastoreController, StorageController, WebSocketController, ParseLiveQuery (#2100) (fbd0ab1)
  • 5.1.0-alpha.11 - 2024-05-16

    5.1.0-alpha.11 (2024-05-16)

    Bug Fixes

    • Parse.GeoPoint.current returns undefined (#2127) (3860535)
  • 5.1.0-alpha.10 - 2024-05-15

    5.1.0-alpha.10 (2024-05-15)

    Bug Fixes

  • 5.1.0-alpha.9 - 2024-05-04

    5.1.0-alpha.9 (2024-05-04)

    Features

    • Improve installation object Parse.Installation.currentInstallation to support web push notifications (#2119) (4fc62ce)
  • 5.1.0-alpha.8 - 2024-05-02

    5.1.0-alpha.8 (2024-05-02)

    Bug Fixes

    • Pending updates to nested field causes ParseObject.toJSON() to return incorrect object (#1453) (23cc573)
  • 5.1.0-alpha.7 - 2024-05-01

    5.1.0-alpha.7 (2024-05-01)

    Bug Fixes

    • Multiple object updates of nested keys overwrite each other (#1451) (fa4341a)
  • 5.1.0-alpha.6 - 2024-04-25

    5.1.0-alpha.6 (2024-04-25)

    Features

    • Allow setting custom queue for handling offline operations via Parse.EventuallyQueue (#2106) (f92e4d4)
  • 5.1.0-alpha.5 - 2024-04-22
  • 5.1.0-alpha.4 - 2024-04-15
  • 5.1.0-alpha.3 - 2024-04-14
  • 5.1.0-alpha.2 - 2024-04-13
  • 5.1.0-alpha.1 - 2024-03-31
  • 5.0.0 - 2024-03-17
from parse GitHub release notes

Important

  • Check the changes in this PR to ensure they won't cause issues with your project.
  • This PR was automatically created by Snyk using the credentials of a real user.

Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.

For more information:

Snyk has created this PR to upgrade parse from 5.0.0 to 5.1.0.

See this package in npm:
parse

See this project in Snyk:
https://app.snyk.io/org/acinader/project/b0adf7a4-b021-4a61-8d76-16d0d77d4062?utm_source=github&utm_medium=referral&page=upgrade-pr
Copy link

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

@parse-github-assistant parse-github-assistant bot changed the title [Snyk] Upgrade parse from 5.0.0 to 5.1.0 refactor: Upgrade parse from 5.0.0 to 5.1.0 Jun 6, 2024
Copy link

Thanks for opening this pull request!

  • ❌ Please link an issue that describes the reason for this pull request, otherwise your pull request will be closed. Make sure to write it as Closes: #123 in the PR description, so I can recognize it.

@mtrezza mtrezza merged commit 68ba614 into master Jun 26, 2024
4 checks passed
@mtrezza mtrezza deleted the snyk-upgrade-8cdfdb2c4222e600eef78e70e005f975 branch June 26, 2024 08:24
@parseplatformorg
Copy link
Contributor Author

🎉 This change has been released in version 6.3.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.

3 participants