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.17.0 #914

Closed dependabot[bot] closed 2 months ago

dependabot[bot] commented 2 months ago

Bumps putout from 30.7.0 to 35.17.0.

Release notes

Sourced from putout's releases.

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

  • 7a30d7c7f @​putout/plugin-github: set-node-version: drop node v21 EOL
  • 2079a3481 @​putout/plugin-eslint: apply-match-to-flat: exclude not two properties
  • 924f9b1fc @​putout/plugin-eslint: apply-match-to-files: exclude objects whith no rules or files

putout v35.16.1

... (truncated)

Commits
  • 9d764ce 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
  • 4bded26 test: @​putout/plugin-declare-before-reference: update fixtures
  • f59478b chore: @​putout/eslint: v3.4.0
  • 8ad6cd6 feature: @​putout/eslint: add ability to hande no FlatConfig found error
  • ca542fb fix: @​putout/eslint: no config found: Flat Config error -> RC error
  • cf1f5ca chore: @​putout/plugin-nodejs: v11.9.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 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 #915.