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 all dependencies #25

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

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Nov 6, 2020

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@ionic/pwa-elements 3.0.1 -> 3.3.0 age adoption passing confidence
@types/reactstrap 8.5.2 -> 8.7.2 age adoption passing confidence
bootstrap (source) 4.5.0 -> 4.6.2 age adoption passing confidence
electron 10.1.5 -> 10.4.7 age adoption passing confidence
prettier (source) 2.1.2 -> 2.8.8 age adoption passing confidence
reactstrap 8.5.1 -> 8.10.1 age adoption passing confidence
ts-node (source) 9.0.0 -> 9.1.1 age adoption passing confidence
typescript (source) 4.0.2 -> 4.9.5 age adoption passing confidence

Release Notes

ionic-team/ionic-pwa-elements (@​ionic/pwa-elements)

v3.3.0

Compare Source

v3.2.2

Compare Source

Bug Fixes

fix: unexpected token when parsing module (#​124)(2a51447)

v3.2.1

Compare Source

Bug Fixes

fix: enable es5 build output (#​122)(c0d8831)

v3.2.0

Compare Source

Bug Fixes

fix: load dynamic imports with vite (#​118)(5f3cde4), closes #​109

v3.1.1

Compare Source

v3.1.0

Compare Source

  • fix: stopStream causes the browser to freeze on some Android 11 devices (#​78) fb3f55e
  • refactor: Change console log to debug (#​103) ac23158
  • feat(camera): Allow to configure camera direction (#​102) 92d49f7

v3.0.3

Compare Source

v3.0.2

Compare Source

reactstrap/reactstrap (@​types/reactstrap)

v8.7.1

Compare Source

Bug Fixes

v8.7.0

Bug Fixes
Features
twbs/bootstrap (bootstrap)

v4.6.2

Compare Source

Highlights

  • Added an example to our Collapse plugin docs to show how to use horizontal collapsing. This has long been possible via our JS, but we never had an official class to utilize it.
  • We've replaced the deprecated color-adjust with print-color-adjust in our Sass files as part of the Autoprefixer v10.4.6 issues. This should quiet the issues folks have seen from that dependency change. If you're using our distribution CSS files, like bootstrap.min.css, you may still see the warning.
  • Tweaked the size of small and .small to compute to a whole pixel value (was 12.8px and now is 14px).
  • Improved accessibility around our dropdowns, color contrast, and role attributes.
  • Fixed some broken links to supporting documentation.
  • Updated dependencies across the board.

What's Changed

New Contributors

Full Changelog: twbs/bootstrap@v4.6.1...v4.6.2

v4.6.1: 4.6.1

Compare Source

What's changed
Full changelog

twbs/bootstrap@v4.6.0...v4.6.1

v4.6.0

Compare Source

Highlights
  • Tooltips and popovers can have custom clases via customClass option.
  • Added new .navbar-nav-scroll class for scrolling expanded navbar contents on mobile devices.
  • For improved accessibiliy, spinners now slow down when prefers-reduced-motion is enabled.
  • v4.x docs are now built on Hugo for easier maintenance and backports from v5.x.
  • Darkened background-color of .dropdown-item for improved hover state contrast, and ligthened the disabled .dropdown-item color.
  • Improved alignment of form validation tooltips.
  • File inputs no longer extend beyond their containers.
CSS
  • #​31557: Fix form validation tooltip alignment
  • #​31657: Handle the Ubuntu sans-serif case
  • #​31700: Suppress flexbox side effects in breadcrumb
  • #​31882: Slow down spinners when prefers-reduced-motion
  • #​31886: Fixed: Undefined mixin "deprecate" when importing "bootstrap-grid-scss"
  • #​32141: Use correct value order
  • #​32145: Avoid invisible real file input "spilling" out of container
  • #​32160: Add overflow suppression to custom file label
  • #​32211: Move negative margin-bottom from .nav-item to .nav-link
  • #​32212: Remove needless Stylelint disables
  • #​32833: Add .navbar-nav-scroll for vertical scrolling of navbar content
  • Add two new variables for pagination border-radius values; backport of #​32423
  • Remove old/unnecessary reboot bug fix; backport of #​32631
  • Suppress focus outline for buttons when it shouldn't be visible in Chromium; backport of #​32689
  • Consistently use outline:0 rather than outline:none; backport of #​32751
  • Darken dropdown item hover style; backport of #​32754
  • Lighten disabled dropdown text to $gray-500
JS
  • #​31820: Check for data-interval on the first slide of carousel
  • #​31834/#​32225: tooltip/popover: add a customClass option
  • #​32001: Move js/src/index.js one folder up
  • #​32045: tests: fix sanitizer test
  • #​32220: Don't hide modal when config.keyboard is false
  • #​32312: build-plugins: switch to "bundled" for babel helpers
Docs
  • #​31861: Split up dropdown sizing docs to improve rendering
  • #​31892: Remove redundant visually hidden "(current)" from pagination controls
  • #​31893: manifest.json: Switch to relative URLs so that we don't need to change the path with every major/minor release
  • #​31898: switch to suggesting jsDelivr as a CDN
  • #​31904:
    • docs(forms): use a legend for fieldset instead of aria-label
    • docs(forms): fix incorrect legend nesting in fieldset
  • #​31936: forms: change inline custom radio name
  • #​31951: Update anchor-js to v4.3.0
  • #​31960: Explicitly mention emoji fonts, tweak sentence in typography
  • #​31981: list-group.md: fix snippet
  • #​32005: Remove bugreport.apple.com since it doesn't work
  • #​32015: Fix redirects
  • #​32050: Make docs anchorjs links darker on keyboard focus
  • #​32054: Add callouts about using light colors ideally on a dark background
  • #​32077: Switch to Hugo
  • #​32083: mention "Liberation Sans"
  • #​32087: download.md: link to JS files comparison too
  • #​32094: Changes to navbar documentation/explanation
  • #​32106: Clarify JS bundle docs once more for v4
  • #​32137: input-group.md: fix wrong class .visually-hidden
  • #​32138: navbar.md: remove loading=lazy from snippets
  • #​32147: Fix caniuse.com redirects
  • #​32151: Mention user-select-all support in docs
  • #​32196: homepage: split snippets and show copy buttons
  • #​32203: Switch to jsDelivr for the remaining docs assets
  • #​32223: introduction: split comments
  • #​32247: Fix typos in tooltip/popover docs
  • #​32253: Add Russian translation
  • #​32363: Remove useless .text-left in Layout / Overview
  • #​32399: Remove duplicated "follow Bootstrap on Twitter" link in Community section
  • #​32457: Add mention of the bs-custom-file-input plugin needed for the custom file input
  • #​32461: style clipboard button on :focus, not just :hover
  • #​32462: Replace Lorem Ipsum placeholder text with more representative (or at least english language) text
  • #​32634: Remove incorrect mention of dropdowns for dynamic tab behavior
  • #​32639: v4: Add an actual data-touch="false" example in the carousel docs
  • #​32728: add v5.0 in versions
  • #​32761: Mention stretched-link constraints with table elements
  • #​32789: Remove role="button" from CTA links in carousel example
  • #​32791: Docs v4: Sass implementation and rounding precision
  • #​32809:
    • Clarify Sass import and customize docs for how to modify variable defaults
    • Add an npm starter project callout to a few pages
  • #​32827: Add a live toast example to the docs
  • #​32759: Mention CSP and embedded SVGs in v4 docs
  • docs(dropdowns): clarify where is .show applied
  • Require .has-validation for input groups with validation
  • Fix mobile menu jump & double border
  • Remove double spaces from homepage SVGs
  • browserconfig.xml: switch to relative image path
  • Tweak the wording for collapse to indicate button is preferred/more semantic; backport of #​32632
  • Clarify the $enable-shadows option in our docs; backport of #​32685
Examples
  • #​31979: v4 Examples/Floating-labels: fix bad behavior with autofill
  • #​32198: examples: add the version number in title
Misc
  • #​29753: Improve build/generate-sri.js regex
  • #​32003: CI: switch to Node.js 14
  • #​32008: Update Edge's Rendering Engine on CONTRIBUTING.md
  • #​32486: BrowserStack: test on macOS Catalina instead of High Sierra
  • #​32756: Stylelint: disallow some property values
  • Fix for npm 7.x package.json: move version_short variable under the config object; backport of #​32737
  • Update build-examples script so that the resulting examples zip file includes only the needed files
  • Various CI tweaks
  • Updated devDependencies

v4.5.3

Compare Source

CSS
  • #​31653: Add a comment to our escape-svg function to note that data URIs must be quoted.
  • #​31693: Use the custom-control shadow variable instead of the generic input-focus-box-shadow.
  • #​31793: Backport some v5 changes (improved th styling in Reboot, custom form field styling when printing, and improvements to .text-break).
    • #​29714: Keep custom check, radio, and switch theme when printing.
    • #​30781: Reboot's th updates: Inherit font-weight: bold that comes from user agent stylesheets.
    • #​30932: .text-break changes to drop overflow-wrap and use word-wrap once again
    • #​31754: Improve versions page rendering (also reversed the order while I was here)
  • #​31846: Backports the z-index change to .close buttons in dismissible .alerts.
JS
  • #​31000: Avoid multiple change event trigger in buttons plugin. Not applicable to v5 since our button JS plugin has been mostly replaced with pure CSS.
  • #​31673: Fix dropdown variable always evaluating to true.
  • #​31696: Ensure hidePrevented.bs.modal can be prevented.
  • #​31718: Backports new $dropdown-padding-x variable from v5.
Docs
  • #​30811: Mention GPU acceleration fix in docs callout for popovers. Doesn't apply to v5 since we're updating to Popper v2.
  • #​30838: Explain the dispose method more appropriately.
  • #​31706: Backports updated margins for code snippets for improved readability.
  • #​31769: Backports JS bundle guidance from v5.
  • #​31851: Backports mention of missing to and nextwhenvisible methods.
Misc
  • #​31297: Switch to xo ESLint config
  • Updated devDependencies versions

v4.5.2

Compare Source

This release addresses the following two issues:

  • #​31438 restores the make-container-max-widths mixin. We won't be using the mixin ourselves, but it will remain in the codebase for the rest of v4 with today's release. We've added a deprecation notice as well.
  • #​31439 removes flex: 1 0 100% from .rows. This was added to address shrinking rows inside the navbar component after our responsive containers were added in v4.4.0. Removing this rolls us back to the expected grid and flex behavior—your row will shrink unfortunately without further changes. We could add extra custom CSS to address this, but it seems shortsighted to rush into that. Instead, apply .flex-fill to the .row and your row will behave as usual.

v4.5.1

Compare Source

CSS
  • #​30808: Simplify list-group borders in cards
  • #​30810: Add z-index to .custom-check to fix their rendering in CSS columns
  • #​30817: Add border-radius to .card-img-overlay
  • #​30830: Prevent conflicts with components with classes
  • #​30922: Fix color on disabled checked state for custom controls
  • #​30932: Restore word-break: break-word; on .text-break utility.
  • #​30940: Prevent .row from shrinking in flex containers
  • #​30957: Nullify custom form states' box-shadow
  • #​30959: Toasts in IE11
  • #​30960: Fix IE11 validation tooltip alignment in input groups
  • #​30965: Improve floating labels example in IE
  • #​30966: Improve floating labels with Edge and a general refactor
  • #​30969: Remove duplicated container breakpoints in compiled CSS
  • #​30999: Revert min-width: 0 on .col due to unforeseen side effects
  • #​31148: Remove duplicate properties on custom controls
  • #​31165: Remove backdrop-filter from docs subnav and toasts
  • #​31339: Add link to view docs pages on GitHub
  • #​31347: Turn off scroll anchoring for accordions
  • #​31381: Remove overflow: hidden from toasts
JavaScript
  • #​30326: Prevent overflowing static backdrop modal animation
  • #​30936: Add role="dialog" in modals via JavaScript
  • #​30992: Avoid preventing input event onclick
  • #​31155: Clear timeout before showing the toast
Build
Docs
  • #​30809: Update docs callout for responsive SVG images
  • #​30813: Mention Bootstrap Icons in extend/icons.md page
  • #​30896: Improve wording on Downloads page
  • #​30897: Prevent skip links from overlapping header in docs
  • #​30973: Update some nav examples by removing .nav-item from .nav-link to be more consistent
  • #​31070: Fix some broken examples and typos
  • #​31135: Move color utility callouts to start of page
  • #​31234: Clean up docs forms for accessibility
  • #​31344: Mention toasts in the components requiring JavaScript page
electron/electron (electron)

v10.4.7: electron v10.4.7

Compare Source

Release Notes for v10.4.7

Other Changes

End of Support for 10.x.y

Electron 10.x.y has reached end-of-support as per the project's support policy. Developers and applications are encouraged to upgrade to a newer version of Electron.

v10.4.6: electron v10.4.6

Compare Source

Release Notes for v10.4.6

Fixes

  • Fixed <webview> focus / blur events not working with contextIsolation enabled. #​29026 (Also in 11, 12, 13)
  • Fixed an issue where events on webview elements were missing properties if contextIsolation was enabled. #​29143 (Also in 11)

v10.4.5: electron v10.4.5

Compare Source

Release Notes for v10.4.5

Other Changes

v10.4.4: electron v10.4.4

Compare Source

Release Notes for v10.4.4

Fixes

  • No longer set backgroundColor in default-app when opening custom files / URLs. #​28840 (Also in 11, 12, 13)

Other Changes

v10.4.3: electron v10.4.3

Compare Source

Release Notes for v10.4.3

Fixes

  • Fixed an issue where the thumbar disappeared after win.hide() on Windows. #​28388 (Also in 11, 12, 13)

Other Changes

v10.4.2: electron v10.4.2

Compare Source

Release Notes for v10.4.2

Fixes

  • Fixed desktopCapturer.getSources() promise result sometimes never resolving. #​28279 (Also in 11, 12, 13)
  • Fixed an issue where the drag regions in BrowserViews on macOS could be off in their y-axis. #​28295 (Also in 11, 12, 13)
  • URLS passed to shell.openExternal on windows are now correctly URI encoded. This was already occurring on macOS and Linux. #​28339 (Also in 11, 12, 13)

Other Changes

v10.4.1: electron v10.4.1

Compare Source

Release Notes for v10.4.1

Fixes

  • Fixed BrowserWindow.documentEdited property on top level window. #​28159 (Also in 11, 12)
  • Fixed a potential crash when resetting BrowserViews. #​27946 (Also in 11, 12)
  • Fixed an issue where BrowserViews could have mismatched draggable regions to their bounds. #​27986 (Also in 11, 12)
  • Fixed an issue where libuv might hang with multiple subframes when nodeIntegrationInSubframes is enabled. #​27881 (Also in 11, 12)
  • Fixed an out-of-bounds access in WebContents.sendInputEvent. #​27854 (Also in 11, 12)
  • Fixed background color not being applied for child windows created by native window.open path. #​27945 (Also in 11, 12)
  • Fixed issue where window.open() would not return an object with a location.href setter when contextIsolation is enabled and nativeWindowOpen is disabled. #​28160 (Also in 12)
  • Fixed native window.open() to not use windowName/frameName as title by default. #​27868 (Also in 11, 12)
  • Fixed warning when worldSafeExecuteJavaScript is disabled. #​27974 (Also in 11, 12)

Other Changes

v10.4.0: electron v10.4.0

Compare Source

Release Notes for v10.4.0

Features

  • Added win.setTopBrowserView() so that BrowserViews can be raised. #​27711 (Also in 11, 12)

Fixes

  • Fixed OS-level shortcuts on macOS (e.g. Ctrl + F2, ⌘ + ~). #​27812 (Also in 11, 12)
  • Fixed an Uncaught TypeError when opening DevTools. #​27691 (Also in 11)
  • Fixed an erroneous enableBlinkFeatures warning shown webviews which enabled no Blink features. #​27788 (Also in 11, 12)
  • Fixed an issue where deleted download directories would be sometimes recreated by the operating system. #​27807 (Also in 11, 12)
  • Fixed an occasional white flicker present when rendering BrowserViews in close succession. #​27660 (Also in 11, 12)
  • Fixed crash when destroying WebContents in the crashed event. #​27758 (Also in 11, 12)
  • Fixed memory leak when sending non-primitives over the context bridge. #​27637 (Also in 11, 12)

Other Changes

@renovate renovate bot force-pushed the renovate/all-dependencies branch from 75cb3dc to f9b37d0 Compare November 18, 2020 17:54
@renovate renovate bot changed the title Update dependency @types/reactstrap to v8.7.1 Update all dependencies Nov 18, 2020
@renovate renovate bot force-pushed the renovate/all-dependencies branch from f9b37d0 to 88c7655 Compare November 20, 2020 05:10
@renovate renovate bot force-pushed the renovate/all-dependencies branch 3 times, most recently from 3939265 to 32ddf74 Compare December 3, 2020 09:09
@renovate renovate bot force-pushed the renovate/all-dependencies branch from 32ddf74 to 07e9708 Compare December 7, 2020 15:10
@renovate renovate bot force-pushed the renovate/all-dependencies branch from 07e9708 to 65e0075 Compare January 22, 2021 11:54
@renovate renovate bot force-pushed the renovate/all-dependencies branch from 65e0075 to 24795b8 Compare April 26, 2021 13:05
@renovate renovate bot force-pushed the renovate/all-dependencies branch from 24795b8 to 4e8d0c7 Compare May 9, 2021 22:16
@renovate renovate bot force-pushed the renovate/all-dependencies branch from 4e8d0c7 to b407766 Compare June 6, 2021 20:49
@renovate renovate bot force-pushed the renovate/all-dependencies branch from b407766 to b4f610a Compare October 18, 2021 14:53
@renovate renovate bot force-pushed the renovate/all-dependencies branch from b4f610a to c1f7f6b Compare March 7, 2022 10:56
@renovate renovate bot force-pushed the renovate/all-dependencies branch from c1f7f6b to fd2929c Compare March 26, 2022 14:48
@renovate renovate bot force-pushed the renovate/all-dependencies branch from fd2929c to 38deaad Compare April 24, 2022 18:58
@renovate renovate bot force-pushed the renovate/all-dependencies branch from 38deaad to 76dbfc9 Compare June 18, 2022 14:04
@renovate renovate bot force-pushed the renovate/all-dependencies branch from 76dbfc9 to f5f16b8 Compare March 16, 2023 07:36
@renovate renovate bot force-pushed the renovate/all-dependencies branch 2 times, most recently from f3479ed to 4cc7fdc Compare March 24, 2023 09:09
@renovate renovate bot force-pushed the renovate/all-dependencies branch from 4cc7fdc to c7d645f Compare April 3, 2023 09:52
@renovate renovate bot force-pushed the renovate/all-dependencies branch from c7d645f to 63413e3 Compare April 17, 2023 11:23
@renovate renovate bot force-pushed the renovate/all-dependencies branch from 63413e3 to f0a919f Compare May 28, 2023 09:09
@renovate renovate bot force-pushed the renovate/all-dependencies branch from f0a919f to bef1ee0 Compare June 4, 2023 10:59
@renovate renovate bot force-pushed the renovate/all-dependencies branch 3 times, most recently from 3da456f to 43c5a57 Compare June 19, 2023 08:39
@renovate renovate bot force-pushed the renovate/all-dependencies branch 2 times, most recently from e4c8ec1 to c1d6d80 Compare July 5, 2023 22:11
@renovate renovate bot force-pushed the renovate/all-dependencies branch 2 times, most recently from f9201f5 to e99f774 Compare July 6, 2023 17:54
@renovate renovate bot force-pushed the renovate/all-dependencies branch 2 times, most recently from cfef4c9 to c28d491 Compare July 27, 2023 17:37
@renovate renovate bot force-pushed the renovate/all-dependencies branch from c28d491 to e908251 Compare August 1, 2023 15:00
@renovate renovate bot force-pushed the renovate/all-dependencies branch from e908251 to 2c7de70 Compare August 9, 2023 12:28
@renovate renovate bot force-pushed the renovate/all-dependencies branch 2 times, most recently from f2933dd to dac9c2f Compare August 27, 2023 09:15
@renovate renovate bot force-pushed the renovate/all-dependencies branch 2 times, most recently from 958116f to 96f7d57 Compare September 26, 2023 11:40
@renovate renovate bot force-pushed the renovate/all-dependencies branch 3 times, most recently from 416e74c to 7171e1e Compare October 15, 2023 16:56
@renovate renovate bot force-pushed the renovate/all-dependencies branch from 7171e1e to c00718c Compare October 23, 2023 13:05
@renovate renovate bot force-pushed the renovate/all-dependencies branch from c00718c to 3f69100 Compare November 6, 2023 07:00
@renovate renovate bot force-pushed the renovate/all-dependencies branch from 3f69100 to ca4819a Compare November 16, 2023 09:45
@renovate renovate bot force-pushed the renovate/all-dependencies branch from ca4819a to 621c15f Compare December 3, 2023 10:41
@renovate renovate bot force-pushed the renovate/all-dependencies branch from 621c15f to 6c523a7 Compare January 28, 2024 11:38
@renovate renovate bot force-pushed the renovate/all-dependencies branch from 6c523a7 to fc01b9d Compare February 4, 2024 11:43
@renovate renovate bot force-pushed the renovate/all-dependencies branch from fc01b9d to 6a65edd Compare February 25, 2024 09:48
@renovate renovate bot force-pushed the renovate/all-dependencies branch from 6a65edd to df1d40d Compare March 12, 2024 11:21
@renovate renovate bot force-pushed the renovate/all-dependencies branch 2 times, most recently from 83915ae to 9d3b349 Compare March 24, 2024 13:25
@renovate renovate bot force-pushed the renovate/all-dependencies branch from 9d3b349 to b63c421 Compare April 14, 2024 09:36
@renovate renovate bot force-pushed the renovate/all-dependencies branch 2 times, most recently from e822bef to 218754f Compare April 25, 2024 08:03
@renovate renovate bot force-pushed the renovate/all-dependencies branch from 218754f to 69aaf40 Compare May 17, 2024 21:22
@renovate renovate bot force-pushed the renovate/all-dependencies branch from 69aaf40 to 8552002 Compare June 4, 2024 10:16
@renovate renovate bot force-pushed the renovate/all-dependencies branch from 8552002 to d0b3015 Compare July 21, 2024 13:24
@renovate renovate bot force-pushed the renovate/all-dependencies branch from d0b3015 to c7cd43c Compare August 6, 2024 06:01
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