2980 Commits

Author SHA1 Message Date
Norbert de Langen
ea26a0031b
fix solution, and cleanup the code 2022-12-07 14:18:15 +01:00
Norbert de Langen
b65c3c57f7
make it use the router, otherwise next() doesn't find the injected middleware 2022-12-07 14:09:07 +01:00
Norbert de Langen
dc8016a208
re-order start, only open browser as preview has started (not yet completed) add a handler to keep iframe.html request waiting until preview is completed 2022-12-07 12:12:24 +01:00
Norbert de Langen
e1a3a82fee
change the vite mdx plugin to use the mdxCompilerOptions from the preset, similar to how webpack does it now 2022-12-07 10:42:44 +01:00
Norbert de Langen
3e7c1dd6bc
Merge branch 'next' into fix/more-peerdeps 2022-12-07 10:23:00 +01:00
Norbert de Langen
ab763c8c66
remove unused dependencies which actually leak peerDeps up 2022-12-07 10:22:35 +01:00
Valentin Palkovic
e456d042be Edit Readme 2022-12-07 08:37:49 +01:00
Valentin Palkovic
ab6a3ffb69 Merge remote-tracking branch 'origin/next' into valentin/support-next-navigation 2022-12-07 08:18:56 +01:00
Valentin Palkovic
56e0fd4244 Edit Readme 2022-12-07 08:18:43 +01:00
Michael Shilman
606de0f52d Update git head to 7.0.0-alpha.60, update yarn.lock [ci skip] 2022-12-07 12:30:47 +08:00
Michael Shilman
2b38f15a16 v7.0.0-alpha.60 2022-12-07 12:24:15 +08:00
Michael Shilman
0c73183924 Update root, peer deps, version.ts/json to 7.0.0-alpha.60 [ci skip] 2022-12-07 12:15:10 +08:00
Tom Coleman
b88b9c5ec1
Merge pull request #20115 from storybookjs/tom/sb-980-normalize-http-vs-ssh-git-urls-for
Deal with a lot of different edge cases for git URLs
2022-12-07 15:11:54 +11:00
Michael Shilman
8d2ebf51be Clean up babelModeV7 migration and code 2022-12-07 11:31:23 +08:00
Tom Coleman
7fd5ec25bf Removed unused code 2022-12-07 12:54:42 +11:00
Tom Coleman
c6d966eb64 Deal with a lot of different edge cases for git URLs 2022-12-07 12:18:44 +11:00
Valentin Palkovic
c8bb3afcfe Merge remote-tracking branch 'origin/next' into valentin/support-next-navigation 2022-12-06 21:10:40 +01:00
Norbert de Langen
19eb636043
Merge pull request #20110 from storybookjs/tech/peer-dep-attempt
Fix peer dependencies for npm8/pnpm/yarn pnp - retry
2022-12-06 20:36:00 +01:00
Valentin Palkovic
c74279af5d
Merge pull request #20109 from storybookjs/valentin/remove-peer-deps-from-core
Remove peer deps from core-common
2022-12-06 20:15:23 +01:00
Norbert de Langen
5734438af0
Merge branch 'next' into tech/peer-dep-attempt 2022-12-06 19:57:22 +01:00
Norbert de Langen
41f6a54bde
make it work 2022-12-06 18:55:26 +01:00
Norbert de Langen
c415909850
fix lockfile 2022-12-06 18:47:59 +01:00
Valentin Palkovic
9a54fc0182
Update code/frameworks/nextjs/README.md
Co-authored-by: Kyle Gach <kyle.gach@gmail.com>
2022-12-06 18:40:38 +01:00
Norbert de Langen
7c96a908b9
add an extra export
Co-authored-by: Yann Braga <yannbf@gmail.com>
2022-12-06 18:38:19 +01:00
Norbert de Langen
e8d1c08eb9
fix typo 2022-12-06 18:20:31 +01:00
Norbert de Langen
a363f49377
change path to export, the export map isn't taken into account by node, looks like.. 2022-12-06 17:32:09 +01:00
Michael Shilman
62d0ce3dd8 Update git head to 7.0.0-alpha.59, update yarn.lock [ci skip] 2022-12-07 00:16:44 +08:00
Valentin Palkovic
a376841ecc Edit Readme 2022-12-06 17:08:55 +01:00
Michael Shilman
8d3068344b v7.0.0-alpha.59 2022-12-07 00:07:31 +08:00
Valentin Palkovic
1dbaac5521 Rework nextjs parameters 2022-12-06 17:03:15 +01:00
Michael Shilman
04c66aa1e7 Update root, peer deps, version.ts/json to 7.0.0-alpha.59 [ci skip] 2022-12-07 00:02:34 +08:00
Norbert de Langen
eefe9ae99e
overhaul 2022-12-06 16:58:31 +01:00
Valentin Palkovic
912ac0b58f
Update code/frameworks/nextjs/src/config/webpack.ts
Co-authored-by: Kyle Gach <kyle.gach@gmail.com>
2022-12-06 16:51:33 +01:00
Valentin Palkovic
dad2cbc128 Remove peer deps from core-common 2022-12-06 16:49:56 +01:00
Valentin Palkovic
ab9e80361a
Update code/frameworks/nextjs/README.md
Co-authored-by: Michael Shilman <shilman@users.noreply.github.com>
2022-12-06 16:13:33 +01:00
Valentin Palkovic
6613e778cc Adjust newNextLinkBehavior to consider latest Next.js v13.0.6 release 2022-12-06 12:28:35 +01:00
Michael Shilman
1da5b3d3cd
Revert "Telemetry: Add precedingUpgrade data to dev/build events" 2022-12-06 19:22:49 +08:00
Valentin Palkovic
db814f270f Adjust newNextLinkBehavior to consider latest Next.js v13.0.6 release 2022-12-06 12:20:42 +01:00
Valentin Palkovic
6ad0975fd5
Update code/e2e-tests/framework-nextjs.spec.ts
Co-authored-by: Yann Braga <yannbf@gmail.com>
2022-12-06 10:41:52 +01:00
Valentin Palkovic
79c00afe6a Add E2E tests 2022-12-06 09:23:57 +01:00
Valentin Palkovic
66f99457b7 Update code/frameworks/nextjs/README.md
Co-authored-by: Michael Shilman <shilman@users.noreply.github.com>
2022-12-06 08:43:24 +01:00
Valentin Palkovic
15bb8f2d8d Document next/dynamic 2022-12-06 08:43:24 +01:00
Valentin Palkovic
51c4e83124 Update code/frameworks/nextjs/README.md
Co-authored-by: Kyle Gach <kyle.gach@gmail.com>
2022-12-06 08:43:24 +01:00
Valentin Palkovic
1ed89f7a2e Update code/frameworks/nextjs/README.md
Co-authored-by: Kyle Gach <kyle.gach@gmail.com>
2022-12-06 08:43:24 +01:00
Valentin Palkovic
417dd1c1df Update code/frameworks/nextjs/README.md
Co-authored-by: Kyle Gach <kyle.gach@gmail.com>
2022-12-06 08:43:24 +01:00
Valentin Palkovic
240776b7b5 Support next/navigation in Next.js v13 2022-12-06 08:43:24 +01:00
Valentin Palkovic
d4d0e81ab1 Document next/link component and create stories 2022-12-06 08:43:24 +01:00
Valentin Palkovic
6ae449f40a
Merge pull request #20098 from storybookjs/fix/next-12-future-image
Next.js: only set next/future/image mocks from version 12.2
2022-12-06 07:56:26 +01:00
Michael Shilman
ad94805b02
Merge pull request #20097 from storybookjs/shilman/instrument-init-event
Telemetry: Instrument init event
2022-12-06 14:32:10 +08:00
Yann Braga
da5022face update repro-templates script for next 12 2022-12-06 07:26:05 +01:00