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

⬆️ deps: Upgrade dependency lint-staged to v15. #783

Merged
merged 1 commit into from
May 22, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 10, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
lint-staged 14.0.1 -> 15.2.4 age adoption passing confidence

Release Notes

okonet/lint-staged (lint-staged)

v15.2.4

Compare Source

Patch Changes
  • 4f4537a Thanks @​iiroj! - Fix release issue with previous version; update dependencies

v15.2.2

Compare Source

Patch Changes
  • #​1391 fdcdad4 Thanks @​iiroj! - Lint-staged no longer tries to load configuration from files that are not checked out. This might happen when using sparse-checkout.

v15.2.1

Compare Source

Patch Changes
  • #​1387 e4023f6 Thanks @​iiroj! - Ignore stdin of spawned commands so that they don't get stuck waiting. Until now, lint-staged has used the default settings to spawn linter commands. This means the stdin of the spawned commands has accepted input, and essentially gotten stuck waiting. Now the stdin is ignored and commands will no longer get stuck. If you relied on this behavior, please open a new issue and describe how; the behavior has not been intended.

v15.2.0

Compare Source

Minor Changes
  • #​1371 f3378be Thanks @​iiroj! - Using the --no-stash flag no longer discards all unstaged changes to partially staged files, which resulted in inadvertent data loss. This fix is available with a new flag --no-hide-partially-staged that is automatically enabled when --no-stash is used.
Patch Changes
  • #​1362 17bc480 Thanks @​antonk52! - update lilconfig@3.0.0

  • #​1368 7c55ca9 Thanks @​iiroj! - Update most dependencies

  • #​1368 777d4e9 Thanks @​iiroj! - To improve performance, only use lilconfig when searching for config files outside the git repo. In the regular case, lint-staged finds the config files from the Git index and loads them directly.

  • #​1373 85eb0dd Thanks @​iiroj! - When determining git directory, use fs.realpath() only for symlinks. It looks like fs.realpath() changes some Windows mapped network filepaths unexpectedly, causing issues.

v15.1.0

Compare Source

Minor Changes
Patch Changes

v15.0.2

Compare Source

Patch Changes
  • #​1339 8e82364 Thanks @​iiroj! - Update dependencies, including listr2@​7.0.2 to fix an upstream issue affecting lint-staged.

v15.0.1

Compare Source

Patch Changes
  • #​1217 d2e6f8b Thanks @​louneskmt! - Previously it was possible for a function task to mutate the list of staged files passed to the function, and accidentally affect the generation of other tasks. This is now fixed by passing a copy of the original file list instead.

v15.0.0

Compare Source

Major Changes
  • #​1322 66b93aa Thanks @​iiroj! - Require at least Node.js 18.12.0

    This release drops support for Node.js 16, which is EOL after 2023-09-11.
    Please upgrade your Node.js to the latest version.

    Additionally, all dependencies have been updated to their latest versions.


Configuration

📅 Schedule: Branch creation - "after 10pm every weekday,before 5am every weekday,every weekend" (UTC), Automerge - 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 Mend Renovate. View repository job log here.

@renovate renovate bot added the deps This issue has to do with dependencies label Mar 10, 2024
Copy link

codecov bot commented Mar 10, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 66.26%. Comparing base (939c99a) to head (293b143).

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #783      +/-   ##
==========================================
- Coverage   66.27%   66.26%   -0.02%     
==========================================
  Files         717      717              
  Lines       10001    10001              
  Branches     1349     1349              
==========================================
- Hits         6628     6627       -1     
- Misses       2914     2915       +1     
  Partials      459      459              
Flag Coverage Δ
client 45.82% <ø> (ø)
server 62.59% <ø> (-0.04%) ⬇️
test 72.52% <ø> (-0.02%) ⬇️
test-app 53.69% <ø> (-0.02%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@renovate renovate bot force-pushed the renovate/lint-staged-15.x branch from f0d36e7 to 694a692 Compare March 10, 2024 15:13
@make-github-pseudonymous-again make-github-pseudonymous-again added the waiting-for-upstream This issues needs an update from upstream before it can be resolved. label Mar 10, 2024
@make-github-pseudonymous-again
Copy link
Contributor

This requires Node v18. Waiting for Meteor to catch up. EDITED: We run this through local npm instead so we are not dependent on Meteor.

Copy link
Contributor

@make-github-pseudonymous-again make-github-pseudonymous-again left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Waiting on #794. DONE

@renovate renovate bot changed the title ⬆️ deps: Upgrade dependency lint-staged to v15 ⬆️ deps: Upgrade dependency lint-staged to v15. Apr 8, 2024
@renovate renovate bot force-pushed the renovate/lint-staged-15.x branch from 694a692 to bb0816a Compare May 20, 2024 07:03
@renovate renovate bot force-pushed the renovate/lint-staged-15.x branch from bb0816a to 6e023c7 Compare May 20, 2024 20:37
@renovate renovate bot force-pushed the renovate/lint-staged-15.x branch from 6e023c7 to 1b602bd Compare May 21, 2024 19:29
Merged via the queue into main with commit f32a247 May 22, 2024
34 checks passed
@make-github-pseudonymous-again make-github-pseudonymous-again deleted the renovate/lint-staged-15.x branch May 22, 2024 09:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
deps This issue has to do with dependencies waiting-for-upstream This issues needs an update from upstream before it can be resolved.
Projects
No open projects
Development

Successfully merging this pull request may close these issues.

None yet

1 participant