chore(deps): update dependency eslint-config-hardcore to v45
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| eslint-config-hardcore | 41.3.0 -> 45.6.0 |
Release Notes
EvgenyOrekhov/eslint-config-hardcore (eslint-config-hardcore)
v45.6.0
hardcore/ts and hardcore/ts-for-js
v45.5.0
hardcore
- Add
regexp/unicode-property - Add
unicorn/no-single-promise-in-promise-methods - Add
unicorn/no-await-in-promise-methods - Add
unicorn/no-anonymous-default-export
hardcore/jest
v45.4.0
hardcore/react
- Set
"requireDataLowercase": trueforreact/no-unknown-property - Set
"includeFromSettings": trueforreact/jsx-no-script-url
v45.3.0
hardcore/ts-for-js
hardcore/vue
- Add
vue/require-explicit-slots - Enable
"sameNameShorthand": "always"option forvue/v-bind-style
v45.2.0
hardcore
hardcore/ts
hardcore/vue
- Add
defineModeland"defineExposeLast": truetovue/define-macros-order - Replace
vue-scoped-css/enforce-style-typewithvue/enforce-style-attribute
v45.1.1
Update dependencies
v45.1.0
hardcore
hardcore/vue
- Add
vue/no-unused-emit-declarations - Set
vue/define-emits-declarationto"type-literal"
v45.0.0: - Remove Prettier
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
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
Major changes
hardcore
- Add eslint-plugin-yml
- Add eslint-plugin-toml
- Add linting of
.*.jsonfiles
hardcore/react
- Extract performance rules into a separate config:
hardcore/react-performance
hardcore/fp
- Replace eslint-plugin-fp with eslint-plugin-functional
Other changes
hardcore
- Remove
import/prefer-default-export(whyexport defaultis bad: https://github.com/EvgenyOrekhov/eslint-config-hardcore/issues/846 )
hardcore/ts
hardcore/fp
- Remove eslint-plugin-ramda
v42.0.0: - RegExp v flag
Major changes
hardcore
hardcore/react
- Set
settings.jsx-a11y.polymorphicPropNameto"as"(you should set it to"component"if you use MUI)
Other changes
hardcore
- Add
regexp/grapheme-string-literal - Add
regexp/simplify-set-operations - Add
regexp/no-useless-string-literal - Add
regexp/no-empty-string-literal - Add
regexp/no-useless-set-operand - Add
regexp/prefer-set-operation - Enable
enforceForRenamedPropertiesoption forprefer-destructuring
hardcore/react
- Make
jsx-a11y/mouse-events-have-key-eventsmore strict
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.
⚠️ 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
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 | |
|---|---|
| Change from base Build 9440982468: | 0.0% |
| Covered Lines: | 3228 |
| Relevant Lines: | 3734 |
💛 - 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.