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
402 stars 13 forks source link

Bump putout from 30.7.0 to 35.18.0 #915

Closed dependabot[bot] closed 2 months ago

dependabot[bot] commented 2 months ago

Bumps putout from 30.7.0 to 35.18.0.

Release notes

Sourced from putout's releases.

putout v35.18.0

🔥 feature

  • 94b8e8908 putout: parse-options: rulesdir: exclude *.md
  • 2a817e8a5 @​putout/operate: insertAfter: wrap ExpressionStatement when current path is Statement and node not

putout v35.17.0

Added support of quick-lint-js 🎉

Just landed support of fastest JavaScript bugs finder.

Now when Babel cannot parse source code, 🐊Putout tries again with @putout/quick-lint, so now error messages will be much more user friendly. Here is how it looks like for code:

function x() {
    await m();
}

Before

After

That's all for today 🦏.

🐞 fix

  • a87e7e06c @​putout/plugin-nodejs: add-node-predynamic: Identifier
  • ca542fb12 @​putout/eslint: no config found: Flat Config error -> RC error

🔥 feature

  • 9f76b2a51 putout: @​putout/quick-lint v1.0.0
  • 8ad6cd673 @​putout/eslint: add ability to hande no FlatConfig found error
  • 949e898c9 @​putout/plugin-nodejs: add-node-prefix: simplify
  • 1551e9f04 @​putout/plugin-nodejs: add-node-prefix: dynamic import
  • 08acf9555 @​putout/plugin-nodejs: add-node-prefix: add require
  • 6744c616f @​putout/plugin-nodejs: add-node-prefix: report

putout v35.16.2

🔥 feature

... (truncated)

Commits
  • f546efb chore: putout: v35.18.0
  • 94b8e89 feature: putout: parse-options: rulesdir: exclude *.md
  • 0602792 chore: @​putout/operate: v12.6.0
  • 2a817e8 feature: @​putout/operate: insertAfter: wrap ExpressionStatement when current ...
  • fabf160 chore: putout: actions: lint ☘️
  • b2456c9 chore: putout: v35.17.0
  • 9f76b2a feature: putout: @​putout/quick-lint v1.0.0
  • 56c78f2 chore: @​putout/plugin-nodejs: v11.9.1
  • a87e7e0 fix: @​putout/plugin-nodejs: add-node-prefix: dynamic: Identifier
  • e6dfa37 chore: lint: @​putout/engine-parser: comments
  • 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 2 months ago

Superseded by #917.