Skip to content

Upgrade storybook to 8.6.15#247310

Merged
kc13greiner merged 3 commits intoelastic:mainfrom
kc13greiner:chore/upgrade_storybook_8_6_15
Dec 23, 2025
Merged

Upgrade storybook to 8.6.15#247310
kc13greiner merged 3 commits intoelastic:mainfrom
kc13greiner:chore/upgrade_storybook_8_6_15

Conversation

@kc13greiner
Copy link
Contributor

@kc13greiner kc13greiner commented Dec 22, 2025

Summary

Upgrade storybook from version 8.6.14 to 8.6.15

@kc13greiner kc13greiner self-assigned this Dec 22, 2025
@kc13greiner kc13greiner added chore Team:Security Platform Security: Auth, Users, Roles, Spaces, Audit Logging, etc t// backport:all-open Backport to all branches that could still receive a release labels Dec 22, 2025
@kc13greiner kc13greiner marked this pull request as ready for review December 23, 2025 01:20
@elasticmachine
Copy link
Contributor

Pinging @elastic/kibana-security (Team:Security)

@kc13greiner kc13greiner enabled auto-merge (squash) December 23, 2025 02:36
@@ -1752,23 +1751,23 @@
"@pmmmwh/react-refresh-webpack-plugin": "^0.6.1",
"@redocly/cli": "^2.12.3",
"@statoscope/webpack-plugin": "^5.28.2",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should we also bump "storybook": "^8.6.14",?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

oooo 🤦 will update asap...

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done in 26d7a6e

Comment on lines 35134 to 35183
@@ -35135,7 +35166,7 @@ xpath@^0.0.33:
resolved "https://registry.yarnpkg.com/xpath/-/xpath-0.0.33.tgz#5136b6094227c5df92002e7c3a13516a5074eb07"
integrity sha512-NNXnzrkDrAzalLhIUc01jO2mOzXGXh1JwPgkihcLLzw98c0WgYDmmjSh1Kl3wzaxSVWMuA+fe0WTWOBDWCBmNA==

"xstate5@npm:xstate@^5.19.2", xstate@^5.19.2:
"xstate5@npm:xstate@^5.19.2":
version "5.19.2"
resolved "https://registry.yarnpkg.com/xstate/-/xstate-5.19.2.tgz#db3f1ee614bbb6a49ad3f0c96ddbf98562d456ba"
integrity sha512-B8fL2aP0ogn5aviAXFzI5oZseAMqN00fg/TeDa3ZtatyDcViYLIfuQl4y8qmHCiKZgGEzmnTyNtNQL9oeJE2gw==
@@ -35145,6 +35176,11 @@ xstate@^4.38.3:
resolved "https://registry.yarnpkg.com/xstate/-/xstate-4.38.3.tgz#4e15e7ad3aa0ca1eea2010548a5379966d8f1075"
integrity sha512-SH7nAaaPQx57dx6qvfcIgqKRXIh4L0A1iYEqim4s1u7c9VoCgzZc+63FY90AKU4ZzOC2cfJzTnpO4zK7fCUzzw==

xstate@^5.19.2:
version "5.19.2"
resolved "https://registry.yarnpkg.com/xstate/-/xstate-5.19.2.tgz#db3f1ee614bbb6a49ad3f0c96ddbf98562d456ba"
integrity sha512-B8fL2aP0ogn5aviAXFzI5oZseAMqN00fg/TeDa3ZtatyDcViYLIfuQl4y8qmHCiKZgGEzmnTyNtNQL9oeJE2gw==

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These seem to be unrelated to your PR (and not sure why it split into two entries even though previously it was just one) as well changes to *-ansi, string-width and d3

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice find, I will address these

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done in 26d7a6e

@kc13greiner kc13greiner added the release_note:skip Skip the PR/issue when compiling release notes label Dec 23, 2025
Copy link
Contributor

@azasypkin azasypkin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@kc13greiner kc13greiner merged commit b3c1ec5 into elastic:main Dec 23, 2025
16 checks passed
@kibanamachine
Copy link
Contributor

Starting backport for target branches: 8.19, 9.1, 9.2, 9.3

https://github.com/elastic/kibana/actions/runs/20465216287

@elasticmachine
Copy link
Contributor

💚 Build Succeeded

Metrics [docs]

✅ unchanged

History

cc @kc13greiner

kibanamachine pushed a commit to kibanamachine/kibana that referenced this pull request Dec 23, 2025
## Summary

Upgrade `storybook` from version `8.6.14` to `8.6.15`

(cherry picked from commit b3c1ec5)
@kibanamachine
Copy link
Contributor

💔 Some backports could not be created

Status Branch Result
8.19 Backport failed because of merge conflicts
9.1 Backport failed because of merge conflicts
9.2 Backport failed because of merge conflicts
9.3

Note: Successful backport PRs will be merged automatically after passing CI.

Manual backport

To create the backport manually run:

node scripts/backport --pr 247310

Questions ?

Please refer to the Backport tool documentation

kc13greiner added a commit to kc13greiner/kibana that referenced this pull request Dec 23, 2025
## Summary

