chore(deps): bump the dependencies group with 2 updates
Open
Number: #3
Type: Pull Request
State: Open
Type: Pull Request
State: Open
Author:
dependabot[bot]
Association: Contributor
Comments: 1
![dependabot[bot]](https://github.com/dependabot.png)
Association: Contributor
Comments: 1
Created:
June 01, 2025 at 01:37 PM UTC
(4 months ago)
(4 months ago)
Updated:
July 01, 2025 at 02:13 PM UTC
(3 months ago)
(3 months ago)
Labels:
dependencies javascript
dependencies javascript
Description:
Bumps the dependencies group with 2 updates: zod and @vitest/coverage-v8.
Updates zod
from 3.25.42 to 3.25.46
Release notes
Sourced from zod's releases.
v3.25.46
Commits:
- 52808166ec4ee89ed04d0da6b86c42134f6b07e4 Improve disc union error messaging
- 4a3baf76f30048a89719018f4c5134f252debf94 Fix lint
- aff9561126e591cd9e05beda2d1c69d302bce79e Fix branded types in record
- 50e9afb5606018ecacd6c64aee90f4f8006d851b 3.25.46
v3.25.45
Commits:
- dc2c0b0fccd893a08306ccadc8baa821b1b06a5b minor grammar typo fix (#4584)
- 6fd3b39ab65970ec7f708e0aa4d0c9e20d9d2050 fix(JSONSchema): add type for enum (#4577)
- 6be478b98c6a36895e28ab0d8b214880dc645d88 Fix ZodType assignability issues
- 69ccb67f6d9d264dd26b6ba0bcc6f2ddc90a8fbc 3.25.45
v3.25.44
Commits:
- 91267823162009488fff03f2a7240b89767e4d7d Update input to prevent excessively deep in more cases
- e2d72afba3378ab81c691bc81c7e96d6f4845e06 Loosen and expand metadata typing (#4586)
- fc69453e625a1b1c1a4523def3e4e60e5f2af8ca 3.25.44
v3.25.43
Commits:
- 508e3065ca2debf43a2a8c27845ab7c7d4fe3bb0 Fix type inference in ZodMiniType check method (#4568)
- f8fef45cfa813412beecadfbbe9d6df09ac33a86 Ecosystem: Add Express Zod API (#4579)
- 289cba3b95e522b9c66611b94c218bcdfe8566b2 Fix type inference in ZodMiniType check method (#4568)
- 011623a7daaa4e5215178073e3a0aeb2e760b2a9 Fix dts files
Commits
50e9afb
3.25.46aff9561
Fix branded types in record4a3baf7
Fix lint5280816
Improve disc union error messaging69ccb67
3.25.456be478b
Fix ZodType assignability issues6fd3b39
fix(JSONSchema): add type for enum (#4577)dc2c0b0
minor grammar typo fix (#4584)fc69453
3.25.44e2d72af
Loosen and expand metadata typing (#4586)- Additional commits viewable in compare view
Updates @vitest/coverage-v8
from 3.0.5 to 3.1.4
Release notes
Sourced from @vitest/coverage-v8
's releases.
v3.1.4
🐞 Bug Fixes
- Apply browser CLI options only if the project has the browser set in the config already - by
@sheremet-va
in vitest-dev/vitest#8002 (64f2b)View changes on GitHub
v3.1.3
🐞 Bug Fixes
- Correctly resolve vitest import if
inline: true
is set - by@sheremet-va
in vitest-dev/vitest#7856 (a83f3)- Fix fixture parsing with lowered async with esbuild 0.25.3 - by
@hi-ogawa
in vitest-dev/vitest#7921 (c5c85)- Remove event-catcher code - by
@sheremet-va
in vitest-dev/vitest#7898 (deb1b)- Reset mocks on test retry/repeat - by
@sheremet-va
in vitest-dev/vitest#7897 (2fa76)- Ignore failures on writeToCache - by
@orgads
in vitest-dev/vitest#7893 (8c7f7)- browser: Correctly inherit CLI options - by
@sheremet-va
in vitest-dev/vitest#7858 (03660)- deps: Update all non-major dependencies - in vitest-dev/vitest#7867 (67ef7)
- reporters:
--merge-reports
to show each total run times - by@AriPerkkio
in vitest-dev/vitest#7877 (d613b)View changes on GitHub
v3.1.2
🐞 Bug Fixes
- Add global
chai
variable invitest/globals
(fix: #7474) - by@Jay-Karia
in vitest-dev/vitest#7771 and vitest-dev/vitest#7474 (d9297)- Prevent modifying
test.exclude
when same object passed incoverage.exclude
- by@AriPerkkio
in vitest-dev/vitest#7774 (c3751)- Fix already hoisted mock - by
@hi-ogawa
in vitest-dev/vitest#7815 (773b1)- Fix test.scoped inheritance - by
@hi-ogawa
in vitest-dev/vitest#7814 (db6c3)- Remove pointer-events-none after resizing the left panel - by
@alexprudhomme
in vitest-dev/vitest#7811 (a7e77)- Default to run mode when stdin is not a TTY - by
@kentonv
,@hi-ogawa
and@sheremet-va
in vitest-dev/vitest#7673 (6358f)- Use happy-dom/jsdom types for
envionmentOptions
- by@hi-ogawa
in vitest-dev/vitest#7795 (67430)- browser:
- Fix transform error before browser server initialization - by
@hi-ogawa
in vitest-dev/vitest#7783 (5f762)- Fix mocking from outside of root - by
@hi-ogawa
in vitest-dev/vitest#7789 (03f55)- Scale iframe for non ui case - by
@hi-ogawa
in vitest-dev/vitest#6512 (c3374)- coverage:
await
profiler calls - by@AriPerkkio
in vitest-dev/vitest#7763 (795a6)- Expose profiling timers - by
@AriPerkkio
in vitest-dev/vitest#7820 (5652b)- deps:
- Update all non-major dependencies - in vitest-dev/vitest#7765 (7c3df)
- Update all non-major dependencies - in vitest-dev/vitest#7831 (15701)
- runner:
- Correctly call test hooks and teardown functions - by
@sheremet-va
in vitest-dev/vitest#7775 (3c00c)- Show stacktrace on test timeout error - by
@hi-ogawa
in vitest-dev/vitest#7799 (df33b)- ui:
- Load panel sizes from storage on initial load - by
@userquin
in vitest-dev/vitest#7265 (6555d)- vite-node:
- Named export should overwrite export all - by
@hi-ogawa
in vitest-dev/vitest#7846 (5ba0d)- Add ERR_MODULE_NOT_FOUND code error if module cannot be loaded - by
@sheremet-va
in vitest-dev/vitest#7776 (f9eac)
... (truncated)
Commits
ac88181
chore: release v3.1.46e8d937
chore: release v3.1.35a0afd1
chore: release v3.1.25652bf9
fix(coverage): expose profiling timers (#7820)795a643
fix(coverage):await
profiler calls (#7763)a9d36c7
chore: release v3.1.1b8eda4b
chore: release v3.1.0f32c537
chore: release v3.1.0-beta.29695d73
chore: replacerollup-plugin-esbuild
withunplugin-oxc
(#7680)2f7f364
chore: release v3.1.0-beta.1- Additional commits viewable 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 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
Pull Request Statistics
Commits:
0
0
Files Changed:
0
0
Additions:
+0
+0
Deletions:
-0
-0
Package Dependencies
Technical Details
ID: | 2663805 |
UUID: | 3107271505 |
Node ID: | PR_kwDOOzdrEs6YeqQL |
Host: | GitHub |
Repository: | murimessias/tanstack-router-with-tailwindcss-and-tanstack-query |