Skip to content

Commit

Permalink
Merge branch 'canary' into fields-truncated-when-submitting-form
Browse files Browse the repository at this point in the history
  • Loading branch information
shuding authored Mar 18, 2024
2 parents aac60e0 + 8264ca8 commit b8f2c11
Show file tree
Hide file tree
Showing 6,276 changed files with 231,857 additions and 235,636 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
1 change: 1 addition & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,4 @@ 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
packages/next-swc/docs/assets/**/*
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
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
2 changes: 1 addition & 1 deletion .github/actions/needs-triage/dist/licenses.txt
Original file line number Diff line number Diff line change
Expand Up @@ -481,7 +481,7 @@ THE SOFTWARE.
nextjs-project
The MIT License (MIT)

Copyright (c) 2023 Vercel, Inc.
Copyright (c) 2024 Vercel, Inc.

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
Loading

0 comments on commit b8f2c11

Please sign in to comment.