Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c8287ab

Browse files
authored
Merge branch 'canary' into update/fonts-data-1713148075535
2 parents 62fd8b7 + 9c83a34 commit c8287ab

File tree

25 files changed

+47
-41
lines changed

25 files changed

+47
-41
lines changed

.github/actions/next-integration-stat/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
},
2323
"engines": {
2424
"node": ">=18.17.0",
25-
"pnpm": "8.15.4"
25+
"pnpm": "8.15.7"
2626
},
27-
"packageManager": "[email protected].4"
27+
"packageManager": "[email protected].7"
2828
}

.github/actions/next-stats-action/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
},
2020
"engines": {
2121
"node": ">=18.17.0",
22-
"pnpm": "8.15.4"
22+
"pnpm": "8.15.7"
2323
},
24-
"packageManager": "[email protected].4"
24+
"packageManager": "[email protected].7"
2525
}

.github/actions/upload-turboyet-data/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
},
1414
"engines": {
1515
"node": ">=18.17.0",
16-
"pnpm": "8.15.4"
16+
"pnpm": "8.15.7"
1717
},
18-
"packageManager": "[email protected].4"
18+
"packageManager": "[email protected].7"
1919
}

.github/workflows/build_and_deploy.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -275,6 +275,9 @@ jobs:
275275
cache-provider: 'turbo'
276276
shared-key: build-${{ matrix.settings.target }}-${{ hashFiles('.cargo/config.toml') }}
277277

278+
- name: Clear native build
279+
run: rm -rf packages/next-swc/native
280+
278281
# we only need custom caching for docker builds
279282
# as they are on an older Node.js version and have
280283
# issues with turbo caching

docs/02-app/01-building-your-application/07-configuring/05-mdx.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -539,6 +539,8 @@ export default function MDXPage({ children }) {
539539
}
540540
```
541541

542+
</PagesOnly >
543+
542544
## Frontmatter
543545

544546
Frontmatter is a YAML like key/value pairing that can be used to store data about a page. `@next/mdx` does **not** support frontmatter by default, though there are many solutions for adding frontmatter to your MDX content, such as:

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@
1616
"registry": "https://registry.npmjs.org/"
1717
}
1818
},
19-
"version": "14.2.1-canary.5"
19+
"version": "14.2.1-canary.6"
2020
}

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@
256256
},
257257
"engines": {
258258
"node": ">=18.17.0",
259-
"pnpm": "8.15.4"
259+
"pnpm": "8.15.7"
260260
},
261-
"packageManager": "[email protected].4"
261+
"packageManager": "[email protected].7"
262262
}

packages/create-next-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-next-app",
3-
"version": "14.2.1-canary.5",
3+
"version": "14.2.1-canary.6",
44
"keywords": [
55
"react",
66
"next",

packages/eslint-config-next/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-config-next",
3-
"version": "14.2.1-canary.5",
3+
"version": "14.2.1-canary.6",
44
"description": "ESLint configuration used by Next.js.",
55
"main": "index.js",
66
"license": "MIT",
@@ -10,7 +10,7 @@
1010
},
1111
"homepage": "https://nextjs.org/docs/app/building-your-application/configuring/eslint#eslint-config",
1212
"dependencies": {
13-
"@next/eslint-plugin-next": "14.2.1-canary.5",
13+
"@next/eslint-plugin-next": "14.2.1-canary.6",
1414
"@rushstack/eslint-patch": "^1.3.3",
1515
"@typescript-eslint/parser": "^5.4.2 || ^6.0.0 || 7.0.0 - 7.2.0",
1616
"eslint-import-resolver-node": "^0.3.6",

packages/eslint-plugin-next/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@next/eslint-plugin-next",
3-
"version": "14.2.1-canary.5",
3+
"version": "14.2.1-canary.6",
44
"description": "ESLint plugin for Next.js.",
55
"main": "dist/index.js",
66
"license": "MIT",

0 commit comments

Comments
 (0)