Skip to content

Commit 19acd75

Browse files
Merge branch 'canary' into chore/example-with-oxlint
2 parents 88d54ca + f9de66e commit 19acd75

File tree

64 files changed

+1093
-263
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

64 files changed

+1093
-263
lines changed

crates/napi/src/next_api/project.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -438,8 +438,7 @@ pub fn project_new(
438438
)?;
439439
let turbopack_ctx = NextTurbopackContext::new(turbo_tasks.clone(), napi_callbacks);
440440

441-
let stats_path = std::env::var_os("NEXT_TURBOPACK_TASK_STATISTICS");
442-
if let Some(stats_path) = stats_path {
441+
if let Some(stats_path) = std::env::var_os("NEXT_TURBOPACK_TASK_STATISTICS") {
443442
let task_stats = turbo_tasks.task_statistics().enable().clone();
444443
exit.on_exit(async move {
445444
tokio::task::spawn_blocking(move || {

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": "15.6.0-canary.9"
19+
"version": "15.6.0-canary.10"
2020
}

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": "15.6.0-canary.9",
3+
"version": "15.6.0-canary.10",
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": "15.6.0-canary.9",
3+
"version": "15.6.0-canary.10",
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/api-reference/config/eslint",
1212
"dependencies": {
13-
"@next/eslint-plugin-next": "15.6.0-canary.9",
13+
"@next/eslint-plugin-next": "15.6.0-canary.10",
1414
"@rushstack/eslint-patch": "^1.10.3",
1515
"@typescript-eslint/eslint-plugin": "^5.4.2 || ^6.0.0 || ^7.0.0 || ^8.0.0",
1616
"@typescript-eslint/parser": "^5.4.2 || ^6.0.0 || ^7.0.0 || ^8.0.0",

packages/eslint-plugin-internal/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@next/eslint-plugin-internal",
33
"private": true,
4-
"version": "15.6.0-canary.9",
4+
"version": "15.6.0-canary.10",
55
"description": "ESLint plugin for working on Next.js.",
66
"exports": {
77
".": "./src/eslint-plugin-internal.js"

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": "15.6.0-canary.9",
3+
"version": "15.6.0-canary.10",
44
"description": "ESLint plugin for Next.js.",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

packages/font/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@next/font",
33
"private": true,
4-
"version": "15.6.0-canary.9",
4+
"version": "15.6.0-canary.10",
55
"repository": {
66
"url": "vercel/next.js",
77
"directory": "packages/font"

packages/next-bundle-analyzer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@next/bundle-analyzer",
3-
"version": "15.6.0-canary.9",
3+
"version": "15.6.0-canary.10",
44
"main": "index.js",
55
"types": "index.d.ts",
66
"license": "MIT",

packages/next-codemod/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@next/codemod",
3-
"version": "15.6.0-canary.9",
3+
"version": "15.6.0-canary.10",
44
"license": "MIT",
55
"repository": {
66
"type": "git",

packages/next-env/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@next/env",
3-
"version": "15.6.0-canary.9",
3+
"version": "15.6.0-canary.10",
44
"keywords": [
55
"react",
66
"next",

0 commit comments

Comments
 (0)