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

[Snyk] Upgrade parse from 2.15.0 to 2.16.0 #6933

Merged
merged 1 commit into from
Oct 9, 2020

Conversation

snyk-bot
Copy link
Contributor

@snyk-bot snyk-bot commented Oct 9, 2020

Snyk has created this PR to upgrade parse from 2.15.0 to 2.16.0.

merge advice
ℹ️ 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 1 version ahead of your current version.
  • The recommended version was released 21 days ago, on 2020-09-17.
Release notes
Package name: parse
  • 2.16.0 - 2020-09-17

    Full Changelog

    Idempotency enforcement for client requests. This deduplicates requests where the client intends to send one request to Parse Server but due to network issues the server receives the request multiple times.
    (Parse-Server 4.3.0+)
    Caution, this is an experimental feature that may not be appropriate for production.

    To enable use either of the following:

    • Parse.CoreManager.set('IDEMPOTENCY', true)
    • Parse.idempotency = true

    Features

    Improvements

    • Allow Pin of unsaved objects in LocalDatastore (#1225)

    Fixes

    • crypto-js crashing React Native (#1218)
    • Schema mismatch error on add / remove empty array on Relation (#1222)
    • query.select error on null fields (#1223)
  • 2.15.0 - 2020-07-16

    Features

    • New Parse.Error 159 DUPLICATE_REQUEST (#1189)

    Fixes

    • Live Query Subscription Error Event (#1193)
from parse GitHub release notes
Commit messages
Package name: parse

Compare


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:

🧐 View latest project report

🛠 Adjust upgrade PR settings

🔕 Ignore this dependency or unsubscribe from future upgrade PRs

@codecov
Copy link

codecov bot commented Oct 9, 2020

Codecov Report

Merging #6933 into master will decrease coverage by 0.03%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #6933      +/-   ##
==========================================
- Coverage   93.81%   93.77%   -0.04%     
==========================================
  Files         169      169              
  Lines       12216    12216              
==========================================
- Hits        11460    11456       -4     
- Misses        756      760       +4     
Impacted Files Coverage Δ
src/Adapters/Storage/Mongo/MongoStorageAdapter.js 92.92% <0.00%> (-0.67%) ⬇️
src/RestWrite.js 93.82% <0.00%> (-0.17%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 06cb79e...6b2d2d2. Read the comment docs.

@davimacedo davimacedo merged commit af8c9ff into master Oct 9, 2020
@TomWFox TomWFox deleted the snyk-upgrade-b1c83457bdaeacf5b919f7f323c02365 branch October 31, 2020 20:32
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.

2 participants