Roedt / ringesentralen-frontend

Frontend for ringesentralen
MIT License
2 stars 0 forks source link

Bump the alt group across 1 directory with 30 updates #499

Closed dependabot[bot] closed 4 months ago

dependabot[bot] commented 4 months ago

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

Package From To
@headlessui/react 1.7.18 2.0.3
@heroicons/react 2.1.1 2.1.3
@lexical/link 0.13.1 0.15.0
@lexical/list 0.13.1 0.15.0
@lexical/react 0.13.1 0.15.0
@lexical/rich-text 0.13.1 0.15.0
@lexical/selection 0.13.1 0.15.0
@lexical/table 0.13.1 0.15.0
@lexical/utils 0.13.1 0.15.0
@sentry/browser 7.99.0 7.114.0
@sentry/integrations 7.99.0 7.114.0
@sentry/node 7.99.0 7.114.0
@sentry/webpack-plugin 2.13.0 2.16.1
@tailwindcss/typography 0.5.10 0.5.13
axios 1.6.7 1.6.8
lexical 0.13.1 0.15.0
markdown-it 14.0.0 14.1.0
next 14.1.0 14.2.3
react 18.2.0 18.3.1
react-dom 18.2.0 18.3.1
swr 2.2.4 2.2.5
twilio 4.21.0 5.0.4
@testing-library/dom 9.3.4 10.1.0
@testing-library/jest-dom 6.4.1 6.4.5
@testing-library/react 14.2.1 15.0.7
autoprefixer 10.4.17 10.4.19
msw 2.1.5 2.3.0
postcss 8.4.33 8.4.38
standard 16.0.4 17.1.0
tailwindcss 3.4.1 3.4.3

Updates @headlessui/react from 1.7.18 to 2.0.3

Release notes

Sourced from @​headlessui/react's releases.

@​headlessui/react@​v2.0.3

