Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-02-12 | [install] support `git://github.com/` dependencies (#2059) | 1 | -0/+69 | ||
2023-02-10 | [install] fix duplicate check on `peerDependencies` (#2039) | 1 | -1/+46 | ||
fixes #2037 | |||||
2023-02-09 | [install] fix flaky tests (#2032) | 1 | -27/+27 | ||
2023-02-08 | [install] assorted fixes & improvements (#2011) | 1 | -33/+204 | ||
- take `peerDependencies` into account during package placement - do not recursively resolve `workspaces` (matches `npm`) - link binaries to non-root packages correctly - prune empty nodes during dependency tree construction - support non-standard `workspace:` specifier | |||||
2023-02-06 | [WIP] fix corner cases with aliases dependencies (#2000) | 1 | -0/+145 | ||
* fix corner cases with aliases dependencies * in-memory convert legacy `bun.lockb` | |||||
2023-01-31 | [bun add] various fixes (#1953) | 1 | -617/+117 | ||
2023-01-30 | Fix crash in `bun install <package-name>` (#1947) | 1 | -129/+355 | ||
* Fix crash in `bun install <package-name>` when <package-name> already exists * Prettier * Add test --------- Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> | |||||
2023-01-28 | [bun add] fix more corner cases (#1930) | 1 | -23/+23 | ||
2023-01-28 | parse `git+https://github.com/` as GitHub URLs (#1926) | 1 | -5/+68 | ||
fixes #1921 | |||||
2023-01-28 | normalise `bun add` package specifiers (#1924) | 1 | -125/+69 | ||
- fix invalid buffer references fixes #1920 | |||||
2023-01-28 | [WIP] append GitHub package after fully parsed (#1911) | 1 | -75/+123 | ||
2023-01-27 | prettier | 1 | -156/+245 | ||
2023-01-27 | Fix flakiness | 1 | -2/+3 | ||
2023-01-26 | parse package-spec from CLI correctly (#1895) | 1 | -6/+15 | ||
* parse package-spec from CLI correctly fixes #861 * copy separately for `UpdateRequest.name` fix GItHub URL reporting in results update tests to reflect latest code changes * better fix for GitHub URL display issue | |||||
2023-01-24 | support GitHub URLs as dependencies (#1875) | 1 | -31/+364 | ||
2023-01-24 | support `bun link` of scoped packages (#1892) | 1 | -3/+1 | ||
2023-01-21 | [semver] parse `^` & `~` expressions correctly (#1854) | 1 | -34/+401 | ||
* [semver] parse `^` & `~` expressions correctly * handle semver ranges correctly against build tags | |||||
2023-01-19 | repopulate `alias_map` correctly (#1847) | 1 | -42/+209 | ||
2023-01-19 | parse dependency specifier correctly (#1840) | 1 | -3/+45 | ||
2023-01-18 | support npm dependency aliasing (#1837) | 1 | -10/+144 | ||
* support npm dependency aliasing * fix variable name | |||||
2023-01-17 | [test] Add helper for bun env | 1 | -6/+2 | ||
2023-01-17 | bun install tests shouldn't fail due to terminal colors | 1 | -38/+35 | ||
2023-01-16 | [bun install] Make it print `workspace:` instead of `workspace://` | 1 | -143/+231 | ||
2023-01-14 | fix life-cycle script execution (#1799) | 1 | -25/+90 | ||
- change current working directory for workspaces - add `node_modules/.bin` to `PATH` before running | |||||
2023-01-14 | support installation of NPM workspaces (#1764) | 1 | -44/+300 | ||
2022-12-26 | [install] specify `auth-type` (#1667) | 1 | -0/+4 | ||
2022-12-26 | [install] use specified base URL as default fallback within scopes (#1665) | 1 | -0/+80 | ||