Roedt / ringesentralen-frontend

Frontend for ringesentralen
MIT License
2 stars 0 forks source link

Bump the alt group with 26 updates #492

Closed dependabot[bot] closed 5 months ago

dependabot[bot] commented 5 months ago

Bumps the alt group with 26 updates:

Package From To
@heroicons/react 2.1.1 2.1.3
@lexical/link 0.13.1 0.14.2
@lexical/list 0.13.1 0.14.2
@lexical/react 0.13.1 0.14.2
@lexical/rich-text 0.13.1 0.14.2
@lexical/selection 0.13.1 0.14.2
@lexical/table 0.13.1 0.14.2
@lexical/utils 0.13.1 0.14.2
@sentry/browser 7.99.0 7.109.0
@sentry/integrations 7.99.0 7.109.0
@sentry/node 7.99.0 7.109.0
@sentry/webpack-plugin 2.13.0 2.16.0
@tailwindcss/typography 0.5.10 0.5.12
axios 1.6.7 1.6.8
lexical 0.13.1 0.14.2
markdown-it 14.0.0 14.1.0
next 14.1.0 14.1.4
swr 2.2.4 2.2.5
twilio 4.21.0 5.0.1
@testing-library/jest-dom 6.4.1 6.4.2
@testing-library/react 14.2.1 14.2.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.2

Release notes

Sourced from @​lexical/link's releases.

v0.14.2

What's Changed

Full Changelog: https://github.com/facebook/lexical/compare/v0.14.1...v0.14.2

v0.14.1 (2024-03-18)

Main Changes

ESM Support in facebook/lexical#5618 (thanks @​etrepum).

canExtractContents has been removed from TableNode in facebook/lexical#5628 [BREAKING CHANGE]

What's Changed

... (truncated)

Changelog

