[6.3] Match chalk dependency version on kibana with the one used on x-pack#20622
Closed
mistic wants to merge 2 commits intoelastic:6.3from
Closed
[6.3] Match chalk dependency version on kibana with the one used on x-pack#20622mistic wants to merge 2 commits intoelastic:6.3from
mistic wants to merge 2 commits intoelastic:6.3from
Conversation
….3.2. Removed chalk from dev dependencies.
jbudz
reviewed
Jul 10, 2018
package.json
Outdated
| "bunyan": "1.7.1", | ||
| "cache-loader": "1.0.3", | ||
| "chalk": "2.3.0", | ||
| "chalk": "^2.3.2", |
Contributor
There was a problem hiding this comment.
thoughts on ^2.4.1? i don't have a preference but thought i'd note it
jbudz
approved these changes
Jul 10, 2018
Contributor
💚 Build Succeeded |
Contributor
💚 Build Succeeded |
tylersmalley
requested changes
Jul 12, 2018
Member
tylersmalley
left a comment
There was a problem hiding this comment.
Since this isn't a bug, let's only backport this to 6.x/6.4.
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.
This is a simple PR that matches the
chalkdependency version with the one used byx-pack(version^2.4.1). It also bumps thechalkversion to^2.4.1in the following dependencies and update the lockfile when applied:kibanaxpackpackages/kbn-dev-utilspackages/kbn-espackages/kbn-plugin-generatorpackages/kbn-pmpackages/kbn-testpackages/kbn-ui-frameworkA pretty close thing was done to
masterin the following PR: #20621A pretty close thing was done to
6.xin the following PR: #20629