Upgrade `storybook` from version `8.6.14` to `8.6.15`

(cherry picked from commit b3c1ec5)

# Conflicts:
#	package.json
#	yarn.lock
kc13greiner added a commit to kc13greiner/kibana that referenced this pull request Dec 23, 2025
## Summary

Upgrade `storybook` from version `8.6.14` to `8.6.15`

(cherry picked from commit b3c1ec5)

# Conflicts:
#	package.json
#	yarn.lock
@kc13greiner
Copy link
Contributor Author

💚 All backports created successfully

Status Branch Result
9.2
9.1
8.19

Note: Successful backport PRs will be merged automatically after passing CI.

Questions ?

Please refer to the Backport tool documentation

kc13greiner added a commit to kc13greiner/kibana that referenced this pull request Dec 23, 2025
## Summary

Upgrade `storybook` from version `8.6.14` to `8.6.15`

(cherry picked from commit b3c1ec5)

# Conflicts:
#	package.json
kibanamachine added a commit that referenced this pull request Dec 23, 2025
# Backport

This will backport the following commits from `main` to `9.3`:
- [Upgrade storybook to 8.6.15
(#247310)](#247310)

<!--- Backport version: 9.6.6 -->

### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sorenlouv/backport)

<!--BACKPORT
[{"author":{"name":"Kurt","email":"kc13greiner@users.noreply.github.com"},"sourceCommit":{"committedDate":"2025-12-23T15:48:34Z","message":"Upgrade
storybook to 8.6.15 (#247310)\n\n## Summary\n\nUpgrade `storybook` from
version `8.6.14` to
`8.6.15`","sha":"b3c1ec582e43f73930bcf5b59c178b68f90fc268","branchLabelMapping":{"^v9.4.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["chore","Team:Security","release_note:skip","backport:all-open","v9.4.0"],"title":"Upgrade
storybook to
8.6.15","number":247310,"url":"https://github.com/elastic/kibana/pull/247310","mergeCommit":{"message":"Upgrade
storybook to 8.6.15 (#247310)\n\n## Summary\n\nUpgrade `storybook` from
version `8.6.14` to
`8.6.15`","sha":"b3c1ec582e43f73930bcf5b59c178b68f90fc268"}},"sourceBranch":"main","suggestedTargetBranches":[],"targetPullRequestStates":[{"branch":"main","label":"v9.4.0","branchLabelMappingKey":"^v9.4.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/247310","number":247310,"mergeCommit":{"message":"Upgrade
storybook to 8.6.15 (#247310)\n\n## Summary\n\nUpgrade `storybook` from
version `8.6.14` to
`8.6.15`","sha":"b3c1ec582e43f73930bcf5b59c178b68f90fc268"}}]}]
BACKPORT-->

Co-authored-by: Kurt <kc13greiner@users.noreply.github.com>
@kibanamachine kibanamachine added the backport missing Added to PRs automatically when the are determined to be missing a backport. label Dec 24, 2025
@kibanamachine
Copy link
Contributor

Looks like this PR has backport PRs but they still haven't been merged. Please merge them ASAP to keep the branches relatively in sync.
cc: @kc13greiner

1 similar comment
@kibanamachine
Copy link
Contributor

Looks like this PR has backport PRs but they still haven't been merged. Please merge them ASAP to keep the branches relatively in sync.
cc: @kc13greiner

@kibanamachine
Copy link
Contributor

Looks like this PR has backport PRs but they still haven't been merged. Please merge them ASAP to keep the branches relatively in sync.
cc: @kc13greiner

kc13greiner added a commit that referenced this pull request Dec 29, 2025
# Backport

This will backport the following commits from `main` to `9.2`:
- [Upgrade storybook to 8.6.15
(#247310)](#247310)

<!--- Backport version: 10.2.0 -->

### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sorenlouv/backport)

<!--BACKPORT
[{"author":{"name":"Kurt","email":"kc13greiner@users.noreply.github.com"},"sourceCommit":{"committedDate":"2025-12-23T15:48:34Z","message":"Upgrade
storybook to 8.6.15 (#247310)\n\n## Summary\n\nUpgrade `storybook` from
version `8.6.14` to
`8.6.15`","sha":"b3c1ec582e43f73930bcf5b59c178b68f90fc268","branchLabelMapping":{"^v9.4.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["chore","Team:Security","release_note:skip","backport:all-open","v9.4.0"],"title":"Upgrade
storybook to
8.6.15","number":247310,"url":"https://github.com/elastic/kibana/pull/247310","mergeCommit":{"message":"Upgrade
storybook to 8.6.15 (#247310)\n\n## Summary\n\nUpgrade `storybook` from
version `8.6.14` to
`8.6.15`","sha":"b3c1ec582e43f73930bcf5b59c178b68f90fc268"}},"sourceBranch":"main","suggestedTargetBranches":[],"targetPullRequestStates":[{"branch":"main","label":"v9.4.0","branchLabelMappingKey":"^v9.4.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/247310","number":247310,"mergeCommit":{"message":"Upgrade
storybook to 8.6.15 (#247310)\n\n## Summary\n\nUpgrade `storybook` from
version `8.6.14` to
`8.6.15`","sha":"b3c1ec582e43f73930bcf5b59c178b68f90fc268"}},{"url":"https://github.com/elastic/kibana/pull/247391","number":247391,"branch":"9.3","state":"OPEN"}]}]
BACKPORT-->

---------

Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>
kc13greiner added a commit that referenced this pull request Dec 29, 2025
# Backport

This will backport the following commits from `main` to `9.1`:
- [Upgrade storybook to 8.6.15
(#247310)](#247310)

<!--- Backport version: 10.2.0 -->

### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sorenlouv/backport)

<!--BACKPORT
[{"author":{"name":"Kurt","email":"kc13greiner@users.noreply.github.com"},"sourceCommit":{"committedDate":"2025-12-23T15:48:34Z","message":"Upgrade
storybook to 8.6.15 (#247310)\n\n## Summary\n\nUpgrade `storybook` from
version `8.6.14` to
`8.6.15`","sha":"b3c1ec582e43f73930bcf5b59c178b68f90fc268","branchLabelMapping":{"^v9.4.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["chore","Team:Security","release_note:skip","backport:all-open","v9.4.0"],"title":"Upgrade
storybook to
8.6.15","number":247310,"url":"https://github.com/elastic/kibana/pull/247310","mergeCommit":{"message":"Upgrade
storybook to 8.6.15 (#247310)\n\n## Summary\n\nUpgrade `storybook` from
version `8.6.14` to
`8.6.15`","sha":"b3c1ec582e43f73930bcf5b59c178b68f90fc268"}},"sourceBranch":"main","suggestedTargetBranches":[],"targetPullRequestStates":[{"branch":"main","label":"v9.4.0","branchLabelMappingKey":"^v9.4.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/247310","number":247310,"mergeCommit":{"message":"Upgrade
storybook to 8.6.15 (#247310)\n\n## Summary\n\nUpgrade `storybook` from
version `8.6.14` to
`8.6.15`","sha":"b3c1ec582e43f73930bcf5b59c178b68f90fc268"}},{"url":"https://github.com/elastic/kibana/pull/247391","number":247391,"branch":"9.3","state":"OPEN"}]}]
BACKPORT-->

---------

Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>
kc13greiner added a commit that referenced this pull request Dec 29, 2025
# Backport

This will backport the following commits from `main` to `8.19`:
- [Upgrade storybook to 8.6.15
(#247310)](#247310)

<!--- Backport version: 10.2.0 -->

### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sorenlouv/backport)

<!--BACKPORT
[{"author":{"name":"Kurt","email":"kc13greiner@users.noreply.github.com"},"sourceCommit":{"committedDate":"2025-12-23T15:48:34Z","message":"Upgrade
storybook to 8.6.15 (#247310)\n\n## Summary\n\nUpgrade `storybook` from
version `8.6.14` to
`8.6.15`","sha":"b3c1ec582e43f73930bcf5b59c178b68f90fc268","branchLabelMapping":{"^v9.4.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["chore","Team:Security","release_note:skip","backport:all-open","v9.4.0"],"title":"Upgrade
storybook to
8.6.15","number":247310,"url":"https://github.com/elastic/kibana/pull/247310","mergeCommit":{"message":"Upgrade
storybook to 8.6.15 (#247310)\n\n## Summary\n\nUpgrade `storybook` from
version `8.6.14` to
`8.6.15`","sha":"b3c1ec582e43f73930bcf5b59c178b68f90fc268"}},"sourceBranch":"main","suggestedTargetBranches":[],"targetPullRequestStates":[{"branch":"main","label":"v9.4.0","branchLabelMappingKey":"^v9.4.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/247310","number":247310,"mergeCommit":{"message":"Upgrade
storybook to 8.6.15 (#247310)\n\n## Summary\n\nUpgrade `storybook` from
version `8.6.14` to
`8.6.15`","sha":"b3c1ec582e43f73930bcf5b59c178b68f90fc268"}},{"url":"https://github.com/elastic/kibana/pull/247391","number":247391,"branch":"9.3","state":"OPEN"}]}]
BACKPORT-->
@kibanamachine kibanamachine added v8.19.10 and removed backport missing Added to PRs automatically when the are determined to be missing a backport. labels Dec 29, 2025
CAWilson94 pushed a commit to CAWilson94/kibana that referenced this pull request Jan 6, 2026
## Summary

Upgrade `storybook` from version `8.6.14` to `8.6.15`
dej611 pushed a commit to dej611/kibana that referenced this pull request Jan 8, 2026
## Summary

Upgrade `storybook` from version `8.6.14` to `8.6.15`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

backport:all-open Backport to all branches that could still receive a release chore release_note:skip Skip the PR/issue when compiling release notes Team:Security Platform Security: Auth, Users, Roles, Spaces, Audit Logging, etc t// v8.19.10 v9.1.10 v9.2.4 v9.3.0 v9.4.0

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants