Skip to content

Commit 0d49dcc

Browse files
committed
Release 5.11.0 Maintenance Relase
1 parent e337652 commit 0d49dcc

File tree

6 files changed

+2537
-2816
lines changed

6 files changed

+2537
-2816
lines changed

CHANGELOG.md

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,44 @@
11
# Change log
22

3+
## [5.11.0](https://github.com/WeAreAthlon/frontend-webpack-boilerplate/releases/tag/v5.11.0)
4+
### 12/11/2021
5+
6+
### Updates
7+
8+
* Removed dependency versions update badge from the README and index template files.
9+
* Updated `index.html` template to be more SEO friendly.
10+
11+
### Major Vesions Packages Updates
12+
13+
* `eslint@8.2.0` from `7.x` new features and breaking changes can be found on the official [release notes](https://github.com/eslint/eslint/releases/tag/v8.0.0).
14+
* `eslint-config-airbnb@19.0.0` from `18.x` new features and breaking changes can be found on the official [release notes](https://github.com/airbnb/javascript/releases/tag/eslint-config-airbnb-v19.0.0).
15+
16+
### Package Versions Update
17+
18+
+ `@babel/core@7.16.0` change log can be found on the official [release notes](https://github.com/babel/babel/releases/tag/v7.16.0).
19+
+ `@babel/preset-env@7.16.0` change log can be found on the official [release notes](https://github.com/babel/babel/releases/tag/v7.16.0).
20+
+ `autoprefixer@10.4.0` change log can be found on the official [release notes](https://github.com/postcss/autoprefixer/releases/tag/10.4.0).
21+
+ `babel-loader@8.2.3` change log can be found on the official [release notes](https://github.com/babel/babel-loader/releases/tag/v8.2.3).
22+
+ `copy-webpack-plugin@9.1.0` change log can be found on the official [release notes](https://github.com/webpack-contrib/copy-webpack-plugin/releases/tag/v9.1.0).
23+
+ `css-loader@6.5.1` change log can be found on the official [release notes](https://github.com/webpack-contrib/css-loader/releases/tag/v6.5.1).
24+
+ `css-minimizer-webpack-plugin@3.1.3` change log can be found on the official [release notes](https://github.com/webpack-contrib/css-minimizer-webpack-plugin/releases/tag/v3.1.3).
25+
+ `eslint-plugin-import@2.25.3` change log can be found on the official [release notes](https://github.com/yannickcr/eslint-plugin-react/releases/tag/v7.25.3).
26+
+ `eslint-plugin-jsx-a11y@6.5.1` change log can be found on the official [release notes](https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/releases/tag/v6.5.1)
27+
+ `eslint-plugin-react@7.27.0` change log can be found on the official [release notes](https://github.com/yannickcr/eslint-plugin-react/releases/tag/v7.27.0).
28+
+ `eslint-plugin-react-hooks@4.3.0` change log can be found on the official [release notes](https://www.npmjs.com/package/eslint-plugin-react-hooks).
29+
+ `html-webpack-plugin@5.5.2` change log can be found on the official [release notes](https://github.com/jantimon/html-webpack-plugin/blob/main/CHANGELOG.md#550-2021-10-25).
30+
+ `mini-css-extract-plugin@2.4.0` change log can be found on the official [release notes](https://github.com/webpack-contrib/mini-css-extract-plugin/releases/tag/v2.4.0).
31+
+ `postcss@8.3.11` change log can be found on the official [release notes](https://github.com/postcss/postcss/releases/tag/8.3.11).
32+
+ `postcss-loader@6.2.0` change log can be found on the official [release notes](https://github.com/webpack-contrib/postcss-loader/releases/tag/v6.2.0).
33+
+ `sass@1.43.4` change log can be found on the official [release notes](https://github.com/sass/dart-sass/releases/tag/1.43.4).
34+
+ `sass-loader@12.3.0` change log can be found on the official [release notes](https://github.com/webpack-contrib/sass-loader/releases/tag/v12.3.0).
35+
+ `terser-webpack-plugin@5.2.5` change log can be found on the official [release notes](https://github.com/webpack-contrib/terser-webpack-plugin/releases/tag/v5.2.5).
36+
+ `webpack@5.64.0` change log can be found on the official [release notes](https://github.com/webpack/webpack/releases/tag/v5.64.0).
37+
+ `webpack-bundle-analyzer@4.5.0` change log can be found on the official [release notes](https://github.com/webpack-contrib/webpack-bundle-analyzer/blob/master/CHANGELOG.md#450)
38+
+ `webpack-cli@4.9.1` change log can be found on the official [release notes](https://github.com/webpack/webpack-cli/releases/tag/v4.9.1).
39+
+ `webpack-dev-server@4.4.0` change log can be found on the official [release notes](https://github.com/webpack/webpack-dev-server/releases/tag/v4.4.0).
40+
41+
342
## [5.10.0](https://github.com/WeAreAthlon/frontend-webpack-boilerplate/releases/tag/v5.10.0)
443
### 20/09/2021
544

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
# Webpack 5 Boilerplate Template
22

33
![Maintenance](https://img.shields.io/maintenance/yes/2021?logo=github)
4-
![webpack-current](https://img.shields.io/badge/webpack-v5.53.0-green?logo=webpack)
4+
![webpack-current](https://img.shields.io/badge/webpack-v5.64.0-green?logo=webpack)
55
![node-current (scoped)](https://img.shields.io/node/v/@weareathlon/frontend-webpack-boilerplate)
66
[![Build Status](https://app.travis-ci.com/WeAreAthlon/frontend-webpack-boilerplate.svg?branch=master)](https://app.travis-ci.com/github/WeAreAthlon/frontend-webpack-boilerplate)
77
[![@weareathlon/frontend-webpack-boilerplate](https://snyk.io/advisor/npm-package/@weareathlon/frontend-webpack-boilerplate/badge.svg)](https://snyk.io/advisor/npm-package/@weareathlon/frontend-webpack-boilerplate)
88
[![GitHub Issues](https://img.shields.io/github/issues-raw/WeAreAthlon/frontend-webpack-boilerplate)](https://github.com/WeAreAthlon/frontend-webpack-boilerplate/issues)
99
[![Known Vulnerabilities](https://snyk.io/test/github/WeAreAthlon/frontend-webpack-boilerplate/badge.svg?targetFile=package.json)](https://snyk.io/test/github/WeAreAthlon/frontend-webpack-boilerplate?targetFile=package.json)
10-
[![devDependency Status](https://david-dm.org/WeAreAthlon/frontend-webpack-boilerplate/dev-status.svg)](https://david-dm.org/WeAreAthlon/frontend-webpack-boilerplate?type=dev)
1110
[![npm](https://img.shields.io/npm/dm/@weareathlon/frontend-webpack-boilerplate)](https://www.npmjs.com/package/@weareathlon/frontend-webpack-boilerplate)
1211
[![GitHub License](https://img.shields.io/github/license/WeAreAthlon/frontend-webpack-boilerplate)](https://github.com/WeAreAthlon/frontend-webpack-boilerplate/blob/master/LICENSE)
1312

0 commit comments

Comments
 (0)