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

bump a set of test-related JS libs #8051

Merged
merged 5 commits into from
Aug 20, 2019

Conversation

mistercrunch
Copy link
Member

@mistercrunch mistercrunch commented Aug 15, 2019

CATEGORY

Choose one

  • Bug Fix
  • Enhancement (new features, refinement)
  • Refactor
  • Add tests
  • Build / Development Environment
  • Documentation

SUMMARY

Mostly upgrading jest as I was trying to tackle issues related to
wrong source-maps reporting in jest. The entrance to the rabbit hole is here: jestjs/jest#5446

@@ -27,7 +27,6 @@ repos:
- id: trailing-whitespace
- id: end-of-file-fixer
- id: check-docstring-first
- id: check-json
Copy link
Member Author

Choose a reason for hiding this comment

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

This was giving me trouble with he .babelrc changes...

@@ -17,6 +17,8 @@
* under the License.
*/
{
"sourceMaps": true,
Copy link
Member Author

Choose a reason for hiding this comment

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

These 2 lines are the actual fix.

@@ -17,7 +17,8 @@
* under the License.
*/
/* eslint no-native-reassign: 0 */
import '@babel/polyfill';
Copy link
Member Author

Choose a reason for hiding this comment

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

This got deprecated in favor of the new approach described here https://www.npmjs.com/package/@babel/polyfill

@codecov-io
Copy link

codecov-io commented Aug 15, 2019

Codecov Report

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

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #8051      +/-   ##
==========================================
- Coverage   65.56%   65.41%   -0.15%     
==========================================
  Files         469      469              
  Lines       22480    22485       +5     
  Branches     2442     2446       +4     
==========================================
- Hits        14739    14709      -30     
- Misses       7621     7656      +35     
  Partials      120      120
Impacted Files Coverage Δ
superset/db_engine_specs/mysql.py 34.88% <0%> (-58.14%) ⬇️
superset/models/core.py 81.12% <0%> (-0.65%) ⬇️
superset/views/core.py 71% <0%> (-0.22%) ⬇️
superset/assets/src/query/Metric.ts 0% <0%> (ø) ⬆️
superset/assets/src/utils/safeStringify.ts 100% <0%> (ø) ⬆️

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 8773fdc...16981fc. Read the comment docs.

@mistercrunch
Copy link
Member Author

@kristw , adjusted to core-js/stable

Mostly upgrading jest as I was trying to tackle issues related to
wrong source-maps reporting in jest. This addresses it
@mistercrunch mistercrunch merged commit d872511 into apache:master Aug 20, 2019
@mistercrunch mistercrunch deleted the bump_js_libs branch August 20, 2019 22:32
@mistercrunch mistercrunch added 🏷️ bot A label used by `supersetbot` to keep track of which PR where auto-tagged with release labels 🚢 0.35.0 labels Feb 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🏷️ bot A label used by `supersetbot` to keep track of which PR where auto-tagged with release labels 🚢 0.35.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants