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 #5962

Merged
merged 1 commit into from
Aug 11, 2021

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 9, 2021

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@babel/core (source) ^7.14.8 -> ^7.15.0 age adoption passing confidence
@babel/preset-typescript (source) ^7.14.5 -> ^7.15.0 age adoption passing confidence
@babel/register (source) ^7.14.5 -> ^7.15.3 age adoption passing confidence
@fortawesome/fontawesome-svg-core (source) ^1.2.35 -> ^1.2.36 age adoption passing confidence
@fortawesome/free-brands-svg-icons (source) ^5.15.3 -> ^5.15.4 age adoption passing confidence
@fortawesome/free-solid-svg-icons (source) ^5.15.3 -> ^5.15.4 age adoption passing confidence
@fortawesome/react-fontawesome ^0.1.14 -> ^0.1.15 age adoption passing confidence
@typescript-eslint/eslint-plugin ^4.28.5 -> ^4.29.1 age adoption passing confidence
@typescript-eslint/parser ^4.28.5 -> ^4.29.1 age adoption passing confidence
bootstrap (source) ^5.0.2 -> ^5.1.0 age adoption passing confidence
eslint-import-resolver-node ^0.3.4 -> ^0.3.5 age adoption passing confidence
eslint-plugin-import ^2.23.4 -> ^2.24.0 age adoption passing confidence
lint-staged ^11.1.1 -> ^11.1.2 age adoption passing confidence
react-live ^2.2.3 -> ^2.3.0 age adoption passing confidence
sass ^1.37.0 -> ^1.37.5 age adoption passing confidence
webpack ^5.47.1 -> ^5.50.0 age adoption passing confidence

Release Notes

babel/babel

v7.15.0

Compare Source

👓 Spec Compliance
  • babel-parser
🚀 New Feature
  • babel-parser
  • babel-standalone
  • babel-parser, babel-preset-env
  • babel-plugin-transform-typescript, babel-preset-typescript
  • babel-plugin-transform-typescript
  • babel-core, babel-helper-create-class-features-plugin, babel-helper-module-transforms, babel-plugin-transform-modules-commonjs
    • #​13290 feat: add noIncompleteNsImportDetection assumption to plugin-transform-modules-commonjs (@​fedeci)
  • babel-plugin-transform-react-display-name
  • babel-parser, babel-plugin-proposal-pipeline-operator, babel-plugin-syntax-pipeline-operator
  • babel-generator, babel-parser, babel-plugin-proposal-pipeline-operator, babel-plugin-syntax-pipeline-operator, babel-traverse, babel-types
  • babel-plugin-transform-runtime
  • babel-compat-data, babel-helper-compilation-targets, babel-preset-env
  • babel-compat-data, babel-parser, babel-preset-env
🐛 Bug Fix
📝 Documentation
FortAwesome/Font-Awesome

v5.15.4

Compare Source

Changed
  • Removed the tripadvisor brand icon by request of Tripadvisor
  • Update bug, bullseye, drone, icons #​17800 #​17106 #​17730
  • Update bootstrap, discord, figma, and font-awesome-* brand icons #​17436
Fixed

FortAwesome/react-fontawesome

v0.1.15

Compare Source

Fixed
  • Skip parse.icon if the icon is imported directly from an icon package

typescript-eslint/typescript-eslint

v4.29.1

Compare Source

Note: Version bump only for package @​typescript-eslint/parser

v4.29.0

Compare Source

