-
Notifications
You must be signed in to change notification settings - Fork 183
Update dependency @stylistic/eslint-plugin to v5 #2449
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
Open
renovate
wants to merge
1
commit into
master
Choose a base branch
from
renovate/major-eslint-stylistic-monorepo
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Contributor
Author
|
97af0c3 to
b6ca279
Compare
b6ca279 to
03727f4
Compare
03727f4 to
be841e6
Compare
be841e6 to
cace4fb
Compare
cace4fb to
c39b0b4
Compare
c39b0b4 to
a9c8b26
Compare
a9c8b26 to
23f3931
Compare
23f3931 to
da45ed3
Compare
da45ed3 to
b9f73da
Compare
b9f73da to
3905b6f
Compare
3905b6f to
144a31a
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^1.7.0→^5.0.0Release Notes
eslint-stylistic/eslint-stylistic (@stylistic/eslint-plugin)
v5.6.1Compare Source
Bug Fixes
node.typeinstead ofcomputedcheck (#1054) (c486861)v5.6.0Compare Source
Features
TSFunctionTypeandTSConstructorType(#1036) (a5380d2)TSIndexedAccessType(#1047) (d6e7437)overrides.arrowin favor ofarrow-spacing(#1037) (598bbb0)Bug Fixes
newinTSConstructorType(#1044) (aa0c6ac)Documentation
]in various examples. (#1048) (88248cf)Build Related
Chores
TestCaseError#nodeType(#1043) (3fcec3e)JSXText(#1027) (d83c5b0)unindentfor better collapse (#1032) (839502a)comma-spacing(#1024) (361cfc8)v5.5.0Compare Source
Features
TSFunctionTypeandTSDeclareFunction(#1015) (cd3776f)TSTypeParameterInstantiation(#1016) (ba930e7)offsetTernaryExpressionsOffsetCallExpressionsviaoffsetTernaryExpressions.CallExpression(#997) (f2837b1)NewExpressionandAwaitExpressioninoffsetTernaryExpressions(#996) (2b5a39f)emptyObjectsoption to control spacing in empty objects (#1002) (85ef5bc)Bug Fixes
NewExpressioninConditionalExpression(#994) (01cec33)context.getSourceCode()withcontext.sourceCode(#1004) (f3faa54)Documentation
overrides(#998) (6452b52)Chores
TestCaseError#type(#1005) (83d00c5)Object.prototype.hasOwnProperty.callwithObject.hasOwn(#992) (97193e1)v5.4.0Compare Source
Features
shorthandto override property function shorthands (#980) (62d7a17)overrides(#898) (2a422b7)Bug Fixes
keywordsoption (#964) (bc4810f)Documentation
assignmentOperator(#974) (8a096a8)Build Related
v5.3.1Compare Source
Build Related
v5.2.3Compare Source
Bug Fixes
CallExpressionwith specific type arguments (#910) (f551685)JSXFragmenthandling (#919) (5937be9)v5.2.2Compare Source
Bug Fixes
TSUnionType/TSIntersectionTypewhennestedBinaryExpressions: false(#905) (348f62f)Chores
v5.2.1Compare Source
Bug Fixes
TSTypeAliasDeclaration(#903) (71aaccc)Chores
isRegExpLiteral(#891) (0d9a5f7)Performance
v5.2.0Compare Source
Features
warnOnceutility for deprecation warnings (#867) (f015822)returnTypeforFunctionDeclarationandFunctionExpression(#884) (c0a09fb)TSTypeAliasDeclaration(#796) (c62afea)ImportAttribute(#863) (08d4193)ImportAttribute(#862) (000f2f4)AccessorProperty(#829) (2143f34)Bug Fixes
VariableDeclaratorisfirst(#861) (ddd14c8)Documentation
no-unexpected-multiline(#847) (0639099)Chores
v5.1.0Compare Source
Bug Fixes
disable-legacy(#849) (e63f1e4)Build Related
tsdown(#854) (5d2bec1)Chores
v5.0.0Compare Source
Chores
v4.4.1Compare Source
Bug Fixes
typekeyword inexportdeclarations (#797) (6854a3c)Chores
v4.4.0Compare Source
Features
v4.3.0Compare Source
Features
Bug Fixes
TSImportType(8f31461)ChainExpressionandAwaitExpressionwhenoffsetTernaryExpressionsOffsetCallExpressions(#751) (a1af663)ReturnStatement(#738) (a375a92)Documentation
jsx-indent(#741) (ca23ce1)Chores
comma-dangle(#716) (7e55b16)brace-style(#715) (5769933)indent(#713) (a57c2bb)key-spacing(#734) (99c0873)keyword-spacing(#732) (0018519)lines-between-class-members(#730) (9f4bda0)no-extra-parens(#711) (d6809c9)no-extra-semi(#731) (880814e)object-property-newline(#719) (d49ef91)quote-props(#729) (e5b09a5)quotes(#720) (9284830)semi-spacing(#727) (72856a8)semi(#728) (85eeaa1)RuleOptionsandMessageIdsgeneric type (#742) (ace84e3)v4.2.0Compare Source
Features
yield-star-spacingandgenerator-star-spacingconfig to align with Prettier (86d17c8)Documentation
v4.1.0Compare Source
Features
module.exportsnamed export forrequire(esm)compatibility (#700) (668c955)Documentation
Chores
lines-around-comment(#691) (f59605b)space-before-blocks(#698) (6e8554d)space-infix-ops(#697) (1a1b388)v4.0.1Compare Source
Bug Fixes
{for left token check (#693) (7f2740e)Chores
block-spacing(#690) (b239b71)v4.0.0Compare Source
Features
Chores
v3.1.0Compare Source
Features
v3.0.1Compare Source
Bug Fixes
v3.0.0Compare Source
⚠ BREAKING CHANGES
function-call-spacing(#565)Features
function-call-spacing(#565) (80ec2e4)Bug Fixes
Documentation
flat: trueto flat config customize example (#669) (4710771)Chores
indent(#563) (80c5486)v2.13.0Compare Source
Features
nestedConditionalExpressionsoption (#657) (bf63800)Bug Fixes
TypeAliasDeclaration(#647) (ca2aabc)Documentation
Chores
isSpaceBetweenTokenswithisSpaceBetween(#646) (6da7c42)v2.12.1Compare Source
Features
offsetTernaryExpressionsOffsetCallExpressionsoptions (#636) (c14a3ee)Documentation
Chores
v2.12.0Compare Source
Bug Fixes
CallExpressionwhenoffsetTernaryExpressionsis true (#625) (55d3529)Documentation
Chores
v2.11.0Compare Source
Features
optionalChainto control the space around theoptional chain(#605) (f732798)Bug Fixes
updatescript inWindows(#604) (dede119)Build Related
v2.10.1Compare Source
Features
Bug Fixes
align: "colon"(#594) (6000f43)Chores
v2.10.0Compare Source
Features
comma-spacing(#562) (ea72317)never(#589) (7a2b47f)ImportExpressionintsversion (#570) (19d1f8c)Bug Fixes
quotesincustomize(#590) (b86c2df)Documentation
Chores
v2.9.0Compare Source
Features
Bug Fixes
Documentation
Chores
v2.8.0Compare Source
Features
@types/eslint(5ea3d6a)Bug Fixes
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.
This PR was generated by Mend Renovate. View the repository job log.