Roedt / ringesentralen-frontend

Frontend for ringesentralen
MIT License
2 stars 0 forks source link

Bump the alt group across 1 directory with 24 updates #514

Closed dependabot[bot] closed 2 weeks ago

dependabot[bot] commented 3 weeks ago

Bumps the alt group with 24 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.0
@lexical/list 0.16.0 0.17.0
@lexical/react 0.16.0 0.17.0
@lexical/rich-text 0.16.0 0.17.0
@lexical/selection 0.16.0 0.17.0
@lexical/table 0.16.0 0.17.0
@lexical/utils 0.16.0 0.17.0
@sentry/browser 8.8.0 8.26.0
@sentry/node 8.8.0 8.26.0
@sentry/webpack-plugin 2.18.0 2.22.2
@tailwindcss/typography 0.5.13 0.5.14
axios 1.7.2 1.7.5
blob-polyfill 7.0.20220408 9.0.20240710
lexical 0.16.0 0.17.0
next 14.2.3 14.2.6
twilio 5.1.1 5.2.2
@testing-library/dom 10.1.0 10.4.0
@testing-library/jest-dom 6.4.5 6.5.0
autoprefixer 10.4.19 10.4.20
msw 2.3.1 2.3.5
postcss 8.4.38 8.4.41
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.0

Release notes

Sourced from @​lexical/link's releases.

v0.17.0

What's Changed

... (truncated)

Changelog