Features
  • eslint-plugin: Catch unused React import with new JSX transform (#​3577) (02998ea)
  • typescript-estree: add support for custom module resolution (#​3516) (d48429d)

4.28.5 (2021-07-26)

Note: Version bump only for package @​typescript-eslint/parser

4.28.4 (2021-07-19)

Note: Version bump only for package @​typescript-eslint/parser

4.28.3 (2021-07-12)

Note: Version bump only for package @​typescript-eslint/parser

4.28.2 (2021-07-05)

Note: Version bump only for package @​typescript-eslint/parser

4.28.1 (2021-06-28)

Note: Version bump only for package @​typescript-eslint/parser

twbs/bootstrap

v5.1.0

Compare Source

Highlights
  • Added experimental, opt-in CSS Grid support
  • Added support for responsive offcanvas components in navbars
  • Added new placeholders component for skeleton loading screens
  • Added support for horizontal collapsing in the collapse component
  • Added new stack and vertical rule helpers
  • Added tons of new CSS variables for body styles, colors, RGB colors, and more
  • Updated .bg-* and .text-* utilities to use CSS variables and new RGB CSS variables for real-time customization
  • Added four new component examples for dropdowns, footers, list groups, and modals
  • Updated modal and offcanvas backdrops to make them unique to each component
  • Reverted ability for .col-* classes to override .row-cols-* classes for now until we can fix some critical bugs
🚀 Features
  • #​31813: Add optional CSS grid
  • #​31859: Add a "skeletons" component
  • #​32319: Add maps for all colors, document how to extend color utilities
  • #​33403: modal: change data-dismiss so that it can be outside of a modal using bs-target
  • #​33781: Add utility classes for opacity
  • #​33986: New helpers: .hstack, .vstack, and .vr
  • #​34253: Add horizontal collapse support
  • #​34273: Offcanvas navbar
  • #​34333: Accept argument of different types in the getInstance method
🎨 CSS
  • #​31813: Add optional CSS grid
  • #​32319: Add maps for all colors, document how to extend color utilities
  • #​33781: Add utility classes for opacity
  • #​33986: New helpers: .hstack, .vstack, and .vr
  • #​34100: Updated utility API (css-vars utils and new bg/color utils), plus new root CSS variables
  • #​34253: Add horizontal collapse support
  • #​34273: Offcanvas navbar
  • #​34432: More concise improvements for add() and subtract()
  • #​34440: Add null $card-box-shadow variable
  • #​34445: fix(forms): prevent color control from shrinking
  • #​34475: Make text decoration consistent with other anchors
  • #​34481: Make the $accordion-icon-color default value consistent with the $accordion-button-color
  • #​34572: Clean up a couple CSS Grid issues
  • #​34612: Revert "Allow individual grid classes to override .row-cols"
  • #​34651: Update $input-bg to use $body-bg
☕️ JavaScript
  • #​33402: Changes to Alert component to match the others
  • #​33403: modal: change data-dismiss so that it can be outside of a modal using bs-target
  • #​33603: Fix Manipulator.offset()
  • #​33610: Toasts: Change showing timings and classes to keep toast display:none by default
  • #​33865: Add shift-tab keyboard support for dialogs (modal & Offcanvas components)
  • #​33866: Add dynamic, live alerts example to docs
  • #​34170: Use a streamlined way to trigger component dismiss
  • #​34205: Cleanup tooltip & popover components
  • #​34207: Make proper use of the SelectorEngine in ScrollSpy
  • #​34215: Use the switch statement instead of if
  • #​34220: Do a major cleanup in Collapse.js
  • #​34333: Accept argument of different types in the getInstance method
  • #​34441: util.js: remove Selector.findOne() dependency
  • #​34458: Dropdown cleanups
  • #​34543: Fix Util.reflow function and add documentation
  • #​34619: tooltip: move repeated strings to constants
  • #​34620: Enable a few eslint-config-xo rules
  • #​34628: Regression on tooltip template creation process.
📖 Docs
  • #​32319: Add maps for all colors, document how to extend color utilities
  • #​33866: Add dynamic, live alerts example to docs
  • #​34100: Updated utility API (css-vars utils and new bg/color utils), plus new root CSS variables
  • #​34406: Fix site params variable on themes section
  • #​34472: Added new Offcanvas file to import example
  • #​34517: Update nav-tab.md
  • #​34526: Add: GitHub Octicons to the list
  • #​34557: docs: minor image compression improvements
  • #​34573: Update the custom Sass import docs
  • #​34574: Document change to hr in v5
  • #​34577: Make note of _root.scss being required
  • #​34578: Rename Build Tools page to Contribute
  • #​34605: Collapse page: add a link to the accordion page
  • #​34637: Improved docs describing media-breakpoint-down breakpoints
🛠 Examples
  • #​33882: Add four new snippet examples
  • #​34273: Offcanvas navbar
  • #​34336: Remove unneeded .text-white-50 CSS rule from Offcanvas Example
🌎 Accessibility
  • #​33865: Add shift-tab keyboard support for dialogs (modal & Offcanvas components)
🔧 Utility API
  • #​34100: Updated utility API (css-vars utils and new bg/color utils), plus new root CSS variables
🧰 Misc
  • #​32907: npm scripts: add aggregate-output
  • #​34389: CONTRIBUTING.md: fix broken link to README.md
  • #​34453: CI: make use of the actions/setup-node's cache option
📦 Dependencies
import-js/eslint-plugin-import

v2.24.0

Compare Source

Added
Fixed
  • [no-duplicates]: ensure autofix avoids excessive newlines ([#​2028], thanks [@​ertrzyiks])
  • [extensions]: avoid crashing on partially typed import/export statements ([#​2118], thanks [@​ljharb])
  • [no-extraneous-dependencies]: add ESM intermediate package.json support] ([#​2121], thanks [@​paztis])
  • Use context.getPhysicalFilename() when available (ESLint 7.28+) ([#​2160], thanks [@​pmcelhaney])
  • [extensions]/importType: fix isScoped treating @​/abc as scoped module ([#​2146], thanks [@​rperello])
Changed
okonet/lint-staged

v11.1.2

Compare Source

Bug Fixes
  • try to automatically fix and warn about invalid brace patterns (#​992) (b3d97cf)
philpl/react-live

v2.3.0

Compare Source

✨ Features ✨

⚠️ Please note -- if you have implemented a custom editor that extended the previous class implementation of Editor, this will no longer work.

Please see the Custom Editor story for an example of how to implement a custom editor without extending the built-in one.

🐛 Bugfixes 🐛

🔐 Security 🔐

📖 Documentation 📖


h/t to @​tomByrer, @​bkonkle, @​maksnester

sass/dart-sass

v1.37.5

Compare Source

  • No user-visible changes.

v1.37.4

Compare Source

  • No user-visible changes.

v1.37.3

Compare Source

  • No user-visible changes.

v1.37.2

Compare Source

  • No user-visible changes.

v1.37.1

Compare Source

  • No user-visible changes.
webpack/webpack

v5.50.0

Compare Source

Features

Performance

  • disable cache compression by default as it tend to make performance worse
    • I could still be enabled again for specific scenarios
  • reduce the number of allocations during cache serialization
    • This improves performance and memory usage

v5.49.0

Compare Source

Features

  • add experiments.buildHttp to build http(s):// imports instead of keeping them external
    • keeps a webpack.lock file with integrity and webpack.lock.data with cached content that should be committed
    • Automatically upgrades lockfile during development when remote resources change
      (might be disabled with experiments.buildHttp.upgrade: false)
    • Lockfile is frozen during production builds and usually no network requests are made
      (exception: Cache-Control: no-cache).
    • The webpack.lock.data persisting can be disabled with experiments.buildHttp.cacheLocation: false.
      That will will introduce a availability risk.
      (webpack cache will be used to cache network responses)

Bugfixes

  • fix HMR infinite loop (again)
  • fix rare non-determinism with splitChunks.maxSize introduces in the last release
  • optional modules no longer cause the module to fail when bail is set
  • fix typo in records format: chunkHashs -> chunkHashes

Performance

  • limit the number of parallel generated chunks for memory reasons

v5.48.0

Compare Source

Features

  • enable import assertions again

Bugfixes

  • upgrade webpack-sources for fixes regarding source maps
  • fix infinite loop in HMR runtime code

Configuration

📅 Schedule: "before 3am on Monday" (UTC).

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

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

👻 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 3 times, most recently from 7a8d8ab to 77ffa41 Compare August 11, 2021 00:48
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 77ffa41 to cafa6b5 Compare August 11, 2021 08:09
@kyletsang kyletsang merged commit a934c09 into master Aug 11, 2021
@kyletsang kyletsang deleted the renovate/all-minor-patch branch August 11, 2021 16:10
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