Bump the packages group with 14 updates
Type: Pull Request
State: Closed
![dependabot[bot]](https://github.com/dependabot.png)
Association: Contributor
Comments: 3
(4 months ago)
(4 months ago)
(4 months ago)
dependencies javascript
poad
Bumps the packages group with 14 updates:
Package | From | To |
---|---|---|
@stylistic/eslint-plugin | 4.2.0 |
4.4.0 |
@stylistic/eslint-plugin-js | 4.2.0 |
4.4.0 |
@stylistic/eslint-plugin-jsx | 4.2.0 |
4.4.0 |
@stylistic/eslint-plugin-plus | 4.2.0 |
4.4.0 |
@stylistic/eslint-plugin-ts | 4.2.0 |
4.4.0 |
eslint-import-resolver-typescript | 4.3.5 |
4.4.0 |
@octokit/openapi-types | 25.0.0 |
25.1.0 |
@octokit/types | 14.0.0 |
14.1.0 |
electron-to-chromium | 1.5.156 |
1.5.157 |
rollup | 4.41.0 |
4.41.1 |
seroval-plugins | 1.3.1 |
1.3.2 |
seroval | 1.3.1 |
1.3.2 |
tinyglobby | 0.2.13 |
0.2.14 |
zod | 3.25.22 |
3.25.28 |
Updates @stylistic/eslint-plugin
from 4.2.0 to 4.4.0
Release notes
Sourced from @stylistic/eslint-plugin
's releases.
v4.4.0
4.4.0 (2025-05-24)
Features
v4.3.0
4.3.0 (2025-05-24)
Features
- configs: add new severity option for all rules (#733) (#736) (c553a9c)
- jsx-sort-props: support custom reservedFirst and reservedLast (#744) (fb17e96)
Bug Fixes
- eslint-plugin: only export interfaces in index (#763) (93a4eb1)
- handle new AST change on
TSImportType
(8f31461)- indent: handle
ChainExpression
andAwaitExpression
whenoffsetTernaryExpressionsOffsetCallExpressions
(#751) (a1af663)- indent: wrong PropertyDefinition value offset when ts type have multiple line (#774) (140e18f)
- no-extra-parens: do not break specific
ReturnStatement
(#738) (a375a92)Documentation
- deprecate
jsx-indent
(#741) (ca23ce1)- fix comment example (#759) (c841bb6)
- fix eslint error (#775) (f2866f9)
- fix eslint error tip does not display (#792) (b09756d)
- incorrect error tip should display (#747) (7e06b81)
- typo (#723) (b6ed751)
Chores
comma-dangle
(#716) (7e55b16)- merge
brace-style
(#715) (5769933)- merge
indent
(#713) (a57c2bb)- merge
key-spacing
(#734) (99c0873)- merge
keyword-spacing
(#732) (0018519)- merge
lines-between-class-members
(#730) (9f4bda0)- merge
no-extra-parens
(#711) (d6809c9)- merge
no-extra-semi
(#731) (880814e)- merge
object-property-newline
(#719) (d49ef91)- merge
quote-props
(#729) (e5b09a5)- merge
quotes
(#720) (9284830)
... (truncated)
Changelog
Sourced from @stylistic/eslint-plugin
's changelog.
4.4.0 (2025-05-24)
Features
4.3.0 (2025-05-24)
Features
- configs: add new severity option for all rules (#733) (#736) (c553a9c)
- jsx-sort-props: support custom reservedFirst and reservedLast (#744) (fb17e96)
Bug Fixes
- eslint-plugin: only export interfaces in index (#763) (93a4eb1)
- handle new AST change on
TSImportType
(8f31461)- indent: handle
ChainExpression
andAwaitExpression
whenoffsetTernaryExpressionsOffsetCallExpressions
(#751) (a1af663)- indent: wrong PropertyDefinition value offset when ts type have multiple line (#774) (140e18f)
- no-extra-parens: do not break specific
ReturnStatement
(#738) (a375a92)Documentation
- deprecate
jsx-indent
(#741) (ca23ce1)- fix comment example (#759) (c841bb6)
- fix eslint error (#775) (f2866f9)
- fix eslint error tip does not display (#792) (b09756d)
- incorrect error tip should display (#747) (7e06b81)
- typo (#723) (b6ed751)
Chores
comma-dangle
(#716) (7e55b16)- merge
brace-style
(#715) (5769933)- merge
indent
(#713) (a57c2bb)- merge
key-spacing
(#734) (99c0873)- merge
keyword-spacing
(#732) (0018519)- merge
lines-between-class-members
(#730) (9f4bda0)- merge
no-extra-parens
(#711) (d6809c9)- merge
no-extra-semi
(#731) (880814e)- merge
object-property-newline
(#719) (d49ef91)- merge
quote-props
(#729) (e5b09a5)- merge
quotes
(#720) (9284830)- merge
semi-spacing
(#727) (72856a8)- merge
semi
(#728) (85eeaa1)
... (truncated)
Commits
e2a7a93
chore: release v4.4.0 (main) (#795)56dcd55
chore: release v4.3.0 (main) (#721)437362f
In rule line-comment-position README move incorrect examples at first positio...a375a92
fix(no-extra-parens): do not break specificReturnStatement
(#738)140e18f
fix(indent): wrong PropertyDefinition value offset when ts type have multiple...fb17e96
feat(jsx-sort-props): support custom reservedFirst and reservedLast (#744)93a4eb1
fix(eslint-plugin): only export interfaces in index (#763)8f31461
fix: handle new AST change onTSImportType
0018519
refactor: mergekeyword-spacing
(#732)3de2b67
chore: update deps- Additional commits viewable in compare view
Updates @stylistic/eslint-plugin-js
from 4.2.0 to 4.4.0
Release notes
Sourced from @stylistic/eslint-plugin-js
's releases.
v4.4.0
4.4.0 (2025-05-24)
Features
v4.3.0
4.3.0 (2025-05-24)
Features
- configs: add new severity option for all rules (#733) (#736) (c553a9c)
- jsx-sort-props: support custom reservedFirst and reservedLast (#744) (fb17e96)
Bug Fixes
- eslint-plugin: only export interfaces in index (#763) (93a4eb1)
- handle new AST change on
TSImportType
(8f31461)- indent: handle
ChainExpression
andAwaitExpression
whenoffsetTernaryExpressionsOffsetCallExpressions
(#751) (a1af663)- indent: wrong PropertyDefinition value offset when ts type have multiple line (#774) (140e18f)
- no-extra-parens: do not break specific
ReturnStatement
(#738) (a375a92)Documentation
- deprecate
jsx-indent
(#741) (ca23ce1)- fix comment example (#759) (c841bb6)
- fix eslint error (#775) (f2866f9)
- fix eslint error tip does not display (#792) (b09756d)
- incorrect error tip should display (#747) (7e06b81)
- typo (#723) (b6ed751)
Chores
comma-dangle
(#716) (7e55b16)- merge
brace-style
(#715) (5769933)- merge
indent
(#713) (a57c2bb)- merge
key-spacing
(#734) (99c0873)- merge
keyword-spacing
(#732) (0018519)- merge
lines-between-class-members
(#730) (9f4bda0)- merge
no-extra-parens
(#711) (d6809c9)- merge
no-extra-semi
(#731) (880814e)- merge
object-property-newline
(#719) (d49ef91)- merge
quote-props
(#729) (e5b09a5)- merge
quotes
(#720) (9284830)
... (truncated)
Changelog
Sourced from @stylistic/eslint-plugin-js
's changelog.
4.4.0 (2025-05-24)
Features
4.3.0 (2025-05-24)
Features
- configs: add new severity option for all rules (#733) (#736) (c553a9c)
- jsx-sort-props: support custom reservedFirst and reservedLast (#744) (fb17e96)
Bug Fixes
- eslint-plugin: only export interfaces in index (#763) (93a4eb1)
- handle new AST change on
TSImportType
(8f31461)- indent: handle
ChainExpression
andAwaitExpression
whenoffsetTernaryExpressionsOffsetCallExpressions
(#751) (a1af663)- indent: wrong PropertyDefinition value offset when ts type have multiple line (#774) (140e18f)
- no-extra-parens: do not break specific
ReturnStatement
(#738) (a375a92)Documentation
- deprecate
jsx-indent
(#741) (ca23ce1)- fix comment example (#759) (c841bb6)
- fix eslint error (#775) (f2866f9)
- fix eslint error tip does not display (#792) (b09756d)
- incorrect error tip should display (#747) (7e06b81)
- typo (#723) (b6ed751)
Chores
comma-dangle
(#716) (7e55b16)- merge
brace-style
(#715) (5769933)- merge
indent
(#713) (a57c2bb)- merge
key-spacing
(#734) (99c0873)- merge
keyword-spacing
(#732) (0018519)- merge
lines-between-class-members
(#730) (9f4bda0)- merge
no-extra-parens
(#711) (d6809c9)- merge
no-extra-semi
(#731) (880814e)- merge
object-property-newline
(#719) (d49ef91)- merge
quote-props
(#729) (e5b09a5)- merge
quotes
(#720) (9284830)- merge
semi-spacing
(#727) (72856a8)- merge
semi
(#728) (85eeaa1)
... (truncated)
Commits
Updates @stylistic/eslint-plugin-jsx
from 4.2.0 to 4.4.0
Release notes
Sourced from @stylistic/eslint-plugin-jsx
's releases.
v4.4.0
4.4.0 (2025-05-24)
Features
v4.3.0
4.3.0 (2025-05-24)
Features
- configs: add new severity option for all rules (#733) (#736) (c553a9c)
- jsx-sort-props: support custom reservedFirst and reservedLast (#744) (fb17e96)
Bug Fixes
- eslint-plugin: only export interfaces in index (#763) (93a4eb1)
- handle new AST change on
TSImportType
(8f31461)- indent: handle
ChainExpression
andAwaitExpression
whenoffsetTernaryExpressionsOffsetCallExpressions
(#751) (a1af663)- indent: wrong PropertyDefinition value offset when ts type have multiple line (#774) (140e18f)
- no-extra-parens: do not break specific
ReturnStatement
(#738) (a375a92)Documentation
- deprecate
jsx-indent
(#741) (ca23ce1)- fix comment example (#759) (c841bb6)
- fix eslint error (#775) (f2866f9)
- fix eslint error tip does not display (#792) (b09756d)
- incorrect error tip should display (#747) (7e06b81)
- typo (#723) (b6ed751)
Chores
comma-dangle
(#716) (7e55b16)- merge
brace-style
(#715) (5769933)- merge
indent
(#713) (a57c2bb)- merge
key-spacing
(#734) (99c0873)- merge
keyword-spacing
(#732) (0018519)- merge
lines-between-class-members
(#730) (9f4bda0)- merge
no-extra-parens
(#711) (d6809c9)- merge
no-extra-semi
(#731) (880814e)- merge
object-property-newline
(#719) (d49ef91)- merge
quote-props
(#729) (e5b09a5)- merge
quotes
(#720) (9284830)
... (truncated)
Changelog
Sourced from @stylistic/eslint-plugin-jsx
's changelog.
4.4.0 (2025-05-24)
Features
4.3.0 (2025-05-24)
Features
- configs: add new severity option for all rules (#733) (#736) (c553a9c)
- jsx-sort-props: support custom reservedFirst and reservedLast (#744) (fb17e96)
Bug Fixes
- eslint-plugin: only export interfaces in index (#763) (93a4eb1)
- handle new AST change on
TSImportType
(8f31461)- indent: handle
ChainExpression
andAwaitExpression
whenoffsetTernaryExpressionsOffsetCallExpressions
(#751) (a1af663)- indent: wrong PropertyDefinition value offset when ts type have multiple line (#774) (140e18f)
- no-extra-parens: do not break specific
ReturnStatement
(#738) (a375a92)Documentation
- deprecate
jsx-indent
(#741) (ca23ce1)- fix comment example (#759) (c841bb6)
- fix eslint error (#775) (f2866f9)
- fix eslint error tip does not display (#792) (b09756d)
- incorrect error tip should display (#747) (7e06b81)
- typo (#723) (b6ed751)
Chores
comma-dangle
(#716) (7e55b16)- merge
brace-style
(#715) (5769933)- merge
indent
(#713) (a57c2bb)- merge
key-spacing
(#734) (99c0873)- merge
keyword-spacing
(#732) (0018519)- merge
lines-between-class-members
(#730) (9f4bda0)- merge
no-extra-parens
(#711) (d6809c9)- merge
no-extra-semi
(#731) (880814e)- merge
object-property-newline
(#719) (d49ef91)- merge
quote-props
(#729) (e5b09a5)- merge
quotes
(#720) (9284830)- merge
semi-spacing
(#727) (72856a8)- merge
semi
(#728) (85eeaa1)
... (truncated)
Commits
Updates @stylistic/eslint-plugin-plus
from 4.2.0 to 4.4.0
Release notes
Sourced from @stylistic/eslint-plugin-plus
's releases.
v4.4.0
4.4.0 (2025-05-24)
Features
v4.3.0
4.3.0 (2025-05-24)
Features
- configs: add new severity option for all rules (#733) (#736) (c553a9c)
- jsx-sort-props: support custom reservedFirst and reservedLast (#744) (fb17e96)
Bug Fixes
- eslint-plugin: only export interfaces in index (#763) (93a4eb1)
- handle new AST change on
TSImportType
(8f31461)- indent: handle
ChainExpression
andAwaitExpression
whenoffsetTernaryExpressionsOffsetCallExpressions
(#751) (a1af663)- indent: wrong PropertyDefinition value offset when ts type have multiple line (#774) (140e18f)
- no-extra-parens: do not break specific
ReturnStatement
(#738) (a375a92)Documentation
- deprecate
jsx-indent
(#741) (ca23ce1)- fix comment example (#759) (c841bb6)
- fix eslint error (#775) (f2866f9)
- fix eslint error tip does not display (#792) (b09756d)
- incorrect error tip should display (#747) (7e06b81)
- typo (#723) (b6ed751)
Chores
comma-dangle
(#716) (7e55b16)- merge
brace-style
(#715) (5769933)- merge
indent
(#713) (a57c2bb)- merge
key-spacing
(#734) (99c0873)- merge
keyword-spacing
(#732) (0018519)- merge
lines-between-class-members
(#730) (9f4bda0)- merge
no-extra-parens
(#711) (d6809c9)- merge
no-extra-semi
(#731) (880814e)- merge
object-property-newline
(#719) (d49ef91)- merge
quote-props
(#729) (e5b09a5)- merge
quotes
(#720) (9284830)
... (truncated)
Changelog
Sourced from @stylistic/eslint-plugin-plus
's changelog.
4.4.0 (2025-05-24)
Features
4.3.0 (2025-05-24)
Features
- configs: add new severity option for all rules (#733) (#736) (c553a9c)
- jsx-sort-props: support custom reservedFirst and reservedLast (#744) (fb17e96)
Bug Fixes
- eslint-plugin: only export interfaces in index (#763) (93a4eb1)
- handle new AST change on
TSImportType
(8f31461)- indent: handle
ChainExpression
andAwaitExpression
whenoffsetTernaryExpressionsOffsetCallExpressions
(#751) (a1af663)- indent: wrong PropertyDefinition value offset when ts type have multiple line (#774) (140e18f)
- no-extra-parens: do not break specific
ReturnStatement
(#738) (a375a92)Documentation
Pull Request Statistics
0
0
+0
-0
Package Dependencies
eslint-import-resolver-typescript
npm
4.3.5 → 4.4.0
Minor
@stylistic/eslint-plugin-js
npm
4.2.0 → 4.4.0
Minor
@stylistic/eslint-plugin-ts
npm
4.2.0 → 4.4.0
Minor
@stylistic/eslint-plugin-jsx
npm
4.2.0 → 4.4.0
Minor
@stylistic/eslint-plugin-plus
npm
4.2.0 → 4.4.0
Minor
Technical Details
ID: | 1120128 |
UUID: | 3089642382 |
Node ID: | PR_kwDOMzbQP86XjoJr |
Host: | GitHub |
Repository: | poad/github-rest-api-executor |