Update lint-staged to the latest version π
Version 5.0.0 of lint-staged was just published.
| Dependency | lint-staged |
|---|---|
| Current Version | 4.3.0 |
| Type | devDependency |
The version 5.0.0 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.
It might be worth looking into these changes and trying to get this project onto the latest version of lint-staged.
If you have a solid test suite and good coverage, a passing build is a strong indicator that you can take advantage of these changes directly by merging the proposed change into your project. If the build fails or you donβt have such unconditional trust in your tests, this branch is a great starting point for you to work on the update.
Release Notes
v5.0.0
5.0.0 (2017-11-11)
Features
BREAKING CHANGES
gitDiroption deprecated and will be ignored
Commits
The new version differs by 7 commits.
0ed5135feat: Remove gitDir option and resolve it automatically (#327)0e40d2cstyle: Use dedent for prettier multi-line template literals (#242)3fa4f6dstyle: Promisify staged-git-files (#325)ebf1767test: Add full coverage for runAll.js (#309)331d3c5chore(package): update prettier to version 1.7.4 (#322)711de02chore: Bump cosmiconfig to v3, rm greenkeeper ignore (#315)0a1fa41docs: Tweak appveyor badge (#316)
See the full diff
FAQ and help
There is a collection of frequently asked questions. If those donβt help, you can always ask the humans behind Greenkeeper.
Your Greenkeeper bot :palm_tree:
Coverage remained the same at 94.118% when pulling 76a34485a420223018b15c20caa4b1c6625bd339 on greenkeeper/lint-staged-5.0.0 into 3e579e0ecdf767c2213b8589a6139d3fb512c3e9 on master.
Version 6.0.0 just got published.
Update to this version instead π
Release Notes
v6.0.0
6.0.0 (2017-12-01)
Features
BREAKING CHANGES
verboseconfig option has been deprecated and is superseded
by the command line option--debug.
Commits
The new version differs by 9 commits.
8f214f0feat: Add debug mode, deprecate verbose option (#344)c22fbc2refactor: Cleanup code and tests for gitDir (#342)b0736cachore(package): Add closing braces for maintainers (#343)9a74d0adocs(README.md): addimagemin-lint-stagedsection (#332)adbf25etest: Improve tests for resolveGitDir (#338)15f32berefactor: Remove unnecessary check ingetConfig(#335)6975d98docs(README): Document support for multi pkg projects (#337)80378f6test: Optimise assertions, mocks and test hooks (#334)3250d5echore(package): Bump dev-dependencies (#331)
See the full diff
Version 6.0.1 just got published.
Update to this version instead π
Release Notes
v6.0.1
6.0.1 (2018-01-19)
Bug Fixes
- package: update cosmiconfig to version 4.0.0 (80596c3)
Commits
The new version differs by 15 commits.
e48402erefactor: Do not pass redundant param for searchPath2d8981bchore(package): update lockfile80596c3fix(package): update cosmiconfig to version 4.0.08baab8cdocs: Update inconsistent docs for filtering files (#374)237d3f6chore(package): upgrade to jest 22 (#367)4cd6aefci(travis): Updatesemantic-releaseconfig (#371)8e3545ctest: Useexpect.assertions()to test async codes (#377)e39d1deci: Cache dependencies (#378)a845bb2chore(scripts): replacenpm runwithyarn(#370)aeb4dfbchore: commityarn.lock(#368)3340357chore(package): update prettier to version 1.9.2 (#359)29c3715chore(package): Update prettier to version 1.9.1 (#354)f0c4686chore(package): Update prettier to version 1.9.0 (#353)cf87b61docs(README): Add link to releases for changelog (#349)023ad73chore(github): Add issue template (#351)
See the full diff
Version 6.1.0 just got published.
Version 6.1.1 just got published.
Version 7.0.0 just got published.
Update to this version instead π
Commits
The new version differs by 5 commits.
267ff0ffix(package): Bump dependencies05a062drefactor: Drop support for Node.js 4 (#399)d8b836cfeat: Remove support for npm scripts (#390)5a333a0perf: Switch from minimatch to micromatch (#388)6ace14eci: Whitelist thenextbranch
See the full diff
Version 7.0.1 just got published.
Update to this version instead π
Release Notes
v7.0.1
7.0.1 (2018-03-30)
Bug Fixes
- package: update staged-git-files to version 1.1.1 (31176c9)
Commits
The new version differs by 6 commits.
3ea8b06chore(package): update lockfile31176c9fix(package): update staged-git-files to version 1.1.119e39cdchore: Update prettier to the latest version π (#405)7fa2fa6docs: Move section for use with monorepo under FAQ (#409)7cca081docs: Add JetBrains IDE instructions for bugfix (#408)ee024f8chore(package): Update prettier to version 1.11.0 (#403)
See the full diff
Version 7.0.2 just got published.
Version 7.0.3 just got published.
Update to this version instead π
Commits
The new version differs by 4 commits.
06635c6fix: Use double quotes to make command work on Windowsb4fbc3bfix: Fix cli-command-parser to parse arguments for execa50bda07chore: Use prettier for *.js, *.json and *.md files838b5edchore: Disable prettier eslint plugin in .eslintrc
See the full diff
Version 7.0.4 just got published.
Version 7.0.5 just got published.
Version 7.1.0 just got published.
Version 7.1.1 just got published.
Version 7.1.2 just got published.
Update to this version instead π
Commits
The new version differs by 4 commits.
9e27620fix: Add .lintstagedrc.js to list of config files to searcha56d7c9fix(package): Update listr to version 0.14.1 (#445)2fc7aa3fix(package): Update cosmiconfig to version 5.0.2 (#444)ec4f4f2chore: Use npm as script runner (#456)
See the full diff
Version 7.1.3 just got published.
Version 7.2.0 just got published.
Version 7.2.1 just got published.
Version 7.2.2 just got published.
- The
devDependencylint-staged was updated from4.3.0to7.3.0.
- The
devDependencylint-staged was updated from4.3.0to8.0.0.
Update to this version instead π
Commits
The new version differs by 5 commits.
f82443cfeat: Add support for partially staged files (#75)e6a6ec6chore: upgrade to jest 23 (#507)f05ada6docs: Add an example for type checking with flow (#502)bcd0af4docs: Add SurviveJS linkd782fa1docs: Update documentation for husky 1.0 (#496)
See the full diff
- The
devDependencylint-staged was updated from4.3.0to8.0.1.
- The
devDependencylint-staged was updated from4.3.0to8.0.2.
- The
devDependencylint-staged was updated from4.3.0to8.0.3.
- The
devDependencylint-staged was updated from4.3.0to8.0.4.
Update to this version instead π
Release Notes for v8.0.4
8.0.4 (2018-10-31)
Bug Fixes
- package: update staged-git-files to version 1.1.2 (ce434d3)
Commits
The new version differs by 6 commits.
5e165a3Merge pull request #513 from okonet/greenkeeper/staged-git-files-1.1.207fd087Merge branch 'master' into greenkeeper/staged-git-files-1.1.200047dedocs: fix typo (#527)bedba5arefactor: Use object spread (#524)c4e8a2dchore(package): update lockfile yarn.lockce434d3fix(package): update staged-git-files to version 1.1.2
See the full diff
- The
devDependencylint-staged was updated from4.3.0to8.0.5.
- The
devDependencylint-staged was updated from4.3.0to8.1.0.
- The
devDependencylint-staged was updated from4.3.0to8.1.4.
Update to this version instead π
Commits
The new version differs by 13 commits.
0be88a0fix: Use lodash version with prototype pollution fix (#578)138fbc7docs: Update Node version in the documentation (#579)f9e5d7brefactor: Use micromatchignoreoption instead of patterns with negations6e32188chore: Update yarn.lockf5bed7bfix: Display package name when node-please-upgrade is being used (#575)8c4d9c9fix: Avoid stashing if no staged files has been changed (#570) (#573)d5e738dfix: Fix configuration validation and allow specifying custom renderers (#572)406a0c0chore: Revert "chore: pin cosmiconfig to 5.0.6" (#571)adfc1d4docs(readme): Add example for environment variables (#564)73e04d7chore: Useunmockto get rid of mock hoisting (#563)ac8cdf1docs: Remove comment about hunks support (#553)352ab8cdocs: Update for JetBrains support (#552)30576d6chore: Upgrade semantic-release to latest (#548)
See the full diff
- The
devDependencylint-staged was updated from4.3.0to8.1.5.
- The
devDependencylint-staged was updated from4.3.0to8.1.6.