fix(deps): bump the minor-and-patch group across 1 directory with 11 updates
Type: Pull Request
State: Open
Association: Contributor
Comments: 0
(5 months ago)
(5 months ago)
dependencies
Bumps the minor-and-patch group with 11 updates in the / directory:
| Package | From | To |
|---|---|---|
| @typescript-eslint/utils | 8.26.1 |
8.33.0 |
| @commitlint/cli | 19.8.0 |
19.8.1 |
| @commitlint/config-conventional | 19.8.0 |
19.8.1 |
| @eslint/js | 9.22.0 |
9.28.0 |
| @types/estree | 1.0.6 |
1.0.7 |
| @typescript-eslint/parser | 8.27.0 |
8.33.0 |
| @typescript-eslint/rule-tester | 8.27.0 |
8.33.0 |
| semantic-release | 24.2.3 |
24.2.5 |
| ts-jest | 29.2.6 |
29.3.4 |
| typescript | 5.8.2 |
5.8.3 |
| typescript-eslint | 8.26.1 |
8.33.0 |
Updates @typescript-eslint/utils from 8.26.1 to 8.33.0
Release notes
Sourced from @typescript-eslint/utils's releases.
v8.33.0
8.33.0 (2025-05-26)
🚀 Features
- create standalone project-service, tsconfig-utils packages (#11182)
❤️ Thank You
- Josh Goldberg ✨
You can read about our versioning strategy and releases on our website.
v8.32.1
8.32.1 (2025-05-12)
🩹 Fixes
- eslint-plugin: [no-unnecessary-type-conversion] shouldn't have fixable property (#11194)
- eslint-plugin: [no-deprecated] support computed member access (#10867)
- eslint-plugin: [consistent-indexed-object-style] adjust auto-fixer to generate valid syntax for
TSMappedTypewith no type annotation (#11180)- eslint-plugin: [consistent-indexed-object-style] check for indirect circular types in aliased mapped types (#11177)
❤️ Thank You
- Azat S.
@azat-io- Dima Barabash
@dbarabashh- Ronen Amiel
You can read about our versioning strategy and releases on our website.
v8.32.0
8.32.0 (2025-05-05)
🚀 Features
- eslint-plugin: [no-unnecessary-type-conversion] add rule (#10182)
- eslint-plugin: [only-throw-error] add option
allowRethrowing(#11075)🩹 Fixes
- deps: update dependency typedoc to ^0.28.0 (1fef33521)
- eslint-plugin: [no-unnecessary-type-parameters] should parenthesize type in suggestion fixer if necessary (#10907)
- eslint-plugin: [unified-signatures] exempt
thisfrom optional parameter overload check (#11005)- eslint-plugin: [prefer-nullish-coalescing] fix parenthesization bug in suggestion (#11098)
- typescript-estree: ensure consistent TSMappedType AST shape (#11086)
- typescript-estree: correct
TSImportTypeproperty name whenassert(#11115)❤️ Thank You
... (truncated)
Changelog
Sourced from @typescript-eslint/utils's changelog.
8.33.0 (2025-05-26)
This was a version bump only for utils to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
8.32.1 (2025-05-12)
This was a version bump only for utils to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
8.32.0 (2025-05-05)
This was a version bump only for utils to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
8.31.1 (2025-04-28)
This was a version bump only for utils to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
8.31.0 (2025-04-21)
This was a version bump only for utils to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
8.30.1 (2025-04-14)
This was a version bump only for utils to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
8.30.0 (2025-04-14)
This was a version bump only for utils to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
8.29.1 (2025-04-07)
This was a version bump only for utils to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
8.29.0 (2025-03-31)
... (truncated)
Commits
dca57b3chore(release): publish 8.33.0f9e0eb9chore: clean up nx and other config (#11226)1c0e1aechore: update some package scripts and dependency config (#10765)220c38cchore: updateeslint-plugin-perfectionisttov4(#11185)af077a0chore(release): publish 8.32.1b2be3dcchore: simplifytsconfigsetup usingconfigDir(#11136)aeb7402chore(ast-spec): finish migrating tovitest(#11126)819a03fchore(release): publish 8.32.0f0847c8chore(deps): update dependency@eslint-community/eslint-utilsto v4.7.0 (#10966)172ab8achore(eslint-plugin): resolve remaining issues fromvitestmigration (#11100)- Additional commits viewable in compare view
Updates @commitlint/cli from 19.8.0 to 19.8.1
Release notes
Sourced from @commitlint/cli's releases.
v19.8.1
19.8.1 (2025-05-08)
Performance Improvements
- perf(rules): optimize header-trim by
@felipecrsin conventional-changelog/commitlint#4363Docs
- docs(config-workspace-scopes): incorrect package name title by
@JounQinin conventional-changelog/commitlint#4323- docs: changed
husky inittohusky installby@Stautvisin conventional-changelog/commitlint#4356- docs: adjust package managers CLI instructions for both Win and Unix based systems (#4381) by
@juliolmullerin conventional-changelog/commitlint#4382- docs: add CLI instruction for Bun package manager (#4380) by
@juliolmullerin conventional-changelog/commitlint#4383CI
- ci: pin github actions to commit-hash by
@Fdawgsin conventional-changelog/commitlint#4343New Contributors
@Stautvismade their first contribution in conventional-changelog/commitlint#4356@felipecrsmade their first contribution in conventional-changelog/commitlint#4363@juliolmullermade their first contribution in conventional-changelog/commitlint#4382Full Changelog: https://github.com/conventional-changelog/commitlint/compare/v19.8.0...v19.8.1
Commits
Updates @commitlint/config-conventional from 19.8.0 to 19.8.1
Release notes
Sourced from @commitlint/config-conventional's releases.
v19.8.1
19.8.1 (2025-05-08)
Performance Improvements
- perf(rules): optimize header-trim by
@felipecrsin conventional-changelog/commitlint#4363Docs
- docs(config-workspace-scopes): incorrect package name title by
@JounQinin conventional-changelog/commitlint#4323- docs: changed
husky inittohusky installby@Stautvisin conventional-changelog/commitlint#4356- docs: adjust package managers CLI instructions for both Win and Unix based systems (#4381) by
@juliolmullerin conventional-changelog/commitlint#4382- docs: add CLI instruction for Bun package manager (#4380) by
@juliolmullerin conventional-changelog/commitlint#4383CI
- ci: pin github actions to commit-hash by
@Fdawgsin conventional-changelog/commitlint#4343New Contributors
@Stautvismade their first contribution in conventional-changelog/commitlint#4356@felipecrsmade their first contribution in conventional-changelog/commitlint#4363@juliolmullermade their first contribution in conventional-changelog/commitlint#4382Full Changelog: https://github.com/conventional-changelog/commitlint/compare/v19.8.0...v19.8.1
Changelog
Sourced from @commitlint/config-conventional's changelog.
19.8.1 (2025-05-08)
Note: Version bump only for package
@commitlint/config-conventional
Commits
Updates @eslint/js from 9.22.0 to 9.28.0
Release notes
Sourced from @eslint/js's releases.
v9.28.0
Features
b0674befeat: Customization of serialization for languageOptions (#19760) (Nicholas C. Zakas)a95721ffeat: Add--pass-on-unpruned-suppressionsCLI option (#19773) (Milos Djermanovic)bfd0e7afeat: support TypeScript syntax inno-use-before-define(#19566) (Tanuj Kanti)68c61c0feat: support TS syntax inno-shadow(#19565) (Nitin Kumar)0f773effeat: support TS syntax inno-magic-numbers(#19561) (Nitin Kumar)c4a6b60feat: add allowTypeAnnotation to func-style (#19754) (sethamus)b03ad17feat: add TypeScript support toprefer-arrow-callback(#19678) (Tanuj Kanti)bc3c331feat: ignore overloaded function declarations in func-style rule (#19755) (sethamus)Bug Fixes
eea3e7efix: Remove configured global variables fromGlobalScope#implicit(#19779) (Milos Djermanovic)a467de3fix: update context.report types (#19751) (Nitin Kumar)fd467bbfix: remove interopDefault to use jiti's default (#19697) (sethamus)72d16e3fix: avoid false positive inno-unassigned-varsfor declare module (#19746) (Azat S.)81c3c93fix: curly types (#19750) (Eli)Documentation
3ec2082docs: Nested arrays in files config entry (#19799) (Nicholas C. Zakas)89a65b0docs: clarify how config arrays can apply to subsets of files (#19788) (Shais Ch)2ba8a0ddocs: Add description of meta.namespace to plugin docs (#19798) (Nicholas C. Zakas)59dd7e6docs: updatefunc-stylewith examples (#19793) (Tanuj Kanti)e9129e0docs: add global scope'simplicitfield to Scope Manager docs (#19770) (Milos Djermanovic)52f5b7adocs: fix minor typos and add links (#19743) (루밀LuMir)00716a3docs: upfront recommend against using the no-return-await rule (#19727) (Mike DiDomizio)Chores
175b7b8chore: upgrade to@eslint/js@9.28.0(#19802) (Francesco Trotta)844f5a6chore: package.json update for@eslint/jsrelease (Jenkins)62b1c1bchore: update globals to v16 (#19791) (Nitin Kumar)e8a1cb8chore: ignore jiti-v2.0 & jiti-v2.1 for renovate (#19786) (Nitin Kumar)43d3975chore: Add Copilot Instructions file (#19753) (Nicholas C. Zakas)2dfb5ebtest: updateSourceCodeTraversertests (#19763) (Milos Djermanovic)5bc21f9chore: add*.code-workspaceto.gitignore(#19771) (루밀LuMir)f4fa40erefactor: NodeEventGenerator -> SourceCodeTraverser (#19679) (Nicholas C. Zakas)0f49329refactor: use a service to emit warnings (#19725) (Francesco Trotta)20a9e59chore: update dependency shelljs to ^0.10.0 (#19740) (renovate[bot])v9.27.0
Features
d71e37ffeat: Allow flags to be set in ESLINT_FLAGS env variable (#19717) (Nicholas C. Zakas)ba456e0feat: Externalize MCP server (#19699) (Nicholas C. Zakas)07c1a7efeat: addallowRegexCharacterstono-useless-escape(#19705) (sethamus)7bc6c71feat: add no-unassigned-vars rule (#19618) (Jacob Bandes-Storch)ee40364feat: convert no-array-constructor suggestions to autofixes (#19621) (sethamus)32957cdfeat: support TS syntax inmax-params(#19557) (Nitin Kumar)Bug Fixes
... (truncated)
Changelog
Sourced from @eslint/js's changelog.
v9.28.0 - May 30, 2025
175b7b8chore: upgrade to@eslint/js@9.28.0(#19802) (Francesco Trotta)844f5a6chore: package.json update for@eslint/jsrelease (Jenkins)b0674befeat: Customization of serialization for languageOptions (#19760) (Nicholas C. Zakas)3ec2082docs: Nested arrays in files config entry (#19799) (Nicholas C. Zakas)89a65b0docs: clarify how config arrays can apply to subsets of files (#19788) (Shais Ch)2ba8a0ddocs: Add description of meta.namespace to plugin docs (#19798) (Nicholas C. Zakas)eea3e7efix: Remove configured global variables fromGlobalScope#implicit(#19779) (Milos Djermanovic)a95721ffeat: Add--pass-on-unpruned-suppressionsCLI option (#19773) (Milos Djermanovic)a467de3fix: update context.report types (#19751) (Nitin Kumar)59dd7e6docs: updatefunc-stylewith examples (#19793) (Tanuj Kanti)62b1c1bchore: update globals to v16 (#19791) (Nitin Kumar)bfd0e7afeat: support TypeScript syntax inno-use-before-define(#19566) (Tanuj Kanti)68c61c0feat: support TS syntax inno-shadow(#19565) (Nitin Kumar)e8a1cb8chore: ignore jiti-v2.0 & jiti-v2.1 for renovate (#19786) (Nitin Kumar)0f773effeat: support TS syntax inno-magic-numbers(#19561) (Nitin Kumar)43d3975chore: Add Copilot Instructions file (#19753) (Nicholas C. Zakas)c4a6b60feat: add allowTypeAnnotation to func-style (#19754) (sethamus)fd467bbfix: remove interopDefault to use jiti's default (#19697) (sethamus)2dfb5ebtest: updateSourceCodeTraversertests (#19763) (Milos Djermanovic)b03ad17feat: add TypeScript support toprefer-arrow-callback(#19678) (Tanuj Kanti)e9129e0docs: add global scope'simplicitfield to Scope Manager docs (#19770) (Milos Djermanovic)bc3c331feat: ignore overloaded function declarations in func-style rule (#19755) (sethamus)5bc21f9chore: add*.code-workspaceto.gitignore(#19771) (루밀LuMir)72d16e3fix: avoid false positive inno-unassigned-varsfor declare module (#19746) (Azat S.)f4fa40erefactor: NodeEventGenerator -> SourceCodeTraverser (#19679) (Nicholas C. Zakas)81c3c93fix: curly types (#19750) (Eli)52f5b7adocs: fix minor typos and add links (#19743) (루밀LuMir)0f49329refactor: use a service to emit warnings (#19725) (Francesco Trotta)20a9e59chore: update dependency shelljs to ^0.10.0 (#19740) (renovate[bot])00716a3docs: upfront recommend against using the no-return-await rule (#19727) (Mike DiDomizio)v9.27.0 - May 16, 2025
f8f1560chore: upgrade@eslint/js@9.27.0 (#19739) (Milos Djermanovic)ecaef73chore: package.json update for@eslint/jsrelease (Jenkins)25de550docs: Update description of frozen rules to mention TypeScript (#19736) (Nicholas C. Zakas)bd5def6docs: Clean up configuration files docs (#19735) (Nicholas C. Zakas)d71e37ffeat: Allow flags to be set in ESLINT_FLAGS env variable (#19717) (Nicholas C. Zakas)5687ce7fix: correct mismatched removed rules (#19734) (루밀LuMir)596fdc6chore: update dependency@arethetypeswrong/clito ^0.18.0 (#19732) (renovate[bot])ba456e0feat: Externalize MCP server (#19699) (Nicholas C. Zakas)dc5ed33fix: correct types and tighten type definitions inSourceCodeclass (#19731) (루밀LuMir)4d0c60ddocs: Add Neovim to editor integrations (#19729) (Maria José Solano)f791da0chore: remove unbalanced curly brace from.editorconfig(#19730) (Maria José Solano)e86edeerefactor: Consolidate Config helpers (#19675) (Nicholas C. Zakas)07c1a7efeat: addallowRegexCharacterstono-useless-escape(#19705) (sethamus)cf36352chore: remove shared types (#19718) (Francesco Trotta)f60f276refactor: Easier RuleContext creation (#19709) (Nicholas C. Zakas)
... (truncated)
Commits
844f5a6chore: package.json update for@eslint/jsreleaseecaef73chore: package.json update for@eslint/jsrelease7bc6c71feat: add no-unassigned-vars rule (#19618)35304ddchore: add missingfundingfield to packages (#19684)d6fa4acchore: package.json update for@eslint/jsreleaseaddd0a6docs: fix formatting of unordered lists in Markdown (#19660)771317fchore: package.json update for@eslint/jsrelease345288dchore: package.json update for@eslint/jsrelease4946847chore: package.json update for@eslint/jsrelease20591c4chore: package.json update for@eslint/jsrelease- Additional commits viewable in compare view
Updates @types/estree from 1.0.6 to 1.0.7
Commits
- See full diff in compare view
Updates @typescript-eslint/parser from 8.27.0 to 8.33.0
Release notes
Sourced from @typescript-eslint/parser's releases.
v8.33.0
8.33.0 (2025-05-26)
🚀 Features
- create standalone project-service, tsconfig-utils packages (#11182)
❤️ Thank You
- Josh Goldberg ✨
You can read about our versioning strategy and releases on our website.
v8.32.1
8.32.1 (2025-05-12)
🩹 Fixes
- eslint-plugin: [no-unnecessary-type-conversion] shouldn't have fixable property (#11194)
- eslint-plugin: [no-deprecated] support computed member access (#10867)
- eslint-plugin: [consistent-indexed-object-style] adjust auto-fixer to generate valid syntax for
TSMappedTypewith no type annotation (#11180)- eslint-plugin: [consistent-indexed-object-style] check for indirect circular types in aliased mapped types (#11177)
❤️ Thank You
- Azat S.
@azat-io- Dima Barabash
@dbarabashh- Ronen Amiel
You can read about our versioning strategy and releases on our website.
v8.32.0
8.32.0 (2025-05-05)
🚀 Features
- eslint-plugin: [no-unnecessary-type-conversion] add rule (#10182)
- eslint-plugin: [only-throw-error] add option
allowRethrowing(#11075)🩹 Fixes
- deps: update dependency typedoc to ^0.28.0 (1fef33521)
- eslint-plugin: [no-unnecessary-type-parameters] should parenthesize type in suggestion fixer if necessary (#10907)
- eslint-plugin: [unified-signatures] exempt
thisfrom optional parameter overload check (#11005)- eslint-plugin: [prefer-nullish-coalescing] fix parenthesization bug in suggestion (#11098)
- typescript-estree: ensure consistent TSMappedType AST shape (#11086)
- typescript-estree: correct
TSImportTypeproperty name whenassert(#11115)❤️ Thank You
... (truncated)
Changelog
Sourced from @typescript-eslint/parser's changelog.
8.33.0 (2025-05-26)
This was a version bump only for parser to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
8.32.1 (2025-05-12)
This was a version bump only for parser to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
8.32.0 (2025-05-05)
This was a version bump only for parser to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
8.31.1 (2025-04-28)
This was a version bump only for parser to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
8.31.0 (2025-04-21)
This was a version bump only for parser to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
8.30.1 (2025-04-14)
This was a version bump only for parser to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
8.30.0 (2025-04-14)
This was a version bump only for parser to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
8.29.1 (2025-04-07)
This was a version bump only for parser to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
8.29.0 (2025-03-31)
... (truncated)
Commits
dca57b3chore(release): publish 8.33.0f9e0eb9chore: clean up nx and other config (#11226)1c0e1aechore: update some package scripts and dependency config (#10765)48a9835chore(parser): finish migrating tovitest(#11191)af077a0chore(release): publish 8.32.1b2be3dcchore: simplifytsconfigsetup usingconfigDir(#11136)aeb7402chore(ast-spec): finish migrating tovitest(#11126)819a03fchore(release): publish 8.32.0172ab8achore(eslint-plugin): resolve remaining issues fromvitestmigration (#11100)a9c9251chore: revertvitestrelated changes intsconfigfiles (#11124)- Additional commits viewable in compare view
Updates @typescript-eslint/rule-tester from 8.27.0 to 8.33.0
Release notes
Sourced from @typescript-eslint/rule-tester's releases.
v8.33.0
8.33.0 (2025-05-26)
🚀 Features
- create standalone project-service, tsconfig-utils packages (#11182)
❤️ Thank You
- Josh Goldberg ✨
You can read about our versioning strategy and releases on our website.
v8.32.1
8.32.1 (2025-05-12)
🩹 Fixes
- eslint-plugin: [no-unnecessary-type-conversion] shouldn't have fixable property (#11194)
- eslint-plugin: [no-deprecated] support computed member access (#10867)
- eslint-plugin: [consistent-indexed-object-style] adjust auto-fixer to generate valid syntax for
TSMappedTypewith no type annotation (#11180)- eslint-plugin: [consistent-indexed-object-style] check for indirect circular types in aliased mapped types (#11177)
❤️ Thank You
- Azat S.
@azat-io- Dima Barabash
@dbarabashh- Ronen Amiel
You can read about our versioning strategy and releases on our website.
v8.32.0
8.32.0 (2025-05-05)
🚀 Features
- eslint-plugin: [no-unnecessary-type-conversion] add rule (#10182)
- eslint-plugin: [only-throw-error] add option
allowRethrowing(#11075)🩹 Fixes
- deps: update dependency typedoc to ^0.28.0 (1fef33521)
- eslint-plugin: [no-unnecessary-type-parameters] should parenthesize type in suggestion fixer if necessary (#10907)
- eslint-plugin: [unified-signatures] exempt
thisfrom optional parameter overload check (#11005)- eslint-plugin: [prefer-nullish-coalescing] fix parenthesization bug in suggestion (#11098)
- typescript-estree: ensure consistent TSMappedType AST shape (#11086)
- typescript-estree: correct
TSImportTypeproperty name whenassert(#11115)❤️ Thank You
... (truncated)
Changelog
Sourced from @typescript-eslint/rule-tester's changelog.
8.33.0 (2025-05-26)
This was a version bump only for rule-tester to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
8.32.1 (2025-05-12)
This was a version bump only for rule-tester to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
8.32.0 (2025-05-05)
This was a version bump only for rule-tester to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
8.31.1 (2025-04-28)
This was a version bump only for rule-tester to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
8.31.0 (2025-04-21)
This was a version bump only for rule-tester to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
8.30.1 (2025-04-14)
This was a version bump only for rule-tester to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
8.30.0 (2025-04-14)
This was a version bump only for rule-tester to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
8.29.1 (2025-...
Description has been truncated
Pull Request Statistics
1
2
+341
-666
Package Dependencies
@typescript-eslint/parser
npm
8.27.0 → 8.33.0
Minor
@commitlint/config-conventional
npm
19.8.0 → 19.8.1
Patch
@typescript-eslint/rule-tester
npm
8.27.0 → 8.33.0
Minor
Technical Details
| ID: | 791264 |
| UUID: | 2557913726 |
| Node ID: | PR_kwDOLzzWos6Ydqp- |
| Host: | GitHub |
| Repository: | salesforce/eslint-plugin-lwc-mobile |
| Merge State: | Unknown |