Skip to content

Commit 147a3a0

Browse files
Merge branch 'main' into opt-in
2 parents 7bfc400 + 8144348 commit 147a3a0

File tree

5 files changed

+75
-68
lines changed

5 files changed

+75
-68
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,13 @@ body:
4949
validations:
5050
required: true
5151

52+
- type: checkboxes
53+
id: more-nextjs-info
54+
attributes:
55+
label: Is your issue related to the `app` directory (beta)?
56+
options:
57+
- label: Yes, I am using the `app` directory
58+
5259
- type: checkboxes
5360
id: more-info
5461
attributes:

package-lock.json

Lines changed: 65 additions & 65 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"@babel/preset-env": "^7.15.8",
5353
"@babel/preset-typescript": "^7.16.0",
5454
"@delucis/if-env": "^1.1.2",
55-
"@netlify/build": "^29.5.8",
55+
"@netlify/build": "^29.6.0",
5656
"@netlify/eslint-config-node": "^7.0.1",
5757
"@testing-library/cypress": "^8.0.1",
5858
"@types/fs-extra": "^9.0.13",

packages/runtime/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
},
3737
"devDependencies": {
3838
"@delucis/if-env": "^1.1.2",
39-
"@netlify/build": "^29.5.8",
39+
"@netlify/build": "^29.6.0",
4040
"@types/fs-extra": "^9.0.13",
4141
"@types/jest": "^27.4.1",
4242
"@types/merge-stream": "^1.1.2",

test/e2e/jest.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ const config = {
1515
'\\.[jt]sx?$': 'babel-jest',
1616
},
1717
verbose: true,
18-
testTimeout: 300000,
18+
testTimeout: 600000, // ten minutes
1919
moduleFileExtensions: ['js', 'jsx', 'ts', 'tsx'],
2020
moduleNameMapper: {
2121
'e2e-utils': '<rootDir>/next-test-lib/e2e-utils.ts',

0 commit comments

Comments
 (0)