forked from aws/aws-toolkit-azure-devops
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Implement dynamic changes to shelljs to resolve the problem with file extensions at runtime #1
Open
ivanduplenskikh
wants to merge
1
commit into
master
Choose a base branch
from
users/v-ivandu/add-temporary-solution-to-fix-shelljs-dependencies-resolving
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains 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
… extensions at runtime
hayemaxi
added a commit
to hayemaxi/aws-toolkit-azure-devops
that referenced
this pull request
Nov 25, 2024
Requires a hacky patch to fix shell.js, which doesn't support bundlers. Mitigates the issue described in aws#539 Credit to ivanduplenskikh: ivanduplenskikh#1 Co-authored-by: Ivan Duplenskikh <ivanduplenskikh>
5 tasks
hayemaxi
added a commit
to hayemaxi/aws-toolkit-azure-devops
that referenced
this pull request
Nov 25, 2024
Requires a hacky patch to fix shell.js, which doesn't support bundlers. Mitigates the issue described in aws#539 Credit to ivanduplenskikh: ivanduplenskikh#1 Co-authored-by: Ivan Duplenskikh <ivanduplenskikh>
hayemaxi
added a commit
to hayemaxi/aws-toolkit-azure-devops
that referenced
this pull request
Nov 25, 2024
Requires a hacky patch to fix shell.js, which doesn't support bundlers. Mitigates the issue described in aws#539 Credit to ivanduplenskikh: ivanduplenskikh#1 Co-authored-by: Ivan Duplenskikh <ivanduplenskikh>
hayemaxi
added a commit
to hayemaxi/aws-toolkit-azure-devops
that referenced
this pull request
Nov 25, 2024
Requires a hacky patch to fix shell.js, which doesn't support bundlers. Mitigates the issue described in aws#539 Credit to ivanduplenskikh: ivanduplenskikh#1 Co-authored-by: Ivan Duplenskikh <ivanduplenskikh>
hayemaxi
added a commit
to hayemaxi/aws-toolkit-azure-devops
that referenced
this pull request
Nov 25, 2024
Requires a hacky patch to fix shell.js, which doesn't support bundlers. Mitigates the issue described in aws#539 Addresses aws#566 Credit to ivanduplenskikh: ivanduplenskikh#1 Co-authored-by: Ivan Duplenskikh <ivanduplenskikh>
hayemaxi
added a commit
to hayemaxi/aws-toolkit-azure-devops
that referenced
this pull request
Nov 25, 2024
Use Node 20 using microsoft guidance: https://learn.microsoft.com/en-us/azure/devops/extend/develop/add-build-task?view=azure-devops#q-how-can-i-upgrade-my-custom-task-to-the-latest-node Keep Node 10 as a fallback. Adding support requires a hacky patch to fix shell.js, which doesn't support bundlers. Mitigates the issue described in aws#539 Addresses aws#566 Credit to ivanduplenskikh: ivanduplenskikh#1 Co-authored-by: Ivan Duplenskikh <[email protected]>
hayemaxi
added a commit
to hayemaxi/aws-toolkit-azure-devops
that referenced
this pull request
Nov 25, 2024
Use Node 20 using microsoft guidance: https://learn.microsoft.com/en-us/azure/devops/extend/develop/add-build-task?view=azure-devops#q-how-can-i-upgrade-my-custom-task-to-the-latest-node Keep Node 10 as a fallback. Adding support requires a hacky patch to fix shell.js, which doesn't support bundlers. Mitigates the issue described in aws#539 Addresses aws#566 Credit to ivanduplenskikh: ivanduplenskikh#1 Co-authored-by: Ivan Duplenskikh <[email protected]>
hayemaxi
added a commit
to hayemaxi/aws-toolkit-azure-devops
that referenced
this pull request
Nov 25, 2024
Use Node 20 using microsoft guidance: https://learn.microsoft.com/en-us/azure/devops/extend/develop/add-build-task?view=azure-devops#q-how-can-i-upgrade-my-custom-task-to-the-latest-node Keep Node 10 as a fallback. Adding support requires a hacky patch to fix shell.js, which doesn't support bundlers. Mitigates the issue described in aws#539 Addresses aws#566 Credit to ivanduplenskikh: ivanduplenskikh#1 Co-authored-by: Ivan Duplenskikh <[email protected]>
hayemaxi
added a commit
to hayemaxi/aws-toolkit-azure-devops
that referenced
this pull request
Nov 25, 2024
Use Node 20 using microsoft guidance: https://learn.microsoft.com/en-us/azure/devops/extend/develop/add-build-task?view=azure-devops#q-how-can-i-upgrade-my-custom-task-to-the-latest-node Keep Node 10 as a fallback. Adding support requires a hacky patch to fix shell.js, which doesn't support bundlers. Mitigates the issue described in aws#539 Addresses aws#566 Credit to ivanduplenskikh: ivanduplenskikh#1 Co-authored-by: Ivan Duplenskikh <[email protected]>
hayemaxi
added a commit
to hayemaxi/aws-toolkit-azure-devops
that referenced
this pull request
Nov 25, 2024
Use Node 20 using microsoft guidance: https://learn.microsoft.com/en-us/azure/devops/extend/develop/add-build-task?view=azure-devops#q-how-can-i-upgrade-my-custom-task-to-the-latest-node Keep Node 10 as a fallback. Adding support requires a hacky patch to fix shell.js, which doesn't support bundlers. Mitigates the issue described in aws#539 Addresses aws#566 Credit to ivanduplenskikh: ivanduplenskikh#1 Co-authored-by: Ivan Duplenskikh <[email protected]>
hayemaxi
added a commit
to hayemaxi/aws-toolkit-azure-devops
that referenced
this pull request
Nov 25, 2024
Use Node 20 using microsoft guidance: https://learn.microsoft.com/en-us/azure/devops/extend/develop/add-build-task?view=azure-devops#q-how-can-i-upgrade-my-custom-task-to-the-latest-node Keep Node 10 as a fallback. Adding support requires a hacky patch to fix shell.js, which doesn't support bundlers. Mitigates the issue described in aws#539 Addresses aws#566 Credit to ivanduplenskikh: ivanduplenskikh#1 Co-authored-by: Ivan Duplenskikh <[email protected]>
hayemaxi
added a commit
to hayemaxi/aws-toolkit-azure-devops
that referenced
this pull request
Nov 25, 2024
Use Node 20 using microsoft guidance: https://learn.microsoft.com/en-us/azure/devops/extend/develop/add-build-task?view=azure-devops#q-how-can-i-upgrade-my-custom-task-to-the-latest-node Keep Node 10 as a fallback. Adding support requires a hacky patch to fix shell.js, which doesn't support bundlers. Mitigates the issue described in aws#539 Addresses aws#566 Credit to ivanduplenskikh: ivanduplenskikh#1 Co-authored-by: Ivan Duplenskikh <[email protected]>
hayemaxi
added a commit
to hayemaxi/aws-toolkit-azure-devops
that referenced
this pull request
Nov 25, 2024
Use Node 20 using microsoft guidance: https://learn.microsoft.com/en-us/azure/devops/extend/develop/add-build-task?view=azure-devops#q-how-can-i-upgrade-my-custom-task-to-the-latest-node Keep Node 10 as a fallback. Adding support requires a hacky patch to fix shell.js, which doesn't support bundlers. Mitigates the issue described in aws#539 Addresses aws#566 Credit to ivanduplenskikh: ivanduplenskikh#1 Co-authored-by: Ivan Duplenskikh <[email protected]>
hayemaxi
added a commit
to hayemaxi/aws-toolkit-azure-devops
that referenced
this pull request
Nov 25, 2024
Use Node 20 using microsoft guidance: https://learn.microsoft.com/en-us/azure/devops/extend/develop/add-build-task?view=azure-devops#q-how-can-i-upgrade-my-custom-task-to-the-latest-node Keep Node 10 as a fallback. Adding support requires a hacky patch to fix shell.js, which doesn't support bundlers. Mitigates the issue described in aws#539 Addresses aws#566 Credit to ivanduplenskikh: ivanduplenskikh#1 Co-authored-by: Ivan Duplenskikh <[email protected]>
hayemaxi
added a commit
to hayemaxi/aws-toolkit-azure-devops
that referenced
this pull request
Nov 25, 2024
Addresses aws#566. Use Node 20 using microsoft guidance: https://learn.microsoft.com/en-us/azure/devops/extend/develop/add-build-task?view=azure-devops#q-how-can-i-upgrade-my-custom-task-to-the-latest-node Keep Node 10 as a fallback. However, we are still building the node10 with esbuild to ensure backwards compatibility. In the future, we can consider building for a higher node version only. Adding support requires a hacky patch to fix shell.js, which doesn't support bundlers. Mitigates the issue described in aws#539 Credit to ivanduplenskikh: ivanduplenskikh#1 Co-authored-by: Ivan Duplenskikh <[email protected]>
hayemaxi
added a commit
to hayemaxi/aws-toolkit-azure-devops
that referenced
this pull request
Dec 2, 2024
Addresses aws#566. Use Node 20 using microsoft guidance: https://learn.microsoft.com/en-us/azure/devops/extend/develop/add-build-task?view=azure-devops#q-how-can-i-upgrade-my-custom-task-to-the-latest-node Keep Node 10 as a fallback. However, we are still building the node10 with esbuild to ensure backwards compatibility. In the future, we can consider building for a higher node version only. Adding support requires a hacky patch to fix shell.js, which doesn't support bundlers. Mitigates the issue described in aws#539 Credit to ivanduplenskikh: ivanduplenskikh#1 Co-authored-by: Ivan Duplenskikh <[email protected]>
hayemaxi
added a commit
to aws/aws-toolkit-azure-devops
that referenced
this pull request
Dec 3, 2024
Addresses #566. Use Node 20 using microsoft guidance: https://learn.microsoft.com/en-us/azure/devops/extend/develop/add-build-task?view=azure-devops#q-how-can-i-upgrade-my-custom-task-to-the-latest-node Keep Node 10 as a fallback. However, we are still building the node10 with esbuild to ensure backwards compatibility. In the future, we can consider building for a higher node version only. Adding support requires a hacky patch to fix shell.js, which doesn't support bundlers. Mitigates the issue described in #539 Credit to ivanduplenskikh: ivanduplenskikh#1 Co-authored-by: Ivan Duplenskikh <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Description
Motivation
Related Issue(s), If Filed
Testing
Checklist
npm run newChange
License
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.