Skip to content

Commit 5d5df9f

Browse files
committed
Merge branch 'main' into mk/static-basepath
2 parents 66abb19 + 15279a2 commit 5d5df9f

File tree

4 files changed

+31
-30
lines changed

4 files changed

+31
-30
lines changed

package-lock.json

Lines changed: 27 additions & 27 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
@@ -51,7 +51,7 @@
5151
"@babel/preset-env": "^7.15.8",
5252
"@babel/preset-typescript": "^7.16.0",
5353
"@delucis/if-env": "^1.1.2",
54-
"@netlify/build": "^29.1.3",
54+
"@netlify/build": "^29.2.1",
5555
"@netlify/eslint-config-node": "^7.0.1",
5656
"@testing-library/cypress": "^8.0.1",
5757
"@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.1.3",
39+
"@netlify/build": "^29.2.1",
4040
"@types/fs-extra": "^9.0.13",
4141
"@types/jest": "^27.4.1",
4242
"@types/merge-stream": "^1.1.2",

test/e2e/modified-tests/i18n-ignore-rewrite-source-locale/rewrites-with-basepath.test.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,8 @@ describe('i18n-ignore-rewrite-source-locale with basepath', () => {
4747
})
4848
})
4949
afterAll(() => next.destroy())
50-
test.each(locales)('get public file by skipping locale in rewrite, locale: %s', async (locale) => {
50+
// NTL Fail
51+
test.skip.each(locales)('get public file by skipping locale in rewrite, locale: %s', async (locale) => {
5152
const res = await renderViaHTTP(next.url, `/basepath${locale}/rewrite-files/file.txt`)
5253
expect(res).toContain('hello from file.txt')
5354
})

0 commit comments

Comments
 (0)