这是indexloc提供的服务,不要输入任何密码
Skip to content

Conversation

@dependabot
Copy link
Contributor

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

Bumps the kitchen-sink group in /examples/kitchen-sink with 10 updates:

Package From To
eslint 9.31.0 9.33.0
typescript 5.8.2 5.9.2
@remix-run/node 2.16.0 2.17.0
@remix-run/react 2.16.0 2.17.0
@remix-run/server-runtime 2.16.0 2.17.0
@remix-run/dev 2.16.0 2.17.0
@typescript-eslint/eslint-plugin 8.37.0 8.39.0
@typescript-eslint/parser 8.37.0 8.39.0
@eslint/js 9.31.0 9.33.0
typescript-eslint 8.37.0 8.39.0

Updates eslint from 9.31.0 to 9.33.0

Release notes

Sourced from eslint's releases.

v9.33.0

Features

  • e07820e feat: add global object access detection to no-restricted-globals (#19939) (sethamus)
  • 90b050e feat: support explicit resource management in one-var (#19941) (Sweta Tanwar)

Bug Fixes

  • 732433c fix: allow any type for meta.docs.recommended in custom rules (#19995) (Francesco Trotta)
  • e8a6914 fix: Fixed potential bug in check-emfile-handling.js (#19975) (諏訪原慶斗)

Documentation

  • 34f0723 docs: playground button for TypeScript code example (#19671) (Tanuj Kanti)
  • dc942a4 docs: Update README (GitHub Actions Bot)
  • 5a4b6f7 docs: Update no-multi-assign.md (#19979) (Yuki Takada (Yukinosuke Takada))
  • 247e156 docs: add missing let declarations in no-plusplus (#19980) (Yuki Takada (Yukinosuke Takada))
  • 0d17242 docs: Update README (GitHub Actions Bot)
  • fa20b9d docs: Clarify when to open an issue for a PR (#19974) (Nicholas C. Zakas)

Build Related

  • 27fa865 build: use ESLint class to generate formatter examples (#19972) (Milos Djermanovic)

Chores

  • 4258046 chore: update dependency @​eslint/js to v9.33.0 (#19998) (renovate[bot])
  • ad28371 chore: package.json update for @​eslint/js release (Jenkins)
  • 06a22f1 test: resolve flakiness in --mcp flag test (#19993) (Pixel998)
  • 54920ed test: switch to Linter.Config in ESLintRules type tests (#19977) (Francesco Trotta)

v9.32.0

Features

  • 1245000 feat: support explicit resource management in core rules (#19828) (fnx)
  • 0e957a7 feat: support typescript types in accessor rules (#19882) (fnx)

Bug Fixes

  • 960fd40 fix: Upgrade @​eslint/js (#19971) (Nicholas C. Zakas)
  • bbf23fa fix: Refactor reporting into FileReport (#19877) (Nicholas C. Zakas)
  • d498887 fix: bump @​eslint/plugin-kit to 0.3.4 to resolve vulnerability (#19965) (Milos Djermanovic)
  • f46fc6c fix: report only global references in no-implied-eval (#19932) (Nitin Kumar)
  • 7863d26 fix: remove outdated types in ParserOptions.ecmaFeatures (#19944) (ntnyq)
  • 3173305 fix: update execScript message in no-implied-eval rule (#19937) (TKDev7)

Documentation

  • 86e7426 docs: Update README (GitHub Actions Bot)

Chores

  • 50de1ce chore: package.json update for @​eslint/js release (Jenkins)
  • 74f01a3 ci: unpin jiti to version ^2.5.1 (#19970) (루밀LuMir)
  • 2ab1381 ci: pin jiti to version 2.4.2 (#19964) (Francesco Trotta)
  • b7f7545 test: switch to flat config mode in SourceCode tests (#19953) (Milos Djermanovic)
  • f5a35e3 test: switch to flat config mode in eslint-fuzzer (#19960) (Milos Djermanovic)
  • e22af8c refactor: use CustomRuleDefinitionType in JSRuleDefinition (#19949) (Francesco Trotta)
  • e855717 chore: switch performance tests to hyperfine (#19919) (Francesco Trotta)

... (truncated)

Changelog

Sourced from eslint's changelog.

v9.33.0 - August 8, 2025

  • 4258046 chore: update dependency @​eslint/js to v9.33.0 (#19998) (renovate[bot])
  • ad28371 chore: package.json update for @​eslint/js release (Jenkins)
  • 06a22f1 test: resolve flakiness in --mcp flag test (#19993) (Pixel998)
  • 732433c fix: allow any type for meta.docs.recommended in custom rules (#19995) (Francesco Trotta)
  • 34f0723 docs: playground button for TypeScript code example (#19671) (Tanuj Kanti)
  • dc942a4 docs: Update README (GitHub Actions Bot)
  • 5a4b6f7 docs: Update no-multi-assign.md (#19979) (Yuki Takada (Yukinosuke Takada))
  • 247e156 docs: add missing let declarations in no-plusplus (#19980) (Yuki Takada (Yukinosuke Takada))
  • 0d17242 docs: Update README (GitHub Actions Bot)
  • e07820e feat: add global object access detection to no-restricted-globals (#19939) (sethamus)
  • fa20b9d docs: Clarify when to open an issue for a PR (#19974) (Nicholas C. Zakas)
  • 54920ed test: switch to Linter.Config in ESLintRules type tests (#19977) (Francesco Trotta)
  • e8a6914 fix: Fixed potential bug in check-emfile-handling.js (#19975) (諏訪原慶斗)
  • 90b050e feat: support explicit resource management in one-var (#19941) (Sweta Tanwar)
  • 27fa865 build: use ESLint class to generate formatter examples (#19972) (Milos Djermanovic)

v9.32.0 - July 25, 2025

  • 960fd40 fix: Upgrade @​eslint/js (#19971) (Nicholas C. Zakas)
  • 50de1ce chore: package.json update for @​eslint/js release (Jenkins)
  • bbf23fa fix: Refactor reporting into FileReport (#19877) (Nicholas C. Zakas)
  • 74f01a3 ci: unpin jiti to version ^2.5.1 (#19970) (루밀LuMir)
  • d498887 fix: bump @​eslint/plugin-kit to 0.3.4 to resolve vulnerability (#19965) (Milos Djermanovic)
  • 2ab1381 ci: pin jiti to version 2.4.2 (#19964) (Francesco Trotta)
  • b7f7545 test: switch to flat config mode in SourceCode tests (#19953) (Milos Djermanovic)
  • f5a35e3 test: switch to flat config mode in eslint-fuzzer (#19960) (Milos Djermanovic)
  • f46fc6c fix: report only global references in no-implied-eval (#19932) (Nitin Kumar)
  • 86e7426 docs: Update README (GitHub Actions Bot)
  • e22af8c refactor: use CustomRuleDefinitionType in JSRuleDefinition (#19949) (Francesco Trotta)
  • 1245000 feat: support explicit resource management in core rules (#19828) (fnx)
  • e855717 chore: switch performance tests to hyperfine (#19919) (Francesco Trotta)
  • 0e957a7 feat: support typescript types in accessor rules (#19882) (fnx)
  • 2f73a23 test: switch to flat config mode in ast-utils tests (#19948) (Milos Djermanovic)
  • 7863d26 fix: remove outdated types in ParserOptions.ecmaFeatures (#19944) (ntnyq)
  • c565a53 chore: exclude further_reading_links.json from Prettier formatting (#19943) (Milos Djermanovic)
  • 3173305 fix: update execScript message in no-implied-eval rule (#19937) (TKDev7)
Commits

Updates typescript from 5.8.2 to 5.9.2

Release notes

Sourced from typescript's releases.

TypeScript 5.9

For release notes, check out the release announcement

Downloads are available on:

TypeScript 5.9 RC

For release notes, check out the release announcement

Downloads are available on:

TypeScript 5.9 Beta

For release notes, check out the release announcement.

Downloads are available on:

TypeScript 5.8.3

For release notes, check out the release announcement.

Downloads are available on:

Commits
  • be86783 Give more specific errors for verbatimModuleSyntax (#62113)
  • 22ef577 LEGO: Pull request from lego/hb_5378966c-b857-470a-8675-daebef4a6da1_20250714...
  • d5a414c Don't use noErrorTruncation when printing types with maximumLength set (#...
  • f14b5c8 Remove unused and confusing dom.iterable.d.ts file (#62037)
  • 2778e84 Restore AbortSignal.abort (#62086)
  • 65cb4bd LEGO: Pull request from lego/hb_5378966c-b857-470a-8675-daebef4a6da1_20250710...
  • 9e20e03 Clear out checker-level stacks on pop (#62016)
  • 87740bc Fix for Issue 61081 (#61221)
  • 833a8d4 Fix Symbol completion priority and cursor positioning (#61945)
  • 0018c9f LEGO: Pull request from lego/hb_5378966c-b857-470a-8675-daebef4a6da1_20250702...
  • Additional commits viewable in compare view

Updates @remix-run/node from 2.16.0 to 2.17.0

Release notes

Sourced from @​remix-run/node's releases.

v2.17.0

See the changelog for the release notes: https://github.com/remix-run/remix/blob/v2/CHANGELOG.md#v2170

v2.16.8

See the changelog for the release notes: https://github.com/remix-run/remix/blob/main/CHANGELOG.md#v2168

v2.16.7

See the changelog for the release notes: https://github.com/remix-run/remix/blob/main/CHANGELOG.md#v2167

v2.16.6

See the changelog for the release notes: https://github.com/remix-run/remix/blob/main/CHANGELOG.md#v2166

v2.16.5

See the changelog for the release notes: https://github.com/remix-run/remix/blob/main/CHANGELOG.md#v2165

v2.16.4

See the changelog for the release notes: https://github.com/remix-run/remix/blob/main/CHANGELOG.md#v2164

v2.16.3

See the changelog for the release notes: https://github.com/remix-run/remix/blob/main/CHANGELOG.md#v2163

v2.16.2

See the changelog for the release notes: https://github.com/remix-run/remix/blob/main/CHANGELOG.md#v2162

v2.16.1

See the changelog for the release notes: https://github.com/remix-run/remix/blob/main/CHANGELOG.md#v2161

Changelog

Sourced from @​remix-run/node's changelog.

2.17.0

Patch Changes

  • Updated dependencies:
    • @remix-run/server-runtime@2.17.0

2.16.8

Patch Changes

  • Updated dependencies:
    • @remix-run/server-runtime@2.16.8

2.16.7

Patch Changes

  • Updated dependencies:
    • @remix-run/server-runtime@2.16.7

2.16.6

Patch Changes

  • Updated dependencies:
    • @remix-run/server-runtime@2.16.6

2.16.5

Patch Changes

  • Bump undici to version 6.21.2 to address security advisory (#10562)
  • Updated dependencies:
    • @remix-run/server-runtime@2.16.5

2.16.4

Patch Changes

  • Updated dependencies:
    • @remix-run/server-runtime@2.16.4

2.16.3

Patch Changes

  • Updated dependencies:
    • @remix-run/server-runtime@2.16.3

... (truncated)

Commits

Updates @remix-run/react from 2.16.0 to 2.17.0

Release notes

Sourced from @​remix-run/react's releases.

v2.17.0

See the changelog for the release notes: https://github.com/remix-run/remix/blob/v2/CHANGELOG.md#v2170

v2.16.8

See the changelog for the release notes: https://github.com/remix-run/remix/blob/main/CHANGELOG.md#v2168

v2.16.7

See the changelog for the release notes: https://github.com/remix-run/remix/blob/main/CHANGELOG.md#v2167

v2.16.6

See the changelog for the release notes: https://github.com/remix-run/remix/blob/main/CHANGELOG.md#v2166

v2.16.5

See the changelog for the release notes: https://github.com/remix-run/remix/blob/main/CHANGELOG.md#v2165

v2.16.4

See the changelog for the release notes: https://github.com/remix-run/remix/blob/main/CHANGELOG.md#v2164

v2.16.3

See the changelog for the release notes: https://github.com/remix-run/remix/blob/main/CHANGELOG.md#v2163

v2.16.2

See the changelog for the release notes: https://github.com/remix-run/remix/blob/main/CHANGELOG.md#v2162

v2.16.1

See the changelog for the release notes: https://github.com/remix-run/remix/blob/main/CHANGELOG.md#v2161

Changelog

Sourced from @​remix-run/react's changelog.

2.17.0

Patch Changes

  • Updated dependencies:
    • @remix-run/server-runtime@2.17.0

2.16.8

Patch Changes

  • Updated dependencies:
    • @remix-run/server-runtime@2.16.8

2.16.7

Patch Changes

  • Updated dependencies:
    • @remix-run/server-runtime@2.16.7

2.16.6

Patch Changes

  • Fix window is not defined error in Single Fetch when server-rendering <PrefetchPageLinks> (#10601)
  • upgrate turbo-stream to 2.4.1 (#9973)
  • Updated dependencies:
    • @remix-run/server-runtime@2.16.6

2.16.5

Patch Changes

  • Updated dependencies:
    • @remix-run/server-runtime@2.16.5

2.16.4

Patch Changes

  • Updated dependencies:
    • @remix-run/server-runtime@2.16.4

2.16.3

Patch Changes

  • Updated dependencies:
    • @remix-run/server-runtime@2.16.3

... (truncated)

Commits

Updates @remix-run/server-runtime from 2.16.0 to 2.17.0

Release notes

Sourced from @​remix-run/server-runtime's releases.

v2.17.0

See the changelog for the release notes: https://github.com/remix-run/remix/blob/v2/CHANGELOG.md#v2170

v2.16.8

See the changelog for the release notes: https://github.com/remix-run/remix/blob/main/CHANGELOG.md#v2168

v2.16.7

See the changelog for the release notes: https://github.com/remix-run/remix/blob/main/CHANGELOG.md#v2167

v2.16.6

See the changelog for the release notes: https://github.com/remix-run/remix/blob/main/CHANGELOG.md#v2166

v2.16.5

See the changelog for the release notes: https://github.com/remix-run/remix/blob/main/CHANGELOG.md#v2165

v2.16.4

See the changelog for the release notes: https://github.com/remix-run/remix/blob/main/CHANGELOG.md#v2164

v2.16.3

See the changelog for the release notes: https://github.com/remix-run/remix/blob/main/CHANGELOG.md#v2163

v2.16.2

See the changelog for the release notes: https://github.com/remix-run/remix/blob/main/CHANGELOG.md#v2162

v2.16.1

See the changelog for the release notes: https://github.com/remix-run/remix/blob/main/CHANGELOG.md#v2161

Changelog

Sourced from @​remix-run/server-runtime's changelog.

2.17.0

No significant changes to this package were made in this release. See the repo CHANGELOG.md for an overview of all changes in v2.17.0.

2.16.8

No significant changes to this package were made in this release. See the repo CHANGELOG.md for an overview of all changes in v2.16.8.

2.16.7

No significant changes to this package were made in this release. See the repo CHANGELOG.md for an overview of all changes in v2.16.7.

2.16.6

Patch Changes

  • upgrade turbo-stream to 2.4.1 (#9973)

2.16.5

No significant changes to this package were made in this release. See the repo CHANGELOG.md for an overview of all changes in v2.16.5.

2.16.4

Patch Changes

2.16.3

No significant changes to this package were made in this release. See the repo CHANGELOG.md for an overview of all changes in v2.16.3.

2.16.2

Patch Changes

  • Load ancestor pathless/index routes in lazy route discovery for upwards non-eager-discovery routing (#10535)

2.16.1

No significant changes to this package were made in this release. See the repo CHANGELOG.md for an overview of all changes in v2.16.1.

Commits

Updates @remix-run/dev from 2.16.0 to 2.17.0

Release notes

Sourced from @​remix-run/dev's releases.

v2.17.0

See the changelog for the release notes: https://github.com/remix-run/remix/blob/v2/CHANGELOG.md#v2170

v2.16.8

See the changelog for the release notes: https://github.com/remix-run/remix/blob/main/CHANGELOG.md#v2168

v2.16.7

See the changelog for the release notes: https://github.com/remix-run/remix/blob/main/CHANGELOG.md#v2167

v2.16.6

See the changelog for the release notes: https://github.com/remix-run/remix/blob/main/CHANGELOG.md#v2166

v2.16.5

See the changelog for the release notes: https://github.com/remix-run/remix/blob/main/CHANGELOG.md#v2165

v2.16.4

See the changelog for the release notes: https://github.com/remix-run/remix/blob/main/CHANGELOG.md#v2164

v2.16.3

See the changelog for the release notes: https://github.com/remix-run/remix/blob/main/CHANGELOG.md#v2163

v2.16.2

See the changelog for the release notes: https://github.com/remix-run/remix/blob/main/CHANGELOG.md#v2162

v2.16.1

See the changelog for the release notes: https://github.com/remix-run/remix/blob/main/CHANGELOG.md#v2161

Changelog

Sourced from @​remix-run/dev's changelog.

2.17.0

Patch Changes

  • Updated dependencies:
    • @remix-run/node@2.17.0
    • @remix-run/server-runtime@2.17.0

2.16.8

Patch Changes

  • Updated dependencies:
    • @remix-run/node@2.16.8
    • @remix-run/server-runtime@2.16.8

2.16.7

Patch Changes

  • Update vite-node (#10611)
  • Updated dependencies:
    • @remix-run/node@2.16.7
    • @remix-run/server-runtime@2.16.7

2.16.6

Patch Changes

  • Updated dependencies:
    • @remix-run/server-runtime@2.16.6
    • @remix-run/node@2.16.6

2.16.5

Patch Changes

  • Updated dependencies:
    • @remix-run/node@2.16.5
    • @remix-run/server-runtime@2.16.5

2.16.4

Patch Changes

  • Updated dependencies:
    • @remix-run/server-runtime@2.16.4
    • @remix-run/node@2.16.4

2.16.3

... (truncated)

Commits

Updates @typescript-eslint/eslint-plugin from 8.37.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.

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.

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.37.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 ...

    Description has been truncated

@dependabot dependabot bot requested a review from a team as a code owner August 11, 2025 20:44
@dependabot dependabot bot added the area: examples Improvements or additions to examples label Aug 11, 2025
@dependabot dependabot bot added the area: examples Improvements or additions to examples label Aug 11, 2025
@vercel
Copy link
Contributor

vercel bot commented Aug 11, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Comments Updated (UTC)
examples-basic-web Ready Ready Preview Comment Aug 22, 2025 2:24am
examples-designsystem-docs Ready Ready Preview Comment Aug 22, 2025 2:24am
examples-gatsby-web Ready Ready Preview Comment Aug 22, 2025 2:24am
examples-kitchensink-blog Ready Ready Preview Comment Aug 22, 2025 2:24am
examples-nonmonorepo Ready Ready Preview Comment Aug 22, 2025 2:24am
examples-svelte-web Ready Ready Preview Comment Aug 22, 2025 2:24am
examples-tailwind-web Ready Ready Preview Comment Aug 22, 2025 2:24am
examples-vite-web Ready Ready Preview Comment Aug 22, 2025 2:24am
1 Skipped Deployment
Project Deployment Preview Comments Updated (UTC)
turbo-site Skipped Skipped Aug 22, 2025 2:24am

Bumps the kitchen-sink group in /examples/kitchen-sink with 10 updates:

| Package | From | To |
| --- | --- | --- |
| [eslint](https://github.com/eslint/eslint) | `9.31.0` | `9.33.0` |
| [typescript](https://github.com/microsoft/TypeScript) | `5.8.2` | `5.9.2` |
| [@remix-run/node](https://github.com/remix-run/remix/tree/HEAD/packages/remix-node) | `2.16.0` | `2.17.0` |
| [@remix-run/react](https://github.com/remix-run/remix/tree/HEAD/packages/remix-react) | `2.16.0` | `2.17.0` |
| [@remix-run/server-runtime](https://github.com/remix-run/remix/tree/HEAD/packages/remix-server-runtime) | `2.16.0` | `2.17.0` |
| [@remix-run/dev](https://github.com/remix-run/remix/tree/HEAD/packages/remix-dev) | `2.16.0` | `2.17.0` |
| [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `8.37.0` | `8.39.0` |
| [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `8.37.0` | `8.39.0` |
| [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js) | `9.31.0` | `9.33.0` |
| [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.37.0` | `8.39.0` |


Updates `eslint` from 9.31.0 to 9.33.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v9.31.0...v9.33.0)

Updates `typescript` from 5.8.2 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.2...v5.9.2)

Updates `@remix-run/node` from 2.16.0 to 2.17.0
- [Release notes](https://github.com/remix-run/remix/releases)
- [Changelog](https://github.com/remix-run/remix/blob/@remix-run/node@2.17.0/packages/remix-node/CHANGELOG.md)
- [Commits](https://github.com/remix-run/remix/commits/@remix-run/node@2.17.0/packages/remix-node)

Updates `@remix-run/react` from 2.16.0 to 2.17.0
- [Release notes](https://github.com/remix-run/remix/releases)
- [Changelog](https://github.com/remix-run/remix/blob/@remix-run/react@2.17.0/packages/remix-react/CHANGELOG.md)
- [Commits](https://github.com/remix-run/remix/commits/@remix-run/react@2.17.0/packages/remix-react)

Updates `@remix-run/server-runtime` from 2.16.0 to 2.17.0
- [Release notes](https://github.com/remix-run/remix/releases)
- [Changelog](https://github.com/remix-run/remix/blob/@remix-run/server-runtime@2.17.0/packages/remix-server-runtime/CHANGELOG.md)
- [Commits](https://github.com/remix-run/remix/commits/@remix-run/server-runtime@2.17.0/packages/remix-server-runtime)

Updates `@remix-run/dev` from 2.16.0 to 2.17.0
- [Release notes](https://github.com/remix-run/remix/releases)
- [Changelog](https://github.com/remix-run/remix/blob/@remix-run/dev@2.17.0/packages/remix-dev/CHANGELOG.md)
- [Commits](https://github.com/remix-run/remix/commits/@remix-run/dev@2.17.0/packages/remix-dev)

Updates `@typescript-eslint/eslint-plugin` from 8.37.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.37.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 `@eslint/js` from 9.31.0 to 9.33.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/commits/v9.33.0/packages/js)

Updates `typescript-eslint` from 8.37.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)

---
updated-dependencies:
- dependency-name: eslint
  dependency-version: 9.33.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: kitchen-sink
- dependency-name: typescript
  dependency-version: 5.9.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: kitchen-sink
- dependency-name: "@remix-run/node"
  dependency-version: 2.17.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: kitchen-sink
- dependency-name: "@remix-run/react"
  dependency-version: 2.17.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: kitchen-sink
- dependency-name: "@remix-run/server-runtime"
  dependency-version: 2.17.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: kitchen-sink
- dependency-name: "@remix-run/dev"
  dependency-version: 2.17.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: kitchen-sink
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-version: 8.39.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: kitchen-sink
- dependency-name: "@typescript-eslint/parser"
  dependency-version: 8.39.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: kitchen-sink
- dependency-name: "@eslint/js"
  dependency-version: 9.33.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: kitchen-sink
- dependency-name: typescript-eslint
  dependency-version: 8.39.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: kitchen-sink
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot-npm_and_yarn-examples-kitchen-sink-kitchen-sink-13a2753cb8 branch from 7c88534 to 5d70d42 Compare August 18, 2025 22:58
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 18, 2025

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot rebase.

@turbo-orchestrator turbo-orchestrator bot removed the area: examples Improvements or additions to examples label Aug 22, 2025
@anthonyshew anthonyshew merged commit 838e399 into main Aug 22, 2025
35 of 36 checks passed
@anthonyshew anthonyshew deleted the dependabot-npm_and_yarn-examples-kitchen-sink-kitchen-sink-13a2753cb8 branch August 22, 2025 02:27
ch4og pushed a commit to csmplay/csm-mapban that referenced this pull request Nov 18, 2025
This PR contains the following updates:

| Package | Change | Age | Confidence |
|---|---|---|---|
| [turbo](https://turborepo.com) ([source](https://github.com/vercel/turborepo)) | [`2.5.6` -> `2.6.1`](https://renovatebot.com/diffs/npm/turbo/2.5.6/2.6.1) | [![age](https://developer.mend.io/api/mc/badges/age/npm/turbo/2.6.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/turbo/2.5.6/2.6.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) |

---

### Release Notes

<details>
<summary>vercel/turborepo (turbo)</summary>

### [`v2.6.1`](https://github.com/vercel/turborepo/releases/tag/v2.6.1): Turborepo v2.6.1

[Compare Source](vercel/turborepo@v2.6.0...v2.6.1)

<!-- Release notes generated using configuration in .github/release.yml at v2.6.1 -->

#### What's Changed

##### Docs

- docs: 2.6 release blog post by [@&#8203;anthonyshew](https://github.com/anthonyshew) in [#&#8203;11003](vercel/turborepo#11003)
- docs: update typo'd link by [@&#8203;lishaduck](https://github.com/lishaduck) in [#&#8203;11032](vercel/turborepo#11032)
- chore(with-docker/Dockerfile): Some improvements by [@&#8203;yairopro](https://github.com/yairopro) in [#&#8203;11010](vercel/turborepo#11010)
- docs: Fix grammatical mistake on structuring-a-repository.mdx by [@&#8203;Andrew-Pynch](https://github.com/Andrew-Pynch) in [#&#8203;11091](vercel/turborepo#11091)
- feat: Cross-platform microfrontends port command by [@&#8203;anthonyshew](https://github.com/anthonyshew) in [#&#8203;11098](vercel/turborepo#11098)

##### [@&#8203;turbo/codemod](https://github.com/turbo/codemod)

- ci: Fix flake in JS tests by [@&#8203;anthonyshew](https://github.com/anthonyshew) in [#&#8203;11067](vercel/turborepo#11067)

##### [@&#8203;turbo/repository](https://github.com/turbo/repository)

- chore: Update to Rust 1.91.0 by [@&#8203;ognevny](https://github.com/ognevny) in [#&#8203;10885](vercel/turborepo#10885)

##### Examples

- examples(deps-dev): bump [@&#8203;types/node](https://github.com/types/node) from 18.17.4 to 24.10.0 in /examples/non-monorepo by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;11037](vercel/turborepo#11037)
- examples(deps-dev): bump the kitchen-sink group in /examples/kitchen-sink with 9 updates by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;11043](vercel/turborepo#11043)
- examples: Remove redundant border declaration by [@&#8203;Yeom-JinHo](https://github.com/Yeom-JinHo) in [#&#8203;11042](vercel/turborepo#11042)
- examples(deps-dev): bump turbo from 2.5.6 to 2.6.0 in /examples/with-shell-commands in the with-shell-commands group by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;11039](vercel/turborepo#11039)
- examples(deps-dev): bump the with-svelte group in /examples/with-svelte with 7 updates by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;11041](vercel/turborepo#11041)
- examples(deps): bump the basic group in /examples/basic with 9 updates by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;11040](vercel/turborepo#11040)
- examples(deps-dev): bump the with-tailwind group in /examples/with-tailwind with 6 updates by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;11038](vercel/turborepo#11038)
- examples(deps): bump next from 16.0.0 to 16.0.1 in /examples/non-monorepo by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;11051](vercel/turborepo#11051)
- examples(deps): bump next from 16.0.0 to 16.0.1 in /examples/basic by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;11082](vercel/turborepo#11082)
- examples(deps): bump next from 16.0.0 to 16.0.1 in /examples/with-tailwind by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;11083](vercel/turborepo#11083)
- examples(dev-deps): bump eslint-config-next from 16.0.0 to 16.0.1 in /examples/non-monorepo by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;11086](vercel/turborepo#11086)
- examples(fix): Gradient in `with-tailwind` by [@&#8203;mahi656](https://github.com/mahi656) in [#&#8203;11073](vercel/turborepo#11073)
- examples(dev-deps): bump svelte from 5.43.3 to 5.43.5 in /examples/with-svelte by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;11087](vercel/turborepo#11087)
- examples(deps): bump next from 16.0.0 to 16.0.1 in /examples/kitchen-sink by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;11088](vercel/turborepo#11088)

##### Changelog

- fix: Improve parity with real Bun lockfile format for `prune` by [@&#8203;anthonyshew](https://github.com/anthonyshew) in [#&#8203;11048](vercel/turborepo#11048)
- fix: add some Linux variables to default passthrough env vars by [@&#8203;anthonyshew](https://github.com/anthonyshew) in [#&#8203;10959](vercel/turborepo#10959)
- fix: Labels for k + j backwards in binds list by [@&#8203;ethan-fraser](https://github.com/ethan-fraser) in [#&#8203;11036](vercel/turborepo#11036)
- fix(prune): Add bunfig.toml to list of copied files by [@&#8203;Gabrola](https://github.com/Gabrola) in [#&#8203;11055](vercel/turborepo#11055)
- fix(prune): Handle `patchedDependencies` for bun by [@&#8203;Gabrola](https://github.com/Gabrola) in [#&#8203;11027](vercel/turborepo#11027)
- fix(boundaries): Enable import attributes parsing by [@&#8203;anthonyshew](https://github.com/anthonyshew) in [#&#8203;11053](vercel/turborepo#11053)
- fix: Improve determinism for graceful shutdown by [@&#8203;anthonyshew](https://github.com/anthonyshew) in [#&#8203;11063](vercel/turborepo#11063)
- ci: Lower opt-level and remove debug symbols for dev profile by [@&#8203;anthonyshew](https://github.com/anthonyshew) in [#&#8203;11068](vercel/turborepo#11068)
- ci: Avoid flaking for test server mock by [@&#8203;anthonyshew](https://github.com/anthonyshew) in [#&#8203;11066](vercel/turborepo#11066)
- ci: Don't install dependencies in tests that don't need it by [@&#8203;anthonyshew](https://github.com/anthonyshew) in [#&#8203;11071](vercel/turborepo#11071)
- fix: Revert "fix(logs): create log files for non-cached tasks" by [@&#8203;anthonyshew](https://github.com/anthonyshew) in [#&#8203;11072](vercel/turborepo#11072)
- ci: Fix leaky tests by [@&#8203;anthonyshew](https://github.com/anthonyshew) in [#&#8203;11081](vercel/turborepo#11081)
- fix: Bun lockfile pruner adjustment by [@&#8203;anthonyshew](https://github.com/anthonyshew) in [#&#8203;11092](vercel/turborepo#11092)
- fix: Improve version resolution in Bun lockfiles by [@&#8203;anthonyshew](https://github.com/anthonyshew) in [#&#8203;11095](vercel/turborepo#11095)
- feat: Move icon to left side in TUI by [@&#8203;anthonyshew](https://github.com/anthonyshew) in [#&#8203;11097](vercel/turborepo#11097)

#### New Contributors

- [@&#8203;lishaduck](https://github.com/lishaduck) made their first contribution in [#&#8203;11032](vercel/turborepo#11032)
- [@&#8203;Yeom-JinHo](https://github.com/Yeom-JinHo) made their first contribution in [#&#8203;11042](vercel/turborepo#11042)
- [@&#8203;ethan-fraser](https://github.com/ethan-fraser) made their first contribution in [#&#8203;11036](vercel/turborepo#11036)
- [@&#8203;yairopro](https://github.com/yairopro) made their first contribution in [#&#8203;11010](vercel/turborepo#11010)
- [@&#8203;Gabrola](https://github.com/Gabrola) made their first contribution in [#&#8203;11055](vercel/turborepo#11055)
- [@&#8203;mahi656](https://github.com/mahi656) made their first contribution in [#&#8203;11073](vercel/turborepo#11073)
- [@&#8203;Andrew-Pynch](https://github.com/Andrew-Pynch) made their first contribution in [#&#8203;11091](vercel/turborepo#11091)

**Full Changelog**: <vercel/turborepo@v2.6.0...v2.6.1>

### [`v2.6.0`](https://github.com/vercel/turborepo/releases/tag/v2.6.0): Turborepo v2.6.0

[Compare Source](vercel/turborepo@v2.5.8...v2.6.0)

<!-- Release notes generated using configuration in .github/release.yml at v2.6.0 -->

#### What's Changed

##### Docs

- docs: clarification on Transit Nodes docs by [@&#8203;maschwenk](https://github.com/maschwenk) in [#&#8203;9181](vercel/turborepo#9181)
- docs: add GitHub Actions reusable workflow documentation for remote caching by [@&#8203;anthonyshew](https://github.com/anthonyshew) in [#&#8203;10923](vercel/turborepo#10923)
- docs: generate blog release OG images by [@&#8203;anthonyshew](https://github.com/anthonyshew) in [#&#8203;10936](vercel/turborepo#10936)
- docs: fix correct package name from eslint-config-turbo to eslint-plugin-turbo by [@&#8203;tetzng](https://github.com/tetzng) in [#&#8203;10954](vercel/turborepo#10954)
- docs: align tailwindcss 4 guide to the with-tailwind example  by [@&#8203;esauri](https://github.com/esauri) in [#&#8203;10963](vercel/turborepo#10963)
- docs: fix typos and formatting issues in Playwright guide by [@&#8203;yamcodes](https://github.com/yamcodes) in [#&#8203;10980](vercel/turborepo#10980)
- docs: adjust compute hours saved component initial value by [@&#8203;anthonyshew](https://github.com/anthonyshew) in [#&#8203;10958](vercel/turborepo#10958)
- docs: clarify passthrough args comparison by [@&#8203;emilbjorklund](https://github.com/emilbjorklund) in [#&#8203;10990](vercel/turborepo#10990)
- docs: fix profile images on home page by [@&#8203;anthonyshew](https://github.com/anthonyshew) in [#&#8203;10993](vercel/turborepo#10993)
- feat: microfrontends by [@&#8203;anthonyshew](https://github.com/anthonyshew) in [#&#8203;10982](vercel/turborepo#10982)
- docs: Clarify passtrhough args cache miss by [@&#8203;eug-vs](https://github.com/eug-vs) in [#&#8203;11026](vercel/turborepo#11026)
- fix: path validation in `microfrontends.json` by [@&#8203;anthonyshew](https://github.com/anthonyshew) in [#&#8203;11006](vercel/turborepo#11006)
- feat(microfrontends): schema.json for microfrontends.json by [@&#8203;anthonyshew](https://github.com/anthonyshew) in [#&#8203;11008](vercel/turborepo#11008)

##### create-turbo

- feat: update `create-turbo` Bun prompt text by [@&#8203;anthonyshew](https://github.com/anthonyshew) in [#&#8203;10918](vercel/turborepo#10918)

##### eslint

- fix(eslint-config-turbo): use module.exports for ESLint v8 compatibility by [@&#8203;anthonyshew](https://github.com/anthonyshew) in [#&#8203;10902](vercel/turborepo#10902)
- perf: \~8.6x faster ESLint rule by [@&#8203;anthonyshew](https://github.com/anthonyshew) in [#&#8203;10943](vercel/turborepo#10943)

##### Examples

- Update package.json by [@&#8203;Satheeshsk369](https://github.com/Satheeshsk369) in [#&#8203;10892](vercel/turborepo#10892)
- docs: fix JSDoc type for ESLint config in basic example by [@&#8203;victor-code19](https://github.com/victor-code19) in [#&#8203;10727](vercel/turborepo#10727)
- refactor(examples): enhance `with-nestjs` ([#&#8203;8131](vercel/turborepo#8131)) by [@&#8203;Neosoulink](https://github.com/Neosoulink) in [#&#8203;10964](vercel/turborepo#10964)
- examples: Upgrade core-team-maintained examples to Next.js 16 by [@&#8203;anthonyshew](https://github.com/anthonyshew) in [#&#8203;11014](vercel/turborepo#11014)

##### Changelog

- chore: remove missing turbow\.js references by [@&#8203;pauloZion1](https://github.com/pauloZion1) in [#&#8203;10893](vercel/turborepo#10893)
- fix(turborepo-lockfiles): handle missing optional dependencies in Bun lockfiles by [@&#8203;anthonyshew](https://github.com/anthonyshew) in [#&#8203;10909](vercel/turborepo#10909)
- fix: update `ui` suggested value in error message for turbo.json by [@&#8203;hugomassing](https://github.com/hugomassing) in [#&#8203;10896](vercel/turborepo#10896)
- chore: remove unused `origin` field from auth structs by [@&#8203;anthonyshew](https://github.com/anthonyshew) in [#&#8203;10910](vercel/turborepo#10910)
- feat: new OAuth flow for Turborepo CLI with Vercel by [@&#8203;anthonyshew](https://github.com/anthonyshew) in [#&#8203;10911](vercel/turborepo#10911)
- fix(lockfiles): include bundled dependencies in Bun lockfile subgraphs by [@&#8203;anthonyshew](https://github.com/anthonyshew) in [#&#8203;10915](vercel/turborepo#10915)
- test: increase coverage for lockfiles by [@&#8203;anthonyshew](https://github.com/anthonyshew) in [#&#8203;10633](vercel/turborepo#10633)
- fix: update remote cache OAuth refresh flow by [@&#8203;anthonyshew](https://github.com/anthonyshew) in [#&#8203;10916](vercel/turborepo#10916)
- feat(tui): task list search with `/` by [@&#8203;anthonyshew](https://github.com/anthonyshew) in [#&#8203;10908](vercel/turborepo#10908)
- fix: --graph=foo.dot should not require graphviz installed by [@&#8203;blast-hardcheese](https://github.com/blast-hardcheese) in [#&#8203;10942](vercel/turborepo#10942)
- chore: update devcontainer configuration by [@&#8203;anthonyshew](https://github.com/anthonyshew) in [#&#8203;10955](vercel/turborepo#10955)
- fix: `injectWorkspacePackages` for `turbo prune` with pnpm by [@&#8203;anthonyshew](https://github.com/anthonyshew) in [#&#8203;10945](vercel/turborepo#10945)
- fix: adjust binary call for microfrontends proxy on Windows by [@&#8203;mknichel](https://github.com/mknichel) in [#&#8203;10962](vercel/turborepo#10962)
- Add worktrees.json configuration to .cursor directory by [@&#8203;Copilot](https://github.com/Copilot) in [#&#8203;10986](vercel/turborepo#10986)
- fix: windows symlinking bug by [@&#8203;anthonyshew](https://github.com/anthonyshew) in [#&#8203;10992](vercel/turborepo#10992)
- fix: added Linux env vars to global passthroughs by [@&#8203;aviramha](https://github.com/aviramha) in [#&#8203;10984](vercel/turborepo#10984)
- fix: recursive transitive closure analysis in npm lockfile parser by [@&#8203;anthonyshew](https://github.com/anthonyshew) in [#&#8203;10988](vercel/turborepo#10988)
- ci(fix): dynamically set ports in proxy integration tests by [@&#8203;anthonyshew](https://github.com/anthonyshew) in [#&#8203;11009](vercel/turborepo#11009)
- feat: Add support for custom microfrontends.json naming by [@&#8203;kitfoster](https://github.com/kitfoster) in [#&#8203;11022](vercel/turborepo#11022)

#### New Contributors

- [@&#8203;Satheeshsk369](https://github.com/Satheeshsk369) made their first contribution in [#&#8203;10892](vercel/turborepo#10892)
- [@&#8203;robobun](https://github.com/robobun) made their first contribution in [#&#8203;10729](vercel/turborepo#10729)
- [@&#8203;hugomassing](https://github.com/hugomassing) made their first contribution in [#&#8203;10896](vercel/turborepo#10896)
- [@&#8203;victor-code19](https://github.com/victor-code19) made their first contribution in [#&#8203;10727](vercel/turborepo#10727)
- [@&#8203;blast-hardcheese](https://github.com/blast-hardcheese) made their first contribution in [#&#8203;10942](vercel/turborepo#10942)
- [@&#8203;tetzng](https://github.com/tetzng) made their first contribution in [#&#8203;10954](vercel/turborepo#10954)
- [@&#8203;esauri](https://github.com/esauri) made their first contribution in [#&#8203;10963](vercel/turborepo#10963)
- [@&#8203;Copilot](https://github.com/Copilot) made their first contribution in [#&#8203;10986](vercel/turborepo#10986)
- [@&#8203;emilbjorklund](https://github.com/emilbjorklund) made their first contribution in [#&#8203;10990](vercel/turborepo#10990)
- [@&#8203;aviramha](https://github.com/aviramha) made their first contribution in [#&#8203;10984](vercel/turborepo#10984)
- [@&#8203;eug-vs](https://github.com/eug-vs) made their first contribution in [#&#8203;11026](vercel/turborepo#11026)
- [@&#8203;kitfoster](https://github.com/kitfoster) made their first contribution in [#&#8203;11022](vercel/turborepo#11022)

**Full Changelog**: <vercel/turborepo@v2.5.8...v2.6.0>

### [`v2.5.8`](https://github.com/vercel/turborepo/releases/tag/v2.5.8): Turborepo v2.5.8

[Compare Source](vercel/turborepo@v2.5.7...v2.5.8)

<!-- Release notes generated using configuration in .github/release.yml at v2.5.8 -->

#### What's Changed

##### create-turbo

- fix: revert [#&#8203;10847](vercel/turborepo#10847) by [@&#8203;anthonyshew](https://github.com/anthonyshew) in [#&#8203;10882](vercel/turborepo#10882)

##### Changelog

- chore: add Cursor slash command by [@&#8203;anthonyshew](https://github.com/anthonyshew) in [#&#8203;10881](vercel/turborepo#10881)

**Full Changelog**: <vercel/turborepo@v2.5.7...v2.5.8>

### [`v2.5.7`](https://github.com/vercel/turborepo/releases/tag/v2.5.7): Turborepo v2.5.7

[Compare Source](vercel/turborepo@v2.5.6...v2.5.7)

<!-- Release notes generated using configuration in .github/release.yml at v2.5.7 -->

#### What's Changed

##### Docs

- docs: add `TURBO_CONCURRENCY` to options overview page by [@&#8203;anthonyshew](https://github.com/anthonyshew) in [#&#8203;10772](vercel/turborepo#10772)
- fix(docs): fix broken anchor links to --graph option by [@&#8203;anthonyshew](https://github.com/anthonyshew) in [#&#8203;10773](vercel/turborepo#10773)
- docs: clarify TURBO\_TEAM secret usage by [@&#8203;vikhyathdevadiga](https://github.com/vikhyathdevadiga) in [#&#8203;10795](vercel/turborepo#10795)
- docs: add Buildkite example to CI Vendors documentation by [@&#8203;AndrewDiMola](https://github.com/AndrewDiMola) in [#&#8203;10721](vercel/turborepo#10721)
- docs: rework llms.txt and add .md responses by [@&#8203;anthonyshew](https://github.com/anthonyshew) in [#&#8203;10811](vercel/turborepo#10811)
- docs: add `name` field mention to migration page by [@&#8203;anthonyshew](https://github.com/anthonyshew) in [#&#8203;10823](vercel/turborepo#10823)
- docs: update configuration reference to use correct turbo.json title by [@&#8203;xcfio](https://github.com/xcfio) in [#&#8203;10843](vercel/turborepo#10843)
- docs: correct description of how `^` works by [@&#8203;anthonyshew](https://github.com/anthonyshew) in [#&#8203;10865](vercel/turborepo#10865)

##### create-turbo

- feat(create-turbo): `--no-git` flag by [@&#8203;anthonyshew](https://github.com/anthonyshew) in [#&#8203;10720](vercel/turborepo#10720)
- chore(create-turbo): fix lint by [@&#8203;chris-olszewski](https://github.com/chris-olszewski) in [#&#8203;10807](vercel/turborepo#10807)
- fix(security): update dependencies to resolve warning for `node-plop` by [@&#8203;anthonyshew](https://github.com/anthonyshew) in [#&#8203;10847](vercel/turborepo#10847)

##### eslint

- docs: adjust typo on instructions for eslint-config-turbo legacy config by [@&#8203;evsasse](https://github.com/evsasse) in [#&#8203;10717](vercel/turborepo#10717)

##### [@&#8203;turbo/repository](https://github.com/turbo/repository)

- chore: reformat code with 2024 edition by [@&#8203;ognevny](https://github.com/ognevny) in [#&#8203;10775](vercel/turborepo#10775)

##### Examples

- chore(deps-dev): bump the with-svelte group in /examples/with-svelte with 6 updates by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;10752](vercel/turborepo#10752)
- chore(deps-dev): bump turbo from 2.5.5 to 2.5.6 in /examples/with-shell-commands by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;10781](vercel/turborepo#10781)
- chore(deps-dev): bump [@&#8203;sveltejs/kit](https://github.com/sveltejs/kit) from 2.27.3 to 2.31.1 in /examples/with-svelte in the with-svelte group by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;10780](vercel/turborepo#10780)
- chore(deps-dev): bump [@&#8203;next/eslint-plugin-next](https://github.com/next/eslint-plugin-next) from 15.4.2 to 15.4.6 in /examples/with-tailwind by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;10779](vercel/turborepo#10779)
- chore(deps-dev): bump [@&#8203;next/eslint-plugin-next](https://github.com/next/eslint-plugin-next) from 15.4.2 to 15.4.6 in /examples/basic by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;10776](vercel/turborepo#10776)
- chore(deps): bump next from 15.4.2 to 15.4.6 in /examples/non-monorepo by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;10778](vercel/turborepo#10778)
- chore(deps-dev): bump the with-svelte group in /examples/with-svelte with 3 updates by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;10787](vercel/turborepo#10787)
- chore(deps): bump the basic group in /examples/basic with 3 updates by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;10788](vercel/turborepo#10788)
- fix: add types node to fix minimatch issue by [@&#8203;oliveirabalsa](https://github.com/oliveirabalsa) in [#&#8203;10730](vercel/turborepo#10730)
- chore(deps-dev): bump the basic group in /examples/basic with 2 updates by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;10797](vercel/turborepo#10797)
- chore(deps-dev): bump the with-svelte group in /examples/with-svelte with 2 updates by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;10800](vercel/turborepo#10800)

##### Changelog

- feat(turbo\_json): add `$TURBO_EXTENDS$` by [@&#8203;chris-olszewski](https://github.com/chris-olszewski) in [#&#8203;10763](vercel/turborepo#10763)
- chore(deps): bump the kitchen-sink group in /examples/kitchen-sink with 10 updates by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;10758](vercel/turborepo#10758)
- chore: fix lints by [@&#8203;chris-olszewski](https://github.com/chris-olszewski) in [#&#8203;10786](vercel/turborepo#10786)
- docs: add top level crate documentation by [@&#8203;chris-olszewski](https://github.com/chris-olszewski) in [#&#8203;10801](vercel/turborepo#10801)
- docs: add more doc comments for working with the lockfile trait by [@&#8203;chris-olszewski](https://github.com/chris-olszewski) in [#&#8203;10802](vercel/turborepo#10802)
- fix(logs): create log files for non-cached tasks by [@&#8203;chris-olszewski](https://github.com/chris-olszewski) in [#&#8203;10806](vercel/turborepo#10806)
- ci: add packaging checks for some JS packages by [@&#8203;anthonyshew](https://github.com/anthonyshew) in [#&#8203;10810](vercel/turborepo#10810)
- docs: fix typos by [@&#8203;pauloZion1](https://github.com/pauloZion1) in [#&#8203;10821](vercel/turborepo#10821)
- feat(turbo\_json): allow for extending form non-root `turbo.json` by [@&#8203;chris-olszewski](https://github.com/chris-olszewski) in [#&#8203;10812](vercel/turborepo#10812)
- feat(tui): add shortcut for clearing task logs by [@&#8203;mcky](https://github.com/mcky) in [#&#8203;10828](vercel/turborepo#10828)
- chore: mention other package managers in bug report template by [@&#8203;anthonyshew](https://github.com/anthonyshew) in [#&#8203;10849](vercel/turborepo#10849)
- feat: add Expo to common frameworks by [@&#8203;Alvi24](https://github.com/Alvi24) in [#&#8203;10861](vercel/turborepo#10861)
- chore: remove label from workflows by [@&#8203;anthonyshew](https://github.com/anthonyshew) in [#&#8203;10864](vercel/turborepo#10864)
- fix: add WINDIR to default passthroughs by [@&#8203;anthonyshew](https://github.com/anthonyshew) in [#&#8203;10868](vercel/turborepo#10868)
- fix: output valid turbo.json for prune with Boundaries definition by [@&#8203;anthonyshew](https://github.com/anthonyshew) in [#&#8203;10866](vercel/turborepo#10866)
- fix: sanitize logging prefix for GitLab groups by [@&#8203;anthonyshew](https://github.com/anthonyshew) in [#&#8203;10850](vercel/turborepo#10850)

#### New Contributors

- [@&#8203;oliveirabalsa](https://github.com/oliveirabalsa) made their first contribution in [#&#8203;10730](vercel/turborepo#10730)
- [@&#8203;vikhyathdevadiga](https://github.com/vikhyathdevadiga) made their first contribution in [#&#8203;10795](vercel/turborepo#10795)
- [@&#8203;AndrewDiMola](https://github.com/AndrewDiMola) made their first contribution in [#&#8203;10721](vercel/turborepo#10721)
- [@&#8203;pauloZion1](https://github.com/pauloZion1) made their first contribution in [#&#8203;10821](vercel/turborepo#10821)
- [@&#8203;mcky](https://github.com/mcky) made their first contribution in [#&#8203;10828](vercel/turborepo#10828)
- [@&#8203;xcfio](https://github.com/xcfio) made their first contribution in [#&#8203;10843](vercel/turborepo#10843)
- [@&#8203;evsasse](https://github.com/evsasse) made their first contribution in [#&#8203;10717](vercel/turborepo#10717)
- [@&#8203;Alvi24](https://github.com/Alvi24) made their first contribution in [#&#8203;10861](vercel/turborepo#10861)

**Full Changelog**: <vercel/turborepo@v2.5.6...v2.5.7>

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box

---

This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNDguNCIsInVwZGF0ZWRJblZlciI6IjQyLjEuMyIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->

Reviewed-on: https://git.in.csmpro.ru/csmpro/csm-mapban/pulls/30
Co-authored-by: Renovate Bot <renovate@csmpro.ru>
Co-committed-by: Renovate Bot <renovate@csmpro.ru>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants