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 parse from 5.3.0 to 6.0.0 #578

Merged
merged 1 commit into from
Mar 5, 2025

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 3, 2025

Bumps parse from 5.3.0 to 6.0.0.

Release notes

Sourced from parse's releases.

6.0.0

6.0.0 (2025-03-02)

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

  • Add transaction to save and destroy on Parse.Object (#2265) (2b55bdf)

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. (https://github.com/parse-community/Parse-SDK-JS/blob/HEAD/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. (https://github.com/parse-community/Parse-SDK-JS/blob/HEAD/52ddaee)

6.0.0-alpha.2

6.0.0-alpha.2 (2025-02-16)

Bug Fixes

  • Parse.Hooks requests have double forward slash in URL (#2441) (1fc520c)

BREAKING CHANGES

6.0.0-alpha.1

6.0.0-alpha.1 (2025-02-16)

Bug Fixes

  • Remove validation error handler option error from various methods of Parse.Object (#2445) (52ddaee)

BREAKING CHANGES

  • 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. (https://github.com/parse-community/Parse-SDK-JS/blob/HEAD/52ddaee)
Commits
  • 1ad52b1 chore(release): 6.0.0 [skip ci]
  • 8902d7e build: Release (#2472)
  • 37e2a0f Merge branch 'release' into build/release
  • f4b6b1b ci: Remove release config for beta branch (#2470)
  • c1d4746 refactor: Bump prettier from 3.5.1 to 3.5.2 (#2467)
  • ffc5167 refactor: Bump ws from 8.18.0 to 8.18.1 (#2468)
  • 268c96b refactor: Bump eslint from 9.20.1 to 9.21.0 (#2466)
  • db44d7f refactor: Bump typescript-eslint from 8.24.1 to 8.25.0 (#2469)
  • a021d20 test: Add test for Parse.Query.toJSON has Parse.Query.readPreference (#2465)
  • 9a86338 refactor: Bump jasmine from 5.5.0 to 5.6.0 (#2457)
  • Additional commits viewable in compare view

Dependabot compatibility score

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)

Bumps [parse](https://github.com/parse-community/Parse-SDK-JS) from 5.3.0 to 6.0.0.
- [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@5.3.0...6.0.0)

---
updated-dependencies:
- dependency-name: parse
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Mar 3, 2025
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 parse from 5.3.0 to 6.0.0 refactor: Bump parse from 5.3.0 to 6.0.0 Mar 3, 2025
@mtrezza mtrezza merged commit 8181e87 into master Mar 5, 2025
3 of 4 checks passed
@mtrezza mtrezza deleted the dependabot/npm_and_yarn/parse-6.0.0 branch March 5, 2025 06:43
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