build(deps-dev): bump the npm-development group with 4 updates
Type: Pull Request
State: Open
![dependabot[bot]](https://github.com/dependabot.png)
Association: Contributor
Comments: 3
(3 months ago)
(3 months ago)
dependencies javascript
Bumps the npm-development group with 4 updates: @types/node, @vitest/coverage-v8, openai and vitest.
Updates @types/node
from 22.15.29 to 22.15.30
Commits
- See full diff in compare view
Updates @vitest/coverage-v8
from 3.1.4 to 3.2.2
Release notes
Sourced from @vitest/coverage-v8
's releases.
v3.2.2
🚀 Features
- Support rolldown-vite - by
@sheremet-va
and@hi-ogawa
in vitest-dev/vitest#7509 (c8d62)🐞 Bug Fixes
- browser:
- Calculate prepare time from
createTesters
call on the main thread - by@sheremet-va
in vitest-dev/vitest#8101 (142c7)- Optimize build output and always prebundle vitest - by
@sheremet-va
(00a39)- Make custom locators available in
vitest-browser-*
packages - by@sheremet-va
in vitest-dev/vitest#8103 (247ef)- expect:
- Ensure we can always self
toEqual
- by@dubzzz
in vitest-dev/vitest#8094 (02ec8)- reporter:
- Allow
dot
reporter to work in non interactive terminals - by@bstephen1
and@AriPerkkio
in vitest-dev/vitest#7994 (6db9f)View changes on GitHub
v3.2.1
🐞 Bug Fixes
- Use sha1 instead of md5 for hashing - by
@sheremet-va
(e4c73)- expect:
- Fix chai import in dts - by
@hi-ogawa
in vitest-dev/vitest#8077 (a7593)- Export
DeeplyAllowMatchers
- by@sheremet-va
in vitest-dev/vitest#8078 (30ab4)View changes on GitHub
v3.2.0
🚀 Features
- Provide
ctx.signal
- by@sheremet-va
in vitest-dev/vitest#7878 (e761f)- Support custom colors for
test.name
- by@AriPerkkio
in vitest-dev/vitest#7809 (4af5d)- Add
vi.mockObject
to automock any object - by@hi-ogawa
and@sheremet-va
in vitest-dev/vitest#7761 (465bd)- Introduce
watchTriggerPatterns
option - by@sheremet-va
in vitest-dev/vitest#7778 (a0675)- Deprecate
workspace
in favor ofprojects
- by@sheremet-va
and@AriPerkkio
in vitest-dev/vitest#7923 (41beb)- Explicit Resource Management support in mocked functions - by
@EskiMojo14
in vitest-dev/vitest#7927 (b67d3)- Add
sequence.groupOrder
option - by@sheremet-va
in vitest-dev/vitest#7852 (d1a1d)- Initial support for Temporal equality - by
@dirkluijk
in vitest-dev/vitest#8007 (52bd7)- Support Vite 7 - by
@sheremet-va
in vitest-dev/vitest#8003 (1716b)- Track module execution totalTime and selfTime - by
@abrenneke
in vitest-dev/vitest#8027 (95961)- Annotation API - by
@sheremet-va
in vitest-dev/vitest#7953 (b03f2)- browser:
- Implement
connect
option forplaywright
browser provider - by@egfx-notifications
and@sheremet-va
in vitest-dev/vitest#7915 (029c0)- Add
screenshot.save
option - by@sheremet-va
in vitest-dev/vitest#7777 (d9f51)- Custom locators API - by
@sheremet-va
in vitest-dev/vitest#7993 (e6fbd)- coverage:
- V8 experimental AST-aware remapping - by
@AriPerkkio
in vitest-dev/vitest#7736 (78a3d)- reporter:
- Add
onWritePath
option togithub-actions
- by@nwalters512
and@AriPerkkio
in vitest-dev/vitest#8015 (abd3b)
... (truncated)
Commits
7ddcd33
chore: release v3.2.2f858f3b
chore: release v3.2.159200ae
chore: release v3.2.0407c0e4
fix(coverage): in-source test cases excluded (#7985)e86282e
chore(deps): update Vite to 6.3.5 (#8051)ba87a62
chore: release v3.2.0-beta.33f8159a
ci(rollup): disable watcher for types generators (#8035)51cd814
fix(coverage): browser + v8 in source tests missing (#7946)2854ad6
chore: release v3.2.0-beta.2165fb0e
chore: release v3.2.0-beta.1- Additional commits viewable in compare view
Updates openai
from 5.0.1 to 5.1.1
Release notes
Sourced from openai's releases.
v5.1.1
5.1.1 (2025-06-05)
Full Changelog: v5.1.0...v5.1.1
Bug Fixes
- assistants: handle thread.run.incomplete while streaming (8f5e7f3)
Chores
- docs: use top-level-await in example snippets (065d3b0)
- internal: fix readablestream types in node 20 (771ae81)
v5.1.0
5.1.0 (2025-06-03)
Full Changelog: v5.0.2...v5.1.0
Features
- api: add new realtime and audio models, realtime session options (1219f09)
Chores
v5.0.2
5.0.2 (2025-06-02)
Full Changelog: v5.0.1...v5.0.2
Bug Fixes
- api: Fix evals and code interpreter interfaces (992a9d8)
Chores
Changelog
Sourced from openai's changelog.
5.1.1 (2025-06-05)
Full Changelog: v5.1.0...v5.1.1
Bug Fixes
- assistants: handle thread.run.incomplete while streaming (8f5e7f3)
Chores
- docs: use top-level-await in example snippets (065d3b0)
- internal: fix readablestream types in node 20 (771ae81)
5.1.0 (2025-06-03)
Full Changelog: v5.0.2...v5.1.0
Features
- api: add new realtime and audio models, realtime session options (1219f09)
Chores
5.0.2 (2025-06-02)
Full Changelog: v5.0.1...v5.0.2
Bug Fixes
- api: Fix evals and code interpreter interfaces (992a9d8)
Chores
Commits
d758def
Merge pull request #1529 from openai/release-please--branches--master--change...1649e58
release: 5.1.18f5e7f3
fix(assistants): handle thread.run.incomplete while streaming771ae81
chore(internal): fix readablestream types in node 20065d3b0
chore(docs): use top-level-await in example snippets030f590
fix lint5754fce
revert "remove shim-types imports in custom code"b7d5408
Merge pull request #1527 from openai/release-please--branches--master--change...b6ee9f3
release: 5.1.07c296d6
chore(api): update type names- Additional commits viewable in compare view
Updates vitest
from 3.1.4 to 3.2.2
Release notes
Sourced from vitest's releases.
v3.2.2
🚀 Features
- Support rolldown-vite - by
@sheremet-va
and@hi-ogawa
in vitest-dev/vitest#7509 (c8d62)🐞 Bug Fixes
- browser:
- Calculate prepare time from
createTesters
call on the main thread - by@sheremet-va
in vitest-dev/vitest#8101 (142c7)- Optimize build output and always prebundle vitest - by
@sheremet-va
(00a39)- Make custom locators available in
vitest-browser-*
packages - by@sheremet-va
in vitest-dev/vitest#8103 (247ef)- expect:
- Ensure we can always self
toEqual
- by@dubzzz
in vitest-dev/vitest#8094 (02ec8)- reporter:
- Allow
dot
reporter to work in non interactive terminals - by@bstephen1
and@AriPerkkio
in vitest-dev/vitest#7994 (6db9f)View changes on GitHub
v3.2.1
🐞 Bug Fixes
- Use sha1 instead of md5 for hashing - by
@sheremet-va
(e4c73)- expect:
- Fix chai import in dts - by
@hi-ogawa
in vitest-dev/vitest#8077 (a7593)- Export
DeeplyAllowMatchers
- by@sheremet-va
in vitest-dev/vitest#8078 (30ab4)View changes on GitHub
v3.2.0
🚀 Features
- Provide
ctx.signal
- by@sheremet-va
in vitest-dev/vitest#7878 (e761f)- Support custom colors for
test.name
- by@AriPerkkio
in vitest-dev/vitest#7809 (4af5d)- Add
vi.mockObject
to automock any object - by@hi-ogawa
and@sheremet-va
in vitest-dev/vitest#7761 (465bd)- Introduce
watchTriggerPatterns
option - by@sheremet-va
in vitest-dev/vitest#7778 (a0675)- Deprecate
workspace
in favor ofprojects
- by@sheremet-va
and@AriPerkkio
in vitest-dev/vitest#7923 (41beb)- Explicit Resource Management support in mocked functions - by
@EskiMojo14
in vitest-dev/vitest#7927 (b67d3)- Add
sequence.groupOrder
option - by@sheremet-va
in vitest-dev/vitest#7852 (d1a1d)- Initial support for Temporal equality - by
@dirkluijk
in vitest-dev/vitest#8007 (52bd7)- Support Vite 7 - by
@sheremet-va
in vitest-dev/vitest#8003 (1716b)- Track module execution totalTime and selfTime - by
@abrenneke
in vitest-dev/vitest#8027 (95961)- Annotation API - by
@sheremet-va
in vitest-dev/vitest#7953 (b03f2)- browser:
- Implement
connect
option forplaywright
browser provider - by@egfx-notifications
and@sheremet-va
in vitest-dev/vitest#7915 (029c0)- Add
screenshot.save
option - by@sheremet-va
in vitest-dev/vitest#7777 (d9f51)- Custom locators API - by
@sheremet-va
in vitest-dev/vitest#7993 (e6fbd)- coverage:
- V8 experimental AST-aware remapping - by
@AriPerkkio
in vitest-dev/vitest#7736 (78a3d)- reporter:
- Add
onWritePath
option togithub-actions
- by@nwalters512
and@AriPerkkio
in vitest-dev/vitest#8015 (abd3b)
... (truncated)
Commits
7ddcd33
chore: release v3.2.233f7120
Revert "fix(browser): optimize build output and always prebundle vitest"00a3916
fix(browser): optimize build output and always prebundle vitest142c735
fix(browser): calculate prepare time fromcreateTesters
call on the main th...c8d6264
feat: support rolldown-vite (#7509)6db9f52
fix(reporter): allowdot
reporter to work in non interactive terminals (#7994)f858f3b
chore: release v3.2.1e4c7350
fix: use sha1 instead of md5 for hashing30ab42c
fix(expect): exportDeeplyAllowMatchers
(#8078)59200ae
chore: release v3.2.0- 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
0
0
+0
-0
Package Dependencies
Technical Details
ID: | 1303903 |
UUID: | 3128820748 |
Node ID: | PR_kwDOM-BPzM6Zmxex |
Host: | GitHub |
Repository: | techpivot/terraform-module-releaser |