scaleway-lib
scaleway-lib copied to clipboard
chore(deps): update dependency @stylistic/eslint-plugin to v5
This PR contains the following updates:
| Package | Change | Age | Confidence |
|---|---|---|---|
| @stylistic/eslint-plugin (source) | 4.4.1 -> 5.5.0 |
Release Notes
eslint-stylistic/eslint-stylistic (@stylistic/eslint-plugin)
v5.5.0
Features
- comma-dangle: support
TSFunctionTypeandTSDeclareFunction(#1015) (cd3776f) - comma-dangle: support
TSTypeParameterInstantiation(#1016) (ba930e7) - indent: deprecate
offsetTernaryExpressionsOffsetCallExpressionsviaoffsetTernaryExpressions.CallExpression(#997) (f2837b1) - indent: introduce
NewExpressionandAwaitExpressioninoffsetTernaryExpressions(#996) (2b5a39f) - new rule list-style (#895) (a9ec0de)
- object-curly-spacing: add
emptyObjectsoption to control spacing in empty objects (#1002) (85ef5bc) - padding-line-between-statements: narrow report range to reduce noise (#1017) (b3a3acf)
- update deps (#1011) (9d5085c)
Bug Fixes
- indent: correctly indent
NewExpressioninConditionalExpression(#994) (01cec33) - replace
context.getSourceCode()withcontext.sourceCode(#1004) (f3faa54)
Documentation
- contribute: add guide to run the document site (#1001) (37a64c5)
- object-curly-spacing: introduce
overrides(#998) (6452b52)
Chores
- no-extra-parens: remove useless logic (#1013) (8e34765)
- remove
TestCaseError#type(#1005) (83d00c5) - replace
Object.prototype.hasOwnProperty.callwithObject.hasOwn(#992) (97193e1)
v5.4.0
Features
- generator-star-spacing: introduce
shorthandto override property function shorthands (#980) (62d7a17) - introduce experimental mechanism (#894) (87f09ee)
- object-curly-spacing: introduce
overrides(#898) (2a422b7)
Bug Fixes
- correctly display the deprecation warning (#967) (094aa48)
- multiline-comment-style: correctly handle ignored comments (#969) (cad56b2)
- quote-props: only check ES3 reserved words for
keywordsoption (#964) (bc4810f) - update deps (#983) (86596f9)
Documentation
- indent: introduce
assignmentOperator(#974) (8a096a8) - max-len: clarify that ignorePattern needs to be a string (#981) (d38b703)
Build Related
v5.3.1
Build Related
v5.2.3
Bug Fixes
- indent: correctly locate left paren in
CallExpressionwith specific type arguments (#910) (f551685) - indent: prevent crashes during
JSXFragmenthandling (#919) (5937be9)
v5.2.2
Bug Fixes
- no-extra-parens: skip nested
TSUnionType/TSIntersectionTypewhennestedBinaryExpressions: false(#905) (348f62f) - object-curly-spacing: prevent crash when encountering multiple non-ImportSpecifier nodes (#907) (9b77d02)
Chores
v5.2.1
Bug Fixes
- indent: ignore semicolon in
TSTypeAliasDeclaration(#903) (71aaccc) - run update, correct schema (#887) (cc06d9a)
Chores
- object-curly-spacing: simplify import/export checks (#897) (5c1b8e9)
- unify
isRegExpLiteral(#891) (0d9a5f7)
Performance
v5.2.0
Features
- add
warnOnceutility for deprecation warnings (#867) (f015822) - indent: introduce
returnTypeforFunctionDeclarationandFunctionExpression(#884) (c0a09fb) - indent: support
TSTypeAliasDeclaration(#796) (c62afea) - keyword-spacing: support
ImportAttribute(#863) (08d4193) - multiline-comment-style: add support for exclamation comments (#876) (b2ece9f)
- no-extra-parens: support part of TS Nodes (#873) (7d4aa27)
- object-curly-spacing: support
ImportAttribute(#862) (000f2f4) - support
AccessorProperty(#829) (2143f34)
Bug Fixes
- disallow extra properties in rule options (#883) (bac5f3f)
- indent: align first element when
VariableDeclaratorisfirst(#861) (ddd14c8)
Documentation
- enhance readability (#880) (4a5fe59)
- fix link of
no-unexpected-multiline(#847) (0639099) - operator-linebreak: add description for "ignore" option earlier (#866) (46e43f5)
Chores
v5.1.0
Bug Fixes
- correct rule name in
disable-legacy(#849) (e63f1e4) - indent: correct handling of return type annotations (#853) (5259950)
Build Related
Chores
v5.0.0
Chores
- release-please-mark (3616355)
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, 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 was generated by Mend Renovate. View the repository job log.
⚠️ No Changeset found
Latest commit: 98aa0609b7d5986289d437397e4a6345855a490d
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
Codecov Report
:white_check_mark: All modified and coverable lines are covered by tests.
:white_check_mark: Project coverage is 68.85%. Comparing base (3beb07a) to head (98aa060).
Additional details and impacted files
@@ Coverage Diff @@
## main #2697 +/- ##
=======================================
Coverage 68.85% 68.85%
=======================================
Files 44 44
Lines 1294 1294
Branches 181 181
=======================================
Hits 891 891
Misses 380 380
Partials 23 23
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
:rocket: New features to boost your workflow:
- :snowflake: Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
- :package: JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.