Bump the packages group with 8 updates
Type: Pull Request
State: Closed
Association: Unknown
Comments: 1
(29 days ago)
(29 days ago)
(29 days ago)
dependencies javascript
poad
Bumps the packages group with 8 updates:
| Package | From | To |
|---|---|---|
| @stylistic/eslint-plugin | 5.7.1 |
5.8.0 |
| pnpm | 10.29.1 |
10.29.2 |
| typescript-eslint | 8.54.0 |
8.55.0 |
| @typescript-eslint/eslint-plugin | 8.54.0 |
8.55.0 |
| @typescript-eslint/parser | 8.54.0 |
8.55.0 |
| @typescript-eslint/type-utils | 8.54.0 |
8.55.0 |
| @typescript-eslint/utils | 8.54.0 |
8.55.0 |
| @typescript-eslint/visitor-keys | 8.54.0 |
8.55.0 |
Updates @stylistic/eslint-plugin from 5.7.1 to 5.8.0
Release notes
Sourced from @stylistic/eslint-plugin's releases.
v5.8.0
5.8.0 (2026-02-09)
Features
- list-style: support if statement (#1119) (23b25ab)
- new rule
jsx-props-style(#1118) (dc9cc1b)- space-unary-ops: allow override
ts-non-null(#1120) (faca500)- upgrade deps (#1122) (773da95)
Bug Fixes
Changelog
Sourced from @stylistic/eslint-plugin's changelog.
5.8.0 (2026-02-09)
Features
- list-style: support if statement (#1119) (23b25ab)
- new rule
jsx-props-style(#1118) (dc9cc1b)- space-unary-ops: allow override
ts-non-null(#1120) (faca500)- upgrade deps (#1122) (773da95)
Bug Fixes
Commits
55f7d11chore: release v5.8.0 (main) (#1116)773da95feat: upgrade deps (#1122)dc9cc1bfeat: new rulejsx-props-style(#1118)faca500feat(space-unary-ops): allow overridets-non-null(#1120)23b25abfeat(list-style): support if statement (#1119)2090a72fix(list-style): correctly get(for optional call expressions (#1114)- See full diff in compare view
Updates pnpm from 10.29.1 to 10.29.2
Release notes
Sourced from pnpm's releases.
pnpm 10.29.2
Patch Changes
- Reverted a fix shipped in v10.29.1, which caused another issue #10571. Reverted fix: Fixed pnpm run -r failing with "No projects matched the filters" when an empty pnpm-workspace.yaml exists #10497.
Platinum Sponsors
Gold Sponsors
... (truncated)
Commits
ea870c7chore(release): 10.29.2595cd41revert: "fix: allow pnpm run -r to work with empty pnpm-workspace.yaml (#10578)- See full diff in compare view
Updates typescript-eslint from 8.54.0 to 8.55.0
Release notes
Sourced from typescript-eslint's releases.
v8.55.0
8.55.0 (2026-02-09)
🚀 Features
- utils: deprecate defaultOptions in favor of meta.defaultOptions (#11992)
🩹 Fixes
- eslint-plugin: [no-unused-vars] remove trailing newline when removing entire import (#11990)
- eslint-plugin: [no-useless-default-assignment] require strictNullChecks (#11966, #12000)
- eslint-plugin: [no-useless-default-assignment] report unnecessary defaults in ternary expressions (#11984)
- eslint-plugin: [no-useless-default-assignment] reduce param index to ts this handling (#11949)
- typescript-estree: forbid invalid modifier in object expression (#11931)
❤️ Thank You
- Christian Rose
@chrros95- fisker Cheung
@fisker- Josh Goldberg
- Maria Solano
@MariaSolOs- Minyeong Kim
@minyeong981- SungHyun627
@SungHyun627- Yukihiro Hasegawa
@y-hsgwSee GitHub Releases for more information.
You can read about our versioning strategy and releases on our website.
Changelog
Sourced from typescript-eslint's changelog.
8.55.0 (2026-02-09)
This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.
See GitHub Releases for more information.
You can read about our versioning strategy and releases on our website.
Commits
Updates @typescript-eslint/eslint-plugin from 8.54.0 to 8.55.0
Release notes
Sourced from @typescript-eslint/eslint-plugin's releases.
v8.55.0
8.55.0 (2026-02-09)
🚀 Features
- utils: deprecate defaultOptions in favor of meta.defaultOptions (#11992)
🩹 Fixes
- eslint-plugin: [no-unused-vars] remove trailing newline when removing entire import (#11990)
- eslint-plugin: [no-useless-default-assignment] require strictNullChecks (#11966, #12000)
- eslint-plugin: [no-useless-default-assignment] report unnecessary defaults in ternary expressions (#11984)
- eslint-plugin: [no-useless-default-assignment] reduce param index to ts this handling (#11949)
- typescript-estree: forbid invalid modifier in object expression (#11931)
❤️ Thank You
- Christian Rose
@chrros95- fisker Cheung
@fisker- Josh Goldberg
- Maria Solano
@MariaSolOs- Minyeong Kim
@minyeong981- SungHyun627
@SungHyun627- Yukihiro Hasegawa
@y-hsgwSee GitHub Releases for more information.
You can read about our versioning strategy and releases on our website.
Changelog
Sourced from @typescript-eslint/eslint-plugin's changelog.
8.55.0 (2026-02-09)
🚀 Features
- utils: deprecate defaultOptions in favor of meta.defaultOptions (#11992)
🩹 Fixes
- eslint-plugin: [no-useless-default-assignment] reduce param index to ts this handling (#11949)
- eslint-plugin: [no-useless-default-assignment] report unnecessary defaults in ternary expressions (#11984)
- eslint-plugin: [no-useless-default-assignment] require strictNullChecks (#11966, #12000)
- eslint-plugin: [no-unused-vars] remove trailing newline when removing entire import (#11990)
❤️ Thank You
- Christian Rose
@chrros95- Josh Goldberg
- Maria Solano
@MariaSolOs- Minyeong Kim
@minyeong981- SungHyun627
@SungHyun627- Yukihiro Hasegawa
@y-hsgwSee GitHub Releases for more information.
You can read about our versioning strategy and releases on our website.
Commits
fedfe86chore(release): publish 8.55.08a95834fix(eslint-plugin): [no-useless-default-assignment] reduce param index to ts ...4ba1e72fix(eslint-plugin): [no-useless-default-assignment] report unnecessary defaul...a1f8617feat(utils): deprecate defaultOptions in favor of meta.defaultOptions (#11992)3f0ce54fix(eslint-plugin): [no-useless-default-assignment] require strictNullChecks ...3df0002fix(eslint-plugin): [no-unused-vars] remove trailing newline when removing en...b931f8cchore: use workspace refs for workspace deps (#12018)1f17a79chore: migrate to pnpm (#11248)- See full diff in compare view
Updates @typescript-eslint/parser from 8.54.0 to 8.55.0
Release notes
Sourced from @typescript-eslint/parser's releases.
v8.55.0
8.55.0 (2026-02-09)
🚀 Features
- utils: deprecate defaultOptions in favor of meta.defaultOptions (#11992)
🩹 Fixes
- eslint-plugin: [no-unused-vars] remove trailing newline when removing entire import (#11990)
- eslint-plugin: [no-useless-default-assignment] require strictNullChecks (#11966, #12000)
- eslint-plugin: [no-useless-default-assignment] report unnecessary defaults in ternary expressions (#11984)
- eslint-plugin: [no-useless-default-assignment] reduce param index to ts this handling (#11949)
- typescript-estree: forbid invalid modifier in object expression (#11931)
❤️ Thank You
- Christian Rose
@chrros95- fisker Cheung
@fisker- Josh Goldberg
- Maria Solano
@MariaSolOs- Minyeong Kim
@minyeong981- SungHyun627
@SungHyun627- Yukihiro Hasegawa
@y-hsgwSee GitHub Releases for more information.
You can read about our versioning strategy and releases on our website.
Changelog
Sourced from @typescript-eslint/parser's changelog.
8.55.0 (2026-02-09)
This was a version bump only for parser to align it with other projects, there were no code changes.
See GitHub Releases for more information.
You can read about our versioning strategy and releases on our website.
Commits
Updates @typescript-eslint/type-utils from 8.54.0 to 8.55.0
Release notes
Sourced from @typescript-eslint/type-utils's releases.
v8.55.0
8.55.0 (2026-02-09)
🚀 Features
- utils: deprecate defaultOptions in favor of meta.defaultOptions (#11992)
🩹 Fixes
- eslint-plugin: [no-unused-vars] remove trailing newline when removing entire import (#11990)
- eslint-plugin: [no-useless-default-assignment] require strictNullChecks (#11966, #12000)
- eslint-plugin: [no-useless-default-assignment] report unnecessary defaults in ternary expressions (#11984)
- eslint-plugin: [no-useless-default-assignment] reduce param index to ts this handling (#11949)
- typescript-estree: forbid invalid modifier in object expression (#11931)
❤️ Thank You
- Christian Rose
@chrros95- fisker Cheung
@fisker- Josh Goldberg
- Maria Solano
@MariaSolOs- Minyeong Kim
@minyeong981- SungHyun627
@SungHyun627- Yukihiro Hasegawa
@y-hsgwSee GitHub Releases for more information.
You can read about our versioning strategy and releases on our website.
Changelog
Sourced from @typescript-eslint/type-utils's changelog.
8.55.0 (2026-02-09)
This was a version bump only for type-utils to align it with other projects, there were no code changes.
See GitHub Releases for more information.
You can read about our versioning strategy and releases on our website.
Commits
Updates @typescript-eslint/utils from 8.54.0 to 8.55.0
Release notes
Sourced from @typescript-eslint/utils's releases.
v8.55.0
8.55.0 (2026-02-09)
🚀 Features
- utils: deprecate defaultOptions in favor of meta.defaultOptions (#11992)
🩹 Fixes
- eslint-plugin: [no-unused-vars] remove trailing newline when removing entire import (#11990)
- eslint-plugin: [no-useless-default-assignment] require strictNullChecks (#11966, #12000)
- eslint-plugin: [no-useless-default-assignment] report unnecessary defaults in ternary expressions (#11984)
- eslint-plugin: [no-useless-default-assignment] reduce param index to ts this handling (#11949)
- typescript-estree: forbid invalid modifier in object expression (#11931)
❤️ Thank You
- Christian Rose
@chrros95- fisker Cheung
@fisker- Josh Goldberg
- Maria Solano
@MariaSolOs- Minyeong Kim
@minyeong981- SungHyun627
@SungHyun627- Yukihiro Hasegawa
@y-hsgwSee GitHub Releases for more information.
You can read about our versioning strategy and releases on our website.
Changelog
Sourced from @typescript-eslint/utils's changelog.
8.55.0 (2026-02-09)
🚀 Features
- utils: deprecate defaultOptions in favor of meta.defaultOptions (#11992)
❤️ Thank You
- Yukihiro Hasegawa
@y-hsgwSee GitHub Releases for more information.
You can read about our versioning strategy and releases on our website.
Commits
Updates @typescript-eslint/visitor-keys from 8.54.0 to 8.55.0
Release notes
Sourced from @typescript-eslint/visitor-keys's releases.
v8.55.0
8.55.0 (2026-02-09)
🚀 Features
- utils: deprecate defaultOptions in favor of meta.defaultOptions (#11992)
🩹 Fixes
- eslint-plugin: [no-unused-vars] remove trailing newline when removing entire import (#11990)
- eslint-plugin: [no-useless-default-assignment] require strictNullChecks (#11966, #12000)
- eslint-plugin: [no-useless-default-assignment] report unnecessary defaults in ternary expressions (#11984)
- eslint-plugin: [no-useless-default-assignment] reduce param index to ts this handling (#11949)
- typescript-estree: forbid invalid modifier in object expression (#11931)
❤️ Thank You
- Christian Rose
@chrros95- fisker Cheung
@fisker- Josh Goldberg
- Maria Solano
@MariaSolOs- Minyeong Kim
@minyeong981- SungHyun627
@SungHyun627- Yukihiro Hasegawa
@y-hsgwSee GitHub Releases for more information.
You can read about our versioning strategy and releases on our website.
Changelog
Sourced from @typescript-eslint/visitor-keys's changelog.
8.55.0 (2026-02-09)
This was a version bump only for visitor-keys to align it with other projects, there were no code changes.
See GitHub Releases for more information.
You can read about our versioning strategy and releases on our website.
Commits
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions
Package Dependencies
@typescript-eslint/parser
npm
8.54.0 → 8.55.0
Minor
@typescript-eslint/eslint-plugin
npm
8.54.0 → 8.55.0
Minor
@typescript-eslint/type-utils
npm
8.54.0 → 8.55.0
Minor
@typescript-eslint/visitor-keys
npm
8.54.0 → 8.55.0
Minor
Technical Details
| ID: | 13687925 |
| UUID: | 3918989633 |
| Node ID: | PR_kwDOMzbQP87Cnhvq |
| Host: | GitHub |
| Repository: | poad/github-rest-api-executor |