-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Comparing changes
Open a pull request
base repository: vercel/turborepo
base: v1.8.7
head repository: vercel/turborepo
compare: v1.8.8
- 9 commits
- 117 files changed
- 8 contributors
Commits on Mar 29, 2023
-
Increase timeout length for e2e tests (#4374)
We're regularly seeing e2e tests time out especially in Windows. Doubling the timeout length, even though the real fix here is to make them faster. The bulk of the time is compiling turborepo / ffi, so moving more quickly towards full Rust port will alleviate these pains.
Configuration menu - View commit details
-
Copy full SHA for 57cbc4a - Browse repository at this point
Copy the full SHA 57cbc4aView commit details -
ci(workflow): run integration subset daily (#4367)
### Description - closes WEB-803 This PR expands current daily integration to have one more job, that runs only known set of files. We'll use this to measure if Turbopack starts to flaky or not over time. Currently it contains just a few set of files.
Configuration menu - View commit details
-
Copy full SHA for 07c4f1c - Browse repository at this point
Copy the full SHA 07c4f1cView commit details -
allow to alias free vars to modules (#4368)
### Description Allows to e. g. alias `Buffer` to `import { Buffer } from "node:buffer"` Basically implements the webpack `ProvidePlugin` ### Testing Instructions Tests added in next.js PRConfiguration menu - View commit details
-
Copy full SHA for ad2bf56 - Browse repository at this point
Copy the full SHA ad2bf56View commit details -
release(turborepo): 1.8.7 (#4382)
Co-authored-by: Turbobot <turbobot@vercel.com>
9Configuration menu - View commit details
-
Copy full SHA for 0d20a5e - Browse repository at this point
Copy the full SHA 0d20a5eView commit details -
feat(place patches in json folder when pruning for docker) (#4318)
### Description Implements #4289 Using the `--docker` flag with prune produces a `full` and `json` directory where the `json` directory only includes everything required to install dependencies. If a dependency is patched it makes sense to include the patch in the `json` directory as both the `package.json` and the lockfile reference the patch file. ### Testing Instructions Added an integration test to verify that patches end up in the `json` output folder.
Configuration menu - View commit details
-
Copy full SHA for 89a9e7f - Browse repository at this point
Copy the full SHA 89a9e7fView commit details -
chore(deps): update dependency tsx to v3.12.6 (#4328)
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [tsx](https://togithub.com/esbuild-kit/tsx) | [`3.12.5` -> `3.12.6`](https://renovatebot.com/diffs/npm/tsx/3.12.5/3.12.6) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | --- ### ⚠ Dependency Lookup Warnings ⚠ Warnings were logged while processing this repo. Please check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>esbuild-kit/tsx</summary> ### [`v3.12.6`](https://togithub.com/esbuild-kit/tsx/releases/tag/v3.12.6) [Compare Source](https://togithub.com/esbuild-kit/tsx/compare/v3.12.5...v3.12.6) ##### Bug Fixes - **repl:** suppress autocomplete transformation errors ([#​205](https://togithub.com/esbuild-kit/tsx/issues/205)) ([8e1958d](https://togithub.com/esbuild-kit/tsx/commit/8e1958db41addf52bbe10505099b9e8ed223e62c)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - "after 10pm every weekday,before 5am every weekday,every weekend" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/vercel/turbo). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS4xNy4xIiwidXBkYXRlZEluVmVyIjoiMzUuMTcuMSJ9--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for c65b5d6 - Browse repository at this point
Copy the full SHA c65b5d6View commit details -
Make attempted include tasks that started but didn't finish (#4378)
The purpose of this is to - account for tasks that somehow don't hit the `tracer()` function and get marked as done by the time the whole run is done. This is very unlikely. - account for new states we may want to add - makes `attempted` more semantically correct. If we started, there was an attempt! It doesn't matter what state we ended up in.
Configuration menu - View commit details
-
Copy full SHA for 4e626df - Browse repository at this point
Copy the full SHA 4e626dfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0bb52f9 - Browse repository at this point
Copy the full SHA 0bb52f9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8760afe - Browse repository at this point
Copy the full SHA 8760afeView 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.8.7...v1.8.8