IhsenBouallegue / HubOne

hub-one-one.vercel.app
MIT License
1 stars 0 forks source link

chore(deps): update all non-major dependencies #95

Closed renovate[bot] closed 1 year ago

renovate[bot] commented 1 year ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@babel/core (source) 7.19.6 -> 7.21.3 age adoption passing confidence
@emotion/react (source) 11.10.4 -> 11.10.6 age adoption passing confidence
@mantine/core (source) 5.6.1 -> 5.10.5 age adoption passing confidence
@mantine/form (source) 5.6.1 -> 5.10.5 age adoption passing confidence
@mantine/hooks (source) 5.6.1 -> 5.10.5 age adoption passing confidence
@mantine/next (source) 5.6.1 -> 5.10.5 age adoption passing confidence
@mantine/notifications (source) 5.6.1 -> 5.10.5 age adoption passing confidence
@prisma/client (source) 4.5.0 -> 4.11.0 age adoption passing confidence
@semantic-release/changelog 6.0.1 -> 6.0.3 age adoption passing confidence
@tanstack/react-query (source) 4.13.0 -> 4.28.0 age adoption passing confidence
@tanstack/react-query-devtools (source) 4.13.0 -> 4.28.0 age adoption passing confidence
@types/node (source) 18.11.13 -> 18.15.10 age adoption passing confidence
@types/react (source) 18.0.26 -> 18.0.30 age adoption passing confidence
@types/react-dom (source) 18.0.9 -> 18.0.11 age adoption passing confidence
@types/react-scroll (source) 1.8.4 -> 1.8.6 age adoption passing confidence
@typescript-eslint/eslint-plugin 5.46.0 -> 5.57.0 age adoption passing confidence
@typescript-eslint/parser 5.46.0 -> 5.57.0 age adoption passing confidence
axios (source) 1.1.3 -> 1.3.4 age adoption passing confidence
eslint (source) 8.26.0 -> 8.36.0 age adoption passing confidence
eslint-config-sznm 1.0.0 -> 1.1.0 age adoption passing confidence
framer-motion 7.6.1 -> 7.10.3 age adoption passing confidence
husky (source) 8.0.1 -> 8.0.3 age adoption passing confidence
prettier (source) 2.7.1 -> 2.8.7 age adoption passing confidence
prisma (source) 4.5.0 -> 4.11.0 age adoption passing confidence
react-scroll 1.8.8 -> 1.8.9 age adoption passing confidence
tabler-icons-react (source) 1.55.0 -> 1.56.0 age adoption passing confidence
typescript (source) 4.9.4 -> 4.9.5 age adoption passing confidence

Release Notes

