Rushbot
9420e9ed77
Bump versions [skip ci]
2024-09-13 01:02:49 +00:00
Rushbot
89f3f4b519
Update changelogs [skip ci]
2024-09-13 01:02:47 +00:00
Rushbot
351584784a
Merge branch 'version/bump-1726186302613'
2024-09-13 00:11:53 +00:00
Rushbot
8ba10b3952
Bump versions [skip ci]
2024-09-13 00:11:45 +00:00
Rushbot
cc13351c09
Update changelogs [skip ci]
2024-09-13 00:11:43 +00:00
Ian Clanton-Thuon
69f23c1c1c
Pass the credentials cache into _getCredentialFromTokenAsync. ( #4922 )
2024-09-13 00:00:14 +00:00
Ian Clanton-Thuon
7f838f9d6f
[node-core-library] Fix an issue where attempting to acquire multiple `LockFile`s at the same time on POSIX would cause the second to immediately be acquired without releasing the first. ( #4920 )
...
* Introduce a test that's broken on mac and linux for acquiring two locks on the same resource at the same time.
* Rename LockFile.acquire to Lockfile.acquireAsync.
* Add support for multiple locks in the same process.
* Refactor @rushstack/rush-azure-storage-build-cache-plugin to delay locking the CredentialCache file until the credential has been acquired.
* Apply suggestions from code review
Co-authored-by: Daniel <3473356+D4N14L@users.noreply.github.com>
* Apply suggestions from code review
Co-authored-by: David Michon <dmichon@microsoft.com>
* Refactor the retryLoop to be a simple while loop.
* Update libraries/node-core-library/src/LockFile.ts
Co-authored-by: David Michon <dmichon@microsoft.com>
* Revert changes to Rush.
* Rush change.
---------
Co-authored-by: Daniel <3473356+D4N14L@users.noreply.github.com>
Co-authored-by: David Michon <dmichon@microsoft.com>
2024-09-12 16:50:20 -07:00
Kenrick
c6b5e1d5d6
[rush-lib] fix: update shrinkwrap when globalPackageExtensions has been changed ( #4913 )
...
* fix: update shrinkwrap when globalPackageExtensions has been changed
* fix: code review
* fix: code review
* refactor: simplify codes & test cases
2024-09-12 16:47:18 -07:00
Ian Clanton-Thuon
e9140b6202
Make the next release of Rush a minor bump.
2024-09-12 16:37:30 -07:00
Rushbot
8c54ce8d7b
Bump versions [skip ci]
2024-09-11 19:54:49 +00:00
Rushbot
5237796504
Update changelogs [skip ci]
2024-09-11 19:54:47 +00:00
Daniel
fd6ce14ee7
[package-extractor] Allow for a custom link creation script path to be used for the create-links.js file ( #4918 )
...
* Allow for a custom link creation script path to be used for the create-links.js file
* Rush change
* Fix creation of zip file with custom script path
* Apply suggestions from code review
Co-authored-by: Ian Clanton-Thuon <iclanton@users.noreply.github.com>
---------
Co-authored-by: Daniel <D4N14L@users.noreply.github.com>
Co-authored-by: Ian Clanton-Thuon <iclanton@users.noreply.github.com>
2024-09-11 17:34:29 +00:00
Rushbot
7c7c3bb042
Bump versions [skip ci]
2024-09-10 20:08:14 +00:00
Rushbot
85527db8ce
Update changelogs [skip ci]
2024-09-10 20:08:12 +00:00
Robert Fidler
39425b9144
Add custom formats to JsonSchema ( #4916 )
...
* add custom formats
* changes
* formatting
* Update libraries/node-core-library/src/JsonSchema.ts
Co-authored-by: Daniel <3473356+D4N14L@users.noreply.github.com>
* Update libraries/node-core-library/src/JsonSchema.ts
Co-authored-by: Daniel <3473356+D4N14L@users.noreply.github.com>
* docstring
---------
Co-authored-by: Daniel <3473356+D4N14L@users.noreply.github.com>
2024-09-10 11:23:30 -07:00
Cheng Liu
6a5ac8ae52
[rush] supports "rush-pnpm patch-remove" command ( #4911 )
...
* feat: add rush-pnpm patch-remove
* chore: rush change
* Rush change.
---------
Co-authored-by: Cheng Liu <chengcyber@users.noreply.github.com>
Co-authored-by: Ian Clanton-Thuon <iclanton@users.noreply.github.com>
2024-09-09 18:43:01 +00:00
Rushbot
cf7f5e35b1
Bump versions [skip ci]
2024-09-07 00:18:11 +00:00
Rushbot
3cf90906f9
Update changelogs [skip ci]
2024-09-07 00:18:09 +00:00
Ian Clanton-Thuon
c8a4bb583d
Expose AzureAuthenticationBase._credentialCacheId. ( #4914 )
2024-09-06 17:05:30 -07:00
Rushbot
bff8c3d1be
Bump versions [skip ci]
2024-08-29 22:49:38 +00:00
Rushbot
52f316f86c
Update changelogs [skip ci]
2024-08-29 22:49:36 +00:00
David Michon
6cf823c14a
[rush-resolver-cache] Fix Windows compatibility ( #4909 )
...
Co-authored-by: David Michon <dmichon-msft@users.noreply.github.com>
2024-08-29 18:22:15 +00:00
Rushbot
c4ed903c2b
Bump versions [skip ci]
2024-08-29 00:11:35 +00:00
Rushbot
dd98e8c685
Update changelogs [skip ci]
2024-08-29 00:11:33 +00:00
David Michon
cb823f9674
[workspace-resolve] Fix cross-package import ( #4908 )
...
Co-authored-by: David Michon <dmichon-msft@users.noreply.github.com>
2024-08-28 16:28:58 -07:00
Rushbot
156731218e
Bump versions [skip ci]
2024-08-28 20:46:35 +00:00
Rushbot
b17aa0f4bf
Update changelogs [skip ci]
2024-08-28 20:46:32 +00:00
Aramis Sennyey
eada3ceaf3
[rush] fix: ignore flags when doing install with resolution only ( #4907 )
...
* fix: ignore flags when doing install with resolution only
* add changeset
* remove console.log
---------
Co-authored-by: Aramis Sennyey <aramissennyeydd@users.noreply.github.com>
2024-08-28 13:33:58 -07:00
Rushbot
b5e3f20e39
Bump versions [skip ci]
2024-08-28 18:19:58 +00:00
Rushbot
b01db3c017
Update changelogs [skip ci]
2024-08-28 18:19:55 +00:00
Rushbot
aaa833ecf4
Bump versions [skip ci]
2024-08-28 00:11:43 +00:00
Rushbot
c82c3c8deb
Update changelogs [skip ci]
2024-08-28 00:11:41 +00:00
Ian Clanton-Thuon
605584daad
Make the next release of Rush a patch bump.
2024-08-27 16:54:05 -07:00
David Michon
8a9eb70d47
Include `basePath` in resolver cache file, instead of being external ( #4906 )
...
* [webpack-resolve] Expect basePath in resolver cache file
* [rush-resolve] Include basePath in resolver cache file
---------
Co-authored-by: David Michon <dmichon-msft@users.noreply.github.com>
2024-08-27 16:53:34 -07:00
Rushbot
1d42386c97
Bump versions [skip ci]
2024-08-27 15:12:36 +00:00
Rushbot
9b99d7c363
Update changelogs [skip ci]
2024-08-27 15:12:34 +00:00
David Michon
db87cc1094
Support bundled dependencies in resolver plugin ( #4903 )
...
* [lookup-by-path] Return linked list of matches
* [workspace-resolve-plugin] Handle hierarchical node_modules
* [rush-resolve-plugin] Support "bundledDependencies"
* Apply suggestions from code review
Reformat change logs, add comments about numeric values.
Co-authored-by: Ian Clanton-Thuon <iclanton@users.noreply.github.com>
---------
Co-authored-by: David Michon <dmichon-msft@users.noreply.github.com>
Co-authored-by: Ian Clanton-Thuon <iclanton@users.noreply.github.com>
2024-08-27 00:21:11 +00:00
Rushbot
f8eb2c2137
Bump versions [skip ci]
2024-08-26 02:00:14 +00:00
Rushbot
e0472d7fd3
Update changelogs [skip ci]
2024-08-26 02:00:12 +00:00
Ian Clanton-Thuon
d4ff309665
Add an option to generate a doc comment on the value. ( #4904 )
2024-08-26 01:48:09 +00:00
David Michon
ac0d63f73f
[webpack-resolve] Fix bug caused by mutating request ( #4902 )
...
Co-authored-by: David Michon <dmichon-msft@users.noreply.github.com>
2024-08-23 17:04:26 -07:00
Rushbot
971646596b
Bump versions [skip ci]
2024-08-23 00:40:10 +00:00
Rushbot
ca0165905f
Update changelogs [skip ci]
2024-08-23 00:40:08 +00:00
David Michon
444bb3ca56
Create rush-resolver-cache-plugin ( #4892 )
...
* [rush] Add `afterInstall` hook
* [rush] Update types in pnpm lockfile
* (chore) Inject all cross-subspace workspace dependencies
* [rush] Add rush-resolver-cache-plugin
* [rush] Add unit tests for resolver-cache-plugin
* [rush] Fix eslint, typings
* [rush] Add missing heft dependency
* [rush-resolve-plugin] Platform agnostic path resolution
---------
Co-authored-by: David Michon <dmichon-msft@users.noreply.github.com>
2024-08-22 17:25:46 -07:00
David Michon
3ed14b79ae
[rush] Add option to suppress hardcoded npmjs.org registry call ( #4900 )
...
Co-authored-by: David Michon <dmichon-msft@users.noreply.github.com>
2024-08-22 17:22:22 -07:00
Kenrick
de9aa4aef0
fix: update shrinkwrap when globalOverrides has change ( #4898 )
2024-08-22 09:30:20 -07:00
Rushbot
4cd9b54ad7
Bump versions [skip ci]
2024-08-21 16:25:08 +00:00
Rushbot
c13f56b40d
Update changelogs [skip ci]
2024-08-21 16:25:07 +00:00
Rushbot
f5d33c799d
Bump versions [skip ci]
2024-08-21 16:24:53 +00:00
Rushbot
12aa46b526
Update changelogs [skip ci]
2024-08-21 16:24:51 +00:00