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 v12.5.0 #541

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Apr 18, 2022

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
lint-staged 12.3.4 -> 12.5.0 age adoption passing confidence

Release Notes

okonet/lint-staged

v12.5.0

Compare Source

Bug Fixes
  • include all files when using --config <path> (641d1c2)
  • skip backup stash when using the --diff option (d4da24d)
Features
  • add --diff-filter option for overriding list of (staged) files (753ef72)
  • add --diff option for overriding list of (staged) files (35fcce9)

v12.4.3

Compare Source

Bug Fixes

v12.4.2

Compare Source

Bug Fixes
  • correctly handle --max-arg-length cli option (1db5f26)

v12.4.1

Compare Source

Bug Fixes
  • correctly handle symlinked config files (b3f63ec)

v12.4.0

Compare Source

Bug Fixes
  • handle empty input by returning empty array from parseGitZOutput (a118817)
  • limit configuration discovery to cwd (d8fdf1d)
  • restore functionality of parent globs for a single configuration file (877ab4c)
Features
  • expose --max-arg-length cli option (e8291b0)

v12.3.8

Compare Source

Bug Fixes
  • avoid passing unexpected arguments from forEach to process.kill() (1b1f0e4)
  • clear execution interruption interval on first catch (46952cb)

v12.3.7

Compare Source

Bug Fixes
  • improve renderer logic for --silent and FORCE_COLOR settings (d327873)

v12.3.6

Compare Source

Bug Fixes

v12.3.5

Compare Source

Bug Fixes
  • search all configs regardless of staged files (4b605cd)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled due to failing status checks.

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, click this checkbox.

This PR has been generated by Mend Renovate. View repository job log here.

@renovate
Copy link
Author

renovate bot commented Apr 18, 2022

⚠ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: package-lock.json

real	0m7.697s
user	0m6.793s
sys	0m0.716s
npm ERR! code ERESOLVE
npm ERR! ERESOLVE could not resolve
npm ERR! 
npm ERR! While resolving: [email protected]
npm ERR! Found: [email protected]
npm ERR! node_modules/eslint
npm ERR!   dev eslint@"8.1.0" from the root project
npm ERR!   peer eslint@"*" from @typescript-eslint/[email protected]
npm ERR!   node_modules/eslint-config-airbnb-typescript-prettier/node_modules/@typescript-eslint/eslint-plugin/node_modules/@typescript-eslint/experimental-utils
npm ERR!     @typescript-eslint/experimental-utils@"4.33.0" from @typescript-eslint/[email protected]
npm ERR!     node_modules/eslint-config-airbnb-typescript-prettier/node_modules/@typescript-eslint/eslint-plugin
npm ERR!       @typescript-eslint/eslint-plugin@"^4.7.0" from [email protected]
npm ERR!       node_modules/eslint-config-airbnb-typescript-prettier
npm ERR!         dev eslint-config-airbnb-typescript-prettier@"4.2.0" from the root project
npm ERR!   3 more (eslint-config-prettier, eslint-plugin-prettier, eslint-utils)
npm ERR! 
npm ERR! Could not resolve dependency:
npm ERR! peer eslint@"^5.16.0 || ^6.8.0 || ^7.2.0" from [email protected]
npm ERR! node_modules/eslint-config-airbnb-typescript-prettier
npm ERR!   dev eslint-config-airbnb-typescript-prettier@"4.2.0" from the root project
npm ERR! 
npm ERR! Conflicting peer dependency: [email protected]
npm ERR! node_modules/eslint
npm ERR!   peer eslint@"^5.16.0 || ^6.8.0 || ^7.2.0" from [email protected]
npm ERR!   node_modules/eslint-config-airbnb-typescript-prettier
npm ERR!     dev eslint-config-airbnb-typescript-prettier@"4.2.0" from the root project
npm ERR! 
npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! this command with --force, or --legacy-peer-deps
npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
npm ERR! 
npm ERR! See /tmp/renovate-cache/others/npm/eresolve-report.txt for a full report.

npm ERR! A complete log of this run can be found in:
npm ERR!     /tmp/renovate-cache/others/npm/_logs/2022-06-18T20_21_48_058Z-debug-0.log

@renovate renovate bot force-pushed the renovate/lint-staged-12.x branch from 5b86fce to 1b286c6 Compare April 20, 2022 20:34
@renovate renovate bot changed the title chore(deps): update dependency lint-staged to v12.3.8 chore(deps): update dependency lint-staged to v12.4.0 Apr 20, 2022
@renovate renovate bot force-pushed the renovate/lint-staged-12.x branch from 1b286c6 to 0375036 Compare April 26, 2022 16:48
@renovate renovate bot changed the title chore(deps): update dependency lint-staged to v12.4.0 chore(deps): update dependency lint-staged to v12.4.1 Apr 26, 2022
@renovate renovate bot force-pushed the renovate/lint-staged-12.x branch from 0375036 to 05c402b Compare June 18, 2022 20:21
@renovate renovate bot changed the title chore(deps): update dependency lint-staged to v12.4.1 chore(deps): update dependency lint-staged to v12.5.0 Jun 18, 2022
@github-actions
Copy link

This pull request does not seem to be getting much attention. If you feel this is an important change, try contacting one of the contributors of the project.

@github-actions github-actions bot added the stale label Aug 23, 2022
@github-actions github-actions bot closed this Aug 30, 2022
@renovate
Copy link
Author

renovate bot commented Aug 30, 2022

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update (12.5.0). You will get a PR once a newer version is released. To ignore this dependency forever, add it to the ignoreDeps array of your Renovate config.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

@renovate renovate bot deleted the renovate/lint-staged-12.x branch August 30, 2022 02:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants