Skip to content

refactor: Bump the npm_and_yarn group group with 2 updates #233

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 2, 2024

Bumps the npm_and_yarn group group with 2 updates: parse and crypto-js.

Updates parse from 4.2.0 to 4.3.1

Release notes

Sourced from parse's releases.

4.3.1

4.3.1 (2023-11-18)

Bug Fixes

  • Connection failure in Parse.Object.saveEventually and Parse.Object.destroyEventually not handled on custom Parse.Error.CONNECTION_FAILURE message (#2032) (4da3ebc)
  • Docs fail with Cannot find module 'taffydb' (#2036) (dc91d0f)
  • Error in web context when window.indexedDB API is available but protected (#2039) (360981f)
  • Security upgrade browserify-sign from 4.2.1 to 4.2.2 (#2043) (fd50b9d)
  • Security upgrade crypto-js from 4.1.1 to 4.2.0 (#2042) (681fbdf)

4.3.1-beta.1

4.3.1-beta.1 (2023-11-16)

Bug Fixes

  • Connection failure in Parse.Object.saveEventually and Parse.Object.destroyEventually not handled on custom Parse.Error.CONNECTION_FAILURE message (#2032) (4da3ebc)
  • Docs fail with Cannot find module 'taffydb' (#2036) (dc91d0f)
  • Error in web context when window.indexedDB API is available but protected (#2039) (360981f)
  • Security upgrade browserify-sign from 4.2.1 to 4.2.2 (#2043) (fd50b9d)
  • Security upgrade crypto-js from 4.1.1 to 4.2.0 (#2042) (681fbdf)

4.3.1-alpha.2

4.3.1-alpha.2 (2024-02-15)

Bug Fixes

  • Calling Parse.Object.relation.add multiple times adds only the first object (#2078) (0f98117)

4.3.1-alpha.1

4.3.1-alpha.1 (2023-11-18)

Bug Fixes

  • Connection failure in Parse.Object.saveEventually and Parse.Object.destroyEventually not handled on custom Parse.Error.CONNECTION_FAILURE message (#2032) (4da3ebc)
  • Docs fail with Cannot find module 'taffydb' (#2036) (dc91d0f)
  • Error in web context when window.indexedDB API is available but protected (#2039) (360981f)
  • Security upgrade browserify-sign from 4.2.1 to 4.2.2 (#2043) (fd50b9d)
  • Security upgrade crypto-js from 4.1.1 to 4.2.0 (#2042) (681fbdf)

4.3.0

4.3.0 (2023-11-16)

Bug Fixes

... (truncated)

Commits

Updates crypto-js from 4.1.1 to 4.2.0

Commits

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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps the npm_and_yarn group group with 2 updates: [parse](https://github.com/parse-community/Parse-SDK-JS) and [crypto-js](https://github.com/brix/crypto-js).


Updates `parse` from 4.2.0 to 4.3.1
- [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@4.2.0...4.3.1)

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

---
updated-dependencies:
- dependency-name: parse
  dependency-type: direct:production
  dependency-group: npm_and_yarn-security-group
- dependency-name: crypto-js
  dependency-type: indirect
  dependency-group: npm_and_yarn-security-group
...

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

codecov bot commented Mar 2, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 81.38%. Comparing base (2c3d61d) to head (df08e7d).
Report is 2 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #233   +/-   ##
=======================================
  Coverage   81.38%   81.38%           
=======================================
  Files           6        6           
  Lines         360      360           
=======================================
  Hits          293      293           
  Misses         67       67           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@mtrezza mtrezza changed the title chore(deps): bump the npm_and_yarn group group with 2 updates refactor: bump the npm_and_yarn group group with 2 updates Mar 2, 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 the npm_and_yarn group group with 2 updates refactor: Bump the npm_and_yarn group group with 2 updates Mar 2, 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 6032ac3 into master Mar 2, 2024
@mtrezza mtrezza deleted the dependabot/npm_and_yarn/npm_and_yarn-security-group-eaa3b3b6e7 branch March 2, 2024 15:30
@parseplatformorg
Copy link
Contributor

🎉 This change has been released in version 5.2.0

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 state:released
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants