EvgenyOrekhov / eslint-config-hardcore

The most strict (yet practical) ESLint config. 53 plugins. 1342 rules. React, Vue, Node, and pure JS/TS.
https://www.npmjs.com/package/eslint-config-hardcore
MIT License
407 stars 13 forks source link

Bump putout from 30.7.0 to 33.0.0 #840

Closed dependabot[bot] closed 8 months ago

dependabot[bot] commented 8 months ago

Bumps putout from 30.7.0 to 33.0.0.

Release notes

Sourced from putout's releases.

🐊Putout v33

image

The soul can never be cut into pieces by any weapon, nor can he be burned by fire, nor moistened by water, nor withered by the wind.

(c) Bhagavad Gita

Hi folks 🎈! The time is come for a new major release. It has some interesting visual features, and a couple breaking changes related to rule names.

🎁 Formatter Time

image

That's right! Now you can see how much time is gone while you linting. Use:

putout . -f time

to use @putout/formatter-time as a formatter.

🎁Choose Formatter easily

With help of @putout/cli-choose-formatter using:

putout -i

you can choose the formatter you like for you next lint:

image

🎁 Filesystem Processor

There is a thing that was impossible to do in 🐊Putout until now: lint filesystem. But everything is changed now! Lint file system is as simple as running redlint:

redlint

It generates file .filesystem.json:

{
    "type": "directory",
</tr></table> 

... (truncated)

Commits
  • bce0796 chore: putout: v33.0.0
  • 24105c9 docs: readme: disabled rule of nested plugin
  • 4bcaf75 test: @​putout/plugin-filesystem: update
  • 50562e9 chore: @​putout/engine-loader: v12.3.1
  • d28219c feature: @​putout/engine-loader: rm unused isExluded
  • 7a85787 test: eslint-plugin-putout: rm merge-duplicate-imports
  • 73d8743 chore: @​putout/test: v7.5.0
  • 92f4703 chore: @​putout/engine-loader: v12.3.0
  • 00c9d85 chore: @​putout/plugin-tape: v12.0.1
  • 7af7f5b chore: @​putout/plugin-nodejs: v9.0.1
  • 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 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)
dependabot[bot] commented 8 months ago

Superseded by #841.