Skip to content

Commit

Permalink
Merge branch 'canary' into mischnic/dedupe-middleware-manifest-entries
Browse files Browse the repository at this point in the history
  • Loading branch information
mischnic authored Feb 27, 2025
2 parents 3a713ca + ede5cf8 commit 253592d
Show file tree
Hide file tree
Showing 5 changed files with 3,589 additions and 1,245 deletions.
5 changes: 5 additions & 0 deletions test/e2e/app-dir/turbopack-reports/turbopack-reports.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ describe('turbopack-reports', () => {
dependencies: {
sqlite3: '5.1.7',
},
packageJson: {
pnpm: {
onlyBuiltDependencies: ['sqlite3'],
},
},
})

it('should render page importing sqlite3', async () => {
Expand Down
5 changes: 5 additions & 0 deletions test/e2e/prerender-native-module.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,11 @@ describe('prerender native module', () => {
sqlite: '4.0.22',
sqlite3: '5.0.2',
},
packageJson: {
pnpm: {
onlyBuiltDependencies: ['sqlite3'],
},
},
})
})
afterAll(() => next.destroy())
Expand Down
5 changes: 5 additions & 0 deletions test/production/sharp-basic/sharp-basic.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ describe('sharp support with hasNextSupport', () => {
dependencies: {
sharp: 'latest',
},
packageJson: {
pnpm: {
onlyBuiltDependencies: ['sqlite3'],
},
},
env: {
NOW_BUILDER: '1',
},
Expand Down
Loading

0 comments on commit 253592d

Please sign in to comment.