Skip to content

Commit

Permalink
Release 5.15.0 - Major dependency updates
Browse files Browse the repository at this point in the history
  • Loading branch information
pnikolov committed Nov 22, 2022
1 parent 0234b49 commit 16ecc59
Show file tree
Hide file tree
Showing 6 changed files with 1,286 additions and 1,850 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Change log

## [5.15.0](https://github.com/WeAreAthlon/frontend-webpack-boilerplate/releases/tag/v5.15.0)
### 06/06/2022

### Node Version Notes

* The current release supports the following list of node versions: `>=14`. All other versions have no security updates anymore.
* Updated the _README_ to note this change.

### Major Package Versions Update

+ `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).
+ `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).

## [5.14.0](https://github.com/WeAreAthlon/frontend-webpack-boilerplate/releases/tag/v5.14.0)
### 06/06/2022

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Webpack 5 Boilerplate Template

![Maintenance](https://img.shields.io/maintenance/yes/2022?logo=github)
![webpack-current](https://img.shields.io/badge/webpack-v5.73.0-green?logo=webpack)
![webpack-current](https://img.shields.io/badge/webpack-v5.75.0-green?logo=webpack)
![node-current (scoped)](https://img.shields.io/node/v/@weareathlon/frontend-webpack-boilerplate)
[![Build Status](https://app.travis-ci.com/WeAreAthlon/frontend-webpack-boilerplate.svg?branch=master)](https://app.travis-ci.com/github/WeAreAthlon/frontend-webpack-boilerplate)
[![@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)
Expand Down Expand Up @@ -87,7 +87,7 @@ Table of Contents

## Requirements

* `node` : `^12 || >=14`
* `node` : `>=14`
* `npm`

# Setup
Expand Down
Loading

0 comments on commit 16ecc59

Please sign in to comment.