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

Make updates to @babel plugins suggested by Dependabot. #736

Merged
merged 1 commit into from
Apr 24, 2020

Conversation

tmeyer2115
Copy link
Collaborator

Dependabot suggested we update the versions of the following @babel plugins:

  • @babel/plugin-proposal-object-rest-spread
  • @babel/plugin-transform-arrow-functions
  • @babel/plugin-transform-runtime

Even though these plugins are devDependencies, they should be kept up-to-date.
We use these plugins to transform our source code when creating the various
asset bundles. It's possible, then, that security issues in these plugins could
make their way into the builds of the SDK. These were only minor version
upgrades, so the risk should be low.

TEST=manual

These @babel plugins are mainly used to help polyfill the SDK's source code and
make it IE11 friendly. To test, then, I ran a few smoke tests on a demo site in
IE11. I made sure search, navigation, spell check, autocomplete, and qa
submission functionality worked and no errors were present in the console. I
also made sure to exercise some areas of the code where we use arrow functions
or the spread operator, to ensure the polyfilling of those continued to work.

Dependabot suggested we update the versions of the following @babel plugins:

- @babel/plugin-proposal-object-rest-spread
- @babel/plugin-transform-arrow-functions
- @babel/plugin-transform-runtime

Even though these plugins are devDependencies, they should be kept up-to-date.
We use these plugins to transform our source code when creating the various
asset bundles. It's possible, then, that security issues in these plugins could
make their way into the builds of the SDK. These were only minor version
upgrades, so the risk should be low.

TEST=manual

These @babel plugins are mainly used to help polyfill the SDK's source code and
make it IE11 friendly. To test, then, I ran a few smoke tests on a demo site in
IE11. I made sure search, navigation, spell check, autocomplete, and qa
submission functionality worked and no errors were present in the console. I
also made sure to exercise some areas of the code where we use arrow functions
or the spread operator, to ensure the polyfilling of those continued to work.
@oshi97
Copy link
Contributor

oshi97 commented Apr 24, 2020

lgtm!

Copy link
Contributor

@MattCBowman MattCBowman left a comment

Choose a reason for hiding this comment

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

🧑‍🚒

@tmeyer2115 tmeyer2115 merged commit 4ea3de0 into v0.13.3 Apr 24, 2020
tmeyer2115 added a commit that referenced this pull request Apr 24, 2020
Dependabot suggested we update the versions of the following @babel plugins:

- @babel/plugin-proposal-object-rest-spread
- @babel/plugin-transform-arrow-functions
- @babel/plugin-transform-runtime

Even though these plugins are devDependencies, they should be kept up-to-date.
We use these plugins to transform our source code when creating the various
asset bundles. It's possible, then, that security issues in these plugins could
make their way into the builds of the SDK. These were only minor version
upgrades, so the risk should be low.

TEST=manual

These @babel plugins are mainly used to help polyfill the SDK's source code and
make it IE11 friendly. To test, then, I ran a few smoke tests on a demo site in
IE11. I made sure search, navigation, spell check, autocomplete, and qa
submission functionality worked and no errors were present in the console. I
also made sure to exercise some areas of the code where we use arrow functions
or the spread operator, to ensure the polyfilling of those continued to work.
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.

None yet

3 participants