Skip to content

build(deps): bump the patch group across 3 directories with 6 updates#1537

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/bun/patch-a292865825
Open

build(deps): bump the patch group across 3 directories with 6 updates#1537
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/bun/patch-a292865825

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 15, 2026

Bumps the patch group with 6 updates in the / directory:

Package From To
@biomejs/biome 2.4.13 2.4.14
@tanstack/react-router-ssr-query 1.166.11 1.166.12
@tanstack/react-start 1.167.39 1.167.59
nanoid 5.1.9 5.1.11
@tanstack/router-plugin 1.167.22 1.167.32
postcss 8.5.10 8.5.13

Bumps the patch group with 5 updates in the /packages/app-builder directory:

Package From To
@tanstack/react-router-ssr-query 1.166.11 1.166.12
@tanstack/react-start 1.167.44 1.167.59
nanoid 5.1.9 5.1.11
@tanstack/router-plugin 1.167.23 1.167.32
postcss 8.5.10 8.5.13

Bumps the patch group with 1 update in the /packages/ui-design-system directory: postcss.

Updates @biomejs/biome from 2.4.13 to 2.4.14

Release notes

Sourced from @​biomejs/biome's releases.

Biome CLI v2.4.14

2.4.14

Patch Changes

  • #9393 491b171 Thanks @​dyc3! - Added the nursery rule useTestHooksOnTop in the test domain. The rule flags lifecycle hooks (beforeEach, beforeAll, afterEach, afterAll) that appear after test cases in the same block, enforcing that hooks are defined before any test case.

  • #10157 eefc5ab Thanks @​dyc3! - Fixed #7882: The HTML parser will now emit better diagnostics when it encounters a void element with a closing tag, such as <br></br>. Previously, the parser would emit multiple diagnostics with conflicting advice. Now it emits a single diagnostic that clearly states that void elements should not have closing tags.

  • #10054 0e9f569 Thanks @​minseong0324! - noMisleadingReturnType no longer misses widening from concrete object types, class instances, object literals, tuples, functions, and regular expressions to : object.

    A function annotated : object returning an object literal:

    function f(): object {
      return { retry: true };
    }
  • #10116 53269eb Thanks @​jiwon79! - Fixed #6201: noUselessEscapeInRegex no longer flags an escaped backslash followed by - as a useless escape. Patterns like /[\\-]/ are now considered valid because the second \ is the escaped backslash, not an unnecessary escape of the trailing dash.

  • #10092 33d8543 Thanks @​Conaclos! - Fixed #9097: organizeImports no longer adds a blank line between a never-matched group and a matched group.

    Given the following organizeImports options:

    {
      "groups": [":NODE:", ":BLANK_LINE:", ":PACKAGE:", ":BLANK_LINE:", ":PATH:"]
    }

    The following code...

    // Comment
    import "package";
    import "./file.js";

    ...was organized as:

    +
      // Comment
      import "package";
    +
      import "./file.js";

... (truncated)

Changelog

Sourced from @​biomejs/biome's changelog.

2.4.14

Patch Changes

  • #9393 491b171 Thanks @​dyc3! - Added the nursery rule useTestHooksOnTop in the test domain. The rule flags lifecycle hooks (beforeEach, beforeAll, afterEach, afterAll) that appear after test cases in the same block, enforcing that hooks are defined before any test case.

  • #10157 eefc5ab Thanks @​dyc3! - Fixed #7882: The HTML parser will now emit better diagnostics when it encounters a void element with a closing tag, such as <br></br>. Previously, the parser would emit multiple diagnostics with conflicting advice. Now it emits a single diagnostic that clearly states that void elements should not have closing tags.

  • #10054 0e9f569 Thanks @​minseong0324! - noMisleadingReturnType no longer misses widening from concrete object types, class instances, object literals, tuples, functions, and regular expressions to : object.

    A function annotated : object returning an object literal:

    function f(): object {
      return { retry: true };
    }
  • #10116 53269eb Thanks @​jiwon79! - Fixed #6201: noUselessEscapeInRegex no longer flags an escaped backslash followed by - as a useless escape. Patterns like /[\\-]/ are now considered valid because the second \ is the escaped backslash, not an unnecessary escape of the trailing dash.

  • #10092 33d8543 Thanks @​Conaclos! - Fixed #9097: organizeImports no longer adds a blank line between a never-matched group and a matched group.

    Given the following organizeImports options:

    {
      "groups": [":NODE:", ":BLANK_LINE:", ":PACKAGE:", ":BLANK_LINE:", ":PATH:"]
    }

    The following code...

    // Comment
    import "package";
    import "./file.js";

    ...was organized as:

    +
      // Comment
      import "package";
    +
      import "./file.js";

    A blank line was added even though the group ':NODE:' doesn't match any imports here. :BLANK_LINE: between never-matched groups and matched groups are now ignored.

