Skip to content
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

Release: Prerelease 8.5.0-alpha.18 #29809

Merged
merged 53 commits into from
Dec 5, 2024
Merged
Changes from 1 commit
Commits
Show all changes
53 commits
Select commit Hold shift + click to select a range
c83b266
feat: add build-package invalid package name tips
winchesHe Mar 3, 2024
1ee63d1
Refactor test addon to include stories automatically
yannbf Oct 15, 2024
9360bb7
add exceptions amending the error message to prompt users to install …
ndelangen Dec 2, 2024
fc1d07d
adjust way of adjusting the error message
ndelangen Dec 2, 2024
07cdd5b
Merge branch 'next' into norbert/improve-coverage-dep-missing-error
ndelangen Dec 2, 2024
57876b5
Merge branch 'next' into yann/automatic-stories-glob
ndelangen Dec 3, 2024
4e7eb16
cleanup
ndelangen Dec 3, 2024
c34a62e
add extra whilespace
ndelangen Dec 3, 2024
15139be
improve transform file condition
ndelangen Dec 3, 2024
54a7a1e
Merge branch 'next' into feature-scrips-diff
yannbf Dec 3, 2024
0247332
remove include list in sandbox generation, add exclude for svelte sto…
ndelangen Dec 3, 2024
79a1a2f
Support Storybook environment variables in Vitest
ghengeveld Dec 3, 2024
517dba5
Vue: properly resolve vite plugin
tobiasdiez Dec 4, 2024
1b05220
Merge branch 'next' into yann/automatic-stories-glob
ndelangen Dec 4, 2024
3985f97
cleanup [skip-ci]
ndelangen Dec 4, 2024
23a623f
Merge branch 'yann/automatic-stories-glob' of https://github.com/stor…
ndelangen Dec 4, 2024
7dc8267
improve package guessing logic
yannbf Dec 4, 2024
dfff2d2
remove comment
yannbf Dec 4, 2024
8d5f56f
chore: migrate repo to nx 19
JamesHenry Dec 4, 2024
4baa486
Merge branch 'next' into storybook-env-vars-in-vitest
ghengeveld Dec 4, 2024
e2ef61c
Fix ts error
kasperpeulen Dec 4, 2024
c94ee34
Merge branch 'next' into nx-19
kasperpeulen Dec 4, 2024
8dccaf8
Do not show contextMenu on refs
ndelangen Dec 4, 2024
8154eed
Merge branch 'next' into norbert/sidebar-contextmenu-not-on-refs
ndelangen Dec 4, 2024
eff4b9f
chore: fix check configurations
JamesHenry Dec 4, 2024
e25e33d
Escape stories paths before passing them as globs
ghengeveld Dec 4, 2024
9c4e983
chore: fix issues
JamesHenry Dec 4, 2024
67b4e1f
chore: remove trailing comma
JamesHenry Dec 4, 2024
ff25dfc
chore: disable daemon for now
JamesHenry Dec 4, 2024
235dcf6
chore: WIP
JamesHenry Dec 4, 2024
307102f
chore: re-enable daemon
JamesHenry Dec 4, 2024
4489350
Merge pull request #29803 from storybookjs/norbert/sidebar-contextmen…
ndelangen Dec 4, 2024
3b9f33e
Apply suggestions from code review
ghengeveld Dec 4, 2024
5c9c675
Merge branch 'next' into yann/automatic-stories-glob
ndelangen Dec 4, 2024
1370dc2
Merge pull request #29792 from storybookjs/storybook-env-vars-in-vitest
ghengeveld Dec 4, 2024
98a6612
Merge branch 'next' into nx-20
kasperpeulen Dec 4, 2024
476905d
Remove nx from script
kasperpeulen Dec 4, 2024
9716985
yarn.lock
kasperpeulen Dec 4, 2024
e6824cf
Use yarn nx over nx
kasperpeulen Dec 4, 2024
d6b4e7b
Use yarn nx over nx
kasperpeulen Dec 4, 2024
caca692
Merge branch 'next-release' into next
storybook-bot Dec 4, 2024
fd02aa5
Merge pull request #29367 from storybookjs/yann/automatic-stories-glob
ndelangen Dec 4, 2024
53c66f9
Use npx nx over nx
kasperpeulen Dec 4, 2024
a0245f4
Merge pull request #26289 from winchesHe/feature-scrips-diff
yannbf Dec 4, 2024
019be35
Merge pull request #29807 from JamesHenry/nx-20
kasperpeulen Dec 4, 2024
099c3f6
Replace glob with tinyglobby
ghengeveld Dec 5, 2024
4863529
Merge pull request #29763 from storybookjs/norbert/improve-coverage-d…
ndelangen Dec 5, 2024
b713e8e
Revert "Build: Migrate repo to Nx 20"
yannbf Dec 5, 2024
d908610
Merge pull request #29820 from storybookjs/revert-29807-nx-20
yannbf Dec 5, 2024
d57d02e
Merge branch 'next' into replace-glob-with-tinyglobby
ghengeveld Dec 5, 2024
a197110
Merge pull request #29817 from storybookjs/replace-glob-with-tinyglobby
ghengeveld Dec 5, 2024
f25b824
Merge pull request #29795 from tobiasdiez/plugin-promise
yannbf Dec 5, 2024
cb2e01b
Write changelog for 8.5.0-alpha.18 [skip ci]
storybook-bot Dec 5, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
remove include list in sandbox generation, add exclude for svelte sto…
…ries for now
  • Loading branch information
ndelangen committed Dec 3, 2024
commit 0247332a1cdaad4e0fdd5563b89fc9c859de90cc
5 changes: 1 addition & 4 deletions scripts/tasks/sandbox-parts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -498,14 +498,11 @@ export async function setupVitest(details: TemplateDetails, options: PassedOptio
test: {
name: "storybook",
pool: "threads",
include: [
"src/**/*.{story,stories}.?(c|m)[jt]s?(x)",
"template-stories/**/*.{story,stories}.?(c|m)[jt]s?(x)",
],
exclude: [
...defaultExclude,
// TODO: investigate TypeError: Cannot read properties of null (reading 'useContext')
"**/*argtypes*",
${template.expected.renderer === '@storybook/svelte' ? '"**/*.stories.svelte",' : ''}
],
/**
* TODO: Either fix or acknowledge limitation of:
Expand Down
Loading