Граф коммитов

22151 Коммитов

Автор SHA1 Сообщение Дата
Rushbot 4fe61dd298 Bump versions [skip ci] 2024-10-03 19:46:26 +00:00
Rushbot 42cfe2eec1 Update changelogs [skip ci] 2024-10-03 19:46:24 +00:00
David Michon d45f132071
[heft-sass] Allow suppressing SASS deprecation warnings (#4958)
Co-authored-by: David Michon <dmichon-msft@users.noreply.github.com>
2024-10-03 15:36:55 -04:00
Ian Clanton-Thuon dba45cb716
Make the next release of Rush a minor bump. 2024-10-03 15:34:13 -04:00
Rushbot b9a88ddf1d Bump versions [skip ci] 2024-10-03 15:11:03 +00:00
Rushbot 7493f4111e Update changelogs [skip ci] 2024-10-03 15:11:00 +00:00
Daniel 0d2d53278d
[rush-sdk] Expose file change analysis on the `ProjectChangeAnalyzer` class (#4959)
* Expose analysis of file changes using ProjectChangeAnalyzer.getChangedFilesAsync

* Rush change

* Add a hook to allow modifying file change analysis

* Update change

* Revert index changes

* Update API

* Update API

* Fix issue with type export

* Rush update

* Make generic

* PR feedback

* Move helper function into @rushstack/lookup-by-path

* Rush change

* Fix an issue with grouping when the entries are falsy

---------

Co-authored-by: Daniel <D4N14L@users.noreply.github.com>
2024-10-03 00:44:08 +00:00
Rushbot 1d8f32367b Bump versions [skip ci] 2024-10-02 00:11:22 +00:00
Rushbot 234468caf4 Update changelogs [skip ci] 2024-10-02 00:11:20 +00:00
David Michon 09a94c4b25
Bump webpack 5 (#4951)
* Fix .gitignore

* Upgrade to webpack 5.95.0

* (chore) rush change

* (chore) Update snapshots

* (chore) fix lint issue

* (chore) revise change files, add comments, | undefined

---------

Co-authored-by: David Michon <dmichon-msft@users.noreply.github.com>
2024-10-01 17:51:17 -04:00
David Michon dc02c17daa
[heft] Fix portability of configHash (#4955)
Co-authored-by: David Michon <dmichon-msft@users.noreply.github.com>
2024-10-01 13:53:41 -07:00
Rushbot ca6e96bcaa Bump versions [skip ci] 2024-10-01 00:11:31 +00:00
Rushbot c57ecbb27a Update changelogs [skip ci] 2024-10-01 00:11:28 +00:00
David Michon 0657762369
[heft] Fix incremental copy cache file (#4950)
Co-authored-by: David Michon <dmichon-msft@users.noreply.github.com>
2024-09-30 14:14:17 -07:00
Rushbot a06c97ddda Bump versions [skip ci] 2024-09-30 15:12:22 +00:00
Rushbot 951c422c9d Update changelogs [skip ci] 2024-09-30 15:12:19 +00:00
David Michon 48e0497ae4
[heft] Update file copy layer to support incremental disk cache (#4943)
* [heft] Update file copy layer to support incremental disk cache

* rush change

* (chore) Remove references to copying folders

* Use object format, add unit tests

* Always use array

* Update unit test

---------

Co-authored-by: David Michon <dmichon-msft@users.noreply.github.com>
2024-09-27 17:27:48 -07:00
Rushbot 30e232be94 Bump versions [skip ci] 2024-09-28 00:11:43 +00:00
Rushbot 88223966b1 Update changelogs [skip ci] 2024-09-28 00:11:41 +00:00
Emmanuel Ferdman 85db5c9360
Fix Terminal reference (#4945)
* Fix Terminal reference

Signed-off-by: Emmanuel Ferdman <emmanuelferdman@gmail.com>

* Update common/changes/@rushstack/typings-generator/main_2024-09-27-16-41.json

---------

Signed-off-by: Emmanuel Ferdman <emmanuelferdman@gmail.com>
Co-authored-by: Daniel <3473356+D4N14L@users.noreply.github.com>
2024-09-27 13:02:17 -07:00
Rushbot 74422211f4 Bump versions [skip ci] 2024-09-26 22:59:14 +00:00
Rushbot 367d0c55e2 Update changelogs [skip ci] 2024-09-26 22:59:12 +00:00
Ian Clanton-Thuon dfd8f1828f
[rush] Fix a few issues with the variants PR. (#4944)
* Include a missing --variant paramter on phased commands.

* Pass subspace to ensureConsistentVersions in doBasicInstallAsync.

* Make the next relase of Rush a patch bump.
2024-09-26 22:46:31 +00:00
Rushbot 2025e86a31 Bump versions [skip ci] 2024-09-26 21:48:01 +00:00
Rushbot 64f85abf38 Update changelogs [skip ci] 2024-09-26 21:48:00 +00:00
Rushbot d31eb757ee Bump versions [skip ci] 2024-09-26 21:47:46 +00:00
Rushbot fe3ff9f748 Update changelogs [skip ci] 2024-09-26 21:47:44 +00:00
Ian Clanton-Thuon f107646a70
[rush] Bring back the Variants feature. (#4927)
* Bring back the Variants feature.

* fixup! Bring back the Variants feature.

* Some cleanup to Subspace.ts

* Fix an issue where install is skipped if the variant is changed.

* fixup! Bring back the Variants feature.

* fixup! Bring back the Variants feature.

* fixup! Bring back the Variants feature.

* fixup! Some cleanup to Subspace.ts

* API clean up and plumb variants into a few more places.

* fixup! API clean up and plumb variants into a few more places.

* fixup! API clean up and plumb variants into a few more places.

* Grab the currently installed variant in a few cases.

* Fix an issue with ensuring consistent versions with a default subspace.

* fixup! Bring back the Variants feature.

* fixup! Bring back the Variants feature.

* fixup! Fix an issue where install is skipped if the variant is changed.

* fixup! Fix an issue where install is skipped if the variant is changed.

* Include pnpmfile in the files that are variant-dependant.

* fixup! Include pnpmfile in the files that are variant-dependant.

* Include pnpm-config.json in the set of files that are variant-dependent.

* Allow variant to be passed into getChangedProjectsAsync

* Include the --variant parameter with the --install parameter in PhasedScriptAction.

* Use named parameters in the beforeInstall and afterInstall hooks.

* fixup! Fix an issue where install is skipped if the variant is changed.
2024-09-26 17:35:36 -04:00
Rushbot 5f4be1d458 Bump versions [skip ci] 2024-09-24 00:11:21 +00:00
Rushbot 26447eb069 Update changelogs [skip ci] 2024-09-24 00:11:19 +00:00
David Michon 7ed9ca9624
[webpack-localization-plugin] Fix circular reference in assetInfo.related (#4937)
Co-authored-by: David Michon <dmichon-msft@users.noreply.github.com>
2024-09-23 16:01:21 -07:00
Ian Clanton-Thuon e17b565096
Bump rush to 5.135.0-pr4927.1. (#4936) 2024-09-23 12:06:58 -07:00
dependabot[bot] a8636f7905
Bump express from 4.19.2 to 4.20.0 in /apps/lockfile-explorer (#4917)
* Bump express from 4.19.2 to 4.20.0 in /apps/lockfile-explorer

Bumps [express](https://github.com/expressjs/express) from 4.19.2 to 4.20.0.
- [Release notes](https://github.com/expressjs/express/releases)
- [Changelog](https://github.com/expressjs/express/blob/master/History.md)
- [Commits](https://github.com/expressjs/express/compare/4.19.2...4.20.0)

---
updated-dependencies:
- dependency-name: express
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump express in other projects.

* Rush change.

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Ian Clanton-Thuon <iclanton@users.noreply.github.com>
2024-09-23 18:47:19 +00:00
Rushbot a2351c6758 Bump versions [skip ci] 2024-09-21 00:10:30 +00:00
Rushbot d7481ca7fa Update changelogs [skip ci] 2024-09-21 00:10:28 +00:00
Ian Clanton-Thuon 459933e8b7
Bump cyclics and pull in a testing version (5.135.0-pr4927.0) of Rush. (#4935) 2024-09-20 23:23:55 +00:00
David Michon d7b6ad074e
[package-deps-hash] Expose `hashFilesAsync` API (#4934)
* [package-deps-hash] Expose `hashFilesAsync` API

* Update comments

* rush change

* Expose from index

---------

Co-authored-by: David Michon <dmichon-msft@users.noreply.github.com>
2024-09-20 23:22:34 +00:00
Apostolis Haitalis 23ed83a75b
[debug-certificate-manager] Option to skip automatically trusting and untrusting a certificate (#4933)
* Option to skip trusting and untrusting a certificate

* rush change

* Update common/changes/@rushstack/debug-certificate-manager/user-apc-skipcerttrust_2024-09-20-22-22.json

Co-authored-by: Ian Clanton-Thuon <iclanton@users.noreply.github.com>

* Update libraries/debug-certificate-manager/src/CertificateManager.ts

Co-authored-by: Ian Clanton-Thuon <iclanton@users.noreply.github.com>

* Update common/reviews/api/debug-certificate-manager.api.md

Co-authored-by: Ian Clanton-Thuon <iclanton@users.noreply.github.com>

---------

Co-authored-by: apostolisms <apostolisms@users.noreply.github.com>
Co-authored-by: Ian Clanton-Thuon <iclanton@users.noreply.github.com>
2024-09-20 23:15:08 +00:00
Rushbot c71df47e72 Bump versions [skip ci] 2024-09-20 20:23:42 +00:00
Rushbot 7b833d1b85 Update changelogs [skip ci] 2024-09-20 20:23:40 +00:00
David Michon 5e45583bba
[rush] Logging enhancements (#4929)
* [rush-serve-plugin] Serve Rush log files

* Fix grammar, naming. Make log serve paths include package name.

* Make helper function

---------

Co-authored-by: David Michon <dmichon-msft@users.noreply.github.com>
2024-09-20 20:12:17 +00:00
Aramis Sennyey 50449d0151
[rush] feat(cobuilds): allow orchestration without using the build cache (#4871)
* feat(cobuilds): allow orchestration without using the build cache

* update comment

* rename allowCobuildOrchestration to allowCobuildWithoutCache

* move to experiments.json

* fix lint errors

* Update build-tests/rush-redis-cobuild-plugin-integration-test/sandbox/sharded-repo/projects/e/config/rush-project.json

* adding to rush-init and adjusting description

---------

Co-authored-by: Aramis Sennyey <aramissennyeydd@users.noreply.github.com>
2024-09-20 15:38:18 -04:00
David Michon 476c61e835
[rush-resolver-cache] Fix projectFolder on Windows (#4931)
Co-authored-by: David Michon <dmichon-msft@users.noreply.github.com>
2024-09-20 00:30:02 +00:00
Rushbot 9471818f13 Bump versions [skip ci] 2024-09-19 00:11:10 +00:00
Rushbot c5ae4cc4c0 Update changelogs [skip ci] 2024-09-19 00:11:08 +00:00
Aramis Sennyey 0f2579927e
[rush] move sharded operation config to its own block (#4923)
* feat: move sharded operation config to its own block

* add changesets

* deprecate and support older version

* adjust changeset

* Update common/changes/@microsoft/rush/sennyeya-shard-schema-updates_2024-09-13-22-46.json

Co-authored-by: Ian Clanton-Thuon <iclanton@users.noreply.github.com>

* adjust upgrading.md

* use terminal instance

* fix lint error

* more lint fixes

---------

Co-authored-by: Aramis Sennyey <aramissennyeydd@users.noreply.github.com>
Co-authored-by: Ian Clanton-Thuon <iclanton@users.noreply.github.com>
2024-09-18 14:57:13 -07:00
Emmanuel Ferdman 07914a7766
Fix ESLint links (#4925)
* Fix ESLint links

Signed-off-by: Emmanuel Ferdman <emmanuelferdman@gmail.com>

* Add Rush files

Signed-off-by: Emmanuel Ferdman <emmanuelferdman@gmail.com>

---------

Signed-off-by: Emmanuel Ferdman <emmanuelferdman@gmail.com>
2024-09-18 09:32:20 -07:00
Rushbot 7c3b21ce67 Bump versions [skip ci] 2024-09-16 02:09:03 +00:00
Rushbot 40b5abeadb Update changelogs [skip ci] 2024-09-16 02:09:01 +00:00
Daniel d598017ec1
[package-extractor] Add file paths to extractor-metadata.json (#4924)
* Add file paths to extractor-metadata.json

* Cleanup

* Update API

* Rush change

* More cleanup

* Add file realization to create-links.js and make the file run async

* PR feedback

* Update common/changes/@rushstack/package-extractor/user-danade-AddFileTracking_2024-09-14-08-27.json

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-15 07:05:06 +00:00