Roedt / ringesentralen-frontend

Frontend for ringesentralen
MIT License
2 stars 0 forks source link

Bump the alt group with 27 updates #494

Closed dependabot[bot] closed 5 months ago

dependabot[bot] commented 5 months ago

Bumps the alt group with 27 updates:

Package From To
@heroicons/react 2.1.1 2.1.3
@lexical/link 0.13.1 0.14.3
@lexical/list 0.13.1 0.14.3
@lexical/react 0.13.1 0.14.3
@lexical/rich-text 0.13.1 0.14.3
@lexical/selection 0.13.1 0.14.3
@lexical/table 0.13.1 0.14.3
@lexical/utils 0.13.1 0.14.3
@sentry/browser 7.99.0 7.110.0
@sentry/integrations 7.99.0 7.110.0
@sentry/node 7.99.0 7.110.0
@sentry/webpack-plugin 2.13.0 2.16.1
@tailwindcss/typography 0.5.10 0.5.12
axios 1.6.7 1.6.8
lexical 0.13.1 0.14.3
markdown-it 14.0.0 14.1.0
next 14.1.0 14.2.1
swr 2.2.4 2.2.5
twilio 4.21.0 5.0.3
@testing-library/dom 9.3.4 10.0.0
@testing-library/jest-dom 6.4.1 6.4.2
@testing-library/react 14.2.1 15.0.2
autoprefixer 10.4.17 10.4.19
msw 2.1.5 2.2.13
postcss 8.4.33 8.4.38
standard 16.0.4 17.1.0
tailwindcss 3.4.1 3.4.3

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.14.3

Release notes

Sourced from @​lexical/link's releases.

v0.14.3

What's Changed

