-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
[engsys] Upgrade dev dependency dotenv
version to ^16.0.0
for selected packages
#24020
[engsys] Upgrade dev dependency dotenv
version to ^16.0.0
for selected packages
#24020
Conversation
…ected packages to have pipelines' validation.
API change check API changes are not detected in this pull request. |
@@ -112,7 +112,7 @@ | |||
"chai": "^4.2.0", | |||
"chai-as-promised": "^7.1.1", | |||
"cross-env": "^7.0.2", | |||
"dotenv": "^8.2.0", |
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.
The recorder offers env that works in both node and browser.
I'd say we don't even need to depend on dotenv.
This PR might be a good point to check out since there aren't too many packages?
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.
I believe we need dotenv
for samples, right?
…ected packages (#24020)
…ected packages (#24020)
…ected packages (#24020)
update the version and changelog update api update api view fix tests [engsys] Upgrade dev dependency `dotenv` version to `^16.0.0` for selected packages (#24020) Update eng/common/scripts/get-codeowners.ps1 Update get-codeowners.ps1 update Sync eng/common directory with azure-sdk-tools for PR 5608 (#25133) Sync eng/common directory with azure-sdk-tools for PR Azure/azure-sdk-tools#5608 See [eng/common workflow](https://github.com/Azure/azure-sdk-tools/blob/main/eng/common/README.md#workflow) --------- Co-authored-by: Konrad Jamrozik <[email protected]> update changelog Update eng/common/scripts/get-codeowners.ps1 update update
to have pipelines' validation.