Skip to content

Bump the all group across 1 directory with 26 updates #484

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
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 6, 2025

Bumps the all group with 25 updates in the / directory:

Package From To
@anthropic-ai/sdk 0.56.0 0.58.0
undici 7.11.0 7.13.0
@azure/msal-node 3.6.3 3.7.0
@fluentui/react-components 9.66.6 9.68.2
@fluentui/react-icons 2.0.305 2.0.307
@types/node 22.16.3 22.17.0
@typescript-eslint/eslint-plugin 8.36.0 8.39.0
@typescript-eslint/parser 8.36.0 8.39.0
@typescript-eslint/typescript-estree 8.36.0 8.39.0
@vscode/test-web 0.0.71 0.0.72
csv-parse 6.0.0 6.1.0
dotenv 17.2.0 17.2.1
electron 37.2.1 37.2.6
esbuild 0.25.6 0.25.8
eslint 9.30.1 9.32.0
eslint-plugin-jsdoc 51.3.4 52.0.4
keyv 5.3.4 5.5.0
open 10.1.2 10.2.0
openai 5.11.0 5.12.0
picomatch 4.0.2 4.0.3
@types/picomatch 4.0.0 4.0.2
typescript 5.8.3 5.9.2
typescript-eslint 8.36.0 8.39.0
vite-plugin-top-level-await 1.5.0 1.6.0
yaml 2.8.0 2.8.1

Updates @anthropic-ai/sdk from 0.56.0 to 0.58.0

Release notes

Sourced from @​anthropic-ai/sdk's releases.

sdk: v0.58.0

0.58.0 (2025-08-05)

Full Changelog: sdk-v0.57.0...sdk-v0.58.0

