-
Notifications
You must be signed in to change notification settings - Fork 5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* devDeps: pin @babel/core and @babel/runtime in resulotions Without this: misses patch, lavamoat error * storybook 6 to 7 migration * devDeps: add @storybook/addon-mdx-gfm * fix lint deps * devDeps: remove unused require-from-string * devDeps/resolutions: @types/react@^16.9.53 * devDeps: add @storybook/cli * storybook: new-frameworks migration * iyarc: remove resolved dependency advisory * deps: set [email protected] in resolutions This is required since a file is copied over from a set path in the dist package subdirectory as of d13aabd (#10014). A future update should either vendor the shim, or update to compatibility with a maintained upstream version. * mdx2 migration fixes * chore: bump ljharb packages * devDeps: @storybook/*@^7.0.10->^7.0.11 * storybook: update preview.js to use v7 addon api * ci/test/storybook: echo between storybook build&test * ci/circleci: resources tweak * info-tab: handle undefined global.platform * update lavamoat build policy * update lavamoat browserify policies
- Loading branch information
Showing
16 changed files
with
5,033 additions
and
4,750 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,6 @@ | ||
# improved-yarn-audit advisory exclusions | ||
GHSA-257v-vj4p-3w2h | ||
|
||
# yarn berry's `yarn npm audit` script reports the following vulnerability but | ||
# it is a false positive. The offending version of 'ws' that is installed is | ||
# 7.1.1 and is included only via remote-redux-devtools which is a devDependency | ||
GHSA-6fc8-4gx4-v693 | ||
|
||
# request library is subject to SSRF. | ||
# addressed by temporary patch in .yarn/patches/request-npm-2.88.2-f4a57c72c4.patch | ||
GHSA-p8p7-x288-28g6 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.