Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update dependency lint-staged to v10 - autoclosed #234

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 19, 2020

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
lint-staged 7.3.0 -> 10.5.4 age adoption passing confidence

Release Notes

okonet/lint-staged

v10.5.4

Compare Source

Bug Fixes

v10.5.3

Compare Source

Bug Fixes

v10.5.2

Compare Source

Bug Fixes

v10.5.1

Compare Source

Bug Fixes

v10.5.0

Compare Source

Features

v10.4.2

Compare Source

Bug Fixes

v10.4.1

Compare Source

Bug Fixes

v10.4.0

Compare Source

Features

v10.3.0

Compare Source

Features
  • Add support for adding lint-staged using pre-commit.com (#​910) (d404d7d)

v10.2.13

Compare Source

Bug Fixes

v10.2.12

Compare Source

Bug Fixes
  • always use the default short diff format for submodules #​902 (c7923ad)
  • ensure supportsColor.level exists before stringifying it (aa9898e)

v10.2.11

Compare Source

Bug Fixes
  • run all git commands with submodule.recurse=false (#​888) (86c9ed2)

v10.2.10

Compare Source

Bug Fixes
  • Git directory is not correctly resolved if GIT_WORK_TREE is set to relative path (#​887) (a1904ec)

v10.2.9

Compare Source

Bug Fixes
  • update listr@2.1.0 and add enquirer peer dependency (#​883) (0daae61)

v10.2.8

Compare Source

Bug Fixes
  • canceling lint-staged via SIGINT restores state and cleans up (#​881) (b078324)

v10.2.7

Compare Source

Bug Fixes
  • use machine output to avoid escaped and quoted filenames (ea80a3d)

v10.2.6

Compare Source

Bug Fixes
  • remove nanoid devDependency to remove ExperimentalWarning (#​874) (979da5d)

v10.2.5

Compare Source

Bug Fixes

v10.2.4

Compare Source

Bug Fixes

v10.2.3

Compare Source

Bug Fixes

v10.2.2

Compare Source

Bug Fixes
  • chunkFiles chunks normalized files even when maxArgLength is set (#​858) (fc72170)

v10.2.1

Compare Source

Bug Fixes
  • normalize chunked paths even when maxArgLength is not set (ba67f48)
  • resolve matched files to cwd instead of gitDir before adding (defe045)

v10.2.0

Compare Source

Bug Fixes
  • all lint-staged output respects the quiet option (aba3421)
  • do not show incorrect error when verbose and no output (b8df31a)
  • log task output after running listr to keep everything (d69c65b)
  • use test renderer during tests and when TERM=dumb (16848d8)
Features
  • add --verbose to show output even when tasks succeed (85de3a3)
  • allow specifying cwd using the Node.js API (a3bd9d7)
  • replace listr with listr2 and print errors inline (8f32a3e)

v10.1.7

Compare Source

Bug Fixes
  • use stash create/store to prevent files from disappearing from disk (c9adca5)

v10.1.6

Compare Source

Bug Fixes
  • deps: update dependencies (e093b1d)

v10.1.5

Compare Source

Bug Fixes
  • pass correct path to unstaged patch during cleanup (6066b07)

v10.1.4

Compare Source

Bug Fixes
  • allow lint-staged to run on empty git repo by disabling backup (0bf1fb0)

v10.1.3

Compare Source

Bug Fixes
  • only run git add on staged files matched to a task (d39573b)
  • run git add for staged file chunks serially (69acfa3)

v10.1.2

Compare Source

Bug Fixes
  • no longer include untracked files in backup stash (#​827) (2f15336)

v10.1.1

Compare Source

Bug Fixes
  • add -- to git add command to denote pathspec starting (#​821) (226ccdb)

v10.1.0

Compare Source

Bug Fixes
  • do not return string from runAll, add info symbol to "No staged files found." message (1e7298a)
  • force src and dst prefixes in diff to work around local diff.noprefix setting (7f2ef33)
  • unset GIT_LITERAL_PATHSPECS env variable before running (a653c55)
Features
  • add --no-stash option to disable the backup stash, and not revert in case of errors (c386e4c)
  • only hide/restore unstaged modifications to partially staged files (52125a9)

v10.0.10

Compare Source

Bug Fixes
  • support non-ASCII filenames when git is configured with core.quotepath on (2cb26a6)

v10.0.9

Compare Source

Bug Fixes
  • use path.join and normalize to improve msys compatibility in resolveGitRepo (1ad263a)

v10.0.8

Compare Source

Bug Fixes
  • do not drop backup stash when reverting to original state fails (f589336)
  • evaluate functional configuration only once (abe4b92)

v10.0.7

Compare Source

Bug Fixes

v10.0.6

Compare Source

Bug Fixes
  • make sure deleted files aren't restored due to git bugs (#​778) (6bfbe6c)

v10.0.5

Compare Source

Bug Fixes
  • always resolve real git config dir location if .git is a file (#​784) (b98a5ed)

v10.0.4

Compare Source

Bug Fixes

v10.0.3

Compare Source

Bug Fixes

v10.0.2

Compare Source

Bug Fixes
  • only warn about git add when it's the exact command (24febb3)
  • parse command string with string-argv unless --shell is used (4cb4dde)
  • print a better warning when the initial commit is missing (293547d)

v10.0.1

Compare Source

Bug Fixes

v10.0.0

Compare Source

Bug Fixes
  • add all modified files to git index with git add . (bf532c2)
  • automatically add modifications only to originally staged files (083b8e7)
  • better workaround for git stash --keep-index bug (f3ae378)
  • correctly leave only staged files for running tasks (cfde9ca)
  • correctly recover when unstaged changes cannot be restored (d091f71)
  • correctly restore untracked files from backup stash (c7d0592)
  • error handling skips dropping backup stash after internal git errors (30b4809)
  • fail with a message when backup stash is missing (1b64239)
  • gitWorkflow handles active merge mode (2f1e886)
  • handle git MERGE_* files separately; improve error handling (da22cf2)
  • improve debug logging (f88e226)
  • keep untracked files around by backing them up (fc03fdc)
  • max arg length is by default half of the allowed to prevent edge cases (80406c2)
  • prevent Listr from hiding git add warning (cce9809)
  • restore metadata about git merge before running tasks (f8ddfc2)
  • retry failing apply with 3-way merge (76cb08f)
  • support binary files (7b3a334)
  • try applying unstaged changes before handling errors (357934f)
  • update warning about git add, and to README (6467a66)
  • workaround for stashing deleted files for git < 2.23 (1a87333)
Features
  • automatically stage task modifications (74ed28d)
  • bump Node.js version dependency to at least 10.13.0 (#​747) (814b9df)
  • split tasks into chunks to support shells with limited max argument length (#​732) (cb43872)
  • support async function tasks (20d5c5d)
  • throw error to prevent empty commits unless --allow-empty is used (#​762) (8bdeec0)
  • use git stashes for gitWorkflow (40a5db1)
  • warn when task contains "git add" (5208399)
BREAKING CHANGES
  • Previously, lint-staged would allow empty commits in the situation where a linter task like "prettier --write" reverts all staged changes automatically. Now the default behaviour is to throw an error with a helpful warning message. The --allow empty option can be used to allow empty commits, or allowEmpty: true for the Node.js API.
  • Node.js v8 is no longer supported because it will reach EOL on 2019-12-31
  • 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

Compare Source

Features
  • add support for concurrent CLI option (6af8307)

v9.4.3

Compare Source

Bug Fixes
  • deps: bump eslint-utils from 1.4.0 to 1.4.3 to fix a security vulnerability (#​722) (ed84d8e)

v9.4.2

Compare Source

Bug Fixes
  • create fn title with mock file list of correct length (8c3ca58)

v9.4.1

Compare Source

Bug Fixes

v9.4.0

Compare Source

Features

v9.3.0

Compare Source

Features
  • allow to pass config instead of configPath (14c46d2)

v9.2.5

Compare Source

Bug Fixes
  • validateConfig validates function task return values (d8fad78)

v9.2.4

Compare Source

Bug Fixes
  • include renames when getting list of staged files (2243a83)

v9.2.3

Compare Source

Bug Fixes
  • don't normalize path gitDir path for better Windows compatibility (eb3fa83)
  • generateTasks handles parent dir globs correctly (82b5182)
  • normalize gitDir path to posix using normalize-path (f485e51)

v9.2.2

Compare Source

Bug Fixes
  • apply patch only if there's a diff (e70e08f)

v9.2.1

Compare Source

Bug Fixes
  • pin commitizen@3.1.2 to support node 8 (ee774e3)
  • pin cz-conventional-changelog@2.1.0 to support node 8 (e879b6a)
  • remove empty spaces from warning (6126b72)

v9.2.0

Compare Source

Features
  • add --relative option for controlling file paths (242deb5)

v9.1.0

Compare Source

Bug Fixes
  • snapshot with fully-resolved path name (b1a08b8)
Features
  • make node-api accessible (ca37906)

v9.0.2

Compare Source

Bug Fixes
  • run all commands returned by function linters (0dd0c94)

v9.0.1

Compare Source

Bug Fixes

v9.0.0

Compare Source

Bug Fixes
  • parse titles for function linters (e24aaf2)
Code Refactoring
  • remove advanced configuration options (04190c8)
  • remove support for chunking (2ca9050)
  • use execa's shell option to run commands (bed9127)
Features
  • add --shell and --quiet flags (ecf9227)
  • add deprecation error for advanced configuration (4bef26e)
  • support function linter returning array of commands (36e54a2)
  • support functions as linter commands (f76c0d1)
BREAKING CHANGES
  • The advanced configuration options have been deprecated in favour of the simple format
  • Local commands are no longer resolved by lint-staged, but execa will do this instead. In effect, there are no longer pretty error messages when commands are not found.
  • Very long arguments strings are no longer chunked on Windows. Function linters should be used instead to customise this behaviour.

v8.2.1

Compare Source

Bug Fixes
  • Override env GIT_DIR variable to resolve to the correct git dir path (#​629) (5892455), closes #​627

v8.2.0

Compare Source

Bug Fixes
  • normalize gitDir path for Windows compatibility (90e343b)
Features
  • throw error in runAll if outside git directory (6ac666d)

v8.1.7

Compare Source

Bug Fixes

v8.1.6

Compare Source

Bug Fixes

v8.1.5

Compare Source

Bug Fixes

v8.1.4

Compare Source

Bug Fixes

v8.1.3

Compare Source

Bug Fixes
  • Display package name when node-please-upgrade is being used (#​575) (f5bed7b)

v8.1.2

Compare Source

Bug Fixes

v8.1.1

Compare Source

Bug Fixes

v8.1.0

Compare Source

8.1.0 (2018-11-21)

Features
  • Add relative option to allow passing relative paths to linters (#​534) (fcb774b)

v8.0.5

Compare Source

8.0.5 (2018-11-17)

Bug Fixes

v8.0.4

Compare Source

8.0.4 (2018-10-31)

Bug Fixes
  • package: update staged-git-files to version 1.1.2 (ce434d3)

v8.0.3

Compare Source

8.0.3 (2018-10-30)

Bug Fixes

v8.0.2

Compare Source

8.0.2 (2018-10-29)

Bug Fixes

v8.0.1

Compare Source

8.0.1 (2018-10-29)

Bug Fixes

v8.0.0

Compare Source

8.0.0 (2018-10-29)

Features
BREAKING CHANGES
  • Node >= 8.6 is required

Configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

♻️ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 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 WhiteSource Renovate. View repository job log here.

@commit-lint
Copy link

commit-lint bot commented Jan 19, 2020

Chore

  • deps: update dependency lint-staged to v10 (35b561e)

Contributors

renovate-bot

Commit-Lint commands

You can trigger Commit-Lint actions by commenting on this PR:

  • @Commit-Lint merge patch will merge dependabot PR on "patch" versions (X.X.Y - Y change)
  • @Commit-Lint merge minor will merge dependabot PR on "minor" versions (X.Y.Y - Y change)
  • @Commit-Lint merge major will merge dependabot PR on "major" versions (Y.Y.Y - Y change)
  • @Commit-Lint merge disable will desactivate merge dependabot PR
  • @Commit-Lint review will approve dependabot PR
  • @Commit-Lint stop review will stop approve dependabot PR

@coveralls
Copy link

Coverage Status

Coverage remained the same at 47.826% when pulling ccd751f on renovate/lint-staged-10.x into f70fcf5 on master.

@coveralls
Copy link

coveralls commented Jan 19, 2020

Coverage Status

Coverage remained the same at 47.826% when pulling 35b561e on renovate/lint-staged-10.x into 4a8ec42 on master.

@renovate renovate bot force-pushed the renovate/lint-staged-10.x branch 3 times, most recently from 4fc2c86 to f389aa5 Compare January 27, 2020 13:19
@renovate renovate bot force-pushed the renovate/lint-staged-10.x branch 4 times, most recently from 713247c to 7475eff Compare January 31, 2020 07:17
@renovate renovate bot force-pushed the renovate/lint-staged-10.x branch from 7475eff to 7620bff Compare February 25, 2020 14:47
@renovate renovate bot force-pushed the renovate/lint-staged-10.x branch 3 times, most recently from c2a119f to 24ba092 Compare March 30, 2020 13:37
@renovate renovate bot force-pushed the renovate/lint-staged-10.x branch 2 times, most recently from 354ac3d to 73f3915 Compare April 5, 2020 09:13
@renovate renovate bot force-pushed the renovate/lint-staged-10.x branch from 73f3915 to 3f5396b Compare April 9, 2020 14:27
@renovate renovate bot force-pushed the renovate/lint-staged-10.x branch 4 times, most recently from 731051c to 5b30d9c Compare April 21, 2020 14:30
@renovate renovate bot force-pushed the renovate/lint-staged-10.x branch 3 times, most recently from 1d61bfd to c60893a Compare May 1, 2020 04:31
@renovate renovate bot force-pushed the renovate/lint-staged-10.x branch 4 times, most recently from 52f9f80 to 322ef33 Compare May 22, 2020 07:52
@renovate renovate bot force-pushed the renovate/lint-staged-10.x branch from 322ef33 to dba52c9 Compare May 29, 2020 04:36
@renovate renovate bot force-pushed the renovate/lint-staged-10.x branch from dba52c9 to 3dd44b0 Compare July 1, 2020 23:52
@renovate renovate bot force-pushed the renovate/lint-staged-10.x branch from 3dd44b0 to f9e136e Compare July 10, 2020 20:50
@renovate renovate bot force-pushed the renovate/lint-staged-10.x branch 2 times, most recently from 39f2146 to 51beeb2 Compare August 25, 2020 15:49
@renovate renovate bot force-pushed the renovate/lint-staged-10.x branch from 51beeb2 to 26e7cc6 Compare October 29, 2020 06:03
@renovate renovate bot force-pushed the renovate/lint-staged-10.x branch from 26e7cc6 to c68d994 Compare November 28, 2020 10:48
@renovate renovate bot force-pushed the renovate/lint-staged-10.x branch from c68d994 to 2eae451 Compare December 9, 2020 18:58
@renovate renovate bot force-pushed the renovate/lint-staged-10.x branch from 2eae451 to 35b561e Compare February 6, 2021 15:59
@renovate renovate bot changed the title chore(deps): update dependency lint-staged to v10 chore(deps): update dependency lint-staged to v10 - autoclosed May 7, 2021
@renovate renovate bot closed this May 7, 2021
@renovate renovate bot deleted the renovate/lint-staged-10.x branch May 7, 2021 17:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants