-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(deps): update storybook monorepo (major) #722
Open
renovate
wants to merge
1
commit into
master
Choose a base branch
from
renovate/major-storybook-monorepo
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains 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
renovate
bot
force-pushed
the
renovate/major-storybook-monorepo
branch
6 times, most recently
from
July 10, 2023 22:42
768b719
to
978b5c6
Compare
renovate
bot
force-pushed
the
renovate/major-storybook-monorepo
branch
3 times, most recently
from
July 18, 2023 11:20
0afb54f
to
8935d9d
Compare
renovate
bot
force-pushed
the
renovate/major-storybook-monorepo
branch
5 times, most recently
from
July 28, 2023 23:03
87535cf
to
febabbb
Compare
renovate
bot
force-pushed
the
renovate/major-storybook-monorepo
branch
5 times, most recently
from
August 7, 2023 21:22
f2f65d9
to
4cdf02a
Compare
renovate
bot
force-pushed
the
renovate/major-storybook-monorepo
branch
5 times, most recently
from
August 15, 2023 13:50
3425c5d
to
8ae9abe
Compare
renovate
bot
force-pushed
the
renovate/major-storybook-monorepo
branch
5 times, most recently
from
August 23, 2023 00:20
440d20c
to
bc99727
Compare
renovate
bot
force-pushed
the
renovate/major-storybook-monorepo
branch
from
August 24, 2023 01:50
bc99727
to
e57959a
Compare
renovate
bot
force-pushed
the
renovate/major-storybook-monorepo
branch
2 times, most recently
from
August 13, 2024 07:10
0093354
to
cb9e8ca
Compare
renovate
bot
force-pushed
the
renovate/major-storybook-monorepo
branch
2 times, most recently
from
September 16, 2024 21:18
a5f3c14
to
1bae2c1
Compare
renovate
bot
force-pushed
the
renovate/major-storybook-monorepo
branch
2 times, most recently
from
September 24, 2024 14:30
e0bd647
to
509281e
Compare
renovate
bot
force-pushed
the
renovate/major-storybook-monorepo
branch
2 times, most recently
from
October 4, 2024 09:12
d7a9f9d
to
a44c0c2
Compare
renovate
bot
force-pushed
the
renovate/major-storybook-monorepo
branch
from
October 18, 2024 15:49
a44c0c2
to
0e3e943
Compare
renovate
bot
force-pushed
the
renovate/major-storybook-monorepo
branch
6 times, most recently
from
November 1, 2024 14:15
4192713
to
2279ef8
Compare
renovate
bot
force-pushed
the
renovate/major-storybook-monorepo
branch
from
November 5, 2024 08:12
2279ef8
to
c468a7d
Compare
renovate
bot
force-pushed
the
renovate/major-storybook-monorepo
branch
2 times, most recently
from
November 14, 2024 16:42
a2c1668
to
bbd8c5a
Compare
renovate
bot
force-pushed
the
renovate/major-storybook-monorepo
branch
from
November 20, 2024 17:07
bbd8c5a
to
bd111f5
Compare
renovate
bot
force-pushed
the
renovate/major-storybook-monorepo
branch
2 times, most recently
from
December 5, 2024 17:30
d098e56
to
ed847e9
Compare
renovate
bot
changed the title
chore(deps): update storybook monorepo (major)
chore(deps): update storybook monorepo (major) - autoclosed
Dec 8, 2024
renovate
bot
changed the title
chore(deps): update storybook monorepo (major) - autoclosed
chore(deps): update storybook monorepo (major)
Dec 9, 2024
renovate
bot
force-pushed
the
renovate/major-storybook-monorepo
branch
2 times, most recently
from
December 9, 2024 17:01
ed847e9
to
027c50c
Compare
renovate
bot
force-pushed
the
renovate/major-storybook-monorepo
branch
from
January 15, 2025 16:45
027c50c
to
17a620d
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
None yet
0 participants
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.
This PR contains the following updates:
6.5.16
->8.5.0
6.5.16
->8.5.0
6.5.16
->8.5.0
6.5.16
->7.6.17
6.5.16
->8.5.0
Release Notes
storybookjs/storybook (@storybook/addon-actions)
v8.5.0
Compare Source
Storybook 8.5 is packed with powerful features to enhance your development workflow. This release makes it easier than ever to build accessible, well-tested UIs. Here’s what’s new:
List of all updates
@vitest/coverage-v8
during postinstall if no coverage reporter is installed - #29993, thanks @ghengeveld!vitest
detects missing deps - #29763, thanks @ndelangen!test.include
patterns - #30029, thanks @JReinhold!vitest
crashes - #29751, thanks @ndelangen!vitest.setup.js
- #30233, thanks @JReinhold!experimental-nextjs-vite
- #29814, thanks @ndelangen!glob
withtinyglobby
- #29817, thanks @ghengeveld!staticDirs
with Vitest - #29811, thanks @ghengeveld!require.resolve
- #30026, thanks @ndelangen!storybook
command - #29480, thanks @toothlessdev!TESTING_MODULE_RUN_ALL_REQUEST
for backward compatibility - #29711, thanks @ghengeveld!ERR_PACKAGE_PATH_NOT_EXPORTED
in@storybook/node-logger
- #30093, thanks @JReinhold!scrollIntoView
behavior and reimplement testing module time rendering - #30044, thanks @ghengeveld!@types/node
todevDeps
consistently - #30163, thanks @ndelangen!useSharedState
- #30259, thanks @JReinhold!react-confetti
with@neoconfetti/react
- #30098, thanks @ndelangen!@storybook/test
as optional peer dependency - #29754, thanks @yannbf!TooltipLinkList
and use it in main menu - #29507, thanks @ghengeveld!optimizeDeps
- #30117, thanks @ndelangen!@fs
- #28941, thanks @tobiasdiez!viteFinal
- #30105, thanks @JReinhold!vue-component-meta
docgen HMR not working - #29518, thanks @IonianPlayboy!v8.4.7
Compare Source
v8.4.6
Compare Source
@sveltejs/vite-plugin-svelte
v5 - #29731, thanks @JReinhold!v8.4.5
Compare Source
v8.4.4
Compare Source
v8.4.3
Compare Source
v8.4.2
Compare Source
@storybook/test
- #29514, thanks @shilman!v8.4.1
Compare Source
v8.4.0
Compare Source
v8.3.7
Compare Source
v8.3.7
v8.3.6
Compare Source
v8.3.5
Compare Source
v8.3.4
Compare Source
v8.3.3
Compare Source
v8.3.2
Compare Source
storybook dev
- #29152, thanks @valentinpalkovic!v8.3.1
Compare Source
v8.3.0
Compare Source
Fresh out of the oven! Storybook 8.3 brings you:
List of all updates
StoryGlobals
-mode - #29025, thanks @JReinhold!as const satisfies
modifiers - #29000, thanks @shilman!tsconfig
to emitreact-jsx
- #28541, thanks @williamhelmrath!util
to regular dependency - #29008, thanks @ndelangen!ESM
export todocs-tools
&node-logger
packages - #28539, thanks @ndelangen!@storybook/addon-interactions
- #28518, thanks @ndelangen!commander
- #28857, thanks @43081j!node:
-prefix to node core-modules - #28860, thanks @ndelangen!lodash
- #28609, thanks @ndelangen!vue-component-meta
docgen plugin - #28760, thanks @larsrickert!v8.2.10
Compare Source
8.2.10
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.