Skip to content

Update all non-major dependencies#147

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/all-minor-patch
Open

Update all non-major dependencies#147
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/all-minor-patch

Conversation

@renovate

@renovate renovate Bot commented Mar 6, 2024

Copy link
Copy Markdown
Contributor

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence
@atlaskit/adf-schema 35.7.035.14.0 age confidence
@atlaskit/adf-utils 19.0.2319.33.9 age confidence
@atlaskit/editor-json-transformer 8.10.278.33.2 age confidence
@atlaskit/editor-wikimarkup-transformer 11.2.4411.20.16 age confidence
@emotion/react (source) 11.11.411.14.0 age confidence
@fastify/env 4.3.04.4.0 age confidence
@hello-pangea/dnd 16.5.016.6.0 age confidence
@mantine/core (source) 7.6.27.17.8 age confidence
@mantine/dates (source) 7.6.17.17.8 age confidence
@mantine/form (source) 7.6.17.17.8 age confidence
@mantine/hooks (source) 7.6.27.17.8 age confidence
@mantine/notifications (source) 7.6.17.17.8 age confidence
@mantine/tiptap (source) 7.6.27.17.8 age confidence
@playwright/test (source) 1.42.11.62.0 age confidence
@tanstack/react-query (source) 5.25.05.101.4 age confidence
@tanstack/react-query-devtools (source) 5.25.05.101.4 age confidence
@testing-library/jest-dom 6.4.26.9.1 age confidence
@testing-library/react 14.2.114.3.1 age confidence
@testing-library/user-event 14.5.214.6.1 age confidence
@tiptap/pm (source) 2.2.42.27.2 age confidence
@tiptap/react (source) 2.2.42.27.2 age confidence
@tiptap/starter-kit (source) 2.2.42.27.2 age confidence
@types/jest (source) 29.5.1229.5.14 age confidence
@types/lodash (source) 4.14.2024.17.24 age confidence
@types/react (source) 18.2.6318.3.31 age confidence
@types/react-dom (source) 18.2.2018.3.7 age confidence
@typescript-eslint/eslint-plugin (source) 7.1.17.18.0 age confidence
@typescript-eslint/parser (source) 7.1.17.18.0 age confidence
@vitejs/plugin-react (source) 4.2.14.7.0 age confidence
cross-fetch 4.0.04.1.0 age confidence
dayjs (source) 1.11.101.11.21 age confidence
dayjs-business-days2 1.2.21.3.3 age confidence
dotenv 16.4.516.6.1 age confidence
electron-playwright-helpers 1.7.11.8.2 age confidence
electron-squirrel-startup 1.0.01.0.1 age confidence
eslint (source) 8.57.08.57.1 age confidence
eslint-plugin-import 2.29.12.32.0 age confidence
eslint-plugin-import-newlines 1.3.41.4.1 age confidence
eslint-plugin-jsx-a11y 6.8.06.10.2 age confidence
eslint-plugin-react 7.34.07.37.5 age confidence
eslint-plugin-react-hooks (source) 4.6.04.6.2 age confidence
eslint-plugin-testing-library 6.2.06.5.0 age confidence
husky 9.0.119.1.7 age confidence
immer 10.0.310.2.0 age confidence
lint-staged 15.2.215.5.2 age confidence
postcss (source) 8.4.358.5.23 age confidence
postcss-preset-mantine 1.13.01.18.0 age confidence
react (source) 18.2.018.3.1 age confidence
react-dom (source) 18.2.018.3.1 age confidence
react-router-dom (source) 6.22.26.30.4 age confidence
sass 1.71.11.102.0 age confidence
ts-jest (source) 29.1.229.4.12 age confidence
typescript (source) 5.3.35.9.3 age confidence
use-immer ^0.9.0^0.11.0 age confidence
vite-plugin-electron-renderer 0.14.50.14.7 age confidence
yarn 1.22.211.22.22 age confidence
zustand 4.5.24.5.7 age confidence

Release Notes

emotion-js/emotion (@​emotion/react)

v11.14.0

Compare Source

Minor Changes
  • #​3281 fc4d7bd Thanks @​Andarist! - Source code has been migrated to TypeScript. From now on type declarations will be emitted based on that, instead of being hand-written.
Patch Changes

v11.13.5

Compare Source

Patch Changes
  • #​3270 77d930d Thanks @​emmatown! - Fix inconsistent hashes using development vs production bundles/exports conditions when using @emotion/babel-plugin with sourceMap: true (the default). This is particularly visible when using Emotion with the Next.js Pages router where the development condition is used when bundling code but not when importing external code with Node.js.

  • Updated dependencies [77d930d]:

v11.13.3

Compare Source

Patch Changes

v11.13.0

Compare Source

