Pete Peterson
Pete Peterson
atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: https://atom.io/docs/api/latest/Workspace. If you do need the view, please use atom.views.getView(atom.workspace),...
They removed `parameters.component` as this was an undocumented property and wasn't meant to be used apparently. `context.component` seems to be the correct place to get the component to render. https://github.com/storybookjs/storybook/blob/next/MIGRATION.md#angular-component-parameter-removed
hapi-auth-jwt requires an old version of `jsonwebtoken` (5.x), which depends on `ms` which has a ReDoS vulnerability. Please update `jsonwebtoken` to use at least 7.4.1 which has fixed this issue....
When passing "-m local.json" and also using the --server flag, the contents of the local.json file are not applied to the docs generated by the server.
**What happened**: Users are apt to configure jobs with `requires: [ ~pr, ~commit ]`, and it isn't clear in the graph that the `~pr` workflow includes only those jobs that...