Skip to content

Bump the all_npm group in /headers.security.Api/Frontend with 8 updates #70

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 14, 2025

Bumps the all_npm group in /headers.security.Api/Frontend with 8 updates:

Package From To
@tanstack/react-router 1.125.4 1.127.3
zod 3.25.75 4.0.5
@tanstack/react-router-devtools 1.125.4 1.127.3
@tanstack/router-vite-plugin 1.125.5 1.127.5
@types/node 24.0.10 24.0.13
@typescript-eslint/eslint-plugin 8.35.1 8.36.0
@typescript-eslint/parser 8.35.1 8.36.0
vite 7.0.2 7.0.4

Updates @tanstack/react-router from 1.125.4 to 1.127.3

Release notes

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

v1.127.3

Version 1.127.3 - 7/11/25, 11:19 PM

Changes

Fix

  • don"t run router.load() when hydrating only SSRed matches (#4630) (4b4562a) by Manuel Schiller

Other

  • (8df504c) by Nico Lynzaad

Packages

  • @​tanstack/router-core@​1.127.3
  • @​tanstack/solid-router@​1.127.3
  • @​tanstack/react-router@​1.127.3
  • @​tanstack/router-generator@​1.127.3
  • @​tanstack/start-server-core@​1.127.3
  • @​tanstack/start-plugin-core@​1.127.3
  • @​tanstack/react-router-with-query@​1.127.3
  • @​tanstack/zod-adapter@​1.127.3
  • @​tanstack/valibot-adapter@​1.127.3
  • @​tanstack/arktype-adapter@​1.127.3
  • @​tanstack/router-devtools@​1.127.3
  • @​tanstack/solid-router-devtools@​1.127.3
  • @​tanstack/react-router-devtools@​1.127.3
  • @​tanstack/router-devtools-core@​1.127.3
  • @​tanstack/router-cli@​1.127.3
  • @​tanstack/router-plugin@​1.127.3
  • @​tanstack/router-vite-plugin@​1.127.3
  • @​tanstack/solid-start-plugin@​1.127.3
  • @​tanstack/solid-start-client@​1.127.3
  • @​tanstack/solid-start-server@​1.127.3
  • @​tanstack/start-client-core@​1.127.3
  • @​tanstack/react-start-plugin@​1.127.3
  • @​tanstack/react-start-client@​1.127.3
  • @​tanstack/react-start-server@​1.127.3
  • @​tanstack/start-server-functions-fetcher@​1.127.3
  • @​tanstack/start-server-functions-client@​1.127.3
  • @​tanstack/solid-start@​1.127.3
  • @​tanstack/react-start@​1.127.3

v1.127.2

Version 1.127.2 - 7/11/25, 9:28 PM

Changes

Fix

... (truncated)

Commits

Updates zod from 3.25.75 to 4.0.5

Release notes

Sourced from zod's releases.

v4.0.5

Commits:

  • f91a73ec23f9ec28d908af2caa643a54088516c5 Support pipes in discriminated unions. Closes #4856 (#4861)
  • 45afab0f846dffd591362b6f770017507eb185b5 4.0.5

v4.0.4

Commits:

  • 9335f0543d6359f9236e3e33b78cc5b2788dbe0f Adds ZodFirstPartyTypeKind stub to fix module resolution failure inside zod-to-json-schema

v4.0.3

Commits:

  • 5905a8d810eff6f4677e6aa9e557f92a676805cf Improve check-versions script
  • f3e749b1b057a2cf0a0bce7e07abec4e0520e0f8 Remove global File interface
  • 44a936cb77961e57a0988d8a3c63d9c71fce69ac 4.0.2
  • 74006edd49e3fe8d74010090462859593c2bd1e2 Fix JSR provenance
  • ff4af5e889d4ad7136a9cde7202b16261db5c83c 4.0.3
  • ce573e8799f86e2f68307eba95c2d40fc92617b7 Update test badge
  • 9a7161a976d6349f738c00cb6d6528c0407a65e8 Fix versions

v4.0.0

With this release, [email protected] has been published to npm. There were no code changes between 3.25.76 and 4.0.0!

Zod 4 has been stable for the past 6 weeks, but it was published inside [email protected] on npm. this transitionary window gave the ecosystem time to incrementally support for Zod 4 (without dropping support for Zod 3). As there is now near-universal support for Zod 4 in the ecosystem, ths time feels right to finally put a bow on things 🎀

To upgrade to Zod 4:

npm upgrade zod@^4.0.0

If you’ve already migrated to Zod 4 using the subpaths, there are no changes required. however you can optionally simplify your imports (recommended)

