counterfact icon indicating copy to clipboard operation
counterfact copied to clipboard

chore(deps): update dependency eslint-config-hardcore to v45

Open renovate[bot] opened this issue 2 years ago • 3 comments

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
eslint-config-hardcore 41.3.0 -> 45.6.0 age adoption passing confidence

Release Notes

EvgenyOrekhov/eslint-config-hardcore (eslint-config-hardcore)

v45.6.0

Compare Source

hardcore/ts and hardcore/ts-for-js

v45.5.0

Compare Source

hardcore

hardcore/jest

v45.4.0

Compare Source

hardcore/react

v45.3.0

Compare Source

hardcore/ts-for-js

hardcore/vue

v45.2.0

Compare Source

hardcore

hardcore/ts

hardcore/vue

v45.1.1

Compare Source

Update dependencies

v45.1.0

Compare Source

hardcore

hardcore/vue

v45.0.0: - Remove Prettier

Compare Source

eslint-config-hardcore remains compatible with default Prettier options, but now it is recommended to run Prettier separately.

I recommend this Prettier config to format as many file types as possible: https://github.com/EvgenyOrekhov/prettier-config

v44.0.0

Compare Source

Add eslint-plugin-compat.

Make sure to specify your target browsers/environments in package.json, e. g.

"browserslist": ["> 0.5%", "last 2 versions", "Firefox ESR", "not dead"]

v43.0.0

Compare Source

Major changes

hardcore
hardcore/react
  • Extract performance rules into a separate config: hardcore/react-performance
hardcore/fp

Other changes

hardcore
hardcore/ts
hardcore/fp

v42.0.0: - RegExp v flag

Compare Source

Major changes

hardcore
hardcore/react

Other changes

hardcore
hardcore/react

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 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[bot] avatar Nov 27 '23 01:11 renovate[bot]

⚠️ No Changeset found

Latest commit: 7614224978b2c05ae6f8b5c60df410d91adf9771

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

changeset-bot[bot] avatar Nov 27 '23 01:11 changeset-bot[bot]

Pull Request Test Coverage Report for Build 9491048251

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 87.241%

Totals Coverage Status
Change from base Build 9440982468: 0.0%
Covered Lines: 3228
Relevant Lines: 3734

💛 - Coveralls

coveralls avatar Dec 01 '23 06:12 coveralls

I think the issue here is eslint-config-hardcore doesn't work with the latest version of @typescript-eslint/eslint-plugin and I'm not sure eslint-config-hardcore's CI catches that.

Per the docs, it looks like the config should be valid, so maybe the issue is in @typescript-eslint/eslint-plugin.

pmcelhaney avatar Jan 04 '24 16:01 pmcelhaney