Skip to content

Commit

Permalink
Tests: update TS and disable ESLint
Browse files Browse the repository at this point in the history
martpie committed Jun 15, 2021

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 3c2b14b commit 0c1b405
Showing 14 changed files with 26 additions and 8 deletions.
3 changes: 3 additions & 0 deletions src/__tests__/__apps__/npm-basic/next.config.js
Original file line number Diff line number Diff line change
@@ -5,4 +5,7 @@ const withTM = require('./next-transpile-modules')(['shared', 'shared-ts', 'shar

module.exports = withTM({
webpack5: true,
eslint: {
ignoreDuringBuilds: true,
},
});
3 changes: 3 additions & 0 deletions src/__tests__/__apps__/pnpm/next.config.js
Original file line number Diff line number Diff line change
@@ -2,4 +2,7 @@ const withTM = require('./next-transpile-modules')(['shared', 'shared-ts', 'shar

module.exports = withTM({
webpack5: true,
eslint: {
ignoreDuringBuilds: true,
},
});
3 changes: 3 additions & 0 deletions src/__tests__/__apps__/webpack-4-symlinks/app/next.config.js
Original file line number Diff line number Diff line change
@@ -5,4 +5,7 @@ const withTM = require('./next-transpile-modules')(['shared', 'shared-ts', 'shar

module.exports = withTM({
webpack5: false,
eslint: {
ignoreDuringBuilds: true,
},
});
2 changes: 1 addition & 1 deletion src/__tests__/__apps__/webpack-4-symlinks/app/package.json
Original file line number Diff line number Diff line change
@@ -24,6 +24,6 @@
"@types/node": "^14.14.5",
"@types/react": "^16.9.53",
"@types/react-dom": "^16.9.8",
"typescript": "^4.0.5"
"typescript": "^4.3.2"
}
}
2 changes: 1 addition & 1 deletion src/__tests__/__apps__/webpack-4-symlinks/yarn.lock
Original file line number Diff line number Diff line change
@@ -1834,7 +1834,7 @@ type-fest@^0.7.1:
resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.7.1.tgz#8dda65feaf03ed78f0a3f9678f1869147f7c5c48"
integrity sha512-Ne2YiiGN8bmrmJJEuTWTLJR32nh/JdL1+PSicowtNb0WFpn59GK8/lfD61bVtzguz7b3PBt74nxpv/Pw5po5Rg==

typescript@^4.0.5:
typescript@^4.3.2:
version "4.3.2"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.3.2.tgz#399ab18aac45802d6f2498de5054fcbbe716a805"
integrity sha512-zZ4hShnmnoVnAHpVHWpTcxdv7dWP60S2FsydQLV8V5PbS3FifjWFFRiHSWpDJahly88PRyV5teTSLoq4eG7mKw==
3 changes: 3 additions & 0 deletions src/__tests__/__apps__/webpack-4/app/next.config.js
Original file line number Diff line number Diff line change
@@ -2,4 +2,7 @@ const withTM = require('./next-transpile-modules')(['shared', 'shared-ts', 'shar

module.exports = withTM({
webpack5: false,
eslint: {
ignoreDuringBuilds: true,
},
});
2 changes: 1 addition & 1 deletion src/__tests__/__apps__/webpack-4/app/package.json
Original file line number Diff line number Diff line change
@@ -24,6 +24,6 @@
"@types/node": "^14.14.5",
"@types/react": "^16.9.53",
"@types/react-dom": "^16.9.8",
"typescript": "^4.0.5"
"typescript": "^4.3.2"
}
}
2 changes: 1 addition & 1 deletion src/__tests__/__apps__/webpack-4/yarn.lock
Original file line number Diff line number Diff line change
@@ -1834,7 +1834,7 @@ type-fest@^0.7.1:
resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.7.1.tgz#8dda65feaf03ed78f0a3f9678f1869147f7c5c48"
integrity sha512-Ne2YiiGN8bmrmJJEuTWTLJR32nh/JdL1+PSicowtNb0WFpn59GK8/lfD61bVtzguz7b3PBt74nxpv/Pw5po5Rg==

typescript@^4.0.5:
typescript@^4.3.2:
version "4.3.2"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.3.2.tgz#399ab18aac45802d6f2498de5054fcbbe716a805"
integrity sha512-zZ4hShnmnoVnAHpVHWpTcxdv7dWP60S2FsydQLV8V5PbS3FifjWFFRiHSWpDJahly88PRyV5teTSLoq4eG7mKw==
Original file line number Diff line number Diff line change
@@ -5,4 +5,7 @@ const withTM = require('./next-transpile-modules')(['shared', 'shared-ts', 'shar

module.exports = withTM({
webpack5: true,
eslint: {
ignoreDuringBuilds: true,
},
});
Original file line number Diff line number Diff line change
@@ -24,6 +24,6 @@
"@types/node": "^14.14.5",
"@types/react": "^16.9.53",
"@types/react-dom": "^16.9.8",
"typescript": "^4.0.5"
"typescript": "^4.3.2"
}
}
2 changes: 1 addition & 1 deletion src/__tests__/__apps__/yarn-workspaces-symlinks/yarn.lock
Original file line number Diff line number Diff line change
@@ -1834,7 +1834,7 @@ type-fest@^0.7.1:
resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.7.1.tgz#8dda65feaf03ed78f0a3f9678f1869147f7c5c48"
integrity sha512-Ne2YiiGN8bmrmJJEuTWTLJR32nh/JdL1+PSicowtNb0WFpn59GK8/lfD61bVtzguz7b3PBt74nxpv/Pw5po5Rg==

typescript@^4.0.5:
typescript@^4.3.2:
version "4.3.2"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.3.2.tgz#399ab18aac45802d6f2498de5054fcbbe716a805"
integrity sha512-zZ4hShnmnoVnAHpVHWpTcxdv7dWP60S2FsydQLV8V5PbS3FifjWFFRiHSWpDJahly88PRyV5teTSLoq4eG7mKw==
3 changes: 3 additions & 0 deletions src/__tests__/__apps__/yarn-workspaces/app/next.config.js
Original file line number Diff line number Diff line change
@@ -2,4 +2,7 @@ const withTM = require('./next-transpile-modules')(['shared', 'shared-ts', 'shar

module.exports = withTM({
webpack5: true,
eslint: {
ignoreDuringBuilds: true,
},
});
2 changes: 1 addition & 1 deletion src/__tests__/__apps__/yarn-workspaces/app/package.json
Original file line number Diff line number Diff line change
@@ -24,6 +24,6 @@
"@types/node": "^14.14.5",
"@types/react": "^16.9.53",
"@types/react-dom": "^16.9.8",
"typescript": "^4.0.5"
"typescript": "^4.3.2"
}
}
2 changes: 1 addition & 1 deletion src/__tests__/__apps__/yarn-workspaces/yarn.lock
Original file line number Diff line number Diff line change
@@ -1834,7 +1834,7 @@ type-fest@^0.7.1:
resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.7.1.tgz#8dda65feaf03ed78f0a3f9678f1869147f7c5c48"
integrity sha512-Ne2YiiGN8bmrmJJEuTWTLJR32nh/JdL1+PSicowtNb0WFpn59GK8/lfD61bVtzguz7b3PBt74nxpv/Pw5po5Rg==

typescript@^4.0.5:
typescript@^4.3.2:
version "4.3.2"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.3.2.tgz#399ab18aac45802d6f2498de5054fcbbe716a805"
integrity sha512-zZ4hShnmnoVnAHpVHWpTcxdv7dWP60S2FsydQLV8V5PbS3FifjWFFRiHSWpDJahly88PRyV5teTSLoq4eG7mKw==

0 comments on commit 0c1b405

Please sign in to comment.