eslint-config-hardcore icon indicating copy to clipboard operation
eslint-config-hardcore copied to clipboard

Bump putout from 30.7.0 to 35.20.0

Open dependabot[bot] opened this issue 1 month ago • 0 comments

Bumps putout from 30.7.0 to 35.20.0.

Release notes

Sourced from putout's releases.

putout v35.20.0

🔥 feature

  • 5581321ec putout: @​putout/plugin-for-of v5.0.0
  • 45b0a13ce @​putout/plugin-for-of: drop support of 🐊 < 35
  • 5057d632f @​putout/plugin-for-of: for-each: exclude ConditionalExpression
  • 0d40f13b2 @​putout/plugin-putout: add-store: add
  • 9d8e3c3cc @​putout/plugin-apply-overrides: rm unused code
  • 6b8afd4c2 @​putout/plugin-eslint-plugin: drop support of 🐊 < 35
  • 3a2ec5b50 @​putout/eslint-plugin: update-ecma-version: add
  • 86c829a97 @​putout/engine-loader: rules: overlap

putout v35.19.0

🐞 fix

  • b47fc0082 eslint-plugin-putout: long-properties-destructuring: ImportDeclaration: no imported

🔥 feature

  • 06c23903c putout: @​putout/plugin-apply-overrides v1.0.0
  • 78a37907a eslint-plugin-putout: long-properties-destructuring: add support of ImportDeclaration (align with @​putout/printer maxPropertiesLengthInOneLine)

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

... (truncated)

Commits
  • 291ed0f chore: putout: v35.20.0
  • 5581321 feature: putout: @​putout/plugin-for-of v5.0.0
  • aa6e7e9 chore: @​putout/plugin-for-of: v5.0.0
  • 98dda67 docs: @​putout/plugin-for-of: add contents
  • 45b0a13 feature: @​putout/plugin-for-of: drop support of 🐊 < 35
  • 5057d63 feature: @​putout/plugin-for-of: for-each: exclude ConditionalExpression
  • 49b030e docs: @​putout/plugin-putout: add-store: add link to 🐊Putout Editor
  • aa2b765 chore: @​putout/plugin-putout: v19.5.0
  • 0d40f13 feature: @​putout/plugin-putout: add-store: add
  • 9cb59ed chore: @​putout/plugin-apply-overrides: v1.1.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)

dependabot[bot] avatar May 06 '24 04:05 dependabot[bot]