Fixed

  • Make sure disabling demo mode on <Combobox> works (#3182)

@​headlessui/react@​v2.0.2

Fixed

  • Improve performance of internal useInertOthers hook (#3181)

@​headlessui/react@​v2.0.1

Fixed

  • Remove accidental deprecation comments on <DialogPanel> and <DialogTitle> (#3176)

@​headlessui/react@​v2.0.0

Headless UI v2.0

We just released Headless UI v2.0 for React which includes a ton of new stuff:

  • Built-in anchor positioning — using Floating UI, components like Menu, Listbox, and more can now automatically position their popovers to be anchored to their trigger, adapting as needed to changes in the viewport.
  • Headless checkbox component — we've added a headless Checkbox component to complement our existing RadioGroup component, making it easy to build totally custom checkbox controls.
  • HTML form components — we've added Input, Select, Textarea, Label, Description, Fieldset, and Legend components that handle all of the ID generation and aria-* attribute mapping you need to do to connect form fields together.
  • Improved hover and focus-visible detection — using hooks from the awesome React Aria library under the hood, Headless UI now adds smarter data-hover and data-focus attributes to your controls that behave more consistently across different devices than the native pseudo-classes.
  • Combobox list virtualization — the Combobox component can now handle giant lists of options with no performance issues.

Changelog

Added

  • Add new Checkbox component (#2887, #2962)
  • Add new Button component (#2887)
  • Add new Input component (#2887, #2902, #2940)
  • Add new Textarea component (#2887, #2902, #2940)
  • Add new Select component (#2887, #2902)
  • Add new Fieldset and Legend components (#2887)
  • Add new Field, Label, Description components (#2887, #2941)
  • Add new MenuSection, MenuHeading, and MenuSeparator components (#2887)
  • Add new ListboxSelectedOption component (#2887)
  • Add new DataInteractive component (#2887)
  • Add new CloseButton component and useClose hook (#3096)
  • Add new anchor, modal, and portal props to Combobox, Listbox, Menu and Popover components (#2887, #3075, #3097, #3111, #3115, #3121, #3124, #3133, #3138, #3148, #3152, #3154, #3157)
  • Add new autoFocus prop to focusable components (#2887)
  • Add new virtual prop to Combobox component (#2779, #3128, #3160, #3161, #3163)
  • Add new onClose prop to Combobox component (#3122)
  • Add new immediate prop to Combobox for immediately opening the Combobox when the input receives focus (#2686)
  • Add new --button-width CSS variable on the ListboxOptions, MenuItems, and PopoverPanel components (#2887, #3058)
  • Add new --input-width and --button-width CSS variables on the ComboboxOptions component (#3057)
  • Add new data-* attributes as an alternative to the existing data-headlessui-state attribute (#2887, #3035, #3061)

... (truncated)

Changelog

Sourced from @​headlessui/react's changelog.

[2.0.3] - 2024-05-07

Fixed

  • Make sure disabling demo mode on <Combobox> works (#3182)

[2.0.2] - 2024-05-07

Fixed

  • Improve performance of internal useInertOthers hook (#3181)

[2.0.1] - 2024-05-06

Fixed

  • Remove accidental deprecation comments on <DialogPanel> and <DialogTitle> (#3176)

[2.0.0] - 2024-05-06

Added

  • Add new Checkbox component (#2887, #2962)
  • Add new Button component (#2887)
  • Add new Input component (#2887, #2902, #2940)
  • Add new Textarea component (#2887, #2902, #2940)
  • Add new Select component (#2887, #2902)
  • Add new Fieldset and Legend components (#2887)
  • Add new Field, Label, and Description components (#2887, #2941)
  • Add new MenuSection, MenuHeading, and MenuSeparator components (#2887)
  • Add new ListboxSelectedOption component (#2887)
  • Add new DataInteractive component (#2887)
  • Add new CloseButton component and useClose hook (#3096)
  • Add new anchor, modal, and portal props to Combobox, Listbox, Menu and Popover components (#2887, #3075, #3097, #3111, #3115, #3121, #3124, #3133, #3138, #3148, #3152, #3154, #3157)
  • Add new autoFocus prop to focusable components (#2887)
  • Add new virtual prop to Combobox component (#2779, #3128, #3160, #3161, #3163)
  • Add new onClose prop to Combobox component (#3122)
  • Add new immediate prop to Combobox for immediately opening the Combobox when the input receives focus (#2686)
  • Add new --button-width CSS variable on the ListboxOptions, MenuItems, and PopoverPanel components (#2887, #3058)
  • Add new --input-width and --button-width CSS variables on the ComboboxOptions component (#3057)
  • Add new data-* attributes as an alternative to the existing data-headlessui-state attribute (#2887, #3035, #3061)

Fixed

  • Fix scroll-locking on iOS (#2891)
  • Fix cancellation of events when using disabled or aria-disabled attributes (#2890)
  • Fix unnecessary execution of the displayValue callback in ComboboxInput component (#3048)
  • Fix types for multiple prop in Combobox component (#3099)
  • Fix focus handling in ComboboxInput component (#3065, #3073)
  • Fix enter transitions in Transition component (#3074)

... (truncated)

Commits
  • f513614 2.0.3 - @​headlessui/react
  • a303819 Make sure disabling demo mode on \<Combobox> works (#3182)
  • 48cf712 2.0.2 - @​headlessui/react
  • e0688c4 Improve performance of internal useInertOthers hook (#3181)
  • 886fdf7 Ensure clicking a ComboboxOption after filtering the options, correctly tri...
  • 2d5d35a 2.0.1 - @​headlessui/react
  • cfbcf5b Remove accidental deprecation comments on \<DialogPanel> and \<DialogTitle>...
  • fb13190 2.0.0 - @​headlessui/react
  • d416c1c Don’t cancel touchmove on input elements inside a dialog (#3166)
  • a45cb6f Remove deprecated DialogBackdrop and DialogOverlay components (#3171)
  • Additional commits viewable in compare view


Updates @heroicons/react from 2.1.1 to 2.1.3

Release notes

Sourced from @​heroicons/react's releases.

v2.1.3

  • Improve project READMEs (#1152)

v2.1.2

  • Include license file with published packages (#1151)
Changelog

Sourced from @​heroicons/react's changelog.

[2.1.3] - 2024-03-22

  • Improve project READMEs (#1152)

[2.1.2] - 2024-03-22

  • Include license file with published packages (#1151)
Commits


Updates @lexical/link from 0.13.1 to 0.15.0

Release notes

Sourced from @​lexical/link's releases.

v0.15.0

Highlights

  • A new minor version, since we've introduced a new lexical eslint plugin (facebook/lexical#5908), which enforces consistency around usage of the $ method notation.
  • New error codes generated published at publish time (facebook/lexical#6005)
  • A significant number of fixes related to tables selection, cursor handling and a more robust copy-pasting behaviour
  • Improvements to the Lexical DevTools plugin and documentation

What's Changed

... (truncated)

Changelog

Sourced from @​lexical/link's changelog.

v0.15.0 (2024-05-11)

  • feat(examplesreact-rich-collab) Added collaboration focused example (#6043) Vlad Fedosov
  • build Refactor move error-codes generation to existing babel plugin (#6005) Bob Ippolito
  • Chore Fix all new lint warnings, plus manual exports clean-up (#5979) Bob Ippolito
  • lexical-yjs Bug fix Fix cursor position after undo in collab mode (#6070) Katsiaryna
  • lexical-text Bug Fix for handling multiple matches on hashtags (#6056) wnhlee
  • Fix #6051 Deprecate keycode to code (#6054) Sahejkm
  • Revert importDOM changes from #5951 (#6060) Shubhanker Srivastava
  • LeixcalHashtag Fix prevSibling not getting updated after replacement of match as followup #6053 (#6067) Sahejkm
  • lexical-react Fix autolink styles on creation (#6069) Shubhanker Srivastava
  • Lexical Update outdated flow file for LexicalMarkdown (#6057) Sahejkm
  • Revert #6053 first till proper fix is shipped in #6056 (#6058) Sahejkm
  • lexical-tablelexical-playground Bug Fix Table selection stuck (#6049) Alex Reznik
  • fix(lexicaltext) for handling hashtag following multiple invalid matches (#6053) wnhlee
  • fix(lexicaldevtools) Fixed NPM buildzip command for Chrome and added builddev steps for Safari (#6052) Vlad Fedosov
  • Fix #5703 Infinite loop on hashtag transform (#6045) Sahejkm
  • tables Fix font size update in table selection (#6046) Shubhanker Srivastava
  • feat(lexicalplaintext) Add escape key handler (#5991) Jeffrey Lu
  • Add flow declarations in LexicalDevtoolsCore.js.flow (#6037) Sahejkm
  • build Bug Fix ensure unique artifact name for e2e tests (#6035) Bob Ippolito
  • Dev warning for failed DOM selection (#6033) Gerard Rovira
  • CharacterLimit prefer replace over insertBefore (#6032) Gerard Rovira
  • feat(lexicaleslint-plugin) new package with eslint rules for lexical (#5908) Bob Ippolito
  • CI Refactor clean up github workflows for cache correctness (#6029) Bob Ippolito
  • playground Bug Fix change default dev port to 3000 (#6026) Bob Ippolito
  • build Chore Upgrade rollup and vite to latest versions (#6018) Bob Ippolito
  • lexical-utils ci fix typing to fix integrity test (#6019) Sherry
  • lexical-html Feature Support copy pasting block and inline nodes properly (#5857) Sherry
  • chore allow tsc to typecheck tests, fix type issues in those tests (#5982) Bob Ippolito
  • lexical-website Bug Fix add allow-popups-to-escape-sandbox to iframe sandbox flags (#5988) Bob Ippolito
  • lexicalwebsite Documentation Added FAQ page around Lexical collaborative mode (#5993) Vlad Fedosov
  • Fix #5976 Passing an empty ParagraphNode to dfs incorrectly returns content from subsequent paragraphs (#5977) matsuyama-k1
  • fix(build) clean up of build-www rewriteImports (follow-up to #5995) (#5999) Bob Ippolito
  • Root element count invariant test (#6003) Gerard Rovira
  • Fix add root element count (#6002) Gerard Rovira
  • Fix table of contents for headings in tables and collapsible sections (#5946) Katsiaryna
  • add flow for devtools (#5998) Acy Watson
  • add flow annotations (#5997) Acy Watson
  • fix(build) fix build-www rewriteImports to always rewrite flow modules (#5995) Bob Ippolito
  • TreeView Minor enhancement Add option to obfuscate text in the TreeView plugin (#5990) Sahejkm
  • fix(lexicalplayground) We now skip auto-scrolling on table resize (#5986) Katsiaryna
  • Fix #5738 wrong selection on mouse click (#5969) Sahejkm
  • refactor cleanup unused react imports in tests files (#5983) Sherry
  • Documentation add PR template (#5851) Sherry
  • fix(lexicaldevtools) Fixed publish pipeline (#5973) Vlad Fedosov
  • fix(lexicaldevtools) Fixed permissions for Edge and improved devtools tab layout (#5972) Vlad Fedosov
  • fix(lexicalreactLexicalMenu) Fix check for menu cannot fit on top (#5743) Jingkang Zhang
  • feat(lexicalwebsite) Packages documentation automatic generation (#5965) Bob Ippolito
  • Fixed the issue of playground crashing when the selected node contain (#5960) Tengfei

... (truncated)

Commits


Updates @lexical/list from 0.13.1 to 0.15.0

Release notes

Sourced from @​lexical/list's releases.

v0.15.0

Highlights

  • A new minor version, since we've introduced a new lexical eslint plugin (facebook/lexical#5908), which enforces consistency around usage of the $ method notation.
  • New error codes generated published at publish time (facebook/lexical#6005)
  • A significant number of fixes related to tables selection, cursor handling and a more robust copy-pasting behaviour
  • Improvements to the Lexical DevTools plugin and documentation

What's Changed

... (truncated)

Changelog

Sourced from @​lexical/list's changelog.

v0.15.0 (2024-05-11)

  • feat(examplesreact-rich-collab) Added collaboration focused example (#6043) Vlad Fedosov
  • build Refactor move error-codes generation to existing babel plugin (#6005) Bob Ippolito
  • Chore Fix all new lint warnings, plus manual exports clean-up (#5979) Bob Ippolito
  • lexical-yjs Bug fix Fix cursor position after undo in collab mode (#6070) Katsiaryna
  • lexical-text Bug Fix for handling multiple matches on hashtags (#6056) wnhlee
  • Fix #6051 Deprecate keycode to code (#6054) Sahejkm
  • Revert importDOM changes from #5951 (#6060) Shubhanker Srivastava
  • LeixcalHashtag Fix prevSibling not getting updated after replacement of match as followup #6053 (#6067) Sahejkm
  • lexical-react Fix autolink styles on creation (#6069) Shubhanker Srivastava
  • Lexical Update outdated flow file for LexicalMarkdown (#6057) Sahejkm
  • Revert #6053 first till proper fix is shipped in #6056 (#6058) Sahejkm
  • lexical-tablelexical-playground Bug Fix Table selection stuck (#6049) Alex Reznik
  • fix(lexicaltext) for handling hashtag following multiple invalid matches (#6053) wnhlee
  • fix(lexicaldevtools) Fixed NPM buildzip command for Chrome and added builddev steps for Safari (#6052) Vlad Fedosov
  • Fix #5703 Infinite loop on hashtag transform (#6045) Sahejkm
  • tables Fix font size update in table selection (#6046) Shubhanker Srivastava
  • feat(lexicalplaintext) Add escape key handler (#5991) Jeffrey Lu
  • Add flow declarations in LexicalDevtoolsCore.js.flow (#6037) Sahejkm
  • build Bug Fix ensure unique artifact name for e2e tests (#6035) Bob Ippolito
  • Dev warning for failed DOM selection (#6033) Gerard Rovira
  • CharacterLimit prefer replace over insertBefore (#6032) Gerard Rovira
  • feat(lexicaleslint-plugin) new package with eslint rules for lexical (#5908) Bob Ippolito
  • CI Refactor clean up github workflows for cache correctness (#6029) Bob Ippolito
  • playground Bug Fix change default dev port to 3000 (#6026) Bob Ippolito
  • build Chore Upgrade rollup and vite to latest versions (#6018) Bob Ippolito
  • lexical-utils ci fix typing to fix integrity test (#6019) Sherry
  • lexical-html Feature Support copy pasting block and inline nodes properly (#5857) Sherry
  • chore allow tsc to typecheck tests, fix type issues in those tests (#5982) Bob Ippolito
  • lexical-website Bug Fix add allow-popups-to-escape-sandbox to iframe sandbox flags (#5988) Bob Ippolito
  • lexicalwebsite Documentation Added FAQ page around Lexical collaborative mode (#5993) Vlad Fedosov
  • Fix
    sonarcloud[bot] commented 4 months ago
dependabot[bot] commented 4 months ago

Superseded by #500.