Closed dependabot[bot] closed 6 months ago
Bumps the alt group with 30 updates in the / directory:
1.7.18
1.7.19
2.1.1
2.1.3
0.13.1
0.14.5
7.99.0
7.112.2
2.13.0
2.16.1
0.5.10
0.5.13
1.6.7
1.6.8
14.0.0
14.1.0
14.2.3
18.2.0
18.3.1
2.2.4
2.2.5
4.21.0
5.0.4
9.3.4
10.0.0
6.4.1
6.4.2
14.2.1
15.0.5
10.4.17
10.4.19
2.1.5
2.2.14
8.4.33
8.4.38
16.0.4
17.1.0
3.4.1
3.4.3
Updates @headlessui/react from 1.7.18 to 1.7.19
@headlessui/react
Sourced from @headlessui/react's releases.
@headlessui/react
@headlessui/react@v1.7.19 Fixed Make sure panels re-register when IDs are calculated in React < 18 (#2883) Expose disabled state on <Tab /> component (#2918) Prevent default behaviour when clicking outside of a Dialog.Panel (#2919) Add hidden attribute to internal <Hidden /> component when the Features.Hidden feature is used (#2955) Allow setting custom tabIndex on the <Switch /> component (#2966) Forward disabled state to hidden inputs in form-like components (#3004) Respect selectedIndex for controlled <Tab/> components (#3037)
@v1
disabled
<Tab />
Dialog.Panel
hidden
<Hidden />
Features.Hidden
tabIndex
<Switch />
selectedIndex
<Tab/>
Sourced from @headlessui/react's changelog.
[1.7.19] - 2024-04-15 Fixed Make sure panels re-register when IDs are calculated in React < 18 (#2883) Expose disabled state on <Tab /> component (#2918) Prevent default behavior when clicking outside of a Dialog.Panel (#2919) Add hidden attribute to internal <Hidden /> component when the Features.Hidden feature is used (#2955) Allow setting custom tabIndex on the <Switch /> component (#2966) Forward disabled state to hidden inputs in form-like components (#3004) Respect selectedIndex for controlled <Tab/> components (#3037) [2.0.0-alpha.4] - 2024-01-03 Fixed Ensure Input, Select and Textarea expose Ref related types (#2902) [2.0.0-alpha.3] - 2023-12-20 Fixed Further fine tune scroll locking on iOS (#2891) [2.0.0-alpha.2] - 2023-12-20 Fixed Allow horizontal scrolling inside the Dialog component (#2889) Improve cancellation of events when using disabled or aria-disabled attributes (#2890) [2.0.0-alpha.1] - 2023-12-20 Added Add immediate prop to <Combobox /> for immediately opening the Combobox when the input receives focus (#2686) Add virtual prop to Combobox component (#2779) Add new Checkbox component Add new Radio component as an alternative to the existing RadioGroup.Option component Add new Button component Add new Input component Add new Textarea component Add new Select component Add new Field, Label, Description, Fieldset and Legend components Add new DataInteractive component Add new anchor and modal prop to ComboboxOptions, ListboxOptions, MenuItems and PopoverPanel components Add new ListboxSelectedOption component Add new MenuSection, MenuHeading, and MenuSeparator components Add new simplified data-* attributes as an alternative to the existing data-headlessui-state="..." attribute Add autoFocus prop on focusable components (which maps to data-autofocus)
Input
Select
Textarea
Ref
Dialog
aria-disabled
immediate
<Combobox />
input
virtual
Combobox
Checkbox
Radio
RadioGroup.Option
Button
Field
Label
Description
Fieldset
Legend
DataInteractive
anchor
modal
ComboboxOptions
ListboxOptions
MenuItems
PopoverPanel
ListboxSelectedOption
MenuSection
MenuHeading
MenuSeparator
data-*
data-headlessui-state="..."
autoFocus
data-autofocus
... (truncated)
8599e49
6784a73
\<Tab/>
2fd9d1c
e9df8dd
\<Switch />
04695b2
\<Hidden />
46a9b32
\<MenuItem>
39210df
369be39
\<Tab />
2b161b3
7ca6174
Updates @heroicons/react from 2.1.1 to 2.1.3
@heroicons/react
Sourced from @heroicons/react's releases.
@heroicons/react
v2.1.3 Improve project READMEs (#1152) v2.1.2 Include license file with published packages (#1151)
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)
01c786b
1b9fc17
fb6bdfa
d84ffa5
957ba2f
f736825
df1be9e
Updates @lexical/link from 0.13.1 to 0.14.5
@lexical/link
Sourced from @lexical/link's releases.
@lexical/link
v0.14.5 What's Changed v0.14.4 by @acywatson in facebook/lexical#5900 fix(@lexical/react): @lexical/react 0.14.4 brings in @lexical/devtools-core dependency without declaring it by @StyleT in facebook/lexical#5902 update lock file by @acywatson in facebook/lexical#5904 Fix version script by @acywatson in facebook/lexical#5906 Full Changelog: https://github.com/facebook/lexical/compare/v0.14.4...v0.14.5 v0.14.4 What's Changed Fix failing WWW build by @thegreatercurve in facebook/lexical#5826 feat: export 'IS_' and 'CAN_*' environment constants from @lexical/utils by @etrepum in facebook/lexical#5831 Add missing flow type parameters for insertNewAfter by @Sahejkm in facebook/lexical#5832 fix: webpack needs its own export condition by @etrepum in facebook/lexical#5833 Use unnamed ESM imports for Prism modules by @thegreatercurve in facebook/lexical#5828 chore: upgrade to docusaurus 3 by @etrepum in facebook/lexical#5838 Use updated docRoot count in removeRootElementEvents by @thegreatercurve in facebook/lexical#5847 Fix #5620 Persist format at paragraph level for new line by @Sahejkm in facebook/lexical#5822 Fix issue with removing selectionchange correctly by @thegreatercurve in facebook/lexical#5848 Playground - Clear Format button fix by @ManuelOjedaWz in facebook/lexical#5849 feat(@lexical/devtools): Added TreeView rendering instead of a simple textarea by @StyleT in facebook/lexical#5830 Fix bug with typeahead positioning by @thegreatercurve in facebook/lexical#5859 Revert "feat(@lexical/devtools): Added TreeView rendering instead of a simple textarea" by @thegreatercurve in facebook/lexical#5861 Revert "Revert "feat(@lexical/devtools): Added TreeView rendering instead of a simple textarea"" by @thegreatercurve in facebook/lexical#5864 Add missing rewrite of utils import by @thegreatercurve in facebook/lexical#5866 TextNode support font-weight bold by @zurfyx in facebook/lexical#5852 Replace async arrow with function by @zurfyx in facebook/lexical#5870 Fix #5663 styling from td not persisted on copy paste by @Sahejkm in facebook/lexical#5855 fix test failing after rebase on bug fix for multiple text nodes styles in a cell node by @Sahejkm in facebook/lexical#5872 fix #4468 Preserv elemement text align format on new paragraph creation by @Sahejkm in facebook/lexical#5878 fix(playground): wrong logic for FloatingLinkEditorPlugin bad node by @agriffis in facebook/lexical#5814 feat: use dev/prod conditions instead of webpack in exports by @etrepum in facebook/lexical#5858 docs: fix typedoc links and add missing packages by @etrepum in facebook/lexical#5850 Fix nested typo in README by @zheckert in facebook/lexical#5892 Fix broken style for node overrides example on docs by @2wheeh in facebook/lexical#5890 Bump publish scripts to v4 by @ivailop7 in facebook/lexical#5817 Remove a special case in table deleteTextHandler by @AlexanderReznik in facebook/lexical#5891 feat(@lexical/devtools): Extracted store/messaging implementation to the separate packages by @StyleT in facebook/lexical#5894 Fix #3456 stale selection state after clear format by @Sahejkm in facebook/lexical#5896 fix(lexical/createEditor): avoid implicit any type by @jason89521 in facebook/lexical#5889 Remove unnecessary type assertions from useReport.ts by @2wheeh in facebook/lexical#5884 Refine useDecorators type by @zurfyx in facebook/lexical#5846 New Contributors @ManuelOjedaWz made their first contribution in facebook/lexical#5849 @zheckert made their first contribution in facebook/lexical#5892 Full Changelog: https://github.com/facebook/lexical/compare/v0.14.3...v0.14.4
@acywatson
@lexical/react
@lexical/devtools-core
@StyleT
Full Changelog: https://github.com/facebook/lexical/compare/v0.14.4...v0.14.5
@thegreatercurve
@lexical/utils
@etrepum
@Sahejkm
@ManuelOjedaWz
@lexical/devtools
@zurfyx
@agriffis
@zheckert
@2wheeh
@ivailop7
@AlexanderReznik
@jason89521
Full Changelog: https://github.com/facebook/lexical/compare/v0.14.3...v0.14.4
Sourced from @lexical/link's changelog.
v0.14.5 (2024-04-16) update lock file (#5904) Acy Watson fix(lexicalreact) lexicalreact 0.14.4 brings in lexicaldevtools-core dependency without declaring it (#5902) Vlad Fedosov v0.14.4 (#5900) Acy Watson v0.14.4 Lexical GitHub Actions Bot v0.14.4 (2024-04-16) chore(lexicalplayground) Remove unnecessary type assertions from useReport.ts (#5884) wnhlee fix(lexical) avoid implicit any type by explicitly setting variable type (#5889) Xuan fix(lexical-reactLexicalClearEditorPlugin) Fix #3456 stale selection state after clear format (#5896) Sahejkm feat(lexicaldevtools) Extracted storemessaging implementation to the separate packages (#5894) Vlad Fedosov Remove a special case in table deleteTextHandler (#5891) Alex Reznik Bump publish scripts to v4 (#5817) Ivaylo Pavlov docs Fix broken style for node overrides example on docs (#5890) wnhlee chore Fix nested typo in README (#5892) Zach Heckert docs fix typedoc links and add missing packages (#5850) Bob Ippolito feat use devprod conditions instead of webpack in exports (#5858) Bob Ippolito fix(playground) wrong logic for FloatingLinkEditorPlugin bad node (#5814) Aron Griffis fix #4468 Preserv elemement text align format on new paragraph creation (#5878) Sahejkm fix test failing after rebase on bug fix for multiple text nodes styles in a cell node (#5872) Sahejkm Fix #5663 styling from td not persisted on copy paste (#5855) Sahejkm Replace async arrow with function (#5870) Gerard Rovira TextNode support font-weight bold (#5852) Gerard Rovira Add missing rewrite of utils import (#5866) John Flockton Revert Revert feat(lexicaldevtools) Added TreeView rendering instead of a simple textarea (#5864) John Flockton Revert feat(lexicaldevtools) Added TreeView rendering instead of a simple textarea (#5861) John Flockton Fix bug with typeahead positioning (#5859) John Flockton feat(lexicaldevtools) Added TreeView rendering instead of a simple textarea (#5830) Vlad Fedosov fix Clear Formatting (#5849) Manuel Ojeda Fix issue with removeing selectionchange correctly (#5848) John Flockton Fix #5620 Persist format at paragraph level for new line (#5822) Sahejkm Use updated docRoot count in removeRootElementEvents (#5847) John Flockton chore upgrade to docusaurus 3 (#5838) Bob Ippolito Use unnamed ESM imports for Prism modules (#5828) John Flockton fix webpack needs its own export condition (#5833) Bob Ippolito Add missing flow type parameters for insertNewAfter (#5832) Sahejkm feat export IS and CAN environment constants from lexicalutils (#5831) Bob Ippolito Fix failing WWW build (#5826) John Flockton v0.14.3 (#5816) Ivaylo Pavlov v0.14.3 Lexical GitHub Actions Bot 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
3284142
a3b9eb4
a951969
db1265a
1c46eb6
25ed236
edae3d3
a4abe51
cd41b4a
f553bbe
Updates @lexical/list from 0.13.1 to 0.14.5
@lexical/list
Sourced from @lexical/list's releases.
@lexical/list
Sourced from @lexical/list's changelog.
e57f518
b11c595
1db26b5
Updates @lexical/react from 0.13.1 to 0.14.5
@lexical/react
Sourced from @lexical/react's releases.
Sourced from @lexical/react's changelog.
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
Superseded by #498.
Bumps the alt group with 30 updates in the / directory:
1.7.18
1.7.19
2.1.1
2.1.3
0.13.1
0.14.5
0.13.1
0.14.5
0.13.1
0.14.5
0.13.1
0.14.5
0.13.1
0.14.5
0.13.1
0.14.5
0.13.1
0.14.5
7.99.0
7.112.2
7.99.0
7.112.2
7.99.0
7.112.2
2.13.0
2.16.1
0.5.10
0.5.13
1.6.7
1.6.8
0.13.1
0.14.5
14.0.0
14.1.0
14.1.0
14.2.3
18.2.0
18.3.1
18.2.0
18.3.1
2.2.4
2.2.5
4.21.0
5.0.4
9.3.4
10.0.0
6.4.1
6.4.2
14.2.1
15.0.5
10.4.17
10.4.19
2.1.5
2.2.14
8.4.33
8.4.38
16.0.4
17.1.0
3.4.1
3.4.3
Updates
@headlessui/react
from 1.7.18 to 1.7.19Release notes
Sourced from
@headlessui/react
's releases.Changelog
Sourced from
@headlessui/react
's changelog.... (truncated)
Commits
8599e49
1.7.19 -@headlessui/react
6784a73
RespectselectedIndex
for controlled\<Tab/>
components (#3037)2fd9d1c
Forwarddisabled
state to hidden inputs in form-like components (#3004)e9df8dd
Allow setting customtabIndex
on the\<Switch />
component (#2966)04695b2
Addhidden
attribute to internal\<Hidden />
component when the `Features....46a9b32
Don’t override explicitdisabled
prop for components inside\<MenuItem>
(#...39210df
Prevent default behaviour when clicking outside of aDialog.Panel
(#2919)369be39
Exposedisabled
state on\<Tab />
component (#2918)2b161b3
Make sure panels re-register when IDs are calculated in React < 18 (#2883)7ca6174
re-add new features to CHANGELOGUpdates
@heroicons/react
from 2.1.1 to 2.1.3Release notes
Sourced from
@heroicons/react
's releases.Changelog
Sourced from
@heroicons/react
's changelog.Commits
01c786b
2.1.31b9fc17
Improve project READMEs (#1152)fb6bdfa
2.1.2d84ffa5
Include license file with published packages (#1151)957ba2f
ci: add provenance to published packages (#1145)f736825
Update package-lock.json filedf1be9e
Fix changelog linksUpdates
@lexical/link
from 0.13.1 to 0.14.5Release notes
Sourced from
@lexical/link
's releases.... (truncated)
Changelog
Sourced from
@lexical/link
's changelog.... (truncated)
Commits
3284142
v0.14.5a3b9eb4
v0.14.4 (#5900)a951969
docs: fix typedoc links and add missing packages (#5850)db1265a
feat: use dev/prod conditions instead of webpack in exports (#5858)1c46eb6
fix: webpack needs its own export condition (#5833)25ed236
v0.14.3 (#5816)edae3d3
Node fork modules & moduleResolution bundler (#5774)a4abe51
Generate default entry in package.json exports last & use .mjs for esm module...cd41b4a
v0.14.2 (#5735)f553bbe
v0.14.1 (#5729)Updates
@lexical/list
from 0.13.1 to 0.14.5Release notes
Sourced from
@lexical/list
's releases.... (truncated)
Changelog
Sourced from
@lexical/list
's changelog.... (truncated)
Commits
3284142
v0.14.5a3b9eb4
v0.14.4 (#5900)a951969
docs: fix typedoc links and add missing packages (#5850)db1265a
feat: use dev/prod conditions instead of webpack in exports (#5858)1c46eb6
fix: webpack needs its own export condition (#5833)e57f518
Add missing flow type parameters for insertNewAfter (#5832)25ed236
v0.14.3 (#5816)b11c595
remove duplicate list merging (#5810)1db26b5
#4618 combine list if next sibling is list node (#5803)edae3d3
Node fork modules & moduleResolution bundler (#5774)Updates
@lexical/react
from 0.13.1 to 0.14.5Release notes
Sourced from
@lexical/react
's releases.... (truncated)
Changelog
Sourced from
@lexical/react
's changelog.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
Superseded by #498.