-
Notifications
You must be signed in to change notification settings - Fork 80
Pnpm migration #3366
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
Merged
Merged
Pnpm migration #3366
Changes from 34 commits
Commits
Show all changes
37 commits
Select commit
Hold shift + click to select a range
f586d84
Remove rush files
8516520
switch to use pnpm
e498a62
more script and doc update
5f6bc23
Merge remote-tracking branch 'upstream/main' into pnpm-migration
fa1df0f
split job steps
ea83a5b
re-gen for swaggers
71e6eb3
move dev deps ts-node and typescript to top-level package.json
e3385fa
Merge remote-tracking branch 'upstream/main' into pnpm-migration
4a88137
update lro tests to verify error.name for AbortError
ae1a36e
pnpm install
500e08a
Revert "move dev deps ts-node and typescript to top-level package.json"
5fb9396
Merge remote-tracking branch 'upstream/main' into pnpm-migration
86c2c5c
fix format
6aa71d6
update case
v-jiaodi bedbe61
Merge branch 'main' of https://github.com/Azure/autorest.typescript i…
v-jiaodi 78d77cb
update
v-jiaodi b45d8b2
Merge branch 'main' of https://github.com/Azure/autorest.typescript i…
v-jiaodi 2d3cb9b
update
v-jiaodi fd0e084
Merge branch 'main' of https://github.com/Azure/autorest.typescript i…
v-jiaodi ee82882
update
v-jiaodi 2416145
update
v-jiaodi f893dae
Merge branch 'main' of https://github.com/Azure/autorest.typescript i…
v-jiaodi ae53c4f
Merge remote-tracking branch 'upstream/main' into pnpm-migration
ef47d3f
Merge remote-tracking branch 'upstream/main' into pnpm-migration
7a0e123
pnpm update
35d590b
approve autorest and puppeteer install builds
984fe07
Merge branch 'main' of https://github.com/Azure/autorest.typescript i…
v-jiaodi cfaefdf
update pnpm-lock.yaml
v-jiaodi f7c57a5
fix nightly ci
v-jiaodi 72ecf06
Merge remote-tracking branch 'upstream/main' into pnpm-migration
411ad5d
update pnpm-lock.yaml
70ebacf
Merge branch 'main' into pnpm-migration
jeremymeng 90c479e
Merge branch 'main' of https://github.com/Azure/autorest.typescript i…
v-jiaodi c62bf88
Merge branch 'pnpm-migration' of https://github.com/jeremymeng/autore…
v-jiaodi 36952f9
Merge remote-tracking branch 'upstream/main' into pnpm-migration
06bdaa2
update and override global pnpm-config to dev
v-jiaodi d4e0a90
add script
v-jiaodi File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -28,4 +28,5 @@ dist | |
| .tshy-build | ||
| vitest.config.ts.timestamp* | ||
| .tshy | ||
| **/test/**/metadata.json | ||
| **/test/**/metadata.json | ||
| .turbo/ | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,13 +1,18 @@ | ||
| steps: | ||
| - script: npm install -g @typespec/compiler@next | ||
| displayName: Install @typespec/compiler@next | ||
| - script: npx @azure-tools/typespec-bump-deps@latest pnpm-config.json --add-rush-overrides | ||
| workingDirectory: $(Build.SourcesDirectory)/common/config/rush | ||
| displayName: "Override global pnpm-config to dev" | ||
|
MaryGao marked this conversation as resolved.
|
||
| - script: npx @azure-tools/typespec-bump-deps@latest package.json | ||
| workingDirectory: $(Build.SourcesDirectory)/packages/typespec-ts | ||
| displayName: "Override typespec-ts package.json to dev" | ||
| - script: npx @azure-tools/typespec-bump-deps@latest package.json | ||
| workingDirectory: $(Build.SourcesDirectory)/packages/typespec-test | ||
| displayName: "Override typespec-test package.json to dev" | ||
| - template: build.yml | ||
| - script: | | ||
| npm install -g pnpm | ||
| displayName: "Install Pnpm" | ||
| - script: | | ||
| pnpm install --no-frozen-lockfile | ||
| displayName: "Install package dependencies" | ||
| - script: | | ||
| pnpm build | ||
| displayName: "Build" | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This will lead to invalid tar name so we can't release.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fixes in here #3627