chore: upgrade lodash to ^4.18.1 and @types/lodash to ^4.17.24#5182
Merged
timotheeguerin merged 2 commits intomainfrom Apr 9, 2026
Merged
chore: upgrade lodash to ^4.18.1 and @types/lodash to ^4.17.24#5182timotheeguerin merged 2 commits intomainfrom
timotheeguerin merged 2 commits intomainfrom
Conversation
Agent-Logs-Url: https://github.com/Azure/autorest/sessions/6a8971ca-9e90-4192-a7c3-581e8d130639 Co-authored-by: timotheeguerin <1031227+timotheeguerin@users.noreply.github.com>
Copilot created this pull request from a session on behalf of
timotheeguerin
April 8, 2026 23:47
View session
timotheeguerin
approved these changes
Apr 8, 2026
Member
|
@copilot add changelog entry using rush change |
Agent-Logs-Url: https://github.com/Azure/autorest/sessions/b672150a-d577-48dc-9905-984ca3838d9c Co-authored-by: timotheeguerin <1031227+timotheeguerin@users.noreply.github.com>
Contributor
Author
|
You may test this build by running Add the following CLI flags
Or with all autorest --version:https://tinyurl.com/24gq8drl --use:https://tinyurl.com/22xgy2czor use the following in your autorest configuration: # For changes to autorest core
version: "https://tinyurl.com/24gq8drl"
# For changes to modelerfour
use-extension:
"@autorest/modelerfour": "https://tinyurl.com/22xgy2cz"If this build is good for you, give this comment a thumbs up. (👍) And you should run `autorest --reset` again once you're finished testing to remove it. |
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
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.
Summary
Upgrades lodash and its type definitions to the latest versions across all packages in the monorepo, and switches from
~(patch-only) to^(minor+patch) version range prefix.Changes
lodash~4.17.20^4.18.1@types/lodash~4.17.16^4.17.24Affected packages (7)
@autorest/core@autorest/modelerfour@autorest/openapi-to-typespec@autorest/configuration@azure-tools/datastore@azure-tools/deduplication@azure-tools/yamlVerification
rush update— lockfile regenerated successfullyrush build— all 22 projects built successfullyrush test:ci— all tests pass (the only failure is a pre-existingopenapi-to-typespecdirty-tree check triggered by our intentional package.json changes)