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: bump @morev/eslint-config from 33.0.0 to 34.0.0 #335

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 10, 2024

Bumps @morev/eslint-config from 33.0.0 to 34.0.0.

Release notes

Sourced from @​morev/eslint-config's releases.

v34.0.0

⚠ BREAKING CHANGES

  • jsdoc: With the new rule jsdoc/check-template-names some of the existing JSDoc comments using @template declarations may produce an error.
  • As a part of the migration to ESLint 9 and making things more explicit, we decided to drop the special syntax from the configurations. Some rules that previously had a severity of “warning” now have a severity of “error”.
    Although most of them were fixed automatically, something unexpected can happen.
    Autofix of such rules is still working.

Features

  • base: Add unicorn/no-length-as-slice-end rule (e3bb7a2)
  • base: Add unicorn/no-negation-in-equality-check rule (7d4081f)
  • base: Take account of ported stylistic line-comment-position and multiline-comment-style rules (dae9626)
  • html: Add @html-eslint/attrs-newline rule (ac3de36)
  • jest: Add jest/prefer-jest-mocked rule (ec187be)
  • jsdoc: Add jsdoc/check-template-names rule (acfe4ec)
  • jsdoc: Take account of jsdoc/convert-to-jsdoc-comments rule (9a841f6)
  • jsdoc: Take account of jsdoc/require-template rule (a3e9455)

CI improvements

  • Extract latest changelog entry as GH release description (08b2caa)

Refactoring

  • Completely remove special syntax from the repo (8259681)
  • Remove special syntax for a rules that should not be autofixed (50fb12b)
  • Remove special syntax for a rules turned off (b4af41d)
  • Remove special syntax for a rules with error severity (f2d356b)
  • Remove special syntax for a rules with warn severity (15d6025)

Tests

  • Remove tests for removed autofixable mechanic (c0fa73f)

Bug fixes

  • html: Fit new configuration object for @html-eslint/require-closing-tags rule (b9b407c)
  • vitest: Disable autofix for vitest/no-focused-tests rule (5cb450b)
  • yaml: Disable the base no-irregular-whitespace rule for yaml files (b50dfc3)
Changelog

Sourced from @​morev/eslint-config's changelog.

34.0.0 (2024-08-05)

⚠ BREAKING CHANGES

  • jsdoc: With the new rule jsdoc/check-template-names some of the existing JSDoc comments using @template declarations may produce an error.
  • As a part of the migration to ESLint 9 and making things more explicit, we decided to drop the special syntax from the configurations. Some rules that previously had a severity of “warning” now have a severity of “error”.
    Although most of them were fixed automatically, something unexpected can happen.
    Autofix of such rules is still working.

Features

  • base: Add unicorn/no-length-as-slice-end rule (e3bb7a2)
  • base: Add unicorn/no-negation-in-equality-check rule (7d4081f)
  • base: Take account of ported stylistic line-comment-position and multiline-comment-style rules (dae9626)
  • html: Add @html-eslint/attrs-newline rule (ac3de36)
  • jest: Add jest/prefer-jest-mocked rule (ec187be)
  • jsdoc: Add jsdoc/check-template-names rule (acfe4ec)
  • jsdoc: Take account of jsdoc/convert-to-jsdoc-comments rule (9a841f6)
  • jsdoc: Take account of jsdoc/require-template rule (a3e9455)

CI improvements

  • Extract latest changelog entry as GH release description (08b2caa)

Refactoring

  • Completely remove special syntax from the repo (8259681)
  • Remove special syntax for a rules that should not be autofixed (50fb12b)
  • Remove special syntax for a rules turned off (b4af41d)
  • Remove special syntax for a rules with error severity (f2d356b)
  • Remove special syntax for a rules with warn severity (15d6025)

Tests

  • Remove tests for removed autofixable mechanic (c0fa73f)

Bug fixes

  • html: Fit new configuration object for @html-eslint/require-closing-tags rule (b9b407c)
  • vitest: Disable autofix for vitest/no-focused-tests rule (5cb450b)
  • yaml: Disable the base no-irregular-whitespace rule for yaml files (b50dfc3)
Commits
  • d70c690 release: Release version 34.0.0
  • 52eb4f6 chore: Bump eslint-plugin-sonarjs from 1.0.3 to 1.0.4
  • d367921 chore: Bump eslint-plugin-vue from 9.26.0 to 9.27.0
  • e3bb7a2 feat(base): Add unicorn/no-length-as-slice-end rule
  • b56bf4c chore: Bump eslint-plugin-unicorn from 54.0.0 to 55.0.0
  • acfe4ec feat(jsdoc)!: Add jsdoc/check-template-names rule
  • a3e9455 feat(jsdoc): Take account of jsdoc/require-template rule
  • 9a841f6 feat(jsdoc): Take account of jsdoc/convert-to-jsdoc-comments rule
  • fbe2376 chore: Bump eslint-plugin-jsdoc from 48.2.13 to 48.11.0
  • 1efa006 chore: Bump eslint-plugin-jest from 28.6.0 to 28.7.0
  • 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

Bumps [@morev/eslint-config](https://github.com/MorevM/eslint-config) from 33.0.0 to 34.0.0.
- [Release notes](https://github.com/MorevM/eslint-config/releases)
- [Changelog](https://github.com/MorevM/eslint-config/blob/master/CHANGELOG.md)
- [Commits](MorevM/eslint-config@v33.0.0...v34.0.0)

---
updated-dependencies:
- dependency-name: "@morev/eslint-config"
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant