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

chore: bump bundle limits for crypto-js@4 bump #8321

Merged
merged 3 commits into from
May 21, 2021

Conversation

svidgen
Copy link
Member

@svidgen svidgen commented May 20, 2021

Description of changes

Some bundle size checks are failing after upgrading to crypto-js@4. This PR bumps those limits to prevent us from becoming blind to other bundle size spikes. A GH issues will be created for us to re-examine our usage of crypto-js@4 and try to tamp bundle size back down.

Issue #, if available

Description of how you validated changes

No changes to library codebase. Tested new bundle limits with rm -rf node_modules && yarn && yarn calculate for each bundle-size-action.

Checklist

  • PR description included
  • yarn test passes
  • Tests are changed or added
  • Relevant documentation is changed or added (and PR referenced)

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@svidgen svidgen requested a review from sammartinez as a code owner May 20, 2021 20:14
@svidgen svidgen requested a review from ericclemmons May 20, 2021 20:14
@codecov-commenter
Copy link

codecov-commenter commented May 20, 2021

Codecov Report

Merging #8321 (67cf755) into main (2627619) will increase coverage by 0.03%.
The diff coverage is 80.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #8321      +/-   ##
==========================================
+ Coverage   77.91%   77.95%   +0.03%     
==========================================
  Files         236      236              
  Lines       16548    16555       +7     
  Branches     3559     3560       +1     
==========================================
+ Hits        12894    12905      +11     
+ Misses       3543     3539       -4     
  Partials      111      111              
Impacted Files Coverage Δ
packages/datastore/src/datastore/datastore.ts 79.67% <ø> (ø)
packages/core/src/Credentials.ts 36.64% <75.00%> (+3.04%) ⬆️
packages/datastore/src/storage/storage.ts 82.92% <100.00%> (+0.10%) ⬆️

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 e1624c1...67cf755. Read the comment docs.

@svidgen svidgen requested a review from iartemiev May 20, 2021 20:42
Copy link
Member

@iartemiev iartemiev left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍🏻

@svidgen svidgen merged commit 23d31d4 into aws-amplify:main May 21, 2021
@svidgen svidgen deleted the bump-bundle-size-limits branch May 21, 2021 14:53
@github-actions
Copy link

This pull request has been automatically locked since there hasn't been any recent activity after it was closed. Please open a new issue for related bugs.

Looking for a help forum? We recommend joining the Amplify Community Discord server *-help channels or Discussions for those types of questions.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators May 22, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants