Skip to content

Commit

Permalink
Merge branch 'canary' into patch-4
Browse files Browse the repository at this point in the history
  • Loading branch information
karlhorky authored Mar 8, 2024
2 parents 4d1ea10 + af5b4db commit 9eeac6d
Show file tree
Hide file tree
Showing 6,926 changed files with 596,687 additions and 238,187 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
1 change: 0 additions & 1 deletion .cargo/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,4 @@ rustflags = [
"tokio_unstable",
"-Zshare-generics=y",
"-Csymbol-mangling-version=v0",
"-Aclippy::too_many_arguments",
]
6 changes: 2 additions & 4 deletions .eslintignore
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,6 @@ packages/react-refresh-utils/**/*.js
packages/react-dev-overlay/lib/**
**/__tmp__/**
.github/actions/next-stats-action/.work
.github/actions/validate-docs-links/lib/index.js
.github/actions/needs-triage/index.js
.github/actions/*/index.mjs
packages/next-codemod/transforms/__testfixtures__/**/*
packages/next-codemod/transforms/__tests__/**/*
packages/next-codemod/**/*.js
Expand All @@ -40,4 +37,5 @@ bench/nested-deps/**
bench/nested-deps-app-router/**
packages/next-bundle-analyzer/index.d.ts
examples/with-typescript-graphql/lib/gql/
test/development/basic/hmr/components/parse-error.js
test/development/basic/hmr/components/parse-error.js
packages/next-swc/docs/assets/**/*
10 changes: 1 addition & 9 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -113,14 +113,6 @@
"jsdoc/no-undefined-types": "error"
}
},
{
"files": [
"test/**/*",
"examples/**/*",
"packages/create-next-app/templates/**/*"
],
"rules": { "react/react-in-jsx-scope": "off" }
},
{
"files": ["examples/**/*"],
"rules": {
Expand Down Expand Up @@ -351,7 +343,7 @@
"react/no-direct-mutation-state": "warn",
"react/no-is-mounted": "warn",
"react/no-typos": "error",
"react/react-in-jsx-scope": "error",
"react/react-in-jsx-scope": "off",
"react/require-render-return": "error",
"react/style-prop-object": "warn",
"react-hooks/rules-of-hooks": "error",
Expand Down
6 changes: 6 additions & 0 deletions .git-blame-ignore-revs
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# All revisions specified in the `.git-blame-ignore-revs` file, are hidden from the blame
# when running `git blame --ignore-revs-file .git-blame-ignore-revs`.
# https://docs.github.com/en/repositories/working-with-files/using-files/viewing-a-file#ignore-commits-in-the-blame-view

# chore(examples): use default prettier for examples/templates (#60530)
4466ba436b996263307171d344cca199e8087744
19 changes: 0 additions & 19 deletions .github/.kodiak.toml

This file was deleted.

5 changes: 5 additions & 0 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@
/packages/create-next-app/ @vercel/next-js
/pnpm-lock.yaml @vercel/next-js @vercel/turbopack

# Next.js CLI

/packages/next/src/bin @timneutkens @ijjk @shuding @samcx
/packages/next/src/cli @timneutkens @ijjk @shuding @samcx

# Image Component (@styfle)

/**/*image* @timneutkens @ijjk @shuding @styfle @huozhi @ztanner @vercel/devex
Expand Down
20 changes: 13 additions & 7 deletions .github/ISSUE_TEMPLATE/1.bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,6 @@ body:
placeholder: 'Following the steps from the previous section, I expected A to happen, but I observed B instead'
validations:
required: true
- type: checkboxes
attributes:
label: Verify canary release
description: 'Please run `npm install next@canary` to try the canary version of Next.js that ships daily. It includes all features and fixes that have not been released to the stable version yet. Some issues may already be fixed in the canary version, so please verify that your issue reproduces before opening a new issue.'
options:
- label: I verified that the issue exists in the latest Next.js canary release
required: true
- type: textarea
attributes:
label: Provide environment information
Expand Down Expand Up @@ -90,6 +83,7 @@ body:
- 'MDX (@next/mdx)'
- 'Metadata (metadata, generateMetadata, next/head)'
- 'Middleware / Edge (API routes, runtime)'
- 'Module resolution (CJS / ESM, module resolving)'
- 'Operating System (Windows, MacOS, Linux)'
- 'Package manager (npm, pnpm, Yarn)'
- 'Routing (next/router, next/navigation, next/link)'
Expand All @@ -102,6 +96,18 @@ body:
- 'TypeScript (plugin, built-in types)'
validations:
required: true
- type: dropdown
attributes:
label: Which stage(s) are affected? (Select all that apply)
multiple: true
options:
- 'next dev (local)'
- 'next build (local)'
- 'next start (local)'
- 'Vercel (Deployed)'
- 'Other (Deployed)'
validations:
required: true
- type: markdown
attributes:
value: |
Expand Down
1 change: 0 additions & 1 deletion .github/actions/needs-triage/.gitignore

This file was deleted.

2 changes: 1 addition & 1 deletion .github/actions/needs-triage/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ description: 'vercel/next.js specific auto-labeling action'
author: 'Next.js team'
runs:
using: 'node20'
main: 'index.js'
main: 'dist/index.js'
File renamed without changes.
Loading

0 comments on commit 9eeac6d

Please sign in to comment.