Roedt / ringesentralen-frontend

Frontend for ringesentralen
MIT License
2 stars 0 forks source link

Bump the alt group across 1 directory with 26 updates #515

Closed dependabot[bot] closed 1 week ago

dependabot[bot] commented 2 weeks ago

Bumps the alt group with 26 updates in the / directory:

Package From To
@headlessui/react 2.0.4 2.1.3
@heroicons/react 2.1.3 2.1.5
@lexical/link 0.16.0 0.17.1
@lexical/list 0.16.0 0.17.1
@lexical/react 0.16.0 0.17.1
@lexical/rich-text 0.16.0 0.17.1
@lexical/selection 0.16.0 0.17.1
@lexical/table 0.16.0 0.17.1
@lexical/utils 0.16.0 0.17.1
@sentry/browser 8.8.0 8.27.0
@sentry/node 8.8.0 8.27.0
@sentry/webpack-plugin 2.18.0 2.22.3
@tailwindcss/typography 0.5.13 0.5.15
axios 1.7.2 1.7.7
blob-polyfill 7.0.20220408 9.0.20240710
lexical 0.16.0 0.17.1
next 14.2.3 14.2.7
twilio 5.1.1 5.2.3
@tailwindcss/forms 0.5.7 0.5.8
@testing-library/dom 10.1.0 10.4.0
@testing-library/jest-dom 6.4.5 6.5.0
@testing-library/react 16.0.0 16.0.1
autoprefixer 10.4.19 10.4.20
msw 2.3.1 2.4.1
postcss 8.4.38 8.4.43
tailwindcss 3.4.4 3.4.10

Updates @headlessui/react from 2.0.4 to 2.1.3

Release notes

Sourced from @​headlessui/react's releases.

@​headlessui/react@​v2.1.3

