Skip to content
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

Support storybook 7.0 #23

Merged
merged 1 commit into from Mar 31, 2023
Merged

Support storybook 7.0 #23

merged 1 commit into from Mar 31, 2023

Conversation

yannbf
Copy link
Member

@yannbf yannbf commented Mar 31, 2023

Preparing for the release of Storybook 7!

๐Ÿ“ฆ Published PR as canary version: 0.0.11--canary.23.9a91830.0

โœจ Test out this PR locally via:

npm install @storybook/jest@0.0.11--canary.23.9a91830.0
# or 
yarn add @storybook/jest@0.0.11--canary.23.9a91830.0

Version

Published prerelease version: v0.1.1-next.0

Changelog

@yannbf yannbf added the patch Increment the patch version when merged label Mar 31, 2023
@yannbf yannbf changed the base branch from main to next March 31, 2023 14:07
@socket-security
Copy link

New dependency changes detected. Learn more about Socket for GitHub โ†—๏ธŽ


๐Ÿšจ Potential security issues found in this pull request. To accept the risk, merge this PR and you will not be notified again.

Bot Commands

To ignore an alert, reply with a comment starting with @SocketSecurity ignore followed by a space separated list of package-name@version specifiers. e.g. @SocketSecurity ignore foo@1.0.0 bar@* or ignore all packages with @SocketSecurity ignore-all

  • @SocketSecurity ignore ajv@6.12.6
  • @SocketSecurity ignore ajv@8.12.0
  • @SocketSecurity ignore expect@27.5.1
  • @SocketSecurity ignore is-callable@1.2.7
  • @SocketSecurity ignore jest-diff@27.5.1
  • @SocketSecurity ignore js-yaml@3.14.1
  • @SocketSecurity ignore lodash@4.17.21
  • @SocketSecurity ignore object-inspect@1.12.3
  • @SocketSecurity ignore pretty-format@27.5.1
โš ๏ธ Uses eval

Package uses eval() which is a dangerous function. This prevents the code from running in certain environments and increases the risk that the code may contain exploits or malicious behavior.

Avoid packages that use eval, since this could potentially execute any code.

Package Eval Type Location Source
ajv@6.12.6 (added) Function dist/ajv.bundle.js package.json via @storybook/linter-config@3.1.2
ajv@6.12.6 (added) Function lib/compile/index.js package.json via @storybook/linter-config@3.1.2
ajv@8.12.0 (added) Function dist/compile/index.js package.json via @storybook/linter-config@3.1.2
ajv@8.12.0 (added) Function dist/compile/jtd/parse.js package.json via @storybook/linter-config@3.1.2
expect@27.5.1 (added) Function build/index.js package.json
expect@27.5.1 (added) Function build/index.js package.json
expect@27.5.1 (added) Function build/index.js package.json
expect@27.5.1 (added) Function build/utils.js package.json
is-callable@1.2.7 (added) Function test/index.js package.json via @auto-it/first-time-contributor@10.43.0, @storybook/linter-config@3.1.2, @testing-library/jest-dom@5.16.5
is-callable@1.2.7 (added) Function test/index.js package.json via @auto-it/first-time-contributor@10.43.0, @storybook/linter-config@3.1.2, @testing-library/jest-dom@5.16.5
jest-diff@27.5.1 (added) Function build/index.js package.json via expect@27.5.1
js-yaml@3.14.1 (added) Function dist/js-yaml.js package.json via @storybook/linter-config@3.1.2
js-yaml@3.14.1 (added) Function dist/js-yaml.js package.json via @storybook/linter-config@3.1.2
js-yaml@3.14.1 (added) Function lib/js-yaml/type/js/function.js package.json via @storybook/linter-config@3.1.2
js-yaml@3.14.1 (added) Function lib/js-yaml/type/js/function.js package.json via @storybook/linter-config@3.1.2
lodash@4.17.21 (added) Function _root.js package.json via @storybook/linter-config@3.1.2, @testing-library/jest-dom@5.16.5
lodash@4.17.21 (added) Function template.js package.json via @storybook/linter-config@3.1.2, @testing-library/jest-dom@5.16.5
object-inspect@1.12.3 (added) Function test/bigint.js package.json via @auto-it/first-time-contributor@10.43.0, @storybook/linter-config@3.1.2, @testing-library/jest-dom@5.16.5
object-inspect@1.12.3 (added) Function test/bigint.js package.json via @auto-it/first-time-contributor@10.43.0, @storybook/linter-config@3.1.2, @testing-library/jest-dom@5.16.5
object-inspect@1.12.3 (added) Function test/bigint.js package.json via @auto-it/first-time-contributor@10.43.0, @storybook/linter-config@3.1.2, @testing-library/jest-dom@5.16.5
pretty-format@27.5.1 (added) Function build/plugins/AsymmetricMatcher.js package.json via expect@27.5.1
pretty-format@27.5.1 (added) Function build/plugins/ReactTestComponent.js package.json via expect@27.5.1
Pull request alert summary
Issue Status
Install scripts โœ… 0 issues
Native code โœ… 0 issues
Bin script confusion โœ… 0 issues
Bin script shell injection โœ… 0 issues
Shell access โœ… 0 issues
Uses eval โš ๏ธ 22 issues
Unresolved require โœ… 0 issues
Invalid package.json โœ… 0 issues
HTTP dependency โœ… 0 issues
Git dependency โœ… 0 issues
GitHub dependency โœ… 0 issues
New author โœ… 0 issues
Potential typo squat โœ… 0 issues
Known Malware โœ… 0 issues
Telemetry โœ… 0 issues
Protestware/Troll package โœ… 0 issues

๐Ÿ“Š Modified Dependency Overview:

๐Ÿšฎ Removed packages: @storybook/instrumenter@6.5.16

@yannbf yannbf merged commit a531c7b into next Mar 31, 2023
3 of 4 checks passed
@yannbf yannbf deleted the feat/prepare-for-sb7 branch March 31, 2023 14:13
@github-actions github-actions bot added the prerelease This change is available in a prerelease. label Mar 31, 2023
@github-actions
Copy link

github-actions bot commented Apr 3, 2023

๐Ÿš€ PR was released in v0.1.0 ๐Ÿš€

@github-actions github-actions bot added released This issue/pull request has been released. and removed prerelease This change is available in a prerelease. labels Apr 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
patch Increment the patch version when merged released This issue/pull request has been released.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant