-
Notifications
You must be signed in to change notification settings - Fork 0
Comparing changes
Open a pull request
base repository: kivra/toybox
base: v1.6.12
head repository: kivra/toybox
compare: main
- 9 commits
- 39 files changed
- 3 contributors
Commits on Oct 23, 2023
-
chore(deps): update dependency vitest to v0.34.6 (#33)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [vitest](https://togithub.com/vitest-dev/vitest) | [`0.34.1` -> `0.34.6`](https://renovatebot.com/diffs/npm/vitest/0.34.1/0.34.6) | [![age](https://developer.mend.io/api/mc/badges/age/npm/vitest/0.34.6?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/vitest/0.34.6?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/vitest/0.34.1/0.34.6?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/vitest/0.34.1/0.34.6?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>vitest-dev/vitest (vitest)</summary> ### [`v0.34.6`](https://togithub.com/vitest-dev/vitest/releases/tag/v0.34.6) [Compare Source](https://togithub.com/vitest-dev/vitest/compare/v0.34.5...v0.34.6) ##### 🐞 Bug Fixes - Overwrite global URL with environment's - by [@​sheremet-va](https://togithub.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/4164](https://togithub.com/vitest-dev/vitest/issues/4164) [<samp>(cbe13)</samp>](https://togithub.com/vitest-dev/vitest/commit/cbe133da) - Correctly resolve external dependencies loaded by custom environments - by [@​sheremet-va](https://togithub.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/4196](https://togithub.com/vitest-dev/vitest/issues/4196) [<samp>(e3408)</samp>](https://togithub.com/vitest-dev/vitest/commit/e340802f) - **runner**: The fixture of `test.extend` should be init once time in all test - by [@​Dunqing](https://togithub.com/Dunqing) in [https://github.com/vitest-dev/vitest/issues/4168](https://togithub.com/vitest-dev/vitest/issues/4168) [<samp>(730b2)</samp>](https://togithub.com/vitest-dev/vitest/commit/730b29ec) ##### [View changes on GitHub](https://togithub.com/vitest-dev/vitest/compare/v0.34.5...v0.34.6) ### [`v0.34.5`](https://togithub.com/vitest-dev/vitest/releases/tag/v0.34.5) [Compare Source](https://togithub.com/vitest-dev/vitest/compare/v0.34.4...v0.34.5) ##### 🚀 Features - **config**: - Add `diff` option - by [@​fenghan34](https://togithub.com/fenghan34) and [@​sheremet-va](https://togithub.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/4063](https://togithub.com/vitest-dev/vitest/issues/4063) [<samp>(b50cf)</samp>](https://togithub.com/vitest-dev/vitest/commit/b50cf7ad) - **coverage**: - Add `coverage['100']` to istanbul provider - by [@​marcelobotega](https://togithub.com/marcelobotega) in [https://github.com/vitest-dev/vitest/issues/4109](https://togithub.com/vitest-dev/vitest/issues/4109) [<samp>(a7e09)</samp>](https://togithub.com/vitest-dev/vitest/commit/a7e09939) - **vitest**: - Support `vi.waitFor` method - by [@​Dunqing](https://togithub.com/Dunqing) and [@​sheremet-va](https://togithub.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/4113](https://togithub.com/vitest-dev/vitest/issues/4113) [<samp>(d79cb)</samp>](https://togithub.com/vitest-dev/vitest/commit/d79cb44b) - Allow using unprocessed environment files - by [@​sheremet-va](https://togithub.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/4098](https://togithub.com/vitest-dev/vitest/issues/4098) [<samp>(1aee1)</samp>](https://togithub.com/vitest-dev/vitest/commit/1aee13af) - Support `vi.waitUntil` method - by [@​Dunqing](https://togithub.com/Dunqing) and [@​sheremet-va](https://togithub.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/4129](https://togithub.com/vitest-dev/vitest/issues/4129) [<samp>(e0ac9)</samp>](https://togithub.com/vitest-dev/vitest/commit/e0ac97cf) ##### 🐞 Bug Fixes - Update HappyDOMOptions to be compatible with v12 - by [@​anthonyblond](https://togithub.com/anthonyblond) in [https://github.com/vitest-dev/vitest/issues/4135](https://togithub.com/vitest-dev/vitest/issues/4135) [<samp>(e8797)</samp>](https://togithub.com/vitest-dev/vitest/commit/e8797534) - Print value shape when .resolves and .rejects fails - by [@​sheremet-va](https://togithub.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/4137](https://togithub.com/vitest-dev/vitest/issues/4137) [<samp>(e649d)</samp>](https://togithub.com/vitest-dev/vitest/commit/e649d78f) - **docs**: - Fix lint errors on onConsoleLog example - by [@​marcelobotega](https://togithub.com/marcelobotega) in [https://github.com/vitest-dev/vitest/issues/4116](https://togithub.com/vitest-dev/vitest/issues/4116) [<samp>(ba1e7)</samp>](https://togithub.com/vitest-dev/vitest/commit/ba1e7335) - **expect**: - Improve the error message when nothing is thrown when testing `toThrow` - by [@​Dunqing](https://togithub.com/Dunqing) in [https://github.com/vitest-dev/vitest/issues/3979](https://togithub.com/vitest-dev/vitest/issues/3979) [<samp>(725a0)</samp>](https://togithub.com/vitest-dev/vitest/commit/725a0146) - **happy-dom**: - Catch errors in happy-dom - by [@​capricorn86](https://togithub.com/capricorn86) in [https://github.com/vitest-dev/vitest/issues/4140](https://togithub.com/vitest-dev/vitest/issues/4140) [<samp>(c21c0)</samp>](https://togithub.com/vitest-dev/vitest/commit/c21c0efa) - **runner**: - Restore leading space in `testNamePattern` - by [@​segrey](https://togithub.com/segrey) in [https://github.com/vitest-dev/vitest/issues/4103](https://togithub.com/vitest-dev/vitest/issues/4103) and [https://github.com/vitest-dev/vitest/issues/4104](https://togithub.com/vitest-dev/vitest/issues/4104) [<samp>(3c305)</samp>](https://togithub.com/vitest-dev/vitest/commit/3c305857) - `test.extend` doesn't work in hooks without test - by [@​Dunqing](https://togithub.com/Dunqing) in [https://github.com/vitest-dev/vitest/issues/4065](https://togithub.com/vitest-dev/vitest/issues/4065) [<samp>(175c7)</samp>](https://togithub.com/vitest-dev/vitest/commit/175c752d) - **snapshot**: - Support mix of normal/with placeholders snapshots - by [@​RobertPechaCZ](https://togithub.com/RobertPechaCZ) in [https://github.com/vitest-dev/vitest/issues/4118](https://togithub.com/vitest-dev/vitest/issues/4118) [<samp>(01e01)</samp>](https://togithub.com/vitest-dev/vitest/commit/01e01bfc) - **ui**: - Correctly render ansi diff - by [@​so1ve](https://togithub.com/so1ve) and [@​sheremet-va](https://togithub.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/3810](https://togithub.com/vitest-dev/vitest/issues/3810) [<samp>(8c315)</samp>](https://togithub.com/vitest-dev/vitest/commit/8c3152fa) - **vite-node**: - Export `SourceMapInput` to fix CYCLIC_CROSS_CHUNK_REEXPORT - by [@​Dunqing](https://togithub.com/Dunqing) in [https://github.com/vitest-dev/vitest/issues/4128](https://togithub.com/vitest-dev/vitest/issues/4128) [<samp>(ca70a)</samp>](https://togithub.com/vitest-dev/vitest/commit/ca70a779) - Align vite dependency version with vitest - by [@​sheremet-va](https://togithub.com/sheremet-va) [<samp>(90ff8)</samp>](https://togithub.com/vitest-dev/vitest/commit/90ff899b) - **vitest**: - Rerun tests if a file loaded with query changes - by [@​sheremet-va](https://togithub.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/4130](https://togithub.com/vitest-dev/vitest/issues/4130) [<samp>(a084c)</samp>](https://togithub.com/vitest-dev/vitest/commit/a084ceaf) - Inject "define" in workspaces - by [@​sheremet-va](https://togithub.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/4096](https://togithub.com/vitest-dev/vitest/issues/4096) [<samp>(b4d5a)</samp>](https://togithub.com/vitest-dev/vitest/commit/b4d5ae23) ##### 🏎 Performance - Use lazy require in vm pool - by [@​sheremet-va](https://togithub.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/4136](https://togithub.com/vitest-dev/vitest/issues/4136) [<samp>(21ba4)</samp>](https://togithub.com/vitest-dev/vitest/commit/21ba4935) ##### [View changes on GitHub](https://togithub.com/vitest-dev/vitest/compare/v0.34.4...v0.34.5) ### [`v0.34.4`](https://togithub.com/vitest-dev/vitest/releases/tag/v0.34.4) [Compare Source](https://togithub.com/vitest-dev/vitest/compare/v0.34.3...v0.34.4) ##### 🐞 Bug Fixes - Resolving dep optimizer issues with workspace - by [@​thebanjomatic](https://togithub.com/thebanjomatic) in [https://github.com/vitest-dev/vitest/issues/4036](https://togithub.com/vitest-dev/vitest/issues/4036) [<samp>(0c13c)</samp>](https://togithub.com/vitest-dev/vitest/commit/0c13c39c) - Don't process config file twice - by [@​sheremet-va](https://togithub.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/4077](https://togithub.com/vitest-dev/vitest/issues/4077) [<samp>(a84a8)</samp>](https://togithub.com/vitest-dev/vitest/commit/a84a8e05) - **coverage**: - Log info only when terminal reporter is used - by [@​AriPerkkio](https://togithub.com/AriPerkkio) in [https://github.com/vitest-dev/vitest/issues/4027](https://togithub.com/vitest-dev/vitest/issues/4027) [<samp>(9f043)</samp>](https://togithub.com/vitest-dev/vitest/commit/9f04386b) - **happy-dom**: - Use the nodejs console in happy-dom v11 - by [@​capricorn86](https://togithub.com/capricorn86) in [https://github.com/vitest-dev/vitest/issues/4090](https://togithub.com/vitest-dev/vitest/issues/4090) [<samp>(59434)</samp>](https://togithub.com/vitest-dev/vitest/commit/59434189) - **runner**: - Incorrect test name pattern matching - by [@​Dunqing](https://togithub.com/Dunqing) in [https://github.com/vitest-dev/vitest/issues/4071](https://togithub.com/vitest-dev/vitest/issues/4071) [<samp>(b5bf3)</samp>](https://togithub.com/vitest-dev/vitest/commit/b5bf3290) - **vite-node**: - Check more precisely for root/base paths - by [@​danielroe](https://togithub.com/danielroe) in [https://github.com/vitest-dev/vitest/issues/4049](https://togithub.com/vitest-dev/vitest/issues/4049) [<samp>(80741)</samp>](https://togithub.com/vitest-dev/vitest/commit/807418fa) - **vitest**: - "vi" doesn't rely on context - by [@​sheremet-va](https://togithub.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/4031](https://togithub.com/vitest-dev/vitest/issues/4031) [<samp>(0d0f3)</samp>](https://togithub.com/vitest-dev/vitest/commit/0d0f35f6) - Only override ssr.optimizer instead of the whole ssr object - by [@​sheremet-va](https://togithub.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/4080](https://togithub.com/vitest-dev/vitest/issues/4080) [<samp>(410bc)</samp>](https://togithub.com/vitest-dev/vitest/commit/410bc454) - Don't start the server when optimizer is enabled - by [@​sheremet-va](https://togithub.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/4095](https://togithub.com/vitest-dev/vitest/issues/4095) [<samp>(00e81)</samp>](https://togithub.com/vitest-dev/vitest/commit/00e81122) - Set SSR env only when transformMode is ssr - by [@​sheremet-va](https://togithub.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/4083](https://togithub.com/vitest-dev/vitest/issues/4083) [<samp>(f8ea7)</samp>](https://togithub.com/vitest-dev/vitest/commit/f8ea716a) - Show error when calling API on files that user has no access to - by [@​sheremet-va](https://togithub.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/4085](https://togithub.com/vitest-dev/vitest/issues/4085) [<samp>(8b39c)</samp>](https://togithub.com/vitest-dev/vitest/commit/8b39c117) - **web-worker**: - Don't rely on browser API when it's not provided - by [@​sheremet-va](https://togithub.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/4014](https://togithub.com/vitest-dev/vitest/issues/4014) [<samp>(e78a4)</samp>](https://togithub.com/vitest-dev/vitest/commit/e78a449d) ##### [View changes on GitHub](https://togithub.com/vitest-dev/vitest/compare/v0.34.3...v0.34.4) ### [`v0.34.3`](https://togithub.com/vitest-dev/vitest/releases/tag/v0.34.3) [Compare Source](https://togithub.com/vitest-dev/vitest/compare/v0.34.2...v0.34.3) ##### 🚀 Features - **coverage**: Add `allowExternal` option - by [@​vojvodics](https://togithub.com/vojvodics) and [@​AriPerkkio](https://togithub.com/AriPerkkio) in [https://github.com/vitest-dev/vitest/issues/3894](https://togithub.com/vitest-dev/vitest/issues/3894) [<samp>(c03fa)</samp>](https://togithub.com/vitest-dev/vitest/commit/c03faa22) - **vitest**: Export all reporters in `vitest/reporters` - by [@​Dunqing](https://togithub.com/Dunqing) and [@​sheremet-va](https://togithub.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/3980](https://togithub.com/vitest-dev/vitest/issues/3980) [<samp>(5704b)</samp>](https://togithub.com/vitest-dev/vitest/commit/5704b341) ##### 🐞 Bug Fixes - Should remove mockPath from callstack whether success or failed - by [@​miserylee](https://togithub.com/miserylee) and **lijifei** in [https://github.com/vitest-dev/vitest/issues/3971](https://togithub.com/vitest-dev/vitest/issues/3971) [<samp>(5eb85)</samp>](https://togithub.com/vitest-dev/vitest/commit/5eb8561c) - Add workspace config files to default coverage excludes - by [@​FelixGraf](https://togithub.com/FelixGraf) and [@​AriPerkkio](https://togithub.com/AriPerkkio) in [https://github.com/vitest-dev/vitest/issues/3973](https://togithub.com/vitest-dev/vitest/issues/3973) [<samp>(20263)</samp>](https://togithub.com/vitest-dev/vitest/commit/20263d9d) - Report file error as a <failure> on JUnit - by [@​3c1u](https://togithub.com/3c1u) in [https://github.com/vitest-dev/vitest/issues/3997](https://togithub.com/vitest-dev/vitest/issues/3997) [<samp>(00c43)</samp>](https://togithub.com/vitest-dev/vitest/commit/00c432fa) - **jsdom**: Correctly resolve buffer on typed arrays - by [@​sheremet-va](https://togithub.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/3998](https://togithub.com/vitest-dev/vitest/issues/3998) [<samp>(b42cf)</samp>](https://togithub.com/vitest-dev/vitest/commit/b42cf36e) - **ui**: Use web hash history in ui - by [@​segevfiner](https://togithub.com/segevfiner) and [@​sheremet-va](https://togithub.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/3481](https://togithub.com/vitest-dev/vitest/issues/3481) and [https://github.com/vitest-dev/vitest/issues/3487](https://togithub.com/vitest-dev/vitest/issues/3487) [<samp>(8caab)</samp>](https://togithub.com/vitest-dev/vitest/commit/8caabaa1) - **vite-node**: Inline HMR types - by [@​sheremet-va](https://togithub.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/3993](https://togithub.com/vitest-dev/vitest/issues/3993) [<samp>(dff60)</samp>](https://togithub.com/vitest-dev/vitest/commit/dff60e82) - **vitest**: Correctly resolve optimizer status - by [@​sheremet-va](https://togithub.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/3992](https://togithub.com/vitest-dev/vitest/issues/3992) [<samp>(74dc5)</samp>](https://togithub.com/vitest-dev/vitest/commit/74dc5967) ##### [View changes on GitHub](https://togithub.com/vitest-dev/vitest/compare/v0.34.2...v0.34.3) ### [`v0.34.2`](https://togithub.com/vitest-dev/vitest/releases/tag/v0.34.2) [Compare Source](https://togithub.com/vitest-dev/vitest/compare/v0.34.1...v0.34.2) ##### 🚀 Features - Allow importing CSS and assets inside external dependencies when using `--experimental-vm-threads` - by [@​sheremet-va](https://togithub.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/3880](https://togithub.com/vitest-dev/vitest/issues/3880) [<samp>(f4e6e)</samp>](https://togithub.com/vitest-dev/vitest/commit/f4e6e99f) - **vitest**: Allow calling `ctx.skip()` inside the running test - by [@​sheremet-va](https://togithub.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/3966](https://togithub.com/vitest-dev/vitest/issues/3966) [<samp>(5c88d)</samp>](https://togithub.com/vitest-dev/vitest/commit/5c88d8e5) ##### 🐞 Bug Fixes - Don't bundle utils' source-map entry - by [@​sheremet-va](https://togithub.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/3865](https://togithub.com/vitest-dev/vitest/issues/3865) [<samp>(a08e5)</samp>](https://togithub.com/vitest-dev/vitest/commit/a08e5993) - Reduce the memory consumption when running --experimental-vm-threads - by [@​sheremet-va](https://togithub.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/3872](https://togithub.com/vitest-dev/vitest/issues/3872) [<samp>(d1a08)</samp>](https://togithub.com/vitest-dev/vitest/commit/d1a08c88) - Indicator position of error message - by [@​fenghan34](https://togithub.com/fenghan34) in [https://github.com/vitest-dev/vitest/issues/3855](https://togithub.com/vitest-dev/vitest/issues/3855) [<samp>(3e1e7)</samp>](https://togithub.com/vitest-dev/vitest/commit/3e1e7a1f) - Don't crash when using --experimental-vm-threads, interop CJS default inside node_modules - by [@​sheremet-va](https://togithub.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/3876](https://togithub.com/vitest-dev/vitest/issues/3876) [<samp>(0c53e)</samp>](https://togithub.com/vitest-dev/vitest/commit/0c53e098) - Don't crash if total memory is not supported - by [@​sheremet-va](https://togithub.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/3879](https://togithub.com/vitest-dev/vitest/issues/3879) [<samp>(7d1f8)</samp>](https://togithub.com/vitest-dev/vitest/commit/7d1f86b8) - Check memory and limit value - by [@​sheremet-va](https://togithub.com/sheremet-va) [<samp>(f8dfb)</samp>](https://togithub.com/vitest-dev/vitest/commit/f8dfbd38) - Update module warning as it is moved into server config - by [@​jellyfishgh](https://togithub.com/jellyfishgh) in [https://github.com/vitest-dev/vitest/issues/3931](https://togithub.com/vitest-dev/vitest/issues/3931) [<samp>(3a3eb)</samp>](https://togithub.com/vitest-dev/vitest/commit/3a3eb22c) - Define process variable and using import.meta.env together did not work - by [@​Dunqing](https://togithub.com/Dunqing) in [https://github.com/vitest-dev/vitest/issues/3944](https://togithub.com/vitest-dev/vitest/issues/3944) [<samp>(e73ca)</samp>](https://togithub.com/vitest-dev/vitest/commit/e73ca9ed) - Correctly resolve config in a workspace - by [@​sheremet-va](https://togithub.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/3947](https://togithub.com/vitest-dev/vitest/issues/3947) [<samp>(1c08d)</samp>](https://togithub.com/vitest-dev/vitest/commit/1c08d5da) - Don't crash when calling useFakeTimers in VM pool - by [@​sheremet-va](https://togithub.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/3958](https://togithub.com/vitest-dev/vitest/issues/3958) [<samp>(91fe4)</samp>](https://togithub.com/vitest-dev/vitest/commit/91fe4853) - Restrict access to file system via API - by [@​sheremet-va](https://togithub.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/3956](https://togithub.com/vitest-dev/vitest/issues/3956) [<samp>(bcb41)</samp>](https://togithub.com/vitest-dev/vitest/commit/bcb41e51) - Typo of mocks plugin name - by [@​antfu](https://togithub.com/antfu) [<samp>(3073b)</samp>](https://togithub.com/vitest-dev/vitest/commit/3073b9a2) - Build not generated `execute.d.ts` - by [@​btea](https://togithub.com/btea) in [https://github.com/vitest-dev/vitest/issues/3970](https://togithub.com/vitest-dev/vitest/issues/3970) [<samp>(0f8e6)</samp>](https://togithub.com/vitest-dev/vitest/commit/0f8e60b7) - **css**: - Don't mock css-module if `?inline` query is specified - by [@​thebanjomatic](https://togithub.com/thebanjomatic) and **Adam Hines** in [https://github.com/vitest-dev/vitest/issues/3952](https://togithub.com/vitest-dev/vitest/issues/3952) [<samp>(3891d)</samp>](https://togithub.com/vitest-dev/vitest/commit/3891d055) - **expect**: - Correctly show async matcher diff - by [@​sheremet-va](https://togithub.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/3960](https://togithub.com/vitest-dev/vitest/issues/3960) [<samp>(9423b)</samp>](https://togithub.com/vitest-dev/vitest/commit/9423b6f8) - **snapshots**: - Update inline snapshot correctly - by [@​fenghan34](https://togithub.com/fenghan34) in [https://github.com/vitest-dev/vitest/issues/3887](https://togithub.com/vitest-dev/vitest/issues/3887) [<samp>(7b740)</samp>](https://togithub.com/vitest-dev/vitest/commit/7b740a27) - **ui**: - Incorrect duration time in vitest ui - by [@​Dunqing](https://togithub.com/Dunqing) in [https://github.com/vitest-dev/vitest/issues/3945](https://togithub.com/vitest-dev/vitest/issues/3945) [<samp>(35139)</samp>](https://togithub.com/vitest-dev/vitest/commit/351399f2) - Add support for ui coverage with subdir option - by [@​userquin](https://togithub.com/userquin) in [https://github.com/vitest-dev/vitest/issues/3917](https://togithub.com/vitest-dev/vitest/issues/3917) [<samp>(6ecfc)</samp>](https://togithub.com/vitest-dev/vitest/commit/6ecfc4e1) - **vitest**: - Use esm module resolution to resolve env - by [@​danielroe](https://togithub.com/danielroe) in [https://github.com/vitest-dev/vitest/issues/3951](https://togithub.com/vitest-dev/vitest/issues/3951) [<samp>(edb32)</samp>](https://togithub.com/vitest-dev/vitest/commit/edb322fe) - Allow rewriting process.env.NODE_MODE when using web transform mode - by [@​sheremet-va](https://togithub.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/3957](https://togithub.com/vitest-dev/vitest/issues/3957) [<samp>(eca4b)</samp>](https://togithub.com/vitest-dev/vitest/commit/eca4b87f) - Only consider cwd when using glob - by [@​g-plane](https://togithub.com/g-plane) in [https://github.com/vitest-dev/vitest/issues/3802](https://togithub.com/vitest-dev/vitest/issues/3802) and [https://github.com/vitest-dev/vitest/issues/3949](https://togithub.com/vitest-dev/vitest/issues/3949) [<samp>(15b4f)</samp>](https://togithub.com/vitest-dev/vitest/commit/15b4fd6d) - Pass environmentOptions to happy-dom integration - by [@​sheremet-va](https://togithub.com/sheremet-va) and **Raul de Melo** in [https://github.com/vitest-dev/vitest/issues/3972](https://togithub.com/vitest-dev/vitest/issues/3972) [<samp>(6a0cb)</samp>](https://togithub.com/vitest-dev/vitest/commit/6a0cb647) - **web**: - Correctly resolve assets in new URL - by [@​sheremet-va](https://togithub.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/3950](https://togithub.com/vitest-dev/vitest/issues/3950) [<samp>(a428f)</samp>](https://togithub.com/vitest-dev/vitest/commit/a428f8d4) ##### 🏎 Performance - **dot-renderer**: Speed up getTests - by [@​gtm-nayan](https://togithub.com/gtm-nayan) in [https://github.com/vitest-dev/vitest/issues/3923](https://togithub.com/vitest-dev/vitest/issues/3923) [<samp>(e9404)</samp>](https://togithub.com/vitest-dev/vitest/commit/e94044d7) ##### [View changes on GitHub](https://togithub.com/vitest-dev/vitest/compare/v0.34.1...v0.34.2) </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 4am on Monday" (UTC), 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. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/kivra/toybox). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi40My4yIiwidXBkYXRlZEluVmVyIjoiMzcuMC4zIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Marcus Tisäter <77273035+marcustisater-kivra@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 35bf85e - Browse repository at this point
Copy the full SHA 35bf85eView commit details -
fix(deps): update dependency markdown-to-jsx to v7.3.2 (#35)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [markdown-to-jsx](https://probablyup.github.io/markdown-to-jsx) ([source](https://togithub.com/probablyup/markdown-to-jsx)) | [`7.2.0` -> `7.3.2`](https://renovatebot.com/diffs/npm/markdown-to-jsx/7.2.0/7.3.2) | [![age](https://developer.mend.io/api/mc/badges/age/npm/markdown-to-jsx/7.3.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/markdown-to-jsx/7.3.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/markdown-to-jsx/7.2.0/7.3.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/markdown-to-jsx/7.2.0/7.3.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>probablyup/markdown-to-jsx (markdown-to-jsx)</summary> ### [`v7.3.2`](https://togithub.com/probablyup/markdown-to-jsx/releases/tag/v7.3.2) [Compare Source](https://togithub.com/probablyup/markdown-to-jsx/compare/v7.3.1...v7.3.2) fix(types): path to esm types in "exports" **Full Changelog**: quantizor/markdown-to-jsx@v7.3.1...v7.3.2 ### [`v7.3.1`](https://togithub.com/probablyup/markdown-to-jsx/releases/tag/v7.3.1) [Compare Source](https://togithub.com/probablyup/markdown-to-jsx/compare/v7.3.0...v7.3.1) #### What's Changed - add dev-time error if trying to provide bad input **Full Changelog**: quantizor/markdown-to-jsx@v7.3.0...v7.3.1 ### [`v7.3.0`](https://togithub.com/probablyup/markdown-to-jsx/releases/tag/v7.3.0) [Compare Source](https://togithub.com/probablyup/markdown-to-jsx/compare/v7.2.1...v7.3.0) #### What's Changed - chore(deps): bump word-wrap from 1.2.3 to 1.2.4 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/probablyup/markdown-to-jsx/pull/505](https://togithub.com/probablyup/markdown-to-jsx/pull/505) - chore(deps): bump semver from 6.3.0 to 6.3.1 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/probablyup/markdown-to-jsx/pull/504](https://togithub.com/probablyup/markdown-to-jsx/pull/504) - chore(deps): bump tough-cookie from 4.1.2 to 4.1.3 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/probablyup/markdown-to-jsx/pull/503](https://togithub.com/probablyup/markdown-to-jsx/pull/503) - [#​379](https://togithub.com/probablyup/markdown-to-jsx/issues/379) - Allow more custom HTML character codes by [@​brianfryer](https://togithub.com/brianfryer) in [https://github.com/probablyup/markdown-to-jsx/pull/502](https://togithub.com/probablyup/markdown-to-jsx/pull/502) - fix: correctly parse markdown inside of a table row when a preceding column has nested HTML elements by [@​gusbmurphy](https://togithub.com/gusbmurphy) in [https://github.com/probablyup/markdown-to-jsx/pull/501](https://togithub.com/probablyup/markdown-to-jsx/pull/501) - add option to enforce a space between headings by [@​insanicly](https://togithub.com/insanicly) in [https://github.com/probablyup/markdown-to-jsx/pull/440](https://togithub.com/probablyup/markdown-to-jsx/pull/440) - fix: Update package.json for "type": "module" with updated `size-limit` tests for `index.cjs` and `index.module.js` (replacing `index.js`) by [@​nbarrow-inspire-labs](https://togithub.com/nbarrow-inspire-labs) in [https://github.com/probablyup/markdown-to-jsx/pull/500](https://togithub.com/probablyup/markdown-to-jsx/pull/500) #### New Contributors - [@​brianfryer](https://togithub.com/brianfryer) made their first contribution in [https://github.com/probablyup/markdown-to-jsx/pull/502](https://togithub.com/probablyup/markdown-to-jsx/pull/502) - [@​gusbmurphy](https://togithub.com/gusbmurphy) made their first contribution in [https://github.com/probablyup/markdown-to-jsx/pull/501](https://togithub.com/probablyup/markdown-to-jsx/pull/501) - [@​insanicly](https://togithub.com/insanicly) made their first contribution in [https://github.com/probablyup/markdown-to-jsx/pull/440](https://togithub.com/probablyup/markdown-to-jsx/pull/440) - [@​nbarrow-inspire-labs](https://togithub.com/nbarrow-inspire-labs) made their first contribution in [https://github.com/probablyup/markdown-to-jsx/pull/500](https://togithub.com/probablyup/markdown-to-jsx/pull/500) **Full Changelog**: quantizor/markdown-to-jsx@v7.2.1...v7.3.0 ### [`v7.2.1`](https://togithub.com/probablyup/markdown-to-jsx/releases/tag/v7.2.1) [Compare Source](https://togithub.com/probablyup/markdown-to-jsx/compare/v7.2.0...v7.2.1) #### What's Changed - fix: move `types` condition to the front by [@​Andarist](https://togithub.com/Andarist) in [https://github.com/probablyup/markdown-to-jsx/pull/492](https://togithub.com/probablyup/markdown-to-jsx/pull/492) #### New Contributors - [@​Andarist](https://togithub.com/Andarist) made their first contribution in [https://github.com/probablyup/markdown-to-jsx/pull/492](https://togithub.com/probablyup/markdown-to-jsx/pull/492) **Full Changelog**: quantizor/markdown-to-jsx@v7.2.0...v7.2.1 </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 4am on Monday" (UTC), 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. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/kivra/toybox). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi40My4yIiwidXBkYXRlZEluVmVyIjoiMzYuNDMuMiIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Marcus Tisäter <77273035+marcustisater-kivra@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for e267d6b - Browse repository at this point
Copy the full SHA e267d6bView commit details -
fix(deps): update mantine monorepo to v6.0.21 (#41)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@mantine/core](https://mantine.dev/) ([source](https://togithub.com/mantinedev/mantine)) | [`6.0.10` -> `6.0.21`](https://renovatebot.com/diffs/npm/@mantine%2fcore/6.0.10/6.0.21) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@mantine%2fcore/6.0.21?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@mantine%2fcore/6.0.21?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@mantine%2fcore/6.0.10/6.0.21?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@mantine%2fcore/6.0.10/6.0.21?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [@mantine/prism](https://mantine.dev/others/prism/) ([source](https://togithub.com/mantinedev/mantine)) | [`6.0.10` -> `6.0.21`](https://renovatebot.com/diffs/npm/@mantine%2fprism/6.0.10/6.0.21) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@mantine%2fprism/6.0.21?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@mantine%2fprism/6.0.21?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@mantine%2fprism/6.0.10/6.0.21?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@mantine%2fprism/6.0.10/6.0.21?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>mantinedev/mantine (@​mantine/core)</summary> ### [`v6.0.21`](https://togithub.com/mantinedev/mantine/releases/tag/6.0.21) [Compare Source](https://togithub.com/mantinedev/mantine/compare/6.0.20...6.0.21) ##### Last 6.x patch This is the last patch for 6.x (at least for a while), next version that will be released is 7.0.0. If you haven't checked v7 yet, you can review it here – https://v7.mantine.dev/ ##### What's Changed - `[@mantine/core]` Fix Radio and Checkbox components do not receive padding when a value of 0 is passed into the label prop ([#​4755](https://togithub.com/mantinedev/mantine/issues/4755)) - `[@mantine/dates]` Fix incorrect accessible name set on DatePickerInput and other similar components ([#​4750](https://togithub.com/mantinedev/mantine/issues/4750)) ##### New Contributors - [@​qaynam](https://togithub.com/qaynam) made their first contribution in [https://github.com/mantinedev/mantine/pull/4755](https://togithub.com/mantinedev/mantine/pull/4755) **Full Changelog**: mantinedev/mantine@6.0.20...6.0.21 ### [`v6.0.20`](https://togithub.com/mantinedev/mantine/releases/tag/6.0.20) [Compare Source](https://togithub.com/mantinedev/mantine/compare/6.0.19...6.0.20) ##### What's Changed - `[@mantine/dates]` Calendar: Fix incorrect `hasNextLevel` prop type ([#​4682](https://togithub.com/mantinedev/mantine/issues/4682)) - `[@mantine/core]` PasswordInput: Set `autocomplete="off"` to prevent passwords logging in console ([#​4564](https://togithub.com/mantinedev/mantine/issues/4564)) - `[@mantine/core]` BackgroundImage: Fix image not loading if given image url contains whitespace ([#​4715](https://togithub.com/mantinedev/mantine/issues/4715)) - `[@mantine/dates]` Fix: DatePickerInput and DateTimePicker label click does not focusing the input ([#​4634](https://togithub.com/mantinedev/mantine/issues/4634)) - `[@mantine/core]` PinInput: Fix OTP paste not working from Google Keyboard on Android ([#​4641](https://togithub.com/mantinedev/mantine/issues/4641)) - `[@mantine/core]` Grid: Fix `id` prop not being passed to the root element ([#​4666](https://togithub.com/mantinedev/mantine/issues/4666)) - `[@mantine/tiptap]` Fix incorrect color displayed in ColorPickerControl ([#​4667](https://togithub.com/mantinedev/mantine/issues/4667)) - `[@mantine/core]` Anchor: Fix incorrect inherited types from Text ([#​4695](https://togithub.com/mantinedev/mantine/issues/4695)) ##### New Contributors - [@​hiddenLadder](https://togithub.com/hiddenLadder) made their first contribution in [https://github.com/mantinedev/mantine/pull/4642](https://togithub.com/mantinedev/mantine/pull/4642) - [@​HarshitDoshi](https://togithub.com/HarshitDoshi) made their first contribution in [https://github.com/mantinedev/mantine/pull/4692](https://togithub.com/mantinedev/mantine/pull/4692) - [@​marwinburesch](https://togithub.com/marwinburesch) made their first contribution in [https://github.com/mantinedev/mantine/pull/4703](https://togithub.com/mantinedev/mantine/pull/4703) - [@​HoHieuLuc](https://togithub.com/HoHieuLuc) made their first contribution in [https://github.com/mantinedev/mantine/pull/4667](https://togithub.com/mantinedev/mantine/pull/4667) - [@​lscheibel](https://togithub.com/lscheibel) made their first contribution in [https://github.com/mantinedev/mantine/pull/4666](https://togithub.com/mantinedev/mantine/pull/4666) - [@​saeidalidadi](https://togithub.com/saeidalidadi) made their first contribution in [https://github.com/mantinedev/mantine/pull/4641](https://togithub.com/mantinedev/mantine/pull/4641) - [@​rommelmamedov](https://togithub.com/rommelmamedov) made their first contribution in [https://github.com/mantinedev/mantine/pull/4634](https://togithub.com/mantinedev/mantine/pull/4634) - [@​blueagler](https://togithub.com/blueagler) made their first contribution in [https://github.com/mantinedev/mantine/pull/4715](https://togithub.com/mantinedev/mantine/pull/4715) - [@​yeana-dev](https://togithub.com/yeana-dev) made their first contribution in [https://github.com/mantinedev/mantine/pull/4712](https://togithub.com/mantinedev/mantine/pull/4712) **Full Changelog**: mantinedev/mantine@6.0.19...6.0.20 ### [`v6.0.19`](https://togithub.com/mantinedev/mantine/releases/tag/6.0.19) [Compare Source](https://togithub.com/mantinedev/mantine/compare/6.0.18...6.0.19) ##### What's Changed - `[@mantine/dates]` DateTimePicker: Add option to get time input ref with `timeInputProps` - `[@mantine/hooks]` Fix unexpected breaking change introduced in `useResizeObserver` in the previous patch ([#​4632](https://togithub.com/mantinedev/mantine/issues/4632)) - `[@mantine/dates]` Fix incorrect Calendar prop types definition ([#​4638](https://togithub.com/mantinedev/mantine/issues/4638)) ##### New Contributors - [@​raul-repos](https://togithub.com/raul-repos) made their first contribution in [https://github.com/mantinedev/mantine/pull/4630](https://togithub.com/mantinedev/mantine/pull/4630) **Full Changelog**: mantinedev/mantine@6.0.18...6.0.19 ### [`v6.0.18`](https://togithub.com/mantinedev/mantine/releases/tag/6.0.18) [Compare Source](https://togithub.com/mantinedev/mantine/compare/6.0.17...6.0.18) ##### What's Changed - `[@mantine/core]` Spoiler: Fix control button flickering on rerender ([#​4512](https://togithub.com/mantinedev/mantine/issues/4512)) - `[@mantine/tiptap]` Fix incorrect color displayed in color control in dark color scheme ([#​4560](https://togithub.com/mantinedev/mantine/issues/4560)) - `[@mantine/core]` Pagination: Fix incorrect disabled styles when control node is changed to link ([#​4578](https://togithub.com/mantinedev/mantine/issues/4578)) - `[@mantine/core]` Modal: Make body's zIndex same as overlay's to allow modals stacking ([#​4587](https://togithub.com/mantinedev/mantine/issues/4587)) - `[@mantine/core]` Avatar: Fix incorrect placeholder icon dimensions ([#​4600](https://togithub.com/mantinedev/mantine/issues/4600)) - `[@mantine/dates]` Fix `defaultDate` overriding `value` prop ([#​4624](https://togithub.com/mantinedev/mantine/issues/4624)) ##### New Contributors - [@​mattaningram](https://togithub.com/mattaningram) made their first contribution in [https://github.com/mantinedev/mantine/pull/4600](https://togithub.com/mantinedev/mantine/pull/4600) - [@​ItaiAxelrad](https://togithub.com/ItaiAxelrad) made their first contribution in [https://github.com/mantinedev/mantine/pull/4578](https://togithub.com/mantinedev/mantine/pull/4578) - [@​hellolol2016](https://togithub.com/hellolol2016) made their first contribution in [https://github.com/mantinedev/mantine/pull/4560](https://togithub.com/mantinedev/mantine/pull/4560) - [@​KurtGokhan](https://togithub.com/KurtGokhan) made their first contribution in [https://github.com/mantinedev/mantine/pull/4512](https://togithub.com/mantinedev/mantine/pull/4512) **Full Changelog**: mantinedev/mantine@6.0.17...6.0.18 ### [`v6.0.17`](https://togithub.com/mantinedev/mantine/releases/tag/6.0.17) [Compare Source](https://togithub.com/mantinedev/mantine/compare/6.0.16...6.0.17) #### What's Changed - `[@mantine/carousel]` Remove x.clickAllowed to support embla 8.x ([#​4357](https://togithub.com/mantinedev/mantine/issues/4357), [#​4174](https://togithub.com/mantinedev/mantine/issues/4174)) - `[@mantine/core]` PasswordInput: Remove rightSection associated props to avoid confusion ([#​4436](https://togithub.com/mantinedev/mantine/issues/4436)) - `[@mantine/core]` Menu: Fix up and down keys not working when first Menu.Item is disabled ([#​4411](https://togithub.com/mantinedev/mantine/issues/4411)) - `[@mantine/spotlight]` Fix `target` prop not working ([#​4494](https://togithub.com/mantinedev/mantine/issues/4494)) - `[@mantine/core]` Switch: Fix incorrect label styles in RTL ([#​4515](https://togithub.com/mantinedev/mantine/issues/4515)) - `[@mantine/core]` Slider: Fix decimal step without precision prop not working ([#​4538](https://togithub.com/mantinedev/mantine/issues/4538)) - `[@mantine/core]` Rating: Fix `readOnly` prop not working with `defaultValue` ([#​4525](https://togithub.com/mantinedev/mantine/issues/4525)) - `[@mantine/core]` Modal: Migrate to dvh units to fix incorrect styles in mobile Safari ([#​4517](https://togithub.com/mantinedev/mantine/issues/4517)) - `[@mantine/dates]` DateInput: Decouple `clearable` and `allowDeselect` logic, allow disabling `allowDeselect` if `clearable` is set ([#​4527](https://togithub.com/mantinedev/mantine/issues/4527)) - `[@mantine/dates]` DatePickerInput: Fix `defaultDate` prop not working ([#​4532](https://togithub.com/mantinedev/mantine/issues/4532)) #### New Contributors - [@​connershoop](https://togithub.com/connershoop) made their first contribution in [https://github.com/mantinedev/mantine/pull/4517](https://togithub.com/mantinedev/mantine/pull/4517) **Full Changelog**: mantinedev/mantine@6.0.16...6.0.17 ### [`v6.0.16`](https://togithub.com/mantinedev/mantine/releases/tag/6.0.16) [Compare Source](https://togithub.com/mantinedev/mantine/compare/6.0.15...6.0.16) #### What's Changed - `[@mantine/dates]` DatePicker: Fix `onMonthSelect` not passed down to Calendar component ([#​4441](https://togithub.com/mantinedev/mantine/issues/4441)) - `[@mantine/prism]` Fix unexpected code margin when used within `TypographyStylesProvider` ([#​4452](https://togithub.com/mantinedev/mantine/issues/4452)) - `[@mantine/dates]` DateTimePicker: Fix `onClick` function from `submitButtonProps` overriding default behavior ([#​4465](https://togithub.com/mantinedev/mantine/issues/4465)) - `[@mantine/dates]` Fix date pickers placeholders not having correct color when parent input has error ([#​4469](https://togithub.com/mantinedev/mantine/issues/4469)) - `[@mantine/core]` MultiSelect: Fix `portalProps` prop not working ([#​4485](https://togithub.com/mantinedev/mantine/issues/4485)) - `[@mantine/core]` Fix rem units errors with svg elements in all components ([#​4491](https://togithub.com/mantinedev/mantine/issues/4491)) - `[@mantine/dates]` DateInput: Fix stale calendar UI after clear button was clicked ([#​4486](https://togithub.com/mantinedev/mantine/issues/4486)) - `[@mantine/core]` Slider: Fix `onChange` prop updates being ignored ([#​4497](https://togithub.com/mantinedev/mantine/issues/4497)) #### New Contributors - [@​Bastian](https://togithub.com/Bastian) made their first contribution in [https://github.com/mantinedev/mantine/pull/4497](https://togithub.com/mantinedev/mantine/pull/4497) - [@​aschenkuttel](https://togithub.com/aschenkuttel) made their first contribution in [https://github.com/mantinedev/mantine/pull/4491](https://togithub.com/mantinedev/mantine/pull/4491) - [@​alessandroaw](https://togithub.com/alessandroaw) made their first contribution in [https://github.com/mantinedev/mantine/pull/4469](https://togithub.com/mantinedev/mantine/pull/4469) - [@​wojonet](https://togithub.com/wojonet) made their first contribution in [https://github.com/mantinedev/mantine/pull/4465](https://togithub.com/mantinedev/mantine/pull/4465) - [@​thascoet](https://togithub.com/thascoet) made their first contribution in [https://github.com/mantinedev/mantine/pull/4441](https://togithub.com/mantinedev/mantine/pull/4441) **Full Changelog**: mantinedev/mantine@6.0.15...6.0.16 ### [`v6.0.15`](https://togithub.com/mantinedev/mantine/releases/tag/6.0.15) [Compare Source](https://togithub.com/mantinedev/mantine/compare/6.0.14...6.0.15) #### What's Changed - `[@mantine/core]` Alert: Fix incorrect close button styles in filled variant - `[@mantine/core]` Fix incorrect Slider and RangeSlider precision with keyboard events - `[@mantine/core]` PinInput: Fix incorrect focus behavior when `Backspace` key is pressed ([#​4438](https://togithub.com/mantinedev/mantine/issues/4438)) - `[@mantine/core]` Table: Fix `withColumnBorders` prop not working ([#​4443](https://togithub.com/mantinedev/mantine/issues/4443)) - `[@mantine/spotlight]` Improve search performance for large actions lists ([#​4457](https://togithub.com/mantinedev/mantine/issues/4457)) #### New Contributors - [@​Asipita](https://togithub.com/Asipita) made their first contribution in [https://github.com/mantinedev/mantine/pull/4444](https://togithub.com/mantinedev/mantine/pull/4444) - [@​mrbnclt](https://togithub.com/mrbnclt) made their first contribution in [https://github.com/mantinedev/mantine/pull/4438](https://togithub.com/mantinedev/mantine/pull/4438) **Full Changelog**: mantinedev/mantine@6.0.14...6.0.15 ### [`v6.0.14`](https://togithub.com/mantinedev/mantine/releases/tag/6.0.14) [Compare Source](https://togithub.com/mantinedev/mantine/compare/6.0.13...6.0.14) #### What's Changed - `[@mantine/hooks]` use-window-event: Improve events type ([#​4423](https://togithub.com/mantinedev/mantine/issues/4423)) - `[@mantine/core]` MultiSelect: Fix `hoverOnSearchChange` not working correctly when `creatable` prop is set ([#​4344](https://togithub.com/mantinedev/mantine/issues/4344)) - `[@mantine/tiptap]` Add option to configure initial state of external link control ([#​4373](https://togithub.com/mantinedev/mantine/issues/4373)) - `[@mantine/core]` PinInput: Fix incorrect Backspace key handling ([#​4379](https://togithub.com/mantinedev/mantine/issues/4379)) - `[@mantine/core]` Table: Fix table styles applied to the nested table elements, for example in dropdowns ([#​4393](https://togithub.com/mantinedev/mantine/issues/4393)) - `[@mantine/core]` Image: Fix image alt overflow in Firefox ([#​4410](https://togithub.com/mantinedev/mantine/issues/4410)) #### New Contributors - [@​comphonia](https://togithub.com/comphonia) made their first contribution in [https://github.com/mantinedev/mantine/pull/4410](https://togithub.com/mantinedev/mantine/pull/4410) - [@​skyt-a](https://togithub.com/skyt-a) made their first contribution in [https://github.com/mantinedev/mantine/pull/4373](https://togithub.com/mantinedev/mantine/pull/4373) - [@​vadimkiryanov](https://togithub.com/vadimkiryanov) made their first contribution in [https://github.com/mantinedev/mantine/pull/4423](https://togithub.com/mantinedev/mantine/pull/4423) **Full Changelog**: mantinedev/mantine@6.0.13...6.0.14 ### [`v6.0.13`](https://togithub.com/mantinedev/mantine/releases/tag/6.0.13) #### What's Changed - `[@mantine/dates]` Fix `nextIcon` and `previousIcon` props not passed to Calendar component ([#​4273](https://togithub.com/mantinedev/mantine/issues/4273)) - `[@mantine/core]` AppShell: Fix wrong padding when `navbarOffsetBreakpoint` and `asideOffsetBreakpoint` have the same value ([#​4281](https://togithub.com/mantinedev/mantine/issues/4281)) - `[@mantine/core]` Select: Fix unexpected horizontal scrollbar in items with long text ([#​4296](https://togithub.com/mantinedev/mantine/issues/4296)) - `[@mantine/core]` NumberInput: Fix missing disabled controls styles ([#​4314](https://togithub.com/mantinedev/mantine/issues/4314)) - `[@mantine/core]` Fix Select/MultiSelect scrolling page when `transitionProps` are set ([#​4327](https://togithub.com/mantinedev/mantine/issues/4327)) - `[@mantine/core]` Chip: Fix unexpected line break when children are not a plain string ([#​4328](https://togithub.com/mantinedev/mantine/issues/4328)) #### New Contributors - [@​omegahm](https://togithub.com/omegahm) made their first contribution in [https://github.com/mantinedev/mantine/pull/4280](https://togithub.com/mantinedev/mantine/pull/4280) - [@​ot07](https://togithub.com/ot07) made their first contribution in [https://github.com/mantinedev/mantine/pull/4290](https://togithub.com/mantinedev/mantine/pull/4290) - [@​richardboehme](https://togithub.com/richardboehme) made their first contribution in [https://github.com/mantinedev/mantine/pull/4314](https://togithub.com/mantinedev/mantine/pull/4314) - [@​andremonteiro95](https://togithub.com/andremonteiro95) made their first contribution in [https://github.com/mantinedev/mantine/pull/4273](https://togithub.com/mantinedev/mantine/pull/4273) **Full Changelog**: mantinedev/mantine@6.0.11...6.0.13 ### [`v6.0.11`](https://togithub.com/mantinedev/mantine/releases/tag/6.0.11) [Compare Source](https://togithub.com/mantinedev/mantine/compare/6.0.10...6.0.11) ##### What's Changed - `[@mantine/core]` Improve inputs disabled styles handling inside `fieldset` elements ([#​4152](https://togithub.com/mantinedev/mantine/issues/4152)) - `[@mantine/core]` Badge: Expose `BadgeVariant` type ([#​4215](https://togithub.com/mantinedev/mantine/issues/4215)) - `[@mantine/core]` ThemeIcon: Expose `ThemeIconVariant` type ([#​4216](https://togithub.com/mantinedev/mantine/issues/4216)) - `[@mantine/core]` ColorInput: Add option to set eye dropper aria-label though prop ([#​4227](https://togithub.com/mantinedev/mantine/issues/4227)) - `[@mantine/core]` ColorPicker: Fix inaccurate numbers rounding in rgba and hex colors converters ([#​4238](https://togithub.com/mantinedev/mantine/issues/4238)) - `[@mantine/core]` MultiSelect: Fix layout shifts in Safari when input is focused ([#​4249](https://togithub.com/mantinedev/mantine/issues/4249)) - `[@mantine/core]` Rating: Add CSS color values support in `color` prop ([#​4251](https://togithub.com/mantinedev/mantine/issues/4251)) - `[@mantine/dates]` Add missing `nextIcon`/`previousIcon` types to all components ([#​4180](https://togithub.com/mantinedev/mantine/issues/4180)) ##### New Contributors - [@​thatanjan](https://togithub.com/thatanjan) made their first contribution in [https://github.com/mantinedev/mantine/pull/4248](https://togithub.com/mantinedev/mantine/pull/4248) - [@​agong-coveo](https://togithub.com/agong-coveo) made their first contribution in [https://github.com/mantinedev/mantine/pull/4152](https://togithub.com/mantinedev/mantine/pull/4152) **Full Changelog**: mantinedev/mantine@6.0.10...6.0.11 </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 4am on Monday" (UTC), 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. 🔕 **Ignore**: Close this PR and you won't be reminded about these updates again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/kivra/toybox). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi44My4wIiwidXBkYXRlZEluVmVyIjoiMzYuOTcuMSIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Marcus Tisäter <77273035+marcustisater-kivra@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 7f4348b - Browse repository at this point
Copy the full SHA 7f4348bView commit details
Commits on May 14, 2024
-
feat: upgrade vite and change build target (#45)
- Upgrade node - Upgrade vite - Change target to esnext (we will downgrade the code in the apps) - Removing snapshots feature (we dont use that anymore)
Configuration menu - View commit details
-
Copy full SHA for e08eba1 - Browse repository at this point
Copy the full SHA e08eba1View commit details
Commits on Jul 3, 2024
-
BREAKING CHANGE: This updates the ui parts of toybox, and introduces new properties to present stories in another way! ### Startpage You can now create a start page story. You can specify this in `toybox.config.js`. ```ts const config: Config = { startpageComponentPath: "startpage.story.md", }; ``` ### Story header properties - Each story can now include a status type, which displays a Badge indicating the current status of a component. - If you wish to change the background display of your story render, `variant` has a couple of styles that you can try! - By using `hideControls`, codeTemplates spans the full width by hiding the property toolbar. - A new type named `import` has been added, which illustrates how to import a component. Optionally, you can name another npm package in your story, otherwise it will default to what you specify the `npmPackageName` field in `toybox.config.js`. Here is a breakdown of the new changes in the story file ```tsx header: { title: 'Button', // Title of story description: 'Buttons communicate actions that users can take. Button labels express what action will occur when the user interacts with it.', // Description of the story. storyButtons: [ // Demonstrates component import. Package name defaults to toybox.config.ts setting. { type: 'import' value: 'Button', }, // Status of the component. { type: 'status', value: 'core' | 'not-supported' | 'deprecated'; }, // For 'github' type, URL is optional. It can be auto-generated from the component name or manually provided. { type: 'github' }, // For figma `url` is a link to the design of the component. { type: 'figma', url: 'https://www.figma.com/', }, ], }, stories: [ { name: 'How to use the Button component', // The name of this story center: true, // Should the component be in center or not hideControls: true, // Hides the prop toolbar /** * The code template will show how to use the component. * `props` is a string representation of all stings in a single line. * If you want to show the props on multi lines you can use `props.asMultiline(indentSpace)` instead. */ codeTemplate: (props, children) => ` <Button${props}> ${children} </Button>`, variant: "filled" | "transparent", // Optionally, you can switch to another background on the codeTemplate. render(},) { return ( <YourComponent /> ); }, }; ] }; ``` ### Preview: ![ui-update-toybox](https://github.com/kivra/toybox/assets/77273035/8c696731-79e0-447b-8923-535af19d686d)
Configuration menu - View commit details
-
Copy full SHA for 0afda86 - Browse repository at this point
Copy the full SHA 0afda86View commit details -
Configuration menu - View commit details
-
Copy full SHA for bc05c3f - Browse repository at this point
Copy the full SHA bc05c3fView commit details
Commits on Jul 10, 2024
-
fix: set navbar items to be open by default (#49)
Sets all navbar items open by default.
Configuration menu - View commit details
-
Copy full SHA for 0f80202 - Browse repository at this point
Copy the full SHA 0f80202View commit details
Commits on Jul 12, 2024
-
fix: match react-router-dom version with react-components (#50)
Roll backs react-router-dom from v6 to v5.
Configuration menu - View commit details
-
Copy full SHA for 940a8f3 - Browse repository at this point
Copy the full SHA 940a8f3View commit details
Commits on Jul 15, 2024
-
Updates depedencies and fixes broken lock file.
Configuration menu - View commit details
-
Copy full SHA for e6e0191 - Browse repository at this point
Copy the full SHA e6e0191View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v1.6.12...main