... (truncated)

Commits

Updates @tanstack/react-router-ssr-query from 1.166.11 to 1.166.12

Changelog

Sourced from @​tanstack/react-router-ssr-query's changelog.

1.166.12

Patch Changes

  • Updated dependencies [b12f57b]:
    • @​tanstack/router-ssr-query-core@​1.168.0
Commits

Updates @tanstack/react-start from 1.167.39 to 1.167.59

Changelog

Sourced from @​tanstack/react-start's changelog.

1.167.59

Patch Changes

  • Updated dependencies [96818b8]:
    • @​tanstack/start-plugin-core@​1.169.14
    • @​tanstack/react-start-rsc@​0.0.38

1.167.58

Patch Changes

  • Add compiler-driven RSC CSS auto-injection for Start RSC render APIs and wire it into the React Start Vite and Rsbuild adapters. This ensures same-file CSS module dependencies are discovered for renderServerComponent, createCompositeComponent, and JSX-based renderToReadableStream calls. (#7310)

    Also add a configurable server function provider module directive hook used by the React Rsbuild RSC adapter to emit "use server-entry" only for extracted provider files.

  • Updated dependencies [ae453b7]:

    • @​tanstack/react-start-rsc@​0.0.37
    • @​tanstack/start-plugin-core@​1.169.13

1.167.57

Patch Changes

  • Updated dependencies []:
    • @​tanstack/react-router@​1.169.1
    • @​tanstack/react-start-client@​1.166.47
    • @​tanstack/react-start-rsc@​0.0.36
    • @​tanstack/react-start-server@​1.166.48
    • @​tanstack/start-client-core@​1.168.1
    • @​tanstack/start-plugin-core@​1.169.12
    • @​tanstack/start-server-core@​1.167.26

1.167.56

Patch Changes

  • Updated dependencies [82b0613]:
    • @​tanstack/start-client-core@​1.168.0
    • @​tanstack/react-start-client@​1.166.46
    • @​tanstack/react-start-rsc@​0.0.35
    • @​tanstack/react-start-server@​1.166.47
    • @​tanstack/start-plugin-core@​1.169.11
    • @​tanstack/start-server-core@​1.167.25

1.167.55

Patch Changes

... (truncated)

Commits

Updates nanoid from 5.1.9 to 5.1.11

Release notes

Sourced from nanoid's releases.

5.1.11

  • Fixed breaking Nano ID by requesting big ID.

5.1.10

Changelog

Sourced from nanoid's changelog.

5.1.11

  • Fixed breaking Nano ID by requesting big ID.

5.1.10

Commits

Updates @tanstack/router-plugin from 1.167.22 to 1.167.32

Changelog

Sourced from @​tanstack/router-plugin's changelog.

1.167.32

Patch Changes

  • Replace global route metadata with explicit router plugin contexts so multiple router plugin instances cannot cross-transform route files. (#7313)

1.167.31

Patch Changes

  • Updated dependencies [4a1e63f]:
    • @​tanstack/router-core@​1.169.1
    • @​tanstack/react-router@​1.169.1
    • @​tanstack/router-generator@​1.166.39

1.167.30

Patch Changes

  • Updated dependencies [c992495]:
    • @​tanstack/router-core@​1.169.0
    • @​tanstack/react-router@​1.169.0
    • @​tanstack/router-generator@​1.166.38

1.167.29

Patch Changes

  • Updated dependencies [b5c4183]:
    • @​tanstack/router-core@​1.168.18
    • @​tanstack/react-router@​1.168.26
    • @​tanstack/router-generator@​1.166.37

1.167.28

Patch Changes

  • Updated dependencies [493148b]:
    • @​tanstack/router-core@​1.168.17
    • @​tanstack/react-router@​1.168.25
    • @​tanstack/router-generator@​1.166.36

1.167.27

Patch Changes

  • Updated dependencies [a2ad394]:
    • @​tanstack/router-generator@​1.166.35

1.167.26

... (truncated)

Commits
  • 12c50ed ci: changeset release
  • 96818b8 fix(router-plugin): isolate route metadata per plugin instance (#7313)
  • 2c9f5c0 ci: changeset release
  • dad0ec8 ci: changeset release
  • a730094 ci: changeset release
  • b0024d6 Revert "fix(solid-router): enable route component HMR for Solid"
  • b86b061 fix(solid-router): enable route component HMR for Solid
  • 1285422 ci: changeset release
  • 97207a1 ci: changeset release
  • 387479d ci: changeset release
  • Additional commits viewable in compare view

Updates postcss from 8.5.10 to 8.5.13

Release notes

Sourced from postcss's releases.

8.5.13

  • Fixed postcss-scss commend regression.

8.5.12

  • Fixed reading any file via user-generated CSS.
  • Added opts.unsafeMap to disable checks.

8.5.11

  • Fixed nested brackets parsing performance (by @​offset).
Changelog

Sourced from postcss's changelog.

8.5.13

  • Fixed postcss-scss commend regression.

8.5.12

  • Fixed reading any file via user-generated CSS.
  • Added opts.unsafeMap to disable checks.

8.5.11

  • Fixed nested brackets parsing performance (by @​offset).
Commits

Updates @tanstack/react-router-ssr-query from 1.166.11 to 1.166.12

Changelog

Sourced from @​tanstack/react-router-ssr-query's changelog.

1.166.12

Patch Changes

  • Updated dependencies [b12f57b]:
    • @​tanstack/router-ssr-query-core@​1.168.0
Commits

Updates @tanstack/react-start from 1.167.44 to 1.167.59

Changelog

Sourced from @​tanstack/react-start's changelog.

1.167.59

Patch Changes

  • Updated dependencies [96818b8]:
    • @​tanstack/start-plugin-core@​1.169.14
    • @​tanstack/react-start-rsc@​0.0.38

1.167.58

Patch Changes

  • Add compiler-driven RSC CSS auto-injection for Start RSC render APIs and wire it into the React Start Vite and Rsbuild adapters. This ensures same-file CSS module dependencies are discovered for renderServerComponent, createCompositeComponent, and JSX-based renderToReadableStream calls. (#7310)

    Also add a configurable server function provider module directive hook used by the React Rsbuild RSC adapter to emit "use server-entry" only for extracted provider files.

  • Updated dependencies [ae453b7]:

    • @​tanstack/react-start-rsc@​0.0.37
    • @​tanstack/start-plugin-core@​1.169.13

1.167.57

Patch Changes

  • Updated dependencies []:
    • @​tanstack/react-router@​1.169.1
    • @​tanstack/react-start-client@​1.166.47
    • @​tanstack/react-start-rsc@​0.0.36
    • @​tanstack/react-start-server@​1.166.48
    • @​tanstack/start-client-core@​1.168.1
    • @​tanstack/start-plugin-core@​1.169.12
    • @​tanstack/start-server-core@​1.167.26

1.167.56

Patch Changes

  • Updated dependencies [82b0613]:
    • @​tanstack/start-client-core@​1.168.0
    • @​tanstack/react-start-client@​1.166.46
    • @​tanstack/react-start-rsc@​0.0.35
    • @​tanstack/react-start-server@​1.166.47
    • @​tanstack/start-plugin-core@​1.169.11
    • @​tanstack/start-server-core@​1.167.25

1.167.55

Patch Changes

... (truncated)

Commits

Updates nanoid from 5.1.9 to 5.1.11

Release notes

Sourced from nanoid's releases.

5.1.11

  • Fixed breaking Nano ID by requesting big ID.

5.1.10

Changelog

Sourced from nanoid's changelog.

5.1.11

  • Fixed breaking Nano ID by requesting big ID.

5.1.10

Commits

Updates @tanstack/router-plugin from 1.167.23 to 1.167.32

Changelog

Sourced from @​tanstack/router-plugin's changelog.

1.167.32

Patch Changes

  • Replace global route metadata with explicit router plugin contexts so multiple router plugin instances cannot cross-transform route files. (#7313)

1.167.31

Patch Changes

  • Updated dependencies [4a1e63f]:
    • @​tanstack/router-core@​1.169.1
    • @​tanstack/react-router@​1.169.1
    • @​tanstack/router-generator@​1.166.39

1.167.30

Patch Changes

  • Updated dependencies [c992495]:
    • @​tanstack/router-core@​1.169.0
    • @​tanstack/react-router@​1.169.0
    • @​tanstack/router-generator@​1.166.38

1.167.29

Patch Changes

  • Updated dependencies [b5c4183]:
    • @​tanstack/router-core@​1.168.18
    • @​tanstack/react-router@​1.168.26
    • @​tanstack/router-generator@​1.166.37

1.167.28

Patch Changes

  • Updated dependencies [493148b]:
    • @​tanstack/router-core@​1.168.17
    • @​tanstack/react-router@​1.168.25
    • @​tanstack/router-generator@​1.166.36

1.167.27

Patch Changes

  • Updated dependencies [a2ad394]:
    • @​tanstack/router-generator@​1.166.35

1.167.26

... (truncated)

Commits
  • 12c50ed ci: changeset release
  • 96818b8 fix(router-plugin): isolate route metadata per plugin instance (#7313)
  • 2c9f5c0 ci: changeset release
  • dad0ec8 ci: changeset release
  • a730094 ci: changeset release
  • b0024d6 Revert "fix(solid-router): enable route component HMR for Solid"
  • b86b061 fix(solid-router): enable route component HMR for Solid
  • 1285422 ci: changeset release
  • 97207a1 ci: changeset release
  • 387479d ci: changeset release
  • Additional commits viewable in compare view

Updates postcss from 8.5.10 to 8.5.13

Release notes

Sourced from postcss's releases.

8.5.13

  • Fixed postcss-scss commend regression.

8.5.12

  • Fixed reading any file via user-generated CSS.
  • Added opts.unsafeMap to disable checks.

8.5.11

  • Fixed nested brackets parsing performance (by @​offset).
Changelog

Sourced from postcss's changelog.

8.5.13

  • Fixed postcss-scss commend regression.

8.5.12

  • Fixed reading any file via user-generated CSS.
  • Added opts.unsafeMap to disable checks.

8.5.11

  • Fixed nested brackets parsing performance (by @​offset).
Commits

Updates postcss from 8.5.10 to 8.5.13

Release notes

Sourced from postcss's releases.

8.5.13

  • Fixed postcss-scss commend regression.

8.5.12

  • Fixed reading any file via user-generated CSS.
  • Added opts.unsafeMap to disable checks.

8.5.11

  • Fixed nested brackets parsing performance (by @​offset).
Changelog

Sourced from postcss's changelog.

8.5.13

  • Fixed postcss-scss commend regression.

8.5.12

  • Fixed reading any file via user-generated CSS.
  • Added opts.unsafeMap to disable checks.

8.5.11

  • Fixed nested brackets parsing performance (by @​offset).
Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the patch group with 6 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@biomejs/biome](https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome) | `2.4.13` | `2.4.14` |
| [@tanstack/react-router-ssr-query](https://github.com/TanStack/router/tree/HEAD/packages/react-router-ssr-query) | `1.166.11` | `1.166.12` |
| [@tanstack/react-start](https://github.com/TanStack/router/tree/HEAD/packages/react-start) | `1.167.39` | `1.167.59` |
| [nanoid](https://github.com/ai/nanoid) | `5.1.9` | `5.1.11` |
| [@tanstack/router-plugin](https://github.com/TanStack/router/tree/HEAD/packages/router-plugin) | `1.167.22` | `1.167.32` |
| [postcss](https://github.com/postcss/postcss) | `8.5.10` | `8.5.13` |

Bumps the patch group with 5 updates in the /packages/app-builder directory:

| Package | From | To |
| --- | --- | --- |
| [@tanstack/react-router-ssr-query](https://github.com/TanStack/router/tree/HEAD/packages/react-router-ssr-query) | `1.166.11` | `1.166.12` |
| [@tanstack/react-start](https://github.com/TanStack/router/tree/HEAD/packages/react-start) | `1.167.44` | `1.167.59` |
| [nanoid](https://github.com/ai/nanoid) | `5.1.9` | `5.1.11` |
| [@tanstack/router-plugin](https://github.com/TanStack/router/tree/HEAD/packages/router-plugin) | `1.167.23` | `1.167.32` |
| [postcss](https://github.com/postcss/postcss) | `8.5.10` | `8.5.13` |

Bumps the patch group with 1 update in the /packages/ui-design-system directory: [postcss](https://github.com/postcss/postcss).


Updates `@biomejs/biome` from 2.4.13 to 2.4.14
- [Release notes](https://github.com/biomejs/biome/releases)
- [Changelog](https://github.com/biomejs/biome/blob/main/packages/@biomejs/biome/CHANGELOG.md)
- [Commits](https://github.com/biomejs/biome/commits/@biomejs/[email protected]/packages/@biomejs/biome)

Updates `@tanstack/react-router-ssr-query` from 1.166.11 to 1.166.12
- [Release notes](https://github.com/TanStack/router/releases)
- [Changelog](https://github.com/TanStack/router/blob/main/packages/react-router-ssr-query/CHANGELOG.md)
- [Commits](https://github.com/TanStack/router/commits/@tanstack/[email protected]/packages/react-router-ssr-query)

Updates `@tanstack/react-start` from 1.167.39 to 1.167.59
- [Release notes](https://github.com/TanStack/router/releases)
- [Changelog](https://github.com/TanStack/router/blob/main/packages/react-start/CHANGELOG.md)
- [Commits](https://github.com/TanStack/router/commits/@tanstack/[email protected]/packages/react-start)

Updates `nanoid` from 5.1.9 to 5.1.11
- [Release notes](https://github.com/ai/nanoid/releases)
- [Changelog](https://github.com/ai/nanoid/blob/main/CHANGELOG.md)
- [Commits](ai/nanoid@5.1.9...5.1.11)

Updates `@tanstack/router-plugin` from 1.167.22 to 1.167.32
- [Release notes](https://github.com/TanStack/router/releases)
- [Changelog](https://github.com/TanStack/router/blob/main/packages/router-plugin/CHANGELOG.md)
- [Commits](https://github.com/TanStack/router/commits/@tanstack/[email protected]/packages/router-plugin)

Updates `postcss` from 8.5.10 to 8.5.13
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](postcss/postcss@8.5.10...8.5.13)

Updates `@tanstack/react-router-ssr-query` from 1.166.11 to 1.166.12
- [Release notes](https://github.com/TanStack/router/releases)
- [Changelog](https://github.com/TanStack/router/blob/main/packages/react-router-ssr-query/CHANGELOG.md)
- [Commits](https://github.com/TanStack/router/commits/@tanstack/[email protected]/packages/react-router-ssr-query)

Updates `@tanstack/react-start` from 1.167.44 to 1.167.59
- [Release notes](https://github.com/TanStack/router/releases)
- [Changelog](https://github.com/TanStack/router/blob/main/packages/react-start/CHANGELOG.md)
- [Commits](https://github.com/TanStack/router/commits/@tanstack/[email protected]/packages/react-start)

Updates `nanoid` from 5.1.9 to 5.1.11
- [Release notes](https://github.com/ai/nanoid/releases)
- [Changelog](https://github.com/ai/nanoid/blob/main/CHANGELOG.md)
- [Commits](ai/nanoid@5.1.9...5.1.11)

Updates `@tanstack/router-plugin` from 1.167.23 to 1.167.32
- [Release notes](https://github.com/TanStack/router/releases)
- [Changelog](https://github.com/TanStack/router/blob/main/packages/router-plugin/CHANGELOG.md)
- [Commits](https://github.com/TanStack/router/commits/@tanstack/[email protected]/packages/router-plugin)

Updates `postcss` from 8.5.10 to 8.5.13
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](postcss/postcss@8.5.10...8.5.13)

Updates `postcss` from 8.5.10 to 8.5.13
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](postcss/postcss@8.5.10...8.5.13)

---
updated-dependencies:
- dependency-name: "@biomejs/biome"
  dependency-version: 2.4.14
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: "@tanstack/react-router-ssr-query"
  dependency-version: 1.166.12
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: "@tanstack/react-start"
  dependency-version: 1.167.59
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: nanoid
  dependency-version: 5.1.11
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: "@tanstack/router-plugin"
  dependency-version: 1.167.32
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: postcss
  dependency-version: 8.5.13
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: "@tanstack/react-router-ssr-query"
  dependency-version: 1.166.12
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: "@tanstack/react-start"
  dependency-version: 1.167.59
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: nanoid
  dependency-version: 5.1.11
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: "@tanstack/router-plugin"
  dependency-version: 1.167.32
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: postcss
  dependency-version: 8.5.13
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: postcss
  dependency-version: 8.5.13
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels May 15, 2026
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