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

Update dependency eslint-config-seek to v13.1.0 #1486

Merged
merged 7 commits into from
May 16, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 30, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
eslint-config-seek 13.0.0 -> 13.1.0 age adoption passing confidence

Release Notes

seek-oss/eslint-config-seek (eslint-config-seek)

v13.1.0

Compare Source

Minor Changes
  • Adds no-fallthrough as an error. (#​135)
    This disallows fallthrough of case statements in switch statements.
Examples

You need to add a break, return or throw to each case. You can also skip this rule if it is intentionally absent (however that is a rare scenario).

switch (name) {
  case 'John':
    console.log('Hi John');
+   break;
}
Patch Changes
  • Disable @typescript-eslint/consistent-type-definition rule (#​139)

  • Revert from [@finsit/eslint-plugin-cypress][@​finsit/eslint-plugin-cypress] back to [eslint-plugin-cypress][eslint-plugin-cypress] (#​141)

    The official plugin now supports ESLint v8. Consumers that were overriding @finsit/cypress/* rules will need to override cypress/* rules instead.


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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 requested a review from a team as a code owner April 30, 2024 04:12
Copy link

changeset-bot bot commented Apr 30, 2024

🦋 Changeset detected

Latest commit: e3345d5

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
braid-design-system Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@renovate renovate bot force-pushed the renovate-eslint-config-seek-13.x-lockfile branch 2 times, most recently from 5d737e1 to d38a45a Compare May 9, 2024 00:24
@felixhabib felixhabib force-pushed the renovate-eslint-config-seek-13.x-lockfile branch from d38a45a to 5d737e1 Compare May 9, 2024 00:32
Copy link
Contributor Author

renovate bot commented May 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.

@felixhabib felixhabib merged commit e06f321 into master May 16, 2024
8 checks passed
@felixhabib felixhabib deleted the renovate-eslint-config-seek-13.x-lockfile branch May 16, 2024 03:28
@seek-oss-ci seek-oss-ci mentioned this pull request May 16, 2024
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.

3 participants