Roedt / ringesentralen-frontend

Frontend for ringesentralen
MIT License
2 stars 0 forks source link

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

Closed dependabot[bot] closed 3 months ago

dependabot[bot] commented 3 months ago

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

Package From To
@headlessui/react 1.7.18 2.0.4
@heroicons/react 2.1.1 2.1.3
@lexical/link 0.13.1 0.16.0
@lexical/list 0.13.1 0.16.0
@lexical/react 0.13.1 0.16.0
@lexical/rich-text 0.13.1 0.16.0
@lexical/selection 0.13.1 0.16.0
@lexical/table 0.13.1 0.16.0
@lexical/utils 0.13.1 0.16.0
@sentry/browser 7.99.0 8.8.0
@sentry/integrations 7.99.0 7.114.0
@sentry/node 7.99.0 8.8.0
@sentry/webpack-plugin 2.13.0 2.18.0
@tailwindcss/typography 0.5.10 0.5.13
axios 1.6.7 1.7.2
lexical 0.13.1 0.16.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.1.1
@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 16.0.0
autoprefixer 10.4.17 10.4.19
msw 2.1.5 2.3.1
postcss 8.4.33 8.4.38
standard 16.0.4 17.1.0
tailwindcss 3.4.1 3.4.4

Updates @headlessui/react from 1.7.18 to 2.0.4

Release notes

Sourced from @​headlessui/react's releases.

@​headlessui/react@​v2.0.4