// after upgrading to [email protected]:
import * as z from "zod"; // Zod 4 (regular)
import * as z from "zod/mini" // Zod 4 Mini
// these still work, but are no longer needed
import * as z from "zod/v4";
import * as z from "zod/v4-mini":
// if you still need Zod 3
import * as z from "zod/v3"; // Zod 3

... (truncated)

Commits

Updates @tanstack/react-router-devtools from 1.125.4 to 1.127.3

Release notes

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

v1.127.3

Version 1.127.3 - 7/11/25, 11:19 PM

Changes

Fix

  • don"t run router.load() when hydrating only SSRed matches (#4630) (4b4562a) by Manuel Schiller

Other

  • (8df504c) by Nico Lynzaad

Packages

  • @​tanstack/router-core@​1.127.3
  • @​tanstack/solid-router@​1.127.3
  • @​tanstack/react-router@​1.127.3
  • @​tanstack/router-generator@​1.127.3
  • @​tanstack/start-server-core@​1.127.3
  • @​tanstack/start-plugin-core@​1.127.3
  • @​tanstack/react-router-with-query@​1.127.3
  • @​tanstack/zod-adapter@​1.127.3
  • @​tanstack/valibot-adapter@​1.127.3
  • @​tanstack/arktype-adapter@​1.127.3
  • @​tanstack/router-devtools@​1.127.3
  • @​tanstack/solid-router-devtools@​1.127.3
  • @​tanstack/react-router-devtools@​1.127.3
  • @​tanstack/router-devtools-core@​1.127.3
  • @​tanstack/router-cli@​1.127.3
  • @​tanstack/router-plugin@​1.127.3
  • @​tanstack/router-vite-plugin@​1.127.3
  • @​tanstack/solid-start-plugin@​1.127.3
  • @​tanstack/solid-start-client@​1.127.3
  • @​tanstack/solid-start-server@​1.127.3
  • @​tanstack/start-client-core@​1.127.3
  • @​tanstack/react-start-plugin@​1.127.3
  • @​tanstack/react-start-client@​1.127.3
  • @​tanstack/react-start-server@​1.127.3
  • @​tanstack/start-server-functions-fetcher@​1.127.3
  • @​tanstack/start-server-functions-client@​1.127.3
  • @​tanstack/solid-start@​1.127.3
  • @​tanstack/react-start@​1.127.3

v1.127.2

Version 1.127.2 - 7/11/25, 9:28 PM

Changes

Fix

... (truncated)

Commits

Updates @tanstack/router-vite-plugin from 1.125.5 to 1.127.5

Release notes

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

v1.127.5

Version 1.127.5 - 7/12/25, 7:22 PM

Changes

