Tomasz Jaworski
a4e9c24180
[rush] Fix an issue where incremental building (with LegacySkipPlugin) would not work when no-op operations were present in the process ( #4993 )
...
* fix: incremental building with LegacySkipPlugin when no-op operations are present
* chore: rush change
2024-11-06 14:16:16 -08:00
Ian Clanton-Thuon
871e7000a6
Merge branch 'rush-patch'
2024-10-30 14:59:24 -07:00
Ian Clanton-Thuon
8d770515e6
Make the next release of Rush a minor bump.
2024-10-30 14:58:33 -07:00
Rushbot
1af80bf14c
Bump versions [skip ci]
2024-10-30 21:50:53 +00:00
Rushbot
cfa1418eb0
Update changelogs [skip ci]
2024-10-30 21:50:51 +00:00
Ian Clanton-Thuon
fe3ef1b697
Rush change.
2024-10-30 14:34:13 -07:00
Ian Clanton-Thuon
f4da9c61bf
Make the next release of Rush a patch bump.
2024-10-30 14:31:33 -07:00
Aramis Sennyey
5a5b41336c
[rush] Differentiate remote and local execution in telemetry. ( #4755 )
...
* feat(cobuilds,telemetry): allow differentiating telemetry from operations that were executed remotely and locally
* add changeset
* revert adding telemetry
* undeprecate nonCachedDurationMs
---------
Co-authored-by: Aramis Sennyey <aramissennyeydd@users.noreply.github.com>
2024-10-29 11:15:35 -07:00
David Michon
cc10df7a25
[rush] Fix logging for non-zero exit codes ( #4984 )
...
Co-authored-by: David Michon <dmichon-msft@users.noreply.github.com>
2024-10-29 01:05:50 +00:00
Rushbot
76315fdd16
Bump versions [skip ci]
2024-10-25 00:10:41 +00:00
Rushbot
b51a451884
Update changelogs [skip ci]
2024-10-25 00:10:39 +00:00
Taylor Lodge
b83d9612b9
[heft-storybook-plugin] feat: storybook v8 support ( #4971 )
...
* feat: storybook v8 support
Also adds new parameter to use the new test build mode in Storybook v8
* code review feedback
* fixup! code review feedback
* fix storybook v8 printing addon compatibility error
* only supply npm_config_user_agent env var to Storybook 8
---------
Co-authored-by: Taylor <ubermous@users.noreply.github.com>
Co-authored-by: Ian Clanton-Thuon <iclanton@users.noreply.github.com>
2024-10-24 14:07:12 -07:00
Rushbot
010bf31444
Bump versions [skip ci]
2024-10-24 15:11:21 +00:00
Rushbot
a55bed2b36
Update changelogs [skip ci]
2024-10-24 15:11:19 +00:00
Daniel
075e022343
[package-extractor] Add support for linking bins when using the "script" link creation mode ( #4980 )
...
* Add support for linking bins when using the "script" link creation mode
* PR feedback
* Add more logging
* Fix bundle
* More concurrency changes
* Fix logging of bin links
* Rush change
* Change to use path.join in specific place that gets logged
* Dedupe target folder resolution
* Rush update
* PR feedback
* Add comment
---------
Co-authored-by: Daniel <D4N14L@users.noreply.github.com>
2024-10-24 04:54:36 +00:00
Rushbot
7f1ca5f5e9
Bump versions [skip ci]
2024-10-24 00:15:51 +00:00
Rushbot
1a0ab37c1f
Update changelogs [skip ci]
2024-10-24 00:15:48 +00:00
Ian Clanton-Thuon
ad50ff8395
Update jsonpath-plus to ~10.1.0 ( #4981 )
2024-10-23 19:15:59 +00:00
Rushbot
577410fcbc
Bump versions [skip ci]
2024-10-22 23:59:57 +00:00
Rushbot
c91669ca9e
Update changelogs [skip ci]
2024-10-22 23:59:54 +00:00
Daniel
b1b0fcf3f1
[rush] Prepare for publish with updated changelog messages ( #4979 )
...
* Improve changelog messages
* Update common/changes/@microsoft/rush/support-pnpm-ignore-optional-dependencies_2024-10-13-01-04.json
---------
Co-authored-by: Daniel <D4N14L@users.noreply.github.com>
Co-authored-by: Ian Clanton-Thuon <iclanton@users.noreply.github.com>
2024-10-22 23:45:21 +00:00
Rushbot
12dcb6d92d
Bump versions [skip ci]
2024-10-22 22:12:42 +00:00
Rushbot
be50c50af5
Update changelogs [skip ci]
2024-10-22 22:12:40 +00:00
Daniel
18e7671cd3
[package-extractor] Fix `.bin` folder extraction when using the `default` link creation mode ( #4978 )
2024-10-22 20:47:11 +00:00
Rushbot
a2b78210a6
Bump versions [skip ci]
2024-10-21 18:50:13 +00:00
Rushbot
2aba2f267c
Update changelogs [skip ci]
2024-10-21 18:50:10 +00:00
David Michon
4b95d46ce0
[heft] Stop using true-case-path ( #4969 )
...
Co-authored-by: David Michon <dmichon-msft@users.noreply.github.com>
2024-10-21 11:32:56 -07:00
Kyle Lastimosa
536cb5398d
[rush] Add support for pnpm ignoredOptionalDependencies ( #4928 )
...
* add support for pnpm ignoredOptionalDependencies, resolve #4859
* modify pnpm-config.json rush init template
2024-10-18 13:15:05 -07:00
Rushbot
0c7a1ed40e
Bump versions [skip ci]
2024-10-17 20:37:41 +00:00
Rushbot
969561a50a
Update changelogs [skip ci]
2024-10-17 20:37:39 +00:00
Rushbot
98da3fc37c
Bump versions [skip ci]
2024-10-17 20:25:44 +00:00
Rushbot
70ba889145
Update changelogs [skip ci]
2024-10-17 20:25:42 +00:00
David Michon
3530cb21a0
[rush] Split ProjectChangeAnalyzer, fix build cache hashes ( #4476 )
...
* [rush] Split ProjectChangeAnalyzer, fix build cache hashes
* Rename InputSnapshot and related functionality
* [rush] More renames, move logging
* [rush] Allow rush plugins to add metadata files to cache entries
* [rush] Add `operation.enabled` flag
* [rush] Add `cacheHashSalt` property
---------
Co-authored-by: David Michon <dmichon-msft@users.noreply.github.com>
2024-10-17 13:13:49 -07:00
Rushbot
300fcd107d
Bump versions [skip ci]
2024-10-17 08:35:09 +00:00
Rushbot
34c1204d15
Update changelogs [skip ci]
2024-10-17 08:35:07 +00:00
Ian Clanton-Thuon
fdd2659e4e
Expand the ts-command-line choice paramter APIs. ( #4975 )
2024-10-17 08:17:43 +00:00
Rushbot
312b8bc554
Bump versions [skip ci]
2024-10-16 00:11:22 +00:00
Rushbot
44b5a22d8a
Update changelogs [skip ci]
2024-10-16 00:11:20 +00:00
Taylor Lodge
8e9a51eb8e
[heft-typescript-plugin] feat: support typescript 5.6 ( #4972 )
...
* feat: support typescript 5.6
This is a breaking change and will not work on Typescript versions < 5.6
* chore: review comments
---------
Co-authored-by: Taylor <ubermous@users.noreply.github.com>
2024-10-15 09:28:04 -07:00
Rushbot
239ad8a721
Bump versions [skip ci]
2024-10-15 00:12:34 +00:00
Rushbot
c113971714
Update changelogs [skip ci]
2024-10-15 00:12:32 +00:00
Jake Bailey
681f718a04
[api-extractor] pass compilerOptions into getModeForUsageLocation to fix TS 5.6 ( #4973 )
...
* [api-extractor] pass compilerOptions into getModeForUsageLocation to fix TS 5.6
* change
* Update common/changes/@microsoft/api-extractor/fix-5.6_2024-10-14-19-47.json
---------
Co-authored-by: Daniel <3473356+D4N14L@users.noreply.github.com>
2024-10-14 13:31:43 -07:00
Rushbot
c4c5e3f0df
Bump versions [skip ci]
2024-10-10 00:11:53 +00:00
Rushbot
2283a118fc
Update changelogs [skip ci]
2024-10-10 00:11:51 +00:00
atingmicrosoft
2242751217
Implement SARIF formatter for Eslint ( #4956 )
...
* [heft-lint-plugin] Support outputting SARIF logs
* fixed type issues in typescript for Sarifformmater. Upgrade @types/eslint to version 18.56.10
* PR fixes for creating SARIF Formatter
* rush update
* rush change
* rush update
* rush update
* updated test snapshot
* rush change
* pnpm file fix
* updated snapshot
* 2nd round PR fixes for sarifFormatter
* resolve repo-state.json merge conflict
* deleted change file for webpack5-localization-plugin. Changes were reverted.
* PR changes 3 for implementing SARIF formatter
* 3rd round PR changes for SARIF formatter
* made IRegion interface exportable
* created snapshot tests and updated schema descriptions
* minor fixes and improvements to formatEslintResultsAsSARIF function
* edited rush changes
* fixed functionality of sarifFormmater to properly track rule and artifact indicies. Added more snapshot tests. URL tracked in sariff formatter are relative vs absolute. Rules Meta now included in sarif file
* fixed bug with importing linter
* imporved efficiency of formatAsASARIF function
2024-10-09 16:06:46 -04:00
Rushbot
982df68fdb
Bump versions [skip ci]
2024-10-03 22:31:10 +00:00
Rushbot
39e2445104
Update changelogs [skip ci]
2024-10-03 22:31:08 +00:00
David Michon
f28e817d39
[rush] Look for `:incremental` suffixed scripts in watch mode ( #4960 )
...
* [rush] Support `:incremental` scripts
* PR feedback
* Use explicit typeof check
---------
Co-authored-by: David Michon <dmichon-msft@users.noreply.github.com>
2024-10-03 15:18:52 -07:00
Rushbot
f03b7c9bdd
Bump versions [skip ci]
2024-10-03 19:46:41 +00:00
Rushbot
4ed51c846c
Update changelogs [skip ci]
2024-10-03 19:46:40 +00:00