Fixed

  • [internal] Don’t set a focus fallback for Dialog’s in demo mode (#3194)
  • Ensure page doesn't scroll down when pressing Escape to close the Dialog component (#3218)
  • Fix crash when toggling between virtual and non-virtual mode in Combobox component (#3236)
  • Ensure tabbing to a portalled <PopoverPanel> component moves focus inside (without using <PortalGroup>) (#3239)
  • Only handle form reset when defaultValue is used (#3240)

Deprecated

  • Mark SwitchGroup as deprecated, prefer Field instead (#3232)

Changed

  • Use native fieldset instead of div by default for <Fieldset /> component (#3237)

@​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

... (truncated)

Changelog

Sourced from @​headlessui/react's changelog.

[2.0.4] - 2024-05-25

Fixed

  • [internal] Don’t set a focus fallback for Dialog’s in demo mode (#3194)
  • Ensure page doesn't scroll down when pressing Escape to close the Dialog component (#3218)
  • Fix crash when toggling between virtual and non-virtual mode in Combobox component (#3236)
  • Ensure tabbing to a portalled <PopoverPanel> component moves focus inside (without using <PortalGroup>) (#3239)
  • Only handle form reset when defaultValue is used (#3240)

Deprecated

  • Mark SwitchGroup as deprecated, prefer Field instead (#3232)

Changed

  • Use native fieldset instead of div by default for <Fieldset /> component (#3237)

[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)

... (truncated)

Commits
  • 7be23e5 2.0.4 - @​headlessui/react
  • f740050 Use native fieldset instead of div by default for \<Fieldset /> componen...
  • 8c3499c Only handle form reset when defaultValue is used (#3240)
  • c2754bc Ensure tabbing to a portalled \<PopoverPanel> component moves focus inside (...
  • b822c8a Fix crash when toggling between virtual and non-virtual mode in Combobox ...
  • b478189 Mark SwitchGroup as deprecated, prefer Field instead (#3232)
  • 7fcb410 do not apply aria-modal in demo mode (#3227)
  • 045f2bc Ensure page doesn't scroll down when pressing Escape to close the Dialog ...
  • 300e9eb Update changelog
  • 3407625 Use same tense
  • 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.16.0

Release notes

Sourced from @​lexical/link's releases.

v0.16.0

Highlights

  • BREAKING CHANGE: Deprecated public default exports in facebook/lexical#6088
  • Tables Fixes around selection, copy-paste behaviours between external editors and resizing
  • Support for copy-pasting checklists from Google Docs and GitHub
  • Dispatch the correct events when the editor is in read-only mode
  • Developer experience and overall stability improvements

What's Changed

... (truncated)

Changelog

Sourced from @​lexical/link's changelog.

v0.16.0 (2024-06-04)

  • lexical-table Bug Fix Change exported table column width (#6243) Alex Reznik
  • lexical-table CI Remerge PR 6200 Resizing table with merged cells (#6235) Sherry
  • lexical-react Bug Fix checklist cannot be toggled in sub-editors (#6216) Alessio Gravili
  • lexical-selection Bug Fix Selection is removed when changing style of 2 different nodes (#6223) Zigopis Nikolaos
  • refactor refactored InlineImageNode - spans for correct HTML (#6214) Anthony Bouch
  • lexical-playground CI fix flaky collab test (#6240) Sherry
  • LexicalCI Fix approval workflow to ignore e2e tests run on labelled PRs again (#6239) Sahejkm
  • LexicalCI Add more ism in e2e tests to decrease overall run time (#6237) Sahejkm
  • Fix size-limit report for esm modules (#6234) Bob Ippolito
  • Lexical run tests on approval if there is no extended-tests label manually added (#6198) Sahejkm
  • Fix programmatic clipboard copy on non-editable (#6232) Gerard Rovira
  • Revert PR 1st causing some new added tests fail in collab mode and webkit mode (#6224) Sahejkm
  • Fix Resolve Windows regression caused by upgrading glob (#6227) Bob Ippolito
  • LexicalSize-Checks Measure both cjsesm builds for regression checks (#6219) Sahejkm
  • Refactor import paths in LexicalEditorState (#6178) vuki365
  • lexical-website Documentation Update Validate stackblitz URLs in documentation (#6215) Bob Ippolito
  • lexical-playgroundlexical-table Bug Fix Resizing table with merged cells (#6200) Alex Reznik
  • lexical-devtools Documentation Update Added link to the Mac App Store (#6218) Vlad Fedosov
  • lexical-devtools Chore Safari App Store review fixes (#6213) Vlad Fedosov
  • LexicalCI Add more packages for size limit regressions check (#6209) Sahejkm
  • lexical-list Refactor remove unnecessary type casting (#6203) Sherry
  • lexical-reactlexical-dev-tools-core Feature Allow TreeView custom print output (#6180) Ira Hopkinson
  • lexical-list Bug fix support pasting github checklist (#6195) Sherry
  • lexical-code Refactor remove unnecessary type casting (#6202) Sherry
  • Remove noisy running time signal mentioned in #6137 (#6208) Sahejkm
  • lexical-listlexical-playground Bug fix support pasting google doc checklist (#6191) Sherry
  • LexicalTextNode Refactor remove unnecessary type casting (#6201) Sherry
  • lexical-devtools Feature Improved usage and maintenance documentation (#6186) Vlad Fedosov
  • lexical Bug Fix mutation listener set for original node should work with the replaced node (#6189) Vlad Fedosov
  • Collapsible as div (#6179) Gerard Rovira
  • Update CODEOWNERS (#6192) Sahejkm
  • lexical-playground Chore add test for pasting over mentions (#6024) Sherry
  • Remove emojis from emoticons plugins (#6188) Gerard Rovira
  • Revert lexical-plaintext Feature add escape key handler (#6185) Vlad Fedosov
  • lexical Bug Fix delete line for selections ending with elements (#6160) Vitali Kozlov
  • lexical-dev-tools-core Feature Index tree view cmds (#6182) Sherry
  • Lexical use lexical bot for adding label (#6183) Sahejkm
  • Lexical Move more tests related to Copy Paste from e2e to unit (#6181) Sahejkm
  • Fixed Uncommented Code in Getting Started with React Docs (#6172) Sangram Bahadur
  • docs explain installing browsers for e2e tests (#6163) Georgii Dolzhykov
  • CI fix status badge (#6170) Sherry
  • lexicaldevtools Feature Added full Safari support (#6105) Vlad Fedosov
  • lexical-react Bug Fix Use automatic jsx runtime with reactjsx-runtime - react alias in www (#6143) Bob Ippolito
  • Lexical Feature Merging PR closes auto-linked issue (#6124) wnhlee
  • Lexical Attempt to fix after approval workflow (#6153) Sahejkm
  • lexical-markdown Bug Fix add missing shouldPreserveNewLines to markdown flow (#6165) Sherry
  • lexical-selection Bug Fix Fixes text formatting with segmented and token nodes #6059 (#6062) David Lacroix
  • lexical-react Feature React 19 unit tests (#6048) Bob Ippolito

... (truncated)

Commits


Updates @lexical/list from 0.13.1 to 0.16.0

Release notes

Sourced from @​lexical/list's releases.

v0.16.0

Highlights

  • BREAKING CHANGE: Deprecated public default exports in facebook/lexical#6088
  • Tables Fixes around selection, copy-paste behaviours between external editors and resizing
  • Support for copy-pasting checklists from Google Docs and GitHub
  • Dispatch the correct events when the editor is in read-only mode
  • Developer experience and overall stability improvements

What's Changed

... (truncated)

Changelog

Sourced from @​lexical/list's changelog.

v0.16.0 (2024-06-04)

  • lexical-table Bug Fix Change exported table column width (#6243) Alex Reznik
  • lexical-table CI Remerge PR 6200 Resizing table with merged cells (#6235) Sherry
  • lexical-react Bug Fix checklist cannot be toggled in sub-editors (#6216) Alessio Gravili
  • lexical-selection Bug Fix Selection is removed when changing style of 2 different nodes (#6223) Zigopis Nikolaos
  • refactor refactored InlineImageNode - spans for correct HTML (#6214) Anthony Bouch
  • lexical-playground CI fix flaky collab test (#6240) Sherry
  • LexicalCI Fix approval workflow to ignore e2e tests run on labelled PRs again (#6239) Sahejkm
  • LexicalCI Add more ism in e2e tests to decrease overall run time (#6237) Sahejkm
  • Fix size-limit report for esm modules (#6234) Bob Ippolito
  • Lexical run tests on approval if there is no extended-tests label manually added (#6198) Sahejkm
  • Fix programmatic clipboard copy on non-editable (#6232) Gerard Rovira
  • Revert PR 1st causing some new added tests fail in collab mode and webkit mode (#6224) Sahejkm
  • Fix Resolve Windows regression caused by upgrading glob (#6227) Bob Ippolito
  • LexicalSize-Checks Measure both cjsesm builds for regression checks (#6219) Sahejkm
  • Refactor import paths in LexicalEditorState (#6178) vuki365
  • lexical-website Documentation Update Validate stackblitz URLs in documentation (#6215) Bob Ippolito
  • lexical-playgroundlexical-table Bug Fix Resizing table with merged cells (#6200) Alex Reznik
  • lexical-devtools Documentation Update Added link to the Mac App Store (#6218) Vlad Fedosov
  • lexical-devtools Chore Safari App Store review fixes (#6213) Vlad Fedosov
  • LexicalCI Add more packages for size limit regressions check (#6209) Sahejkm
  • lexical-list Refactor remove unnecessary type casting (#6203) Sherry
  • lexical-reactlexical-dev-tools-core Feature Allow TreeView custom print output (#6180) Ira Hopkinson
  • lexical-list Bug fix support pasting github checklist (#6195) Sherry
  • lexical-code Refactor remove unnecessary type casting (#6202) Sherry
  • Remove noisy running time signal mentioned in #6137 (#6208) Sahejkm
  • lexical-listlexical-playground Bug fix support pasting google doc checklist (#6191) Sherry
  • LexicalTextNode Refactor remove unnecessary type casting (#6201) Sherry
  • lexical-devtools Feature Improved usage and maintenance documentation (#6186) Vlad Fedosov
  • lexical Bug Fix mutation listener set for original node should work with the replaced node (#6189) Vlad Fedosov
  • Collapsible as div (#6179) Gerard Rovira
  • Update CODEOWNERS (#6192) Sahejkm
  • lexical-playground Chore add test for pasting over mentions (#6024) Sherry
  • Remove emojis from emoticons plugins (#6188) Gerard Rovira
  • Revert lexical-plaintext Feature add escape key handler (#6185) Vlad Fedosov
  • lexical Bug Fix delete line for selections ending with elements (#6160) Vitali Kozlov
  • lexical-dev-tools-core Feature Index tree view cmds (#6182) Sherry
  • Lexical use lexical bot for adding label (#6183) Sahejkm
  • Lexical Move more tests related to Copy Paste from e2e to unit (#6181) Sahejkm
  • Fixed Uncommented Code in Getting Started with React Docs (#6172) Sangram Bahadur
  • docs explain installing browsers for e2e tests (#6163) Georgii Dolzhykov
  • CI fix status badge (#6170) Sherry
  • lexicaldevtools Feature Added full Safari support (#6105) Vlad Fedosov
  • lexical-react Bug Fix Use automatic jsx runtime with reactjsx-runtime - react alias in www (#6143) Bob Ippolito
  • Lexical Feature Merging PR closes auto-linked issue (#6124) wnhlee
  • Lexical Attempt to fix after approval workflow (#6153) Sahejkm
  • lexical-markdown Bug Fix add missing shouldPreserveNewLines to markdown flow (#6165) Sherry
  • lexical-selection Bug Fix Fixes text formatting with segmented and token nodes #6059 (#6062) David Lacroix
  • lexical-react Feature React 19 unit tests (#6048) Bob Ippolito

... (truncated)

Commits
  • d5a7b90 v0.16.0
  • 8c27323 [lexical-list] Refactor: remove unnecessary type casting (#6203)
  • e451136 [lexical-list] Bug fix: support pasting github checklist (#6195)
  • 621e3eb [lexical-list][lexical-playground] Bug fix: support pasting google doc checkl...
  • bccb3c0 Deprecate unused methods on ElementNode (#5782)
  • 4091c45 v0.15.0 (#6084)
  • 081188c [*] Chore: Fix all new lint warnings, plus manual exports clean-up (#5979)
  • a0bb9b0 chore: allow tsc to typecheck tests, fix type issues in those tests (#5982)
  • f5b6f16 feat(@​lexical/website): Packages documentation automatic generation (#5965)
  • 93cf85e v0.14.5 (#5907)
  • Additional commits viewable in compare view


Updates @lexical/react from 0.13.1 to 0.16.0

Release notes

Sourced from @​lexical/react's releases.

v0.16.0

Highlights

  • BREAKING CHANGE: Deprecated public default exports in facebook/lexical#6088
  • Tables Fixes around selection, copy-paste behaviours between external editors and resizing
  • Support for copy-pasting checklists from Google Docs and GitHub
  • Dispatch the correct events when the editor is in read-only mode
  • Developer experience and overall stability improvements

What's Changed