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: Weekly dependencies update #2653

Merged
merged 6 commits into from Jan 31, 2022
Merged

Conversation

pmdartus
Copy link
Member

Details

Misc changes:

  • Freeze jasmine-core to avoid deprecation warnings introduced in jasmine-core@3.99 in preparation for the next major version bump. Since the next major version of Karma drops support for IE11, there is no point in preparing for the major.
  • Remove empty Karma spec currently causing an unnecessary warning.

Does this pull request introduce a breaking change?

  • ✅ No, it does not introduce a breaking change.

Does this pull request introduce an observable change?

  • ✅ No, it does not introduce an observable change.

GUS work item

W-7258582

@pmdartus
Copy link
Member Author

pmdartus commented Jan 24, 2022

IE11 tests are failing because of this change in babel: babel/babel#14105.

ES5 proxy compat does some JavaScript intrinsic rewrites. After the first rewrite, the babel plugin invokes path.stop. In previous versions of Babel, path.stop stop the traversal for the current node, while with this new version of babel it stops the entire traversal.

@pmdartus pmdartus merged commit 06dc487 into master Jan 31, 2022
@pmdartus pmdartus deleted the pmdartus/update-dependencies branch January 31, 2022 17:25
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

2 participants