-
Notifications
You must be signed in to change notification settings - Fork 1
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
Bump @babel/traverse, @storybook/addon-essentials, @storybook/angular and storybook #315
Closed
dependabot
wants to merge
1
commit into
main
from
dependabot/npm_and_yarn/babel/traverse-and-storybook/addon-essentials-and-storybook/angular-and-storybook-7.23.2
Conversation
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
… and storybook Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) to 7.23.2 and updates ancestor dependencies [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse), [@storybook/addon-essentials](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/essentials), [@storybook/angular](https://github.com/storybookjs/storybook/tree/HEAD/code/frameworks/angular) and [storybook](https://github.com/storybookjs/storybook/tree/HEAD/code/lib/cli). These dependencies need to be updated together. Updates `@babel/traverse` from 7.21.4 to 7.23.2 - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.23.2/packages/babel-traverse) Updates `@storybook/addon-essentials` from 7.0.7 to 7.5.0 - [Release notes](https://github.com/storybookjs/storybook/releases) - [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md) - [Commits](https://github.com/storybookjs/storybook/commits/v7.5.0/code/addons/essentials) Updates `@storybook/angular` from 7.0.7 to 7.5.0 - [Release notes](https://github.com/storybookjs/storybook/releases) - [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md) - [Commits](https://github.com/storybookjs/storybook/commits/v7.5.0/code/frameworks/angular) Updates `storybook` from 7.0.7 to 7.5.0 - [Release notes](https://github.com/storybookjs/storybook/releases) - [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md) - [Commits](https://github.com/storybookjs/storybook/commits/v7.5.0/code/lib/cli) --- updated-dependencies: - dependency-name: "@babel/traverse" dependency-type: indirect - dependency-name: "@storybook/addon-essentials" dependency-type: direct:development - dependency-name: "@storybook/angular" dependency-type: direct:development - dependency-name: storybook dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]>
dependabot
bot
added
the
dependencies
Pull requests that update a dependency file
label
Oct 19, 2023
Codecov ReportAll modified lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #315 +/- ##
==========================================
+ Coverage 31.81% 31.86% +0.04%
==========================================
Files 266 266
Lines 9642 9642
Branches 1608 1608
==========================================
+ Hits 3068 3072 +4
+ Misses 6455 6453 -2
+ Partials 119 117 -2 ☔ View full report in Codecov by Sentry. |
meisekimiu
added a commit
that referenced
this pull request
Oct 20, 2023
Dependabot created an automatic pull request to bump some vulnerabilities, specifically the @babel/traverse package. Unfortunately, it just bumped the Storybook versions somewhat naively and the resulting PR actually ended up breaking Storybook. Instead, run the Storybook upgrade script wit the following command: `npx storybook@latest upgrade` This upgraded all Storybook packages and dependencies, and also ran relevant automigrations so Storybook can continue to work. Original Dependabot PR: #315
meisekimiu
added a commit
that referenced
this pull request
Oct 20, 2023
Dependabot created an automatic pull request to bump some vulnerabilities, specifically the @babel/traverse package. Unfortunately, it just bumped the Storybook versions somewhat naively and the resulting PR actually ended up breaking Storybook. Instead, run the Storybook upgrade script with the following command: `npx storybook@latest upgrade` This upgraded all Storybook packages and dependencies, and also ran relevant automigrations so Storybook can continue to work. Original Dependabot PR: #315
OK, I won't notify you again about this release, but will get in touch when a new version is available. If you change your mind, just re-open this PR and I'll resolve any conflicts on it. |
dependabot
bot
deleted the
dependabot/npm_and_yarn/babel/traverse-and-storybook/addon-essentials-and-storybook/angular-and-storybook-7.23.2
branch
October 20, 2023 17:58
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Bumps @babel/traverse to 7.23.2 and updates ancestor dependencies @babel/traverse, @storybook/addon-essentials, @storybook/angular and storybook. These dependencies need to be updated together.
Updates
@babel/traverse
from 7.21.4 to 7.23.2Release notes
Sourced from
@babel/traverse
's releases.... (truncated)
Changelog
Sourced from
@babel/traverse
's changelog.... (truncated)
Commits
b4b9942
v7.23.2b13376b
Only evaluate own String/Number/Math methods (#16033)ca58ec1
v7.23.00f333da
AddcreateImportExpressions
parser option (#15682)3744545
Fix lintingc7e6806
Addt.buildUndefinedNode
(#15893)38ee8b4
Expand evaluation of global built-ins in@babel/traverse
(#15797)9f3dfd9
v7.22.203ed28b2
Fully support||
and&&
inpluginToggleBooleanFlag
(#15961)77b0d73
v7.22.19Updates
@storybook/addon-essentials
from 7.0.7 to 7.5.0Release notes
Sourced from
@storybook/addon-essentials
's releases.... (truncated)
Changelog
Sourced from
@storybook/addon-essentials
's changelog.... (truncated)
Commits
fea453a
Bump version from "7.5.0-alpha.7" to "7.5.0" [skip ci]0a6e94c
Bump version from "7.5.0-alpha.6" to "7.5.0-alpha.7" [skip ci]25af33c
Bump version from "7.5.0-alpha.5" to "7.5.0-alpha.6" [skip ci]816e86e
Bump version from "7.5.0-alpha.4" to "7.5.0-alpha.5" [skip ci]149711c
Bump version from "7.5.0-alpha.3" to "7.5.0-alpha.4" [skip ci]a12a65b
Bump version from "7.5.0-alpha.2" to "7.5.0-alpha.3" [skip ci]70e6750
Bump version from "7.5.0-alpha.1" to "7.5.0-alpha.2" [skip ci]b8b95d7
Bump version from "7.5.0-alpha.0" to "7.5.0-alpha.1" [skip ci]b3b3ba9
Bump version from "7.4.0" to "7.5.0-alpha.0" [skip ci]e38d1ab
Bump version from "7.4.0-alpha.2" to "7.4.0" [skip ci]Updates
@storybook/angular
from 7.0.7 to 7.5.0Release notes
Sourced from
@storybook/angular
's releases.... (truncated)
Changelog
Sourced from
@storybook/angular
's changelog.... (truncated)
Commits
fea453a
Bump version from "7.5.0-alpha.7" to "7.5.0" [skip ci]0a6e94c
Bump version from "7.5.0-alpha.6" to "7.5.0-alpha.7" [skip ci]5f22901
fix: syntax error in property extractor test08d3aac
fix: allow loading standalone directives25af33c
Bump version from "7.5.0-alpha.5" to "7.5.0-alpha.6" [skip ci]a1fdb68
Add Stories to cover argsToTemplate functionality7bec7b3
Replace 'storyName' with 'name' in Angular storiesa42f7b9
Support event bindings in argsToTemplatec769e4b
Rewrite Angular Stories to CSF 33146415
Add argsToTemplate helper functionUpdates
storybook
from 7.0.7 to 7.5.0Release notes
Sourced from storybook's releases.
... (truncated)
Changelog
Sourced from storybook's changelog.