Skip to content

chore: Bump the dependencies group with 10 updates#22

Merged
alex289 merged 1 commit intomainfrom
dependabot/npm_and_yarn/dependencies-b9d65aba8c
Apr 19, 2026
Merged

chore: Bump the dependencies group with 10 updates#22
alex289 merged 1 commit intomainfrom
dependabot/npm_and_yarn/dependencies-b9d65aba8c

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Apr 19, 2026

Bumps the dependencies group with 10 updates:

Package From To
@tanstack/react-router 1.168.18 1.168.23
@tanstack/react-start 1.167.32 1.167.42
@tanstack/start-static-server-functions 1.166.32 1.166.33
fumadocs-core 16.7.12 16.7.16
fumadocs-mdx 14.2.11 14.3.0
fumadocs-ui 16.7.12 16.7.16
oxfmt 0.44.0 0.45.0
oxlint 1.59.0 1.60.0
oxlint-tsgolint 0.20.0 0.21.1
typescript 6.0.2 6.0.3

Updates @tanstack/react-router from 1.168.18 to 1.168.23

Changelog

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

1.168.23

Patch Changes

  • fix(react-router): prevent webpack static analysis of React.use with let binding (#7182)

1.168.22

Patch Changes

  • Preserve shared route stylesheet links across client navigation by rendering route CSS assets with React stylesheet precedence. (#7186)

1.168.21

Patch Changes

  • Updated dependencies [16f6892]:
    • @​tanstack/router-core@​1.168.15

1.168.20

Patch Changes

  • Fix React Server Component imports from @tanstack/react-router by adding a react-server root export that preserves the normal API surface while resolving notFound and redirect from a server-safe entry. (#7183)

    This fixes RSC routes that throw notFound() or redirect() from server functions so they behave correctly during SSR and client navigation.

1.168.19

Patch Changes

  • Fix route file transforms to preserve route ID quoting, handle more exported Route patterns, and avoid incorrect import rewrites in edge cases. (#7167)

    Improve transform robustness with clearer route-call detection, safer import removal, and expanded test coverage for quote preservation, constructor swaps, and unsupported route definitions.

Commits
  • 4d66d42 ci: changeset release
  • cd91cee fix(react-router): prevent webpack static analysis of React.use with let bind...
  • 6d00881 ci: changeset release
  • e30814d fix react-router shared route css persistence on nav (#7186)
  • 26680c9 ci: changeset release
  • 16f6892 fix(router-core): avoid intermediate success state for async notFound (#7184)
  • 73cd569 ci: changeset release
  • c5ad329 fix react server exports for start and react-router (#7183)
  • 85db378 ci: changeset release
  • 105d056 fix(router-generator): harden route file transform rewrites (#7167)
  • See full diff in compare view

Updates @tanstack/react-start from 1.167.32 to 1.167.42

Changelog

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

1.167.42

Patch Changes

  • Updated dependencies [cd91cee]:
    • @​tanstack/react-router@​1.168.23
    • @​tanstack/react-start-client@​1.166.40
    • @​tanstack/react-start-rsc@​0.0.21
    • @​tanstack/react-start-server@​1.166.41

1.167.41

Patch Changes

  • Updated dependencies [f7f0025]:
    • @​tanstack/start-plugin-core@​1.167.35
    • @​tanstack/react-start-rsc@​0.0.20

1.167.40

Patch Changes

  • Updated dependencies [e30814d]:
    • @​tanstack/react-router@​1.168.22
    • @​tanstack/react-start-client@​1.166.39
    • @​tanstack/react-start-rsc@​0.0.19
    • @​tanstack/react-start-server@​1.166.40

1.167.39

Patch Changes

  • Updated dependencies []:
    • @​tanstack/react-router@​1.168.21
    • @​tanstack/react-start-client@​1.166.38
    • @​tanstack/react-start-rsc@​0.0.18
    • @​tanstack/react-start-server@​1.166.39
    • @​tanstack/start-client-core@​1.167.17
    • @​tanstack/start-plugin-core@​1.167.34
    • @​tanstack/start-server-core@​1.167.19

1.167.38

Patch Changes

  • Updated dependencies [c5ad329]:
    • @​tanstack/react-router@​1.168.20
    • @​tanstack/react-start-client@​1.166.37
    • @​tanstack/react-start-rsc@​0.0.17
    • @​tanstack/react-start-server@​1.166.38

... (truncated)

Commits

Updates @tanstack/start-static-server-functions from 1.166.32 to 1.166.33

Changelog

Sourced from @​tanstack/start-static-server-functions's changelog.

1.166.33

Patch Changes

  • Updated dependencies []:
    • @​tanstack/start-client-core@​1.167.17
    • @​tanstack/react-start@​1.167.39
    • @​tanstack/solid-start@​1.167.35
Commits

Updates fumadocs-core from 16.7.12 to 16.7.16

Release notes

Sourced from fumadocs-core's releases.

fumadocs-core@16.7.16

Patch Changes

  • 9cf33e9: Improve inline code output
  • 9cf33e9: Support async hooks in Shiki transformers

fumadocs-core@16.7.15

Patch Changes

  • e1567e2: use local fork of Shiki rehype integration
  • 9a200c8: fix multi-line in remark-npm
  • c731a92: Implement selective re-render for TOC
  • a4189ce: Improve AST plugins

fumadocs-core@16.7.14

Patch Changes

  • 2d8f596: fix npm pack skipping nested node_modules

fumadocs-core@16.7.13

Patch Changes

  • 690ddb9: bundle more deps
Commits

Updates fumadocs-mdx from 14.2.11 to 14.3.0

Release notes

Sourced from fumadocs-mdx's releases.

fumadocs-mdx@14.3.0

Minor Changes

  • fa9f678: Make Next.js config ESM only

    Newer Next.js supported .mts extension for Next.js config files, see Next.js docs for more info.

fumadocs-mdx@14.2.14

Patch Changes

  • eb62304: Make mdx-remote optional for dynamic mode
  • Updated dependencies [e1567e2]
  • Updated dependencies [9a200c8]
  • Updated dependencies [c731a92]
  • Updated dependencies [a4189ce]
    • fumadocs-core@16.7.15

fumadocs-mdx@14.2.13

Patch Changes

  • 2d8f596: fix npm pack skipping nested node_modules
  • Updated dependencies [2d8f596]
    • @​fumadocs/mdx-remote@​1.4.8
    • fumadocs-core@16.7.14

fumadocs-mdx@14.2.12

Patch Changes

  • 690ddb9: bundle more deps
  • Updated dependencies [690ddb9]
    • @​fumadocs/mdx-remote@​1.4.7
    • fumadocs-core@16.7.13
Commits

Updates fumadocs-ui from 16.7.12 to 16.7.16

Release notes

Sourced from fumadocs-ui's releases.

fumadocs-ui@16.7.16

Patch Changes

  • f2c6e59: Reduce iterations for calculating TOC track
  • 9cf33e9: Improve inline code output
  • 9cf33e9: Support async hooks in Shiki transformers
  • Updated dependencies [9cf33e9]
  • Updated dependencies [9cf33e9]
    • fumadocs-core@16.7.16

fumadocs-ui@16.7.15

Patch Changes

  • c731a92: Implement selective re-render for TOC
  • ccad791: Expose next-themes
  • Updated dependencies [e1567e2]
  • Updated dependencies [9a200c8]
  • Updated dependencies [c731a92]
  • Updated dependencies [a4189ce]
    • fumadocs-core@16.7.15

fumadocs-ui@16.7.14

Patch Changes

  • 2d8f596: fix npm pack skipping nested node_modules
  • Updated dependencies [2d8f596]
    • @​fumadocs/tailwind@​0.0.5
    • fumadocs-core@16.7.14

fumadocs-ui@16.7.13

Patch Changes

  • 690ddb9: bundle more deps
  • Updated dependencies [690ddb9]
    • @​fumadocs/tailwind@​0.0.4
    • fumadocs-core@16.7.13
Commits

Updates oxfmt from 0.44.0 to 0.45.0

Changelog

Sourced from oxfmt's changelog.

[0.45.0] - 2026-04-13

🐛 Bug Fixes

  • 50c389b oxfmt: Support .editorconfig quote_type (#20989) (leaysgur)
Commits

Updates oxlint from 1.59.0 to 1.60.0

Release notes

Sourced from oxlint's releases.

oxlint v1.27.0 && oxfmt v0.12.0

Oxlint v1.27.0

🚀 Features

  • 222a8f0 linter/plugins: Implement SourceCode#isSpaceBetween (#15498) (overlookmotel)
  • 2f9735d linter/plugins: Implement context.languageOptions (#15486) (overlookmotel)
  • bc731ff linter/plugins: Stub out all Context APIs (#15479) (overlookmotel)
  • 5822cb4 linter/plugins: Add extend method to FILE_CONTEXT (#15477) (overlookmotel)
  • 7b1e6f3 apps: Add pure rust binaries and release to github (#15469) (Boshen)
  • 2a89b43 linter: Introduce debug assertions after fixes to assert validity (#15389) (camc314)
  • ad3c45a editor: Add oxc.path.node option (#15040) (Sysix)

🐛 Bug Fixes

  • 6f3cd77 linter/no-var: Incorrect warning for blocks (#15504) (Hamir Mahal)
  • 6957fb9 linter/plugins: Do not allow access to Context#id in createOnce (#15489) (overlookmotel)
  • 7409630 linter/plugins: Allow access to cwd in createOnce in ESLint interop mode (#15488) (overlookmotel)
  • 732205e parser: Reject using / await using in a switch case / default clause (#15225) (sapphi-red)
  • a17ca32 linter/plugins: Replace Context class (#15448) (overlookmotel)
  • ecf2f7b language_server: Fail gracefully when tsgolint executable not found (#15436) (camc314)
  • 3c8d3a7 lang-server: Improve logging in failure case for tsgolint (#15299) (camc314)
  • ef71410 linter: Use jsx if source type is JS in fix debug assertion (#15434) (camc314)
  • e32bbf6 linter/no-var: Handle TypeScript declare keyword in fixer (#15426) (camc314)
  • 6565dbe linter/switch-case-braces: Skip comments when searching for : token (#15425) (camc314)
  • 85bd19a linter/prefer-class-fields: Insert value after type annotation in fixer (#15423) (camc314)
  • fde753e linter/plugins: Block access to context.settings in createOnce (#15394) (overlookmotel)
  • ddd9f9f linter/forward-ref-uses-ref: Dont suggest removing wrapper in invalid positions (#15388) (camc314)
  • dac2a9c linter/no-template-curly-in-string: Remove fixer (#15387) (camc314)
  • 989b8e3 linter/no-var: Only fix to const if the var has an initializer (#15385) (camc314)
  • cc403f5 linter/plugins: Return empty object for unimplemented parserServices (#15364) (magic-akari)

⚡ Performance

  • 25d577e language_server: Start tools in parallel (#15500) (Sysix)
  • 3c57291 linter/plugins: Optimize loops (#15449) (overlookmotel)
  • 3166233 linter/plugins: Remove Arcs (#15431) (overlookmotel)
  • 9de1322 linter/plugins: Lazily deserialize settings JSON (#15395) (overlookmotel)
  • 3049ec2 linter/plugins: Optimize deepFreezeSettings (#15392) (overlookmotel)
  • 444ebfd linter/plugins: Use single object for parserServices (#15378) (overlookmotel)

📚 Documentation

  • 97d2104 linter: Update comment in lint.rs about default value for tsconfig path (#15530) (Connor Shea)
  • 2c6bd9e linter: Always refer as "ES2015" instead of "ES6" (#15411) (sapphi-red)
  • a0c5203 linter/import/named: Update "ES7" comment in examples (#15410) (sapphi-red)
  • 3dc24b5 linter,minifier: Always refer as "ES Modules" instead of "ES6 Modules" (#15409) (sapphi-red)
  • 2ad77fb linter/no-this-before-super: Correct "Why is this bad?" section (#15408) (sapphi-red)
  • 57f0ce1 linter: Add backquotes where appropriate (#15407) (sapphi-red)

Oxfmt v0.12.0

... (truncated)

Changelog

Sourced from oxlint's changelog.

[1.60.0] - 2026-04-13

📚 Documentation

  • cfd8a4f linter: Don't rely on old eslint doc for available globals (#21334) (Nicolas Le Cam)
Commits

Updates oxlint-tsgolint from 0.20.0 to 0.21.1

Release notes

Sourced from oxlint-tsgolint's releases.

v0.21.1

What's Changed

Full Changelog: oxc-project/tsgolint@v0.21.0...v0.21.1

v0.21.0

What's Changed

Full Changelog: oxc-project/tsgolint@v0.20.0...v0.21.0

Commits
  • 9cb95a8 revert(no-unnecessary-type-arguments): drop inference reporting (#892)
  • f1049e4 fix(no-unnecessary-condition): handle null overlap in narrowed generic inters...
  • f9adc30 fix(no-deprecated): avoid false positive on array destructuring bindings (#890)
  • 260701f chore(deps): update crate-ci/typos action to v1.45.1 (#888)
  • 6dcc81a fix(no-meaningless-void-operator): align with typescript-eslint union handlin...
  • 97315a7 feat: enrich no-duplicate-type-constituents diagnostic (#882)
  • 2b8447c feat: enrich the no-array-delete diagnostic (#881)
  • ae6a549 chore(deps): update softprops/action-gh-release action to v3 (#886)
  • 1fe50bb feat: improve consistent-type-exports diagnostics quality (#880)
  • 834bbb8 chore(deps): update npm packages (#885)
  • Additional commits viewable in compare view

Updates typescript from 6.0.2 to 6.0.3

Release notes

Sourced from typescript's releases.

TypeScript 6.0.3

For release notes, check out the release announcement blog post.

Downloads are available on:

Commits
  • 050880c Bump version to 6.0.3 and LKG
  • eeae9dd 🤖 Pick PR #63401 (Also check package name validity in...) into release-6.0 (#...
  • ad1c695 🤖 Pick PR #63368 (Harden ATA package name filtering) into release-6.0 (#63372)
  • 0725fb4 🤖 Pick PR #63310 (Mark class property initializers as...) into release-6.0 (#...
  • See full diff in compare view

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


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot 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 dependencies group with 10 updates:

| Package | From | To |
| --- | --- | --- |
| [@tanstack/react-router](https://github.com/TanStack/router/tree/HEAD/packages/react-router) | `1.168.18` | `1.168.23` |
| [@tanstack/react-start](https://github.com/TanStack/router/tree/HEAD/packages/react-start) | `1.167.32` | `1.167.42` |
| [@tanstack/start-static-server-functions](https://github.com/TanStack/router/tree/HEAD/packages/start-static-server-functions) | `1.166.32` | `1.166.33` |
| [fumadocs-core](https://github.com/fuma-nama/fumadocs) | `16.7.12` | `16.7.16` |
| [fumadocs-mdx](https://github.com/fuma-nama/fumadocs) | `14.2.11` | `14.3.0` |
| [fumadocs-ui](https://github.com/fuma-nama/fumadocs) | `16.7.12` | `16.7.16` |
| [oxfmt](https://github.com/oxc-project/oxc/tree/HEAD/npm/oxfmt) | `0.44.0` | `0.45.0` |
| [oxlint](https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint) | `1.59.0` | `1.60.0` |
| [oxlint-tsgolint](https://github.com/oxc-project/tsgolint) | `0.20.0` | `0.21.1` |
| [typescript](https://github.com/microsoft/TypeScript) | `6.0.2` | `6.0.3` |


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

Updates `@tanstack/react-start` from 1.167.32 to 1.167.42
- [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/react-start@1.167.42/packages/react-start)

Updates `@tanstack/start-static-server-functions` from 1.166.32 to 1.166.33
- [Release notes](https://github.com/TanStack/router/releases)
- [Changelog](https://github.com/TanStack/router/blob/main/packages/start-static-server-functions/CHANGELOG.md)
- [Commits](https://github.com/TanStack/router/commits/@tanstack/start-static-server-functions@1.166.33/packages/start-static-server-functions)

Updates `fumadocs-core` from 16.7.12 to 16.7.16
- [Release notes](https://github.com/fuma-nama/fumadocs/releases)
- [Commits](https://github.com/fuma-nama/fumadocs/compare/fumadocs-core@16.7.12...fumadocs-core@16.7.16)

Updates `fumadocs-mdx` from 14.2.11 to 14.3.0
- [Release notes](https://github.com/fuma-nama/fumadocs/releases)
- [Commits](https://github.com/fuma-nama/fumadocs/compare/fumadocs-mdx@14.2.11...fumadocs-mdx@14.3.0)

Updates `fumadocs-ui` from 16.7.12 to 16.7.16
- [Release notes](https://github.com/fuma-nama/fumadocs/releases)
- [Commits](https://github.com/fuma-nama/fumadocs/compare/fumadocs-ui@16.7.12...fumadocs-ui@16.7.16)

Updates `oxfmt` from 0.44.0 to 0.45.0
- [Release notes](https://github.com/oxc-project/oxc/releases)
- [Changelog](https://github.com/oxc-project/oxc/blob/main/npm/oxfmt/CHANGELOG.md)
- [Commits](https://github.com/oxc-project/oxc/commits/oxfmt_v0.45.0/npm/oxfmt)

Updates `oxlint` from 1.59.0 to 1.60.0
- [Release notes](https://github.com/oxc-project/oxc/releases)
- [Changelog](https://github.com/oxc-project/oxc/blob/main/npm/oxlint/CHANGELOG.md)
- [Commits](https://github.com/oxc-project/oxc/commits/oxlint_v1.60.0/npm/oxlint)

Updates `oxlint-tsgolint` from 0.20.0 to 0.21.1
- [Release notes](https://github.com/oxc-project/tsgolint/releases)
- [Commits](oxc-project/tsgolint@v0.20.0...v0.21.1)

Updates `typescript` from 6.0.2 to 6.0.3
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Commits](microsoft/TypeScript@v6.0.2...v6.0.3)

---
updated-dependencies:
- dependency-name: "@tanstack/react-router"
  dependency-version: 1.168.23
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@tanstack/react-start"
  dependency-version: 1.167.42
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@tanstack/start-static-server-functions"
  dependency-version: 1.166.33
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: fumadocs-core
  dependency-version: 16.7.16
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: fumadocs-mdx
  dependency-version: 14.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: fumadocs-ui
  dependency-version: 16.7.16
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: oxfmt
  dependency-version: 0.45.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: oxlint
  dependency-version: 1.60.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: oxlint-tsgolint
  dependency-version: 0.21.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: typescript
  dependency-version: 6.0.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@alex289 alex289 merged commit 2d61d46 into main Apr 19, 2026
1 check passed
@alex289 alex289 deleted the dependabot/npm_and_yarn/dependencies-b9d65aba8c branch April 19, 2026 08:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant