-
-
Notifications
You must be signed in to change notification settings - Fork 6.5k
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
Upgrade from source-map 0.6.1 to @cspotcode/source-map-consumer 0.8.0 #12486
base: main
Are you sure you want to change the base?
Upgrade from source-map 0.6.1 to @cspotcode/source-map-consumer 0.8.0 #12486
Conversation
@@ -6,7 +6,7 @@ | |||
"testEnvironment": "node" | |||
}, | |||
"dependencies": { | |||
"handlebars": "^4.7.3", | |||
"source-map": "^0.6.1" | |||
"@cspotcode/source-map": "0.8.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.
Most of this PR has conflicts due to #12692. Only the e2e test that we'd want to do this in, I think? |
This PR is stale because it has been open 90 days with no activity. Remove stale label or comment or this will be closed in 30 days. |
This PR is stale because it has been open 90 days with no activity. Remove stale label or comment or this will be closed in 30 days. |
wat, |
This PR is stale because it has been open 90 days with no activity. Remove stale label or comment or this will be closed in 30 days. |
🤔 |
Summary
Implements #12485. I talked about the potential motivation there. Submitting this pull request makes it possible for a maintainer to run the full test matrix, if they want to.
Test plan
This code change will be valid if automated tests pass.