Update all non-major dependencies (patch)
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
@mantine/colors-generator (source) | dependencies | patch | 7.7.0 -> 7.7.1 |
@mantine/core (source) | dependencies | patch | 7.7.0 -> 7.7.1 |
@mantine/hooks (source) | dependencies | patch | 7.7.0 -> 7.7.1 |
@types/react (source) | resolutions | patch | 18.2.42 -> 18.2.74 |
@types/react (source) | devDependencies | patch | 18.2.42 -> 18.2.74 |
@types/react-dom (source) | resolutions | patch | 18.2.17 -> 18.2.24 |
@types/react-dom (source) | devDependencies | patch | 18.2.19 -> 18.2.24 |
katex (source) | dependencies | patch | 0.16.9 -> 0.16.10 |
vite (source) | dependencies | patch | 5.1.1 -> 5.1.7 |
vite-tsconfig-paths | devDependencies | patch | 4.3.1 -> 4.3.2 |
Release Notes
mantinedev/mantine (@mantine/colors-generator)
v7.7.1
What's Changed
-
[@mantine/tiptap]
Improve toolbar items alignment for non-native elements (#5993) -
[@mantine/spotlight]
Fix incorrect down key handling when the spotlight is opened repeatedly (#5995) -
[@mantine/core]
Image: Fix ref not being assigned for fallback images (#5989) -
[@mantine/core]
PinInput: Fix incorrect focus logic (#5963) -
[@mantine/core]
Table: FixhighlightOnHoverColor
prop not working -
[@mantine/core]
AppShell: Adjust footer position to include env(safe-area-inset-bottom) (#5502) -
[@mantine/core]
PinInput: Fix placeholder not being visible on the element that had focus when the component becomes disabled (#5831) -
[@mantine/dates]
Calendar: Fix double timezone shift (#5916) -
[@mantine/hooks]
use-local-storage: Fix value not being updated when key is changed (#5910) -
[@mantine/charts]
Fix incorrect charts legends height for multiline values (#5923) -
[@mantine/core]
NumberInput: Fix incorrect increment/decrement functions logic whenstep
is a float value (#5926) -
[@mantine/core]
Combobox: Fix incorrect IME input handling (#5935) -
[@mantine/core]
Menu: Fix unexpected focus styles in the dropdown element in Firefox (#5957) -
[@mantine/core]
Fix incorrectdisabled
prop handling in TagsInput and MultiSelect (#5959) -
[@mantine/core]
FixrenderOption
not working for grouped items in Combobox-based components (#5952) -
[@mantine/core]
AppShell: Fix error when used inside Suspense (#5979) -
[@mantine/core]
Update CSS selectors hashing algorithm to prevent collisions with other libraries (#5968) -
[@mantine/carousel]
Fix specificity issues of some selectors (#5973) -
[@mantine/core]
AppShell: Fix missing Aside offset in Header and Footer forlayout=alt
(#5974)
New Contributors
- @naughton made their first contribution in https://github.com/mantinedev/mantine/pull/5952
- @wasamistake made their first contribution in https://github.com/mantinedev/mantine/pull/5971
- @elecdeer made their first contribution in https://github.com/mantinedev/mantine/pull/5935
- @israelins85 made their first contribution in https://github.com/mantinedev/mantine/pull/5910
- @1g0rrr made their first contribution in https://github.com/mantinedev/mantine/pull/5916
- @joshua-webdev made their first contribution in https://github.com/mantinedev/mantine/pull/5963
- @s-cork made their first contribution in https://github.com/mantinedev/mantine/pull/5989
- @xiaohanyu made their first contribution in https://github.com/mantinedev/mantine/pull/5993
Full Changelog: https://github.com/mantinedev/mantine/compare/7.7.0...7.7.1
KaTeX/KaTeX (katex)
v0.16.10
Bug Fixes
- \edef bypassing maxExpand via exponential blowup (e88b4c3)
- escape \includegraphics src and alt (c5897fc)
- force protocol to be lowercase for better protocol filtering (fc5af64), closes /datatracker.ietf.org/doc/html/rfc3986#section-3
- maxExpand limit with Unicode sub/superscripts (085e21b)
vitejs/vite (vite)
v5.1.7
Please refer to CHANGELOG.md for details.
v5.1.6
- chore(deps): update all non-major dependencies (#16131) (a862ecb), closes #16131
- fix: check for publicDir before checking if it is a parent directory (#16046) (b6fb323), closes #16046
- fix: escape single quote when relative base is used (#16060) (8f74ce4), closes #16060
- fix: handle function property extension in namespace import (#16113) (f699194), closes #16113
- fix: server middleware mode resolve (#16122) (8403546), closes #16122
- fix(esbuild): update tsconfck to fix bug that could cause a deadlock (#16124) (fd9de04), closes #16124
- fix(worker): hide "The emitted file overwrites" warning if the content is same (#16094) (60dfa9e), closes #16094
- fix(worker): throw error when circular worker import is detected and support self referencing worker (eef9da1), closes #16103
- style(utils): remove null check (#16112) (0d2df52), closes #16112
- refactor(runtime): share more code between runtime and main bundle (#16063) (93be84e), closes #16063
v5.1.5
- fix:
__vite__mapDeps
code injection (#15732) (aff54e1), closes #15732 - fix: analysing build chunk without dependencies (#15469) (bd52283), closes #15469
- fix: import with query with imports field (#16085) (ab823ab), closes #16085
- fix: normalize literal-only entry pattern (#16010) (1dccc37), closes #16010
- fix: optimizeDeps.entries with literal-only pattern(s) (#15853) (49300b3), closes #15853
- fix: output correct error for empty import specifier (#16055) (a9112eb), closes #16055
- fix: upgrade esbuild to 0.20.x (#16062) (899d9b1), closes #16062
- fix(runtime): runtime HMR affects only imported files (#15898) (57463fc), closes #15898
- fix(scanner): respect
experimentalDecorators: true
(#15206) (4144781), closes #15206 - revert: "fix: upgrade esbuild to 0.20.x" (#16072) (11cceea), closes #16072
- refactor: share code with vite runtime (#15907) (b20d542), closes #15907
- refactor(runtime): use functions from
pathe
(#16061) (aac2ef7), closes #16061 - chore(deps): update all non-major dependencies (#16028) (7cfe80d), closes #16028
v5.1.4
- perf: remove unnecessary regex s modifier (#15766) (8dc1b73), closes #15766
- fix: fs cached checks disabled by default for yarn pnp (#15920) (8b11fea), closes #15920
- fix: resolve directory correctly when
fs.cachedChecks: true
(#15983) (4fe971f), closes #15983 - fix: srcSet with optional descriptor (#15905) (81b3bd0), closes #15905
- fix(deps): update all non-major dependencies (#15959) (571a3fd), closes #15959
- fix(watch): build watch fails when outDir is empty string (#15979) (1d263d3), closes #15979
v5.1.3
- fix: cachedTransformMiddleware for direct css requests (#15919) (5099028), closes #15919
- refactor(runtime): minor tweaks (#15904) (63a39c2), closes #15904
- refactor(runtime): seal ES module namespace object instead of feezing (#15914) (4172f02), closes #15914
v5.1.2
- fix: normalize import file path info (#15772) (306df44), closes #15772
- fix(build): do not output build time when build fails (#15711) (added3e), closes #15711
- fix(runtime): pass path instead of fileURL to
isFilePathESM
(#15908) (7b15607), closes #15908 - fix(worker): support UTF-8 encoding in inline workers (fixes #12117) (#15866) (570e0f1), closes #12117 #15866
- chore: update license file (#15885) (d9adf18), closes #15885
- chore(deps): update all non-major dependencies (#15874) (d16ce5d), closes #15874
- chore(deps): update dependency dotenv-expand to v11 (#15875) (642d528), closes #15875
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.
Edited by sys-0403-p-rundeck