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

Update dependency parse to v6 #261

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Update dependency parse to v6 #261

wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 2, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
parse (source) ^5.3.0 -> ^6.0.0 age adoption passing confidence

Release Notes

parse-community/Parse-SDK-JS (parse)

v6.0.0

Compare Source

Bug Fixes
  • Parse.Hooks requests have double forward slash in URL (#​2441) (1fc520c)
  • Parse.Query.findAll not returning all objects with option json: true (#​2449) (f160b8c)
  • Cannot pass useMasterKey: false to Parse.Cloud.run (#​2431) (abadac9)
  • Remove validation error handler option error from various methods of Parse.Object (#​2445) (52ddaee)
  • Security upgrade dset from 3.1.3 to 3.1.4 (#​2277) (058f8e4)
Features
BREAKING CHANGES
  • Internal REST requests for Parse.Hooks use a URL that contains a double forward slash, for example http://localhost/parse//hooks/functions. This release changes the double forward slash to a single forward slash. (1fc520c)
  • Removes the error handler option error from Parse.Object.set, Parse.Object.setACL, Parse.Object.unset, Parse.Role.setName and instead throws on validation error. Previously, if the error option was set, the handler was invoked if a validation error occurred on Parse.Object.set, and if no handler was set, an error was thrown on Parse.Object.save. The new behavior is that an error is thrown at Parse.Object.set. For example, instead of using Parse.Object.set(key, value, { error: ... }) wrap Parse.Object.set(key, value) into a try/catch block. (52ddaee)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Sorry, something went wrong.

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.

None yet

0 participants