Sourced from @​lexical/link's changelog.

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
  • Update CharacterLimitPlugin to support custom renderer (#5715) wnhlee
  • docs Added links to API docs for respective packages (#5719) Vlad Fedosov
  • docs Creating a Plugin page example (#5717) Vlad Fedosov
  • Add code snippets for ClearEditorPlugin and MarkdownShortcutPlugin (#5711) Nick
  • Send click event in read-only editor (#5714) Ivaylo Pavlov
  • Fix deletion issues when using Chromium Android (#5644) Aman Harwara
  • Export table row height in JSON (#5696) Ivaylo Pavlov
  • Fix Bulleting a Node Selection (#5699) Ivaylo Pavlov
  • fix Typo in the collaboration nodes (#5702) Pranav Bakre
  • Fix endless renders with editorRef callback (#5701) wnhlee
  • style fix broken eslint check of #5625 (#5694) yf-yang
  • Fix forward word deletion destructing element nodes (#5625) Ivaylo Pavlov
  • fix(tables) Add missing paragraph node when copying empty cells from external resources (#5670) Simon Pasquereau
  • chore(docs) Changed stackblitz.com links to point at this repo (#5685) Vlad Fedosov
  • docs Added conceptual view of the Lexical Core Design (#5677) Vlad Fedosov
  • Add support for grid selection in text alignment. (#5652) Serey Roth
  • docs Added reasoning on why State is necessary (#5678) Vlad Fedosov
  • docs Improved Getting Started with React guide (#5676) Vlad Fedosov
  • docs add a tip about discrete state update (#5664) Micha Dzienisiewicz
  • fix Fix E2E tests in Safari (Webkit) (#5672) Vlad Fedosov
  • Configure ESLint enable curly rule, fix on save (#5666) Georgii Dolzhykov
  • docs Interactive Vanilla JS example (#5668) Vlad Fedosov
  • support multiple windows (#5070) Rob Figueiredo
  • docs Added visualization of the Lexical modular architecture (#5667) Vlad Fedosov
  • Refactor simplify getFirstDescendant and getLastDescendant (#5665) Georgii Dolzhykov
  • Unbullet one list item not the whole list (#5621) Ivaylo Pavlov
  • Preserve bullet item indent on newline (#5578) Ivaylo Pavlov
  • fix unify class name splittingfiltering with normalizeClassNames (#5649) Bob Ippolito
  • Move to native UUID (#5622) Ivaylo Pavlov
  • Escape Layout Plugin (#5626) Ivaylo Pavlov
  • 0.14 Remove unused canExtractContents (#5628) Ivaylo Pavlov
  • Revert Fix hashtag regex blocking transform to heading (#5636) Acy Watson
  • Fix hashtag regex blocking transform to heading (#5376) wnhlee
  • Fix shiftarrow down selection for tables in sequence. (#5617) Serey Roth
  • Revert Fixed position for lexical menu (#5602) (#5614) Gerard Rovira

... (truncated)

Commits


Updates @lexical/list from 0.13.1 to 0.14.2

Release notes

Sourced from @​lexical/list's releases.

v0.14.2

What's Changed

Full Changelog: https://github.com/facebook/lexical/compare/v0.14.1...v0.14.2

v0.14.1 (2024-03-18)

Main Changes

ESM Support in facebook/lexical#5618 (thanks @​etrepum).

canExtractContents has been removed from TableNode in facebook/lexical#5628 [BREAKING CHANGE]

What's Changed

... (truncated)

Changelog

Sourced from @​lexical/list's changelog.

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
  • Update CharacterLimitPlugin to support custom renderer (#5715) wnhlee
  • docs Added links to API docs for respective packages (#5719) Vlad Fedosov
  • docs Creating a Plugin page example (#5717) Vlad Fedosov
  • Add code snippets for ClearEditorPlugin and MarkdownShortcutPlugin (#5711) Nick
  • Send click event in read-only editor (#5714) Ivaylo Pavlov
  • Fix deletion issues when using Chromium Android (#5644) Aman Harwara
  • Export table row height in JSON (#5696) Ivaylo Pavlov
  • Fix Bulleting a Node Selection (#5699) Ivaylo Pavlov
  • fix Typo in the collaboration nodes (#5702) Pranav Bakre
  • Fix endless renders with editorRef callback (#5701) wnhlee
  • style fix broken eslint check of #5625 (#5694) yf-yang
  • Fix forward word deletion destructing element nodes (#5625) Ivaylo Pavlov
  • fix(tables) Add missing paragraph node when copying empty cells from external resources (#5670) Simon Pasquereau
  • chore(docs) Changed stackblitz.com links to point at this repo (#5685) Vlad Fedosov
  • docs Added conceptual view of the Lexical Core Design (#5677) Vlad Fedosov
  • Add support for grid selection in text alignment. (#5652) Serey Roth
  • docs Added reasoning on why State is necessary (#5678) Vlad Fedosov
  • docs Improved Getting Started with React guide (#5676) Vlad Fedosov
  • docs add a tip about discrete state update (#5664) Micha Dzienisiewicz
  • fix Fix E2E tests in Safari (Webkit) (#5672) Vlad Fedosov
  • Configure ESLint enable curly rule, fix on save (#5666) Georgii Dolzhykov
  • docs Interactive Vanilla JS example (#5668) Vlad Fedosov
  • support multiple windows (#5070) Rob Figueiredo
  • docs Added visualization of the Lexical modular architecture (#5667) Vlad Fedosov
  • Refactor simplify getFirstDescendant and getLastDescendant (#5665) Georgii Dolzhykov
  • Unbullet one list item not the whole list (#5621) Ivaylo Pavlov
  • Preserve bullet item indent on newline (#5578) Ivaylo Pavlov
  • fix unify class name splittingfiltering with normalizeClassNames (#5649) Bob Ippolito
  • Move to native UUID (#5622) Ivaylo Pavlov
  • Escape Layout Plugin (#5626) Ivaylo Pavlov
  • 0.14 Remove unused canExtractContents (#5628) Ivaylo Pavlov
  • Revert Fix hashtag regex blocking transform to heading (#5636) Acy Watson
  • Fix hashtag regex blocking transform to heading (#5376) wnhlee
  • Fix shiftarrow down selection for tables in sequence. (#5617) Serey Roth
  • Revert Fixed position for lexical menu (#5602) (#5614) Gerard Rovira

... (truncated)

Commits


Updates @lexical/react from 0.13.1 to 0.14.2

Release notes

Sourced from @​lexical/react's releases.

v0.14.2

What's Changed

Full Changelog: https://github.com/facebook/lexical/compare/v0.14.1...v0.14.2

v0.14.1 (2024-03-18)

Main Changes

ESM Support in facebook/lexical#5618 (thanks @​etrepum).

canExtractContents has been removed from TableNode in facebook/lexical#5628 [BREAKING CHANGE]

What's Changed

... (truncated)

Changelog

Sourced from @​lexical/react's changelog.

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
  • Update CharacterLimitPlugin to support custom renderer (#5715) wnhlee
  • docs Added links to API docs for respective packages (#5719) Vlad Fedosov
  • docs Creating a Plugin page example (#5717) Vlad Fedosov
  • Add code snippets for ClearEditorPlugin and MarkdownShortcutPlugin (#5711) Nick
  • Send click event in read-only editor (#5714) Ivaylo Pavlov
  • Fix deletion issues when using Chromium Android (#5644) Aman Harwara
  • Export table row height in JSON (#5696) Ivaylo Pavlov
  • Fix Bulleting a Node Selection (#5699) Ivaylo Pavlov
  • fix Typo in the collaboration nodes (#5702) Pranav Bakre
  • Fix endless renders with editorRef callback (#5701) wnhlee
  • style fix broken eslint check of #5625 (#5694) yf-yang
  • Fix forward word deletion destructing element nodes (#5625) Ivaylo Pavlov
  • fix(tables) Add missing paragraph node when copying empty cells from external resources (#5670) Simon Pasquereau
  • chore(docs) Changed stackblitz.com links to point at this repo (#5685) Vlad Fedosov
  • docs Added conceptual view of the Lexical Core Design (#5677) Vlad Fedosov
  • Add support for grid selection in text alignment. (#5652) Serey Roth
  • docs Added reasoning on why State is necessary (#5678) Vlad Fedosov
  • docs Improved Getting Started with React guide (#5676) Vlad Fedosov
  • docs add a tip about discrete state update (#5664) Micha Dzienisiewicz
  • fix Fix E2E tests in Safari (Webkit) (#5672) Vlad Fedosov
  • Configure ESLint enable curly rule, fix on save (#5666) Georgii Dolzhykov
  • docs Interactive Vanilla JS example (#5668) Vlad Fedosov
  • support multiple windows (#5070) Rob Figueiredo
  • docs Added visualization of the Lexical modular architecture (#5667) Vlad Fedosov
  • Refactor simplify getFirstDescendant and getLastDescendant (#5665) Georgii Dolzhykov
  • Unbullet one list item not the whole list (#5621) Ivaylo Pavlov
  • Preserve bullet item indent on newline (#5578) Ivaylo Pavlov
  • fix unify class name splittingfiltering with normalizeClassNames (#5649) Bob Ippolito
  • Move to native UUID (#5622) Ivaylo Pavlov
  • Escape Layout Plugin (#5626) Ivaylo Pavlov
  • 0.14 Remove unused canExtractContents (#5628) Ivaylo Pavlov
  • Revert Fix hashtag regex blocking transform to heading (#5636) Acy Watson
  • Fix hashtag regex blocking transform to heading (#5376) wnhlee
  • Fix shiftarrow down selection for tables in sequence. (#5617) Serey Roth
  • Revert Fixed position for lexical menu (#5602) (#5614) Gerard Rovira

... (truncated)

Commits


Updates @lexical/rich-text from 0.13.1 to 0.14.2

Release notes

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

v0.14.2

What's Changed

Full Changelog: https://github.com/facebook/lexical/compare/v0.14.1...v0.14.2

v0.14.1 (2024-03-18)

Main Changes

ESM Support in facebook/lexical#5618 (thanks @​etrepum).

canExtractContents has been removed from TableNode in facebook/lexical#5628 [BREAKING CHANGE]

What's Changed

dependabot[bot] commented 5 months ago

Superseded by #493.