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 eslint-plugin-file-progress to v3 #3252

Merged
merged 3 commits into from
Nov 10, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 6, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
eslint-plugin-file-progress 2.1.1 -> 3.0.1 age adoption passing confidence

Release Notes

sibiraj-s/eslint-plugin-file-progress (eslint-plugin-file-progress)

v3.0.1

Compare Source

  • fix hide option to hide the progress message (4228208)
  • add hideFileName option to hide the file name during linting (4228208)

v3.0.0

Compare Source

  • rename noCI config to recommended-ci (f67c68a)

v2.1.2

Compare Source

  • fix namespace for configuration presets (cdf1726)
  • fix noCI type not exported (50825d2)

Configuration

📅 Schedule: Branch creation - "before 4am on the first day of the month" (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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested a review from a team as a code owner November 6, 2024 21:38
@renovate renovate bot added c: dependencies Pull requests that adds/updates a dependency p: 1-normal Nothing urgent labels Nov 6, 2024
@renovate renovate bot added this to the vAnytime milestone Nov 6, 2024
Copy link

netlify bot commented Nov 6, 2024

Deploy Preview for fakerjs ready!

Name Link
🔨 Latest commit 3794e87
🔍 Latest deploy log https://app.netlify.com/sites/fakerjs/deploys/672f3a4abef51f00080e4504
😎 Deploy Preview https://deploy-preview-3252.fakerjs.dev
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

Copy link

codecov bot commented Nov 6, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 99.95%. Comparing base (9ecf99b) to head (3794e87).
Report is 1 commits behind head on next.

Additional details and impacted files
@@            Coverage Diff             @@
##             next    #3252      +/-   ##
==========================================
- Coverage   99.97%   99.95%   -0.02%     
==========================================
  Files        2805     2805              
  Lines      217115   217115              
  Branches      975      968       -7     
==========================================
- Hits       217052   217015      -37     
- Misses         63      100      +37     

see 1 file with indirect coverage changes

@ST-DDT
Copy link
Member

ST-DDT commented Nov 6, 2024

I triggered this update to make it easier to report issues with the new version.

@sibiraj-s I noticed that even though the CI set is flag, it still spams the console with log spam.
Isn't the CI flag intended to hide that text in CI environments?

| Linting...
/ Linting...
- Linting...
\ Linting...
| Linting...
/ Linting...
- Linting...
\ Linting...
| Linting...
/ Linting...
- Linting...
\ Linting...
| Linting...

Would the following preset definition solve the issue?

  'recommended-ci': {
    name: 'progress/recommended-ci',
    plugins: {
      progress: plugin
    },
    rules: {
      "progress/activate": process.env.CI === 'true' ? 0 : 2
    },
  }

@ST-DDT ST-DDT self-assigned this Nov 6, 2024
@ST-DDT ST-DDT marked this pull request as draft November 6, 2024 21:58
@ST-DDT ST-DDT added the c: external Issues that related to external services label Nov 6, 2024
@ST-DDT ST-DDT marked this pull request as ready for review November 9, 2024 10:01
@ST-DDT ST-DDT requested review from a team November 9, 2024 10:03
Copy link
Contributor Author

renovate bot commented Nov 9, 2024

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@xDivisionByZerox xDivisionByZerox merged commit 4df0bed into next Nov 10, 2024
23 checks passed
@xDivisionByZerox xDivisionByZerox deleted the renovate/major-eslint branch November 10, 2024 12:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
c: dependencies Pull requests that adds/updates a dependency c: external Issues that related to external services p: 1-normal Nothing urgent
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants