Bump js-yaml to 4.3.0 - #5199
Conversation
Co-authored-by: mikeharder <9459391+mikeharder@users.noreply.github.com>
|
Copilot: wouldn't we need to add a pnpm override for this? |
|
Copilot: wouldn't we need to add a pnpm override for this? |
Co-authored-by: mikeharder <9459391+mikeharder@users.noreply.github.com>
Yes. I added a root
Yes. I added a root |
|
Copilot: make the override resolve to "^4.3.0", but only burn "4.3.0" into the lockfile (not 4.3.1) |
Co-authored-by: mikeharder <9459391+mikeharder@users.noreply.github.com>
|
You may test this build by running Add the following CLI flags
Or with all autorest --version:https://tinyurl.com/22vxf4ad --use:https://tinyurl.com/2adv45mmor use the following in your autorest configuration: # For changes to autorest core
version: "https://tinyurl.com/22vxf4ad"
# For changes to modelerfour
use-extension:
"@autorest/modelerfour": "https://tinyurl.com/2adv45mm"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. |
|
You may test this build by running Add the following CLI flags
Or with all autorest --version:https://tinyurl.com/22welhxl --use:https://tinyurl.com/28qgglosor use the following in your autorest configuration: # For changes to autorest core
version: "https://tinyurl.com/22welhxl"
# For changes to modelerfour
use-extension:
"@autorest/modelerfour": "https://tinyurl.com/28qgglos"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. |
Removed the pnpm overrides section for js-yaml version.
|
You may test this build by running Add the following CLI flags
Or with all autorest --version:https://tinyurl.com/28hn3hpe --use:https://tinyurl.com/26sr9l4cor use the following in your autorest configuration: # For changes to autorest core
version: "https://tinyurl.com/28hn3hpe"
# For changes to modelerfour
use-extension:
"@autorest/modelerfour": "https://tinyurl.com/26sr9l4c"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. |
The lockfile resolved js-yaml 4.1.1 alongside 4.3.0.
Changes