Skip to content
This repository has been archived by the owner on May 20, 2024. It is now read-only.

Update dependencies #2046

Merged
merged 4 commits into from
May 6, 2020
Merged

Update dependencies #2046

merged 4 commits into from
May 6, 2020

Conversation

nicksellen
Copy link
Member

I did yarn upgrade --latest, then fixed a few deprecated things:

  • require.requireActual -> jest.requireActual
  • @vue/test-utils is now at version 1.0.0! ❇️ - so lots of find -> findComponent, they haven't published new docs yet though...

@codecov
Copy link

codecov bot commented May 6, 2020

Codecov Report

Merging #2046 into master will not change coverage.
The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #2046   +/-   ##
=======================================
  Coverage   58.90%   58.90%           
=======================================
  Files         274      274           
  Lines        5913     5913           
  Branches     1056     1056           
=======================================
  Hits         3483     3483           
  Misses       2429     2429           
  Partials        1        1           
Impacted Files Coverage Δ
test/helpers.js 84.78% <100.00%> (ø)

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 9effb99...4737fb1. Read the comment docs.

@nicksellen nicksellen merged commit 49877bc into master May 6, 2020
@nicksellen nicksellen deleted the update/dependencies branch May 6, 2020 14:22
tiltec pushed a commit that referenced this pull request May 9, 2020
* Update dependencies

* Fix deprecated use of require.requireActual

See storybookjs/storybook#10631

* Update test snapshots

* Fix use of deprecated @vue/test-utils methods
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.

1 participant