Skip to content

Commit

Permalink
Merge branch 'canary' into fix/incremental-cache-limit-for-custom-han…
Browse files Browse the repository at this point in the history
…dler
  • Loading branch information
vordgi authored Jan 4, 2024
2 parents 66886ee + 28fdc36 commit 7995883
Show file tree
Hide file tree
Showing 184 changed files with 1,964 additions and 1,186 deletions.
13 changes: 13 additions & 0 deletions .github/ISSUE_TEMPLATE/1.bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,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 +103,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
2 changes: 1 addition & 1 deletion .github/actions/pr-approved-open/dist/licenses.txt
Original file line number Diff line number Diff line change
Expand Up @@ -758,7 +758,7 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN 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
2 changes: 1 addition & 1 deletion .github/actions/validate-docs-links/dist/licenses.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1400,7 +1400,7 @@ IN 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
1 change: 1 addition & 0 deletions .github/labeler.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
{ "type": "user", "pattern": "ijjk" },
{ "type": "user", "pattern": "javivelasco" },
{ "type": "user", "pattern": "kikobeats" },
{ "type": "user", "pattern": "samcx" },
{ "type": "user", "pattern": "schniz" },
{ "type": "user", "pattern": "sebmarkbage" },
{ "type": "user", "pattern": "shuding" },
Expand Down
Loading

0 comments on commit 7995883

Please sign in to comment.