-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Comparing changes
Open a pull request
base repository: vercel/turborepo
base: v1.10.4
head repository: vercel/turborepo
compare: v1.10.5
- 11 commits
- 40 files changed
- 9 contributors
Commits on Jun 21, 2023
-
release(turborepo): 1.10.4 (#5349)
Co-authored-by: Turbobot <[email protected]>
11Configuration menu - View commit details
-
Copy full SHA for 5cc119d - Browse repository at this point
Copy the full SHA 5cc119dView commit details -
fix(turborepo): Add top-level rust cargo files to cli deps (#5348)
Co-authored-by: Greg Soltis <Greg Soltis>
Greg Soltis authoredJun 21, 2023 Configuration menu - View commit details
-
Copy full SHA for 8f3ec2c - Browse repository at this point
Copy the full SHA 8f3ec2cView commit details -
only wait for JS chunks in none runtime backend (#5352)
### Description When rendering RSC with CSS in edge, there might be CSS chunks in the none runtime, which shouldn't be waited for.
Configuration menu - View commit details
-
Copy full SHA for ee6683e - Browse repository at this point
Copy the full SHA ee6683eView commit details
Commits on Jun 22, 2023
-
fix(ci): Turbopack Clippy CI (#5339)
### Description <!-- ✍️ Write a short summary of your work. If necessary, include relevant screenshots. --> ### Testing Instructions <!-- Give a quick description of steps to test your changes. --> --------- Co-authored-by: --global <Nicholas Yang> Co-authored-by: Alex Kirszenberg <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8cbdd55 - Browse repository at this point
Copy the full SHA 8cbdd55View commit details -
feat(turborepo) Add timeout to api client json methods (#5350)
Co-authored-by: Greg Soltis <Greg Soltis>
Greg Soltis authoredJun 22, 2023 Configuration menu - View commit details
-
Copy full SHA for 8ea6b90 - Browse repository at this point
Copy the full SHA 8ea6b90View commit details -
feat(turborepo): Debugging output for e2e tests (#5351)
Co-authored-by: Greg Soltis <Greg Soltis>
Greg Soltis authoredJun 22, 2023 Configuration menu - View commit details
-
Copy full SHA for 2f9b503 - Browse repository at this point
Copy the full SHA 2f9b503View commit details -
feat(turbo): add main pointing to bin (#5333)
### Description <!-- ✍️ Write a short summary of your work. If necessary, include relevant screenshots. --> Add a `package.json` `main` filed so that `require.resolve` works. ### Testing Instructions ``` // before require.resolve('turbo'); // Throws module not found error // After require.resolve('turbo'); // /path/to/turbo/bin/turbo ``` Many tools rely on `require.resolve` to find where a package was installed. Adding this field to the cli package shouldn't change any behaviors when using the package in currently documented ways. The only downside here is that this package does not export javascript, so this will mean that someone require/import'ing the package will get a different error. AFAIK there is no other reliable way to find where on disk a package was installed than `require.resolve`, so `main` being missing would have errored for those folks anyway. Co-authored-by: Alexander Lyon <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2f2fd78 - Browse repository at this point
Copy the full SHA 2f2fd78View commit details -
fix: Removed path slash conversion on unix (#5356)
### Description Had Windows to Unix path conversion on Unix systems, which doesn't make sense. ### Testing Instructions Added tests to confirm behavior on Unix and Windows --------- Co-authored-by: --global <Nicholas Yang>
Configuration menu - View commit details
-
Copy full SHA for 6d572e9 - Browse repository at this point
Copy the full SHA 6d572e9View commit details -
ci(workflow): upload daily next.js test trace (#5254)
### Description WEB-1194. This PR revises daily test workflow, and upload traces to datadog. It skips one test affected by #5294, once resolved will be reenabled. Signed-off-by: OJ Kwon <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b0649f6 - Browse repository at this point
Copy the full SHA b0649f6View commit details -
fix(turborepo): Fix single package inference (#5362)
Co-authored-by: Greg Soltis <Greg Soltis>
Greg Soltis authoredJun 22, 2023 Configuration menu - View commit details
-
Copy full SHA for 98d898b - Browse repository at this point
Copy the full SHA 98d898bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4131e4b - Browse repository at this point
Copy the full SHA 4131e4bView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v1.10.4...v1.10.5