Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update dependency @headlessui/react to v2 #1905

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 6, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@headlessui/react (source) ^1.7.3 -> ^2.0.0 age adoption passing confidence
@headlessui/react (source) ^1.7.4 -> ^2.0.0 age adoption passing confidence

Release Notes

tailwindlabs/headlessui (@​headlessui/react)

v2.2.0

Compare Source

Added

v2.1.10

Compare Source

Fixed
  • Use React.JSX instead of deprecated global JSX (#​3511)
  • Fix crash in ListboxOptions when using as={Fragment} (#​3513)

v2.1.9

Compare Source

Fixed
  • Ensure Element is available before polyfilling to prevent crashes in non-browser environments (#​3493)
  • Fix crash when using instanceof HTMLElement in some environments (#​3494)
  • Cleanup process in Combobox component when using virtualization (#​3495)

v2.1.8

Compare Source

Fixed
  • Fix crash when using as={Fragment} on MenuButton, ListboxButton, DisclosureButton or Button components (#​3478)

v2.1.7

Compare Source

Fixed
  • Prevent crash in environments where Element.prototype.getAnimations is not available (#​3473)

v2.1.6

Compare Source

Fixed
  • Fix ListboxOptions being incorrectly marked as inert (#​3466)
  • Fix crash when using DisclosureButton inside of a DisclosurePanel when the Disclosure is open by default (#​3465)

v2.1.5

Compare Source

Fixed
  • Fix transition bug on Firefox, triggered by clicking the PopoverButton in rapid succession (#​3452)

v2.1.4

Compare Source

Fixed
  • Fix components not closing properly when using the transition prop (#​3448)

v2.1.3

Compare Source

Fixed
  • Ensure Transition component state doesn't change when it becomes hidden (#​3372)
  • Fix closing components using the transition prop, and after scrolling the page (#​3407)
  • Ensure all client components are marked correctly to avoid a crash with React 19 and Turbopack (#​3429)

v2.1.2

Compare Source

Fixed
  • Fix prematurely added anchoring styles on ListboxOptions (#​3337)
  • Ensure unmount on Dialog works in combination with the transition prop on DialogBackdrop and DialogPanel components (#​3352)
  • Fix crash in Combobox component when in virtual mode when options are empty (#​3356)
  • Fix hanging tests when using anchor prop (#​3357)
  • Fix transition and focus prop combination for PopoverPanel component (#​3361)
  • Fix outside click in nested portalled Popover components (#​3362)
  • Fix restoring focus to correct element when closing Dialog component (#​3365)
  • Fix flushSync warning for Combobox component with immediate prop enabled (#​3366)

v2.1.1

Compare Source

Fixed
  • Fix issues spreading omitted props onto components (#​3313)
  • Fix initial anchor="selection" positioning (#​3324)
  • Fix render prop in ComboboxOptions to use any instead of unknown (#​3327)
  • Fix incorrect Transition boundary for Dialog component (#​3331)

v2.1.0

Compare Source

Added
Fixed
  • Keep Combobox open when clicking scrollbar in ComboboxOptions (#​3249)
  • Ensure ComboboxInput does not sync with current value while typing (#​3259)
  • Fix visual jitter in Combobox component when using native scrollbar (#​3190)
  • Improve UX by freezing ComboboxOptions while closing (#​3304)
  • Merge incoming style prop on ComboboxOptions, ListboxOptions, MenuItems, and PopoverPanel components (#​3250)
  • Prevent focus on Checkbox when it is disabled (#​3251)
  • Use useId instead of React internals (for React 19 compatibility) (#​3254)
  • Cancel outside click behavior on touch devices when scrolling (#​3266)
  • Correctly apply conditional classes when using Transition and TransitionChild components (#​3303)
Changed
  • Allow using the Tab and Shift+Tab keys when the Listbox component is open (#​3284)

v2.0.4

Compare Source

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)

v2.0.3

Compare Source

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

v2.0.2

Compare Source

Fixed
  • Improve performance of internal useInertOthers hook (#​3181)

v2.0.1

Compare Source

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

v2.0.0

Compare Source

Added
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)
  • Fix focus handling in ListboxOptions and MenuItems components (#​3112)
  • Fix horizontal scrolling inside the Dialog component (#​2889)
  • Don’t cancel touchmove on input elements inside a dialog (#​3166)
Changed
  • Require React 18 (#​2887, #​3092, #​3131)
  • Always render hidden form input fields for Checkbox, Switch, and RadioGroup components (#​3095)
  • Deprecate the RadioGroup.Option component in favor of new Radio component (#​2887)
  • Dialog is now focused by default instead of the first focusable element (#​2887)
  • Change default tags for ListboxOptions, ListboxOption, ComboboxOptions, ComboboxOption, and TabGroup components (#​3109)
  • Change default tag from div to Fragment on Transition components (#​3110, #​3147)
  • Allow Combobox component to have a null value (#​3064, #​3100)
  • Attempt form submission when pressing enter on the ListboxButton component (#​2972)
  • Deprecate the entered prop on the Transition component (#​3089)
  • Deprecate dot notation for components (#​2887, #​3170)
  • Add frozen value to ComboboxOptions component (#​3126)
  • Remove deprecated DialogBackdrop and DialogOverlay components (#​3171)

v1.7.19

Compare Source

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)

v1.7.18

Compare Source

Fixed
  • Don't call <Dialog>'s onClose twice on mobile devices (#​2690)
  • Lazily resolve default containers in <Dialog> (#​2697)
  • Ensure hidden Tab.Panel components are hidden from the accessibility tree (#​2708)
  • Add support for role="alertdialog" to <Dialog> component (#​2709)
  • Ensure blurring the Combobox.Input component closes the Combobox (#​2712)
  • Allow changes to the className prop when the <Transition /> component is currently not transitioning (#​2722)
  • Export (internal-only) component interfaces for TypeScript compiler (#​2313)
  • Fix infinite render-loop for <Disclosure.Panel> and <Popover.Panel> when as={Fragment} (#​2760)
  • Fix VoiceOver bug for Listbox component in Chrome (#​2824)
  • Fix outside click detection when component is mounted in the Shadow DOM (#​2866)
  • Fix CJS types (#​2880)
  • Fix error when transition classes contain new lines (#​2871)
  • Improve iOS locking (7721aca)

v1.7.17

Compare Source

Fixed
  • Use correct value when resetting <Listbox multiple> and <Combobox multiple> (#​2626)
  • Render <MainTreeNode /> in Popover.Group component only (#​2634)
  • Disable smooth scrolling when opening/closing Dialog components on iOS (#​2635)
  • Don't assume <Tab /> components are available when setting the next index (#​2642)
  • Fix incorrectly focused Combobox.Input component on page load (#​2654)
  • Ensure appear works using the Transition component (even when used with SSR) (#​2646)
  • Improve resetting values when using the nullable prop on the Combobox component (#​2660)
  • Fix hydration of components inside <Suspense> (#​2663)
  • Prevent scrolling when focusing a tab (#​2674)

v1.7.16

Compare Source

Fixed
  • Ensure the caret is in a consistent position when syncing the Combobox.Input value (#​2568)
  • Improve "outside click" behaviour in combination with 3rd party libraries (#​2572)
  • Ensure IME works on Android devices (#​2580)
  • Calculate aria-expanded purely based on the open/closed state (#​2610)
  • Submit form on Enter even if no submit-like button was found (#​2613)

v1.7.15

Compare Source

Added
  • [internal] add demo mode to Menu and Popover components (#​2448)
Fixed
  • Ensure FocusTrap is only active when the given enabled value is true (#​2456)
  • Stop <Transition appear> from overwriting classes on re-render (#​2457)
  • Improve control over Menu and Listbox options while searching (#​2471)
  • Consider clicks inside iframes to be "outside" (#​2485)
  • Ensure moving focus within a Portal component, does not close the Popover component (#​2492)
Changed
  • Move types condition to the front (#​2469)

v1.7.14

Compare Source

Fixed
  • Fix focus styles showing up when using the mouse (#​2347)
  • Fix "Can't perform a React state update on an unmounted component." when using the Transition component (#​2374)
  • Add FocusTrap event listeners once document has loaded (#​2389)
  • Fix className hydration for <Transition appear> (#​2390)
  • Improve Combobox types to improve false positives (#​2411)
  • Merge className correctly when it’s a function (#​2412)
  • Correctly handle IME composition in <Combobox.Input> (#​2426)
Added
  • Add form prop to form-like components such as RadioGroup, Switch, Listbox, and Combobox (#​2356)

v1.7.13

Compare Source

Fixed
  • Ensure Transition component completes if nothing is transitioning (#​2318)
  • Enable native label behavior for <Switch> where possible (#​2265)
  • Allow root containers from the Dialog component in the FocusTrap component (#​2322)
  • Fix XYZPropsWeControl and cleanup internal TypeScript types (#​2329)
  • Fix invalid warning when using multiple Popover.Button components inside a Popover.Panel (#​2333)
  • Fix restore focus to buttons in Safari, when Dialog component closes (#​2326)

v1.7.12

Compare Source

Added
  • Add explicit props types for every component (#​2282)
Fixed
  • Ensure the main tree and parent Dialog components are marked as inert (#​2290)
  • Fix nested Popover components not opening (#​2293)
  • Make React types more compatible with other libraries (#​2282)
  • Fix Dialog cleanup when the Dialog becomes hidden (#​2303)

v1.7.11

Compare Source

Fixed
  • Ensure we handle null values for the dataRef correctly (#​2258)
  • Move aria-multiselectable to [role=listbox] in the Combobox component (#​2271)
  • Re-focus Combobox.Input when a Combobox.Option is selected (#​2272)
  • Ensure we reset the activeOptionIndex if the active option is unmounted (#​2274)
  • Improve Ref type for forwarded Switch's ref (#​2277)
  • Start cleanup phase of the Dialog component when going into the Closing state (#​2264)

v1.7.10

Compare Source

Fixed
  • Revert "Use the import * as React from 'react' pattern (#​2242)

v1.7.9

Compare Source

Fixed
  • Fix SSR tab hydration when using Strict Mode in development (#​2231)
  • Don't break overflow when multiple dialogs are open at the same time (#​2215)
  • Fix "This Suspense boundary received an update before it finished hydrating" error in the Disclosure component (#​2238)
  • Use the import * as React from 'react' pattern (#​2242)

v1.7.8

Compare Source

Fixed
  • Fix SSR tab rendering on React 17 (#​2102)
  • Fix arrow key handling in Tab (after DOM order changes) (#​2145)
  • Fix false positive warning about using multiple <Popover.Button> components (#​2146)
  • Fix Tab key with non focusable elements in Popover.Panel (#​2147)
  • Fix false positive warning when using <Popover.Button /> in React 17 (#​2163)
  • Fix failed to removeChild on Node bug (#​2164)
  • Don’t overwrite classes during SSR when rendering fragments (#​2173)
  • Improve Combobox accessibility (#​2153)
  • Fix crash when reading headlessuiFocusGuard of relatedTarget in the FocusTrap component (#​2203)
  • Fix FocusTrap in Dialog when there is only 1 focusable element (#​2172)
  • Improve Tabs wrapping around when controlling the component and overflowing the selectedIndex (#​2213)
  • Fix shadow-root bug closing Dialog containers (#​2217)
Added
  • Allow setting tabIndex on the Tab.Panel (#​2214)

v1.7.7

Compare Source

Fixed
  • Improve scroll restoration after Dialog closes (b20e48dd)

v1.7.6

Compare Source

Fixed
  • Fix regression where displayValue crashes (#​2087)
  • Fix displayValue syncing when Combobox.Input is unmounted and re-mounted in different trees (#​2090)
  • Fix FocusTrap escape due to strange tabindex values (#​2093)
  • Improve scroll locking on iOS (#​2100, 28234b0e)

v1.7.5

Compare Source

Fixed
  • Reset form-like components when the parent <form> resets (#​2004)
  • Add warning when using <Popover.Button /> multiple times (#​2007)
  • Ensure Popover doesn't crash when focus is going to window (#​2019)
  • Ensure shift+home and shift+end works as expected in the Combobox.Input component (#​2024)
  • Improve syncing of the Combobox.Input value (#​2042)
  • Fix crash when using multiple mode without value prop (uncontrolled) for Listbox and Combobox components (#​2058)
  • Apply enter and enterFrom classes in SSR for Transition component (#​2059)
  • Allow passing in your own id prop (#​2060)
  • Fix Dialog unmounting problem due to incorrect transitioncancel event in the Transition component on Android (#​2071)
  • Ignore pointer events in Listbox, Menu, and Combobox when cursor hasn't moved (#​2069)
  • Allow clicks inside dialog panel when target is inside shadow root (#​2079)

v1.7.4

Compare Source

Fixed
  • Fix <Popover.Button as={Fragment} /> crash (#​1889)
  • Expose close function for Menu and Menu.Item components (#​1897)
  • Fix useOutsideClick, add improvements for ShadowDOM (#​1914)
  • Fire <Combobox.Input>'s onChange handler when changing the value internally (#​1916)
  • Add client-only to mark everything as client components (#​1981)
Added
  • Warn when changing components between controlled and uncontrolled (#​1878)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the dependencies Pull requests that update a dependency file label May 6, 2024
Copy link

sonarcloud bot commented May 6, 2024

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

Copy link

New and removed dependencies detected. Learn more about Socket for GitHub ↗︎

Package New capabilities Transitives Size Publisher
npm/@aashutoshrathi/[email protected] None 0 10.9 kB aashutoshrathi
npm/@eslint/[email protected] None 0 16.4 kB eslintbot
npm/@floating-ui/[email protected] None 0 47.2 kB atomiks
npm/@floating-ui/[email protected] environment 0 702 kB atomiks
npm/@headlessui/[email protected] environment 0 910 kB malfaitrobin
npm/@next/[email protected] environment, filesystem 0 6.95 kB vercel-release-bot
npm/@next/[email protected] filesystem 0 79.8 kB vercel-release-bot
npm/@next/[email protected] None 0 108 MB vercel-release-bot
npm/@next/[email protected] None 0 109 MB vercel-release-bot
npm/@next/[email protected] None 0 110 MB vercel-release-bot
npm/@next/[email protected] None 0 130 MB vercel-release-bot
npm/@next/[email protected] None 0 123 MB vercel-release-bot
npm/@next/[email protected] None 0 143 MB vercel-release-bot
npm/@next/[email protected] None 0 96.7 MB vercel-release-bot
npm/@next/[email protected] None 0 89.8 MB vercel-release-bot
npm/@next/[email protected] None 0 128 MB vercel-release-bot
npm/@npmcli/[email protected] environment, network 0 17.6 kB npm-cli-ops
npm/@pkgr/[email protected] environment 0 32.8 kB jounqin
npm/@react-aria/[email protected] None +1 1.09 MB devongovett
npm/@react-aria/[email protected] None 0 650 kB devongovett
npm/@react-aria/[email protected] environment 0 81.4 kB devongovett
npm/@react-aria/[email protected] None 0 533 kB devongovett
npm/@react-stately/[email protected] None 0 65.5 kB devongovett
npm/@react-types/[email protected] None 0 85.1 kB devongovett
npm/@socialgouv/[email protected] None 0 55.9 kB socialgroovybot
npm/@swc/[email protected] None 0 235 kB kdy1
npm/@tanstack/[email protected] None 0 178 kB tannerlinsley
npm/@tanstack/[email protected] environment 0 428 kB tannerlinsley
npm/@typescript-eslint/[email protected] None 0 17.8 kB jameshenry
npm/@typescript-eslint/[email protected] None 0 612 kB jameshenry
npm/@typescript-eslint/[email protected] None 0 156 kB jameshenry
npm/@typescript-eslint/[email protected] Transitive: environment +1 999 kB jameshenry
npm/@typescript-eslint/[email protected] None 0 19.3 kB jameshenry
npm/[email protected] None 0 4.83 kB lukekarrys
npm/[email protected] network 0 31.2 kB tootallnate
npm/[email protected] None 0 7.23 kB ljharb
npm/[email protected] None 0 124 kB mscdex
npm/[email protected] filesystem Transitive: environment +1 499 kB npm-cli-ops
npm/[email protected] None 0 8.55 kB lukeed
npm/[email protected] None 0 10.7 kB ljharb
npm/[email protected] unsafe +1 32.4 MB vercel-release-bot
npm/[email protected] None 0 45.1 kB jounqin
npm/[email protected] environment 0 118 kB gnoff
npm/[email protected] environment, filesystem 0 3.01 MB eslintbot
npm/[email protected] filesystem, unsafe 0 101 kB hirokiosame
npm/[email protected] filesystem 0 55.9 kB isaacs
npm/[email protected] None 0 11.4 kB terkelg
npm/[email protected] None 0 14.2 kB terkelg
npm/[email protected] None 0 2.77 kB ljharb
npm/[email protected] None 0 35.9 kB kornel
npm/[email protected] network 0 23.3 kB tootallnate
npm/[email protected] network 0 35.3 kB tootallnate
npm/[email protected] None 0 349 kB ashtuchkin
npm/[email protected] None 0 51.5 kB kael
npm/[email protected] None 0 4.87 kB sindresorhus
npm/[email protected] None 0 11.9 kB jensyt
npm/[email protected] None 0 4.4 kB sindresorhus
npm/[email protected] None 0 3.76 kB isaacs
npm/[email protected] None 0 3.96 kB isaacs
npm/[email protected] None +2 41.6 kB ljharb
npm/[email protected] None 0 13.6 kB indutny
npm/[email protected] None 0 17.6 kB ljharb
npm/[email protected] eval 0 19.5 kB ljharb
npm/[email protected] None 0 14.8 kB ljharb
npm/[email protected] None 0 3.08 kB sindresorhus
npm/[email protected] None 0 22.1 kB ljharb
npm/[email protected] None 0 28.9 kB ljharb
npm/[email protected] None +1 39 kB ljharb
npm/[email protected] None 0 20.8 kB ljharb
npm/[email protected] filesystem 0 3.01 kB sindresorhus
npm/[email protected] None 0 6.22 kB jonschlinkert
npm/[email protected] None 0 12.7 kB ljharb
npm/[email protected] eval 0 31.9 kB ljharb
npm/[email protected] None 0 13.6 kB phated
npm/[email protected] None 0 2.94 kB watson
npm/[email protected] None 0 20.4 kB ljharb
npm/[email protected] None 0 27.1 kB ljharb
npm/[email protected] None 0 22.2 kB ljharb
npm/[email protected] None 0 9.62 kB jonschlinkert
npm/[email protected] None 0 4.12 kB sindresorhus
npm/[email protected] None 0 30.1 kB ljharb
npm/[email protected] None 0 19.7 kB ljharb
npm/[email protected] None 0 18.7 kB ljharb
npm/[email protected] None 0 19.1 kB ljharb
npm/[email protected] None 0 22 kB ljharb
npm/[email protected] None 0 23.3 kB ljharb
npm/[email protected] None 0 20.6 kB ljharb
npm/[email protected] None 0 12.1 kB ljharb
npm/[email protected] None 0 21.2 kB ljharb
npm/[email protected] environment, filesystem 0 3.76 kB sindresorhus
npm/[email protected] None 0 3.43 kB juliangruber
npm/[email protected] environment, filesystem 0 11 kB isaacs
npm/[email protected] None 0 10.1 kB ljharb
npm/[email protected] environment 0 253 kB isaacs
npm/[email protected] None 0 15.1 kB lydell
npm/[email protected] None 0 19.6 kB esp
npm/[email protected] None 0 14.2 kB samn
npm/[email protected] None 0 78.3 kB jordanbtucker
npm/[email protected] None 0 236 kB ljharb
npm/[email protected] None 0 1.53 MB mcg
npm/[email protected] None 0 32 kB mcg
npm/[email protected] None 0 24.9 kB gkz
npm/[email protected] filesystem 0 16.6 kB antonk52
npm/[email protected] filesystem 0 7.02 kB sindresorhus
npm/[email protected] None 0 54.1 kB jdalton
npm/[email protected] environment 0 5.81 kB zertosh
npm/[email protected] None 0 15.6 kB isaacs
npm/[email protected] network 0 52.5 kB npm-cli-ops
npm/[email protected] None 0 8.9 kB zensh
npm/[email protected] None 0 55.9 kB jonschlinkert
npm/[email protected] None +1 46 kB isaacs
npm/[email protected] None 0 54.5 kB ljharb
npm/[email protected] None 0 4.87 kB isaacs
npm/[email protected] environment, network 0 46.8 kB npm-cli-ops
npm/[email protected] None +1 51.9 kB isaacs
npm/[email protected] None 0 7 kB isaacs
npm/[email protected] None 0 124 kB isaacs
npm/[email protected] None 0 285 kB isaacs
npm/[email protected] None 0 17.3 kB isaacs
npm/[email protected] None 0 6.84 kB styfle
npm/[email protected] None 0 24.4 kB ai
npm/[email protected] None 0 5.65 kB megawac
npm/[email protected] None 0 27.4 kB dougwilson
npm/[email protected] environment, filesystem, network, shell, unsafe +2 72.8 MB vercel-release-bot
npm/[email protected] environment, shell Transitive: filesystem +2 1.77 MB lukekarrys
npm/[email protected] None 0 34 kB chicoxyzzy
npm/[email protected] None 0 26.2 kB npm-cli-ops
npm/[email protected] None 0 9.22 kB jonschlinkert
npm/[email protected] None 0 7.77 kB james.talmage
npm/[email protected] None 0 5.49 kB sindresorhus
npm/[email protected] None 0 58.9 kB addaleax
npm/[email protected] None 0 97.2 kB ljharb
npm/[email protected] None 0 26.5 kB ljharb
npm/[email protected] None 0 72.7 kB ljharb
npm/[email protected] None +2 54.1 kB ljharb
npm/[email protected] None +2 37.8 kB ljharb
npm/[email protected] None 0 14.6 kB ljharb
npm/[email protected] None +2 37.9 kB ljharb
npm/[email protected] None +2 53 kB ljharb
npm/[email protected] None 0 4.05 kB isaacs
npm/[email protected] environment, filesystem, shell 0 46.3 kB sindresorhus
npm/[email protected] None +1 62 kB gkz
npm/[email protected] None 0 7.75 kB sindresorhus
npm/[email protected] None 0 7.24 kB sindresorhus
npm/[email protected] None 0 8.69 kB sindresorhus
npm/[email protected] None 0 3.92 kB sindresorhus
npm/[email protected] filesystem 0 3.92 kB sindresorhus
npm/[email protected] None 0 3.62 kB sindresorhus
npm/[email protected] None 0 4.55 kB sindresorhus
npm/[email protected] None 0 4.51 kB jbgutierrez
npm/[email protected] filesystem +1 1.21 MB isaacs
npm/[email protected] filesystem 0 5.41 kB sindresorhus
npm/[email protected] environment 0 5.66 kB alexeyraspopov
npm/[email protected] None 0 90 kB mrmlnc
npm/[email protected] None 0 6.02 kB sindresorhus
npm/[email protected] None 0 30.9 kB ryanzim
npm/[email protected] None 0 8.45 kB ai
npm/[email protected] environment, unsafe Transitive: filesystem +1 39.4 kB ai
npm/[email protected] None 0 13.9 kB ai
npm/[email protected] None 0 186 kB evilebottnawi
npm/[email protected] None 0 27.2 kB evilebottnawi
npm/[email protected] environment, filesystem 0 198 kB ai
npm/[email protected] None 0 36.7 kB gkz
npm/[email protected] None 0 5.21 kB lukekarrys
npm/[email protected] None 0 15.6 kB achingbrain
npm/[email protected] environment 0 94.5 kB ljharb
npm/[email protected] None 0 33.5 kB google-wombot
npm/[email protected] None 0 8.37 kB feross
npm/[email protected] None 0 8.64 kB sindresorhus
npm/[email protected] environment 0 4.5 MB gnoff
npm/[email protected] None 0 79.9 MB kamijin_fanta
npm/[email protected] environment 0 24 kB acdlite
npm/[email protected] environment 0 316 kB gnoff
npm/[email protected] filesystem 0 4.22 kB trysound
npm/[email protected] filesystem 0 20.5 kB paulmillr
npm/[email protected] None +1 33 kB ljharb
npm/[email protected] None 0 27.9 kB benjamn
npm/[email protected] None +1 52.7 kB ljharb
npm/[email protected] filesystem, unsafe 0 4.64 kB sindresorhus
npm/[email protected] environment, filesystem 0 145 kB ljharb
npm/[email protected] None 0 32.2 kB tim-kos
npm/[email protected] None 0 9.44 kB matteo.collina
npm/[email protected] None 0 6.56 kB feross
npm/[email protected] None 0 16.4 kB ljharb
npm/[email protected] None +1 22.6 kB ljharb
npm/[email protected] None 0 42.3 kB chalker
npm/[email protected] environment 0 93.4 kB react-bot
npm/[email protected] None 0 94.2 kB npm-cli-ops
npm/[email protected] None +1 27.1 kB ljharb
npm/[email protected] None +1 29 kB ljharb
npm/[email protected] None 0 2.56 kB kevva
npm/[email protected] None 0 2.83 kB sindresorhus
npm/[email protected] None +1 35.6 kB ljharb
npm/[email protected] None 0 3.51 kB sindresorhus
npm/[email protected] None 0 138 kB joshglazebrook
npm/[email protected] network 0 25.1 kB tootallnate
npm/[email protected] network 0 156 kB joshglazebrook
npm/[email protected] None 0 140 kB 7rulnik
npm/[email protected] None 0 38.7 kB npm-cli-ops
npm/[email protected] None 0 16.6 kB mscdex
npm/[email protected] None 0 5.78 kB sindresorhus
npm/[email protected] None +2 60 kB ljharb
npm/[email protected] None +2 55 kB ljharb
npm/[email protected] None +2 43.6 kB ljharb
npm/[email protected] None +2 44.4 kB ljharb
npm/[email protected] None 0 4.03 kB sindresorhus
npm/[email protected] None 0 3 kB sindresorhus
npm/[email protected] None 0 6.96 kB sindresorhus
npm/[email protected] environment 0 1.03 MB vercel-release-bot
npm/[email protected] None 0 9.18 kB ljharb
npm/[email protected] environment 0 40.9 kB jounqin
npm/[email protected] None 0 412 kB stefcameron
npm/[email protected] environment, filesystem Transitive: network, shell, unsafe +17 9.63 MB adamwathan
npm/[email protected] None 0 11 kB substack
npm/[email protected] filesystem 0 12.1 kB terkelg
npm/[email protected] None 0 22.9 kB jonschlinkert
npm/[email protected] None +1 33.2 MB joshuakgoldberg
npm/[email protected] environment, filesystem, unsafe 0 216 kB jonaskello
npm/[email protected] None 0 21.2 kB gkz
npm/[email protected] None 0 111 kB sindresorhus
npm/[email protected] None +1 25.4 kB ljharb
npm/[email protected] None 0 20 kB ljharb
npm/[email protected] None 0 20.3 kB ljharb
npm/[email protected] None +1 34.2 kB ljharb
npm/[email protected] None 0 14.9 kB ljharb
npm/[email protected] None 0 3.41 kB lukekarrys
npm/[email protected] None 0 2.58 kB lukekarrys
npm/[email protected] environment 0 14.3 kB ai
npm/[email protected] None 0 470 kB garycourt
npm/[email protected] None 0 5.48 kB tootallnate
npm/[email protected] environment, filesystem 0 56.9 kB sokra
npm/[email protected] None 0 15 kB ljharb
npm/[email protected] None 0 23.7 kB ljharb
npm/[email protected] None 0 20.1 kB ljharb
npm/[email protected] None 0 40.7 kB ljharb
npm/[email protected] environment 0 9.97 kB isaacs
npm/[email protected] None +1 29.3 kB sindresorhus
npm/[email protected] None 0 2.96 kB zkat
npm/[email protected] None 0 6.46 kB raynos
npm/[email protected] environment 0 671 kB eemeli
npm/[email protected] None 0 6.03 kB sindresorhus

🚮 Removed packages: npm/@headlessui/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected]

View full report↗︎

Copy link

🚨 Potential security issues detected. Learn more about Socket for GitHub ↗︎

To accept the risk, merge this PR and you will not be notified again.

Alert Package NoteSource
Telemetry npm/[email protected]
  • Note: Can be disabled by setting the environment variable NEXT_TELEMETRY_DISABLED=1 . See https://nextjs.org/telemetry for more information

View full report↗︎

Next steps

What is telemetry?

This package contains telemetry which tracks how it is used.

Most telemetry comes with settings to disable it. Consider disabling telemetry if you do not want to be tracked.

Take a deeper look at the dependency

Take a moment to review the security alert above. Review the linked package source code to understand the potential risk. Ensure the package is not malicious before proceeding. If you're unsure how to proceed, reach out to your security team or ask the Socket team for help at support [AT] socket [DOT] dev.

Remove the package

If you happen to install a dependency that Socket reports as Known Malware you should immediately remove it and select a different dependency. For other alert types, you may may wish to investigate alternative packages or consider if there are other ways to mitigate the specific risk posed by the dependency.

Mark a package as acceptable risk

To ignore an alert, reply with a comment starting with @SocketSecurity ignore followed by a space separated list of ecosystem/package-name@version specifiers. e.g. @SocketSecurity ignore npm/[email protected] or ignore all packages with @SocketSecurity ignore-all

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants