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: update dependency lint-staged to v9 #912

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 1, 2019

This PR contains the following updates:

Package Type Update Change
lint-staged devDependencies major ^8.0.0 -> ^9.0.0

Release Notes

okonet/lint-staged

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.

Renovate 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 if you modify the PR title to begin with "rebase!".

🔕 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.

@renovate renovate bot force-pushed the renovate/lint-staged-9.x branch 5 times, most recently from efe75d3 to 9f146b9 Compare July 2, 2019 12:46
@ZauberNerd
Copy link
Contributor

This fails because the dependency execa now requires Node >= 8.12 and we have Node 8.10 as our minimum supported version.

More information: sindresorhus/execa#319

@renovate renovate bot force-pushed the renovate/lint-staged-9.x branch 2 times, most recently from 20b24c4 to fb301ca Compare July 8, 2019 11:34
@renovate renovate bot force-pushed the renovate/lint-staged-9.x branch 5 times, most recently from a464223 to e529fbe Compare July 15, 2019 08:40
@renovate renovate bot force-pushed the renovate/lint-staged-9.x branch from e529fbe to bcf97bf Compare July 15, 2019 09:55
@ZauberNerd ZauberNerd closed this Jul 18, 2019
@ZauberNerd ZauberNerd deleted the renovate/lint-staged-9.x branch July 18, 2019 09:22
@renovate
Copy link
Contributor Author

renovate bot commented Jul 18, 2019

Renovate Ignore Notification

As this PR has been closed unmerged, Renovate will ignore this upgrade and you will not receive PRs for any future 9.x releases. However, if you upgrade to 9.x manually then Renovate will then reenable updates for minor and patch updates automatically.

If this PR was closed by mistake or you changed your mind, you can simply rename this PR and you will soon get a fresh replacement PR opened.

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