Release notes
*Sourced from [lint-staged's releases](https://github.com/okonet/lint-staged/releases).*
> ## v9.5.0
> # [9.5.0](https://github.com/okonet/lint-staged/compare/v9.4.3...v9.5.0) (2019-11-27)
>
>
> ### Features
>
> * add support for concurrent CLI option ([6af8307](https://github.com/okonet/lint-staged/commit/6af83070c44003477c00d4c088806af23333ec59))
>
> ## v9.4.3
> ## [9.4.3](https://github.com/okonet/lint-staged/compare/v9.4.2...v9.4.3) (2019-11-13)
>
>
> ### Bug Fixes
>
> * **deps:** bump eslint-utils from 1.4.0 to 1.4.3 to fix a security vulnerability ([#722](https://github-redirect.dependabot.com/okonet/lint-staged/issues/722)) ([ed84d8e](https://github.com/okonet/lint-staged/commit/ed84d8e812010f6da333eff7ca31c71ebf35e7df))
>
> ## v9.5.0-beta.2
> # [9.5.0-beta.2](https://github.com/okonet/lint-staged/compare/v9.5.0-beta.1@beta...v9.5.0-beta.2@beta) (2019-11-03)
>
>
> ### Bug Fixes
>
> * no need to run `git clean -df` since untracked changes are stashed ([bbfae43](https://github.com/okonet/lint-staged/commit/bbfae432c319eabb980bf9491c64f545521f5f64))
> * update warning about git add, and to README ([4fe53ef](https://github.com/okonet/lint-staged/commit/4fe53efbc6a7b68afe1786fc0c17b688dcc5fa0e))
>
>
> ### BREAKING CHANGES
>
> * Prior to version 10, tasks had to manually include `git add` as the final step. This behavior has been integrated into lint-staged itself in order to prevent race conditions with multiple tasks editing the same files. If lint-staged detects `git add` in task configurations, it will show a warning in the console. Please remove `git add` from your configuration after upgrading.
>
> ## v9.5.0-beta.1
> # [9.5.0-beta.1](https://github.com/okonet/lint-staged/compare/v9.4.2...v9.5.0-beta.1@beta) (2019-10-31)
>
>
> ### Bug Fixes
>
> * correctly restore untracked files from backup stash ([0111f48](https://github.com/okonet/lint-staged/commit/0111f4848e4043cfaf45b528e952db6ea7182cb4))
> * gitWorkflow handles active merge mode ([959d9d9](https://github.com/okonet/lint-staged/commit/959d9d926d42958feca74a0ca355ffd04c42d113))
> * keep untracked files around by backing them up ([d20c5be](https://github.com/okonet/lint-staged/commit/d20c5be11acd3dc2fca3e74830305f3309617ad2))
> * prevent Listr from hiding git add warning ([2b57db0](https://github.com/okonet/lint-staged/commit/2b57db07ac44870063e15d7f6aaea0d54f9833bf))
> * retry failing apply with 3-way merge ([30939b9](https://github.com/okonet/lint-staged/commit/30939b91b52a53b0045cffdcacd8cb0ec15e2c05))
> * try applying unstaged changes before handling errors ([080f1c6](https://github.com/okonet/lint-staged/commit/080f1c62c74c2ffb26df2e7a8f44d349584db53b))
> * workaround for stashing deleted files for git < 2.23 ([50afea0](https://github.com/okonet/lint-staged/commit/50afea0ffc6d08f89dd98372a3ff8f48d76f3070))
>
>
> ### Features
>
> * automatically stage task modifications ([7d0379d](https://github.com/okonet/lint-staged/commit/7d0379db4f61a0ef460133e0488d2766777bbf32))
> * use git stashes for gitWorkflow ([bfd2adc](https://github.com/okonet/lint-staged/commit/bfd2adc27dff016b7aa84df1cb0570ed836c6426))
> * warn when task contains "git add" ([4014f3c](https://github.com/okonet/lint-staged/commit/4014f3c926be1fca183c35de17eb35f939690283))
> ... (truncated)
Commits
- [`6af8307`](https://github.com/okonet/lint-staged/commit/6af83070c44003477c00d4c088806af23333ec59) feat: add support for concurrent CLI option
- [`99c317a`](https://github.com/okonet/lint-staged/commit/99c317a43ef96aa7f1c929b436086d1b110b05f9) docs: fix root-dir-only example. ([#731](https://github-redirect.dependabot.com/okonet/lint-staged/issues/731))
- [`596a360`](https://github.com/okonet/lint-staged/commit/596a360d80d2ef3029bd2bd49d34978f142a98b4) docs: Mention the beta channel in the readme ([#721](https://github-redirect.dependabot.com/okonet/lint-staged/issues/721))
- [`ed84d8e`](https://github.com/okonet/lint-staged/commit/ed84d8e812010f6da333eff7ca31c71ebf35e7df) fix(deps): bump eslint-utils from 1.4.0 to 1.4.3 to fix a security vulnerabil...
- [`3f27bc7`](https://github.com/okonet/lint-staged/commit/3f27bc774c5e194710a01bf73face4ac34f957e7) build: Use semantic-release@16.0.0-beta to enable prerelease channels
- [`403f80b`](https://github.com/okonet/lint-staged/commit/403f80b74468dd5682f27bfbeabdd779d492f0e8) refactor: add check before creating short function title
- [`8c3ca58`](https://github.com/okonet/lint-staged/commit/8c3ca586a90153f658bdb6152148617224ea7ab4) fix: create fn title with mock file list of correct length
- [`8ec040c`](https://github.com/okonet/lint-staged/commit/8ec040c70ed7665dfdeacda0045264b5c54528fe) fix: add note about next version ([#708](https://github-redirect.dependabot.com/okonet/lint-staged/issues/708))
- [`1dcdb89`](https://github.com/okonet/lint-staged/commit/1dcdb8963585d0b60f820de5723c26acc2b3c7aa) feat: Use shorter title for function tasks with many staged files ([#706](https://github-redirect.dependabot.com/okonet/lint-staged/issues/706))
- [`88d9d4f`](https://github.com/okonet/lint-staged/commit/88d9d4f63e6208035726ea56ff355ebd1591e7c7) Merge pull request [#695](https://github-redirect.dependabot.com/okonet/lint-staged/issues/695) from sheerun/config
- Additional commits viewable in [compare view](https://github.com/okonet/lint-staged/compare/v9.2.5...v9.5.0)
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
- `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language
- `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language
- `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language
- `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language
- `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme
Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com):
- Update frequency (including time of day and day of week)
- Pull request limits (per update run and/or open at any time)
- Automerge options (never/patch/minor, and dev/runtime dependencies)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)
Bumps lint-staged from 9.2.5 to 9.5.0.
Release notes
*Sourced from [lint-staged's releases](https://github.com/okonet/lint-staged/releases).* > ## v9.5.0 > # [9.5.0](https://github.com/okonet/lint-staged/compare/v9.4.3...v9.5.0) (2019-11-27) > > > ### Features > > * add support for concurrent CLI option ([6af8307](https://github.com/okonet/lint-staged/commit/6af83070c44003477c00d4c088806af23333ec59)) > > ## v9.4.3 > ## [9.4.3](https://github.com/okonet/lint-staged/compare/v9.4.2...v9.4.3) (2019-11-13) > > > ### Bug Fixes > > * **deps:** bump eslint-utils from 1.4.0 to 1.4.3 to fix a security vulnerability ([#722](https://github-redirect.dependabot.com/okonet/lint-staged/issues/722)) ([ed84d8e](https://github.com/okonet/lint-staged/commit/ed84d8e812010f6da333eff7ca31c71ebf35e7df)) > > ## v9.5.0-beta.2 > # [9.5.0-beta.2](https://github.com/okonet/lint-staged/compare/v9.5.0-beta.1@beta...v9.5.0-beta.2@beta) (2019-11-03) > > > ### Bug Fixes > > * no need to run `git clean -df` since untracked changes are stashed ([bbfae43](https://github.com/okonet/lint-staged/commit/bbfae432c319eabb980bf9491c64f545521f5f64)) > * update warning about git add, and to README ([4fe53ef](https://github.com/okonet/lint-staged/commit/4fe53efbc6a7b68afe1786fc0c17b688dcc5fa0e)) > > > ### BREAKING CHANGES > > * Prior to version 10, tasks had to manually include `git add` as the final step. This behavior has been integrated into lint-staged itself in order to prevent race conditions with multiple tasks editing the same files. If lint-staged detects `git add` in task configurations, it will show a warning in the console. Please remove `git add` from your configuration after upgrading. > > ## v9.5.0-beta.1 > # [9.5.0-beta.1](https://github.com/okonet/lint-staged/compare/v9.4.2...v9.5.0-beta.1@beta) (2019-10-31) > > > ### Bug Fixes > > * correctly restore untracked files from backup stash ([0111f48](https://github.com/okonet/lint-staged/commit/0111f4848e4043cfaf45b528e952db6ea7182cb4)) > * gitWorkflow handles active merge mode ([959d9d9](https://github.com/okonet/lint-staged/commit/959d9d926d42958feca74a0ca355ffd04c42d113)) > * keep untracked files around by backing them up ([d20c5be](https://github.com/okonet/lint-staged/commit/d20c5be11acd3dc2fca3e74830305f3309617ad2)) > * prevent Listr from hiding git add warning ([2b57db0](https://github.com/okonet/lint-staged/commit/2b57db07ac44870063e15d7f6aaea0d54f9833bf)) > * retry failing apply with 3-way merge ([30939b9](https://github.com/okonet/lint-staged/commit/30939b91b52a53b0045cffdcacd8cb0ec15e2c05)) > * try applying unstaged changes before handling errors ([080f1c6](https://github.com/okonet/lint-staged/commit/080f1c62c74c2ffb26df2e7a8f44d349584db53b)) > * workaround for stashing deleted files for git < 2.23 ([50afea0](https://github.com/okonet/lint-staged/commit/50afea0ffc6d08f89dd98372a3ff8f48d76f3070)) > > > ### Features > > * automatically stage task modifications ([7d0379d](https://github.com/okonet/lint-staged/commit/7d0379db4f61a0ef460133e0488d2766777bbf32)) > * use git stashes for gitWorkflow ([bfd2adc](https://github.com/okonet/lint-staged/commit/bfd2adc27dff016b7aa84df1cb0570ed836c6426)) > * warn when task contains "git add" ([4014f3c](https://github.com/okonet/lint-staged/commit/4014f3c926be1fca183c35de17eb35f939690283)) > ... (truncated)Commits
- [`6af8307`](https://github.com/okonet/lint-staged/commit/6af83070c44003477c00d4c088806af23333ec59) feat: add support for concurrent CLI option - [`99c317a`](https://github.com/okonet/lint-staged/commit/99c317a43ef96aa7f1c929b436086d1b110b05f9) docs: fix root-dir-only example. ([#731](https://github-redirect.dependabot.com/okonet/lint-staged/issues/731)) - [`596a360`](https://github.com/okonet/lint-staged/commit/596a360d80d2ef3029bd2bd49d34978f142a98b4) docs: Mention the beta channel in the readme ([#721](https://github-redirect.dependabot.com/okonet/lint-staged/issues/721)) - [`ed84d8e`](https://github.com/okonet/lint-staged/commit/ed84d8e812010f6da333eff7ca31c71ebf35e7df) fix(deps): bump eslint-utils from 1.4.0 to 1.4.3 to fix a security vulnerabil... - [`3f27bc7`](https://github.com/okonet/lint-staged/commit/3f27bc774c5e194710a01bf73face4ac34f957e7) build: Use semantic-release@16.0.0-beta to enable prerelease channels - [`403f80b`](https://github.com/okonet/lint-staged/commit/403f80b74468dd5682f27bfbeabdd779d492f0e8) refactor: add check before creating short function title - [`8c3ca58`](https://github.com/okonet/lint-staged/commit/8c3ca586a90153f658bdb6152148617224ea7ab4) fix: create fn title with mock file list of correct length - [`8ec040c`](https://github.com/okonet/lint-staged/commit/8ec040c70ed7665dfdeacda0045264b5c54528fe) fix: add note about next version ([#708](https://github-redirect.dependabot.com/okonet/lint-staged/issues/708)) - [`1dcdb89`](https://github.com/okonet/lint-staged/commit/1dcdb8963585d0b60f820de5723c26acc2b3c7aa) feat: Use shorter title for function tasks with many staged files ([#706](https://github-redirect.dependabot.com/okonet/lint-staged/issues/706)) - [`88d9d4f`](https://github.com/okonet/lint-staged/commit/88d9d4f63e6208035726ea56ff355ebd1591e7c7) Merge pull request [#695](https://github-redirect.dependabot.com/okonet/lint-staged/issues/695) from sheerun/config - Additional commits viewable in [compare view](https://github.com/okonet/lint-staged/compare/v9.2.5...v9.5.0)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)