update package dependencies#160
Merged
Merged
Conversation
shellscape
requested review from
a team,
Kocal,
NotWoods,
btd,
pnevares and
wuweiweiwu
January 11, 2020 03:02
Collaborator
Author
|
I've no idea why CI is failing on |
Member
|
LGTM! Ci:tests pass locally for me as well. |
wuweiweiwu
approved these changes
Jan 11, 2020
Contributor
|
I'm running node 12.14.1 and pnpm 4.7.1 on Debian 9.11 |
Collaborator
Author
|
OK thanks for checking. Since we've got a failure verified, I'm going to revert updates to that one and try to tackle it in a separate PR. |
shellscape
force-pushed
the
chore/update-repo-deps
branch
from
January 13, 2020 17:08
c375173 to
ff7d1f3
Compare
Collaborator
Author
|
@wuweiweiwu @Kocal I removed the |
wuweiweiwu
approved these changes
Jan 16, 2020
| "magic-string": "^0.25.2", | ||
| "rollup-pluginutils": "^2.6.0" | ||
| "@rollup/pluginutils": "^3.0.4", | ||
| "estree-walker": "1.0.1", |
Member
There was a problem hiding this comment.
is this meant to be a version lock on 1.0.1?
NotWoods
approved these changes
Jan 17, 2020
Co-Authored-By: Tiger Oakes <toakes@mozilla.com>
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.
Rollup Plugin Name: many
This PR contains:
Are tests included?
Breaking Changes?
List any relevant issue numbers:
Description
This is a repo-wide dependency update to get packages off of deprecated versions of plugins.
This PR should be straight merged and not squash merged.
Individual publishes for packages that match
chore({name}): update dependencieswill follow after the merge.pluginutilswas left out as it won't build with the new version ofcommonjsdue to a regression (which I opened another issue for)