Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This release makes 2 big updates to
sharetribe-scripts
package (which is our fork from CreateReact App). It is updated from v1.1.5 -> 2.1.8 -> 3.0.0. This brought up
a couple of changes:
browser support (it affects CSS Autoprefixer and JS build output).
You might want to update it.
included.
.auditrc
There was also a couple of bug fixes you should check carefully:
#1082, #1084.
Changes:
currentUser.attributes.stripeConnected
to separately includedstripeAccount
caused errors since updates to currentUser entity didn't includestripeAccount
.Including it every time sounds quite error-prone, so we reversed that change.
#1084
updatedEntities
function inutil/data.js
so that it doesn't mutate theoldEntities
argument. #1079should check from #1081
TransactionPage
that all the required data is loaded before showing the page.#1082
#1080,
should check from #1073
Autoprefixer configs (aka CSS vendor prefixes / browser support). You might want to update it.
#1075
#1074