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

chore(deps): update all non-major dependencies #5375

Merged
merged 3 commits into from Aug 11, 2020
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 10, 2020

This PR contains the following updates:

Package Type Update Change
@babel/core (source) devDependencies patch ^7.11.0 -> ^7.11.1
@typescript-eslint/eslint-plugin devDependencies minor ^3.7.1 -> ^3.9.0
@typescript-eslint/parser devDependencies minor ^3.7.1 -> ^3.9.0
bootstrap (source) devDependencies patch ^4.5.0 -> ^4.5.2
enzyme-adapter-react-16 (source) devDependencies patch ^1.15.2 -> ^1.15.3
gatsby (changelog) devDependencies patch ^2.24.23 -> ^2.24.43
gatsby-plugin-mdx devDependencies patch ^1.2.30 -> ^1.2.34
gatsby-source-filesystem devDependencies patch 2.3.23 -> 2.3.24
gatsby-transformer-remark devDependencies patch ^2.8.27 -> ^2.8.28
mocha (source) devDependencies patch ^8.1.0 -> ^8.1.1
prismjs devDependencies minor ^1.20.0 -> ^1.21.0
sinon (source) devDependencies patch ^9.0.2 -> ^9.0.3
yup devDependencies patch ^0.29.2 -> ^0.29.3

Release Notes

babel/babel

v7.11.1

Compare Source

πŸ› Bug Fix
πŸ“ Documentation
🏠 Internal
typescript-eslint/typescript-eslint

v3.9.0

Compare Source

Bug Fixes
Features
  • eslint-plugin: [no-unsafe-assignment/return] allow assigning any => unknown (#​2371) (e7528e6)
  • typescript-estree: support TSv4 labelled tuple members (#​2378) (00d84ff)

v3.8.0

Compare Source

Bug Fixes
Features

3.7.1 (2020-07-27)

Bug Fixes
  • eslint-plugin: [adjacent-overload-signatures] fix false positive on call signatures and a method named call (#​2313) (30fafb0)
  • eslint-plugin: [no-extra-parens] stop reporting on calling generic functions with one argument and type parameters containing parentheses (#​2319) (616a841)
  • typescript-estree: correct AST regression introduced by TS4.0 upgrade (#​2316) (d7fefba)
twbs/bootstrap

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
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
  • #​30957: Add .card-img-bottom example
  • #​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
enzymejs/enzyme

v1.15.3

Compare Source

gatsbyjs/gatsby

v2.24.43

Compare Source

v2.24.42

Compare Source

v2.24.41

Compare Source

v2.24.40

Compare Source

v2.24.39

Compare Source

v2.24.38

Compare Source

v2.24.37

Compare Source

v2.24.36

Compare Source

v2.24.35

Compare Source

v2.24.34

Compare Source

v2.24.33

Compare Source

v2.24.32

Compare Source

v2.24.31

Compare Source

v2.24.30

Compare Source

v2.24.29

Compare Source

v2.24.28

Compare Source

v2.24.27

Compare Source

v2.24.26

Compare Source

v2.24.25

Compare Source

v2.24.24

Compare Source

mochajs/mocha

v8.1.1

Compare Source

πŸ› Fixes

PrismJS/prism

v1.21.0

Compare Source

New components
Updated components
Updated plugins
Updated themes
Other
sinonjs/sinon

v9.0.3

Compare Source

==================

jquense/yup

v0.29.3

Compare Source


Renovate configuration

πŸ“… Schedule: "before 3am on Monday" (UTC).

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

♻️ Rebasing: Renovate will not automatically rebase this PR, because other commits have been found.

πŸ‘» Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


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

This PR has been generated by WhiteSource Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from 6a3ef5e to a64c632 Compare August 11, 2020 10:51
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 67c479d to 42863c0 Compare August 11, 2020 16:41
@taion
Copy link
Member

taion commented Aug 11, 2020

can't upgrade www due to reactjs/react-docgen#463 benjamn/ast-types#383

thus rolling that change back for now; maybe it will be fixed by next week

Copy link
Member

@taion taion left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nvm i could just use resolutions

@taion taion merged commit e5a1833 into master Aug 11, 2020
@taion taion deleted the renovate/all-minor-patch branch August 11, 2020 17:21
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

2 participants