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

build(deps): bump the npm_and_yarn at /superset-frontend security update group in /superset-frontend with 3 updates #671

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Nov 10, 2023

Bumps the npm_and_yarn at /superset-frontend security update group in /superset-frontend with 3 updates: @storybook/addon-essentials, @storybook/react and postcss.

Updates @storybook/addon-essentials from 6.4.22 to 7.5.3

Release notes

Sourced from @​storybook/addon-essentials's releases.

v7.5.3

7.5.3

v7.5.2

7.5.2

v7.5.1

7.5.1

v7.5.0

7.5.0

Storybook 7.5 enhances your Storybook experience with several key updates:

  • 💃🏼 Now supports Lit 3.0 and Vite 5
  • 👻 storiesOf and storyStoreV6 officially deprecated
  • 🔨 Fix Webpack5 build errors not being propagated
  • 🀄 Support rename font import for Next.js
  • ⬆️ Upgrade react-docgen to 6.0.x and improve argTypes
  • ✨ Many Angular improvements such as introducing argsToTemplate , new schema debugging options, support for standalone directives, etc.

... (truncated)

Changelog

Sourced from @​storybook/addon-essentials's changelog.

7.5.3

7.5.2

7.5.1

7.5.0

Storybook 7.5 enhances your Storybook experience with several key updates:

  • 💃🏼 Now supports Lit 3.0 and Vite 5
  • 👻 storiesOf and storyStoreV6 officially deprecated
  • 🔨 Fix Webpack5 build errors not being propagated
  • 🀄 Support rename font import for Next.js
  • ⬆️ Upgrade react-docgen to 6.0.x and improve argTypes
  • ✨ Many Angular improvements such as introducing argsToTemplate , new schema debugging options, support for standalone directives, etc.

... (truncated)

Commits
  • dc82000 Bump version from "7.5.2" to "7.5.3" [skip ci]
  • 0ef03ec Bump version from "7.5.1" to "7.5.2" [skip ci]
  • 6ceb141 Bump version from "7.5.0" to "7.5.1" [skip ci]
  • 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]
  • Additional commits viewable in compare view

Updates @storybook/react from 6.4.22 to 7.5.3

Release notes

Sourced from @​storybook/react's releases.

v7.5.3

7.5.3

v7.5.2

7.5.2

v7.5.1

7.5.1

v7.5.0

7.5.0

Storybook 7.5 enhances your Storybook experience with several key updates:

  • 💃🏼 Now supports Lit 3.0 and Vite 5
  • 👻 storiesOf and storyStoreV6 officially deprecated
  • 🔨 Fix Webpack5 build errors not being propagated
  • 🀄 Support rename font import for Next.js
  • ⬆️ Upgrade react-docgen to 6.0.x and improve argTypes
  • ✨ Many Angular improvements such as introducing argsToTemplate , new schema debugging options, support for standalone directives, etc.

... (truncated)

Changelog

Sourced from @​storybook/react's changelog.

7.5.3

7.5.2

7.5.1

7.5.0

Storybook 7.5 enhances your Storybook experience with several key updates:

  • 💃🏼 Now supports Lit 3.0 and Vite 5
  • 👻 storiesOf and storyStoreV6 officially deprecated
  • 🔨 Fix Webpack5 build errors not being propagated
  • 🀄 Support rename font import for Next.js
  • ⬆️ Upgrade react-docgen to 6.0.x and improve argTypes
  • ✨ Many Angular improvements such as introducing argsToTemplate , new schema debugging options, support for standalone directives, etc.

... (truncated)

Commits
  • dc82000 Bump version from "7.5.2" to "7.5.3" [skip ci]
  • 0ef03ec Bump version from "7.5.1" to "7.5.2" [skip ci]
  • 6ceb141 Bump version from "7.5.0" to "7.5.1" [skip ci]
  • 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]
  • 1fc5ed4 upgrade to node18 in a backwards compatible way
  • 816e86e Bump version from "7.5.0-alpha.4" to "7.5.0-alpha.5" [skip ci]
  • ac738ec Restore chromatic ignore
  • 60748de Fix snapshots
  • Additional commits viewable in compare view

Updates postcss from 8.4.25 to 8.4.31

Release notes

Sourced from postcss's releases.

8.4.31

8.4.30

8.4.29

8.4.28

  • Fixed Root.source.end for better source map (by @​romainmenke).
  • Fixed Result.root types when process() has no parser.

8.4.27

  • Fixed Container clone methods types.

8.4.26

  • Fixed clone methods types.
Changelog

Sourced from postcss's changelog.

8.4.31

8.4.30

  • Improved source map performance (by Romain Menke).

8.4.29

  • Fixed Node#source.offset (by Ido Rosenthal).
  • Fixed docs (by Christian Oliff).

8.4.28

  • Fixed Root.source.end for better source map (by Romain Menke).
  • Fixed Result.root types when process() has no parser.

8.4.27

  • Fixed Container clone methods types.

8.4.26

  • Fixed clone methods types.
Commits

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

…ate group

Bumps the npm_and_yarn at /superset-frontend security update group in /superset-frontend with 3 updates: [@storybook/addon-essentials](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/essentials), [@storybook/react](https://github.com/storybookjs/storybook/tree/HEAD/code/renderers/react) and [postcss](https://github.com/postcss/postcss).


Updates `@storybook/addon-essentials` from 6.4.22 to 7.5.3
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Changelog](https://github.com/storybookjs/storybook/blob/v7.5.3/CHANGELOG.md)
- [Commits](https://github.com/storybookjs/storybook/commits/v7.5.3/code/addons/essentials)

Updates `@storybook/react` from 6.4.22 to 7.5.3
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Changelog](https://github.com/storybookjs/storybook/blob/v7.5.3/CHANGELOG.md)
- [Commits](https://github.com/storybookjs/storybook/commits/v7.5.3/code/renderers/react)

Updates `postcss` from 8.4.25 to 8.4.31
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](postcss/postcss@8.4.25...8.4.31)

---
updated-dependencies:
- dependency-name: "@storybook/addon-essentials"
  dependency-type: direct:development
- dependency-name: "@storybook/react"
  dependency-type: direct:production
- dependency-name: postcss
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
Copy link
Author

dependabot bot commented on behalf of github Nov 10, 2023

The following labels could not be found: npm, dependabot.

@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (478ca90) 69.04% compared to head (30faa9d) 82.82%.

Additional details and impacted files
@@             Coverage Diff             @@
##           master     #671       +/-   ##
===========================================
+ Coverage   69.04%   82.82%   +13.78%     
===========================================
  Files        1938      520     -1418     
  Lines       75874    36527    -39347     
  Branches     8425        0     -8425     
===========================================
- Hits        52387    30254    -22133     
+ Misses      21317     6273    -15044     
+ Partials     2170        0     -2170     
Flag Coverage Δ
hive 53.62% <ø> (ø)
javascript ?
mysql ?
postgres 78.27% <ø> (ø)
presto 53.58% <ø> (ø)
python 82.82% <ø> (-0.04%) ⬇️
sqlite 76.93% <ø> (ø)
unit 55.61% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

see 1423 files with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Author

dependabot bot commented on behalf of github Jan 24, 2024

OK, I won't notify you again about this release, but will get in touch when a new version is available. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the 5be2dependabot/npm_and_yarn/superset-frontend/storybook/addon-essentials-and-storybook/react-and-postcss-7.5.3 branch January 24, 2024 00:49
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