Fixed

  • Ensure Transition component state doesn't change when it becomes hidden (#3372)
  • Fix closing components using the transition prop, and after scrolling the page (#3407)
  • Ensure all client components are marked correctly to avoid a crash with React 19 and Turbopack (#3429)

@​headlessui/react@​v2.1.2

Fixed

  • Fix prematurely added anchoring styles on ListboxOptions (#3337)
  • Ensure unmount on Dialog works in combination with the transition prop on DialogBackdrop and DialogPanel components (#3352)
  • Fix crash in Combobox component when in virtual mode when options are empty (#3356)
  • Fix hanging tests when using anchor prop (#3357)
  • Fix transition and focus prop combination for PopoverPanel component (#3361)
  • Fix outside click in nested portalled Popover components (#3362)
  • Fix restoring focus to correct element when closing Dialog component (#3365)
  • Fix flushSync warning for Combobox component with immediate prop enabled (#3366)

@​headlessui/react@​v2.1.1

Fixed

  • Fix issues spreading omitted props onto components (#3313)
  • Fix initial anchor="selection" positioning (#3324)
  • Fix render prop in ComboboxOptions to use any instead of unknown (#3327)
  • Fix incorrect Transition boundary for Dialog component (#3331)

@​headlessui/react@​v2.1.0

Headless UI v2.1

We just released Headless UI v2.1 for React, which dramatically simplifies our transition APIs and adds support for rendering multiple dialogs as siblings. See our announcement blog to learn more.

Changelog

Added

  • Add ability to render multiple Dialog components at once (without nesting them) (#3242)
  • Add new data-attribute-based transition API (#3273, #3285, #3307, #3309, #3312)
  • Add DialogBackdrop component (#3307, #3310)
  • Add PopoverBackdrop component to replace PopoverOverlay (#3308)

Fixed

  • Keep Combobox open when clicking scrollbar in ComboboxOptions (#3249)
  • Ensure ComboboxInput does not sync with current value while typing (#3259)
  • Fix visual jitter in Combobox component when using native scrollbar (#3190)
  • Improve UX by freezing ComboboxOptions while closing (#3304)
  • Merge incoming style prop on ComboboxOptions, ListboxOptions, MenuItems, and PopoverPanel components (#3250)
  • Prevent focus on Checkbox when it is disabled (#3251)
  • Use useId instead of React internals (for React 19 compatibility) (#3254)

... (truncated)

Changelog

Sourced from @​headlessui/react's changelog.

[2.1.3] - 2024-08-23

Fixed

  • Ensure Transition component state doesn't change when it becomes hidden (#3372)
  • Fix closing components using the transition prop, and after scrolling the page (#3407)
  • Ensure all client components are marked correctly to avoid a crash with React 19 and Turbopack (#3429)

[2.1.2] - 2024-07-05

Fixed

  • Fix prematurely added anchoring styles on ListboxOptions (#3337)
  • Ensure unmount on Dialog works in combination with the transition prop on DialogBackdrop and DialogPanel components (#3352)
  • Fix crash in Combobox component when in virtual mode when options are empty (#3356)
  • Fix hanging tests when using anchor prop (#3357)
  • Fix transition and focus prop combination for PopoverPanel component (#3361)
  • Fix outside click in nested portalled Popover components (#3362)
  • Fix restoring focus to correct element when closing Dialog component (#3365)
  • Fix flushSync warning for Combobox component with immediate prop enabled (#3366)

[2.1.1] - 2024-06-26

Fixed

  • Fix issues spreading omitted props onto components (#3313)
  • Fix initial anchor="selection" positioning (#3324)
  • Fix render prop in ComboboxOptions to use any instead of unknown (#3327)
  • Fix incorrect Transition boundary for Dialog component (#3331)

[2.1.0] - 2024-06-21

Added

  • Add ability to render multiple Dialog components at once (without nesting them) (#3242)
  • Add new data-attribute-based transition API (#3273, #3285, #3307, #3309, #3312)
  • Add DialogBackdrop component (#3307, #3310)
  • Add PopoverBackdrop component to replace PopoverOverlay (#3308)

Fixed

  • Keep Combobox open when clicking scrollbar in ComboboxOptions (#3249)
  • Ensure ComboboxInput does not sync with current value while typing (#3259)
  • Fix visual jitter in Combobox component when using native scrollbar (#3190)
  • Improve UX by freezing ComboboxOptions while closing (#3304)
  • Merge incoming style prop on ComboboxOptions, ListboxOptions, MenuItems, and PopoverPanel components (#3250)
  • Prevent focus on Checkbox when it is disabled (#3251)
  • Use useId instead of React internals (for React 19 compatibility) (#3254)
  • Cancel outside click behavior on touch devices when scrolling (#3266)
  • Correctly apply conditional classes when using Transition and TransitionChild components (#3303)

... (truncated)

Commits
  • 49c081d 2.1.3 - @​headlessui/react
  • a08be96 Add client hint to close provider (#3429)
  • 2260422 Fix closing components using the transition prop, and after scrolling the p...
  • ca6a455 Fix Combobox virtual mode types for multiple (#3392)
  • f335372 updating various typos (#3387)
  • 13b3100 Ensure Transition component state doesn't change when it becomes hidden (#3...
  • a36380f 2.1.2 - @​headlessui/react
  • 5fb738f Fix flushSync warning for Combobox component with immediate prop enable...
  • 91e9597 Fix restoring focus to correct element when closing Dialog component (#3365)
  • da466ec Fix outside click in nested portalled Popover components (#3362)
  • Additional commits viewable in compare view


Updates @heroicons/react from 2.1.3 to 2.1.5

Release notes

Sourced from @​heroicons/react's releases.

v2.1.5

Added

  • Add new icons (arrow-turn-*, bold, calendar-date-range, divide, document-currency-*, equals, h1, h2, h3, italic, link-slash, numbered-list, percent-badge, slash, strikethrough, underline)

v2.1.4

Fixed

  • Improve tree-shakability of React package (#1192)
Changelog

Sourced from @​heroicons/react's changelog.

[2.1.5] - 2024-07-10

Added

  • Add new icons (arrow-turn-*, bold, calendar-date-range, divide, document-currency-*, equals, h1, h2, h3, italic, link-slash, numbered-list, percent-badge, slash, strikethrough, underline)

[2.1.4] - 2024-06-17

Fixed

  • Improve tree-shakability of React package (#1192)
Commits


Updates @lexical/link from 0.16.0 to 0.17.1

Release notes

Sourced from @​lexical/link's releases.

v0.17.1

Highlights

  • Multiple fixes focused on table stability
  • Various cleans up and small refactors across the codebase

What's Changed

New Contributors

... (truncated)

Changelog

Sourced from @​lexical/link's changelog.

v0.17.1 (2024-08-26)

  • lexical-playground Bug Fix fix comment timestamps (#6555) Ira Hopkinson
  • lexical Add tests for HTMLConfig (#5507) wnhlee
  • lexical-table Bug Fix Append a ParagraphNode to each cell when unmerging (#6556) Minseo Kang
  • lexical-table Fix table selection paste as plain text (#6548) Ivaylo Pavlov
  • lexical-tablelexical-clipboard Bug Fix Race condition in table CUTCOMMAND (#6550) Bob Ippolito
  • lexical-playground Bug Fix Fix firefox e2e test regression in Selection.spec.mjs (#6546) Bob Ippolito
  • Bug Fix Fix issue where triple-clicking a cell would dangerously select entire document (#6542) Mo
  • lexical-playground Fix in playground show component-menu when scroll (#6510) keiseiTi
  • lexical-react Fix multiple node selection deletion (#6538) Ivaylo Pavlov
  • lexical-yjs Bug Fix Properly sync when emptying document via undo (#6523) Mo
  • lexical-table Stop selecting the whole table after pasting cells (#6539) Ivaylo Pavlov
  • lexical-table Fix a number of table Cut command scenarios (#6528) Ivaylo Pavlov
  • Chore change className props in TreeView component to optional (#6531) Mingxuan Wang
  • lexical-list Bug Fix handle non-integer numbers in setIndent (#6522) jrfitzsimmons
  • Chore Mark additional tests as flaky from #6535 test runs (#6536) Bob Ippolito
  • lexical-table Bug Fix Selection in tables with merged cells (#6529) Botho
  • Revert Fix OverflowNode configuration (#6535) Bob Ippolito
  • lexical-react Fix Fix React.startTransition on Webpack React 17 (#6517) Turner
  • Fix OverflowNode configuration (#6027) Gerard Rovira
  • lexical-react remove editorDEPRECATED that has been deprecated for two years (#6494) Bob Ippolito
  • lexical Refactor RFC LexicalNode.afterCloneFrom to simplify clone implementation (#6505) Bob Ippolito
  • lexicalselection Feature yield target to style patch fn (#6472) Divyansh Kumar
  • lexical surface more error details in reconciler (#6511) Sherry
  • lexical Bug Fix Fix decorator selection regression with short-circuiting (#6508) Bob Ippolito
  • Fix splitText when detached (#6501) Gerard Rovira
  • Flow add more HTMLDivElementDOMProps (#6500) Gerard Rovira
  • lexical-playground Bug Fix Update tooltip for redo button with correct macOS shortcut (#6497) Bob Ippolito
  • lexical Feature Add version identifier to LexicalEditor constructor (#6488) Bob Ippolito
  • docs prevent automatic p tag wrapping (#6491) Devy
  • Revert lexicalplayground fix block cursor show horizontal (#6490) Bob Ippolito
  • When creating a new check list, set the checked value of the list item to false instead of undefined (#5978) Aman Harwara
  • lexicalplayground fix block cursor show horizontal (#6486) keiseiTi
  • lexical Bug Fix Merge pasted paragraph into empty quote (#6367) wnhlee
  • lexical-table Bug Fix Enable observer updates on table elements attributes change (#6479) Evgeny Vorobyev
  • v0.17.0 (#6487) Sherry
  • v0.17.0 Lexical GitHub Actions Bot

v0.17.0 (2024-07-31)

  • LexicaCI run extended tests for safari in mac-os and chromefirefox in linuxwindows (#6466) Sahejkm
  • lexical-table Bug Fix cannot delete content when a table inside selection (#6412) placeba
  • LexicalCI Update canary e2e test os (#6465) Sahejkm
  • CI tag flaky tests (#6462) Sherry
  • lexical Bug Fix Allow getTopLevelElement to return a DecoratorNode (#6458) Bob Ippolito
  • CI dont cancel other test runs if e2e flaky job fails (#6460) Sherry
  • Flow add tags type to OnChange plugin (#6457) Gerard Rovira
  • lexical-rich-text Bug Fix HeadingNode.insertNewAfter (#6435) Germn Jabloski
  • lexical-react sync format in flow file (#6448) Sherry

... (truncated)

Commits


Updates @lexical/list from 0.16.0 to 0.17.1

Release notes

Sourced from @​lexical/list's releases.

v0.17.1

Highlights

  • Multiple fixes focused on table stability
  • Various cleans up and small refactors across the codebase

What's Changed

New Contributors

... (truncated)

Changelog

Sourced from @​lexical/list's changelog.

v0.17.1 (2024-08-26)

  • lexical-playground Bug Fix fix comment timestamps (#6555) Ira Hopkinson
  • lexical Add tests for HTMLConfig (#5507) wnhlee
  • lexical-table Bug Fix Append a ParagraphNode to each cell when unmerging (#6556) Minseo Kang
  • lexical-table Fix table selection paste as plain text (#6548) Ivaylo Pavlov
  • lexical-tablelexical-clipboard Bug Fix Race condition in table CUTCOMMAND (#6550) Bob Ippolito
  • lexical-playground Bug Fix Fix firefox e2e test regression in Selection.spec.mjs (#6546) Bob Ippolito
  • Bug Fix Fix issue where triple-clicking a cell would dangerously select entire document (#6542) Mo
  • lexical-playground Fix in playground show component-menu when scroll (#6510) keiseiTi
  • lexical-react Fix multiple node selection deletion (#6538) Ivaylo Pavlov
  • lexical-yjs Bug Fix Properly sync when emptying document via undo (#6523) Mo
  • lexical-table Stop selecting the whole table after pasting cells (#6539) Ivaylo Pavlov
  • lexical-table Fix a number of table Cut command scenarios (#6528) Ivaylo Pavlov
  • Chore change className props in TreeView component to optional (#6531) Mingxuan Wang
  • lexical-list Bug Fix handle non-integer numbers in setIndent (#6522) jrfitzsimmons
  • Chore Mark additional tests as flaky from #6535 test runs (#6536) Bob Ippolito
  • lexical-table Bug Fix Selection in tables with merged cells (#6529) Botho
  • Revert Fix OverflowNode configuration (#6535) Bob Ippolito
  • lexical-react Fix Fix React.startTransition on Webpack React 17 (#6517) Turner
  • Fix OverflowNode configuration (#6027) Gerard Rovira
  • lexical-react remove editorDEPRECATED that has been deprecated for two years (#6494) Bob Ippolito
  • lexical Refactor RFC LexicalNode.afterCloneFrom to simplify clone implementation (#6505) Bob Ippolito
  • lexicalselection Feature yield target to style patch fn (#6472) Divyansh Kumar
  • lexical surface more error details in reconciler (#6511) Sherry
  • lexical Bug Fix Fix decorator selection regression with short-circuiting (#6508) Bob Ippolito
  • Fix splitText when detached (#6501) Gerard Rovira
  • Flow add more HTMLDivElementDOMProps (#6500) Gerard Rovira
  • lexical-playground Bug Fix Update tooltip for redo button with correct macOS shortcut (#6497) Bob Ippolito
  • lexical Feature Add version identifier to LexicalEditor constructor (#6488) Bob Ippolito
  • docs prevent automatic p tag wrapping (#6491) Devy
  • Revert lexicalplayground fix block cursor show horizontal (#6490) Bob Ippolito
  • When creating a new check list, set the checked value of the list item to false instead of undefined (#5978) Aman Harwara
  • lexicalplayground fix block cursor show horizontal (#6486) keiseiTi
  • lexical Bug Fix Merge pasted paragraph into empty quote (#6367) wnhlee
  • lexical-table Bug Fix Enable observer updates on table elements attributes change (#6479) Evgeny Vorobyev
  • v0.17.0 (#6487) Sherry
  • v0.17.0 Lexical GitHub Actions Bot

v0.17.0 (2024-07-31)

  • LexicaCI run extended tests for safari in mac-os and chromefirefox in linuxwindows (#6466) Sahejkm
  • lexical-table Bug Fix cannot delete content when a table inside selection (#6412) placeba
  • LexicalCI Update canary e2e test os (#6465) Sahejkm
  • CI tag flaky tests (#6462) Sherry
  • lexical Bug Fix Allow getTopLevelElement to return a DecoratorNode (#6458) Bob Ippolito
  • CI dont cancel other test runs if e2e flaky job fails (#6460) Sherry
  • Flow add tags type to OnChange plugin (#6457) Gerard Rovira
  • lexical-rich-text Bug Fix HeadingNode.insertNewAfter (#6435) Germn Jabloski
  • lexical-react sync format in flow file (#6448) Sherry

... (truncated)

Commits


Updates @lexical/react from 0.16.0 to 0.17.1

Release notes

Sourced from @​lexical/react's releases.

v0.17.1

Highlights

  • Multiple fixes focused on table stability
  • Various cleans up and small refactors across the codebase

What's Changed

sonarcloud[bot] commented 2 weeks ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code

See analysis details on SonarCloud

dependabot[bot] commented 1 week ago

Superseded by #516.