Skip to content

Commit

Permalink
Release 5.12 - Update outdated dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
pnikolov committed Jan 30, 2022
1 parent a952a61 commit 3923c91
Show file tree
Hide file tree
Showing 8 changed files with 1,210 additions and 745 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Change log

## [5.12.0](https://github.com/WeAreAthlon/frontend-webpack-boilerplate/releases/tag/v5.12.0)
### 31/01/2022

### Updates

* Updated `webpack.config.js` - moved image optimisation options in the webpack `optimisation` configuration object.
* Added `imagemin` package as dev dependency as instructed in the [image-minimizer-webpack-plugin@v3.0.0](https://github.com/webpack-contrib/image-minimizer-webpack-plugin/releases/tag/v3.0.0) breaking changes migration guide.

### Major Vesions Packages Updates

* `copy-webpack-plugin@10.2.3` from `9.x` new features and breaking changes can be found on the official [release notes](https://github.com/webpack-contrib/copy-webpack-plugin/releases/tag/v10.0.0).
* `image-minimizer-webpack-plugin@3.2.3` from `2.x` new features and breaking changes can be found on the official [release notes](https://github.com/webpack-contrib/image-minimizer-webpack-plugin/releases/tag/v3.0.0).
* `imagemin-svgo@10.0.1` from `9.x` new features and breaking changes can be found on the official [release notes](https://github.com/imagemin/imagemin-svgo/releases/tag/v10.0.0).


## [5.11.0](https://github.com/WeAreAthlon/frontend-webpack-boilerplate/releases/tag/v5.11.0)
### 12/11/2021

Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2021 Athlon DPS
Copyright (c) 2022 Athlon DPS

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion 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.64.0-green?logo=webpack)
![webpack-current](https://img.shields.io/badge/webpack-v5.67.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
Loading

0 comments on commit 3923c91

Please sign in to comment.