Skip to content

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps lint-staged from 9.4.2 to 9.5.0.

Release notes

Sourced from lint-staged's releases.

v9.5.0

9.5.0 (2019-11-27)

Features

  • add support for concurrent CLI option (6af8307)

v9.4.3

9.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) (ed84d8e)

v9.5.0-beta.2

9.5.0-beta.2 (2019-11-03)

Bug Fixes

  • no need to run git clean -df since untracked changes are stashed (bbfae43)
  • update warning about git add, and to README (4fe53ef)

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 (2019-10-31)

Bug Fixes

  • correctly restore untracked files from backup stash (0111f48)
  • gitWorkflow handles active merge mode (959d9d9)
  • keep untracked files around by backing them up (d20c5be)
  • prevent Listr from hiding git add warning (2b57db0)
  • retry failing apply with 3-way merge (30939b9)
  • try applying unstaged changes before handling errors (080f1c6)
  • workaround for stashing deleted files for git < 2.23 (50afea0)

Features

  • automatically stage task modifications (7d0379d)
  • use git stashes for gitWorkflow (bfd2adc)
  • warn when task contains "git add" (4014f3c)
... (truncated)
Commits

Dependabot compatibility score

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.


Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.

You can always request more updates by clicking Bump now in your Dependabot dashboard.

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:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Bumps [lint-staged](https://github.com/okonet/lint-staged) from 9.4.2 to 9.5.0.
- [Release notes](https://github.com/okonet/lint-staged/releases)
- [Commits](lint-staged/lint-staged@v9.4.2...v9.5.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Dec 2, 2019
@coveralls
Copy link

Pull Request Test Coverage Report for Build 990

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 95.475%

Totals Coverage Status
Change from base Build 982: 0.0%
Covered Lines: 120
Relevant Lines: 121

💛 - Coveralls

@Brooooooklyn Brooooooklyn merged commit 6763ae6 into master Dec 2, 2019
@Brooooooklyn Brooooooklyn deleted the dependabot/npm_and_yarn/lint-staged-9.5.0 branch December 2, 2019 04:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants