Releases: thomasbrodusch/vitest-fail-on-console
Releases · thomasbrodusch/vitest-fail-on-console
v0.7.1 (2024-09-02)
Bug Fixes
#59: typeerror - default is not a function (f45eecd), closes #59 /github.com/vitest-dev/vitest/issues/6352#issuecomment-2294477456
Thanks @dctalbot & @hi-ogawa ✨
Deps Updates
- chore(deps-dev): bump vite from 5.2.11 to 5.2.12 by @dependabot in #38
- chore(deps-dev): bump prettier from 3.2.5 to 3.3.0 by @dependabot in #39
- chore(deps-dev): bump vite from 5.2.12 to 5.3.1 by @dependabot in #43
- chore(deps-dev): bump typescript from 5.4.5 to 5.5.2 by @dependabot in #44
- chore(deps): bump braces from 3.0.2 to 3.0.3 by @dependabot in #45
- chore(deps-dev): bump prettier from 3.3.0 to 3.3.3 by @dependabot in #49
- chore(deps-dev): bump typescript from 5.5.2 to 5.5.4 by @dependabot in #56
- chore(deps-dev): bump vitest from 1.6.0 to 2.0.5 by @dependabot in #60
- chore(deps-dev): bump vite from 5.3.1 to 5.4.2 by @dependabot in #65
- chore(deps-dev): bump husky from 9.0.11 to 9.1.5 by @dependabot in #66
- chore(deps-dev): bump @commitlint/cli from 19.3.0 to 19.4.1 by @dependabot in #67
- chore(deps): bump micromatch from 4.0.5 to 4.0.8 by @dependabot in #68
Full Changelog: v0.7.0...v0.7.1
v0.7.0 (2024-05-10)
Chores
- add dependabot.yml
Features
- add yarn.lock (69243e3)
Bug Fixes
- warning vite does not support 'rollupOptions.output.sourcemap' (e9fe18d) thanks to @romadryud ✨
v0.6.3 (2023-03-18)
v0.6.2 (2024-02-29)
v0.6.1
v0.6.0 (2024-02-26)
v0.5.1 (2023-08-18)
v0.5.0 (2023-08-05)
v0.4.2 (2023-07-22)
v0.4.1 (2023-06-23)
Security issues
-
Dependency vite:4.3.5 is vulnerable, safe version 4.3.9
- CVE-2023-34092 7.5 Exposure of Sensitive Information to an Unauthorized Actor vulnerability pending CVSS allocation
Bug Fixes
- typing export (426f7ce), closes #10 by @magnattic