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

Mend Renovate

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.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 has been generated by Mend Renovate. View repository job log here.

@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/word-wrap@1.2.6 None 0 10.9 kB aashutoshrathi
npm/@eslint/js@8.52.0 None 0 16.4 kB eslintbot
npm/@floating-ui/react-dom@2.0.9 None 0 47.2 kB atomiks
npm/@floating-ui/react@0.26.13 environment 0 702 kB atomiks
npm/@headlessui/react@2.0.0-alpha.4 environment 0 910 kB malfaitrobin
npm/@next/env@13.5.6 environment, filesystem 0 6.95 kB vercel-release-bot
npm/@next/eslint-plugin-next@13.5.6 filesystem 0 79.8 kB vercel-release-bot
npm/@next/swc-darwin-arm64@13.5.6 None 0 108 MB vercel-release-bot
npm/@next/swc-darwin-x64@13.5.6 None 0 109 MB vercel-release-bot
npm/@next/swc-linux-arm64-gnu@13.5.6 None 0 110 MB vercel-release-bot
npm/@next/swc-linux-arm64-musl@13.5.6 None 0 130 MB vercel-release-bot
npm/@next/swc-linux-x64-gnu@13.5.6 None 0 123 MB vercel-release-bot
npm/@next/swc-linux-x64-musl@13.5.6 None 0 143 MB vercel-release-bot
npm/@next/swc-win32-arm64-msvc@13.5.6 None 0 96.7 MB vercel-release-bot
npm/@next/swc-win32-ia32-msvc@13.5.6 None 0 89.8 MB vercel-release-bot
npm/@next/swc-win32-x64-msvc@13.5.6 None 0 128 MB vercel-release-bot
npm/@npmcli/agent@2.2.0 environment, network 0 17.6 kB npm-cli-ops
npm/@pkgr/utils@2.3.1 environment 0 32.8 kB jounqin
npm/@react-aria/focus@3.17.0 None +1 1.09 MB devongovett
npm/@react-aria/interactions@3.0.0-nightly.2584 None 0 650 kB devongovett
npm/@react-aria/ssr@3.9.3 environment 0 81.4 kB devongovett
npm/@react-aria/utils@3.24.0 None 0 533 kB devongovett
npm/@react-stately/utils@3.10.0 None 0 65.5 kB devongovett
npm/@react-types/shared@3.23.0 None 0 85.1 kB devongovett
npm/@socialgouv/matomo-next@1.9.0 None 0 55.9 kB socialgroovybot
npm/@swc/helpers@0.5.11 None 0 235 kB kdy1
npm/@tanstack/react-virtual@3.0.0-beta.60 None 0 178 kB tannerlinsley
npm/@tanstack/virtual-core@3.0.0-beta.60 environment 0 428 kB tannerlinsley
npm/@typescript-eslint/parser@6.21.0 None 0 17.8 kB jameshenry
npm/@typescript-eslint/scope-manager@6.21.0 None 0 612 kB jameshenry
npm/@typescript-eslint/types@6.21.0 None 0 156 kB jameshenry
npm/@typescript-eslint/typescript-estree@6.21.0 Transitive: environment +1 999 kB jameshenry
npm/@typescript-eslint/visitor-keys@6.21.0 None 0 19.3 kB jameshenry
npm/abbrev@2.0.0 None 0 4.83 kB lukekarrys
npm/agent-base@7.1.1 network 0 31.2 kB tootallnate
npm/asynciterator.prototype@1.0.0 None 0 7.23 kB ljharb
npm/busboy@1.6.0 None 0 124 kB mscdex
npm/cacache@18.0.0 filesystem Transitive: environment +1 499 kB npm-cli-ops
npm/clsx@2.1.1 None 0 8.55 kB lukeed
npm/defined@1.0.1 None 0 10.7 kB ljharb
npm/eslint-config-next@13.5.6 unsafe +1 32.4 MB vercel-release-bot
npm/eslint-import-resolver-typescript@3.6.1 None 0 45.1 kB jounqin
npm/eslint-plugin-react-hooks@4.6.0 environment 0 118 kB gnoff
npm/eslint@8.52.0 environment, filesystem 0 3.01 MB eslintbot
npm/get-tsconfig@4.7.4 filesystem, unsafe 0 101 kB hirokiosame
npm/glob@7.1.7 filesystem 0 55.9 kB isaacs
npm/globalyzer@0.1.0 None 0 11.4 kB terkelg
npm/globrex@0.1.2 None 0 14.2 kB terkelg
npm/has@1.0.3 None 0 2.77 kB ljharb
npm/http-cache-semantics@4.1.1 None 0 35.9 kB kornel
npm/http-proxy-agent@7.0.2 network 0 23.3 kB tootallnate
npm/https-proxy-agent@7.0.4 network 0 35.3 kB tootallnate
npm/iconv-lite@0.6.3 None 0 349 kB ashtuchkin
npm/ignore@5.3.1 None 0 51.5 kB kael
npm/import-fresh@3.3.0 None 0 4.87 kB sindresorhus
npm/imurmurhash@0.1.4 None 0 11.9 kB jensyt
npm/indent-string@4.0.0 None 0 4.4 kB sindresorhus
npm/inflight@1.0.6 None 0 3.76 kB isaacs
npm/inherits@2.0.4 None 0 3.96 kB isaacs
npm/internal-slot@1.0.7 None +2 41.6 kB ljharb
npm/ip@2.0.0 None 0 13.6 kB indutny
npm/is-array-buffer@3.0.4 None 0 17.6 kB ljharb
npm/is-async-function@2.0.0 eval 0 19.5 kB ljharb
npm/is-bigint@1.0.4 None 0 14.8 kB ljharb
npm/is-binary-path@2.1.0 None 0 3.08 kB sindresorhus
npm/is-boolean-object@1.1.2 None 0 22.1 kB ljharb
npm/is-callable@1.2.7 None 0 28.9 kB ljharb
npm/is-core-module@2.13.1 None +1 39 kB ljharb
npm/is-date-object@1.0.5 None 0 20.8 kB ljharb
npm/is-docker@2.2.1 filesystem 0 3.01 kB sindresorhus
npm/is-extglob@2.1.1 None 0 6.22 kB jonschlinkert
npm/is-finalizationregistry@1.0.2 None 0 12.7 kB ljharb
npm/is-generator-function@1.0.10 eval 0 31.9 kB ljharb
npm/is-glob@4.0.3 None 0 13.6 kB phated
npm/is-lambda@1.0.1 None 0 2.94 kB watson
npm/is-map@2.0.3 None 0 20.4 kB ljharb
npm/is-negative-zero@2.0.3 None 0 27.1 kB ljharb
npm/is-number-object@1.0.7 None 0 22.2 kB ljharb
npm/is-number@7.0.0 None 0 9.62 kB jonschlinkert
npm/is-path-inside@3.0.3 None 0 4.12 kB sindresorhus
npm/is-regex@1.1.4 None 0 30.1 kB ljharb
npm/is-set@2.0.3 None 0 19.7 kB ljharb
npm/is-shared-array-buffer@1.0.3 None 0 18.7 kB ljharb
npm/is-string@1.0.7 None 0 19.1 kB ljharb
npm/is-symbol@1.0.4 None 0 22 kB ljharb
npm/is-typed-array@1.1.13 None 0 23.3 kB ljharb
npm/is-weakmap@2.0.2 None 0 20.6 kB ljharb
npm/is-weakref@1.0.2 None 0 12.1 kB ljharb
npm/is-weakset@2.0.3 None 0 21.2 kB ljharb
npm/is-wsl@2.2.0 environment, filesystem 0 3.76 kB sindresorhus
npm/isarray@2.0.5 None 0 3.43 kB juliangruber
npm/isexe@2.0.0 environment, filesystem 0 11 kB isaacs
npm/iterator.prototype@1.1.2 None 0 10.1 kB ljharb
npm/jackspeak@2.3.6 environment 0 253 kB isaacs
npm/js-tokens@4.0.0 None 0 15.1 kB lydell
npm/json-schema-traverse@0.4.1 None 0 19.6 kB esp
npm/json-stable-stringify-without-jsonify@1.0.1 None 0 14.2 kB samn
npm/json5@1.0.2 None 0 78.3 kB jordanbtucker
npm/jsx-ast-utils@3.3.5 None 0 236 kB ljharb
npm/language-subtag-registry@0.3.22 None 0 1.53 MB mcg
npm/language-tags@1.0.9 None 0 32 kB mcg
npm/levn@0.4.1 None 0 24.9 kB gkz
npm/lilconfig@2.1.0 filesystem 0 16.6 kB antonk52
npm/locate-path@6.0.0 filesystem 0 7.02 kB sindresorhus
npm/lodash.merge@4.6.2 None 0 54.1 kB jdalton
npm/loose-envify@1.4.0 environment 0 5.81 kB zertosh
npm/lru-cache@6.0.0 None 0 15.6 kB isaacs
npm/make-fetch-happen@13.0.0 network 0 52.5 kB npm-cli-ops
npm/merge2@1.4.1 None 0 8.9 kB zensh
npm/micromatch@4.0.5 None 0 55.9 kB jonschlinkert
npm/minimatch@3.1.2 None +1 46 kB isaacs
npm/minimist@1.2.8 None 0 54.5 kB ljharb
npm/minipass-collect@1.0.2 None 0 4.87 kB isaacs
npm/minipass-fetch@3.0.5 environment, network 0 46.8 kB npm-cli-ops
npm/minipass-flush@1.0.5 None +1 51.9 kB isaacs
npm/minipass-pipeline@1.2.4 None 0 7 kB isaacs
npm/minipass-sized@1.0.3 None 0 124 kB isaacs
npm/minipass@7.1.0 None 0 285 kB isaacs
npm/minizlib@2.1.2 None 0 17.3 kB isaacs
npm/ms@2.1.2 None 0 6.84 kB styfle
npm/nanoid@3.3.7 None 0 24.4 kB ai
npm/natural-compare@1.4.0 None 0 5.65 kB megawac
npm/negotiator@0.6.3 None 0 27.4 kB dougwilson
npm/next@13.5.6 environment, filesystem, network, shell, unsafe +2 72.8 MB vercel-release-bot
npm/node-gyp@10.0.1 environment, shell Transitive: filesystem +2 1.77 MB lukekarrys
npm/node-releases@2.0.14 None 0 34 kB chicoxyzzy
npm/nopt@7.2.1 None 0 26.2 kB npm-cli-ops
npm/normalize-path@3.0.0 None 0 9.22 kB jonschlinkert
npm/normalize-range@0.1.2 None 0 7.77 kB james.talmage
npm/object-assign@4.1.1 None 0 5.49 kB sindresorhus
npm/object-hash@3.0.0 None 0 58.9 kB addaleax
npm/object-inspect@1.13.1 None 0 97.2 kB ljharb
npm/object-keys@1.1.1 None 0 26.5 kB ljharb
npm/object.assign@4.1.5 None 0 72.7 kB ljharb
npm/object.entries@1.1.8 None +2 54.1 kB ljharb
npm/object.fromentries@2.0.8 None +2 37.8 kB ljharb
npm/object.groupby@1.0.3 None 0 14.6 kB ljharb
npm/object.hasown@1.1.4 None +2 37.9 kB ljharb
npm/object.values@1.2.0 None +2 53 kB ljharb
npm/once@1.4.0 None 0 4.05 kB isaacs
npm/open@8.4.2 environment, filesystem, shell 0 46.3 kB sindresorhus
npm/optionator@0.9.4 None +1 62 kB gkz
npm/p-limit@3.1.0 None 0 7.75 kB sindresorhus
npm/p-locate@5.0.0 None 0 7.24 kB sindresorhus
npm/p-map@4.0.0 None 0 8.69 kB sindresorhus
npm/parent-module@1.0.1 None 0 3.92 kB sindresorhus
npm/path-exists@4.0.0 filesystem 0 3.92 kB sindresorhus
npm/path-is-absolute@1.0.1 None 0 3.62 kB sindresorhus
npm/path-key@3.1.1 None 0 4.55 kB sindresorhus
npm/path-parse@1.0.7 None 0 4.51 kB jbgutierrez
npm/path-scurry@1.10.2 filesystem +1 1.21 MB isaacs
npm/path-type@4.0.0 filesystem 0 5.41 kB sindresorhus
npm/picocolors@1.0.0 environment 0 5.66 kB alexeyraspopov
npm/picomatch@2.3.1 None 0 90 kB mrmlnc
npm/pify@2.3.0 None 0 6.02 kB sindresorhus
npm/postcss-import@15.1.0 None 0 30.9 kB ryanzim
npm/postcss-js@4.0.1 None 0 8.45 kB ai
npm/postcss-load-config@4.0.2 environment, unsafe Transitive: filesystem +1 39.4 kB ai
npm/postcss-nested@6.0.1 None 0 13.9 kB ai
npm/postcss-selector-parser@6.0.16 None 0 186 kB evilebottnawi
npm/postcss-value-parser@4.2.0 None 0 27.2 kB evilebottnawi
npm/postcss@8.4.38 environment, filesystem 0 198 kB ai
npm/prelude-ls@1.2.1 None 0 36.7 kB gkz
npm/proc-log@3.0.0 None 0 5.21 kB lukekarrys
npm/promise-retry@2.0.1 None 0 15.6 kB achingbrain
npm/prop-types@15.8.1 environment 0 94.5 kB ljharb
npm/punycode@2.3.1 None 0 33.5 kB google-wombot
npm/queue-microtask@1.2.3 None 0 8.37 kB feross
npm/quick-lru@5.1.1 None 0 8.64 kB sindresorhus
npm/react-dom@18.2.0 environment 0 4.5 MB gnoff
npm/react-icons@4.12.0 None 0 79.9 MB kamijin_fanta
npm/react-is@16.13.1 environment 0 24 kB acdlite
npm/react@18.2.0 environment 0 316 kB gnoff
npm/read-cache@1.0.0 filesystem 0 4.22 kB trysound
npm/readdirp@3.6.0 filesystem 0 20.5 kB paulmillr
npm/reflect.getprototypeof@1.0.6 None +1 33 kB ljharb
npm/regenerator-runtime@0.14.1 None 0 27.9 kB benjamn
npm/regexp.prototype.flags@1.5.2 None +1 52.7 kB ljharb
npm/resolve-from@4.0.0 filesystem, unsafe 0 4.64 kB sindresorhus
npm/resolve@1.22.8 environment, filesystem 0 145 kB ljharb
npm/retry@0.12.0 None 0 32.2 kB tim-kos
npm/reusify@1.0.4 None 0 9.44 kB matteo.collina
npm/run-parallel@1.2.0 None 0 6.56 kB feross
npm/safe-array-concat@1.1.2 None 0 16.4 kB ljharb
npm/safe-regex-test@1.0.3 None +1 22.6 kB ljharb
npm/safer-buffer@2.1.2 None 0 42.3 kB chalker
npm/scheduler@0.23.2 environment 0 93.4 kB react-bot
npm/semver@7.6.0 None 0 94.2 kB npm-cli-ops
npm/set-function-length@1.2.2 None +1 27.1 kB ljharb
npm/set-function-name@2.0.2 None +1 29 kB ljharb
npm/shebang-command@2.0.0 None 0 2.56 kB kevva
npm/shebang-regex@3.0.0 None 0 2.83 kB sindresorhus
npm/side-channel@1.0.6 None +1 35.6 kB ljharb
npm/slash@3.0.0 None 0 3.51 kB sindresorhus
npm/smart-buffer@4.2.0 None 0 138 kB joshglazebrook
npm/socks-proxy-agent@8.0.3 network 0 25.1 kB tootallnate
npm/socks@2.8.3 network 0 156 kB joshglazebrook
npm/source-map-js@1.2.0 None 0 140 kB 7rulnik
npm/ssri@10.0.6 None 0 38.7 kB npm-cli-ops
npm/streamsearch@1.1.0 None 0 16.6 kB mscdex
npm/string-width@5.1.2 None 0 5.78 kB sindresorhus
npm/string.prototype.matchall@4.0.11 None +2 60 kB ljharb
npm/string.prototype.trim@1.2.9 None +2 55 kB ljharb
npm/string.prototype.trimend@1.0.8 None +2 43.6 kB ljharb
npm/string.prototype.trimstart@1.0.8 None +2 44.4 kB ljharb
npm/strip-ansi@6.0.1 None 0 4.03 kB sindresorhus
npm/strip-bom@3.0.0 None 0 3 kB sindresorhus
npm/strip-json-comments@3.1.1 None 0 6.96 kB sindresorhus
npm/styled-jsx@5.1.1 environment 0 1.03 MB vercel-release-bot
npm/supports-preserve-symlinks-flag@1.0.0 None 0 9.18 kB ljharb
npm/synckit@0.8.4 environment 0 40.9 kB jounqin
npm/tabbable@6.2.0 None 0 412 kB stefcameron
npm/tailwindcss@3.4.3 environment, filesystem Transitive: network, shell, unsafe +17 9.63 MB adamwathan
npm/text-table@0.2.0 None 0 11 kB substack
npm/tiny-glob@0.2.9 filesystem 0 12.1 kB terkelg
npm/to-regex-range@5.0.1 None 0 22.9 kB jonschlinkert
npm/ts-api-utils@1.3.0 None +1 33.2 MB joshuakgoldberg
npm/tsconfig-paths@3.15.0 environment, filesystem, unsafe 0 216 kB jonaskello
npm/type-check@0.4.0 None 0 21.2 kB gkz
npm/type-fest@0.20.2 None 0 111 kB sindresorhus
npm/typed-array-buffer@1.0.2 None +1 25.4 kB ljharb
npm/typed-array-byte-length@1.0.1 None 0 20 kB ljharb
npm/typed-array-byte-offset@1.0.2 None 0 20.3 kB ljharb
npm/typed-array-length@1.0.6 None +1 34.2 kB ljharb
npm/unbox-primitive@1.0.2 None 0 14.9 kB ljharb
npm/unique-filename@3.0.0 None 0 3.41 kB lukekarrys
npm/unique-slug@4.0.0 None 0 2.58 kB lukekarrys
npm/update-browserslist-db@1.0.15 environment 0 14.3 kB ai
npm/uri-js@4.4.1 None 0 470 kB garycourt
npm/util-deprecate@1.0.2 None 0 5.48 kB tootallnate
npm/watchpack@2.4.0 environment, filesystem 0 56.9 kB sokra
npm/which-boxed-primitive@1.0.2 None 0 15 kB ljharb
npm/which-builtin-type@1.1.3 None 0 23.7 kB ljharb
npm/which-collection@1.0.2 None 0 20.1 kB ljharb
npm/which-typed-array@1.1.15 None 0 40.7 kB ljharb
npm/which@2.0.2 environment 0 9.97 kB isaacs
npm/wrap-ansi@8.1.0 None +1 29.3 kB sindresorhus
npm/wrappy@1.0.2 None 0 2.96 kB zkat
npm/xtend@4.0.2 None 0 6.46 kB raynos
npm/yaml@2.4.2 environment 0 671 kB eemeli
npm/yocto-queue@0.1.0 None 0 6.03 kB sindresorhus

🚮 Removed packages: npm/@headlessui/react@1.7.19, npm/airbnb-prop-types@2.16.0, npm/ajv-formats@2.1.1, npm/ajv-keywords@3.5.2, npm/ansi-escapes@4.3.2, npm/ansi-html-community@0.0.8, npm/ansi-styles@3.2.1, npm/aproba@2.0.0, npm/are-we-there-yet@3.0.1, npm/array-flatten@1.1.1, npm/array.prototype.find@2.2.3, npm/array.prototype.reduce@1.0.7, npm/asap@2.0.6, npm/asn1.js@5.4.1, npm/async@3.2.5, npm/asynckit@0.4.0, npm/at-least-node@1.0.0, npm/babel-jest@27.5.1, npm/babel-loader@8.3.0, npm/babel-plugin-dynamic-import-node@2.3.3, npm/babel-plugin-istanbul@6.1.1, npm/babel-plugin-jest-hoist@27.5.1, npm/babel-plugin-macros@3.1.0, npm/babel-plugin-named-asset-import@0.3.8, npm/babel-plugin-polyfill-corejs2@0.4.11, npm/babel-plugin-polyfill-corejs3@0.10.4, npm/babel-plugin-polyfill-regenerator@0.6.2, npm/babel-plugin-styled-components@2.1.4, npm/babel-plugin-syntax-jsx@6.18.0, npm/babel-plugin-transform-react-remove-prop-types@0.4.24, npm/babel-preset-current-node-syntax@1.0.1, npm/babel-preset-jest@27.5.1, npm/babel-preset-react-app@10.0.1, npm/base-64@1.0.0, npm/base64-js@1.5.1, npm/batch@0.6.1, npm/bfj@7.1.0, npm/big.js@5.2.2, npm/block-stream@0.0.9, npm/bluebird@3.7.2, npm/bn.js@4.12.0, npm/body-parser@1.20.2, npm/body-scroll-lock@3.1.5, npm/bonjour-service@1.2.1, npm/boolbase@1.0.0, npm/bootstrap@4.6.2, npm/brcast@2.0.2, npm/brorand@1.1.0, npm/browser-process-hrtime@1.0.0, npm/browserify-aes@1.2.0, npm/browserify-cipher@1.0.1, npm/browserify-des@1.0.2, npm/browserify-rsa@4.1.0, npm/browserify-sign@4.2.1, npm/bser@2.1.1, npm/buffer-from@1.1.2, npm/buffer-xor@1.0.3, npm/buffer@6.0.3, npm/builtin-modules@3.3.0, npm/bytes@3.0.0, npm/cacache@17.1.4, npm/camel-case@4.1.2, npm/camelcase@6.3.0, npm/camelize@1.0.1, npm/caniuse-api@3.0.0, npm/case-sensitive-paths-webpack-plugin@2.4.0, npm/cfb@1.2.2, npm/char-regex@1.0.2, npm/check-types@11.2.3, npm/chrome-trace-event@1.0.3, npm/ci-info@3.9.0, npm/cipher-base@1.0.4, npm/cjs-module-lexer@1.3.1, npm/classnames@2.5.1, npm/clean-css@5.3.3, npm/cliui@7.0.4, npm/clsx@1.2.1, npm/co@4.6.0, npm/coa@2.0.2, npm/codepage@1.15.0, npm/collect-v8-coverage@1.0.2, npm/color-convert@1.9.3, npm/color-support@1.1.3, npm/colord@2.9.3, npm/colorette@2.0.20, npm/combined-stream@1.0.8, npm/commander@8.3.0, npm/common-path-prefix@3.0.0, npm/common-tags@1.8.2, npm/commondir@1.0.1, npm/compare-versions@5.0.3, npm/compressible@2.0.18, npm/compression@1.7.4, npm/confusing-browser-globals@1.0.11, npm/connect-history-api-fallback@2.0.0, npm/console-control-strings@1.1.0, npm/consolidated-events@2.0.2, npm/content-disposition@0.5.4, npm/content-type@1.0.5, npm/convert-source-map@2.0.0, npm/cookie-signature@1.0.6, npm/cookie@0.6.0, npm/copy-to-clipboard@3.3.3, npm/core-js-compat@3.37.0, npm/core-js-pure@3.37.0, npm/core-js@3.37.0, npm/core-util-is@1.0.3, npm/cosmiconfig@6.0.0, npm/crc-32@1.2.2, npm/create-ecdh@4.0.4, npm/create-hash@1.2.0, npm/create-hmac@1.1.7, npm/crypto-random-string@2.0.0, npm/css-blank-pseudo@3.0.3, npm/css-color-keywords@1.0.0, npm/css-declaration-sorter@6.4.1, npm/css-has-pseudo@3.0.4, npm/css-in-js-utils@3.1.0, npm/css-loader@6.11.0, npm/css-minimizer-webpack-plugin@3.4.1, npm/css-prefers-color-scheme@6.0.3, npm/css-select-base-adapter@0.1.1, npm/css-select@4.3.0, npm/css-to-react-native@3.2.0, npm/css-tree@1.1.3, npm/css-what@6.1.0, npm/cssdb@7.11.2, npm/cssnano-preset-default@5.2.14, npm/cssnano-utils@3.1.0, npm/cssnano@5.1.15, npm/csso@4.2.0, npm/cssom@0.4.4, npm/cssstyle@2.3.0, npm/csstype@3.1.3, npm/d3-array@2.12.1, npm/d3-color@2.0.0, npm/d3-format@1.4.5, npm/d3-interpolate@2.0.1, npm/d3-path@1.0.9, npm/d3-scale-chromatic@2.0.0, npm/d3-scale@3.3.0, npm/d3-shape@1.3.7, npm/d3-time-format@3.0.0, npm/d3-time@1.1.0, npm/data-urls@2.0.0, npm/date-fns@2.30.0, npm/dayjs@1.11.11, npm/decimal.js@10.4.3, npm/dedent@0.7.0, npm/deep-equal@1.1.2, npm/deepmerge@4.3.1, npm/default-gateway@6.0.3, npm/defined@1.0.0, npm/delayed-stream@1.0.0, npm/delegates@1.0.0, npm/depd@2.0.0, npm/des.js@1.1.0, npm/destroy@1.2.0, npm/detect-browser@5.3.0, npm/detect-newline@3.1.0, npm/detect-node@2.1.0, npm/detect-port-alt@1.1.6, npm/diff-sequences@29.6.3, npm/diffie-hellman@5.0.3, npm/direction@1.0.4, npm/dns-equal@1.0.0, npm/dns-packet@5.6.1, npm/document.contains@1.0.2, npm/dom-converter@0.2.0, npm/dom-helpers@5.2.1, npm/dom-serializer@1.4.1, npm/domelementtype@2.3.0, npm/domexception@2.0.1, npm/domhandler@4.3.1, npm/domutils@2.8.0, npm/dot-case@3.0.4, npm/dotenv-expand@5.1.0, npm/dotenv@10.0.0, npm/duplexer@0.1.2, npm/ee-first@1.1.1, npm/ejs@3.1.10, npm/elliptic@6.5.5, npm/emittery@0.8.1, npm/emojis-list@3.0.0, npm/encodeurl@1.0.2, npm/entities@2.2.0, npm/error-ex@1.3.2, npm/error-stack-parser@2.1.4, npm/es-array-method-boxes-properly@1.0.0, npm/es-module-lexer@1.5.2, npm/escape-html@1.0.3, npm/escape-string-regexp@1.0.5, npm/escodegen@2.1.0, npm/eslint-config-react-app@7.0.1, npm/eslint-plugin-flowtype@8.0.3, npm/eslint-plugin-jest@25.7.0, npm/eslint-plugin-react-hooks@4.6.2, npm/eslint-plugin-testing-library@5.11.1, npm/eslint-utils@3.0.0, npm/eslint-webpack-plugin@3.2.0, npm/eslint@8.57.0, npm/esprima@4.0.1, npm/estraverse@4.3.0, npm/estree-walker@1.0.1, npm/etag@1.8.1, npm/eventemitter3@4.0.7, npm/events@3.3.0, npm/evp_bytestokey@1.0.3, npm/execa@5.1.1, npm/exit@0.1.2, npm/expect@29.7.0, npm/express@4.19.2, npm/fast-shallow-equal@1.0.0, npm/fastest-stable-stringify@2.0.2, npm/faye-websocket@0.11.4, npm/fb-watchman@2.0.2, npm/fetch-retry@5.0.6, npm/file-loader@6.2.0, npm/filelist@1.0.4, npm/filesize@8.0.7, npm/finalhandler@1.2.0, npm/find-cache-dir@3.3.2, npm/find-root@1.1.0, npm/find-up@4.1.0, npm/focus-trap@6.9.4, npm/follow-redirects@1.15.6, npm/fork-ts-checker-webpack-plugin@6.5.3, npm/form-data@3.0.1, npm/formik@2.4.6, npm/forwarded@0.2.0, npm/frac@1.1.2, npm/fresh@0.5.2, npm/fs-extra@9.1.0, npm/fs-monkey@1.0.6, npm/fstream@1.0.12, npm/functional-red-black-tree@1.0.1, npm/gauge@4.0.4, npm/gensync@1.0.0-beta.2, npm/get-caller-file@2.0.5, npm/get-own-enumerable-property-symbols@3.0.2, npm/get-package-type@0.1.0, npm/get-stream@6.0.1, npm/glob@7.2.3, npm/global-modules@2.0.0, npm/global-prefix@3.0.0, npm/globals@11.12.0, npm/grapheme-splitter@1.0.4, npm/gud@1.0.0, npm/gzip-size@6.0.0, npm/hamt_plus@1.0.2, npm/handle-thing@2.0.1, npm/harmony-reflect@1.6.2, npm/has-unicode@2.0.1, npm/has@1.0.4, npm/hash-base@3.1.0, npm/hash.js@1.1.7, npm/he@1.2.0, npm/history@4.10.1, npm/hmac-drbg@1.0.1, npm/hoist-non-react-statics@3.3.2, npm/hoopy@0.1.4, npm/hpack.js@2.1.6, npm/html-encoding-sniffer@2.0.1, npm/html-entities@2.5.2, npm/html-escaper@2.0.2, npm/html-minifier-terser@6.1.0, npm/html-webpack-plugin@5.6.0, npm/htmlparser2@6.1.0

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/next@13.5.6
  • 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/foo@1.0.0 or ignore all packages with @SocketSecurity ignore-all

  • @SocketSecurity ignore npm/next@13.5.6

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.

None yet

0 participants