Skip to content

Commit 16ecc59

Browse files
committed
Release 5.15.0 - Major dependency updates
1 parent 0234b49 commit 16ecc59

File tree

6 files changed

+1286
-1850
lines changed

6 files changed

+1286
-1850
lines changed

CHANGELOG.md

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

3+
## [5.15.0](https://github.com/WeAreAthlon/frontend-webpack-boilerplate/releases/tag/v5.15.0)
4+
### 06/06/2022
5+
6+
### Node Version Notes
7+
8+
* The current release supports the following list of node versions: `>=14`. All other versions have no security updates anymore.
9+
* Updated the _README_ to note this change.
10+
11+
### Major Package Versions Update
12+
13+
+ `babel-loader@9.1.0` from `8.x` new features and breaking changes can be found on the official [release notes](https://github.com/babel/babel-loader/releases/tag/v9.0.0).
14+
+ `webpack-cli@5.0.0` from `4.x` new features and breaking changes can be found on the official [release notes](https://github.com/webpack/webpack-cli/releases/tag/webpack-cli%405.0.0).
15+
316
## [5.14.0](https://github.com/WeAreAthlon/frontend-webpack-boilerplate/releases/tag/v5.14.0)
417
### 06/06/2022
518

README.md

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

33
![Maintenance](https://img.shields.io/maintenance/yes/2022?logo=github)
4-
![webpack-current](https://img.shields.io/badge/webpack-v5.73.0-green?logo=webpack)
4+
![webpack-current](https://img.shields.io/badge/webpack-v5.75.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)
@@ -87,7 +87,7 @@ Table of Contents
8787

8888
## Requirements
8989

90-
* `node` : `^12 || >=14`
90+
* `node` : `>=14`
9191
* `npm`
9292

9393
# Setup

0 commit comments

Comments
 (0)