Features

  • api: add claude-opus-4-1-20250805 (08c61db)
  • api: adds support for text_editor_20250728 tool (ca57d74)
  • api: removed older deprecated models (352a5fd)
  • update streaming error message to say 'required' not 'recommended' (ffac3e0)
  • update streaming error message to say 'required' not 'recommended' (82a9ae5)
  • vertex: support global endpoint (#449) (1c42030)

Bug Fixes

  • internal/bootstrap: install dependencies for all packages (d3734f9)
  • internal/bootstrap: only build main package (82428c7)
  • internal/bootstrap: run build before installing other packages (301f504)
  • internal/test: use jest directly (dab423b)

Chores

  • client: add TextEditor_20250429 tool (bcb557d)
  • internal: remove redundant imports config (555769d)
  • internal: version bump (eb97e85)

sdk: v0.57.0

0.57.0 (2025-07-21)

Full Changelog: sdk-v0.56.0...sdk-v0.57.0

Features

  • bedrock: better edge runtime support (#462) (5f8d1bb)
  • client: add breaking change detection to CI (04332aa)

Bug Fixes

  • bedrock: fix lint errors (aa40e9c)
  • internal: fix type error for fromSSEResponse call (2405664)
  • vertex: fix lint errors (7772f78)

Chores

  • make some internal functions async (9cc6c55)

... (truncated)

Changelog

Sourced from @​anthropic-ai/sdk's changelog.

0.58.0 (2025-08-05)

Full Changelog: sdk-v0.57.0...sdk-v0.58.0

Features

  • api: add claude-opus-4-1-20250805 (08c61db)
  • api: adds support for text_editor_20250728 tool (ca57d74)
  • api: removed older deprecated models (352a5fd)
  • update streaming error message to say 'required' not 'recommended' (ffac3e0)
  • update streaming error message to say 'required' not 'recommended' (82a9ae5)
  • vertex: support global endpoint (#449) (1c42030)

Bug Fixes

  • internal/bootstrap: install dependencies for all packages (d3734f9)
  • internal/bootstrap: only build main package (82428c7)
  • internal/bootstrap: run build before installing other packages (301f504)
  • internal/test: use jest directly (dab423b)

Chores

  • client: add TextEditor_20250429 tool (bcb557d)
  • internal: remove redundant imports config (555769d)
  • internal: version bump (eb97e85)

0.57.0 (2025-07-21)

Full Changelog: sdk-v0.56.0...sdk-v0.57.0

Features

  • bedrock: better edge runtime support (#462) (5f8d1bb)
  • client: add breaking change detection to CI (04332aa)

Bug Fixes

  • bedrock: fix lint errors (aa40e9c)
  • internal: fix type error for fromSSEResponse call (2405664)
  • vertex: fix lint errors (7772f78)

Chores

  • make some internal functions async (9cc6c55)
  • ts: reorder package.json imports (e02b0a1)
Commits
  • 8dd8d88 Merge pull request #794 from anthropics/release-please--branches--main--chang...
  • 2e7df82 chore: release main
  • 08c61db feat(api): add claude-opus-4-1-20250805
  • b39f98c codegen metadata
  • bcb557d chore(client): add TextEditor_20250429 tool
  • ca57d74 feat(api): adds support for text_editor_20250728 tool
  • 555769d chore(internal): remove redundant imports config
  • 82428c7 fix(internal/bootstrap): only build main package
  • 301f504 fix(internal/bootstrap): run build before installing other packages
  • ffac3e0 feat: update streaming error message to say 'required' not 'recommended'
  • Additional commits viewable in compare view

Updates undici from 7.11.0 to 7.13.0

Release notes

Sourced from undici's releases.

v7.13.0

What's Changed

New Contributors

Full Changelog: nodejs/undici@v7.12.0...v7.13.0

v7.12.0

What's Changed

New Contributors

... (truncated)

Commits
  • 8bbf77c Bumped v7.13.0 (#4366)
  • 22dc0d6 feat: add SnapshotAgent for HTTP request recording and playback (#4270)
  • d0399c4 fix(inteceptor/dump): handle preemptive network errors (#4354)
  • 57efacb Amend the GC warning in the README to clarify that consuming bodies is recomm...
  • 567a589 fix: remove deprecated maxRedirections option from types (#4363)
  • 177ca1b remove node:buffer imports (#4362)
  • c9655f0 fix: detect and prevent redirect loops with Client/Pool (#4361)
  • b7513d4 feat(ProxyAgent) improve Curl-y behavior in HTTP->HTTP Proxy connections (#41...
  • a36e299 chore: update WPT (#4267)
  • 66ac089 ci: exclude Node.js 20 on Windows from test matrix (#4353)
  • Additional commits viewable in compare view

Updates @azure/msal-node from 3.6.3 to 3.7.0

Release notes

Sourced from @​azure/msal-node's releases.

@​azure/msal-node v3.7.0

3.7.0

Tue, 05 Aug 2025 20:00:24 GMT

Minor changes

  • Update internal cache key generation ([email protected])
  • Update AccountInfo construction to include tenant-specific claims #7949 ([email protected])
  • Bump @​azure/msal-common to v15.10.0 (beachball)
  • Bump eslint-config-msal to v0.0.0 (beachball)
  • Bump rollup-msal to v0.0.0 (beachball)

@​azure/msal-node v3.6.4

3.6.4

Wed, 23 Jul 2025 14:54:36 GMT

Patches

  • Bump @​azure/msal-common to v15.9.0 (beachball)
  • Bump eslint-config-msal to v0.0.0 (beachball)
  • Bump rollup-msal to v0.0.0 (beachball)
Commits

Updates @fluentui/react-components from 9.66.6 to 9.68.2

Release notes

Sourced from @​fluentui/react-components's releases.

@​fluentui/react-components v9.68.2

Patches

Commits
  • 0fa46fa release: applying package updates - react-components
  • 1d61f9f Release TreeWalker reference (#34945)
  • 8341f03 chore: sync with NPM release (#34949)
  • 849f098 fix(react-charts): Make legends of dotted line as dotted (#34947)
  • 827895d fix(react-charts): handle empty Plotly trace names and respect showlegend pro...
  • be73693 fix(react-dialog): DialogSurface height respects custom maxHeight styles (#34...
  • b039193 feat(react-charts): support image export in v9 (#34929)
  • ea2fbd6 fix: add aria-pressed semantics to selectable Tag, remove default aria-presse...
  • c847809 Add new brand ramp version (#34900)
  • 81b397f Feature(react-menu-grid-preview): Add grouping items story (#34937)
  • Additional commits viewable in compare view

Updates @fluentui/react-icons from 2.0.305 to 2.0.307

Commits

Updates @types/node from 22.16.3 to 22.17.0

Commits

Updates @typescript-eslint/eslint-plugin from 8.36.0 to 8.39.0

Release notes

Sourced from @​typescript-eslint/eslint-plugin's releases.

v8.39.0

8.39.0 (2025-08-04)

🚀 Features

  • update to TypeScript 5.9.2 (#11445)
  • eslint-plugin: [naming-convention] add enumMember PascalCase default option (#11127)
  • eslint-plugin: add no-unnecessary-type-conversion to strict-type-checked ruleset (#11427)
  • eslint-plugin: [only-throw-error] support yield/await expressions (#11417)

🩹 Fixes

  • eslint-plugin: [prefer-optional-chain] ignore check option for most RHS of a chain (#11272)
  • eslint-plugin: [no-unsafe-assignment] add an unsafeObjectPattern message (#11403)

❤️ Thank You

You can read about our versioning strategy and releases on our website.

v8.38.0

8.38.0 (2025-07-21)

🚀 Features

  • typescript-estree: forbid optional chain in TemplateTaggedLiteral (#11391)

🩹 Fixes

  • disallow extra properties in rule options (#11397)
  • eslint-plugin: [consistent-generic-constructors] resolve conflict with isolatedDeclarations if enabled in constructor option (#11351)
  • typescript-eslint: infer tsconfigRootDir with v8 API (#11412)
  • typescript-eslint: error on nested extends in tseslint.config() (#11361)
  • typescript-estree: ensure the token type of the property name is Identifier (#11329)

❤️ Thank You

You can read about our versioning strategy and releases on our website.

... (truncated)

Changelog

Sourced from @​typescript-eslint/eslint-plugin's changelog.

8.39.0 (2025-08-04)

🚀 Features

  • eslint-plugin: [only-throw-error] support yield/await expressions (#11417)
  • eslint-plugin: add no-unnecessary-type-conversion to strict-type-checked ruleset (#11427)
  • update to TypeScript 5.9.2 (#11445)
  • eslint-plugin: [naming-convention] add enumMember PascalCase default option (#11127)

🩹 Fixes

  • eslint-plugin: [no-unsafe-assignment] add an unsafeObjectPattern message (#11403)
  • eslint-plugin: [prefer-optional-chain] ignore check option for most RHS of a chain (#11272)

❤️ Thank You

You can read about our versioning strategy and releases on our website.

8.38.0 (2025-07-21)

🩹 Fixes

  • disallow extra properties in rule options (#11397)
  • eslint-plugin: [consistent-generic-constructors] resolve conflict with isolatedDeclarations if enabled in constructor option (#11351)

❤️ Thank You

You can read about our versioning strategy and releases on our website.

8.37.0 (2025-07-14)

🩹 Fixes

  • eslint-plugin: [unified-signatures] fix false positives for ignoreOverloadsWithDifferentJSDoc option (#11381)

❤️ Thank You

You can read about our versioning strategy and releases on our website.

Commits
  • c98d513 chore(release): publish 8.39.0
  • a8def4b fix(eslint-plugin): [no-unsafe-assignment] add an unsafeObjectPattern messa...
  • 422e3e2 feat(eslint-plugin): [only-throw-error] support yield/await expressions (#11417)
  • e901ad8 fix(eslint-plugin): revert #11127 (#11447)
  • 8dc8340 feat(eslint-plugin): add no-unnecessary-type-conversion to strict-type-checke...
  • 2112d58 feat: update to TypeScript 5.9.2 (#11445)
  • b872e2b feat(eslint-plugin): [naming-convention] add enumMember PascalCase default op...
  • 757f9ee fix(eslint-plugin): [prefer-optional-chain] ignore check option for most RH...
  • 5b24864 chore: fix dangling reference to generate:configs in comments (#11431)
  • d11e79e chore(release): publish 8.38.0
  • Additional commits viewable in compare view

Updates @typescript-eslint/parser from 8.36.0 to 8.39.0

Release notes

Sourced from @​typescript-eslint/parser's releases.

v8.39.0

8.39.0 (2025-08-04)

🚀 Features

  • update to TypeScript 5.9.2 (#11445)
  • eslint-plugin: [naming-convention] add enumMember PascalCase default option (#11127)
  • eslint-plugin: add no-unnecessary-type-conversion to strict-type-checked ruleset (#11427)
  • eslint-plugin: [only-throw-error] support yield/await expressions (#11417)

🩹 Fixes

  • eslint-plugin: [prefer-optional-chain] ignore check option for most RHS of a chain (#11272)
  • eslint-plugin: [no-unsafe-assignment] add an unsafeObjectPattern message (#11403)

❤️ Thank You

You can read about our versioning strategy and releases on our website.

v8.38.0

8.38.0 (2025-07-21)

🚀 Features

  • typescript-estree: forbid optional chain in TemplateTaggedLiteral (#11391)

🩹 Fixes

  • disallow extra properties in rule options (#11397)
  • eslint-plugin: [consistent-generic-constructors] resolve conflict with isolatedDeclarations if enabled in constructor option (#11351)
  • typescript-eslint: infer tsconfigRootDir with v8 API (#11412)
  • typescript-eslint: error on nested extends in tseslint.config() (#11361)
  • typescript-estree: ensure the token type of the property name is Identifier (#11329)

❤️ Thank You

You can read about our versioning strategy and releases on our website.

... (truncated)

Changelog

Sourced from @​typescript-eslint/parser's changelog.

8.39.0 (2025-08-04)

🚀 Features

  • update to TypeScript 5.9.2 (#11445)

❤️ Thank You

You can read about our versioning strategy and releases on our website.

8.38.0 (2025-07-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.37.0 (2025-07-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.

Commits

Updates @typescript-eslint/typescript-estree from 8.36.0 to 8.39.0

Release notes

Sourced from @​typescript-eslint/typescript-estree's releases.

v8.39.0

8.39.0 (2025-08-04)

🚀 Features

  • update to TypeScript 5.9.2 (#11445)
  • eslint-plugin: [naming-convention] add enumMember PascalCase default option (#11127)
  • eslint-plugin: add no-unnecessary-type-conversion to strict-type-checked ruleset (#11427)
  • eslint-plugin: [only-throw-error] support yield/await expressions (#11417)

🩹 Fixes

  • eslint-plugin: [prefer-optional-chain] ignore check option for most RHS of a chain (#11272)
  • eslint-plugin: [no-unsafe-assignment] add an unsafeObjectPattern message (#11403)

❤️ Thank You

You can read about our versioning strategy and releases on our website.

v8.38.0

8.38.0 (2025-07-21)

🚀 Features

  • typescript-estree: forbid optional chain in TemplateTaggedLiteral (#11391)

🩹 Fixes

  • disallow extra properties in rule options (#11397)
  • eslint-plugin: [consistent-generic-constructors] resolve conflict with isolatedDeclarations if enabled in constructor option (#11351)
  • typescript-eslint: infer tsconfigRootDir with v8 API (#11412)
  • typescript-eslint: error on nested extends in tseslint.config() (#11361)
  • typescript-estree: ensure the token type of the property name is Identifier (#11329)

❤️ Thank You

You can read about our versioning strategy and releases on our website.

... (truncated)

Changelog

Sourced from @​typescript-eslint/typescript-estree's changelog.

8.39.0 (2025-08-04)

🚀 Features

  • update to TypeScript 5.9.2 (#11445)

❤️ Thank You

You can read about our versioning strategy and releases on our website.

8.38.0 (2025-07-21)

🚀 Features

  • typescript-estree: forbid optional chain in TemplateTaggedLiteral (#11391)

🩹 Fixes

  • typescript-estree: ensure the token type of the property name is Identifier (#11329)

❤️ Thank You

You can read about our versioning strategy and releases on our website.

8.37.0 (2025-07-14)

🚀 Features

  • typescript-estree: infer tsconfigRootDir from call stack (#11370)

❤️ Thank You

  • Josh Goldberg ✨

You can read about our versioning strategy and releases on our website.

Commits
  • c98d513 chore(release): publish 8.39.0
  • 2112d58 feat: update to TypeScript 5.9.2 (#11445)
  • d11e79e chore(release): publish 8.38.0
  • 47f7391 fix(typescript-estree): ensure the token type of the property name is Identif...
  • f08d08f feat(typescript-estree): forbid optional chain in TemplateTaggedLiteral (#1...
  • 816be17 chore(release): publish 8.37.0
  • 7126c3a feat(typescript-estree): infer tsconfigRootDir from call stack (#11370)
  • See full diff in compare view

Updates @vscode/test-web from 0.0.71 to 0.0.72

Release notes

Sourced from @​vscode/test-web's releases.

v0.0.72

Changes:

  • #169: fix route, ignore tsconfig.tsbuildinfo
  • #168: prepare 0.0.72
  • #167: Bump koa from 3.0.0 to 3.0.1
  • #166: Bump on-headers and morgan

This list of changes was auto generated.

Commits

Updates csv-parse from 6.0.0 to 6.1.0

Changelog

Sourced from csv-parse's changelog.

6.1.0 (2025-07-16)

Features

  • csv-parse: add generic type argument (#457) (ef71342), closes #278 #407
  • csv-parse: boolean and null comment type (b9ac1f0)
  • csv-parse: callback records defined type (3d4f225)
  • csv-parse: casting context raw export (a26f5d7)
  • csv-parse: input as Uint8Array (fix #458) (24af461)
  • csv-parse: normailzsed options type (da7a62e)
  • csv-parse: normalize_options export (9056293)
  • csv-parse: null comment_no_infix type (d8bf4fd)
  • csv-parse: on_skip catch thrown error (987a3a9)
  • csv-parse: use ts unknown instead of any when possible (a47badf)

Bug Fixes

  • csv-parse: normalized columns with auto-detected bom (fix...

    Description has been truncated

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Aug 6, 2025
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/all-1147967647 branch 9 times, most recently from ec4edcb to 9b1b0ae Compare August 9, 2025 23:12
Bumps the all group with 25 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@anthropic-ai/sdk](https://github.com/anthropics/anthropic-sdk-typescript) | `0.56.0` | `0.58.0` |
| [undici](https://github.com/nodejs/undici) | `7.11.0` | `7.13.0` |
| [@azure/msal-node](https://github.com/AzureAD/microsoft-authentication-library-for-js) | `3.6.3` | `3.7.0` |
| [@fluentui/react-components](https://github.com/microsoft/fluentui) | `9.66.6` | `9.68.2` |
| [@fluentui/react-icons](https://github.com/microsoft/fluentui-system-icons) | `2.0.305` | `2.0.307` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `22.16.3` | `22.17.0` |
| [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `8.36.0` | `8.39.0` |
| [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `8.36.0` | `8.39.0` |
| [@typescript-eslint/typescript-estree](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-estree) | `8.36.0` | `8.39.0` |
| [@vscode/test-web](https://github.com/microsoft/vscode-test-web) | `0.0.71` | `0.0.72` |
| [csv-parse](https://github.com/adaltas/node-csv/tree/HEAD/packages/csv-parse) | `6.0.0` | `6.1.0` |
| [dotenv](https://github.com/motdotla/dotenv) | `17.2.0` | `17.2.1` |
| [electron](https://github.com/electron/electron) | `37.2.1` | `37.2.6` |
| [esbuild](https://github.com/evanw/esbuild) | `0.25.6` | `0.25.8` |
| [eslint](https://github.com/eslint/eslint) | `9.30.1` | `9.32.0` |
| [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) | `51.3.4` | `52.0.4` |
| [keyv](https://github.com/jaredwray/keyv) | `5.3.4` | `5.5.0` |
| [open](https://github.com/sindresorhus/open) | `10.1.2` | `10.2.0` |
| [openai](https://github.com/openai/openai-node) | `5.11.0` | `5.12.0` |
| [picomatch](https://github.com/micromatch/picomatch) | `4.0.2` | `4.0.3` |
| [@types/picomatch](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/picomatch) | `4.0.0` | `4.0.2` |
| [typescript](https://github.com/microsoft/TypeScript) | `5.8.3` | `5.9.2` |
| [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.36.0` | `8.39.0` |
| [vite-plugin-top-level-await](https://github.com/Menci/vite-plugin-top-level-await) | `1.5.0` | `1.6.0` |
| [yaml](https://github.com/eemeli/yaml) | `2.8.0` | `2.8.1` |



Updates `@anthropic-ai/sdk` from 0.56.0 to 0.58.0
- [Release notes](https://github.com/anthropics/anthropic-sdk-typescript/releases)
- [Changelog](https://github.com/anthropics/anthropic-sdk-typescript/blob/main/CHANGELOG.md)
- [Commits](anthropics/anthropic-sdk-typescript@sdk-v0.56.0...sdk-v0.58.0)

Updates `undici` from 7.11.0 to 7.13.0
- [Release notes](https://github.com/nodejs/undici/releases)
- [Commits](nodejs/undici@v7.11.0...v7.13.0)

Updates `@azure/msal-node` from 3.6.3 to 3.7.0
- [Release notes](https://github.com/AzureAD/microsoft-authentication-library-for-js/releases)
- [Commits](AzureAD/microsoft-authentication-library-for-js@msal-node-v3.6.3...msal-node-v3.7.0)

Updates `@fluentui/react-components` from 9.66.6 to 9.68.2
- [Release notes](https://github.com/microsoft/fluentui/releases)
- [Changelog](https://github.com/microsoft/fluentui/blob/master/azure-pipelines.release.yml)
- [Commits](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.66.6...@fluentui/react-components_v9.68.2)

Updates `@fluentui/react-icons` from 2.0.305 to 2.0.307
- [Changelog](https://github.com/microsoft/fluentui-system-icons/blob/main/fluentui-android-system-icons-release.yml)
- [Commits](https://github.com/microsoft/fluentui-system-icons/commits)

Updates `@types/node` from 22.16.3 to 22.17.0
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Updates `@typescript-eslint/eslint-plugin` from 8.36.0 to 8.39.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.39.0/packages/eslint-plugin)

Updates `@typescript-eslint/parser` from 8.36.0 to 8.39.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.39.0/packages/parser)

Updates `@typescript-eslint/typescript-estree` from 8.36.0 to 8.39.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-estree/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.39.0/packages/typescript-estree)

Updates `@vscode/test-web` from 0.0.71 to 0.0.72
- [Release notes](https://github.com/microsoft/vscode-test-web/releases)
- [Changelog](https://github.com/microsoft/vscode-test-web/blob/main/CHANGELOG.md)
- [Commits](microsoft/vscode-test-web@v0.0.71...v0.0.72)

Updates `csv-parse` from 6.0.0 to 6.1.0
- [Changelog](https://github.com/adaltas/node-csv/blob/master/packages/csv-parse/CHANGELOG.md)
- [Commits](https://github.com/adaltas/node-csv/commits/[email protected]/packages/csv-parse)

Updates `dotenv` from 17.2.0 to 17.2.1
- [Changelog](https://github.com/motdotla/dotenv/blob/master/CHANGELOG.md)
- [Commits](motdotla/dotenv@v17.2.0...v17.2.1)

Updates `electron` from 37.2.1 to 37.2.6
- [Release notes](https://github.com/electron/electron/releases)
- [Changelog](https://github.com/electron/electron/blob/main/docs/breaking-changes.md)
- [Commits](electron/electron@v37.2.1...v37.2.6)

Updates `esbuild` from 0.25.6 to 0.25.8
- [Release notes](https://github.com/evanw/esbuild/releases)
- [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG.md)
- [Commits](evanw/esbuild@v0.25.6...v0.25.8)

Updates `eslint` from 9.30.1 to 9.32.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v9.30.1...v9.32.0)

Updates `eslint-plugin-jsdoc` from 51.3.4 to 52.0.4
- [Release notes](https://github.com/gajus/eslint-plugin-jsdoc/releases)
- [Changelog](https://github.com/gajus/eslint-plugin-jsdoc/blob/main/.releaserc)
- [Commits](gajus/eslint-plugin-jsdoc@v51.3.4...v52.0.4)

Updates `keyv` from 5.3.4 to 5.5.0
- [Release notes](https://github.com/jaredwray/keyv/releases)
- [Commits](https://github.com/jaredwray/keyv/commits)

Updates `open` from 10.1.2 to 10.2.0
- [Release notes](https://github.com/sindresorhus/open/releases)
- [Commits](sindresorhus/open@v10.1.2...v10.2.0)

Updates `openai` from 5.11.0 to 5.12.0
- [Release notes](https://github.com/openai/openai-node/releases)
- [Changelog](https://github.com/openai/openai-node/blob/master/CHANGELOG.md)
- [Commits](openai/openai-node@v5.11.0...v5.12.0)

Updates `picomatch` from 4.0.2 to 4.0.3
- [Release notes](https://github.com/micromatch/picomatch/releases)
- [Changelog](https://github.com/micromatch/picomatch/blob/master/CHANGELOG.md)
- [Commits](micromatch/picomatch@4.0.2...4.0.3)

Updates `@types/picomatch` from 4.0.0 to 4.0.2
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/picomatch)

Updates `playwright` from 1.54.0 to 1.54.2
- [Release notes](https://github.com/microsoft/playwright/releases)
- [Commits](microsoft/playwright@v1.54.0...v1.54.2)

Updates `typescript` from 5.8.3 to 5.9.2
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release-publish.yml)
- [Commits](microsoft/TypeScript@v5.8.3...v5.9.2)

Updates `typescript-eslint` from 8.36.0 to 8.39.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.39.0/packages/typescript-eslint)

Updates `vite-plugin-top-level-await` from 1.5.0 to 1.6.0
- [Commits](Menci/vite-plugin-top-level-await@v1.5.0...v1.6.0)

Updates `yaml` from 2.8.0 to 2.8.1
- [Release notes](https://github.com/eemeli/yaml/releases)
- [Commits](eemeli/yaml@v2.8.0...v2.8.1)

---
updated-dependencies:
- dependency-name: "@anthropic-ai/sdk"
  dependency-version: 0.58.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: undici
  dependency-version: 7.13.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: "@azure/msal-node"
  dependency-version: 3.7.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: "@fluentui/react-components"
  dependency-version: 9.68.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: "@fluentui/react-icons"
  dependency-version: 2.0.307
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: "@types/node"
  dependency-version: 22.17.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-version: 8.39.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: "@typescript-eslint/parser"
  dependency-version: 8.39.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: "@typescript-eslint/typescript-estree"
  dependency-version: 8.39.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: "@vscode/test-web"
  dependency-version: 0.0.72
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: csv-parse
  dependency-version: 6.1.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: dotenv
  dependency-version: 17.2.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: electron
  dependency-version: 37.2.6
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: esbuild
  dependency-version: 0.25.8
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: eslint
  dependency-version: 9.32.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: eslint-plugin-jsdoc
  dependency-version: 52.0.4
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: keyv
  dependency-version: 5.5.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: open
  dependency-version: 10.2.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: openai
  dependency-version: 5.12.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: picomatch
  dependency-version: 4.0.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: "@types/picomatch"
  dependency-version: 4.0.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: playwright
  dependency-version: 1.54.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: typescript
  dependency-version: 5.9.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: typescript-eslint
  dependency-version: 8.39.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: vite-plugin-top-level-await
  dependency-version: 1.6.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: yaml
  dependency-version: 2.8.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/all-1147967647 branch from 9b1b0ae to f8b1d3e Compare August 10, 2025 05:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants