From e6e1bdaac4bc7c9e1c81ba9c4482d90e64c67a6c Mon Sep 17 00:00:00 2001 From: Plamen Nikolov Date: Wed, 28 Oct 2020 23:59:37 +0200 Subject: [PATCH] Release 5.0.1 Configuration cleanup. --- .travis.yml | 1 + CHANGELOG.md | 2 +- README.md | 2 +- package-lock.json | 10 +++++----- package.json | 2 +- src/templates/index.html | 2 +- 6 files changed, 10 insertions(+), 9 deletions(-) diff --git a/.travis.yml b/.travis.yml index 9bed66e4..f15d34f7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,6 +13,7 @@ script: deploy: strategy: git provider: pages + skip_cleanup: true token: $GITHUB_TOKEN # Set in the settings page of your repository, as a secure variable keep_history: true local_dir: dist diff --git a/CHANGELOG.md b/CHANGELOG.md index e28b550f..199e103f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,7 +14,7 @@ * `file-loader@6.2.0` change log can be found on the official [release notes](https://github.com/webpack-contrib/file-loader/releases/tag/v6.2.0). * `mini-css-extract-plugin@1.2.1` change log can be found on the official [release notes](https://github.com/webpack-contrib/mini-css-extract-plugin/releases/tag/v1.2.1). * `terser-webpack-plugin@5.0.3` change log can be found on the official [release notes](https://github.com/webpack-contrib/terser-webpack-plugin/releases/tag/v5.0.3). -* `webpack@5.3.0` change log can be found on the official [release notes](https://github.com/webpack/webpack/releases/tag/v5.3.0). +* `webpack@5.3.1` change log can be found on the official [release notes](https://github.com/webpack/webpack/releases/tag/v5.3.1). ## [5.0.0](https://github.com/WeAreAthlon/frontend-webpack-boilerplate/releases/tag/v5.0.0) ### 27/10/2020 diff --git a/README.md b/README.md index 85112989..8b1dcbfc 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Webpack 5 Boilerplate ![Maintenance](https://img.shields.io/maintenance/yes/2020?logo=github) -![webpack-current](https://img.shields.io/badge/webpack-v5.3.0-green?logo=webpack) +![webpack-current](https://img.shields.io/badge/webpack-v5.3.1-green?logo=webpack) ![node-current (scoped)](https://img.shields.io/node/v/@weareathlon/frontend-webpack-boilerplate) [![Build Status](https://api.travis-ci.org/weareathlon/frontend-webpack-boilerplate.svg?branch=master)](https://travis-ci.org/weareathlon/frontend-webpack-boilerplate) [![GitHub Issues](https://img.shields.io/github/issues-raw/WeAreAthlon/frontend-webpack-boilerplate)](https://github.com/WeAreAthlon/frontend-webpack-boilerplate/issues) diff --git a/package-lock.json b/package-lock.json index 5bfb24b2..61def3d2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14350,9 +14350,9 @@ } }, "webpack": { - "version": "5.3.0", - "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.3.0.tgz", - "integrity": "sha512-0LumZ36pDaWsh+PO3i6FpNQYVqNu5Rs/Jn5AoYQyHpUxIlzn5H7omwApiEzaIUeWDccExOpkNZGO6agCVSqXPg==", + "version": "5.3.1", + "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.3.1.tgz", + "integrity": "sha512-pQfG9Mjyis1HkHb5gpXYF+ymjnuq7/7ssE+m1VdiyulwmCpxjXDPNcNXyObb7vGBZ4vEXnsjPCXUYSQLf1TJAQ==", "dev": true, "requires": { "@types/eslint-scope": "^3.7.0", @@ -14376,9 +14376,9 @@ "pkg-dir": "^4.2.0", "schema-utils": "^3.0.0", "tapable": "^2.0.0", - "terser-webpack-plugin": "^5.0.0", + "terser-webpack-plugin": "^5.0.3", "watchpack": "^2.0.0", - "webpack-sources": "^2.1.0" + "webpack-sources": "^2.1.1" }, "dependencies": { "acorn": { diff --git a/package.json b/package.json index af5b6947..ccf17975 100755 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "sass-loader": "^10.0.4", "terser-webpack-plugin": "^5.0.3", "url-loader": "^4.1.1", - "webpack": "^5.3.0", + "webpack": "^5.3.1", "webpack-cli": "^4.1.0", "webpack-dev-server": "^3.11.0", "webpack-merge": "^5.2.0" diff --git a/src/templates/index.html b/src/templates/index.html index edfe63e0..4a379616 100644 --- a/src/templates/index.html +++ b/src/templates/index.html @@ -14,7 +14,7 @@

Maintenance - Current Webpack Version + Current Webpack Version Build Status GitHub Issues Known Vulnerabilities