serverless-image-proxy
serverless-image-proxy 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.0.0 -> 8.1.4 |
source |
Release Notes
okonet/lint-staged
v8.1.4
Bug Fixes
v8.1.3
Bug Fixes
v8.1.2
Bug Fixes
v8.1.1
Bug Fixes
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-stagedconfig:{ "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
minimatchoptions are not supported inmicromatch:nocomment: https://github.com/isaacs/minimatch#nocommentflipnegate: https://github.com/isaacs/minimatch#flipnegate
v6.1.1
Bug Fixes
- package: Update staged-git-files to version 1.0.0 (677e860)
v6.1.0
Features
v6.0.1
Bug Fixes
- package: update cosmiconfig to version 4.0.0 (80596c3)
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.