Skip to content

chore(deps)(deps-dev): bump the development-dependencies group across 1 directory with 11 updates - #9466

Queued
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/development-dependencies-a0eaa39da5
Queued

chore(deps)(deps-dev): bump the development-dependencies group across 1 directory with 11 updates#9466
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/development-dependencies-a0eaa39da5

Conversation

@dependabot

@dependabotdependabotBot commented on behalf of githubAug 18, 2026

Copy link
Copy Markdown
Contributor

Bumps the development-dependencies group with 11 updates in the / directory:

PackageFromTo
@types/node26.1.226.2.0
@typescript-eslint/parser8.65.08.67.0
eslint10.8.010.8.1
svelte5.56.85.56.9
turbo2.10.72.10.10
@oclif/plugin-help6.2.556.2.58
@oclif/plugin-plugins5.4.865.4.87
mysql23.23.13.23.3
ai7.0.447.0.66
@types/negotiator0.6.40.6.5
postcss8.5.258.5.26

Updates @types/node from 26.1.2 to 26.2.0

Commits

Updates @typescript-eslint/parser from 8.65.0 to 8.67.0

Release notes

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

v8.67.0

8.67.0 (2026-08-10)

🚀 Features

  • typescript-eslint: export basic globs for using tseslint (#12105)

❤️ Thank You

See GitHub Releases for more information.

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

v8.66.0

8.66.0 (2026-08-03)

🚀 Features

  • typescript-estree: handle import.defer() as ImportExpression (#12609)

🩹 Fixes

  • eslint-plugin: [no-unnecessary-type-conversion] ignore shadowed built-ins (#12590)
  • eslint-plugin: [prefer-nullish-coalescing] handle shadowed Boolean calls (#12591)
  • eslint-plugin: [no-useless-default-assignment] don't report defaults used by other overloads (#12607)
  • eslint-plugin: [no-unnecessary-type-parameters] check MappedType key remapping (#12588)
  • eslint-plugin: [class-literal-property-style] preserve type annotations and don't drop decorators (#12617)
  • website: list onUnsupportedTypeScriptVersion in parser options (#12585)

❤️ Thank You

See 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.67.0 (2026-08-10)

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.

8.66.0 (2026-08-03)

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 eslint from 10.8.0 to 10.8.1

Release notes

Sourced from eslint's releases.

v10.8.1

Bug Fixes

  • 18eb0a7 fix: prevent ASI hazard in no-unused-labels autofix (#21173) (dongkyu lee)
  • 151ba3f fix: false positives in getter-return and accessor-pairs (#21163) (Grit)
  • 6898df9 fix: ignore meta-property names in id-denylist (#21166) (Pixel)
  • 4d7db66 fix: ignore meta-property names in id-match (#21167) (Pixel)
  • 677214e fix: handle ASI hazards in no-unused-vars removeVar suggestion (#20935) (kuldeep kumar)

Documentation

  • 7d0cbf8 docs: Update README (GitHub Actions Bot)
  • 0a05812 docs: add missing backticks to no-duplicate-imports.js (#21183) (Lee Daeun)
  • 678c90b docs: Update README (GitHub Actions Bot)
  • 8a10424 docs: Update README (GitHub Actions Bot)
  • 69bb948 docs: Update README (GitHub Actions Bot)

Chores

  • 0a14800 chore: update github/codeql-action action to v4.37.4 (#21196) (renovate[bot])
  • 05adcb1 test: fix failing ecosystem test for eslint-plugin-unicorn (#21191) (Lazizbek Ergashev)
  • 5611035 test: add error locations info to no-void (#21185) (Lee Daeun)
  • ee47333 ci: bump github/codeql-action from 4 to 4.37.3 (#21176) (dependabot[bot])
  • f131c03 chore: improve ecosystem test failure reporting (#20937) (crimsonjay0)
  • 1f6edde chore: update ecosystem plugins (#21182) (ESLint Bot)
  • d3266fb chore: unpin webpack dependency (#21172) (Francesco Trotta)
  • 65a6519 chore: add allowScripts field to package.json (#21092) (GiHoon Noh)
  • 22e5256 ci: add triage:no label to Dependabot PRs (#21141) (lumir)
  • 55c9038 ci: bump actions/labeler from 6 to 7 (#21159) (dependabot[bot])
  • 7280e78 chore: update dependency prettier to v3.9.6 (#21162) (renovate[bot])
  • eddbad6 test: fix failing ecosystem test for eslint-plugin-unicorn (#21156) (Francesco Trotta)
  • 60a178d chore: update ecosystem plugins (#21150) (ESLint Bot)
  • f9f61dc test: add error locations to no-unreachable (#21151) (JIYEON)
  • d086293 test: add error locations to no-undef (#21147) (JIYEON)
  • cc01b67 test: add error locations to no-useless-catch (#21144) (devoil)
  • 688e75e chore: add missing backticks in JSDoc (#21143) (Bo Hyun Kim)
  • 7c1e175 test: add error locations to require-await (#21145) (Grit)
  • 588a26d test: add error locations to no-extra-label (#21139) (dongkyu lee)
  • 059aa89 test: add error locations to no-useless-concat (#21140) (dongkyu lee)
  • 5a452a8 test: add error locations to no-const-assign (#21138) (dongkyu lee)
Commits

Updates svelte from 5.56.8 to 5.56.9

Release notes

Sourced from svelte's releases.

svelte@5.56.9

Patch Changes

  • fix: skip controlled each fast path while another batch is pending (#18625)

  • fix: better whitespace handling inside printer (#18638)

  • fix: don't duplicate comments in attributes (#18636)

  • fix: preserve CSS comments in the AST printer (#18637)

Changelog

Sourced from svelte's changelog.

5.56.9

Patch Changes

  • fix: skip controlled each fast path while another batch is pending (#18625)

  • fix: better whitespace handling inside printer (#18638)

  • fix: don't duplicate comments in attributes (#18636)

  • fix: preserve CSS comments in the AST printer (#18637)

Commits

Updates turbo from 2.10.7 to 2.10.10

Release notes

Sourced from turbo's releases.

Turborepo v2.10.10

What's Changed

Changelog

New Contributors

Full Changelog: vercel/turborepo@v2.10.9...v2.10.10

Turborepo v2.10.10-canary.3

What's Changed

... (truncated)

Commits

Updates @oclif/plugin-help from 6.2.55 to 6.2.58

Release notes

Sourced from @​oclif/plugin-help's releases.

6.2.58

Bug Fixes

  • deps: bump @​oclif/core from 4.13.2 to 4.13.3 (#1168) (b2b5095)

6.2.57

Bug Fixes

6.2.56

Bug Fixes

  • deps: bump @​oclif/core from 4.13.0 to 4.13.2 (#1167) (eb6c62b)
Changelog

Sourced from @​oclif/plugin-help's changelog.

6.2.58 (2026-08-09)

Bug Fixes

  • deps: bump @​oclif/core from 4.13.2 to 4.13.3 (#1168) (b2b5095)

6.2.57 (2026-08-09)

Bug Fixes

6.2.56 (2026-08-01)

Bug Fixes

  • deps: bump @​oclif/core from 4.13.0 to 4.13.2 (#1167) (eb6c62b)
Commits
  • 245d1e4 chore(release): 6.2.58 [skip ci]
  • b2b5095 fix(deps): bump @​oclif/core from 4.13.2 to 4.13.3 (#1168)
  • 8c40446 chore(release): 6.2.57 [skip ci]
  • 1511d2f fix(deps): bump js-yaml from 4.3.0 to 4.3.1 (#1170)
  • c423ffc chore(dev-deps): bump mocha from 11.7.6 to 11.8.0 (#1169)
  • adb3888 chore(dev-deps): bump @​oclif/test from 4.1.20 to 4.1.21 (#1165)
  • 59405b7 chore(dev-deps): bump eslint-config-oclif from 6.0.178 to 6.0.179 (#1166)
  • dfd065c chore(release): 6.2.56 [skip ci]
  • eb6c62b fix(deps): bump @​oclif/core from 4.13.0 to 4.13.2 (#1167)
  • 39c20f7 chore(dev-deps): bump oclif from 4.23.27 to 4.23.29 (#1160)
  • See full diff in compare view

Updates @oclif/plugin-plugins from 5.4.86 to 5.4.87

Release notes

Sourced from @​oclif/plugin-plugins's releases.

5.4.87

Bug Fixes

Changelog

Sourced from @​oclif/plugin-plugins's changelog.

5.4.87 (2026-08-14)

Bug Fixes

Commits
  • f546045 chore(release): 5.4.87 [skip ci]
  • f312141 Merge pull request #1386 from oclif/wr/passCwdToNpmRunPathEnv
  • 5450125 fix: pass cwd to npmRunPathEnv to prevent PATH hijack @​W-23797722@
  • 6ee1695 chore(dev-deps): bump oclif from 4.23.28 to 4.23.29 (#1377)
  • c887ddf chore(dev-deps): bump eslint-config-oclif from 6.0.177 to 6.0.179 (#1379)
  • 070ba1d chore(dev-deps): bump prettier from 3.9.5 to 3.9.6 (#1370)
  • 432dbbb chore(dev-deps): bump eslint-config-oclif from 6.0.176 to 6.0.177 (#1371)
  • See full diff in compare view

Updates mysql2 from 3.23.1 to 3.23.3

Release notes

Sourced from mysql2's releases.

v3.23.3

3.23.3 (2026-08-10)

Bug Fixes

  • honor query-level namedPlaceholders as false (#4460) (20f732b)
  • keep connectTimeout active until the handshake completes (#4458) (508a731)
  • pool: give each pooled connection its own config copy (#4473) (361d232)
  • pool: propagate query dispatch errors instead of throwing (#4459) (7ce6943)
  • replace denque with a local ring buffer queue (#4472) (88f3d9e)

v3.23.2

3.23.2 (2026-07-27)

Bug Fixes

  • correct connectAttributes typo in ChangeUser packet (#4423) (f64ce07), closes #2140
  • don't leave a failed execute as the active command (#4425) (fbd64b6)
Changelog

Sourced from mysql2's changelog.

3.23.3 (2026-08-10)

Bug Fixes

  • honor query-level namedPlaceholders as false (#4460) (20f732b)
  • keep connectTimeout active until the handshake completes (#4458) (508a731)
  • pool: give each pooled connection its own config copy (#4473) (361d232)
  • pool: propagate query dispatch errors instead of throwing (#4459) (7ce6943)
  • replace denque with a local ring buffer queue (#4472) (88f3d9e)

3.23.2 (2026-07-27)

Bug Fixes

  • correct connectAttributes typo in ChangeUser packet (#4423) (f64ce07), closes #2140
  • don't leave a failed execute as the active command (#4425) (fbd64b6)
Commits

Updates ai from 7.0.44 to 7.0.66

Changelog

Sourced from ai's changelog.

7.0.66

Patch Changes

  • 0782259: Keep chat status submitted until response content begins streaming.
  • 2fd1214: Fix declaration emit for exported values that infer an Output type.

7.0.65

Patch Changes

  • dc8caae: Avoid repeatedly cloning accumulated text in readUIMessageStream while preserving independent snapshots for mutable nested values.
  • 72ec74f: Preserve root-level JSON Schema definitions when wrapping array output schemas.
  • c5b0515: Propagate errors thrown by the Chat onFinish callback to the initiating request.
  • Updated dependencies [16650e9]
    • @​ai-sdk/gateway@​4.0.52

7.0.64

Patch Changes

  • Updated dependencies [ea75787]
  • Updated dependencies [b20de9e]
    • @​ai-sdk/gateway@​4.0.51

7.0.63

Patch Changes

  • d0a5807: Preserve reasoning block IDs from UI message streams on reasoning UI parts.
  • dcf33e8: Allow providers without reranking model support to be assigned to Provider.
  • Updated dependencies [a4d386d]
    • @​ai-sdk/gateway@​4.0.50

7.0.62

Patch Changes

  • e0bcf52: feat(ui): add typed custom bodies to Completion APIs

7.0.61

Patch Changes

  • 326054b: Prevent resumeStream from copying the previous assistant message into the resumed response.
  • 975bb28: Cancel messages that are still being prepared when a chat is stopped.
  • Updated dependencies [7fbfc6d]
    • @​ai-sdk/provider-utils@​5.0.27
    • @​ai-sdk/gateway@​4.0.49

... (truncated)

Commits
  • 9ce09df Version Packages (#18869)
  • 2fd1214 fix: declaration emit failure for exported utilities using Prompt and inferre...
  • 0782259 fix: keep chat submitted until response content starts streaming (#18864)
  • d76eb85 Version Packages (#18810)
  • dc8caae fix: prevent quadratic readUIMessageStream allocation without weakening snaps...
  • c5b0515 fix: Chat requests resolve when onFinish throws (#18755)
  • 72ec74f fix: support root-referenced JSON Schema definitions in array outputs (#18802)
  • 398166f Version Packages (#18780)
  • a7f0d72 Version Packages (#18749)
  • d0a5807 fix: reasoning UI message parts lose their SSE block IDs (#18746)
  • Additional commits viewable in compare view

Updates @types/negotiator from 0.6.4 to 0.6.5

Commits

Updates postcss from 8.5.25 to 8.5.26

Release notes

Sourced from postcss's releases.

8.5.26

  • Fixed list.split() regression (by @​lazerg).
  • Track symlinks in path protection in source map loading (by @​drengir1).
Changelog

Sourced from postcss's changelog.

8.5.26

  • Fixed list.split() regression (by @​lazerg).
  • Track symlinks in path protection in source map loading (by @​drengir1).
Commits

@dependabotdependabotBot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Aug 18, 2026
@github-actions

Copy link
Copy Markdown
Contributor

📓 Docs Drift Check

Nothing in this diff resolved to a documentable surface (no symbol, route or SDK anchor derived from 0 changed package(s)), so this run has no opinion about the docs.

@github-actionsgithub-actionsBot added size/m documentation Improvements or additions to documentation labels Aug 18, 2026
@dependabot
dependabotBotforce-pushed the dependabot/npm_and_yarn/development-dependencies-a0eaa39da5 branch from 19ce58b to e7c3270CompareAugust 18, 2026 11:10
@dependabotdependabotBot changed the title chore(deps)(deps-dev): Bump the development-dependencies group across 1 directory with 11 updateschore(deps)(deps-dev): bump the development-dependencies group across 1 directory with 11 updatesAug 18, 2026
@dependabot
dependabotBotforce-pushed the dependabot/npm_and_yarn/development-dependencies-a0eaa39da5 branch from e7c3270 to 95e93edCompareAugust 18, 2026 13:33
… 1 directory with 11 updates
Bumps the development-dependencies group with 11 updates in the / directory:
| Package | From | To |
| --- | --- | --- |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `26.1.2` | `26.2.0` |
| [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `8.65.0` | `8.67.0` |
| [eslint](https://github.com/eslint/eslint) | `10.8.0` | `10.8.1` |
| [svelte](https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte) | `5.56.8` | `5.56.9` |
| [turbo](https://github.com/vercel/turborepo) | `2.10.7` | `2.10.10` |
| [@oclif/plugin-help](https://github.com/oclif/plugin-help) | `6.2.55` | `6.2.58` |
| [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins) | `5.4.86` | `5.4.87` |
| [mysql2](https://github.com/sidorares/node-mysql2) | `3.23.1` | `3.23.3` |
| [ai](https://github.com/vercel/ai/tree/HEAD/packages/ai) | `7.0.44` | `7.0.66` |
| [@types/negotiator](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/negotiator) | `0.6.4` | `0.6.5` |
| [postcss](https://github.com/postcss/postcss) | `8.5.25` | `8.5.26` |
Updates `@types/node` from 26.1.2 to 26.2.0
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)
Updates `@typescript-eslint/parser` from 8.65.0 to 8.67.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.67.0/packages/parser)
Updates `eslint` from 10.8.0 to 10.8.1
- [Release notes](https://github.com/eslint/eslint/releases)
- [Commits](eslint/eslint@v10.8.0...v10.8.1)
Updates `svelte` from 5.56.8 to 5.56.9
- [Release notes](https://github.com/sveltejs/svelte/releases)
- [Changelog](https://github.com/sveltejs/svelte/blob/main/packages/svelte/CHANGELOG.md)
- [Commits](https://github.com/sveltejs/svelte/commits/svelte@5.56.9/packages/svelte)
Updates `turbo` from 2.10.7 to 2.10.10
- [Release notes](https://github.com/vercel/turborepo/releases)
- [Changelog](https://github.com/vercel/turborepo/blob/main/RELEASE.md)
- [Commits](vercel/turborepo@v2.10.7...v2.10.10)
Updates `@oclif/plugin-help` from 6.2.55 to 6.2.58
- [Release notes](https://github.com/oclif/plugin-help/releases)
- [Changelog](https://github.com/oclif/plugin-help/blob/main/CHANGELOG.md)
- [Commits](oclif/plugin-help@6.2.55...6.2.58)
Updates `@oclif/plugin-plugins` from 5.4.86 to 5.4.87
- [Release notes](https://github.com/oclif/plugin-plugins/releases)
- [Changelog](https://github.com/oclif/plugin-plugins/blob/main/CHANGELOG.md)
- [Commits](oclif/plugin-plugins@5.4.86...5.4.87)
Updates `mysql2` from 3.23.1 to 3.23.3
- [Release notes](https://github.com/sidorares/node-mysql2/releases)
- [Changelog](https://github.com/sidorares/node-mysql2/blob/master/Changelog.md)
- [Commits](sidorares/node-mysql2@v3.23.1...v3.23.3)
Updates `ai` from 7.0.44 to 7.0.66
- [Release notes](https://github.com/vercel/ai/releases)
- [Changelog](https://github.com/vercel/ai/blob/main/packages/ai/CHANGELOG.md)
- [Commits](https://github.com/vercel/ai/commits/ai@7.0.66/packages/ai)
Updates `@types/negotiator` from 0.6.4 to 0.6.5
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/negotiator)
Updates `postcss` from 8.5.25 to 8.5.26
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](postcss/postcss@8.5.25...8.5.26)
---
updated-dependencies:
- dependency-name: "@oclif/plugin-help"
dependency-version: 6.2.58
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: development-dependencies
- dependency-name: "@oclif/plugin-plugins"
dependency-version: 5.4.87
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: development-dependencies
- dependency-name: "@types/negotiator"
dependency-version: 0.6.5
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: development-dependencies
- dependency-name: "@types/node"
dependency-version: 26.2.0
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: development-dependencies
- dependency-name: "@typescript-eslint/parser"
dependency-version: 8.67.0
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: development-dependencies
- dependency-name: ai
dependency-version: 7.0.66
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: development-dependencies
- dependency-name: eslint
dependency-version: 10.8.1
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: development-dependencies
- dependency-name: mysql2
dependency-version: 3.23.3
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: development-dependencies
- dependency-name: postcss
dependency-version: 8.5.26
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: development-dependencies
- dependency-name: svelte
dependency-version: 5.56.9
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: development-dependencies
- dependency-name: turbo
dependency-version: 2.10.10
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: development-dependencies
...
Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabotBotforce-pushed the dependabot/npm_and_yarn/development-dependencies-a0eaa39da5 branch from 95e93ed to 3ea1699CompareAugust 19, 2026 05:32
@os-project-manageros-project-manager added the skip-changeset PR has no user-facing published change; bypasses the changeset gate label Aug 19, 2026 — with Claude
@os-project-manager
os-project-manager added this pull request to the merge queueAug 19, 2026
Any commits made after this event will not be merged.
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependenciesPull requests that update a dependency filedocumentationImprovements or additions to documentationjavascriptPull requests that update javascript codesize/mskip-changesetPR has no user-facing published change; bypasses the changeset gate

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@os-project-manager