babel/babel ### [`v7.21.3`](https://togithub.com/babel/babel/blob/HEAD/CHANGELOG.md#v7213-2023-03-14) [Compare Source](https://togithub.com/babel/babel/compare/v7.21.0...v7.21.3) ##### :eyeglasses: Spec Compliance - `babel-parser` - [#​15479](https://togithub.com/babel/babel/pull/15479) disallow mixins/implements in flow interface ([@​JLHwung](https://togithub.com/JLHwung)) ##### :bug: Bug Fix - `babel-parser` - [#​15423](https://togithub.com/babel/babel/pull/15423) \[ts] Allow keywords in tuple labels ([@​Harpica](https://togithub.com/Harpica)) - `babel-plugin-transform-typescript` - [#​15489](https://togithub.com/babel/babel/pull/15489) Register `var` decls generated by `import ... =` TS transform ([@​amoeller](https://togithub.com/amoeller)) - [#​15494](https://togithub.com/babel/babel/pull/15494) fix: Consider `export { type foo }` as type-only usage ([@​magic-akari](https://togithub.com/magic-akari)) ##### :nail_care: Polish - `babel-traverse`, `babel-types` - [#​15484](https://togithub.com/babel/babel/pull/15484) Skip node deprecation warnings when used by an old `@babel` package ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-generator` - [#​15480](https://togithub.com/babel/babel/pull/15480) chore: Improve `jsonCompatibleStrings` deprecation ([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu)) ##### :house: Internal - [#​15465](https://togithub.com/babel/babel/pull/15465) Add ESLint-readable package name ([@​nzakas](https://togithub.com/nzakas)) ##### :microscope: Output optimization - `babel-plugin-transform-typescript`, `babel-preset-typescript` - [#​15467](https://togithub.com/babel/babel/pull/15467) Optimize TS enums output ([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu)) ### [`v7.21.0`](https://togithub.com/babel/babel/blob/HEAD/CHANGELOG.md#v7210-2023-02-20) [Compare Source](https://togithub.com/babel/babel/compare/v7.20.12...v7.21.0) ##### :rocket: New Feature - `babel-core`, `babel-helper-create-class-features-plugin`, `babel-plugin-proposal-class-properties`, `babel-plugin-proposal-private-methods`, `babel-plugin-proposal-private-property-in-object` - [#​15435](https://togithub.com/babel/babel/pull/15435) feat: Implement `privateFieldsAsSymbols` assumption for classes ([@​fwienber](https://togithub.com/fwienber)) - `babel-helper-create-regexp-features-plugin`, `babel-plugin-proposal-regexp-modifiers`, `babel-standalone` - [#​15226](https://togithub.com/babel/babel/pull/15226) feat: Support regexp modifiers proposal ([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu)) - `babel-cli`, `babel-core`, `babel-generator`, `babel-plugin-transform-destructuring`, `babel-plugin-transform-modules-commonjs`, `babel-plugin-transform-react-jsx`, `babel-traverse` - [#​15022](https://togithub.com/babel/babel/pull/15022) feat: Generate sourcemaps of friendly call frames ([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu)) - `babel-parser`, `babel-types` - [#​15384](https://togithub.com/babel/babel/pull/15384) \[ts] Support `const` modifier in type parameters ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-generator`, `babel-helpers`, `babel-parser`, `babel-plugin-proposal-decorators`, `babel-plugin-syntax-decorators`, `babel-runtime-corejs2`, `babel-runtime-corejs3`, `babel-runtime` - [#​15405](https://togithub.com/babel/babel/pull/15405) Implement decorators as presented at `2023-01` TC39 meeting ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-parser` - [#​15114](https://togithub.com/babel/babel/pull/15114) Parser option to allow `new.target` outside functions ([@​overlookmotel](https://togithub.com/overlookmotel)) - [#​15320](https://togithub.com/babel/babel/pull/15320) Add `annexb: false` parser option to disable Annex B ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-core` - [#​15283](https://togithub.com/babel/babel/pull/15283) feat: Support `.cts` as configuration file ([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu)) - `babel-generator`, `babel-parser`, `babel-plugin-transform-typescript` - [#​15381](https://togithub.com/babel/babel/pull/15381) \[ts] Support `export type * from` ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) ##### :bug: Bug Fix - `babel-plugin-transform-typescript` - [#​15379](https://togithub.com/babel/babel/pull/15379) \[ts5.0] Better inlining of constants in enums ([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu)) - `babel-core` - [#​15366](https://togithub.com/babel/babel/pull/15366) handling circular/shared structures in deep-clone ([@​azizghuloum](https://togithub.com/azizghuloum)) - `babel-helper-create-class-features-plugin`, `babel-plugin-proposal-class-properties`, `babel-plugin-proposal-class-static-block`, `babel-plugin-proposal-private-methods`, `babel-plugin-transform-classes`, `babel-plugin-transform-new-target` - [#​15406](https://togithub.com/babel/babel/pull/15406) Preserve class elements comments in class transform ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-parser`, `babel-plugin-transform-flow-comments`, `babel-plugin-transform-flow-strip-types`, `babel-types` - [#​15414](https://togithub.com/babel/babel/pull/15414) \[ts] Fix restrictions for optional parameters ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) ##### :nail_care: Polish - `babel-parser` - [#​15400](https://togithub.com/babel/babel/pull/15400) polish: improve "`await` as identifier" error in modules ([@​JLHwung](https://togithub.com/JLHwung)) ##### :house: Internal - `babel-core` - [#​15137](https://togithub.com/babel/babel/pull/15137) Improve CJS compat with ESM-based `@babel/core` ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) ##### :microscope: Output optimization - `babel-plugin-transform-typescript` - [#​15418](https://togithub.com/babel/babel/pull/15418) \[ts] Handle exponentiation operator in constant folding ([@​ehoogeveen-medweb](https://togithub.com/ehoogeveen-medweb)) ### [`v7.20.12`](https://togithub.com/babel/babel/blob/HEAD/CHANGELOG.md#v72012-2023-01-04) [Compare Source](https://togithub.com/babel/babel/compare/v7.20.7...v7.20.12) ##### :bug: Bug Fix - `babel-traverse` - [#​15224](https://togithub.com/babel/babel/pull/15224) Fix `TaggedTemplateLiteral` evaluation ([@​nmn](https://togithub.com/nmn)) - `babel-helper-create-class-features-plugin`, `babel-plugin-proposal-class-properties` - [#​15312](https://togithub.com/babel/babel/pull/15312) fix: `delete this` in static class properties initialization ([@​SuperSodaSea](https://togithub.com/SuperSodaSea)) ##### :nail_care: Polish - `babel-traverse` - [#​15313](https://togithub.com/babel/babel/pull/15313) Implement support for evaluating computed properties. ([@​JBYoshi](https://togithub.com/JBYoshi)) ### [`v7.20.7`](https://togithub.com/babel/babel/blob/HEAD/CHANGELOG.md#v7207-2022-12-22) [Compare Source](https://togithub.com/babel/babel/compare/v7.20.5...v7.20.7) ##### :eyeglasses: Spec Compliance - `babel-helper-member-expression-to-functions`, `babel-helper-replace-supers`, `babel-plugin-proposal-class-properties`, `babel-plugin-transform-classes` - [#​15223](https://togithub.com/babel/babel/pull/15223) fix: Deleting super property should throw ([@​SuperSodaSea](https://togithub.com/SuperSodaSea)) - `babel-helpers`, `babel-plugin-proposal-class-properties`, `babel-plugin-transform-classes`, `babel-plugin-transform-object-super` - [#​15241](https://togithub.com/babel/babel/pull/15241) fix: Throw correct error types from sed ant class TDZ helpers ([@​SuperSodaSea](https://togithub.com/SuperSodaSea)) ##### :bug: Bug Fix - `babel-parser`, `babel-plugin-transform-typescript` - [#​15209](https://togithub.com/babel/babel/pull/15209) fix: Support auto accessors with TypeScript annotations ([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu)) - `babel-traverse` - [#​15287](https://togithub.com/babel/babel/pull/15287) Fix `.parentPath` after rename in `SwitchCase` ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-plugin-transform-typescript`, `babel-traverse` - [#​15284](https://togithub.com/babel/babel/pull/15284) fix: Ts import type and func with duplicate name ([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu)) - `babel-plugin-transform-block-scoping` - [#​15278](https://togithub.com/babel/babel/pull/15278) Fix tdz analysis for reassigned captured for bindings ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-plugin-proposal-async-generator-functions`, `babel-preset-env` - [#​15235](https://togithub.com/babel/babel/pull/15235) fix: Transform `for await` with shadowed variables ([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu)) - `babel-generator`, `babel-plugin-proposal-optional-chaining` - [#​15258](https://togithub.com/babel/babel/pull/15258) fix: Correctly generate `(a ?? b) as T` ([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu)) - `babel-plugin-transform-react-jsx`, `babel-types` - [#​15233](https://togithub.com/babel/babel/pull/15233) fix: Emit correct sourcemap ranges for `JSXText` ([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu)) - `babel-core`, `babel-helpers`, `babel-plugin-transform-computed-properties`, `babel-runtime-corejs2`, `babel-runtime-corejs3`, `babel-runtime` - [#​15232](https://togithub.com/babel/babel/pull/15232) fix: Computed properties should keep original definition order ([@​SuperSodaSea](https://togithub.com/SuperSodaSea)) - `babel-helper-member-expression-to-functions`, `babel-helper-replace-supers`, `babel-plugin-proposal-class-properties`, `babel-plugin-transform-classes` - [#​15223](https://togithub.com/babel/babel/pull/15223) fix: Deleting super property should throw ([@​SuperSodaSea](https://togithub.com/SuperSodaSea)) - `babel-generator` - [#​15216](https://togithub.com/babel/babel/pull/15216) fix: Print newlines for leading Comments of `TSEnumMember` ([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu)) ##### :nail_care: Polish - `babel-plugin-transform-block-scoping`, `babel-traverse` - [#​15275](https://togithub.com/babel/babel/pull/15275) Improve relative execution tracking in fn exprs ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) ##### :house: Internal - `babel-helper-define-map`, `babel-plugin-transform-property-mutators` - [#​15274](https://togithub.com/babel/babel/pull/15274) Inline & simplify `@babel/helper-define-map` ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-core`, `babel-plugin-proposal-class-properties`, `babel-plugin-transform-block-scoping`, `babel-plugin-transform-classes`, `babel-plugin-transform-destructuring`, `babel-plugin-transform-parameters`, `babel-plugin-transform-regenerator`, `babel-plugin-transform-runtime`, `babel-preset-env`, `babel-traverse` - [#​15200](https://togithub.com/babel/babel/pull/15200) Rewrite `transform-block-scoping` plugin ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) ##### :running_woman: Performance - `babel-helper-compilation-targets` - [#​15228](https://togithub.com/babel/babel/pull/15228) perf: Speed up `getTargets` ([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu)) ### [`v7.20.5`](https://togithub.com/babel/babel/blob/HEAD/CHANGELOG.md#v7205-2022-11-28) [Compare Source](https://togithub.com/babel/babel/compare/v7.20.2...v7.20.5) ##### :eyeglasses: Spec Compliance - `babel-helpers`, `babel-plugin-transform-destructuring`, `babel-plugin-transform-modules-commonjs`, `babel-preset-env`, `babel-runtime-corejs2`, `babel-runtime-corejs3`, `babel-runtime`, `babel-traverse` - [#​15183](https://togithub.com/babel/babel/pull/15183) Improve array destructuring spec compliance ([@​SuperSodaSea](https://togithub.com/SuperSodaSea)) - `babel-cli`, `babel-helpers`, `babel-plugin-proposal-class-properties`, `babel-plugin-proposal-class-static-block`, `babel-plugin-transform-classes`, `babel-plugin-transform-runtime`, `babel-preset-env` - [#​15182](https://togithub.com/babel/babel/pull/15182) fix: apply toPropertyKey when defining class members ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-helper-create-class-features-plugin`, `babel-helpers`, `babel-plugin-proposal-decorators`, `babel-plugin-proposal-private-property-in-object`, `babel-preset-env`, `babel-runtime-corejs2`, `babel-runtime-corejs3`, `babel-runtime` - [#​15133](https://togithub.com/babel/babel/pull/15133) fix: validate rhs of `in` when transpiling `#p in C` ([@​JLHwung](https://togithub.com/JLHwung)) ##### :bug: Bug Fix - `babel-parser` - [#​15225](https://togithub.com/babel/babel/pull/15225) Parse `using[foo]` as computed member expression ([@​JLHwung](https://togithub.com/JLHwung)) - [#​15207](https://togithub.com/babel/babel/pull/15207) Export `ParseResult` type ([@​davydof](https://togithub.com/davydof)) - [#​15198](https://togithub.com/babel/babel/pull/15198) fix: parse `import module, ...` ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-helper-wrap-function`, `babel-preset-env`, `babel-traverse` - [#​15181](https://togithub.com/babel/babel/pull/15181) fix: Edge cases for async functions and `noNewArrow` assumption ([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu)) - `babel-plugin-transform-arrow-functions`, `babel-plugin-transform-parameters`, `babel-traverse` - [#​15163](https://togithub.com/babel/babel/pull/15163) fix: Throw error when compiling `super()` in arrow functions with default / rest parameters ([@​SuperSodaSea](https://togithub.com/SuperSodaSea)) - `babel-helpers`, `babel-node`, `babel-plugin-proposal-async-generator-functions`, `babel-plugin-transform-regenerator`, `babel-preset-env`, `babel-runtime-corejs2`, `babel-runtime-corejs3`, `babel-runtime` - [#​15194](https://togithub.com/babel/babel/pull/15194) fix: Bump `regenerator` and add tests ([@​SuperSodaSea](https://togithub.com/SuperSodaSea)) - `babel-helper-create-regexp-features-plugin` - [#​15192](https://togithub.com/babel/babel/pull/15192) fix: Update `regjsparser` for `@babel/standalone` ([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu)) - `babel-parser`, `babel-types` - [#​15109](https://togithub.com/babel/babel/pull/15109) fix: Babel 8 types ([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu)) - `babel-generator` - [#​15143](https://togithub.com/babel/babel/pull/15143) Don't print inner comments as leading when wrapping in `(``)` ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-plugin-transform-block-scoping`, `babel-traverse` - [#​15167](https://togithub.com/babel/babel/pull/15167) Register `switch`'s `discriminant` in the outer scope ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) ##### :nail_care: Polish - `babel-generator` - [#​15173](https://togithub.com/babel/babel/pull/15173) Improve generator behavior when `comments:false` ([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu)) - `babel-plugin-transform-block-scoping` - [#​15164](https://togithub.com/babel/babel/pull/15164) Only extract IDs for TDZ checks in assign when necessary ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) ##### :house: Internal - `babel-core`, `babel-parser` - [#​15202](https://togithub.com/babel/babel/pull/15202) Bump typescript to 4.9.3 ([@​JLHwung](https://togithub.com/JLHwung)) ### [`v7.20.2`](https://togithub.com/babel/babel/blob/HEAD/CHANGELOG.md#v7202-2022-11-04) [Compare Source](https://togithub.com/babel/babel/compare/v7.19.6...v7.20.2) ##### :bug: Bug Fix - `babel-core`, `babel-helper-create-class-features-plugin`, `babel-helper-module-transforms`, `babel-helper-plugin-utils`, `babel-helper-simple-access`, `babel-node`, `babel-plugin-transform-block-scoping`, `babel-plugin-transform-classes`, `babel-plugin-transform-react-constant-elements`, `babel-preset-env`, `babel-standalone`, `babel-types` - [#​15124](https://togithub.com/babel/babel/pull/15124) fix: `@babel/node` repl and enable `no-use-before-define` rule ([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu)) - `babel-plugin-transform-typescript` - [#​15121](https://togithub.com/babel/babel/pull/15121) fix: `tsSatisfiesExpression` check with different duplicated `@babel/types` versions ([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu)) - `babel-parser` - [#​15094](https://togithub.com/babel/babel/pull/15094) fix: `parser` typings for plugins ([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu)) - `babel-generator` - [#​15118](https://togithub.com/babel/babel/pull/15118) Improve printing of \[no LineTerminator here] with comments ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-plugin-proposal-decorators`, `babel-plugin-proposal-object-rest-spread`, `babel-plugin-transform-jscript` - [#​15113](https://togithub.com/babel/babel/pull/15113) fix: wrap anonymous class expression within statement ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-plugin-transform-destructuring` - [#​15104](https://togithub.com/babel/babel/pull/15104) fix: Destructuring exceptions ` for ( let { } = 0 ; 0 ; ) ` ([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu))
emotion-js/emotion ### [`v11.10.6`](https://togithub.com/emotion-js/emotion/releases/tag/%40emotion/styled%4011.10.6) [Compare Source](https://togithub.com/emotion-js/emotion/compare/@emotion/react@11.10.5...@emotion/react@11.10.6) ##### Patch Changes - [#​2985](https://togithub.com/emotion-js/emotion/pull/2985) [`4e172c2a`](https://togithub.com/emotion-js/emotion/commit/4e172c2ae4e5237500ec84688d76ebf253ab1fdc) Thanks [@​emmatown](https://togithub.com/emmatown)! - Remove peer dependency on `@babel/core` - Updated dependencies \[[`4e172c2a`](https://togithub.com/emotion-js/emotion/commit/4e172c2ae4e5237500ec84688d76ebf253ab1fdc)]: - [@​emotion/babel-plugin](https://togithub.com/emotion/babel-plugin)[@​11](https://togithub.com/11).10.6 ### [`v11.10.5`](https://togithub.com/emotion-js/emotion/releases/tag/%40emotion/styled%4011.10.5) [Compare Source](https://togithub.com/emotion-js/emotion/compare/@emotion/react@11.10.4...@emotion/react@11.10.5) ##### Patch Changes - [#​2929](https://togithub.com/emotion-js/emotion/pull/2929) [`13afe030`](https://togithub.com/emotion-js/emotion/commit/13afe0303e2e54b5869c326e6d9c9dc36a332c02) Thanks [@​Andarist](https://togithub.com/Andarist)! - The support for `@container` queries has been added by updating the underlying parser ([stylis](https://togithub.com/thysultan/stylis)) . - Updated dependencies \[[`13afe030`](https://togithub.com/emotion-js/emotion/commit/13afe0303e2e54b5869c326e6d9c9dc36a332c02), [`c02b1214`](https://togithub.com/emotion-js/emotion/commit/c02b12145a94df011e0fd6ffd54197a4d9369783)]: - [@​emotion/babel-plugin](https://togithub.com/emotion/babel-plugin)[@​11](https://togithub.com/11).10.5 - [@​emotion/serialize](https://togithub.com/emotion/serialize)[@​1](https://togithub.com/1).1.1
mantinedev/mantine ### [`v5.10.5`](https://togithub.com/mantinedev/mantine/releases/tag/5.10.5) [Compare Source](https://togithub.com/mantinedev/mantine/compare/5.10.4...5.10.5) ##### What's Changed - `[@mantine/dates]` Fix `inputWrapperOrder` not supported by TimeInput and TimeInputRange components ([#​3520](https://togithub.com/mantinedev/mantine/issues/3520)) - `[@mantine/core]` Fix AppShell, Dialog, Drawer and Modal components incorrect style props type - `[@mantine/modals]` Fix centered modal jumping when closed ([#​3570](https://togithub.com/mantinedev/mantine/issues/3570)) - `[@mantine/core]` Popover: Fix dropdown not following target element inside scrollable container when `withinPortal` is set ([#​3576](https://togithub.com/mantinedev/mantine/issues/3576)) - `[@mantine/core]` Tooltip: Fix incorrect `disabled` prop behavior in Tooltip.Floating ([#​3611](https://togithub.com/mantinedev/mantine/issues/3611)) - `[@mantine/core]` Table: Fix incorrect th styles inside tbody ([#​3556](https://togithub.com/mantinedev/mantine/issues/3556)) - `[@mantine/core]` Add ColSpan type exports ([#​3564](https://togithub.com/mantinedev/mantine/issues/3564)) - `[@mantine/core]` PasswordInput: Fix typo in selector ([#​3553](https://togithub.com/mantinedev/mantine/issues/3553)) ##### New Contributors - [@​7MinutesDead-Git](https://togithub.com/7MinutesDead-Git) made their first contribution in [https://github.com/mantinedev/mantine/pull/3561](https://togithub.com/mantinedev/mantine/pull/3561) - [@​Songkeys](https://togithub.com/Songkeys) made their first contribution in [https://github.com/mantinedev/mantine/pull/3562](https://togithub.com/mantinedev/mantine/pull/3562) - [@​KyleSmith0905](https://togithub.com/KyleSmith0905) made their first contribution in [https://github.com/mantinedev/mantine/pull/3585](https://togithub.com/mantinedev/mantine/pull/3585) - [@​sgrobert](https://togithub.com/sgrobert) made their first contribution in [https://github.com/mantinedev/mantine/pull/3603](https://togithub.com/mantinedev/mantine/pull/3603) - [@​maradney](https://togithub.com/maradney) made their first contribution in [https://github.com/mantinedev/mantine/pull/3576](https://togithub.com/mantinedev/mantine/pull/3576) - [@​yosafatkesuma](https://togithub.com/yosafatkesuma) made their first contribution in [https://github.com/mantinedev/mantine/pull/3520](https://togithub.com/mantinedev/mantine/pull/3520) **Full Changelog**: https://github.com/mantinedev/mantine/compare/5.10.4...5.10.5 ### [`v5.10.4`](https://togithub.com/mantinedev/mantine/releases/tag/5.10.4) [Compare Source](https://togithub.com/mantinedev/mantine/compare/5.10.3...5.10.4) ##### What's Changed - `[@mantine/core]` PasswordInput: Hide native browser password reveal button in Edge - `[@mantine/core]` Notification: Fix content overflow with very large children ([#​3540](https://togithub.com/mantinedev/mantine/issues/3540)) - `[@mantine/core]` Make `useInputProps` hook strongly typed ([#​3486](https://togithub.com/mantinedev/mantine/issues/3486)) - `[@mantine/core]` MultiSelect: Add missing default value for `dropdownPosition` ([#​3490](https://togithub.com/mantinedev/mantine/issues/3490)) - `[@mantine/core]` Table: Fix styles for `th` elements not working inside `tbody` ([#​3504](https://togithub.com/mantinedev/mantine/issues/3504)) - `[@mantine/modals]` Fix multiple `closeModal` issues ([#​3498](https://togithub.com/mantinedev/mantine/issues/3498)) - `[@mantine/hooks]` use-disclosure: Memoize functions ([#​3513](https://togithub.com/mantinedev/mantine/issues/3513)) - `[@mantine/hooks]` use-focus-trap: Fix aria-hidden not being removed from the body when target element changes ([#​3526](https://togithub.com/mantinedev/mantine/issues/3526)) - `[@mantine/core]` Allow usage of read only arrays in Select and MulstiSelect components ([#​3542](https://togithub.com/mantinedev/mantine/issues/3542)) - `[@mantine/core]` Text: Add option to truncate text from the start ([#​3550](https://togithub.com/mantinedev/mantine/issues/3550)) ##### New Contributors - [@​DanB-dev](https://togithub.com/DanB-dev) made their first contribution in [https://github.com/mantinedev/mantine/pull/3526](https://togithub.com/mantinedev/mantine/pull/3526) - [@​cyantree](https://togithub.com/cyantree) made their first contribution in [https://github.com/mantinedev/mantine/pull/3498](https://togithub.com/mantinedev/mantine/pull/3498) - [@​dejurin](https://togithub.com/dejurin) made their first contribution in [https://github.com/mantinedev/mantine/pull/3504](https://togithub.com/mantinedev/mantine/pull/3504) - [@​jasonjmcghee](https://togithub.com/jasonjmcghee) made their first contribution in [https://github.com/mantinedev/mantine/pull/3490](https://togithub.com/mantinedev/mantine/pull/3490) - [@​desmaraisp](https://togithub.com/desmaraisp) made their first contribution in [https://github.com/mantinedev/mantine/pull/3499](https://togithub.com/mantinedev/mantine/pull/3499) **Full Changelog**: https://github.com/mantinedev/mantine/compare/5.10.3...5.10.4 ### [`v5.10.3`](https://togithub.com/mantinedev/mantine/releases/tag/5.10.3) [Compare Source](https://togithub.com/mantinedev/mantine/compare/5.10.2...5.10.3) ##### What's Changed - `[@mantine/core]` Add option to pass additional props to file input in FileButton and FileInput components - `[@mantine/form]` Fix `onBlur` missing in getInputProps type - `[@mantine/form]` Improve isEmail validation logic ([#​3443](https://togithub.com/mantinedev/mantine/issues/3443)) - `[@mantine/core]` SimpleGrid: Fix zero spacing and vertical spacing nor working in breakpoints ([#​3453](https://togithub.com/mantinedev/mantine/issues/3453)) - `[@mantine/dropzone]` Add avif image mime type ([#​3166](https://togithub.com/mantinedev/mantine/issues/3166)) - `[@mantine/dates]` DateRangePicker: Fix incorrect `openDropdownOnClear` behavior ([#​3299](https://togithub.com/mantinedev/mantine/issues/3299)) - `[@mantine/hooks]` use-hotkeys: Add additional configuration to allow hook usage with content editable elements ([#​3410](https://togithub.com/mantinedev/mantine/issues/3410)) - `[@mantine/core]` Add hoverOnSearchChange prop to Autocomplete, Select and MultiSelect ([#​3102](https://togithub.com/mantinedev/mantine/issues/3102)) - `[@mantine/styles]` Fix incorrect `useComponentDefaultProps` type ([#​3484](https://togithub.com/mantinedev/mantine/issues/3484)) - `[@mantine/core]` MultiSelect: Allow to disable selected items filtering from the dropdown items list ([#​3104](https://togithub.com/mantinedev/mantine/issues/3104)) - `[@mantine/form]` Fix `zodResolver` not being type safe with older versions of TypeScript ([#​3431](https://togithub.com/mantinedev/mantine/issues/3431)) - `[@mantine/carousel]` Fix carousel with vertical orientation working incorrectly with RTL direction ([#​3438](https://togithub.com/mantinedev/mantine/issues/3438)) - `[@mantine/core]` Fix dropdown position not being updated after Select, MultiSelect and Autocomplete dropdown was flipped and user started searching ([#​3439](https://togithub.com/mantinedev/mantine/issues/3439)) - `[@mantine/core]` Pagination: Fix `spacing={0}` not working ([#​3456](https://togithub.com/mantinedev/mantine/issues/3456)) - `[@mantine/core]` Dependency: migrate `@floating-ui/react-dom-interactions` to `@floating-ui/react` ([#​3471](https://togithub.com/mantinedev/mantine/issues/3471)) - `[@mantine/core]` Skeleton: Allow overflow when children are visible ([#​3475](https://togithub.com/mantinedev/mantine/issues/3475)) - `[@mantine/core]` TransferList: add `transferAllMatchingFilter` prop ([#​3436](https://togithub.com/mantinedev/mantine/issues/3436)) ##### New Contributors - [@​omerfarukdogan](https://togithub.com/omerfarukdogan) made their first contribution in [https://github.com/mantinedev/mantine/pull/3475](https://togithub.com/mantinedev/mantine/pull/3475) - [@​genffy](https://togithub.com/genffy) made their first contribution in [https://github.com/mantinedev/mantine/pull/3471](https://togithub.com/mantinedev/mantine/pull/3471) - [@​c-nicol](https://togithub.com/c-nicol) made their first contribution in [https://github.com/mantinedev/mantine/pull/3456](https://togithub.com/mantinedev/mantine/pull/3456) - [@​hassanzohdy](https://togithub.com/hassanzohdy) made their first contribution in [https://github.com/mantinedev/mantine/pull/3438](https://togithub.com/mantinedev/mantine/pull/3438) - [@​echoghi](https://togithub.com/echoghi) made their first contribution in [https://github.com/mantinedev/mantine/pull/3466](https://togithub.com/mantinedev/mantine/pull/3466) - [@​maixiu](https://togithub.com/maixiu) made their first contribution in [https://github.com/mantinedev/mantine/pull/3299](https://togithub.com/mantinedev/mantine/pull/3299) **Full Changelog**: https://github.com/mantinedev/mantine/compare/5.10.2...5.10.3 ### [`v5.10.2`](https://togithub.com/mantinedev/mantine/releases/tag/5.10.2) [Compare Source](https://togithub.com/mantinedev/mantine/compare/5.10.1...5.10.2) ##### What's Changed - `[@mantine/modals]` Fix modals closing issues ([#​3300](https://togithub.com/mantinedev/mantine/issues/3300)) - `[@mantine/tiptap]` Update [@​tabler/icons](https://togithub.com/tabler/icons) installation instructions ([#​3415](https://togithub.com/mantinedev/mantine/issues/3415)) ##### New Contributors - [@​kelvinabella](https://togithub.com/kelvinabella) made their first contribution in [https://github.com/mantinedev/mantine/pull/3401](https://togithub.com/mantinedev/mantine/pull/3401) **Full Changelog**: https://github.com/mantinedev/mantine/compare/5.10.1...5.10.2 ### [`v5.10.1`](https://togithub.com/mantinedev/mantine/releases/tag/5.10.1) [Compare Source](https://togithub.com/mantinedev/mantine/compare/5.10.0...5.10.1) ##### What's Changed - `[@mantine/core]` HoverCard: Add missing types for classNames, styles and unstyled props ([#​3257](https://togithub.com/mantinedev/mantine/issues/3257)) - `[@mantine/modals]` Fix incorrect close modal logic ([#​3300](https://togithub.com/mantinedev/mantine/issues/3300)) - `[@mantine/hooks]` use-set-state: Make setState fucntion stable across renders ([#​3357](https://togithub.com/mantinedev/mantine/issues/3357)) - `[@mantine/tiptap]` Fix incorrect styles on placeholder component ([#​3382](https://togithub.com/mantinedev/mantine/issues/3382)) - `[@mantine/hooks]` use-local-storage: Fix value not updated when local storage value is cleared ([#​3298](https://togithub.com/mantinedev/mantine/issues/3298)) - `[@mantine/core]` Fix unexpected extra space added at the bottom of Switch, Radio and Checkbox components ([#​3303](https://togithub.com/mantinedev/mantine/issues/3303)) - `[@mantine/hooks]` use-full-screen: Fix hook not working on iOS ([#​3327](https://togithub.com/mantinedev/mantine/issues/3327)) - `[@mantine/core]` Stepper: Fix allowStepSelect not working on Stepper.Step component ([#​3340](https://togithub.com/mantinedev/mantine/issues/3340)) - `[@mantine/form]` Fix useForm initialDirty stops form.isDirty from working as expected ([#​3372](https://togithub.com/mantinedev/mantine/issues/3372)) - `[@mantine/core]` Stack: Fix incorrect default justify prop ([#​3293](https://togithub.com/mantinedev/mantine/issues/3293)) ##### New Contributors - [@​unickhow](https://togithub.com/unickhow) made their first contribution in [https://github.com/mantinedev/mantine/pull/3283](https://togithub.com/mantinedev/mantine/pull/3283) - [@​maazakn](https://togithub.com/maazakn) made their first contribution in [https://github.com/mantinedev/mantine/pull/3287](https://togithub.com/mantinedev/mantine/pull/3287) - [@​tonybaroneee](https://togithub.com/tonybaroneee) made their first contribution in [https://github.com/mantinedev/mantine/pull/3314](https://togithub.com/mantinedev/mantine/pull/3314) - [@​Azzyew](https://togithub.com/Azzyew) made their first contribution in [https://github.com/mantinedev/mantine/pull/3368](https://togithub.com/mantinedev/mantine/pull/3368) - [@​jodysalt](https://togithub.com/jodysalt) made their first contribution in [https://github.com/mantinedev/mantine/pull/3372](https://togithub.com/mantinedev/mantine/pull/3372) - [@​rmzNadir](https://togithub.com/rmzNadir) made their first contribution in [https://github.com/mantinedev/mantine/pull/3340](https://togithub.com/mantinedev/mantine/pull/3340) - [@​mikoloism](https://togithub.com/mikoloism) made their first contribution in [https://github.com/mantinedev/mantine/pull/3327](https://togithub.com/mantinedev/mantine/pull/3327) - [@​Njiallu](https://togithub.com/Njiallu) made their first contribution in [https://github.com/mantinedev/mantine/pull/3300](https://togithub.com/mantinedev/mantine/pull/3300) **Full Changelog**: https://github.com/mantinedev/mantine/compare/5.10.0...5.10.1 ### [`v5.10.0`](https://togithub.com/mantinedev/mantine/releases/tag/5.10.0) [Compare Source](https://togithub.com/mantinedev/mantine/compare/5.9.6...5.10.0) [View changelog with demos on Mantine website](https://mantine.dev/changelog/5-10-0/) ##### Theme based default props [Default props](https://mantine.dev/theming/default-props/) on [MantineProvider](https://mantine.dev/theming/mantine-provider/) can now subscribe to [theme](https://mantine.dev/theming/theme-object/): ```tsx import { MantineProvider, Button } from '@​mantine/core'; function Demo() { return ( ({ color: theme.colorScheme === 'dark' ? 'orange' : 'cyan', }), }, }, }} > ); } ``` ##### [@​mantine/form](https://togithub.com/mantine/form) validators `@mantine/form` package now exports `isNotEmpty`, `isEmail`, `matches`, `isInRange` and `hasLength` functions to simplify validation of common fields types: ```tsx import { useForm, isNotEmpty, isEmail, isInRange, hasLength, matches } from '@​mantine/form'; import { Button, Group, TextInput, NumberInput, Box } from '@​mantine/core'; function Demo() { const form = useForm({ initialValues: { name: '', job: '', email: '', favoriteColor: '', age: 18, }, validate: { name: hasLength({ min: 2, max: 10 }, 'Name must be 2-22 characters long'), job: isNotEmpty('Enter your current job'), email: isEmail('Invalid email'), favoriteColor: matches(/^#([0-9a-f]{3}){1,2}$/, 'Enter a valid hex color'), age: isInRange({ min: 18, max: 99 }, 'You must be 18-99 years old to register'), }, }); return ( {})}> ); } ``` ##### Flagpack extension New [mantine-flagpack](https://mantinedev.github.io/mantine-flagpack/) extension. It is a set of 4x3 flags as React components based on [flagpack](https://flagpack.xyz/). The package is tree shakable – all unused components are not included in the production bundle. All flag components support [style props](https://mantine.dev/styles/style-props/). ##### Other changes - [ColorPicker](https://mantine.dev/core/color-picker/) component now supports `onColorSwatchClick` prop - [ColorInput](https://mantine.dev/core/color-input/) now supports `closeOnColorSwatchClick` prop - [ColorInput](https://mantine.dev/core/color-input/) now shows eye dropper in all supported browsers by default - [@​mantine/form](https://mantine.dev/form/use-form/) now exports `TransformedValues` type to get type of transformed values from the form object - [RingProgress](https://mantine.dev/core/ring-progress/) now supports chan

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 has been generated by Mend Renovate. View repository job log here.

vercel[bot] commented 1 year ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
hub-one ✅ Ready (Inspect) Visit Preview 💬 Add feedback Apr 11, 2023 1:01pm
renovate[bot] commented 1 year ago

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

Warning: custom changes will be lost.