Skip to content

Conversation

jamescdavis
Copy link
Member

@types/ember-qunit and @types/qunit need to be upgraded together to avoid conflicts due to DefinitelyTyped/DefinitelyTyped#47731

Just upgrading them left more than one copy of the qunit types laying around because @types/ember-qunit requires @types/qunit@* which was still pointing to 2.9.2. yarn-deduplicate fixed this up nicely:

- "@types/qunit@*", "@types/[email protected]":
-   version "2.9.2"
-   resolved "https://registry.yarnpkg.com/@types/qunit/-/qunit-2.9.2.tgz#e9293940599848deda9108e00987737d3b780bcc"
-   integrity sha512-GwQibQ0ciNKJ/5beonZ87AiB+/ZbV4DRVWAH9wMUp+K1zRd67LZLH2hKyxj9we3FWH968CYD2tcN2yCitOYp1g==
+ "@types/qunit@*", "@types/[email protected]":
+   version "2.9.5"
+   resolved "https://registry.yarnpkg.com/@types/qunit/-/qunit-2.9.5.tgz#2f938870dac68e9464463ee36cdfb29538f4a2da"
+   integrity sha512-CdIcVLscYdlw1eLdHMF1Mw5uf/RbZ13JfM2nA0LNoJvonE91XFNu7njh1GcC1IFDKV1VTnyStQ1H8yCwk63hbw==

@chriskrycho chriskrycho merged commit 2168223 into master Oct 16, 2020
@delete-merged-branch delete-merged-branch bot deleted the fix_qunit_types_conflict branch October 16, 2020 15:28
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.

2 participants