web: bump the storybook group across 1 directory with 7 updates#10451
Merged
web: bump the storybook group across 1 directory with 7 updates#10451
Conversation
Bumps the storybook group with 5 updates in the /web directory: | Package | From | To | | --- | --- | --- | | [@storybook/addon-essentials](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/essentials) | `8.1.11` | `8.2.1` | | [@storybook/addon-links](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/links) | `8.1.11` | `8.2.1` | | [@storybook/manager-api](https://github.com/storybookjs/storybook/tree/HEAD/code/lib/manager-api) | `8.1.11` | `8.2.1` | | [@storybook/web-components](https://github.com/storybookjs/storybook/tree/HEAD/code/renderers/web-components) | `8.1.11` | `8.2.1` | | [@storybook/web-components-vite](https://github.com/storybookjs/storybook/tree/HEAD/code/frameworks/web-components-vite) | `8.1.11` | `8.2.1` | Updates `@storybook/addon-essentials` from 8.1.11 to 8.2.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.2.1/code/addons/essentials) Updates `@storybook/addon-links` from 8.1.11 to 8.2.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.2.1/code/addons/links) Updates `@storybook/blocks` from 8.1.11 to 8.2.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.2.1/code/lib/blocks) Updates `@storybook/manager-api` from 8.1.11 to 8.2.1 - [Release notes](https://github.com/storybookjs/storybook/releases) - [Commits](https://github.com/storybookjs/storybook/commits/v8.2.1/code/lib/manager-api) Updates `@storybook/web-components` from 8.1.11 to 8.2.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.2.1/code/renderers/web-components) Updates `@storybook/web-components-vite` from 8.1.11 to 8.2.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.2.1/code/frameworks/web-components-vite) Updates `storybook` from 8.1.11 to 8.2.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.2.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-storybook ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
✅ Deploy Preview for authentik-docs canceled.
|
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-8a0a9821bc6e0253c057c5a5fa5de23e9a3243f0
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-8a0a9821bc6e0253c057c5a5fa5de23e9a3243f0-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
global:
image:
repository: ghcr.io/goauthentik/dev-server
tag: gh-ghcr.io/goauthentik/dev-server:gh-8a0a9821bc6e0253c057c5a5fa5de23e9a3243f0For arm64, use these values: authentik:
outposts:
container_image_base: ghcr.io/goauthentik/dev-%(type)s:gh-%(build_hash)s
global:
image:
repository: ghcr.io/goauthentik/dev-server
tag: gh-ghcr.io/goauthentik/dev-server:gh-8a0a9821bc6e0253c057c5a5fa5de23e9a3243f0-arm64Afterwards, run the upgrade commands from the latest release notes. |
kensternberg-authentik
added a commit
that referenced
this pull request
Jul 11, 2024
* main: core: revert backchannel only filtering (#10455) website/docs: add info about license:org relation (#10444) web: bump @sentry/browser from 8.15.0 to 8.17.0 in /web in the sentry group across 1 directory (#10449) web: bump the storybook group across 1 directory with 7 updates (#10451) core: bump msgraph-sdk from 1.4.0 to 1.5.2 (#10450) core: bump sentry-sdk from 2.8.0 to 2.9.0 (#10452) website/docs: add info and link about supported versions (#10442)
kensternberg-authentik
added a commit
that referenced
this pull request
Jul 12, 2024
* main: (35 commits) core: bump github.com/redis/go-redis/v9 from 9.5.3 to 9.5.4 (#10469) core: bump goauthentik.io/api/v3 from 3.2024060.6 to 3.2024061.1 (#10470) web: bump the babel group across 1 directory with 2 updates (#10471) web: bump the storybook group across 1 directory with 7 updates (#10472) core: bump coverage from 7.5.4 to 7.6.0 (#10473) website/docs: air gapped: clarify .env usage at the top for Kubernetes installations (#10447) website/docs: air gapped: update "see configuration" wording (#10448) website/docs: Add Kubernetes Bootstrap Instructions (#9541) web: bump API Client version (#10461) release: 2024.6.1 website/docs: add 2024.6.1 release notes (#10456) core: revert backchannel only filtering (#10455) website/docs: add info about license:org relation (#10444) web: bump @sentry/browser from 8.15.0 to 8.17.0 in /web in the sentry group across 1 directory (#10449) web: bump the storybook group across 1 directory with 7 updates (#10451) core: bump msgraph-sdk from 1.4.0 to 1.5.2 (#10450) core: bump sentry-sdk from 2.8.0 to 2.9.0 (#10452) website/docs: add info and link about supported versions (#10442) core: fix source flow_manager not resuming flow when linking (#10436) ci: fix PR comment k8s snippet (#10433) ...
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 5 updates in the /web directory:
8.1.118.2.18.1.118.2.18.1.118.2.18.1.118.2.18.1.118.2.1Updates
@storybook/addon-essentialsfrom 8.1.11 to 8.2.1Release notes
Sourced from
@storybook/addon-essentials's releases.... (truncated)
Changelog
Sourced from
@storybook/addon-essentials's changelog.... (truncated)
Commits
9c3d891Bump version from "8.2.0" to "8.2.1" [skip ci]8b2f2dbBump version from "8.2.0-beta.3" to "8.2.0" [skip ci]ef343c7Bump version from "8.2.0-beta.2" to "8.2.0-beta.3" [skip ci]bd047a6Bump version from "8.2.0-beta.1" to "8.2.0-beta.2" [skip ci]d3d25f1Bump version from "8.2.0-beta.0" to "8.2.0-beta.1" [skip ci]78c3f60Bump version from "8.2.0-alpha.10" to "8.2.0-beta.0" [skip ci]3a1e61cadd an/internalin the path to core subpaths fromstorybook147f78dfixes84f2398trying to make it workcb5b778make packages peerDep onstorybookpackage instead of@storybook/coreUpdates
@storybook/addon-linksfrom 8.1.11 to 8.2.1Release notes
Sourced from
@storybook/addon-links's releases.... (truncated)
Changelog
Sourced from
@storybook/addon-links's changelog.... (truncated)
Commits
9c3d891Bump version from "8.2.0" to "8.2.1" [skip ci]8b2f2dbBump version from "8.2.0-beta.3" to "8.2.0" [skip ci]ef343c7Bump version from "8.2.0-beta.2" to "8.2.0-beta.3" [skip ci]bd047a6Bump version from "8.2.0-beta.1" to "8.2.0-beta.2" [skip ci]d3d25f1Bump version from "8.2.0-beta.0" to "8.2.0-beta.1" [skip ci]78c3f60Bump version from "8.2.0-alpha.10" to "8.2.0-beta.0" [skip ci]9b0ec09Use@storybook/csf0.1.11623d4e3Merge remote-tracking branch 'refs/remotes/origin/next' into kasper/canvas777df33Use stable csf release4f7bc5cMerge branch 'next' into norbert/cpcUpdates
@storybook/blocksfrom 8.1.11 to 8.2.1Release notes
Sourced from
@storybook/blocks's releases.... (truncated)
Changelog
Sourced from
@storybook/blocks's changelog.... (truncated)
Commits
9c3d891Bump version from "8.2.0" to "8.2.1" [skip ci]8b2f2dbBump version from "8.2.0-beta.3" to "8.2.0" [skip ci]ef343c7Bump version from "8.2.0-beta.2" to "8.2.0-beta.3" [skip ci]bd047a6Bump version from "8.2.0-beta.1" to "8.2.0-beta.2" [skip ci]d3d25f1Bump version from "8.2.0-beta.0" to "8.2.0-beta.1" [skip ci]e6a2947Merge pull request #28318 from storybookjs/shilman/28307-prebundle-tocbot78c3f60Bump version from "8.2.0-alpha.10" to "8.2.0-beta.0" [skip ci]af6e6f8Merge branch 'refs/heads/kasper/phases' into kasper/docs-filtering94b5b03Merge pull request #28422 from storybookjs/yann/fix-blocksfe3a93fFilter mount stories inside of Stories and give a proper error message when u...Updates
@storybook/manager-apifrom 8.1.11 to 8.2.1Release notes
Sourced from
@storybook/manager-api's releases.