renovate[bot]
e924896049
Update devDependency @microsoft/api-extractor to v7.34.9 ( #285 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-05-15 19:12:32 -07:00
renovate[bot]
8bfc577206
Update devDependency prettier to v2.8.8 ( #284 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-05-15 19:12:18 -07:00
renovate[bot]
ff524812da
Update workspace-tools resolutions to v0.34.4 ( #281 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-05-15 19:12:10 -07:00
renovate[bot]
24e4ae8e98
Update @types devDependencies ( #257 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-05-16 02:07:52 +00:00
renovate[bot]
130d6d9b4f
Lock file maintenance ( #282 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-05-16 02:04:50 +00:00
Elizabeth Craig
a14af9fe6d
Add bin for grapher ( #293 )
2023-05-11 23:17:02 -07:00
Kenneth Chau
9311481fb7
adding a deps graph tool ( #292 )
...
* adding a deps graph tool
* fixing readme
* Change files
* this is a cli tool, there's currently no API
* update api!
2023-05-11 08:05:04 -07:00
Ken Chau
3d3da21603
applying package updates
2023-05-09 21:21:56 +00:00
Elizabeth Craig
6df9a470c8
Add full spawnSync result to git helper ( #291 )
2023-05-09 14:20:37 -07:00
Ken Chau
a8026d48e7
applying package updates
2023-05-04 18:32:10 +00:00
Elizabeth Craig
a45f877092
Add an API to disable caching ( #289 )
2023-05-04 11:30:34 -07:00
Ken Chau
7b2c6c4b42
applying package updates
2023-04-13 20:39:59 +00:00
Elizabeth Craig
43b7ce0196
Fix getPackageInfos to only read package.jsons once ( #278 )
...
* Fix getPackageInfos to only read package.jsons once
* Update workspace-tools-246105a4-2726-4db0-a856-a093be9b5ea8.json
---------
Co-authored-by: Kenneth Chau <34725+kenotron@users.noreply.github.com>
2023-04-13 13:37:41 -07:00
renovate[bot]
fde886f6ff
Lock file maintenance ( #208 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-04-13 08:37:57 +00:00
Elizabeth Craig
afe9495ad6
Renovate: disable fixture updates
2023-04-13 01:35:44 -07:00
renovate[bot]
c143b40c49
Update workspace-tools resolutions to v0.33.0 ( #279 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-04-13 08:28:01 +00:00
Elizabeth Craig
2f1d343506
fix renovate config for workspace-tools resolutions
2023-04-13 01:25:28 -07:00
Elizabeth Craig
fbf8a394bf
Add resolution for beachball workspace-tools
2023-04-13 01:18:53 -07:00
renovate[bot]
e513106070
Update jest monorepo to v29.5.0 ( #258 )
...
* Update devDependency ts-jest to v29.1.0 (#277 )
* Update jest monorepo to v29.5.0
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Elizabeth Craig <elcraig@microsoft.com>
2023-04-13 08:14:45 +00:00
renovate[bot]
2193a73b31
Update devDependencies ( #256 )
...
* Update devDependency @types/node to v14.18.42 (#257 )
* Update devDependency beachball to v2.31.12
* Update devDependency lage to v2.5.2 (#263 )
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Elizabeth Craig <elcraig@microsoft.com>
2023-04-13 08:12:47 +00:00
Ken Chau
8305f84e3f
applying package updates
2023-04-13 08:01:43 +00:00
Elizabeth Craig
49eccec3fe
delete mystery package-lock.json
2023-04-12 23:10:42 -07:00
renovate[bot]
814f352dc0
Update devDependency prettier to v2.8.7 ( #264 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-04-12 23:09:16 -07:00
Elizabeth Craig
5e2d70a44d
Update README.md
2023-04-12 23:05:14 -07:00
Elizabeth Craig
b697288732
Simplify workspace root utilities ( #276 )
2023-04-12 22:30:33 -07:00
Elizabeth Craig
18d27beb3d
Add more doc comments for getWorkspaces and related ( #275 )
2023-04-12 21:03:57 -07:00
Elizabeth Craig
1dc1125ea5
Minor fixes to new async workspace/package methods ( #274 )
2023-04-12 20:55:43 -07:00
Elizabeth Craig
bdfbb181a7
Add optional verbose logging for getWorkspaces helpers ( #273 )
2023-04-12 20:40:14 -07:00
Elizabeth Craig
2826670b70
Improve internal workspace manager utility naming and types ( #272 )
2023-04-12 17:18:19 -07:00
Ken Chau
cf8ae41f9b
applying package updates
2023-04-06 22:06:24 +00:00
Kenneth Chau
2ce8ddc981
Fast dep graph ( #270 )
...
* making the dep graph generation to be much faster
* Change files
* api update
* api change
2023-04-06 15:04:45 -07:00
Ken Chau
65c67ec9b1
applying package updates
2023-04-06 19:44:34 +00:00
Kenneth Chau
f8b5b92e46
new API: getPackageInfosAsync() ( #269 )
...
* adding getPackageInfosAsync() to make that faster
* fixing up tests to be more consistent
* Change files
* format
* adds a lodash types in the config
* fixing type errors
2023-04-06 12:42:28 -07:00
Elizabeth Craig
62a2c8785d
Update renovate.json5
2023-03-27 14:12:40 -07:00
Ken Chau
935c1b124c
applying package updates
2023-03-23 08:01:50 +00:00
Elizabeth Craig
86a77ecd13
Add API Extractor for better visibility of API changes ( #262 )
2023-03-22 13:00:28 -07:00
Elizabeth Craig
ba192924e2
Update lage to v2 ( #261 )
2023-03-22 12:33:56 -07:00
renovate[bot]
0c359405b2
Update devDependency prettier to v2.8.6 ( #260 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-03-21 15:43:24 -07:00
Elizabeth Craig
c44218e49a
Try to fix release auth
2023-02-22 12:20:19 -08:00
Elizabeth Craig
316be60ba8
Release using environment
2023-02-21 12:34:38 -08:00
renovate[bot]
c90062a1db
Update devDependency beachball to v2.31.9 ( #254 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-02-16 19:08:15 -08:00
renovate[bot]
ac01a77c9d
Update devDependency jest to v29.4.3 ( #255 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-02-16 19:08:02 -08:00
renovate[bot]
32710a2d71
Update workspace-tools resolutions to v0.30.0 ( #253 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-02-16 19:02:23 -08:00
Ken Chau
7ecdeea0f4
applying package updates
2023-02-15 01:42:19 +00:00
Kenneth Chau
8f67b8f213
Yarn 2, 3 support! ( #252 )
...
* initializing work to support yarn3
* updated to support newer yarn 2+ lock file format
* Change files
2023-02-14 17:28:27 -08:00
renovate[bot]
16985d85c6
Update devDependency prettier to v2.8.4 ( #250 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-02-09 20:57:24 -08:00
renovate[bot]
22105f83ae
Update devDependency beachball to v2.31.8 ( #251 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-02-09 20:57:12 -08:00
dependabot[bot]
b636569769
Bump http-cache-semantics from 4.1.0 to 4.1.1 in /scripts/jest/__fixtures__/monorepo-lerna-npm ( #248 )
...
Bump http-cache-semantics
Bumps [http-cache-semantics](https://github.com/kornelski/http-cache-semantics ) from 4.1.0 to 4.1.1.
- [Release notes](https://github.com/kornelski/http-cache-semantics/releases )
- [Commits](https://github.com/kornelski/http-cache-semantics/compare/v4.1.0...v4.1.1 )
---
updated-dependencies:
- dependency-name: http-cache-semantics
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-07 14:01:35 -08:00
renovate[bot]
55d6191aac
Update devDependency jest to v29.4.2 ( #249 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-02-07 14:01:12 -08:00
renovate[bot]
0936c77577
Update devDependency ts-jest to v29.0.5 ( #242 )
...
chore(deps): update devdependency ts-jest to v29.0.5
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-02-01 12:58:16 -08:00