build(deps): bump @babel/runtime and @storybook/addon-interactions
Bumps @babel/runtime to 7.27.0 and updates ancestor dependency @storybook/addon-interactions. These dependencies need to be updated together.
Updates @babel/runtime from 7.17.9 to 7.27.0
Release notes
Sourced from @babel/runtime's releases.
v7.27.0 (2025-03-24)
Thanks
@ishchhabraand@vovkasmfor your first PRs!:eyeglasses: Spec Compliance
:rocket: New Feature
babel-helper-create-class-features-plugin,babel-traverse,babel-types
- #17169 Allow
traverseFastto exit early (@liuxingbaoyu)babel-parser,babel-typesbabel-generatorbabel-parser,babel-template
- #17149 Add
allowYieldOutsideFunctionto parser (@liuxingbaoyu)babel-plugin-transform-typescript,babel-traverse
- #17102 feat: Add
upToScopeparameter tohasBinding(@liuxingbaoyu)babel-parserbabel-types
- #17162 feat(babel-types): Add support for BigInt literal conversion in valueToNode (
@ishchhabra):bug: Bug Fix
babel-helper-create-class-features-plugin,babel-plugin-transform-class-properties
- #16816 fix: Class reference in type throws error (
@liuxingbaoyu)babel-traverse
- #17170 fix: Reset child scopes when
scope.crawl()(@liuxingbaoyu)babel-helpers,babel-preset-typescript,babel-runtime-corejs2,babel-runtime-corejs3,babel-runtimebabel-cli
- #17182 fix:
@babel/cligenerates duplicate inline source maps (@liuxingbaoyu)babel-plugin-transform-named-capturing-groups-regex,babel-types:running_woman: Performance
babel-types
- #16870 perf: Improve builders of
@babel/types(@liuxingbaoyu)babel-helper-create-regexp-features-pluginCommitters: 5
- Babel Bot (
@babel-bot)- Huáng Jùnliàng (
@JLHwung)- Ish Chhabra (
@ishchhabra)- Vladimir Timofeev (
@vovkasm)@liuxingbaoyuv7.26.10 (2025-03-11)
... (truncated)
Changelog
Sourced from @babel/runtime's changelog.
v7.27.0 (2025-03-24)
:eyeglasses: Spec Compliance
:rocket: New Feature
babel-helper-create-class-features-plugin,babel-traverse,babel-types
- #17169 Allow
traverseFastto exit early (@liuxingbaoyu)babel-parser,babel-typesbabel-generatorbabel-parser,babel-template
- #17149 Add
allowYieldOutsideFunctionto parser (@liuxingbaoyu)babel-plugin-transform-typescript,babel-traverse
- #17102 feat: Add
upToScopeparameter tohasBinding(@liuxingbaoyu)babel-parserbabel-types
- #17162 feat(babel-types): Add support for BigInt literal conversion in valueToNode (
@ishchhabra):bug: Bug Fix
babel-helper-create-class-features-plugin,babel-plugin-transform-class-properties
- #16816 fix: Class reference in type throws error (
@liuxingbaoyu)babel-traverse
- #17170 fix: Reset child scopes when
scope.crawl()(@liuxingbaoyu)babel-helpers,babel-preset-typescript,babel-runtime-corejs2,babel-runtime-corejs3,babel-runtimebabel-cli
- #17182 fix:
@babel/cligenerates duplicate inline source maps (@liuxingbaoyu)babel-plugin-transform-named-capturing-groups-regex,babel-types:running_woman: Performance
babel-types
- #16870 perf: Improve builders of
@babel/types(@liuxingbaoyu)babel-helper-create-regexp-features-pluginv7.26.10 (2025-03-11)
:eyeglasses: Spec Compliance
:bug: Bug Fix
babel-parser,babel-templatebabel-core
- #17142 fix: "Map maximum size exceeded" in deepClone (
@liuxingbaoyu)
... (truncated)
Commits
5c350eav7.27.0ca4865aFix: align behaviour to tscrewriteRelativeImportExtensions(#17118)e1ce99dv7.26.10d5952e8Fix processing of replacement pattern with named capture groups (#17173)64bca7bv7.26.92d95140v7.26.763d3038v7.26.0b07957ev7.25.9af91759fix: Accidentally publishing useless files (#16917)2533cfbv7.25.7- Additional commits viewable in compare view
Updates @storybook/addon-interactions from 6.5.15 to 8.6.12
Release notes
Sourced from @storybook/addon-interactions's releases.
v8.6.12
8.6.12
- CLI: Only install Visual Test Addon if test feature is selected - #30966, thanks
@ghengeveld!- Core: Fix telemetry error on Storybook UI - #30953, thanks
@yannbf!- Ember: Fix
ember-template-compilerimport for ember 6+ - #30682, thanks@leoeuclids!- Next: Upgrade vite-plugin-storybook-nextjs for Next v14 compatibility - #30997, thanks
@kasperpeulen!- Svelte: Exclude
node_modulesfrom docgen - #30981, thanks@JReinhold!v8.6.11
8.6.11
- Angular: Fix zone.js support for Angular libraries - #30941, thanks
@valentinpalkovic!v8.6.10
8.6.10
- Addon-docs: Fix non-string handling in Stories block - #30913, thanks
@JamesIves!- Nextjs: Fix styled-jsx optimize vite warnings - #30932, thanks
@kasperpeulen!- React: Fix actImplementation is not a function - #30929, thanks
@kasperpeulen!v8.6.9
8.6.9
- Next: Fix react aliases in next vite plugin - #30914, thanks
@kasperpeulen!v8.6.8
8.6.8
- Angular: Export all files in Angular package.json - #30849, thanks
@kasperpeulen!- CLI: Don't add packageManager entry to package.json automatically - #30855, thanks
@kasperpeulen!- React: Allow portable stories to be used in SSR - #30847, thanks
@kasperpeulen!- Svelte: Adjust Svelte typings to include Svelte 5 function components - #30852, thanks
@dummdidumm!- Telemetry: Make sure that telemetry doesn't fail on init - #30857, thanks
@kasperpeulen!- Vite: Update HMR filter to target specific story file types - #30845, thanks
@kasperpeulen!v8.6.7
8.6.7
v8.6.6
8.6.6
- Angular: Make sure that polyfills are loaded before the storybook is loaded - #30811, thanks
@kasperpeulen!- CSF: Fix CSF subcomponent type - #30729, thanks
@filipemelo2002!v8.6.5
8.6.5
... (truncated)
Changelog
Sourced from @storybook/addon-interactions's changelog.
8.6.12
- CLI: Only install Visual Test Addon if test feature is selected - #30966, thanks
@ghengeveld!- Core: Fix telemetry error on Storybook UI - #30953, thanks
@yannbf!- Ember: Fix
ember-template-compilerimport for ember 6+ - #30682, thanks@leoeuclids!- Next: Update vite-plugin-storybook-nextjs to 2.0.0--canary.33.17a2310.0 - #30997, thanks
@kasperpeulen!- Svelte: Exclude
node_modulesfrom docgen - #30981, thanks@JReinhold!8.6.11
- Angular: Fix zone.js support for Angular libraries - #30941, thanks
@valentinpalkovic!8.6.10
- Addon-docs: Fix non-string handling in Stories block - #30913, thanks
@JamesIves!- Nextjs: Fix styled-jsx optimize vite warnings - #30932, thanks
@kasperpeulen!- React: Fix actImplementation is not a function - #30929, thanks
@kasperpeulen!8.6.9
- Next: Fix react aliases in next vite plugin - #30914, thanks
@kasperpeulen!8.6.8
- Angular: Export all files in Angular package.json - #30849, thanks
@kasperpeulen!- CLI: Don't add packageManager entry to package.json automatically - #30855, thanks
@kasperpeulen!- React: Allow portable stories to be used in SSR - #30847, thanks
@kasperpeulen!- Svelte: Adjust Svelte typings to include Svelte 5 function components - #30852, thanks
@dummdidumm!- Telemetry: Make sure that telemetry doesn't fail on init - #30857, thanks
@kasperpeulen!- Vite: Update HMR filter to target specific story file types - #30845, thanks
@kasperpeulen!8.6.7
8.6.6
- Angular: Make sure that polyfills are loaded before the storybook is loaded - #30811, thanks
@kasperpeulen!- CSF: Fix CSF subcomponent type - #30729, thanks
@filipemelo2002!8.6.5
- Addon A11y: Promote
@storybook/globalto full dependency - #30723, thanks@mrginglymus!- Angular: Add
@angular-devkit/build-angularto installed packages - #30790, thanks@kasperpeulen!- CLI: Fix test install in RNW projects - #30786, thanks
@shilman!- Core: Replace 'min' instead of 'm' in printDuration - #30668, thanks
@wlewis-formative!- Next.js: Use latest version when init in empty directory - #30659, thanks
@valentinpalkovic!- Svelte: Fix Vite crashing on virtual module imports - #26838, thanks
@rChaoz!- Svelte: Fix automatic argTypes inference coming up empty with
[email protected]- #30784, thanks@JReinhold!- Universal Store: Don't use
crypto.randomUUID- #30781, thanks@JReinhold!
... (truncated)
Commits
1c35b29Bump version from "8.6.11" to "8.6.12" [skip ci]2afd30dBump version from "8.6.10" to "8.6.11" [skip ci]23d2037Bump version from "8.6.9" to "8.6.10" [skip ci]207c2f4Bump version from "8.6.8" to "8.6.9" [skip ci]d4960eaBump version from "8.6.7" to "8.6.8" [skip ci]019cd1fBump version from "8.6.6" to "8.6.7" [skip ci]9a7a795Bump version from "8.6.5" to "8.6.6" [skip ci]4e23d75Bump version from "8.6.4" to "8.6.5" [skip ci]d826042Bump version from "8.6.3" to "8.6.4" [skip ci]d4e73f5Bump version from "8.6.2" to "8.6.3" [skip ci]- Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by storybook-bot, a new releaser for @storybook/addon-interactions since your current version.
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 rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency -
@dependabot ignore this major versionwill 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 versionwill 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 dependencywill 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.