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

Bump lint-staged from 10.2.11 to 10.4.2 #1732

Merged
merged 1 commit into from Oct 17, 2020

Conversation

dependabot-preview[bot]
Copy link

Bumps lint-staged from 10.2.11 to 10.4.2.

Release notes

Sourced from lint-staged's releases.

v10.4.2

10.4.2 (2020-10-17)

Bug Fixes

  • update docs on supported config file extensions (#917) (78782f9)

v10.4.1

10.4.1 (2020-10-16)

Bug Fixes

v10.4.0

10.4.0 (2020-09-16)

Features

  • Add ability to use function as config (#913) (67a4d06)

v10.3.0

10.3.0 (2020-09-03)

Features

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

v10.2.13

10.2.13 (2020-08-25)

Bug Fixes

v10.2.12

10.2.12 (2020-08-25)

Bug Fixes

  • always use the default short diff format for submodules #902 (c7923ad)
  • ensure supportsColor.level exists before stringifying it (aa9898e)
Commits
  • 78782f9 fix: update docs on supported config file extensions (#917)
  • 36e7e58 fix: add support for .cjs configs (#909)
  • 67a4d06 feat: Add ability to use function as config (#913)
  • 643038d docs: fix & enhance "Use your own globs" example (#912)
  • d404d7d feat: Add support for adding lint-staged using pre-commit.com (#910)
  • 51c5ac8 fix: disambiguate stash reference (#906)
  • 10b3218 Merge pull request #901 from okonet/fix-supports-color
  • 7a5182b test: make sure snapshot works on multiple git versions
  • c7923ad fix: always use the default short diff format for submodules #902
  • e0ee583 chore(deps): update dependencies
  • Additional commits viewable in compare view

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.


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)
  • 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](https://github.com/okonet/lint-staged) from 10.2.11 to 10.4.2.
- [Release notes](https://github.com/okonet/lint-staged/releases)
- [Commits](lint-staged/lint-staged@v10.2.11...v10.4.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot requested a review from a team as a code owner October 17, 2020 19:28
@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Oct 17, 2020
@gitpod-io
Copy link

gitpod-io bot commented Oct 17, 2020

@codecov
Copy link

codecov bot commented Oct 17, 2020

Codecov Report

Merging #1732 into main will increase coverage by 10.31%.
The diff coverage is 64.31%.

Impacted file tree graph

@@             Coverage Diff             @@
##             main    #1732       +/-   ##
===========================================
+ Coverage   55.11%   65.43%   +10.31%     
===========================================
  Files         117      133       +16     
  Lines        2344     2743      +399     
  Branches      360      439       +79     
===========================================
+ Hits         1292     1795      +503     
+ Misses       1052      948      -104     
Impacted Files Coverage Δ
examples/lib/scopeQuery.js 18.51% <ø> (ø)
src/Modules.js 100.00% <ø> (ø)
src/modules/WebglDistort/Module.js 2.29% <0.00%> (ø)
src/ui/SetInputStep.js 12.90% <0.00%> (-1.39%) ⬇️
src/modules/ColorHalftone/Module.js 3.63% <3.63%> (ø)
examples/lib/defaultHtmlStepUi.js 11.35% <4.08%> (-0.85%) ⬇️
examples/lib/intermediateHtmlStepUi.js 11.11% <5.55%> (+0.94%) ⬆️
examples/lib/insertPreview.js 13.15% <20.00%> (-0.36%) ⬇️
src/util/getImageDimensions.js 20.00% <20.00%> (ø)
src/util/isGif.js 20.00% <20.00%> (ø)
... and 102 more

@jywarren jywarren merged commit c750958 into main Oct 17, 2020
@dependabot-preview dependabot-preview bot deleted the dependabot/npm_and_yarn/lint-staged-10.4.2 branch October 17, 2020 21:57
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.

None yet

1 participant