Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[pull] main from microsoft:main #39

Open
wants to merge 149 commits into
base: main
Choose a base branch
from
Open

[pull] main from microsoft:main #39

wants to merge 149 commits into from

Conversation

pull[bot]
Copy link

@pull pull bot commented Oct 10, 2024

See Commits and Changes for more details.


Created by pull[bot]

Can you help keep this open source service alive? 💖 Please sponsor : )

atingmicrosoft and others added 30 commits October 9, 2024 16:06
* [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
…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>
* 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>
* [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>
* add support for pnpm ignoredOptionalDependencies, resolve #4859

* modify pnpm-config.json rush init template
Co-authored-by: David Michon <dmichon-msft@users.noreply.github.com>
* 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>
octogonz and others added 30 commits December 26, 2024 15:23
… causing yaml.dump to report an error (#5056)

* Fixed the issue where the loclfile object has an undefined property causing yaml.dump to report an error.

* Apply suggestions from code review

---------

Co-authored-by: Ian Clanton-Thuon <iclanton@users.noreply.github.com>
Co-authored-by: David Michon <dmichon-msft@users.noreply.github.com>
* WIP: [api-extractor] Upgrade bundled TypeScript to 5.5

1. Upgrade TypeScript to `5.5.2`
2. Upgrade @typescript-eslint/parser to `7.14.1`
3. Adopt breaking changes of typescript-eslint

* rush change

* Upgrade API Extractor's bundled TypeScript version to 5.7.2

* Update TypeScriptInternals.ts to reflect changes in TypeScript 5.7.2
NOTE: This is a type signature change that didn't affect the runtime contract; it should be fully backwards compatible

* rush update

* Fix a warning caused by TypeScript 5.7.2 strict checks complaining about resolve() signatures being inconsistent between @types/node/module.d.ts and lib.dom.d.ts:

Warning: C:/Git/rushstack/common/temp/default/node_modules/.pnpm/@types+node@18.17.15/node_modules/@types/node/module.d.ts:210:13 - (TS2386) Overload signatures must all be optional or required.

* Temporarily suppress warning caused by TypeScript 5.7.2 being incompatible with @types/node@14.0.1:

Warning: C:\Git\rushstack\common\temp\default\node_modules\.pnpm\@types+node@14.0.1\node_modules\@types\node\ts3.2\globals.d.ts:10:11 - (TS2320) Interface 'Buffer' cannot simultaneously extend types 'Uint8Array<ArrayBuffer>' and 'Uint8Array<ArrayBufferLike>'.
Named property 'buffer' of types 'Uint8Array<ArrayBuffer>' and 'Uint8Array<ArrayBufferLike>' are not identical.

* rush change

---------

Co-authored-by: Qingyu Wang <colinaaa@users.noreply.github.com>
Co-authored-by: Pete Gonzalez <4673363+octogonz@users.noreply.github.com>
* Upgrade to Rush 5.147.2

* rush update

* Revert change to version-policies.json
* Bump decoupled local dependencies

* rush update

* rush change
…d using `Async.runWithRetriesAsync` (#5069)

* Add retryCount parameter to the action provided to Async.runWithRetriesAsync

* Rush change

---------

Co-authored-by: Daniel <D4N14L@users.noreply.github.com>
* feat: improve access to operation build cache

Signed-off-by: Aramis Sennyey <aramissennyeydd@users.noreply.github.com>

* add changelog

Signed-off-by: Aramis Sennyey <aramissennyeydd@users.noreply.github.com>

* move state hash calculation to OperationExecutionRecord

Signed-off-by: Aramis Sennyey <aramissennyeydd@users.noreply.github.com>

* address PR feedback

Signed-off-by: Aramis Sennyey <aramissennyeydd@users.noreply.github.com>

* remove unused property

Signed-off-by: Aramis Sennyey <aramissennyeydd@users.noreply.github.com>

* remove unused import

Signed-off-by: Aramis Sennyey <aramissennyeydd@users.noreply.github.com>

* Update libraries/rush-lib/src/logic/operations/Operation.ts

Co-authored-by: David Michon <dmichon@microsoft.com>

* address pr feedback

Signed-off-by: Aramis Sennyey <aramissennyeydd@users.noreply.github.com>

---------

Signed-off-by: Aramis Sennyey <aramissennyeydd@users.noreply.github.com>
Co-authored-by: Aramis Sennyey <aramissennyeydd@users.noreply.github.com>
Co-authored-by: David Michon <dmichon@microsoft.com>
… build cache plugin (#5073)

* Remove the socket error handler for WebClient

* Rush change

* Remove unused import

---------

Co-authored-by: Daniel <D4N14L@users.noreply.github.com>
…ss subspaces (#5072)

Co-authored-by: Lincoln <L-Qun@users.noreply.github.com>
#5074)

* [workspace-resolve] Allow configuration
Monomorphic request object.

* Update default

---------

Co-authored-by: David Michon <dmichon-msft@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.