meta: bump the storybook group with 6 updates
Bumps the storybook group with 6 updates:
| Package | From | To |
|---|---|---|
| @storybook/addon-controls | 8.1.5 |
8.1.11 |
| @storybook/addon-interactions | 8.1.5 |
8.1.11 |
| @storybook/addon-themes | 8.1.5 |
8.1.11 |
| @storybook/addon-viewport | 8.1.5 |
8.1.11 |
| @storybook/nextjs | 8.1.5 |
8.1.11 |
| storybook | 8.1.5 |
8.1.11 |
Updates @storybook/addon-controls from 8.1.5 to 8.1.11
Release notes
Sourced from @storybook/addon-controls's releases.
v8.1.11
8.1.11
- Telemetry: Detect Node version - #28299, thanks
@yannbf!- Test: Upgrade deps of
@storybook/test- #27862, thanks@kasperpeulen!v8.1.10
8.1.10
- Addon-interactions: Fix deprecation warnings - #28250, thanks
@shilman!- Test: Upgrade deps of
@storybook/test- #27862, thanks@kasperpeulen!v8.1.9
8.1.9
- Addon-a11y: Workaround for Vite 5.3.0 compat - #28241, thanks
@shilman!- CLI: Add
--no-devoption toinit- #26918, thanks@fastfrwrd!- CLI: Fix
init --skip-install- #28226, thanks@shilman!v8.1.8
8.1.8
- Automigrations: Make VTA "learn more" link clickable - #28020, thanks
@deiga!- CLI: Fix
init --skip-install- #28226, thanks@shilman!v8.1.7
8.1.7
- Addon-actions: Only log spies with names - #28091, thanks
@kasperpeulen!- CLI: Fix typo in React Docgen migration - #27536, thanks
@jonniebigodes!- Portable Stories: Add tags to composed story - #27708, thanks
@yannbf!- Test: Display toHaveBeenCalledWith expected / received values on failure - #28088, thanks
@kasperpeulen!v8.1.6
8.1.6
- CLI: Only log UpgradeStorybookToSameVersionError but continue upgrade as normal - #27217, thanks
@kasperpeulen!- Core: Replace ip function with a small helper function to address security concerns - #27529, thanks
@tony19!- Tags: Fix unsafe project-level tags lookup - #27511, thanks
@shilman!- Vite: Fix stats-plugin to normalize file names with posix paths - #27218, thanks
@AlexAtVista!
Changelog
Sourced from @storybook/addon-controls's changelog.
8.1.11
- Telemetry: Detect Node version - #28299, thanks
@yannbf!- Test: Upgrade deps of
@storybook/test- #27862, thanks@kasperpeulen!8.1.10
- Addon-interactions: Fix deprecation warnings - #28250, thanks
@shilman!- Test: Upgrade deps of
@storybook/test- #27862, thanks@kasperpeulen!8.1.9
- Addon-a11y: Workaround for Vite 5.3.0 compat - #28241, thanks
@shilman!- CLI: Add
--no-devoption toinit- #26918, thanks@fastfrwrd!- CLI: Fix
init --skip-install- #28226, thanks@shilman!8.1.8
- Automigrations: Make VTA "learn more" link clickable - #28020, thanks
@deiga!- CLI: Fix
init --skip-install- #28226, thanks@shilman!8.1.7
- Addon-actions: Only log spies with names - #28091, thanks
@kasperpeulen!- CLI: Fix typo in React Docgen migration - #27536, thanks
@jonniebigodes!- Portable Stories: Add tags to composed story - #27708, thanks
@yannbf!- Test: Display toHaveBeenCalledWith expected / received values on failure - #28088, thanks
@kasperpeulen!8.1.6
- CLI: Only log the UpgradeStorybookToSameVersionError but continue the upgrade as normal - #27217, thanks
@kasperpeulen!- Core: Replace ip function with a small helper function to address security concerns - #27529, thanks
@tony19!- Tags: Fix unsafe project-level tags lookup - #27511, thanks
@shilman!- Vite: Fix stats-plugin to normalize file names with posix paths - #27218, thanks
@AlexAtVista!
Commits
958e86cBump version from "8.1.10" to "8.1.11" [skip ci]3fda293Bump version from "8.1.9" to "8.1.10" [skip ci]01bb58eBump version from "8.1.8" to "8.1.9" [skip ci]001c9d8Bump version from "8.1.7" to "8.1.8" [skip ci]cc49ca8Bump version from "8.1.6" to "8.1.7" [skip ci]27a643dBump version from "8.1.5" to "8.1.6" [skip ci]- See full diff in compare view
Updates @storybook/addon-interactions from 8.1.5 to 8.1.11
Release notes
Sourced from @storybook/addon-interactions's releases.
v8.1.11
8.1.11
- Telemetry: Detect Node version - #28299, thanks
@yannbf!- Test: Upgrade deps of
@storybook/test- #27862, thanks@kasperpeulen!v8.1.10
8.1.10
- Addon-interactions: Fix deprecation warnings - #28250, thanks
@shilman!- Test: Upgrade deps of
@storybook/test- #27862, thanks@kasperpeulen!v8.1.9
8.1.9
- Addon-a11y: Workaround for Vite 5.3.0 compat - #28241, thanks
@shilman!- CLI: Add
--no-devoption toinit- #26918, thanks@fastfrwrd!- CLI: Fix
init --skip-install- #28226, thanks@shilman!v8.1.8
8.1.8
- Automigrations: Make VTA "learn more" link clickable - #28020, thanks
@deiga!- CLI: Fix
init --skip-install- #28226, thanks@shilman!v8.1.7
8.1.7
- Addon-actions: Only log spies with names - #28091, thanks
@kasperpeulen!- CLI: Fix typo in React Docgen migration - #27536, thanks
@jonniebigodes!- Portable Stories: Add tags to composed story - #27708, thanks
@yannbf!- Test: Display toHaveBeenCalledWith expected / received values on failure - #28088, thanks
@kasperpeulen!v8.1.6
8.1.6
- CLI: Only log UpgradeStorybookToSameVersionError but continue upgrade as normal - #27217, thanks
@kasperpeulen!- Core: Replace ip function with a small helper function to address security concerns - #27529, thanks
@tony19!- Tags: Fix unsafe project-level tags lookup - #27511, thanks
@shilman!- Vite: Fix stats-plugin to normalize file names with posix paths - #27218, thanks
@AlexAtVista!
Changelog
Sourced from @storybook/addon-interactions's changelog.
8.1.11
- Telemetry: Detect Node version - #28299, thanks
@yannbf!- Test: Upgrade deps of
@storybook/test- #27862, thanks@kasperpeulen!8.1.10
- Addon-interactions: Fix deprecation warnings - #28250, thanks
@shilman!- Test: Upgrade deps of
@storybook/test- #27862, thanks@kasperpeulen!8.1.9
- Addon-a11y: Workaround for Vite 5.3.0 compat - #28241, thanks
@shilman!- CLI: Add
--no-devoption toinit- #26918, thanks@fastfrwrd!- CLI: Fix
init --skip-install- #28226, thanks@shilman!8.1.8
- Automigrations: Make VTA "learn more" link clickable - #28020, thanks
@deiga!- CLI: Fix
init --skip-install- #28226, thanks@shilman!8.1.7
- Addon-actions: Only log spies with names - #28091, thanks
@kasperpeulen!- CLI: Fix typo in React Docgen migration - #27536, thanks
@jonniebigodes!- Portable Stories: Add tags to composed story - #27708, thanks
@yannbf!- Test: Display toHaveBeenCalledWith expected / received values on failure - #28088, thanks
@kasperpeulen!8.1.6
- CLI: Only log the UpgradeStorybookToSameVersionError but continue the upgrade as normal - #27217, thanks
@kasperpeulen!- Core: Replace ip function with a small helper function to address security concerns - #27529, thanks
@tony19!- Tags: Fix unsafe project-level tags lookup - #27511, thanks
@shilman!- Vite: Fix stats-plugin to normalize file names with posix paths - #27218, thanks
@AlexAtVista!
Commits
958e86cBump version from "8.1.10" to "8.1.11" [skip ci]3fda293Bump version from "8.1.9" to "8.1.10" [skip ci]8925626Merge pull request #28250 from storybookjs/shilman/26595-fix-interactions-dep...01bb58eBump version from "8.1.8" to "8.1.9" [skip ci]001c9d8Bump version from "8.1.7" to "8.1.8" [skip ci]cc49ca8Bump version from "8.1.6" to "8.1.7" [skip ci]ecaa843Merge pull request #28088 from storybookjs/kasper/display-vitest-errors27a643dBump version from "8.1.5" to "8.1.6" [skip ci]- See full diff in compare view
Updates @storybook/addon-themes from 8.1.5 to 8.1.11
Release notes
Sourced from @storybook/addon-themes's releases.
v8.1.11
8.1.11
- Telemetry: Detect Node version - #28299, thanks
@yannbf!- Test: Upgrade deps of
@storybook/test- #27862, thanks@kasperpeulen!v8.1.10
8.1.10
- Addon-interactions: Fix deprecation warnings - #28250, thanks
@shilman!- Test: Upgrade deps of
@storybook/test- #27862, thanks@kasperpeulen!v8.1.9
8.1.9
- Addon-a11y: Workaround for Vite 5.3.0 compat - #28241, thanks
@shilman!- CLI: Add
--no-devoption toinit- #26918, thanks@fastfrwrd!- CLI: Fix
init --skip-install- #28226, thanks@shilman!v8.1.8
8.1.8
- Automigrations: Make VTA "learn more" link clickable - #28020, thanks
@deiga!- CLI: Fix
init --skip-install- #28226, thanks@shilman!v8.1.7
8.1.7
- Addon-actions: Only log spies with names - #28091, thanks
@kasperpeulen!- CLI: Fix typo in React Docgen migration - #27536, thanks
@jonniebigodes!- Portable Stories: Add tags to composed story - #27708, thanks
@yannbf!- Test: Display toHaveBeenCalledWith expected / received values on failure - #28088, thanks
@kasperpeulen!v8.1.6
8.1.6
- CLI: Only log UpgradeStorybookToSameVersionError but continue upgrade as normal - #27217, thanks
@kasperpeulen!- Core: Replace ip function with a small helper function to address security concerns - #27529, thanks
@tony19!- Tags: Fix unsafe project-level tags lookup - #27511, thanks
@shilman!- Vite: Fix stats-plugin to normalize file names with posix paths - #27218, thanks
@AlexAtVista!
Changelog
Sourced from @storybook/addon-themes's changelog.
8.1.11
- Telemetry: Detect Node version - #28299, thanks
@yannbf!- Test: Upgrade deps of
@storybook/test- #27862, thanks@kasperpeulen!8.1.10
- Addon-interactions: Fix deprecation warnings - #28250, thanks
@shilman!- Test: Upgrade deps of
@storybook/test- #27862, thanks@kasperpeulen!8.1.9
- Addon-a11y: Workaround for Vite 5.3.0 compat - #28241, thanks
@shilman!- CLI: Add
--no-devoption toinit- #26918, thanks@fastfrwrd!- CLI: Fix
init --skip-install- #28226, thanks@shilman!8.1.8
- Automigrations: Make VTA "learn more" link clickable - #28020, thanks
@deiga!- CLI: Fix
init --skip-install- #28226, thanks@shilman!8.1.7
- Addon-actions: Only log spies with names - #28091, thanks
@kasperpeulen!- CLI: Fix typo in React Docgen migration - #27536, thanks
@jonniebigodes!- Portable Stories: Add tags to composed story - #27708, thanks
@yannbf!- Test: Display toHaveBeenCalledWith expected / received values on failure - #28088, thanks
@kasperpeulen!8.1.6
- CLI: Only log the UpgradeStorybookToSameVersionError but continue the upgrade as normal - #27217, thanks
@kasperpeulen!- Core: Replace ip function with a small helper function to address security concerns - #27529, thanks
@tony19!- Tags: Fix unsafe project-level tags lookup - #27511, thanks
@shilman!- Vite: Fix stats-plugin to normalize file names with posix paths - #27218, thanks
@AlexAtVista!
Commits
958e86cBump version from "8.1.10" to "8.1.11" [skip ci]3fda293Bump version from "8.1.9" to "8.1.10" [skip ci]01bb58eBump version from "8.1.8" to "8.1.9" [skip ci]001c9d8Bump version from "8.1.7" to "8.1.8" [skip ci]cc49ca8Bump version from "8.1.6" to "8.1.7" [skip ci]27a643dBump version from "8.1.5" to "8.1.6" [skip ci]- See full diff in compare view
Updates @storybook/addon-viewport from 8.1.5 to 8.1.11
Release notes
Sourced from @storybook/addon-viewport's releases.
v8.1.11
8.1.11
- Telemetry: Detect Node version - #28299, thanks
@yannbf!- Test: Upgrade deps of
@storybook/test- #27862, thanks@kasperpeulen!v8.1.10
8.1.10
- Addon-interactions: Fix deprecation warnings - #28250, thanks
@shilman!- Test: Upgrade deps of
@storybook/test- #27862, thanks@kasperpeulen!v8.1.9
8.1.9
- Addon-a11y: Workaround for Vite 5.3.0 compat - #28241, thanks
@shilman!- CLI: Add
--no-devoption toinit- #26918, thanks@fastfrwrd!- CLI: Fix
init --skip-install- #28226, thanks@shilman!v8.1.8
8.1.8
- Automigrations: Make VTA "learn more" link clickable - #28020, thanks
@deiga!- CLI: Fix
init --skip-install- #28226, thanks@shilman!v8.1.7
8.1.7
- Addon-actions: Only log spies with names - #28091, thanks
@kasperpeulen!- CLI: Fix typo in React Docgen migration - #27536, thanks
@jonniebigodes!- Portable Stories: Add tags to composed story - #27708, thanks
@yannbf!- Test: Display toHaveBeenCalledWith expected / received values on failure - #28088, thanks
@kasperpeulen!v8.1.6
8.1.6
- CLI: Only log UpgradeStorybookToSameVersionError but continue upgrade as normal - #27217, thanks
@kasperpeulen!- Core: Replace ip function with a small helper function to address security concerns - #27529, thanks
@tony19!- Tags: Fix unsafe project-level tags lookup - #27511, thanks
@shilman!- Vite: Fix stats-plugin to normalize file names with posix paths - #27218, thanks
@AlexAtVista!
Changelog
Sourced from @storybook/addon-viewport's changelog.
8.1.11
- Telemetry: Detect Node version - #28299, thanks
@yannbf!- Test: Upgrade deps of
@storybook/test- #27862, thanks@kasperpeulen!8.1.10
- Addon-interactions: Fix deprecation warnings - #28250, thanks
@shilman!- Test: Upgrade deps of
@storybook/test- #27862, thanks@kasperpeulen!8.1.9
- Addon-a11y: Workaround for Vite 5.3.0 compat - #28241, thanks
@shilman!- CLI: Add
--no-devoption toinit- #26918, thanks@fastfrwrd!- CLI: Fix
init --skip-install- #28226, thanks@shilman!8.1.8
- Automigrations: Make VTA "learn more" link clickable - #28020, thanks
@deiga!- CLI: Fix
init --skip-install- #28226, thanks@shilman!8.1.7
- Addon-actions: Only log spies with names - #28091, thanks
@kasperpeulen!- CLI: Fix typo in React Docgen migration - #27536, thanks
@jonniebigodes!- Portable Stories: Add tags to composed story - #27708, thanks
@yannbf!- Test: Display toHaveBeenCalledWith expected / received values on failure - #28088, thanks
@kasperpeulen!8.1.6
- CLI: Only log the UpgradeStorybookToSameVersionError but continue the upgrade as normal - #27217, thanks
@kasperpeulen!- Core: Replace ip function with a small helper function to address security concerns - #27529, thanks
@tony19!- Tags: Fix unsafe project-level tags lookup - #27511, thanks
@shilman!- Vite: Fix stats-plugin to normalize file names with posix paths - #27218, thanks
@AlexAtVista!
Commits
958e86cBump version from "8.1.10" to "8.1.11" [skip ci]3fda293Bump version from "8.1.9" to "8.1.10" [skip ci]01bb58eBump version from "8.1.8" to "8.1.9" [skip ci]001c9d8Bump version from "8.1.7" to "8.1.8" [skip ci]cc49ca8Bump version from "8.1.6" to "8.1.7" [skip ci]27a643dBump version from "8.1.5" to "8.1.6" [skip ci]- See full diff in compare view
Updates @storybook/nextjs from 8.1.5 to 8.1.11
Release notes
Sourced from @storybook/nextjs's releases.
v8.1.11
8.1.11
- Telemetry: Detect Node version - #28299, thanks
@yannbf!- Test: Upgrade deps of
@storybook/test- #27862, thanks@kasperpeulen!v8.1.10
8.1.10
- Addon-interactions: Fix deprecation warnings - #28250, thanks
@shilman!- Test: Upgrade deps of
@storybook/test- #27862, thanks@kasperpeulen!v8.1.9
8.1.9
- Addon-a11y: Workaround for Vite 5.3.0 compat - #28241, thanks
@shilman!- CLI: Add
--no-devoption toinit- #26918, thanks@fastfrwrd!- CLI: Fix
init --skip-install- #28226, thanks@shilman!v8.1.8
8.1.8
- Automigrations: Make VTA "learn more" link clickable - #28020, thanks
@deiga!- CLI: Fix
init --skip-install- #28226, thanks@shilman!v8.1.7
8.1.7
- Addon-actions: Only log spies with names - #28091, thanks
@kasperpeulen!- CLI: Fix typo in React Docgen migration - #27536, thanks
@jonniebigodes!- Portable Stories: Add tags to composed story - #27708, thanks
@yannbf!- Test: Display toHaveBeenCalledWith expected / received values on failure - #28088, thanks
@kasperpeulen!v8.1.6
8.1.6
- CLI: Only log UpgradeStorybookToSameVersionError but continue upgrade as normal - #27217, thanks
@kasperpeulen!- Core: Replace ip function with a small helper function to address security concerns - #27529, thanks
@tony19!- Tags: Fix unsafe project-level tags lookup - #27511, thanks
@shilman!- Vite: Fix stats-plugin to normalize file names with posix paths - #27218, thanks
@AlexAtVista!
Changelog
Sourced from @storybook/nextjs's changelog.
8.1.11
- Telemetry: Detect Node version - #28299, thanks
@yannbf!- Test: Upgrade deps of
@storybook/test- #27862, thanks@kasperpeulen!8.1.10
- Addon-interactions: Fix deprecation warnings - #28250, thanks
@shilman!- Test: Upgrade deps of
@storybook/test- #27862, thanks@kasperpeulen!8.1.9
- Addon-a11y: Workaround for Vite 5.3.0 compat - #28241, thanks
@shilman!- CLI: Add
--no-devoption toinit- #26918, thanks@fastfrwrd!- CLI: Fix
init --skip-install- #28226, thanks@shilman!8.1.8
- Automigrations: Make VTA "learn more" link clickable - #28020, thanks
@deiga!- CLI: Fix
init --skip-install- #28226, thanks@shilman!8.1.7
- Addon-actions: Only log spies with names - #28091, thanks
@kasperpeulen!- CLI: Fix typo in React Docgen migration - #27536, thanks
@jonniebigodes!- Portable Stories: Add tags to composed story - #27708, thanks
@yannbf!- Test: Display toHaveBeenCalledWith expected / received values on failure - #28088, thanks
@kasperpeulen!8.1.6
- CLI: Only log the UpgradeStorybookToSameVersionError but continue the upgrade as normal - #27217, thanks
@kasperpeulen!- Core: Replace ip function with a small helper function to address security concerns - #27529, thanks
@tony19!- Tags: Fix unsafe project-level tags lookup - #27511, thanks
@shilman!- Vite: Fix stats-plugin to normalize file names with posix paths - #27218, thanks
@AlexAtVista!
Commits
958e86cBump version from "8.1.10" to "8.1.11" [skip ci]3fda293Bump version from "8.1.9" to "8.1.10" [skip ci]01bb58eBump version from "8.1.8" to "8.1.9" [skip ci]001c9d8Bump version from "8.1.7" to "8.1.8" [skip ci]cc49ca8Bump version from "8.1.6" to "8.1.7" [skip ci]27a643dBump version from "8.1.5" to "8.1.6" [skip ci]- See full diff in compare view
Updates storybook from 8.1.5 to 8.1.11
Release notes
Sourced from storybook's releases.
v8.1.11
8.1.11
- Telemetry: Detect Node version - #28299, thanks
@yannbf!- Test: Upgrade deps of
@storybook/test- #27862, thanks@kasperpeulen!v8.1.10
8.1.10
- Addon-interactions: Fix deprecation warnings - #28250, thanks
@shilman!- Test: Upgrade deps of
@storybook/test- #27862, thanks@kasperpeulen!v8.1.9
8.1.9
- Addon-a11y: Workaround for Vite 5.3.0 compat - #28241, thanks
@shilman!- CLI: Add
--no-devoption toinit- #26918, thanks@fastfrwrd!- CLI: Fix
init --skip-install- #28226, thanks@shilman!v8.1.8
8.1.8
- Automigrations: Make VTA "learn more" link clickable - #28020, thanks
@deiga!- CLI: Fix
init --skip-install- #28226, thanks@shilman!v8.1.7
8.1.7
- Addon-actions: Only log spies with names - #28091, thanks
@kasperpeulen!- CLI: Fix typo in React Docgen migration - #27536, thanks
@jonniebigodes!- Portable Stories: Add tags to composed story - #27708, thanks
@yannbf!- Test: Display toHaveBeenCalledWith expected / received values on failure - #28088, thanks
@kasperpeulen!v8.1.6
8.1.6
- CLI: Only log UpgradeStorybookToSameVersionError but continue upgrade as normal - #27217, thanks
@kasperpeulen!- Core: Replace ip function with a small helper function to address security concerns - #27529, thanks
@tony19!- Tags: Fix unsafe project-level tags lookup - #27511, thanks
@shilman!- Vite: Fix stats-plugin to normalize file names with posix paths - #27218, thanks
@AlexAtVista!
Changelog
Sourced from storybook's changelog.
8.1.11
- Telemetry: Detect Node version - #28299, thanks
@yannbf!- Test: Upgrade deps of
@storybook/test- #27862, thanks@kasperpeulen!8.1.10
- Addon-interactions: Fix deprecation warnings - #28250, thanks
@shilman!- Test: Upgrade deps of
@storybook/test- #27862, thanks@kasperpeulen!8.1.9
- Addon-a11y: Workaround for Vite 5.3.0 compat - #28241, thanks
@shilman!- CLI: Add
--no-devoption toinit- #26918, thanks@fastfrwrd!- CLI: Fix
init --skip-install- #28226, thanks@shilman!8.1.8
- Automigrations: Make VTA "learn more" link clickable - #28020, thanks
@deiga!- CLI: Fix
init --skip-install- #28226, thanks@shilman!8.1.7
- Addon-actions: Only log spies with names - #28091, thanks
@kasperpeulen!- CLI: Fix typo in React Docgen migration - #27536, thanks
@jonniebigodes!- Portable Stories: Add tags to composed story - #27708, thanks
@yannbf!- Test: Display toHaveBeenCalledWith expected / received values on failure - #28088, thanks
@kasperpeulen!8.1.6
- CLI: Only log the UpgradeStorybookToSameVersionError but continue the upgrade as normal - #27217, thanks
@kasperpeulen!- Core: Replace ip function with a small helper function to address security concerns - #27529, thanks
@tony19!- Tags: Fix unsafe project-level tags lookup - #27511, thanks
@shilman!- Vite: Fix stats-plugin to normalize file names with posix paths - #27218, thanks
@AlexAtVista!
Commits
958e86cBump version from "8.1.10" to "8.1.11" [skip ci]3fda293Bump version from "8.1.9" to "8.1.10" [skip ci]01bb58eBump version from "8.1.8" to "8.1.9" [skip ci]20fc7d3Merge pull request #28226 from storybookjs/shilman/27096-fix-init-skip-install5362ff6Merge pull request #26918 from fastfrwrd/fastfrwrd/25510-no-dev-for-init001c9d8Bump version from "8.1.7" to "8.1.8" [skip ci]1882133Merge pull request #28020 from deiga/patch-1cc49ca8Bump version from "8.1.6" to "8.1.7" [skip ci]ad3205eMerge pull request #27536 from storybookjs/react_docgen_migration_typo27a643dBump version from "8.1.5" to "8.1.6" [skip ci]- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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 <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) -
@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) -
@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) -
@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency -
@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions
The latest updates on your projects. Learn more about Vercel for Git ↗︎
| Name | Status | Preview | Updated (UTC) |
|---|---|---|---|
| nodejs-org | ❌ Failed (Inspect) | Jul 1, 2024 6:03pm |
@dependabot rebase
Looks like these dependencies are no longer updatable, so this is no longer needed.