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(deps): update dependency eslint-utils to v3 #4362

Merged
merged 1 commit into from
Oct 21, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 21, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
eslint-utils ^1.4.3 -> ^3.0.0 age adoption passing confidence

Release Notes

mysticatea/eslint-utils (eslint-utils)

v3.0.0

Compare Source

💥 Breaking Changes

  • 9a5c4fb, 5361c33 dropped old Node.js support. The new range is ^10.0.0 || ^12.0.0 || >= 14.0.0.
  • 5361c33 added the exports field to package.json. Now direct accesses to internal files are disallowed.
  • c5574ce, 46771e1 changed the result of getFunctionNameWithKind(node) function in some cases.
    • Functions at method places prefer the method name than function's id. E.g., { foo: function bar() {} } is method 'foo'.
    • Arrow functions at method places are now methods. E.g., { foo: () => {} } is method 'foo'.
    • Function expressions at variable initializers or the RHS of assignments are named. E.g. foo = function() {} is function 'foo'.

✨ Enhancements

  • 05b8390 supports the new class features of ES2022: public class fields, private class members, and static of them.
  • 46771e1 added the optional second parameter to getFunctionNameWithKind(node). If you give context.getSourceCode() to that, the getFunctionNameWithKind(node, sourceCode) function handles the name of computed properties. E.g., { [foo]() {} } is method [foo].

🐛 Bug fixes

  • 994ee18 fixed misleading result from getStaticValue() on expressions that re-use Symbol()s (#​12)
  • b8820bc fixed isParenthesized() on CatchClause.param should be false (#​15)

v2.1.0

Compare Source

✨ Enhancements

  • f811251 improved the getFunctionNameWithKind() function to get better names of arrow functions.
  • 9b2885a added Optional chaining & Nullish coalescing support to some functions.

v2.0.0

Compare Source

💥 Breaking Changes

  • d2c2c18 updated ReferenceTracker#iterateGlobalReferences() method to recognize the member of globalThis by default.

Configuration

📅 Schedule: Branch creation - "after 5pm,every weekend" in timezone America/Los_Angeles, Automerge - "after 5pm,every weekend" in timezone America/Los_Angeles.

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot enabled auto-merge (squash) October 21, 2023 19:27
@codecov
Copy link

codecov bot commented Oct 21, 2023

Codecov Report

Merging #4362 (7ee7b5a) into main (c8b76ab) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##             main    #4362   +/-   ##
=======================================
  Coverage   84.68%   84.68%           
=======================================
  Files         691      691           
  Lines       25248    25248           
  Branches     3333     3333           
=======================================
  Hits        21382    21382           
  Misses       3804     3804           
  Partials       62       62           

Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update c8b76ab...7ee7b5a. Read the comment docs.

@renovate renovate bot merged commit ac0603f into main Oct 21, 2023
@renovate renovate bot deleted the renovate/major-linters branch October 21, 2023 19:52
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.

0 participants