Commit c9fadc8
committed
Merge branch 'canary' of github.com:vercel/next.js into cms-builder-io-example
* 'canary' of github.com:vercel/next.js:
[chore] Update `deta` version in examples (vercel#30204)
fix: typescript example supporting strict w/ version >= 4.4 (vercel#33042)
Avoid page double render with emotion vanilla (vercel#30541)
converted the old tailwind css example to typescript (vercel#32808)
fix(examples/cms-contentful): add correct Content-Type + missing closing tag for html (vercel#30321)
Ensure NODE_ENV is not inlined for next/jest (vercel#33032)
Rename api in with-redis example (vercel#33016)
Remove unused turbo remote cache env vars (vercel#33030)
v12.0.8-canary.17
Re-enable turbo caching for swc build jobs (vercel#32617)
feat(cli): introduce `next info` CLI command (vercel#32972)
fix(examples): add missing dependencies wo (vercel#32977)
Updated wrong link to example of gtag init in measuring-performance.md (vercel#32974)
v12.0.8-canary.16
Revert "Reduce install size for linux glibc/musl (vercel#32850)" (vercel#32973)
Ensure middleware is output in standalone mode (vercel#32967)
v12.0.8-canary.15
Reduce install size for linux glibc/musl (vercel#32850)
Fixes issue with makeStylesheetInert (vercel#32027)
Ensure setImmediate and punycode are polyfilled (vercel#32768)File tree
66 files changed
+755
-280
lines changed- .github
- ISSUE_TEMPLATE
- workflows
- docs
- advanced-features
- api-reference
- examples
- cms-contentful/pages/api
- with-deta-base
- with-emotion-vanilla/pages
- with-jest
- with-redis/pages/api
- with-tailwindcss
- pages
- api
- with-typescript/pages
- api/users
- users
- packages
- create-next-app
- eslint-config-next
- eslint-plugin-next
- next-bundle-analyzer
- next-codemod
- next-env
- next-mdx
- next-plugin-storybook
- next-polyfill-module
- next-polyfill-nomodule
- next-swc
- next
- bin
- build
- swc
- cli
- compiled
- punycode
- setimmediate
- timers-browserify
- pages
- react-dev-overlay
- react-refresh-utils
- test
- development/basic
- node-browser-polyfills/pages
- integration
- cli/test
- font-optimization
- fixtures/make-stylesheet-inert-regression/pages
- test
- polyfill-node-modules
- production
- required-server-files/pages/middleware
- unit
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
66 files changed
+755
-280
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
17 | 23 | | |
18 | 24 | | |
19 | 25 | | |
| |||
Large diffs are not rendered by default.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
164 | 164 | | |
165 | 165 | | |
166 | 166 | | |
167 | | - | |
| 167 | + | |
168 | 168 | | |
169 | 169 | | |
170 | 170 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| |||
125 | 125 | | |
126 | 126 | | |
127 | 127 | | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
7 | | - | |
8 | 6 | | |
| 7 | + | |
9 | 8 | | |
10 | 9 | | |
11 | 10 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| 20 | + | |
20 | 21 | | |
21 | 22 | | |
22 | 23 | | |
23 | 24 | | |
24 | | - | |
| 25 | + | |
| 26 | + | |
25 | 27 | | |
26 | 28 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
0 commit comments