build(deps-dev): bump the dependencies group across 1 directory with 8 updates
Bumps the dependencies group with 8 updates in the / directory:
| Package | From | To |
|---|---|---|
| @types/node | 22.15.3 |
22.15.19 |
| @typescript-eslint/eslint-plugin | 8.31.1 |
8.32.1 |
| @typescript-eslint/parser | 8.31.1 |
8.32.1 |
| @vscode/test-web | 0.0.68 |
0.0.69 |
| @vscode/vsce | 3.3.2 |
3.4.1 |
| eslint-config-prettier | 10.1.2 |
10.1.5 |
| mocha | 11.1.0 |
11.4.0 |
| webpack | 5.99.7 |
5.99.8 |
Updates @types/node from 22.15.3 to 22.15.19
Commits
- See full diff in compare view
Updates @typescript-eslint/eslint-plugin from 8.31.1 to 8.32.1
Release notes
Sourced from @typescript-eslint/eslint-plugin's releases.
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
- Andy Edwards
- Dima Barabash
@dbarabashh- Kirk Waiblinger
@kirkwaiblinger- mdm317
- overlookmotel
- Sasha Kondrashov
- Yukihiro Hasegawa
@y-hsgwYou can read about our versioning strategy and releases on our website.
Changelog
Sourced from @typescript-eslint/eslint-plugin's changelog.
8.32.1 (2025-05-12)
🩹 Fixes
- eslint-plugin: [consistent-indexed-object-style] check for indirect circular types in aliased mapped types (#11177)
- eslint-plugin: [consistent-indexed-object-style] adjust auto-fixer to generate valid syntax for
TSMappedTypewith no type annotation (#11180)- eslint-plugin: [no-deprecated] support computed member access (#10867)
- eslint-plugin: [no-unnecessary-type-conversion] shouldn't have fixable property (#11194)
❤️ Thank You
- Azat S.
@azat-io- Dima Barabash
@dbarabashh- Ronen Amiel
You can read about our versioning strategy and releases on our website.
8.32.0 (2025-05-05)
🚀 Features
- eslint-plugin: [only-throw-error] add option
allowRethrowing(#11075)- eslint-plugin: [no-unnecessary-type-conversion] add rule (#10182)
🩹 Fixes
- eslint-plugin: [prefer-nullish-coalescing] fix parenthesization bug in suggestion (#11098)
- eslint-plugin: [unified-signatures] exempt
thisfrom optional parameter overload check (#11005)- eslint-plugin: [no-unnecessary-type-parameters] should parenthesize type in suggestion fixer if necessary (#10907)
❤️ Thank You
- Andy Edwards
- Kirk Waiblinger
@kirkwaiblinger- mdm317
- Sasha Kondrashov
- Yukihiro Hasegawa
@y-hsgwYou can read about our versioning strategy and releases on our website.
Commits
af077a0chore(release): publish 8.32.1f8db925fix(eslint-plugin): [consistent-indexed-object-style] check for indirect circ...98c5c4cfix(eslint-plugin): [consistent-indexed-object-style] adjust auto-fixer to ge...b2be3dcchore: simplifytsconfigsetup usingconfigDir(#11136)523b3eafix(eslint-plugin): [no-deprecated] support computed member access (#10867)0d822bddocs: useT[]instead of[T, ...T[]]in rule options (#11129)aeb7402chore(ast-spec): finish migrating tovitest(#11126)a89d5e3fix(eslint-plugin): [no-unnecessary-type-conversion] shouldn't have fixable p...7598496chore: remove now-stub@types/markedpackage0cee7cachore(deps): update dependency ignore to v7 (#11163)- Additional commits viewable in compare view
Updates @typescript-eslint/parser from 8.31.1 to 8.32.1
Release notes
Sourced from @typescript-eslint/parser's releases.
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
- Andy Edwards
- Dima Barabash
@dbarabashh- Kirk Waiblinger
@kirkwaiblinger- mdm317
- overlookmotel
- Sasha Kondrashov
- Yukihiro Hasegawa
@y-hsgwYou can read about our versioning strategy and releases on our website.
Changelog
Sourced from @typescript-eslint/parser's changelog.
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.
Commits
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)- See full diff in compare view
Updates @vscode/test-web from 0.0.68 to 0.0.69
Release notes
Sourced from @vscode/test-web's releases.
v0.0.69
Changes:
This list of changes was auto generated.
Commits
9a7e1e1prepare 0.0.69 (#159)aee4fd2Bump koa from 2.16.0 to 2.16.1 (#157)- See full diff in compare view
Updates @vscode/vsce from 3.3.2 to 3.4.1
Release notes
Sourced from @vscode/vsce's releases.
v3.4.1
Changes:
This list of changes was auto generated.
v3.4.1-1
Changes:
- #1149: Fix false positives in private key scanning
This list of changes was auto generated.
v3.4.1-0
Changes:
- #1148: Clarify unpublish command description
This list of changes was auto generated.
v3.4.0
Changes:
- #1145: Allow packaging .env and secrets using command line flags
- #1144: Scan for secrets and disallow .env files
- #1141: Add
language-model-toolstag for MCP extensions- #1138: Proper entry point validation
- #1137: Add 'mcp' tag support in TagsProcessor
- #1131: Remove deprecated SVG sources from TrustedSVGSources array
- #1127: Improve error message for Personal Access Token verification
This list of changes was auto generated.
v3.3.3-6
Changes:
- #1145: Allow packaging .env and secrets using command line flags
... (truncated)
Commits
5e2323fMerge pull request #1149 from microsoft/benibenj/latin-junglefowl649ca03To many false positives for private key scanningefd9d4eMerge pull request #1148 from microsoft/benibenj/fellow-xerinaeff17ac0:lipstick:5a44afcBe more clear that unpublish removes the extension039a33aMerge pull request #1145 from microsoft/benibenj/cultural-elephant1e78223Allow packaging .env and secrets using command line flags468122dMerge pull request #1144 from microsoft/benibenj/fragile-horsed897fe5:lipstick:0ab8a83Scan for secrets and do not allow .env files- Additional commits viewable in compare view
Updates eslint-config-prettier from 10.1.2 to 10.1.5
Release notes
Sourced from eslint-config-prettier's releases.
v10.1.5
Patch Changes
Full Changelog: https://github.com/prettier/eslint-config-prettier/compare/v10.1.4...v10.1.5
v10.1.4
Patch Changes
- #328
94b4799Thanks@silvenon! - fix(cli): do not crash on no rules configuredFull Changelog: https://github.com/prettier/eslint-config-prettier/compare/v10.1.3...v10.1.4
v10.1.3
Patch Changes
New Contributors
@pilikanmade their first contribution in prettier/eslint-config-prettier#325Full Changelog: https://github.com/prettier/eslint-config-prettier/compare/v10.1.2...v10.1.3
Changelog
Sourced from eslint-config-prettier's changelog.
10.1.5
Patch Changes
10.1.4
Patch Changes
- #328
94b4799Thanks@silvenon! - fix(cli): do not crash on no rules configured10.1.3
Patch Changes
Commits
4c94893chore: release eslint-config-prettier (#333)60fef02chore: addfundingfield intopackage.json(#332)f55501fchore: release eslint-config-prettier (#329)50a8a22chore(deps): update all dependencies (#330)94b4799fix(cli): do not crash on no rules configured (#328)cdc4a5cchore: release eslint-config-prettier (#326)4e95a1dfix: this package iscommonjs, align its types correctly (#325)- See full diff in compare view
Updates mocha from 11.1.0 to 11.4.0
Release notes
Sourced from mocha's releases.
v11.4.0
11.4.0 (2025-05-19)
🌟 Features
📚 Documentation
v11.3.0
11.3.0 (2025-05-16)
🌟 Features
📚 Documentation
- Deploy new site alongside old one (#5360) (6c96545)
- mention explicit browser support range (#5354) (c514c0b)
- update Node.js version requirements for 11.x (#5329) (abf3dd9)
🧹 Chores
v11.2.2
11.2.2 (2025-04-10)
🩹 Fixes
📚 Documentation
v11.2.1
11.2.1 (2025-04-10)
... (truncated)
Changelog
Sourced from mocha's changelog.
11.4.0 (2025-05-19)
🌟 Features
📚 Documentation
11.3.0 (2025-05-16)
🌟 Features
📚 Documentation
- Deploy new site alongside old one (#5360) (6c96545)
- mention explicit browser support range (#5354) (c514c0b)
- update Node.js version requirements for 11.x (#5329) (abf3dd9)
🧹 Chores
11.2.2 (2025-04-10)
🩹 Fixes
📚 Documentation
11.2.1 (2025-04-10)
🩹 Fixes
... (truncated)
Commits
5730dfcchore(main): release 11.4.0 (#5368)618415ddocs: added CHANGELOG.md note around 11.1 yargs-parser update (#5362)554d6bbfix: bump diff from ^5.2.0 to ^7.0.0 (#5348)fffe569chore(main): release 11.3.0 (#5338)91bbf85feat: add option to use posix exit code upon fatal signal (#4989)6c96545docs: Deploy new site alongside old one (#5360)8878f22chore: remove prerelease setting in release-please config (#5363)c514c0bdocs: mention explicit browser support range (#5354)abf3dd9docs: update Node.js version requirements for 11.x (#5329)5cf2b09chore(main): release 11.2.2 (#5327)- Additional commits viewable in compare view
Updates webpack from 5.99.7 to 5.99.8
Release notes
Sourced from webpack's releases.
v5.99.8
Fixes
- Fixed type error with latest
@types/node- Fixed typescript types
Commits
a9cbd85chore(release): 5.99.85cc6615fix: type error with latest@types/node(#19501)0f42dc5docs: update examples (#19490)ebeace3chore(deps-dev): bump less-loader (#19488)3f36f91chore: update comments (#19487)bc25829fix: a lot of types (#19486)ea3ba3dbuild: refactor scripts and categorizing them45f0e49chore: add more benchmark cases (#19481)56dd6cachore(deps-dev): bump core-js in the dependencies group (#19482)5d8f2c9ci: usingcodspeedfor benchmarks (#19476)- Additional commits viewable in compare view
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 mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@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
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
| Diff | Package | Supply Chain Security |
Vulnerability | Quality | Maintenance | License |
|---|---|---|---|---|---|---|
| @typescript-eslint/parser@8.31.1 ⏵ 8.32.1 | ||||||
| @typescript-eslint/eslint-plugin@8.31.1 ⏵ 8.32.1 | ||||||
| @types/node@22.15.3 ⏵ 22.15.19 | ||||||
| eslint-config-prettier@10.1.2 ⏵ 10.1.5 | ||||||
| mocha@11.1.0 ⏵ 11.4.0 | ||||||
| @vscode/test-web@0.0.68 ⏵ 0.0.69 | ||||||
| webpack@5.99.7 ⏵ 5.99.8 | ||||||
| @vscode/vsce@3.3.2 ⏵ 3.4.1 |
[!WARNING] Review the following alerts detected in dependencies.
According to your organization's Security Policy, it is recommended to resolve "Warn" alerts. Learn more about Socket for GitHub.
| Action | Severity | Alert (click for details) |
|---|---|---|
| Warn |
|
|
| Warn |
|
|
| Warn |
|
Looks like these dependencies are updatable in another way, so this is no longer needed.