-
Notifications
You must be signed in to change notification settings - Fork 96
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
Port/2533+2692 #2713
Port/2533+2692 #2713
Conversation
Signed-off-by: zFernand0 <[email protected]>
Signed-off-by: zFernand0 <[email protected]>
port #2533 Signed-off-by: zFernand0 <[email protected]>
Waiting on the following PR to fix the Audit check: |
Signed-off-by: zFernand0 <[email protected]>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## next #2713 +/- ##
=======================================
Coverage 93.23% 93.24%
=======================================
Files 109 109
Lines 10295 10297 +2
Branches 2211 2223 +12
=======================================
+ Hits 9599 9601 +2
Misses 695 695
Partials 1 1 ☔ View full report in Codecov by Sentry. |
Will update this PR once the vNext version of the |
@zFernand0 I was able to run |
Signed-off-by: Billie Simmons <[email protected]>
Signed-off-by: Billie Simmons <[email protected]>
Signed-off-by: zFernand0 <[email protected]>
Signed-off-by: zFernand0 <[email protected]>
Signed-off-by: zFernand0 <[email protected]>
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.
LGTM! thanks @zFernand0
Should we update the lerna in this PR to kick off release of audit fixes? |
Signed-off-by: zFernand0 <[email protected]>
Done! Although I'm a bit confused as to why we should update it even for the |
Quality Gate failedFailed conditions |
Thanks. IDK, know there was mention that next would publish with all merged PRs but last was on the 7th and I know we have been merging since 7th. |
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.
LGTM, thanks @zFernand0
Release succeeded for the The following packages have been published:
Powered by Octorelease 🚀 |
Proposed changes
Migrate the following PRs:
Release Notes
Milestone: vNext
Changelog: N/A
Types of changes
What types of changes does your code introduce to Zowe Explorer?
Put an
x
in the boxes that applyChecklist
Put an
x
in the boxes that apply. You can also fill these out after creating the PR. If you're unsure about any of them, don't hesitate to ask. We're here to help! This checklist will be used as reference for both the contributor and the revieweryarn workspace vscode-extension-for-zowe vscode:prepublish
has been executedFurther comments
I few things I noticed...
pnpm --filter vscode-extension-for-zowe vscode:prepublish
script.bad export type for 'tree_sitter_tsx_external_scanner_create': undefined
(likely due to not locking down the version of@vscode/l10n-dev
UPDATE:
npx @vscode/l10n-dev ...
was changed to the PNPM equivalent:pnpm dlx @vscode/l10n-dev ...
😋toBeCalled
toHaveBeenCalled
toBeCalledTimes
toHaveBeenCalledTimes