-
Notifications
You must be signed in to change notification settings - Fork 565
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #5466 from snyk/chore/upgrade-prettier
chore(deps): upgrade prettier
- Loading branch information
Showing
141 changed files
with
5,075 additions
and
5,435 deletions.
There are no files selected for viewing
This file contains 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -164,8 +164,7 @@ describe('fix Pipfile Python projects', () => { | |
issueIds: ['vuln-id'], | ||
reason: 'Locking failed', | ||
success: false, | ||
tip: | ||
'Try running `pipenv install django==2.0.1 transitive==1.1.1`', | ||
tip: 'Try running `pipenv install django==2.0.1 transitive==1.1.1`', | ||
to: '[email protected]', | ||
userMessage: 'Failed to upgrade django from 1.6.1 to 2.0.1', | ||
}, | ||
|
@@ -174,8 +173,7 @@ describe('fix Pipfile Python projects', () => { | |
issueIds: [], | ||
reason: 'Locking failed', | ||
success: false, | ||
tip: | ||
'Try running `pipenv install django==2.0.1 transitive==1.1.1`', | ||
tip: 'Try running `pipenv install django==2.0.1 transitive==1.1.1`', | ||
to: '[email protected]', | ||
userMessage: 'Failed to pin transitive from 1.0.0 to 1.1.1', | ||
}, | ||
|
@@ -263,8 +261,7 @@ describe('fix Pipfile Python projects', () => { | |
success: false, | ||
reason: err, | ||
userMessage: 'Failed to upgrade django from 1.6.1 to 2.0.1', | ||
tip: | ||
'Try running `pipenv install django==2.0.1 transitive==1.1.1`', | ||
tip: 'Try running `pipenv install django==2.0.1 transitive==1.1.1`', | ||
issueIds: ['vuln-id'], | ||
from: '[email protected]', | ||
to: '[email protected]', | ||
|
@@ -273,8 +270,7 @@ describe('fix Pipfile Python projects', () => { | |
success: false, | ||
reason: err, | ||
userMessage: 'Failed to pin transitive from 1.0.0 to 1.1.1', | ||
tip: | ||
'Try running `pipenv install django==2.0.1 transitive==1.1.1`', | ||
tip: 'Try running `pipenv install django==2.0.1 transitive==1.1.1`', | ||
issueIds: [], | ||
from: '[email protected]', | ||
to: '[email protected]', | ||
|
@@ -716,8 +712,7 @@ describe('fix Pipfile Python projects (fix sequentially)', () => { | |
issueIds: ['vuln-id'], | ||
reason: err, | ||
success: false, | ||
tip: | ||
'Try running `pipenv install django==2.0.1 transitive==1.1.1`', | ||
tip: 'Try running `pipenv install django==2.0.1 transitive==1.1.1`', | ||
to: '[email protected]', | ||
userMessage: 'Failed to upgrade django from 1.6.1 to 2.0.1', | ||
}, | ||
|
@@ -726,8 +721,7 @@ describe('fix Pipfile Python projects (fix sequentially)', () => { | |
issueIds: [], | ||
reason: err, | ||
success: false, | ||
tip: | ||
'Try running `pipenv install django==2.0.1 transitive==1.1.1`', | ||
tip: 'Try running `pipenv install django==2.0.1 transitive==1.1.1`', | ||
to: '[email protected]', | ||
userMessage: 'Failed to pin transitive from 1.0.0 to 1.1.1', | ||
}, | ||
|
Oops, something went wrong.