react-intl-cra
react-intl-cra copied to clipboard
chore(deps): update dependency lint-staged to v8
This PR contains the following updates:
Package | Type | Update | Change | References |
---|---|---|---|---|
lint-staged | devDependencies | major | 6.1.0 -> 8.1.5 |
source |
Release Notes
okonet/lint-staged
v8.1.5
Bug Fixes
v8.1.4
Bug Fixes
v8.1.3
Bug Fixes
v8.1.2
Bug Fixes
v8.1.1
Bug Fixes
- Fix configuration validation and allow specifying custom renderers (#β572) (d5e738d), closes #β567
v8.1.0
8.1.0 (2018-11-21)
Features
v8.0.5
8.0.5 (2018-11-17)
Bug Fixes
v8.0.4
8.0.4 (2018-10-31)
Bug Fixes
- package: update staged-git-files to version 1.1.2 (ce434d3)
v8.0.3
8.0.3 (2018-10-30)
Bug Fixes
v8.0.2
8.0.2 (2018-10-29)
Bug Fixes
v8.0.1
8.0.1 (2018-10-29)
Bug Fixes
v8.0.0
8.0.0 (2018-10-29)
Features
BREAKING CHANGES
- Node >= 8.6 is required
v7.3.0
Features
v7.2.2
Bug Fixes
v7.2.1
Bug Fixes
v7.2.0
Features
v7.1.3
Bug Fixes
v7.1.2
Bug Fixes
- package: Update cosmiconfig to version 5.0.2 (#β444) (2fc7aa3), closes #β441
- package: Update listr to version 0.14.1 (#β445) (a56d7c9), closes #β426
- Add .lintstagedrc.js to list of config files to search (9e27620)
v7.1.1
Bug Fixes
v7.1.0
Features
v7.0.5
Bug Fixes
v7.0.4
Bug Fixes
v7.0.3
Bug Fixes
- Fix cli-command-parser to parse arguments for execa (b4fbc3b), closes #β419
- Use double quotes to make command work on Windows (06635c6)
v7.0.2
Bug Fixes
v7.0.1
Bug Fixes
- package: update staged-git-files to version 1.1.1 (31176c9)
v7.0.0
Bug Fixes
- package: Bump dependencies (267ff0f)
Code Refactoring
Features
Performance Improvements
BREAKING CHANGES
-
Requires Node.js v6 or later.
-
Remove implicit support for running npm scripts.
Consider example
lint-staged
config:{ "name": "My project", "version": "0.1.0", "scripts": { "my-custom-script": "linter --arg1 --arg2", "precommit": "lint-staged" }, "lint-staged": { "*.js": ["my-custom-script", "git add"] } }
The list of commands should be changed to the following:
"*.js": ["npm run my-custom-script --", "git add"]
-
The following
minimatch
options are not supported inmicromatch
:-
nocomment
: https://github.com/isaacs/minimatch#nocomment -
flipnegate
: https://github.com/isaacs/minimatch#flipnegate
-
v6.1.1
Bug Fixes
- package: Update staged-git-files to version 1.0.0 (677e860)
Renovate configuration
:date: Schedule: At any time (no schedule defined).
:vertical_traffic_light: Automerge: Disabled by config. Please merge this manually once you are satisfied.
:recycle: Rebasing: Whenever PR becomes conflicted, or if you modify the PR title to begin with "rebase!
".
:no_bell: Ignore: Close this PR and you won't be reminded about this update again.
- [ ] If you want to rebase/retry this PR, check this box
This PR has been generated by Renovate Bot. View repository job log here.
Codecov Report
Merging #70 into master will not change coverage. The diff coverage is
n/a
.
@@ Coverage Diff @@
## master #70 +/- ##
=======================================
Coverage 93.75% 93.75%
=======================================
Files 1 1
Lines 16 16
=======================================
Hits 15 15
Misses 1 1
Continue to review full report at Codecov.
Legend - Click here to learn more
Ξ = absolute <relative> (impact)
,ΓΈ = not affected
,? = missing data
Powered by Codecov. Last update f06afc5...8217a68. Read the comment docs.