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

deps: Audit 2020-03-24 #344

Merged
merged 11 commits into from
Mar 25, 2020
Merged

deps: Audit 2020-03-24 #344

merged 11 commits into from
Mar 25, 2020

Conversation

milesj
Copy link
Contributor

@milesj milesj commented Mar 24, 2020

to: @milesj @stefhatcher @hayes @alecklandgraf

Description

It's a been a while. Biggest change is the Nimbus update. airbnb/nimbus#29

Motivation and Context

Mainly updates Aesthetic to fix some SSR issues.

Testing

Unit tests and storybook.

Screenshots

Checklist

  • My code follows the style guide of this project.
  • I have updated or added documentation accordingly.
  • I have read the CONTRIBUTING document.

@@ -27,6 +27,9 @@ module.exports = {
'import/no-extraneous-dependencies': 'off',
'jest/require-to-throw-message': 'off', // Prop type errors
'react/jsx-no-literals': 'off',
'@typescript-eslint/no-unsafe-call': 'off',
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Only for tests/stories.

@@ -82,7 +82,7 @@ export function executeAGraphQlMutationAndHandleTheResponseWhenReceived() {
return (
<MockedProvider mocks={[mock]} addTypename={false}>
<Mutation mutation={MUTATION} variables={variables}>
{updateUser => <UpdateButton onUpdate={updateUser} />}
{(updateUser) => <UpdateButton onUpdate={updateUser} />}
Copy link
Contributor Author

Choose a reason for hiding this comment

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

All parens are prettier changes.

@airbnb-bot
Copy link
Collaborator

Size Changes

Package Diff ESM Prev ESM CJS Prev CJS
apollo +0.8% 10.58 KB 10.49 KB 13.82 KB 13.73 KB
app-shell +1.1% 12.6 KB 12.46 KB 19.41 KB 19.27 KB
composer +2.1% 66.53 KB 65.15 KB 99.3 KB 97.92 KB
core +1.6% 546.43 KB 537.65 KB 685.95 KB 678.1 KB
forms +1.8% 34.84 KB 34.2 KB 46.46 KB 45.83 KB
icons +3.0% 149.42 KB 145.01 KB 196.96 KB 192.56 KB
layouts +2.2% 14.94 KB 14.62 KB 20.28 KB 19.97 KB
test-utils +3.4% 4.18 KB 4.04 KB 5.8 KB 5.66 KB

Compared to master. File sizes are unminified and ungzipped.

View raw build stats

Previous (master)

{
  "apollo": {
    "esm": 10741,
    "lib": 14056
  },
  "app-shell": {
    "esm": 12763,
    "lib": 19731
  },
  "composer": {
    "esm": 66717,
    "lib": 100275
  },
  "core": {
    "esm": 550554,
    "lib": 694370
  },
  "forms": {
    "esm": 35025,
    "lib": 46930
  },
  "icons": {
    "esm": 148490,
    "lib": 197179
  },
  "layouts": {
    "esm": 14973,
    "lib": 20445
  },
  "metrics": {
    "esm": 5467,
    "lib": 7729
  },
  "test-utils": {
    "esm": 4137,
    "lib": 5795
  }
}

Current

{
  "apollo": {
    "esm": 10832,
    "lib": 14147
  },
  "app-shell": {
    "esm": 12906,
    "lib": 19874
  },
  "composer": {
    "esm": 68122,
    "lib": 101680
  },
  "core": {
    "esm": 559543,
    "lib": 702408
  },
  "forms": {
    "esm": 35672,
    "lib": 47577
  },
  "icons": {
    "esm": 153001,
    "lib": 201690
  },
  "layouts": {
    "esm": 15298,
    "lib": 20770
  },
  "metrics": {
    "esm": 5467,
    "lib": 7729
  },
  "test-utils": {
    "esm": 4279,
    "lib": 5937
  }
}

@milesj milesj merged commit 1db54a9 into master Mar 25, 2020
@milesj milesj deleted the deps-0324 branch March 25, 2020 18:48
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.

3 participants