Fix

  • invalid path generation for params above groups routes (#4629) (6b55a33) by Juliusz Kościołek

Packages

  • @​tanstack/router-generator@​1.127.5
  • @​tanstack/router-cli@​1.127.5
  • @​tanstack/router-plugin@​1.127.5
  • @​tanstack/router-vite-plugin@​1.127.5
  • @​tanstack/start-plugin-core@​1.127.5
  • @​tanstack/solid-start-plugin@​1.127.5
  • @​tanstack/react-start-plugin@​1.127.5
  • @​tanstack/solid-start@​1.127.5
  • @​tanstack/react-start@​1.127.5

v1.127.4

Version 1.127.4 - 7/12/25, 12:18 AM

Changes

Fix

  • start-server-functions-server: add base path to the RPC URL (#4619) (bbc480a) by Onur Guvenc

Packages

  • @​tanstack/start-server-functions-server@​1.127.4
  • @​tanstack/solid-start@​1.127.4
  • @​tanstack/react-start@​1.127.4

v1.127.3

Version 1.127.3 - 7/11/25, 11:19 PM

Changes

Fix

  • don"t run router.load() when hydrating only SSRed matches (#4630) (4b4562a) by Manuel Schiller

Other

  • (8df504c) by Nico Lynzaad

Packages

... (truncated)

Commits

Updates @types/node from 24.0.10 to 24.0.13

Commits

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

Release notes

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

v8.36.0

8.36.0 (2025-07-07)

🚀 Features

  • typescript-eslint: support basePath in tseslint.config() (#11357)

❤️ Thank You

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

Changelog

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

8.36.0 (2025-07-07)

This was a version bump only for eslint-plugin to align it with other projects, there were no code changes.

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

Commits
  • 84b7a2e chore(release): publish 8.36.0
  • d1388fc fix(eslint-plugin): [no-deprecated] should allow ignoring of deprecated value...
  • 4a60d3e docs(eslint-plugin): [only-throw-error] document options (#11348)
  • 1ca81c1 chore(eslint-plugin): switch auto-generated test cases to hand-written in no-...
  • e2ecca6 chore: fix issues introduced by updated nx configuration (#11230)
  • See full diff in compare view

Updates @typescript-eslint/parser from 8.35.1 to 8.36.0

Release notes

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

v8.36.0

8.36.0 (2025-07-07)

🚀 Features

  • typescript-eslint: support basePath in tseslint.config() (#11357)

❤️ Thank You

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

Changelog

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

8.36.0 (2025-07-07)

This was a version bump only for parser to align it with other projects, there were no code changes.

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

Commits

Updates vite from 7.0.2 to 7.0.4

Release notes

Sourced from vite's releases.

v7.0.4

Please refer to CHANGELOG.md for details.

v7.0.3

Please refer to CHANGELOG.md for details.

[email protected]

Please refer to CHANGELOG.md for details.

Changelog

Sourced from vite's changelog.

7.0.4 (2025-07-10)

Bug Fixes

  • allow resolving bare specifiers to relative paths for entries (#20379) (324669c)

Build System

7.0.3 (2025-07-08)

Bug Fixes

  • client: protect against window being defined but addEv undefined (#20359) (31d1467)
  • define: replace optional values (#20338) (9465ae1)
  • deps: update all non-major dependencies (#20366) (43ac73d)

Miscellaneous Chores

Code Refactoring

  • minor changes to reduce diff between normal Vite and rolldown-vite (#20354) (2e8050e)
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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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 all_npm group in /headers.security.Api/Frontend with 8 updates:

| Package | From | To |
| --- | --- | --- |
| [@tanstack/react-router](https://github.com/TanStack/router/tree/HEAD/packages/react-router) | `1.125.4` | `1.127.3` |
| [zod](https://github.com/colinhacks/zod) | `3.25.75` | `4.0.5` |
| [@tanstack/react-router-devtools](https://github.com/TanStack/router/tree/HEAD/packages/react-router-devtools) | `1.125.4` | `1.127.3` |
| [@tanstack/router-vite-plugin](https://github.com/TanStack/router/tree/HEAD/packages/router-vite-plugin) | `1.125.5` | `1.127.5` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `24.0.10` | `24.0.13` |
| [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `8.35.1` | `8.36.0` |
| [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `8.35.1` | `8.36.0` |
| [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `7.0.2` | `7.0.4` |


Updates `@tanstack/react-router` from 1.125.4 to 1.127.3
- [Release notes](https://github.com/TanStack/router/releases)
- [Commits](https://github.com/TanStack/router/commits/v1.127.3/packages/react-router)

Updates `zod` from 3.25.75 to 4.0.5
- [Release notes](https://github.com/colinhacks/zod/releases)
- [Commits](colinhacks/zod@v3.25.75...v4.0.5)

Updates `@tanstack/react-router-devtools` from 1.125.4 to 1.127.3
- [Release notes](https://github.com/TanStack/router/releases)
- [Commits](https://github.com/TanStack/router/commits/v1.127.3/packages/react-router-devtools)

Updates `@tanstack/router-vite-plugin` from 1.125.5 to 1.127.5
- [Release notes](https://github.com/TanStack/router/releases)
- [Commits](https://github.com/TanStack/router/commits/v1.127.5/packages/router-vite-plugin)

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

Updates `@typescript-eslint/eslint-plugin` from 8.35.1 to 8.36.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.36.0/packages/eslint-plugin)

Updates `@typescript-eslint/parser` from 8.35.1 to 8.36.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.36.0/packages/parser)

Updates `vite` from 7.0.2 to 7.0.4
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v7.0.4/packages/vite)

---
updated-dependencies:
- dependency-name: "@tanstack/react-router"
  dependency-version: 1.127.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all_npm
- dependency-name: zod
  dependency-version: 4.0.5
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all_npm
- dependency-name: "@tanstack/react-router-devtools"
  dependency-version: 1.127.3
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all_npm
- dependency-name: "@tanstack/router-vite-plugin"
  dependency-version: 1.127.5
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all_npm
- dependency-name: "@types/node"
  dependency-version: 24.0.13
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all_npm
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-version: 8.36.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all_npm
- dependency-name: "@typescript-eslint/parser"
  dependency-version: 8.36.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all_npm
- dependency-name: vite
  dependency-version: 7.0.4
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all_npm
...

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 Jul 14, 2025
Copy link
Contributor Author

dependabot bot commented on behalf of github Jul 21, 2025

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Jul 21, 2025
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/headers.security.Api/Frontend/all_npm-7933d275b9 branch July 21, 2025 12:09
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