Minor Changes
  • #​3198 d8ff8a5 Thanks @​Andarist! - Migrated away from relying on process.env.NODE_ENV checks to differentiate between production and development builds.

    Development builds (and other environment-specific builds) can be used by using proper conditions (see here). Most modern bundlers/frameworks already preconfigure those for the user so no action has to be taken.

    Default files should continue to work in all environments.

  • #​3215 a9f6912 Thanks @​Andarist! - Added edge-light and workerd conditions to package.json manifest to better serve users using Vercel Edge and Cloudflare Workers.

Patch Changes

v11.12.0

Compare Source

Minor Changes
  • #​2815 65a1eea Thanks @​srmagura! - Automatic labeling at runtime is now an opt-in feature. Define globalThis.EMOTION_RUNTIME_AUTO_LABEL = true before Emotion gets initialized to enable it.
Patch Changes
fastify/fastify-env (@​fastify/env)

v4.4.0

Compare Source

What's Changed

New Contributors

Full Changelog: fastify/fastify-env@v4.3.0...v4.4.0

hello-pangea/dnd (@​hello-pangea/dnd)

v16.6.0

Compare Source

Others 🔧
CI 🛠
mantinedev/mantine (@​mantine/core)

v7.17.8

Compare Source

What's Changed
  • [@mantine/hooks] use-idle: Fix timeout not being cancelled when the parent component unmounts (#​7914)
  • [@mantine/core] Collapse: Fix inert attribute being incompatible with React 18 (#​7911)
  • [@mantine/core] Overlay: Fix blur not working in older browsers (#​7907)
  • [@mantine/core] Fix toRgba function incorrectly handling values with zero transparency (#​7906)
  • [@mantine/core] ScrollArea: Fix onBottomReached not being called when the container size has sub-pixel value
  • [@mantine/form] Fix form.reorderItem reordering only the first item (#​7892)
  • [@mantine/core] Popover: Fix onOpen/onClose being called when disabled prop is set (#​7868)
  • [@mantine/spotlight] Fix labels containing single quote passed to Spotlight.ActionGroup not working (#​7865)
  • [@mantine/core] Collapse: Fix inert prop not being compatible with React 18 (#​7864)
  • [@mantine/core] List: Fix incorrect types when type="unordered" (#​7861)
  • [@mantine/core] AngleSlider: Fix incorrect arrow events handling (#​7862)
  • [@mantine/dates] DateInput: Fix Escape key not closing dropdown (#​7857)
  • [@mantine/hooks] use-shallow-effect: Fix NaN value not being handled correctly (#​7851)
  • [@mantine/core] MutltiSelect: Fix onPaste prop not being passed to the input element (#​7838)
  • [@mantine/core] Button: Fix FileButton breaking Button.Group styles (#​7835)
  • [@mantine/core] Modal Fix incorrect header styles with ScrollArea (#​7832)
  • [@mantine/dropzone] Fix status being stuck in rejected state when a file with incorrect mime type is dropped
  • [@mantine/core] AngleSlider: Fix incorrect thumb position in RTL layouts (#​7822)
  • [@mantine/core] Select: Fix onSearchChange being triggered when controlled search value is updated (#​7814)
  • [@mantine/dates] TimeInput: Fix step prop not working (#​7811)
  • [@mantine/core] Table: Add scrollAreaProps support to Table.ScrollContainer (#​7798)
  • [@mantine/core] Stepper: Fix unexpected bottom spacing in vertical orientation (#​7794)
  • [@mantine/core] PasswordInput: Fix aria-describedby not pointing to error and description elements (#​7793)
  • [@mantine/core] Switch: Fix div element used inside label (#​7776)
  • [@mantine/core] Collapse: Fix children with scale animations not working correctly when collapse is opened (#​7774)
  • [@mantine/core] Transition: Fix exitDuration not working correctly for rapid changes (#​7773)
  • [@mantine/core] Stepper: Fix inconsistent border color in horizontal/vertical orientation (#​7795)
New Contributors

Full Changelog: mantinedev/mantine@8.0.2...7.17.8

v7.17.7

Compare Source

v7.17.6: 7.17.7

Compare Source

What's Changed
  • [@mantine/core] Table: Fix stickyHeader prop having impact on th selector specificity (#​7767)
  • [@mantine.core] NumberInput: Fix max prop not reseting value on blur if the value is larger than Number.MAX_SAFE_INTEGER (#​7766)
  • [@mantine.hook] use-resize-observer: Fix width/height not being calculated correctly for elements with box-sizing: content-box (#​7764)
  • [@mantine/core] NavLink: Fix rightSection={null} not disabling chevron
  • [@mantine.hook] use-hotkeys: Fix usePhysicalKeys option not working with spacial keys (#​7761)
  • [@mantine/core] Modal: Fix scrollarea used inside the modal affecting the position of the close button (#​7738)
  • [@mantine/core] Select: Fix defined defaultValue being ignored with data updates (#​7742)
  • [@mantine/core] ScrollArea: Fix content overflowing the viewport in some cases (#​7748)
  • [@mantine/charts] RadarChart: Add tooltip and dots support (#​7749)
  • [@mantine/modals] Fix confirmProps not available in updateModal function (#​7750)
  • [@mantine/hooks] use-debounced-callback: Fix flushOnUnmount not working (#​7745)
  • [@mantine/core] Table: Add missing TableScrollContainerProps export
New Contributors

Full Changelog: mantinedev/mantine@7.17.5...7.17.6

v7.17.5

Compare Source

What's Changed
  • [@mantine/form] Add form.getInitialValues handler
  • [@mantine/core] RangeSlider: Fix first thumb not being focused when the component root is clicked (#​7731)
  • [@mantine/core] PillsInput: Remove lefover multiline prop types (#​7727)
  • [@mantine/charts] CompositeChart: Fix type="stacked" being confused with BarChart behavior
  • [@mantine/core] Notification: Allow changing role attribute on the root element (#​7682)
  • [@mantine/hooks] use-idle: Fix wheel event not being tracked (#​7669)
  • [@mantine/core] Table: Add maxHeight prop support to Table.ScrollContainer (#​7713)
  • [@mantine/core] Modal: Fix incorrect Escape key handling during IME composition (#​7700)
  • [@mantine/form] Add defaultChecked to form.getInputProps return type (#​7702)
  • [@mantine/hooks] use-hotkeys: Update matching logic to include both physical and layout keys (#​7708)
  • [@mantine/dates] Fix day.js isSame function not working correctly for non-Gregorian calendars (#​7712)
  • [@mantine.core] SegmentedControl: Fix animation not working with controlled value (#​7721)
New Contributors

Full Changelog: mantinedev/mantine@7.17.4...7.17.5

v7.17.4

Compare Source

What's Changed
  • [@mantine/hooks] use-orientation: Add option to customize initial values (#​7657)
  • [@mantine/core] Fix selectFirstOptionOnChange not working correctly (#​7583)
  • [@mantine/core] Fix error thrown when Textarea was used on cloudflare workers (#​7637)
  • [@mantine/core] Allow spacing, radius and font-size types augmentation (#​7644)
  • [@mantine/core] ScrollArea: Fix scrollbars being invisible when offsetScrollbars='present' is not set (#​7647)
  • [@mantine/core] TypographyStylesProvider: Fix headings font-family not matching the value defined on the theme (#​7651)
  • [@mantine/core] Paper: Add CSS variable for border-color for easier overrides (#​7654)
  • [@mantine/core] Table: Fix stickyHeader prop affecting border rendering (#​7658)
  • [@mantine/core] Slider: Fix onChangeEnd using stale external state (#​7660)
New Contributors

Full Changelog: mantinedev/mantine@7.17.3...7.17.4

v7.17.3

Compare Source

What's Changed
  • [@mantine/core] Pill: Fix incorrect removeButtonProps type
  • [@mantine/modals] Fix data-* attributes not being included in types for confirm and cancel button props
  • [@mantine/core] Fix incorrect selected option position handling when search changes in Select, MultiSelect, Autocomplete and TagsInput (#​7583)
  • [@mantine/core] SegmentedControl: Fix incorrect indicator position when data is updated (#​7615)
  • [@mantine/core] ScrollArea: Fix scrollbars being revealed on hover when hidden with offsetScrollbars="present" (#​7599)
  • [@mantine/core] AppShell: Fix disabled prop not removing aside and footer margins (#​7609)
  • [@mantine/modals] Fix incorrect esm exports paths (#​7603)
  • [@mantine/core] Checkbox: Set indeterminate attribute on the DOM node (#​7608, #​7613)
New Contributors

Full Changelog: mantinedev/mantine@7.17.2...7.17.3

v7.17.2

Compare Source

What's Changed
  • [@mantine/core] Menu: Fix missing withProps function
  • [@mantine/core] Transition: Fix 1px child elements shift in Chrome for animations with scaling
  • [@mantine/core] ScrollArea: Add offsetScrollbars="present" option support (#​7527)
  • [@mantine/core] Notification: Add loaderProps to pass props down to Loader component (#​7577)
  • [@mantine/core] Tooltip: Fix ref prop not working correctly on the child element of the tooltip (#​7578)
  • [@mantine/core] Select: Fix dropdown not openning in Firefox (#​7539)
New Contributors

Full Changelog: mantinedev/mantine@7.17.1...7.17.2

v7.17.1

[Compare Source](https://redirect.github.com/mantinedev/mantine/c

Note

PR body was truncated to here.


Configuration

📅 Schedule: (UTC)

  • 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 is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch 21 times, most recently from 8842d16 to b9e8740 Compare March 13, 2024 22:37
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch 9 times, most recently from 72d3c80 to 7445c78 Compare March 18, 2024 14:16
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch 20 times, most recently from 9f59f5d to e121335 Compare March 27, 2024 20:15
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch 9 times, most recently from 17c53ba to b065ec9 Compare April 3, 2024 18:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants