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

Update dependency bootstrap to v5.3.3 #127

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 9, 2022

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
bootstrap (source) 5.1.3 -> 5.3.3 age adoption passing confidence

Release Notes

twbs/bootstrap (bootstrap)

v5.3.3

Compare Source

Highlights

  • Fixed a breaking change introduced with color modes where it was required to manually import variables-dark.scss when building Bootstrap with Sass. Now, _variables.scss will automatically import _variables-dark.scss. If you were already importing _variables-dark.scss manually, you should keep doing it as it won't break anything and will be the way to go in v6.
  • Fixed a regression in the selector engine that wasn't able to handle multiple IDs anymore.

Color modes

  • Badges now use the .text-bg-* text utilities to be certain that the text is always readable (especially when the customized colors are different in light and dark modes).
  • Fixed our color-modes.js script to handle the case where the OS is set to light mode and the auto color mode is used on the website. If you copied the script from our docs, you should apply this change to your own script.
  • Fixed color schemes description in the color modes documentation to show that color-scheme() only accept light and dark values as parameters.

Miscellaneous

  • Allowed <dl>, <dt> and <dd> in the sanitizer.
  • Dropped evenly items distribution for modal and offcanvas headers.
  • Fixed the accordion CSS selectors to avoid inheritance issues when nesting accordions.
  • Fixed the focus box-shadow for the validation stated form controls.
  • Fixed the focus ring on focused checked buttons.
  • Fixed the product example mobile navbar toggler.
  • Changed the RTL processing of carousel control icons.

๐ŸŽจ CSS

โ˜•๏ธ JavaScript

๐Ÿ“– Docs

๐Ÿ›  Examples

  • #โ€‹39657: Fix product example mobile navbar toggler
  • #โ€‹39585: Docs: Add missing type="button" to Cheatsheet nav buttons

๐Ÿญ Tests

๐Ÿงฐ Misc

๐Ÿ“ฆ Dependencies

v5.3.2

Compare Source

Highlights

  • Passing a percentage unit to the global abs() is deprecated since Dart Sass v1.65.0. It resulted in a deprecation warning when compiling Bootstrap with Dart Sass. This has been fixed internally by changing the values passed to the divide() function. The divide() function has not been fixed itself so that we can keep supporting node-sass cross-compatibility. In v6, this won't be an issue as we plan to drop support for node-sass.
  • Using multiple ids in a collapse target wasn't working anymore and has been fixed.

Color modes

  • Increased color contrast of form range track background in light and dark modes.
  • Fixed table state rendering for color modes with a focus on the striped table in dark mode to increase color contrast.
  • Allow <mark> color customization for color modes.

Docs


๐ŸŽจ CSS

  • #โ€‹38816: Use box-shadow CSS variables shadow utilities
  • #โ€‹38955: Fix radios looking like ellipse on responsive mode
  • #โ€‹38976: Use box-shadow CSS vars instead of Sass vars in assets and variables
  • #โ€‹39030: Fix dart-sass deprecation warning
  • #โ€‹39033: Color mode: fix table state rendering
  • #โ€‹39095: Make form range track background more contrasted
  • #โ€‹39119: New Sass var $btn-link-focus-shadow-rgb to allow customization
  • #โ€‹39141: New Sass variable to handle <mark> dark mode bg color

โ˜•๏ธ JavaScript

๐Ÿ“– Docs

  • #โ€‹38873: Discord reddit bootstrap
  • #โ€‹38970: docs: add BootstrapVueNext to docs
  • #โ€‹38977: Docs: Add missing form elements in focusable elements
  • #โ€‹38978: Docs: Fix popover template role error
  • #โ€‹38995: introduction: drop details element
  • #โ€‹39037: Further improve image compression with oxipng and the latest jpegoptim
  • #โ€‹39054: Docs: Remove incorrect mention of .left- and .right- utilities from migration guide
  • #โ€‹39060: Migration: add back v5.0.0 heading
  • #โ€‹39145: Docs: add warning callout to add a workaround when jsDelivr is not available
  • #โ€‹39177: Fix: make theme selector tick icon visible when active in examples layout
  • #โ€‹39179: download: Reword CDN paragraph

๐Ÿ›  Examples

๐ŸŒŽ Accessibility

๐Ÿงฐ Misc

๐Ÿ“ฆ Dependencies

v5.3.1

Compare Source

Highlights

  • Color modes:
    • Increased color contrast for dark mode by replacing $gray-500 with $gray-300 for the body color
    • Added our color mode switcher JavaScript to our examples ZIP download
  • Components:
    • Improved disabled styling for all .nav-links, providing .disabled and :disabled for use with anchors and buttons
    • Add support for Home and End keys for navigating tabs by keyboard
    • Added some basic styling to toggle buttons when no modifier class is present
    • Fixed carousel colors in dark mode
  • Forms:
    • Fixed floating label disabled text color
  • Utilities:
    • .text-bg-* utilities now use CSS variables
  • Sass:
    • Add new $navbar-dark-icon-color Sass variable
    • Removed duplicate $alert Sass variables
    • Added a new variable for $vr-border-width to customize the vertical rule helper width
  • Documentation:
    • Added search to our homepage
    • Improved responsive behavior on Dashboard example
    • Improved dark mode rendering of Cheatsheet examples

๐ŸŽจ CSS

โ˜•๏ธ JavaScript

๐Ÿ“– Docs

๐Ÿ›  Examples

๐ŸŒŽ Accessibility

๐Ÿงฐ Misc

  • #โ€‹38747: Add color-modes.js to bootstrap-x.y.z-examples.zip

๐Ÿ“ฆ Dependencies

v5.3.0

Compare Source

v5.2.3

Compare Source

Fixes

๐ŸŽจ CSS
โ˜•๏ธ JavaScript

v5.2.2

Compare Source

Highlights

  • Accordion
    • Use Sass variable for the accordion color instead of an invalid CSS variable
  • Buttons
    • Undo changes to .btn:hover from v5.2.1. We now explicitly target .btn-check styles instead.
  • Dropdowns
    • Restore the ability for dropdowns to work without an explicit data attribute (will be removed again in v6)
  • Modals
    • Improve modal event listeners
    • Use <h1> for all .modal-title instances in our docs
  • Tables
    • Don't redefine $border-color in table-variant() mixin
  • Tabs
    • Tabs no longer autofocus and cause pages to jump on tab.show()
    • Fix .active class toggling of tabs within dropdowns
  • Toasts
    • Properly set toast z-index on .toast-container as opposed to individual .toasts that don't receive any other positioning
  • Tooltips
    • Fix tooltip selectors with title attribute on dynamically created elements

๐ŸŽจ CSS

โ˜•๏ธ JavaScript

๐Ÿ“– Docs

๐ŸŒŽ Accessibility

๐Ÿญ Tests

๐Ÿงฐ Misc

๐Ÿ“ฆ Dependencies

v5.2.1

Compare Source

๐Ÿš€ Highlights

  • Accordion
    • Update color value to use the $accordion-button-color Sass variable instead of our color contrast function
  • Buttons
    • Added a transparent default hover border color CSS variable for buttons to fix a visual regression
    • .btn-link no longer has a gradient when $enable-gradients is set to true
  • Forms
    • Input groups have updated z-index values to ensure proper rendering of validated form fields
    • Floating labels now reset their text-align to ensure consistent styling
  • List Groups
    • Horizontal list groups with only one child now render the correct border-radius
    • Modified the list-group-item selectors to better support nested imports of Bootstrap's CSS
  • Modals
    • Fixed modal event listeners during dismiss click, allowing you to once again click scrollbars without dismissing the modal
  • Pagination
    • Fixed incorrect border-radius values inside pagination components
  • Scrollspy
    • Scrollspy threshold option is now configurable
  • Tooltips
    • Reverted some tooltip plugin updates to prevent issues with selector, dynamic content, and disposed tooltips using title

๐Ÿš€ Features

  • #โ€‹36750: ScrollSpy: make the threshold option configurable

๐ŸŽจ CSS

โ˜•๏ธ JavaScript

๐Ÿ“– Docs

๐Ÿ›  Examples

๐ŸŒŽ Accessibility

  • #โ€‹36507: v5/docs: reintroduce outline for docs code samples, buttons when :not(:focus-visible)
  • #โ€‹36829: Docs: correct heading levels in features example
  • #โ€‹37026: Rework button focus/active styling, with extra changes for checks/radios

๐Ÿ“ฆ Dependencies

v5.2.0

Compare Source

๐Ÿš€ Highlights

๐Ÿš€ Features

๐ŸŽจ CSS

โ˜•๏ธ JavaScript

๐Ÿ“– Docs

๐Ÿ›  Examples

๐ŸŒŽ Accessibility

  • #โ€‹36487: Remove confusing unnecessary id/aria-labelledby for dropdown menus
  • #โ€‹36488: Docs: fix some ARIA Authoring Practices Guides broken links
  • #โ€‹36588: Handle non-empty whitespace textContent in Tooltip trigger
  • #โ€‹36696: add type="button" to Bootstrap versions dropdown
  • #โ€‹36717: Offcanvas: activate focustrap when backdrop is enabled
  • #โ€‹36732: Add accNames to all progress bar examples

๐Ÿญ Tests

๐Ÿงฐ Misc

  • #โ€‹36548: Update Code of Conduct with Contributor Covenant 2.1
  • #โ€‹36624: Use 'needs-example' label to trigger live demo bot message
  • #โ€‹36700: Replace JS Bin refs by CodePen or StackBlitz references

๐Ÿ“ฆ Dependencies


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 this update 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 changed the title Update dependency bootstrap to v5.2.2 Update dependency bootstrap to v5.2.3 Nov 22, 2022
@renovate renovate bot force-pushed the renovate/bootstrap-5.x branch from 7bd847d to 1f1fa87 Compare May 30, 2023 15:37
@renovate renovate bot changed the title Update dependency bootstrap to v5.2.3 Update dependency bootstrap to v5.3.0 May 30, 2023
@socket-security
Copy link

socket-security bot commented May 30, 2023

๐Ÿ‘ Dependency issues cleared. Learn more about Socket for GitHub โ†—๏ธŽ

This PR previously contained dependency changes with security issues that have been resolved, removed, or ignored.

View full reportโ†—๏ธŽ

@renovate renovate bot changed the title Update dependency bootstrap to v5.3.0 Update dependency bootstrap to v5.3.1 Jul 26, 2023
@socket-security
Copy link

socket-security bot commented Jul 26, 2023

New and removed dependencies detected. Learn more about Socket for GitHub โ†—๏ธŽ