ESM

  • Fixes for ESM builds for Server-side rendering frameworks (#5737)
  • Node fork modules and 'bundler' module resolution (#5774)

Stability

  • A meaningful number of table fixes around selection, navigation, formatting and deletion
  • Merging of adjacent lists of the same type (#5803)
  • Support for CSS Zoom (#5772)

DevTools Plugin

  • Scaffolding for a DevTools Plugin (#5747)

Full Changelog

New Contributors

... (truncated)

Changelog

Sourced from @​lexical/link's changelog.

v0.14.3 (2024-04-03)

  • fix removed overwrite of copyright (#5811) Sven ani
  • remove duplicate list merging (#5810) Sherry
  • fix Table selection stuck (#5807) Alex Reznik
  • #4618 combine list if next sibling is list node (#5803) Sherry
  • docs clarify readupdate language in intro, readme editor state (#5809) Bob Ippolito
  • chore Removed invalid GH action config (#5808) Vlad Fedosov
  • feat(lexicaldevtools) Added basic extension scaffolding (#5747) Vlad Fedosov
  • Improve table selection and navigation (#5767) Serey Roth
  • Fix typo in docs (#5805) John Flockton
  • fix avoid auto-embed menu overflowing off right side of page (#5804) wangqi
  • Fix #5543 insertText() was inserting Text as child of table node instead of root before tablerow resulting in table node not getting deleted (#5799) Sahejkm
  • Editable immediately when adding link from Floating toolbar (#5801) Ivaylo Pavlov
  • Quick fix for #5754 Numbered list does not increment in ImageNode caption #5754 (#5798) Sherry
  • Node fork modules moduleResolution bundler (#5774) Bob Ippolito
  • Node-aware Context Menu Items (#5791) Ivaylo Pavlov
  • Fix #5720 update the resolvedOffset correctly on image selection and drag (#5795) Sahejkm
  • fix Address more flaky collab tests (#5788) Bob Ippolito
  • fix Update iframes to prevent focus stealing (#5784) Bob Ippolito
  • fix restore playground esm build (#5781) Bob Ippolito
  • fix Double input of text when composing at TextNode boundaries (#5762) matsuyama-k1
  • lexicalplayground Moved Vite config to TS and removed code duplication (#5744) Vlad Fedosov
  • Fix selection started from inside of the table (#5766) Alex Reznik
  • Respect CSS zoom (#5772) Ebad
  • Revert fixed #5233 firefox related issue for backspace deletion wh (#5776) Gerard Rovira
  • Fix clear formatting in table (#5765) Alex Reznik
  • Generate default entry in package.json exports last use .mjs for esm modules (#5737) Bob Ippolito
  • Update build script to exclude WWW from ESM modules (#5753) John Flockton
  • chore(lexicaltext) Split into several files for better readability and to simplify further expansion (#5718) Vlad Fedosov
  • fixed #5233 firefox related issue for backspace deletion where focus offset is of type element instead of text (#5734) Sahejkm
  • Update the publish script channel (#5736) Ivaylo Pavlov
  • v0.14.2 (#5735) Ivaylo Pavlov
  • v0.14.2 Lexical GitHub Actions Bot

v0.14.2 (2024-03-18)

  • Fix order of exports in lexical-react (#5732) Brian Birtles
  • Clean up CHANGELOG (#5730) Ivaylo Pavlov
  • v0.14.1 (#5729) Ivaylo Pavlov
  • v0.14.1 Lexical GitHub Actions Bot

v0.14.1 (2024-03-18)

  • ESM build (#5618) Bob Ippolito
  • Fix height and width parsing in ImportDOM for ExcalidrawNode (#5721) Ivaylo Pavlov
  • ImportDOM and ExportDOM for LayoutContainerNode (#5722) Ivaylo Pavlov
  • Fix dont call importDOM methods more than once (#5726) Georgii Dolzhykov
  • Add test for multiple leading # characters in a hashtag (#5723) wnhlee
  • Fix to count tabs as list indentation on importing markdown (#5706) wnhlee

... (truncated)

Commits


Updates @lexical/list from 0.13.1 to 0.14.3

Release notes

Sourced from @​lexical/list's releases.

v0.14.3

What's Changed

ESM

  • Fixes for ESM builds for Server-side rendering frameworks (#5737)
  • Node fork modules and 'bundler' module resolution (#5774)

Stability

  • A meaningful number of table fixes around selection, navigation, formatting and deletion
  • Merging of adjacent lists of the same type (#5803)
  • Support for CSS Zoom (#5772)

DevTools Plugin

  • Scaffolding for a DevTools Plugin (#5747)

Full Changelog

New Contributors

... (truncated)

Changelog

Sourced from @​lexical/list's changelog.

v0.14.3 (2024-04-03)

  • fix removed overwrite of copyright (#5811) Sven ani
  • remove duplicate list merging (#5810) Sherry
  • fix Table selection stuck (#5807) Alex Reznik
  • #4618 combine list if next sibling is list node (#5803) Sherry
  • docs clarify readupdate language in intro, readme editor state (#5809) Bob Ippolito
  • chore Removed invalid GH action config (#5808) Vlad Fedosov
  • feat(lexicaldevtools) Added basic extension scaffolding (#5747) Vlad Fedosov
  • Improve table selection and navigation (#5767) Serey Roth
  • Fix typo in docs (#5805) John Flockton
  • fix avoid auto-embed menu overflowing off right side of page (#5804) wangqi
  • Fix #5543 insertText() was inserting Text as child of table node instead of root before tablerow resulting in table node not getting deleted (#5799) Sahejkm
  • Editable immediately when adding link from Floating toolbar (#5801) Ivaylo Pavlov
  • Quick fix for #5754 Numbered list does not increment in ImageNode caption #5754 (#5798) Sherry
  • Node fork modules moduleResolution bundler (#5774) Bob Ippolito
  • Node-aware Context Menu Items (#5791) Ivaylo Pavlov
  • Fix #5720 update the resolvedOffset correctly on image selection and drag (#5795) Sahejkm
  • fix Address more flaky collab tests (#5788) Bob Ippolito
  • fix Update iframes to prevent focus stealing (#5784) Bob Ippolito
  • fix restore playground esm build (#5781) Bob Ippolito
  • fix Double input of text when composing at TextNode boundaries (#5762) matsuyama-k1
  • lexicalplayground Moved Vite config to TS and removed code duplication (#5744) Vlad Fedosov
  • Fix selection started from inside of the table (#5766) Alex Reznik
  • Respect CSS zoom (#5772) Ebad
  • Revert fixed #5233 firefox related issue for backspace deletion wh (#5776) Gerard Rovira
  • Fix clear formatting in table (#5765) Alex Reznik
  • Generate default entry in package.json exports last use .mjs for esm modules (#5737) Bob Ippolito
  • Update build script to exclude WWW from ESM modules (#5753) John Flockton
  • chore(lexicaltext) Split into several files for better readability and to simplify further expansion (#5718) Vlad Fedosov
  • fixed #5233 firefox related issue for backspace deletion where focus offset is of type element instead of text (#5734) Sahejkm
  • Update the publish script channel (#5736) Ivaylo Pavlov
  • v0.14.2 (#5735) Ivaylo Pavlov
  • v0.14.2 Lexical GitHub Actions Bot

v0.14.2 (2024-03-18)

  • Fix order of exports in lexical-react (#5732) Brian Birtles
  • Clean up CHANGELOG (#5730) Ivaylo Pavlov
  • v0.14.1 (#5729) Ivaylo Pavlov
  • v0.14.1 Lexical GitHub Actions Bot

v0.14.1 (2024-03-18)

  • ESM build (#5618) Bob Ippolito
  • Fix height and width parsing in ImportDOM for ExcalidrawNode (#5721) Ivaylo Pavlov
  • ImportDOM and ExportDOM for LayoutContainerNode (#5722) Ivaylo Pavlov
  • Fix dont call importDOM methods more than once (#5726) Georgii Dolzhykov
  • Add test for multiple leading # characters in a hashtag (#5723) wnhlee
  • Fix to count tabs as list indentation on importing markdown (#5706) wnhlee

... (truncated)

Commits


Updates @lexical/react from 0.13.1 to 0.14.3

Release notes

Sourced from @​lexical/react's releases.

v0.14.3

What's Changed

ESM

  • Fixes for ESM builds for Server-side rendering frameworks (#5737)
  • Node fork modules and 'bundler' module resolution (#5774)

Stability

  • A meaningful number of table fixes around selection, navigation, formatting and deletion
  • Merging of adjacent lists of the same type (#5803)
  • Support for CSS Zoom (#5772)

DevTools Plugin

  • Scaffolding for a DevTools Plugin (#5747)

Full Changelog

New Contributors

... (truncated)

Changelog

Sourced from @​lexical/react's changelog.

v0.14.3 (2024-04-03)

  • fix removed overwrite of copyright (#5811) Sven ani
  • remove duplicate list merging (#5810) Sherry
  • fix Table selection stuck (#5807) Alex Reznik
  • #4618 combine list if next sibling is list node (#5803) Sherry
  • docs clarify readupdate language in intro, readme editor state (#5809) Bob Ippolito
  • chore Removed invalid GH action config (#5808) Vlad Fedosov
  • feat(lexicaldevtools) Added basic extension scaffolding (#5747) Vlad Fedosov
  • Improve table selection and navigation (#5767) Serey Roth
  • Fix typo in docs (#5805) John Flockton
  • fix avoid auto-embed menu overflowing off right side of page (#5804) wangqi
  • Fix #5543 insertText() was inserting Text as child of table node instead of root before tablerow resulting in table node not getting deleted (#5799) Sahejkm
  • Editable immediately when adding link from Floating toolbar (#5801) Ivaylo Pavlov
  • Quick fix for #5754 Numbered list does not increment in ImageNode caption #5754 (#5798) Sherry
  • Node fork modules moduleResolution bundler (#5774) Bob Ippolito
  • Node-aware Context Menu Items (#5791) Ivaylo Pavlov
  • Fix #5720 update the resolvedOffset correctly on image selection and drag (#5795) Sahejkm
  • fix Address more flaky collab tests (#5788) Bob Ippolito
  • fix Update iframes to prevent focus stealing (#5784) Bob Ippolito
  • fix restore playground esm build (#5781) Bob Ippolito
  • fix Double input of text when composing at TextNode boundaries (#5762) matsuyama-k1
  • lexicalplayground Moved Vite config to TS and removed code duplication (#5744) Vlad Fedosov
  • Fix selection started from inside of the table (#5766) Alex Reznik
  • Respect CSS zoom (#5772) Ebad
  • Revert fixed #5233 firefox related issue for backspace deletion wh (#5776) Gerard Rovira
  • Fix clear formatting in table (#5765) Alex Reznik
  • Generate default entry in package.json exports last use .mjs for esm modules (#5737) Bob Ippolito
  • Update build script to exclude WWW from ESM modules (#5753) John Flockton
  • chore(lexicaltext) Split into several files for better readability and to simplify further expansion (#5718) Vlad Fedosov
  • fixed #5233 firefox related issue for backspace deletion where focus offset is of type element instead of text (#5734) Sahejkm
  • Update the publish script channel (#5736) Ivaylo Pavlov
  • v0.14.2 (#5735) Ivaylo Pavlov
  • v0.14.2 Lexical GitHub Actions Bot

v0.14.2 (2024-03-18)

  • Fix order of exports in lexical-react (#5732) Brian Birtles
  • Clean up CHANGELOG (#5730) Ivaylo Pavlov
  • v0.14.1 (#5729) Ivaylo Pavlov
  • v0.14.1 Lexical GitHub Actions Bot

v0.14.1 (2024-03-18)

  • ESM build (#5618) Bob Ippolito
  • Fix height and width parsing in ImportDOM for ExcalidrawNode (#5721) Ivaylo Pavlov
  • ImportDOM and ExportDOM for LayoutContainerNode (#5722) Ivaylo Pavlov
  • Fix dont call importDOM methods more than once (#5726) Georgii Dolzhykov
  • Add test for multiple leading # characters in a hashtag (#5723) wnhlee
  • Fix to count tabs as list indentation on importing markdown (#5706) wnhlee

... (truncated)

Commits


Updates @lexical/rich-text from 0.13.1 to 0.14.3

Release notes

Sourced from @​lexical/rich-text's releases.

v0.14.3

W... _Description has been truncated_

sonarcloud[bot] commented 5 months ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

dependabot[bot] commented 5 months ago

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