Skip to content

Commit

Permalink
site: update node deps inc. bootstrap 5.2
Browse files Browse the repository at this point in the history
 @babel/core                       ^7.17.10  →  ^7.18.13
 @babel/plugin-transform-runtime   ^7.17.10  →  ^7.18.10
 @babel/preset-env                 ^7.17.10  →  ^7.18.10
 @babel/preset-typescript           ^7.16.7  →   ^7.18.6
 @babel/runtime                     ^7.17.9  →   ^7.18.9
 @typescript-eslint/eslint-plugin   ^5.23.0  →   ^5.35.1
 @typescript-eslint/parser          ^5.23.0  →   ^5.35.1
 bootstrap                           ^5.1.3  →    ^5.2.0
 css-minimizer-webpack-plugin        ^3.4.1  →    ^4.0.0
 eslint                             ^8.15.0  →   ^8.22.0
 eslint-plugin-promise               ^6.0.0  →    ^6.0.1
 eslint-webpack-plugin               ^3.1.1  →    ^3.2.0
 mini-css-extract-plugin             ^2.6.0  →    ^2.6.1
 sass                               ^1.51.0  →   ^1.54.5
 sass-loader                        ^12.6.0  →   ^13.0.2
 stylelint                          ^14.8.2  →  ^14.11.0
 stylelint-config-standard          ^25.0.0  →   ^28.0.0
 stylelint-config-standard-scss      ^3.0.0  →    ^5.0.0
 stylelint-webpack-plugin            ^3.2.0  →    ^3.3.0
 ts-loader                           ^9.3.0  →    ^9.3.1
 typescript                          ^4.6.4  →    ^4.7.4
 webpack                            ^5.72.1  →   ^5.74.0
 webpack-bundle-analyzer             ^4.5.0  →    ^4.6.1
 webpack-cli                         ^4.9.2  →   ^4.10.0

Bootstrap 5.2 requires importing "maps" now, prior to mixins.

Something in webpack, babel, or ts-loader changed that requires
module.exports.resolve.extensions to include js as well, otherwise
babel fails to resolve @babel/runtime/regenerator/index.js

The other major version bumps are primarily dropping Node <14.
  • Loading branch information
chappjc committed Aug 25, 2022
1 parent 299211b commit 805d9bd
Show file tree
Hide file tree
Showing 5 changed files with 2,626 additions and 2,751 deletions.

0 comments on commit 805d9bd

Please sign in to comment.