chore(deps): Update Dev Dependencies (patch)#71
Merged
Undistraction merged 1 commit intomainfrom Feb 26, 2025
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
8497710 to
0aa001d
Compare
0aa001d to
255a10f
Compare
255a10f to
13d2316
Compare
13d2316 to
b39abb4
Compare
b39abb4 to
15b6747
Compare
15b6747 to
18bc52f
Compare
18bc52f to
0a1ae64
Compare
0a1ae64 to
74f4eaf
Compare
74f4eaf to
a9188fa
Compare
a9188fa to
904c802
Compare
904c802 to
38cb96f
Compare
38cb96f to
f0a4c86
Compare
f0a4c86 to
fa32e97
Compare
fa32e97 to
12f4093
Compare
12f4093 to
07e337c
Compare
github-actions bot
pushed a commit
that referenced
this pull request
May 20, 2025
## <small>3.0.2 (2025-05-20)</small> * deps: Bump doten ([06e0176](06e0176)) * deps: Bump infra ([0725587](0725587)) * deps: Bump linters ([4821340](4821340)) * deps: Bump node types ([5c90284](5c90284)) * deps: Bump node version ([9f5efde](9f5efde)) * deps: Bump nodemon ([d730124](d730124)) * deps: Bump prettier ([2ab227d](2ab227d)) * deps: Bump test deps ([9a8b6f7](9a8b6f7)) * deps: Bump typedoc ([f80f331](f80f331)) * deps: Bump typescript ([2333b45](2333b45)) * deps: Bump vite ([819da53](819da53)) * deps: Bump vitest ([348bdfc](348bdfc)) * deps: Remove package overrides ([e3de507](e3de507)) * chore: Don't prettify CHANGELOG ([74ef3e0](74ef3e0)) * chore: Trigger releases on dependency updates ([e0d600c](e0d600c)) * chore: Tweak vitest config ([72b7eda](72b7eda)) * chore: Update config for ts tests ([418d04a](418d04a)) * chore(deps): Update dependency globals to v16 (#76) ([61433a8](61433a8)), closes [#76](#76) * chore(deps): Update dependency vite to v6.0.11 (#70) ([414c58f](414c58f)), closes [#70](#70) * chore(deps): Update Dev Dependencies (#64) ([d5ab4fc](d5ab4fc)), closes [#64](#64) * chore(deps): Update Dev Dependencies (#67) ([61bd5f7](61bd5f7)), closes [#67](#67) * chore(deps): Update Dev Dependencies (#71) ([ca1c5fd](ca1c5fd)), closes [#71](#71) * chore(deps): Update Node.js to v22.13.1 (#65) ([f125a85](f125a85)), closes [#65](#65) * chore(deps): Update pnpm to v10 (#73) ([eedc18a](eedc18a)), closes [#73](#73) * chore(deps): Update pnpm to v10.5.1 (#77) ([d6315c9](d6315c9)), closes [#77](#77) * chore(deps): Update pnpm to v9.15.4 (#63) ([859a59b](859a59b)), closes [#63](#63) * chore(deps): Update pnpm to v9.15.6 (#72) ([bb040fd](bb040fd)), closes [#72](#72) * chore(deps): Update vitest monorepo to v3 (#68) ([3d34cb5](3d34cb5)), closes [#68](#68) * docs: Add note about mixed-type tests ([f8f82f7](f8f82f7)) * refactor: Minor clean up ([3addb8d](3addb8d)) * test: Convert tests to ts ([f938520](f938520)) * style: Add eslint vitest plugin ([679efc6](679efc6))
|
🎉 This PR is included in version 3.0.2 🎉 The release is available on: Your semantic-release bot 📦🚀 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
22.10.7->22.10.103.0.4->3.0.61.1.25->1.1.3115.4.1->15.4.324.2.1->24.2.30.27.6->0.27.73.0.4->3.0.6Release Notes
vitest-dev/vitest (@vitest/coverage-v8)
v3.0.6Compare Source
🐞 Bug Fixes
getMockedSystemTimeforuseFakeTimer- by @hi-ogawa in https://github.com/vitest-dev/vitest/issues/7405 (03912)queueMicrotaskfrom default fake timers to not break node fetch - by @hi-ogawa in https://github.com/vitest-dev/vitest/issues/7505 (167a9)toHaveClasstyping - by @hi-ogawa in https://github.com/vitest-dev/vitest/issues/7383 (7ef23)maxWorkers- by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/7483 (adbb2)vite-nodeto pass correct execution wrapper offset - by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/7417 (1f2e5)inspectrelated cli options - by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/7373 (ed15b)View changes on GitHub
v3.0.5Compare Source
This release includes security patches for:
🚀 Features
🐞 Bug Fixes
View changes on GitHub
vitest-dev/eslint-plugin-vitest (@vitest/eslint-plugin)
v1.1.31Compare Source
Bug Fixes
v1.1.30Compare Source
v1.1.29Compare Source
Bug Fixes
What's Changed
chaiglobal by @silverwind in https://github.com/vitest-dev/eslint-plugin-vitest/pull/658New Contributors
Full Changelog: vitest-dev/eslint-plugin-vitest@v1.1.28...v1.1.29
v1.1.28Compare Source
Bug Fixes
module-synccondition (#656) (68d2f76)v1.1.27Compare Source
Features
require-mock-type-parametersrule (#651) (5674c25)What's Changed
require-mock-type-parametersrule by @marekdedic in https://github.com/vitest-dev/eslint-plugin-vitest/pull/651Full Changelog: vitest-dev/eslint-plugin-vitest@v1.1.26...v1.1.27
v1.1.26Compare Source
Features
prefer-strict-boolean-matchersrule (#650) (4d86836)What's Changed
prefer-strict-boolean-matchersrule by @marekdedic in https://github.com/vitest-dev/eslint-plugin-vitest/pull/650New Contributors
Full Changelog: vitest-dev/eslint-plugin-vitest@v1.1.25...v1.1.26
lint-staged/lint-staged (lint-staged)
v15.4.3Compare Source
Patch Changes
cbfed1dThanks @tarik02! - Adjust TypeScript types for the default export so that it can be used as a value without error TS2693.v15.4.2Compare Source
Patch Changes
8827ebfThanks @iiroj! - Change lint-staged's dependencies to use caret (^) ranges instead of tilde (~). This makes it easier for package managers to perform dependency management when minor-level updates are also permitted instead of just patch-level.semantic-release/semantic-release (semantic-release)
v24.2.3Compare Source
Bug Fixes
v24.2.2Compare Source
Bug Fixes
TypeStrong/TypeDoc (typedoc)
v0.27.7Compare Source
Features
@includeCodeand@inlinecan now inject parts of files using regionnames or line numbers, #2816.
jatranslation options, deprecatedjpin favor ofja, #2843.--watchoption to support watching files not caught byTypeScript's watch mode, #2675.
@inlinetag now works in more places for generic types.Bug Fixes
@classincorrectly handling mapped types, #2842.so that declaration merged members with global symbols can be documented, #2844.
Thanks!
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.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.