Sourced from @​lexical/link's changelog.

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
  • lexical Bug Fix getCachedTypeToNodeMap should handle a empty and writable EditorState (#6444) Bob Ippolito
  • lexical lexical-selection Preserve paragraph styles between lines (#6437) Ivaylo Pavlov
  • LexicalGallery Add tableplugin example to gallery (#6447) Sahejkm
  • LexicalCI ignore running unitintegeritye2e tests on examples folder code (#6446) Sahejkm
  • LexicalGallery Create Simple Tableplugin example (#6445) Sahejkm
  • lexicalauto-link Fix auto link crash editor (#6433) Maksym Plavinskyi
  • lexicallexical-selection Bug Fix Respect mode when patching text style (#6428) Adrian Busse
  • lexical-historylexical-selectionlexical-react Fix #6409 TextNode change detection (#6420) Bob Ippolito
  • lexical-playground Refactor run prettier to fix CI (#6436) Germn Jabloski
  • fix(LexicalNode) fix inline decorator isSelected (#5948) Xuan
  • lexical-playgroundTableCellResizer Bug Fix Register event handlers on root element (#6416) JBWereRuss
  • lexical-react update flow typing for draggable block plugin (#6426) Sherry
  • docs fix typo in editor.registerCommand() usage (#6429) Yangshun Tay
  • fix(docs) correct typo in Lexical collaboration guide (#6421) Francois Polo
  • Fix discrete nested updates (#6419) Gerard Rovira
  • CI fix build failure on astro integration tests (#6414) wnhlee
  • CI run flaky tests on firefox browsers (#6411) Sherry
  • CI tag flaky tests (#6405) Sherry
  • lexical-reactlexical-playground sync draggable block plugin to www (#6397) Sherry
  • Fix transpile nodesOfType (#6408) Gerard Rovira
  • Restore registerRootListener null call (#6403) Gerard Rovira
  • Add ref to contenteditable (#6381) Gerard Rovira
  • lexical Feature registerMutationListener should initialize its existing nodes (#6357) Bob Ippolito
  • lexical Feature Implement Editor.read and EditorState.read with editor argument (#6347) Bob Ippolito
  • lexical Bug Fix more accurate line break pasting (#6395) Sherry
  • lexical-html Feature support pasting empty block nodes (#6392) Sherry
  • lexical-playgroundlexical-table Bug Fix Fix Shift Down Arrow regression for table sequence. (#6393) Serey Roth
  • Gallery Add option to filter plugins based on tags (#6391) Sahejkm
  • Fix clear rootElement on React (#6389) Gerard Rovira
  • CI tag flaky tests (#6388) Sherry
  • Prettier sort test attributes (#6384) Gerard Rovira
  • Fix integrity test (#6385) Gerard Rovira
  • LexicalGallery Convert files to follow typescript (#6383) Sahejkm
  • lexicallexical-playground Bug Fix Create line break on paste of content type texthtml (#6376) Janna Wieneke
  • examples Chore Use named export of LexicalErrorBoundary in the examples (#6378) Bob Ippolito
  • LexicalGallery Add option to search examples in the gallery (#6379) Sahejkm
  • lexical-playground Fix Table Hover Actions Noclick Bug (#6375) Ivaylo Pavlov
  • Lexical Fix flow errors on syncing build to meta intern (#6373) Sahejkm
  • rexical-react Bug Fix Headings inside collapsible sections are lost when Table of Contents is re-initialized (#6371) Katsia

... (truncated)

Commits


Updates @lexical/list from 0.16.0 to 0.17.0

Release notes

Sourced from @​lexical/list's releases.

v0.17.0

What's Changed

... (truncated)

Changelog

Sourced from @​lexical/list's changelog.

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
  • lexical Bug Fix getCachedTypeToNodeMap should handle a empty and writable EditorState (#6444) Bob Ippolito
  • lexical lexical-selection Preserve paragraph styles between lines (#6437) Ivaylo Pavlov
  • LexicalGallery Add tableplugin example to gallery (#6447) Sahejkm
  • LexicalCI ignore running unitintegeritye2e tests on examples folder code (#6446) Sahejkm
  • LexicalGallery Create Simple Tableplugin example (#6445) Sahejkm
  • lexicalauto-link Fix auto link crash editor (#6433) Maksym Plavinskyi
  • lexicallexical-selection Bug Fix Respect mode when patching text style (#6428) Adrian Busse
  • lexical-historylexical-selectionlexical-react Fix #6409 TextNode change detection (#6420) Bob Ippolito
  • lexical-playground Refactor run prettier to fix CI (#6436) Germn Jabloski
  • fix(LexicalNode) fix inline decorator isSelected (#5948) Xuan
  • lexical-playgroundTableCellResizer Bug Fix Register event handlers on root element (#6416) JBWereRuss
  • lexical-react update flow typing for draggable block plugin (#6426) Sherry
  • docs fix typo in editor.registerCommand() usage (#6429) Yangshun Tay
  • fix(docs) correct typo in Lexical collaboration guide (#6421) Francois Polo
  • Fix discrete nested updates (#6419) Gerard Rovira
  • CI fix build failure on astro integration tests (#6414) wnhlee
  • CI run flaky tests on firefox browsers (#6411) Sherry
  • CI tag flaky tests (#6405) Sherry
  • lexical-reactlexical-playground sync draggable block plugin to www (#6397) Sherry
  • Fix transpile nodesOfType (#6408) Gerard Rovira
  • Restore registerRootListener null call (#6403) Gerard Rovira
  • Add ref to contenteditable (#6381) Gerard Rovira
  • lexical Feature registerMutationListener should initialize its existing nodes (#6357) Bob Ippolito
  • lexical Feature Implement Editor.read and EditorState.read with editor argument (#6347) Bob Ippolito
  • lexical Bug Fix more accurate line break pasting (#6395) Sherry
  • lexical-html Feature support pasting empty block nodes (#6392) Sherry
  • lexical-playgroundlexical-table Bug Fix Fix Shift Down Arrow regression for table sequence. (#6393) Serey Roth
  • Gallery Add option to filter plugins based on tags (#6391) Sahejkm
  • Fix clear rootElement on React (#6389) Gerard Rovira
  • CI tag flaky tests (#6388) Sherry
  • Prettier sort test attributes (#6384) Gerard Rovira
  • Fix integrity test (#6385) Gerard Rovira
  • LexicalGallery Convert files to follow typescript (#6383) Sahejkm
  • lexicallexical-playground Bug Fix Create line break on paste of content type texthtml (#6376) Janna Wieneke
  • examples Chore Use named export of LexicalErrorBoundary in the examples (#6378) Bob Ippolito
  • LexicalGallery Add option to search examples in the gallery (#6379) Sahejkm
  • lexical-playground Fix Table Hover Actions Noclick Bug (#6375) Ivaylo Pavlov
  • Lexical Fix flow errors on syncing build to meta intern (#6373) Sahejkm
  • rexical-react Bug Fix Headings inside collapsible sections are lost when Table of Contents is re-initialized (#6371) Katsia

... (truncated)

Commits


Updates @lexical/react from 0.16.0 to 0.17.0

Release notes

Sourced from @​lexical/react's releases.

v0.17.0

What's Changed

sonarcloud[bot] commented 3 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 2 weeks ago

Looks like these dependencies are updatable in another way, so this is no longer needed.