Generator for typescript projects that uses Protractor. Protractor is an end-to-end test framework for Angular and AngularJS applications. Protractor runs tests against your application running in a real browser, interacting with it as a user would.
The devDependency lint-staged was updated from 8.2.1 to 9.0.0.
This version is not covered by your current version range.
If you don’t accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.
The advanced configuration options have been deprecated in favour of the simple format
Local commands are no longer resolved by lint-staged, but execa will do this instead. In effect, there are no longer pretty error messages when commands are not found.
Very long arguments strings are no longer chunked on Windows. Function linters should be used instead to customise this behaviour.
FAQ and help
There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html). If those don’t help, you can always [ask the humans behind Greenkeeper](https://github.com/greenkeeperio/greenkeeper/issues/new).
Coverage remained the same at 95.402% when pulling 6a801d18bd7ee8fdb1e9f7d572765cb8210365e3 on greenkeeper/lint-staged-9.0.0 into 797eb07cede1d394235a489b091a6102cc8fbab1 on master.
The devDependency lint-staged was updated from
8.2.1
to9.0.0
.This version is not covered by your current version range.
If you don’t accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.
Release Notes for v9.0.0
9.0.0 (2019-07-01)
Bug Fixes
Code Refactoring
Features
BREAKING CHANGES
Commits
The new version differs by 32 commits.
e24aaf2
fix: parse titles for function linters
e862e7e
docs: correct config file name
309ff1c
docs: restore filtering section to README
4bef26e
feat: add deprecation error for advanced configuration
e829646
refactor: remove dependency on path-is-inside
767edbd
refactor: remove dependency on lodash
c59cd9a
chore: upgrade dependencies
19536e3
refactor: pass unparsed commands to execa with --shell
275d996
refactor: rename --silent to --quiet
18acd59
docs: update README
2ba6d61
test: ignore testSetup from coverage report
ecf9227
feat: add --shell and --quiet flags
04190c8
refactor: remove advanced configuration options
bed9127
refactor: use execa's shell option to run commands
d3f6475
docs: update contributors
There are 32 commits in total.
See the full diff
FAQ and help
There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html). If those don’t help, you can always [ask the humans behind Greenkeeper](https://github.com/greenkeeperio/greenkeeper/issues/new).Your Greenkeeper bot :palm_tree: