web: bump the storybook group across 1 directory with 7 updates#9747
Merged
web: bump the storybook group across 1 directory with 7 updates#9747
Conversation
Bumps the storybook group with 6 updates in the /web directory: | Package | From | To | | --- | --- | --- | | [@storybook/addon-essentials](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/essentials) | `8.0.10` | `8.1.1` | | [@storybook/addon-links](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/links) | `8.0.10` | `8.1.1` | | [@storybook/manager-api](https://github.com/storybookjs/storybook/tree/HEAD/code/lib/manager-api) | `8.0.10` | `8.1.1` | | [@storybook/web-components](https://github.com/storybookjs/storybook/tree/HEAD/code/renderers/web-components) | `8.0.10` | `8.1.1` | | [@storybook/web-components-vite](https://github.com/storybookjs/storybook/tree/HEAD/code/frameworks/web-components-vite) | `8.0.10` | `8.1.1` | | [storybook](https://github.com/storybookjs/storybook/tree/HEAD/code/lib/cli) | `8.0.10` | `8.1.1` | Updates `@storybook/addon-essentials` from 8.0.10 to 8.1.1 - [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/v8.1.1/code/addons/essentials) Updates `@storybook/addon-links` from 8.0.10 to 8.1.1 - [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/v8.1.1/code/addons/links) Updates `@storybook/blocks` from 8.0.10 to 8.1.1 - [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/v8.1.1/code/ui/blocks) Updates `@storybook/manager-api` from 8.0.10 to 8.1.1 - [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/v8.1.1/code/lib/manager-api) Updates `@storybook/web-components` from 8.0.10 to 8.1.1 - [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/v8.1.1/code/renderers/web-components) Updates `@storybook/web-components-vite` from 8.0.10 to 8.1.1 - [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/v8.1.1/code/frameworks/web-components-vite) Updates `storybook` from 8.0.10 to 8.1.1 - [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/v8.1.1/code/lib/cli) --- updated-dependencies: - dependency-name: "@storybook/addon-essentials" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: storybook - dependency-name: "@storybook/addon-links" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: storybook - dependency-name: "@storybook/blocks" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: storybook - dependency-name: "@storybook/manager-api" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: storybook - dependency-name: "@storybook/web-components" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: storybook - dependency-name: "@storybook/web-components-vite" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: storybook - dependency-name: storybook dependency-type: direct:development update-type: version-update:semver-minor dependency-group: storybook ... Signed-off-by: dependabot[bot] <support@github.com>
✅ Deploy Preview for authentik-docs ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
✅ Deploy Preview for authentik-storybook ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
Contributor
|
authentik PR Installation instructions Instructions for docker-composeAdd the following block to your AUTHENTIK_IMAGE=ghcr.io/goauthentik/dev-server
AUTHENTIK_TAG=gh-ghcr.io/goauthentik/dev-server:gh-0c920716240f34a018bb74cee7a3a6b80e9ddee4
AUTHENTIK_OUTPOSTS__CONTAINER_IMAGE_BASE=ghcr.io/goauthentik/dev-%(type)s:gh-%(build_hash)sFor arm64, use these values: AUTHENTIK_IMAGE=ghcr.io/goauthentik/dev-server
AUTHENTIK_TAG=gh-ghcr.io/goauthentik/dev-server:gh-0c920716240f34a018bb74cee7a3a6b80e9ddee4-arm64
AUTHENTIK_OUTPOSTS__CONTAINER_IMAGE_BASE=ghcr.io/goauthentik/dev-%(type)s:gh-%(build_hash)sAfterwards, run the upgrade commands from the latest release notes. Instructions for KubernetesAdd the following block to your authentik:
outposts:
container_image_base: ghcr.io/goauthentik/dev-%(type)s:gh-%(build_hash)s
image:
repository: ghcr.io/goauthentik/dev-server
tag: gh-ghcr.io/goauthentik/dev-server:gh-0c920716240f34a018bb74cee7a3a6b80e9ddee4For arm64, use these values: authentik:
outposts:
container_image_base: ghcr.io/goauthentik/dev-%(type)s:gh-%(build_hash)s
image:
repository: ghcr.io/goauthentik/dev-server
tag: gh-ghcr.io/goauthentik/dev-server:gh-0c920716240f34a018bb74cee7a3a6b80e9ddee4-arm64Afterwards, run the upgrade commands from the latest release notes. |
kensternberg-authentik
added a commit
that referenced
this pull request
May 17, 2024
* main: web: bump @sentry/browser from 7.114.0 to 8.2.1 in /web in the sentry group across 1 directory (#9757) core, web: update translations (#9714) core: bump sentry-sdk from 2.1.1 to 2.2.0 (#9753) core: bump selenium from 4.20.0 to 4.21.0 (#9754) core: bump msgraph-sdk from 1.2.0 to 1.4.0 (#9755) core: bump github.com/sethvargo/go-envconfig from 1.0.1 to 1.0.2 (#9756) web: bump chromedriver from 124.0.3 to 125.0.0 in /tests/wdio (#9758) website/docs: new PR for the Entra provider docs (ignore old one) (#9741) root: include task_id in events and logs (#9749) web: bump the esbuild group in /web with 2 updates (#9745) web: bump esbuild from 0.21.2 to 0.21.3 in /web (#9746) web: bump the storybook group across 1 directory with 7 updates (#9747)
This file contains hidden or 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
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 the storybook group with 6 updates in the /web directory:
8.0.108.1.18.0.108.1.18.0.108.1.18.0.108.1.18.0.108.1.18.0.108.1.1Updates
@storybook/addon-essentialsfrom 8.0.10 to 8.1.1Release notes
Sourced from
@storybook/addon-essentials's releases.... (truncated)
Changelog
Sourced from
@storybook/addon-essentials's changelog.... (truncated)
Commits
bb059a9Bump version from "8.1.0" to "8.1.1" [skip ci]684fb9cBump version from "8.1.0-beta.1" to "8.1.0" [skip ci]7c1b14dBump version from "8.1.0-beta.0" to "8.1.0-beta.1" [skip ci]b7f2bbeBump version from "8.1.0-alpha.8" to "8.1.0-beta.0" [skip ci]fa46ca5Bump version from "8.1.0-alpha.7" to "8.1.0-alpha.8" [skip ci]331da20fix providerImportSource extension68c7aecBump version from "8.1.0-alpha.6" to "8.1.0-alpha.7" [skip ci]97fc299Bump version from "8.1.0-alpha.5" to "8.1.0-alpha.6" [skip ci]9d1b418Bump version from "8.1.0-alpha.4" to "8.1.0-alpha.5" [skip ci]17633cdBump version from "8.1.0-alpha.3" to "8.1.0-alpha.4" [skip ci]Updates
@storybook/addon-linksfrom 8.0.10 to 8.1.1Release notes
Sourced from
@storybook/addon-links's releases.... (truncated)
Changelog
Sourced from
@storybook/addon-links's changelog.... (truncated)
Commits
bb059a9Bump version from "8.1.0" to "8.1.1" [skip ci]684fb9cBump version from "8.1.0-beta.1" to "8.1.0" [skip ci]7c1b14dBump version from "8.1.0-beta.0" to "8.1.0-beta.1" [skip ci]b7f2bbeBump version from "8.1.0-alpha.8" to "8.1.0-beta.0" [skip ci]b751b83Merge branch 'next' into shilman/add-tag-exclusion6a6da24Merge pull request #26960 from storybookjs/jeppe/react-prerelease-sandboxesd4ac168Merge branch 'next' into shilman/add-tag-exclusionfa46ca5Bump version from "8.1.0-alpha.7" to "8.1.0-alpha.8" [skip ci]e55bee6Merge branch 'next' into shilman/add-tag-exclusionea2f38cMerge branch 'next' into jeppe/react-prerelease-sandboxesUpdates
@storybook/blocksfrom 8.0.10 to 8.1.1Release notes
Sourced from
@storybook/blocks's releases.... (truncated)
Changelog
Sourced from
@storybook/blocks's changelog.... (truncated)
Commits
bb059a9Bump version from "8.1.0" to "8.1.1" [skip ci]23f76e3Merge pull request #27147 from storybookjs/jeppe/27139-bug-unable-to-use-subt...94f2fc8Merge pull request #27144 from storybookjs/shilman/27143-fix-stories-block-in...684fb9cBump version from "8.1.0-beta.1" to "8.1.0" [skip ci]7c1b14dBump version from "8.1.0-beta.0" to "8.1.0-beta.1" [skip ci]b7f2bbeBump version from "8.1.0-alpha.8" to "8.1.0-beta.0" [skip ci]b751b83Merge branch 'next' into shilman/add-tag-exclusion6a6da24Merge pull request #26960 from storybookjs/jeppe/react-prerelease-sandboxesd4ac168Merge branch 'next' into shilman/add-tag-exclusion6b20236convert defaultProps to default assignments in functional components.Updates
@storybook/manager-apifrom 8.0.10 to 8.1.1Release notes
Sourced from
@storybook/manager-api's releases.