Package New capabilities Transitives Size Publisher
npm/@ampproject/remapping@2.2.0 None +5 379 kB jridgewell
npm/@babel/code-frame@7.8.3 Transitive: environment +10 164 kB nicolo-ribaudo
npm/@babel/compat-data@7.16.0 None 0 49.5 kB nicolo-ribaudo
npm/@babel/core@7.9.0 filesystem Transitive: environment +45 8.9 MB nicolo-ribaudo
npm/@babel/eslint-parser@7.19.1 unsafe Transitive: environment, filesystem +52 9.25 MB nicolo-ribaudo
npm/@babel/generator@7.8.8 Transitive: environment +6 3.08 MB nicolo-ribaudo
npm/@babel/helper-annotate-as-pure@7.16.0 None +2 25.2 kB nicolo-ribaudo
npm/@babel/helper-builder-binary-assignment-operator-visitor@7.16.0 None +3 30.2 kB nicolo-ribaudo
npm/@babel/helper-compilation-targets@7.16.3 Transitive: environment, filesystem +55 10.7 MB nicolo-ribaudo
npm/@babel/helper-create-class-features-plugin@7.16.0 Transitive: environment, filesystem +48 8.98 MB nicolo-ribaudo
npm/@babel/helper-create-regexp-features-plugin@7.16.0 Transitive: environment, filesystem +56 9.54 MB nicolo-ribaudo
npm/@babel/helper-define-polyfill-provider@0.2.4 Transitive: environment, filesystem +59 10.9 MB nicolo-ribaudo
npm/@babel/helper-environment-visitor@7.18.9 None 0 3.39 kB nicolo-ribaudo
npm/@babel/helper-explode-assignable-expression@7.16.0 None +2 26.8 kB nicolo-ribaudo
npm/@babel/helper-function-name@7.8.3 Transitive: environment +17 4.13 MB nicolo-ribaudo
npm/@babel/helper-get-function-arity@7.8.3 Transitive: environment +4 2.17 MB nicolo-ribaudo
npm/@babel/helper-hoist-variables@7.16.0 None +2 25.9 kB nicolo-ribaudo
npm/@babel/helper-member-expression-to-functions@7.16.0 None +2 72.1 kB nicolo-ribaudo
npm/@babel/helper-module-imports@7.8.3 Transitive: environment +4 2.19 MB nicolo-ribaudo
npm/@babel/helper-module-transforms@7.16.0 Transitive: environment +20 1.16 MB nicolo-ribaudo
npm/@babel/helper-optimise-call-expression@7.16.0 None +2 25.8 kB nicolo-ribaudo
npm/@babel/helper-plugin-utils@7.14.5 None 0 4.42 kB nicolo-ribaudo
npm/@babel/helper-remap-async-to-generator@7.16.0 Transitive: environment +17 1.06 MB nicolo-ribaudo
npm/@babel/helper-replace-supers@7.16.0 Transitive: environment +18 1.12 MB nicolo-ribaudo
npm/@babel/helper-simple-access@7.16.0 None +2 27.5 kB nicolo-ribaudo
npm/@babel/helper-skip-transparent-expression-wrappers@7.16.0 None +2 25.7 kB nicolo-ribaudo
npm/@babel/helper-split-export-declaration@7.8.3 Transitive: environment +4 2.17 MB nicolo-ribaudo
npm/@babel/helper-string-parser@7.18.10 None 0 9.63 kB nicolo-ribaudo
npm/@babel/helper-validator-identifier@7.15.7 None 0 19 kB nicolo-ribaudo
npm/@babel/helper-validator-option@7.14.5 None 0 4.53 kB nicolo-ribaudo
npm/@babel/helper-wrap-function@7.16.0 Transitive: environment +16 1.06 MB nicolo-ribaudo
npm/@babel/helpers@7.16.3 Transitive: environment +16 1.14 MB nicolo-ribaudo
npm/@babel/highlight@7.8.3 Transitive: environment +9 156 kB nicolo-ribaudo
npm/@babel/parser@7.8.8 None 0 1.82 MB nicolo-ribaudo
npm/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@7.16.2 Transitive: environment, filesystem +47 8.91 MB nicolo-ribaudo
npm/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@7.16.0 Transitive: environment, filesystem +50 8.95 MB nicolo-ribaudo
npm/@babel/plugin-proposal-async-generator-functions@7.16.0 Transitive: environment, filesystem +50 8.92 MB nicolo-ribaudo
npm/@babel/plugin-proposal-class-properties@7.16.0 Transitive: environment, filesystem +50 8.99 MB nicolo-ribaudo
npm/@babel/plugin-proposal-class-static-block@7.16.0 Transitive: environment, filesystem +51 8.99 MB nicolo-ribaudo
npm/@babel/plugin-proposal-dynamic-import@7.16.0 Transitive: environment, filesystem +48 8.91 MB nicolo-ribaudo
npm/@babel/plugin-proposal-export-namespace-from@7.16.0 Transitive: environment, filesystem +48 8.91 MB nicolo-ribaudo
npm/@babel/plugin-proposal-json-strings@7.16.0 Transitive: environment, filesystem +48 8.91 MB nicolo-ribaudo
npm/@babel/plugin-proposal-logical-assignment-operators@7.16.0 Transitive: environment, filesystem +48 8.91 MB nicolo-ribaudo
npm/@babel/plugin-proposal-nullish-coalescing-operator@7.16.0 Transitive: environment, filesystem +48 8.91 MB nicolo-ribaudo
npm/@babel/plugin-proposal-numeric-separator@7.16.0 Transitive: environment, filesystem +48 8.91 MB nicolo-ribaudo
npm/@babel/plugin-proposal-object-rest-spread@7.16.0 Transitive: environment, filesystem +59 10.7 MB nicolo-ribaudo
npm/@babel/plugin-proposal-optional-catch-binding@7.16.0 Transitive: environment, filesystem +48 8.91 MB nicolo-ribaudo
npm/@babel/plugin-proposal-optional-chaining@7.16.0 Transitive: environment, filesystem +49 8.94 MB nicolo-ribaudo
npm/@babel/plugin-proposal-private-methods@7.16.0 Transitive: environment, filesystem +50 8.99 MB nicolo-ribaudo
npm/@babel/plugin-proposal-private-property-in-object@7.16.0 Transitive: environment, filesystem +51 8.99 MB nicolo-ribaudo
npm/@babel/plugin-proposal-unicode-property-regex@7.16.0 Transitive: environment, filesystem +58 9.55 MB nicolo-ribaudo
npm/@babel/plugin-syntax-import-assertions@7.18.6 Transitive: environment, filesystem +47 8.91 MB nicolo-ribaudo
npm/@babel/plugin-syntax-jsx@7.16.0 Transitive: environment, filesystem +47 8.91 MB nicolo-ribaudo
npm/@babel/plugin-syntax-typescript@7.16.0 Transitive: environment, filesystem +47 8.91 MB nicolo-ribaudo
npm/@babel/plugin-transform-arrow-functions@7.16.0 Transitive: environment, filesystem +47 8.91 MB nicolo-ribaudo
npm/@babel/plugin-transform-async-to-generator@7.16.0 Transitive: environment, filesystem +49 8.92 MB nicolo-ribaudo
npm/@babel/plugin-transform-block-scoped-functions@7.16.0 Transitive: environment, filesystem +47 8.91 MB nicolo-ribaudo
npm/@babel/plugin-transform-block-scoping@7.16.0 Transitive: environment, filesystem +47 8.93 MB nicolo-ribaudo
npm/@babel/plugin-transform-classes@7.16.0 Transitive: environment, filesystem +47 8.93 MB nicolo-ribaudo
npm/@babel/plugin-transform-computed-properties@7.16.0 Transitive: environment, filesystem +47 8.91 MB nicolo-ribaudo
npm/@babel/plugin-transform-destructuring@7.16.0 Transitive: environment, filesystem +47 8.92 MB nicolo-ribaudo
npm/@babel/plugin-transform-dotall-regex@7.16.0 Transitive: environment, filesystem +58 9.55 MB nicolo-ribaudo
npm/@babel/plugin-transform-duplicate-keys@7.16.0 Transitive: environment, filesystem +47 8.91 MB nicolo-ribaudo
npm/@babel/plugin-transform-exponentiation-operator@7.16.0 Transitive: environment, filesystem +49 8.92 MB nicolo-ribaudo
npm/@babel/plugin-transform-for-of@7.16.0 Transitive: environment, filesystem +47 8.92 MB nicolo-ribaudo
npm/@babel/plugin-transform-function-name@7.16.0 Transitive: environment, filesystem +47 8.91 MB nicolo-ribaudo
npm/@babel/plugin-transform-literals@7.16.0 Transitive: environment, filesystem +47 8.91 MB nicolo-ribaudo
npm/@babel/plugin-transform-member-expression-literals@7.16.0 Transitive: environment, filesystem +47 8.91 MB nicolo-ribaudo
npm/@babel/plugin-transform-modules-amd@7.16.0 Transitive: environment, filesystem +53 9.06 MB nicolo-ribaudo
npm/@babel/plugin-transform-modules-commonjs@7.16.0 Transitive: environment, filesystem +53 9.06 MB nicolo-ribaudo
npm/@babel/plugin-transform-modules-systemjs@7.16.0 Transitive: environment, filesystem +53 9.07 MB nicolo-ribaudo
npm/@babel/plugin-transform-modules-umd@7.16.0 Transitive: environment, filesystem +47 8.91 MB nicolo-ribaudo
npm/@babel/plugin-transform-named-capturing-groups-regex@7.16.0 Transitive: environment, filesystem +57 9.54 MB nicolo-ribaudo
npm/@babel/plugin-transform-new-target@7.16.0 Transitive: environment, filesystem +47 8.91 MB nicolo-ribaudo
npm/@babel/plugin-transform-object-super@7.16.0 Transitive: environment, filesystem +47 8.91 MB nicolo-ribaudo
npm/@babel/plugin-transform-parameters@7.16.3 Transitive: environment, filesystem +47 8.92 MB nicolo-ribaudo
npm/@babel/plugin-transform-property-literals@7.16.0 Transitive: environment, filesystem +47 8.91 MB nicolo-ribaudo
npm/@babel/plugin-transform-react-constant-elements@7.16.0 Transitive: environment, filesystem +47 8.91 MB nicolo-ribaudo
npm/@babel/plugin-transform-react-display-name@7.16.0 Transitive: environment, filesystem +47 8.91 MB nicolo-ribaudo
npm/@babel/plugin-transform-react-jsx-development@7.16.0 Transitive: environment, filesystem +49 8.93 MB nicolo-ribaudo
npm/@babel/plugin-transform-react-jsx@7.16.0 Transitive: environment, filesystem +48 8.93 MB nicolo-ribaudo
npm/@babel/plugin-transform-react-pure-annotations@7.16.0 Transitive: environment, filesystem +47 8.91 MB nicolo-ribaudo
npm/@babel/plugin-transform-regenerator@7.16.0 Transitive: environment, filesystem +49 9.15 MB nicolo-ribaudo
npm/@babel/plugin-transform-reserved-words@7.16.0 Transitive: environment, filesystem +47 8.91 MB nicolo-ribaudo
npm/@babel/plugin-transform-shorthand-properties@7.16.0 Transitive: environment, filesystem +47 8.91 MB nicolo-ribaudo
npm/@babel/plugin-transform-spread@7.16.0 Transitive: environment, filesystem +48 8.91 MB nicolo-ribaudo
npm/@babel/plugin-transform-sticky-regex@7.16.0 Transitive: environment, filesystem +47 8.91 MB nicolo-ribaudo
npm/@babel/plugin-transform-template-literals@7.16.0 Transitive: environment, filesystem +47 8.91 MB nicolo-ribaudo
npm/@babel/plugin-transform-typeof-symbol@7.16.0 Transitive: environment, filesystem +47 8.91 MB nicolo-ribaudo
npm/@babel/plugin-transform-unicode-escapes@7.16.0 Transitive: environment, filesystem +47 8.91 MB nicolo-ribaudo
npm/@babel/plugin-transform-unicode-regex@7.16.0 Transitive: environment, filesystem +58 9.55 MB nicolo-ribaudo
npm/@babel/preset-env@7.16.0 environment Transitive: filesystem +157 13.2 MB nicolo-ribaudo
npm/@babel/preset-modules@0.1.5 Transitive: environment, filesystem +60 9.59 MB developit
npm/@babel/preset-react@7.16.0 Transitive: environment, filesystem +53 8.96 MB nicolo-ribaudo
npm/@babel/runtime-corejs3@7.19.1 Transitive: environment, eval, filesystem +2 1.21 MB nicolo-ribaudo
npm/@babel/runtime@7.8.7 None +1 118 kB nicolo-ribaudo
npm/@babel/template@7.8.6 Transitive: environment +15 4.12 MB nicolo-ribaudo
npm/@babel/traverse@7.8.6 environment +25 5.34 MB nicolo-ribaudo
npm/@babel/types@7.8.7 environment +3 2.17 MB nicolo-ribaudo
npm/@csstools/normalize.css@10.1.0 None 0 33 kB jonathantneal
npm/@csstools/selector-specificity@2.0.2 None +3 364 kB alaguna
npm/@eslint/eslintrc@1.3.3 filesystem, unsafe Transitive: environment, eval +26 4.81 MB eslintbot
npm/@humanwhocodes/config-array@0.10.7 Transitive: environment +7 246 kB nzakas
npm/@humanwhocodes/object-schema@1.2.1 None 0 49.4 kB nzakas
npm/@jest/schemas@28.1.3 None +1 309 kB simenb
npm/@jridgewell/gen-mapping@0.1.1 None +2 108 kB jridgewell
npm/@jridgewell/resolve-uri@3.1.0 None 0 55.2 kB jridgewell
npm/@jridgewell/source-map@0.3.2 None +5 596 kB jridgewell
npm/@jridgewell/sourcemap-codec@1.4.14 None 0 40 kB jridgewell
npm/@jridgewell/trace-mapping@0.3.16 None +2 256 kB jridgewell
npm/@pmmmwh/react-refresh-webpack-plugin@0.5.4 environment, filesystem Transitive: eval, network +27 3.69 MB pmmmwh
npm/@popperjs/core@2.11.6 environment 0 1.63 MB fezvrasta
npm/@react-aria/ssr@3.3.0 Transitive: environment +6 475 kB devongovett
npm/@restart/hooks@0.4.7 Transitive: environment +5 521 kB kytsang
npm/@restart/ui@1.4.0 Transitive: environment +22 7.36 MB kytsang
npm/@rushstack/eslint-patch@1.2.0 None 0 33 kB odspnpm
npm/@sinclair/typebox@0.24.44 None 0 303 kB sinclair
npm/@sinonjs/commons@1.8.3 None +1 80.1 kB mrgnrdrck
npm/@testing-library/dom@8.19.0 environment Transitive: eval +16 3.3 MB testing-library-bot
npm/@types/aria-query@4.2.2 None 0 12 kB types
npm/@types/babel__core@7.1.16 Transitive: environment +8 4.16 MB types
npm/@types/babel__generator@7.6.3 Transitive: environment +4 2.18 MB types
npm/@types/babel__template@7.4.1 Transitive: environment +5 3.99 MB types
npm/@types/babel__traverse@7.14.2 Transitive: environment +4 2.29 MB types
npm/@types/body-parser@1.19.2 None +2 694 kB types
npm/@types/bonjour@3.5.10 None +1 685 kB types
npm/@types/caseless@0.12.2 None 0 4 kB types
npm/@types/connect-history-api-fallback@1.3.5 None +4 742 kB types
npm/@types/connect@3.4.35 None +1 686 kB types
npm/@types/eslint-scope@3.7.4 None +3 227 kB types
npm/@types/eslint@7.29.0 None +2 221 kB types
npm/@types/estree@0.0.50 None 0 23.9 kB types
npm/@types/express-serve-static-core@4.17.31 None +3 736 kB types
npm/@types/express@4.17.14 None +8 770 kB types
npm/@types/graceful-fs@4.1.5 None +1 683 kB types
npm/@types/http-proxy@1.17.9 None +1 693 kB types
npm/@types/istanbul-lib-coverage@2.0.1 None 0 5.75 kB types
npm/@types/istanbul-lib-report@3.0.0 None +1 14 kB types
npm/@types/jest@27.0.3 Transitive: eval +10 1.02 MB types
npm/@types/json-schema@7.0.9 None 0 32.2 kB types
npm/@types/mime@3.0.1 None 0 3.57 kB types
npm/@types/minimist@1.2.2 None 0 6.72 kB types
npm/@types/node@13.9.1 None 0 680 kB types
npm/@types/normalize-package-data@2.4.1 None 0 6.29 kB types
npm/@types/parse-json@4.0.0 None 0 2.74 kB types
npm/@types/prettier@2.7.1 None 0 49.1 kB types
npm/@types/prop-types@15.7.5 None 0 6.54 kB types
npm/@types/q@1.5.5 None 0 32.2 kB types
npm/@types/qs@6.9.7 None 0 7 kB types
npm/@types/range-parser@1.2.4 None 0 5.05 kB types
npm/@types/react-dom@17.0.17 None +4 1.39 MB types
npm/@types/react-transition-group@4.4.5 None +4 1.39 MB types
npm/@types/react@17.0.50 None +3 1.37 MB types
npm/@types/request@2.48.4 Transitive: filesystem, network +9 1.01 MB types
npm/@types/scheduler@0.16.2 None 0 8.34 kB types
npm/@types/serve-index@1.9.1 None +9 775 kB types
npm/@types/serve-static@1.15.0 None +2 691 kB types
npm/@types/sockjs@0.3.33 None +1 686 kB types
npm/@types/testing-library__jest-dom@5.14.2 Transitive: eval +11 1.05 MB types
npm/@types/tough-cookie@2.3.6 None 0 10.7 kB types
npm/@types/trusted-types@2.0.2 None 0 8.3 kB types
npm/@types/warning@3.0.0 None 0 2.09 kB types
npm/@types/ws@8.5.3 None +1 701 kB types
npm/@types/yargs-parser@15.0.0 None 0 8 kB types
npm/@typescript-eslint/eslint-plugin@5.39.0 Transitive: environment, filesystem +36 69.7 MB jameshenry
npm/@typescript-eslint/experimental-utils@5.39.0 Transitive: environment, filesystem +33 67.1 MB jameshenry
npm/@typescript-eslint/parser@5.39.0 Transitive: environment, filesystem +27 66.1 MB jameshenry
npm/@typescript-eslint/scope-manager@5.39.0 None +2 808 kB jameshenry
npm/@typescript-eslint/type-utils@5.39.0 Transitive: environment, filesystem +33 67.2 MB jameshenry
npm/@typescript-eslint/types@5.39.0 None 0 214 kB jameshenry
npm/@typescript-eslint/typescript-estree@5.39.0 environment, filesystem +25 65.5 MB jameshenry
npm/@typescript-eslint/utils@5.39.0 Transitive: environment, filesystem +32 67.1 MB jameshenry
npm/@typescript-eslint/visitor-keys@5.39.0 None +1 232 kB jameshenry
npm/@webassemblyjs/helper-numbers@1.11.1 None +3 213 kB xtuc
npm/abab@2.0.5 None 0 11.1 kB jeffcarp
npm/accepts@1.3.7 None +3 255 kB dougwilson
npm/acorn-import-assertions@1.8.0 None +1 1.13 MB xtuc
npm/acorn@7.1.1 None 0 1.11 MB marijn
npm/acorn5-object-spread@4.0.0 None 0 8.56 kB adrianheine
npm/address@1.1.2 environment, filesystem, shell 0 13.4 kB fengmk2
npm/agentkeepalive@4.2.1 network Transitive: environment, eval +4 161 kB fengmk2
npm/ajv@6.12.3 eval +5 1.54 MB esp
npm/alphanum-sort@1.0.2 None 0 6.4 kB trysound
npm/animate.css@3.7.2 None 0 183 kB eltonmesquita
npm/arg@5.0.1 None 0 13.7 kB leerobinson
npm/aria-query@4.2.2 Transitive: environment, eval, filesystem +3 1.39 MB jessebeach
npm/array-flatten@2.1.2 None 0 6.24 kB blakeembrey
npm/array-includes@3.1.5 Transitive: eval +41 3.39 MB ljharb
npm/array.prototype.flat@1.3.0 Transitive: eval +28 526 kB ljharb
npm/array.prototype.flatmap@1.3.0 Transitive: eval +27 489 kB ljharb
npm/asn1.js@4.10.1 unsafe +3 152 kB indutny
npm/asn1@0.2.4 None +1 60.3 kB melloc
npm/assert@1.4.1 Transitive: environment +2 81.2 kB cwmma
npm/assertion-error@1.1.0 None 0 5.64 kB chaijs
npm/ast-types-flow@0.0.7 None 0 125 kB kyldvs
npm/async-each@1.0.3 None 0 3.95 kB paulmillr
npm/aws4@1.9.1 environment 0 32.6 kB hichaelmart
npm/axe-core@4.4.3 None 0 1.89 MB npmdeque
npm/axobject-query@2.2.0 None 0 98.8 kB jessebeach
npm/babel-plugin-dynamic-import-node@2.3.3 None +5 149 kB ljharb
npm/babel-plugin-polyfill-corejs2@0.2.3 Transitive: environment, filesystem +60 11 MB nicolo-ribaudo
npm/babel-plugin-polyfill-corejs3@0.3.0 Transitive: environment, filesystem +62 11.5 MB nicolo-ribaudo
npm/babel-plugin-polyfill-regenerator@0.2.3 Transitive: environment, filesystem +60 10.9 MB nicolo-ribaudo
npm/babel-plugin-styled-components@1.13.3 filesystem Transitive: environment +47 12.1 MB probablyup
npm/babel-plugin-syntax-jsx@6.18.0 None 0 969 B hzoo
npm/balanced-match@1.0.0 None 0 6.7 kB juliangruber
npm/base64-js@1.3.1 None 0 9.18 kB feross
npm/bfj@7.0.2 filesystem Transitive: environment, eval, unsafe +4 1.13 MB philbooth
npm/binary-extensions@2.0.0 None 0 5.07 kB sindresorhus
npm/binary@0.3.0 None +3 122 kB substack
npm/bl@4.0.3 Transitive: environment +7 308 kB matteo.collina
npm/bn.js@4.11.8 None 0 99.4 kB indutny
npm/body-parser@1.19.0 network Transitive: environment, eval, filesystem +21 1.01 MB dougwilson
npm/bonjour-service@1.0.14 network +7 187 kB mdidon
npm/bootstrap@5.3.3 Transitive: environment +1 11.3 MB bootstrap-admin, mdo, xhmikosr
npm/browserify-rsa@4.0.1 None +3 149 kB dcousens
npm/browserify-sign@4.0.4 Transitive: unsafe +25 644 kB cwmma
npm/browserslist@4.17.6 environment, filesystem +5 1.62 MB ai
npm/buffer-from@1.1.1 None 0 4.97 kB linusu
npm/buffers@0.1.1 None 0 17.4 kB
npm/call-bind@1.0.2 Transitive: eval +4 90.7 kB ljharb
npm/camelize@1.0.0 None 0 5.67 kB substack
npm/caniuse-lite@1.0.30001279 None 0 1.42 MB caniuse-lite
npm/chai@4.2.0 None +6 883 kB chaijs
npm/chainsaw@0.1.0 None +1 59.9 kB
npm/check-error@1.0.2 None 0 20.2 kB chaijs
npm/check-types@11.1.2 None 0 64 kB philbooth
npm/chokidar@3.3.1 environment, filesystem +9 292 kB paulmillr
npm/cjs-module-lexer@1.2.2 None 0 138 kB guybedford
npm/classnames@2.3.2 None 0 18.8 kB dcousens
npm/cliui@5.0.0 None +8 119 kB bcoe
npm/collect-v8-coverage@1.0.1 unsafe 0 4.14 kB simenb
npm/colord@2.9.2 None 0 113 kB omgovich
npm/colorette@2.0.19 None 0 17 kB jorgebucaran
npm/common-tags@1.8.1 None 0 221 kB fatfisz
npm/component-emitter@1.3.0 None 0 8 kB nami-doc
npm/content-disposition@0.5.3 None +1 50.8 kB dougwilson
npm/content-type@1.0.4 None 0 10.2 kB dougwilson
npm/convert-source-map@1.8.0 filesystem +1 42 kB thlorenz
npm/cookie-parser@1.4.4 None +2 32 kB dougwilson
npm/cookie@0.4.0 None 0 17.9 kB dougwilson
npm/core-js-compat@3.19.1 Transitive: environment, filesystem +7 2.04 MB zloirock
npm/core-js-pure@3.20.3 environment, eval, filesystem 0 813 kB zloirock
npm/create-ecdh@4.0.3 None +9 399 kB cwmma
npm/css-to-react-native@3.0.0 environment +3 126 kB jacobp100
npm/cssnano-utils@3.0.0 None 0 5.54 kB ludovicofischer
npm/csstype@3.1.1 None 0 1.19 MB faddee
npm/debug@4.1.1 environment +1 88.3 kB qix
npm/decamelize-keys@1.1.0 None +2 9.43 kB dsblv
npm/decimal.js@10.4.1 None 0 283 kB mikemcl
npm/decode-uri-component@0.2.0 None 0 5.71 kB samverschueren
npm/decompress-zip@0.3.2 Transitive: environment, filesystem +14 502 kB sheerun
npm/deep-eql@3.0.1 None +1 96.1 kB chaijs
npm/deepmerge@4.2.2 None 0 30.1 kB tehshrike
npm/define-properties@1.1.3 None +1 49.6 kB ljharb
npm/defined@1.0.0 None 0 4.51 kB substack
npm/des.js@1.0.1 None +2 44.1 kB indutny
npm/destroy@1.0.4 filesystem 0 5.2 kB dougwilson
npm/detect-passive-events@1.0.4 None 0 6.43 kB rafrex
npm/detect-port-alt@1.1.6 network Transitive: environment, filesystem, shell +1 44.9 kB timer
npm/diff@3.5.0 None 0 622 kB kpdecker
npm/dns-equal@1.0.0 None 0 3.18 kB watson
npm/dom-accessibility-api@0.5.10 None 0 262 kB eps1lon
npm/domhandler@4.2.2 None 0 40 kB feedic
npm/duplexer@0.1.2 None 0 5.47 kB raynos
npm/ejs@3.1.8 eval, filesystem Transitive: environment, shell +9 1.26 MB mde
npm/electron-to-chromium@1.3.895 None 0 82.4 kB kilianvalkhof
npm/error-stack-parser@2.0.6 None +1 70 kB eriwen
npm/es-abstract@1.17.4 eval +14 1.19 MB ljharb
npm/es-module-lexer@0.9.3 None 0 79.7 kB guybedford
npm/es-shim-unscopables@1.0.0 None +2 37.9 kB ljharb
npm/escalade@3.1.1 filesystem 0 11.4 kB lukeed
npm/eslint-import-resolver-node@0.3.6 Transitive: environment +6 107 kB ljharb
npm/eslint-module-utils@2.7.4 None +1 41.7 kB ljharb
npm/eslint-plugin-import@2.26.0 filesystem, unsafe Transitive: environment, eval +68 5.23 MB ljharb
npm/eslint-plugin-jsx-a11y@6.6.1 Transitive: environment, eval, filesystem +58 9.58 MB ljharb
npm/eslint-plugin-react@7.31.8 filesystem Transitive: environment, eval +74 6.36 MB ljharb
npm/eslint-plugin-testing-library@5.7.2 filesystem Transitive: environment +33 67.3 MB testing-library-bot
npm/eslint-utils@3.0.0 None 0 358 kB mysticatea
npm/eslint-webpack-plugin@3.1.1 filesystem Transitive: eval +13 2.62 MB ricardogobbosouza
npm/esquery@1.4.0 None 0 986 kB michaelficarra
npm/express-session@1.17.0 environment Transitive: eval +8 190 kB dougwilson
npm/express@4.17.1 environment, filesystem, network Transitive: eval +47 1.58 MB dougwilson
npm/fast-deep-equal@3.1.1 None 0 12.9 kB esp
npm/fast-safe-stringify@2.0.7 None 0 34 kB davidmarkclements
npm/fastq@1.13.0 None +1 47.7 kB matteo.collina
npm/fb-watchman@2.0.1 environment, network, shell +2 45.1 kB wez
npm/finalhandler@1.1.2 environment +7 72.8 kB dougwilson
npm/find-up@3.0.0 Transitive: filesystem +5 28.2 kB sindresorhus
npm/flat@4.1.0 None +1 25.2 kB timoxley
npm/follow-redirects@1.14.8 network 0 26.6 kB rubenverborgh
npm/forwarded@0.1.2 None 0 5.55 kB dougwilson
npm/fraction.js@4.2.0 None 0 67.4 kB infusion
npm/fs-monkey@1.0.3 filesystem, unsafe 0 22.9 kB streamich
npm/fsevents@2.1.2 None 0 44.8 kB paulmillr
npm/function-bind@1.1.1 None 0 25.2 kB ljharb
npm/function.prototype.name@1.1.5 Transitive: eval +25 462 kB ljharb
npm/get-func-name@2.0.0 None 0 9.83 kB chaijs
npm/get-intrinsic@1.1.1 eval +3 75.9 kB ljharb
npm/get-symbol-description@1.0.0 Transitive: eval +5 101 kB ljharb
npm/glob@7.1.6 filesystem Transitive: environment +10 144 kB isaacs
npm/global-modules@2.0.0 environment Transitive: filesystem +4 44.5 kB jonschlinkert
npm/global-prefix@3.0.0 environment, filesystem +3 38 kB jonschlinkert
npm/globule@1.3.3 filesystem Transitive: environment +12 1.57 MB vladikoff
npm/graceful-fs@4.2.3 environment, filesystem 0 27.6 kB isaacs
npm/grapheme-splitter@1.0.4 None 0 237 kB orling
npm/growl@1.10.5 environment, filesystem, shell 0 59.3 kB deiga
npm/har-validator@5.1.3 Transitive: eval +7 1.56 MB ahmadnassri
npm/has-bigints@1.0.1 None 0 10.2 kB ljharb
npm/has-property-descriptors@1.0.0 Transitive: eval +4 85.2 kB ljharb
npm/has-symbols@1.0.1 None 0 15.5 kB ljharb
npm/has-tostringtag@1.0.0 None +1 28.9 kB ljharb
npm/has@1.0.3 None +1 27.9 kB ljharb
npm/hash-base@3.0.4 None +2 41.7 kB dcousens
npm/hosted-git-info@4.0.2 None +2 60.2 kB nlf
npm/http-cache-semantics@4.1.0 None 0 36.2 kB kornel
npm/http-errors@1.7.2 Transitive: environment, eval +5 70.7 kB dougwilson
npm/idb@7.1.0 None 0 90.3 kB jaffathecake
npm/ieee754@1.1.13 None 0 6.25 kB feross
npm/ini@1.3.8 None 0 9.3 kB isaacs
npm/insert-module-globals@7.2.0 Transitive: filesystem +26 2.33 MB goto-bus-stop
npm/internal-slot@1.0.3 Transitive: eval +6 121 kB ljharb
npm/is-accessor-descriptor@0.1.6 None +2 26.3 kB jonschlinkert
npm/is-callable@1.1.5 None 0 17.6 kB ljharb
npm/is-core-module@2.8.0 None +2 52.9 kB ljharb
npm/is-data-descriptor@0.1.4 None +2 25.5 kB jonschlinkert
npm/is-date-object@1.0.2 None 0 20.4 kB ljharb
npm/is-descriptor@0.1.6 None +5 58.3 kB jonschlinkert
npm/is-glob@4.0.1 None +1 17.5 kB phated
npm/is-negative-zero@2.0.1 None 0 24.1 kB ljharb
npm/is-number-object@1.0.6 None +2 49.6 kB ljharb
npm/is-regex@1.0.5 None +2 51.3 kB ljharb
npm/is-root@2.1.0 None 0 2.68 kB sindresorhus
npm/is-shared-array-buffer@1.0.1 None 0 9.2 kB ljharb
npm/is-symbol@1.0.3 None +1 37.6 kB ljharb
npm/is-weakref@1.0.1 Transitive: eval +5 105 kB ljharb
npm/jake@10.8.5 environment, filesystem, shell +8 1.12 MB mde
npm/jest-pnp-resolver@1.2.2 None 0 5.71 kB arcanis
npm/js-sdsl@4.1.5 None 0 438 kB yaozilong
npm/js-yaml@3.13.1 eval Transitive: environment, filesystem +3 749 kB vitaly
npm/json5@2.2.0 None +1 276 kB jordanbtucker
npm/jsonify@0.0.0 None 0 14.7 kB
npm/jsx-ast-utils@3.3.3 Transitive: eval +42 3.62 MB ljharb
npm/klona@2.0.5 None 0 23 kB lukeed
npm/language-tags@1.0.5 None +1 1.58 MB mcg
npm/lazystream@1.0.0 None +6 90.7 kB jpommerening
npm/lilconfig@2.0.4 filesystem 0 14.8 kB antonk52
npm/lines-and-columns@1.1.6 None 0 7.08 kB eventualbuddha
npm/locate-path@3.0.0 Transitive: filesystem +4 23.3 kB sindresorhus
npm/log-symbols@3.0.0 environment +7 89.2 kB sindresorhus
npm/lz-string@1.4.4 None 0 173 kB pieroxy
npm/memfs@3.4.7 filesystem Transitive: unsafe +1 202 kB streamich
npm/mime-db@1.43.0 None 0 194 kB dougwilson
npm/mime-types@2.1.26 None +1 210 kB dougwilson
npm/minimatch@3.0.4 None +3 55.7 kB isaacs
npm/minimist@1.2.6 None 0 33.2 kB substack
npm/minipass@3.1.5 None +1 52.4 kB isaacs
npm/mkdirp@0.5.1 filesystem +1 42.5 kB substack
npm/mkpath@0.1.0 filesystem 0 13.8 kB jrajav
npm/mocha@7.1.1 environment, filesystem Transitive: eval, shell +92 6.3 MB juergba
npm/nan@2.14.0 None 0 417 kB kkoopa
npm/nanoid@3.2.0 None 0 26.9 kB ai
npm/negotiator@0.6.2 None 0 28.1 kB dougwilson
npm/ngrok@3.2.7 environment, filesystem, shell Transitive: eval, network +71 33.5 MB bubenshchykov
npm/node-environment-flags@1.0.6 Transitive: eval +16 1.24 MB boneskull
npm/node-gyp@9.2.0 environment, shell Transitive: eval, filesystem, network +90 4.73 MB rvagg
npm/node-releases@2.0.1 None 0 23.1 kB chicoxyzzy
npm/nopt@3.0.6 environment +1 36.1 kB othiym23
npm/nwsapi@2.2.0 None 0 80.5 kB diego
npm/object-hash@2.2.0 None 0 59 kB addaleax
npm/object-inspect@1.7.0 None 0 30.6 kB ljharb
npm/object.assign@4.1.0 None +4 137 kB ljharb
npm/object.entries@1.1.5 Transitive: eval +32 1.81 MB ljharb
npm/object.fromentries@2.0.5 Transitive: eval +26 476 kB ljharb
npm/object.getownpropertydescriptors@2.1.0 Transitive: eval +15 1.22 MB ljharb
npm/object.hasown@1.1.1 Transitive: eval +26 478 kB ljharb
npm/object.values@1.1.5 Transitive: eval +28 535 kB ljharb
npm/on-finished@2.3.0 None +1 18.6 kB dougwilson
npm/p-limit@2.2.2 None +1 11.1 kB sindresorhus
npm/p-locate@3.0.0 None +2 16.1 kB sindresorhus
npm/parse-asn1@5.1.5 Transitive: unsafe +16 323 kB cwmma
npm/path-exists@3.0.0 filesystem 0 3.32 kB sindresorhus
npm/pathval@1.1.1 None 0 15.8 kB chai
npm/pbkdf2@3.0.17 None +9 122 kB cwmma
npm/picomatch@2.2.1 None 0 92.5 kB jonschlinkert
npm/pkg-up@3.1.0 Transitive: filesystem +6 32.4 kB sindresorhus
npm/platform@1.3.5 None 0 45 kB d10
npm/postcss-js@4.0.0 None +1 12.4 kB ai
npm/postcss-nested@5.0.6 None +3 361 kB ai
npm/postcss-opacity-percentage@1.1.2 None 0 4.87 kB dreamseer
npm/postcss-selector-parser@6.0.6 None +2 349 kB evilebottnawi
npm/postcss-value-parser@4.0.3 None 0 26.3 kB evilebottnawi
npm/promise@8.1.0 eval +1 129 kB forbeslindesay
npm/prop-types@15.7.2 environment +4 148 kB ljharb
npm/proxy-addr@2.0.6 None +2 63.3 kB dougwilson
npm/psl@1.7.0 None 0 432 kB lupomontero
npm/punycode@2.1.1 None 0 32.4 kB mathias
npm/qs@6.5.2 None 0 114 kB ljharb
npm/querystring@0.2.0 None 0 33.3 kB gozala
npm/raw-body@2.4.0 network Transitive: environment, eval +9 476 kB dougwilson
npm/react-dev-utils@12.0.0 Transitive: environment, eval, filesystem, network, shell, unsafe +104 71.2 MB iansu
npm/react-is@16.13.0 environment 0 23.9 kB threepointone
npm/readable-stream@3.6.0 environment +3 146 kB matteo.collina
npm/readdirp@3.3.0 filesystem +1 112 kB paulmillr
npm/recursive-readdir@2.2.2 filesystem +4 72.8 kB jergason
npm/regenerate-unicode-properties@9.0.0 None +1 454 kB google-wombot
npm/regenerator-runtime@0.13.5 None 0 26.8 kB benjamn
npm/regenerator-transform@0.14.5 None +2 245 kB benjamn
npm/regex-parser@2.2.11 None 0 7.59 kB ionicabizau
npm/regexpp@3.2.0 None 0 302 kB mysticatea
npm/regexpu-core@4.8.0 None +9 630 kB google-wombot
npm/regjsgen@0.5.2 None 0 14.3 kB d10
npm/regjsparser@0.7.0 None +1 86.6 kB jviereck
npm/repeat-element@1.1.3 None 0 5.32 kB jonschlinkert
npm/request-promise-core@1.1.3 Transitive: environment, eval, filesystem, network +48 5.3 MB analog-nico
npm/request-promise-native@1.0.8 Transitive: environment, eval, filesystem, network +50 5.32 MB analog-nico
npm/request@2.88.2 environment, filesystem, network Transitive: eval +46 3.87 MB mikeal
npm/require-main-filename@2.0.0 None 0 3.93 kB bcoe
npm/resolve.exports@1.1.0 None 0 20.3 kB lukeed
npm/resolve@1.15.0 filesystem +1 103 kB ljharb
npm/safe-regex-test@1.0.0 Transitive: eval +7 127 kB ljharb
npm/sanitize.css@10.0.0 None 0 34.4 kB jonathantneal
npm/semver@6.3.0 None 0 67.1 kB isaacs
npm/send@0.17.1 filesystem, network Transitive: environment, eval +14 184 kB dougwilson
npm/serve-static@1.14.1 Transitive: environment, eval, filesystem, network +16 219 kB dougwilson
npm/setprototypeof@1.1.1 None 0 3.91 kB wesleytodd
npm/shell-quote@1.7.3 None 0 22.2 kB substack
npm/side-channel@1.0.4 Transitive: eval +5 105 kB ljharb
npm/signal-exit@3.0.2 None 0 9.43 kB isaacs
npm/simple-concat@1.0.0 None 0 4.04 kB feross
npm/socks@2.7.1 network +2 304 kB joshglazebrook
npm/source-map-loader@3.0.1 None +3 233 kB evilebottnawi
npm/source-map-support@0.5.20 filesystem +1 90.1 kB linusu
npm/source-map-url@0.4.0 None 0 19.4 kB lydell
npm/spdx-correct@3.1.0 None +3 44.1 kB kemitchell
npm/spdx-exceptions@2.2.0 None 0 2.57 kB kemitchell
npm/spdx-expression-parse@3.0.0 None +2 22.5 kB kemitchell
npm/spdx-license-ids@3.0.5 None 0 8.03 kB shinnn
npm/sshpk@1.16.1 Transitive: environment, filesystem +9 660 kB arekinath
npm/stackframe@1.2.0 None 0 31.9 kB eriwen
npm/stealthy-require@1.1.1 None 0 12.5 kB analog-nico
npm/string.prototype.matchall@4.0.7 Transitive: eval +26 497 kB ljharb
npm/string.prototype.trimend@1.0.4 Transitive: eval +7 157 kB ljharb
npm/string.prototype.trimleft@2.1.1 None +3 86.2 kB ljharb
npm/string.prototype.trimright@2.1.1 None +3 86.2 kB ljharb
npm/string.prototype.trimstart@1.0.4 Transitive: eval +7 157 kB ljharb
npm/strip-ansi@5.2.0 None 0 4.17 kB sindresorhus
npm/tailwindcss@3.0.15 environment, filesystem Transitive: unsafe +58 7.33 MB adamwathan
npm/tapable@1.1.3 None 0 40.6 kB sokra
npm/tar-stream@2.1.2 filesystem Transitive: environment +12 351 kB mafintosh
npm/tar@6.1.11 environment, filesystem +4 244 kB isaacs
npm/timsort@0.3.0 None 0 58.7 kB mziccard
npm/tiny-invariant@1.2.0 None 0 11.2 kB alexreardon
npm/toidentifier@1.0.0 None 0 4.33 kB dougwilson
npm/touch@0.0.3 filesystem Transitive: environment +2 39.1 kB isaacs
npm/tough-cookie@2.5.0 network +2 551 kB jstash
npm/traverse@0.3.9 None 0 39.5 kB
npm/tsconfig-paths@3.14.1 environment, filesystem, unsafe +3 298 kB jonaskello
npm/tty-browserify@0.0.0 None 0 1.99 kB substack
npm/unbox-primitive@1.0.1 Transitive: eval +14 257 kB ljharb
npm/unicode-match-property-value-ecmascript@2.0.0 None 0 25.6 kB google-wombot
npm/unicode-property-aliases-ecmascript@2.0.0 None 0 5.98 kB google-wombot
npm/update-browserslist-db@1.0.10 filesystem, shell Transitive: environment +6 1.63 MB ai
npm/uri-js@4.2.2 None +1 566 kB garycourt
npm/url-parse@1.5.9 None +2 77.8 kB swaagie
npm/url@0.11.0 None +2 133 kB defunctzombie
npm/wd@1.12.1 environment, filesystem, network Transitive: eval +93 8.05 MB jlipps
npm/whatwg-fetch@3.6.2 network 0 54.8 kB jakechampion
npm/which-module@2.0.0 None 0 4.58 kB nexdrew
npm/which@1.3.1 environment Transitive: filesystem +1 20.4 kB isaacs
npm/wide-align@1.1.3 None +3 15.3 kB iarna
npm/word-wrap@1.2.3 None 0 10.6 kB jonschlinkert
npm/workbox-recipes@6.5.4 None +1 197 kB tropicadri
npm/wrap-ansi@5.1.0 None +4 59.5 kB sindresorhus
npm/y18n@4.0.1 filesystem 0 10.7 kB oss-bot
npm/yargs-parser@13.1.2 environment +2 67.5 kB oss-bot
npm/yargs-unparser@1.6.0 Transitive: environment, filesystem +28 1.93 MB bcoe
npm/yargs@13.3.2 environment, filesystem +24 483 kB oss-bot

๐Ÿšฎ Removed packages: npm/bootstrap@5.1.3

View full reportโ†—๏ธŽ

@renovate renovate bot changed the title Update dependency bootstrap to v5.3.1 Update dependency bootstrap to v5.3.2 Sep 14, 2023
@renovate renovate bot changed the title Update dependency bootstrap to v5.3.2 Update dependency bootstrap to v5.3.3 Feb 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants