From 90c65d215ee5374db690f87d8ccbb68df6bdd127 Mon Sep 17 00:00:00 2001 From: Michael Rawlings Date: Mon, 5 Apr 2021 08:58:13 -0700 Subject: [PATCH] chore(release): 8.0.0 --- CHANGELOG.md | 12 ++++++++++++ package-lock.json | 24 +++++++----------------- package.json | 2 +- 3 files changed, 20 insertions(+), 18 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 888c126..42bac16 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,18 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [8.0.0](https://github.com/marko-js/webpack/compare/v7.1.4...v8.0.0) (2021-04-05) + + +### ⚠ BREAKING CHANGES + +* requires @marko/compiler@^5.5.4 + +### Features + +* emliminate output js when empty ([00ac6e9](https://github.com/marko-js/webpack/commit/00ac6e9fa65a741661eb1f8277819c4a3d705965)) +* update marko and use new hydration compile output ([7b996ce](https://github.com/marko-js/webpack/commit/7b996cece4cb085bc5e1cabea92d4a46fa7ead37)) + ### [7.1.4](https://github.com/marko-js/webpack/compare/v7.1.3...v7.1.4) (2021-03-18) diff --git a/package-lock.json b/package-lock.json index 94a66c8..6f3ce3d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@marko/webpack", - "version": "7.1.4", + "version": "8.0.0", "lockfileVersion": 1, "requires": true, "dependencies": { @@ -1197,9 +1197,9 @@ } }, "@types/eslint": { - "version": "7.2.7", - "resolved": "https://registry.npmjs.org/@types/eslint/-/eslint-7.2.7.tgz", - "integrity": "sha512-EHXbc1z2GoQRqHaAT7+grxlTJ3WE2YNeD6jlpPoRc83cCoThRY+NUWjCUZaYmk51OICkPXn2hhphcWcWXgNW0Q==", + "version": "7.2.8", + "resolved": "https://registry.npmjs.org/@types/eslint/-/eslint-7.2.8.tgz", + "integrity": "sha512-RTKvBsfz0T8CKOGZMfuluDNyMFHnu5lvNr4hWEsQeHXH6FcmIDIozOyWMh36nLGMwVd5UFNXC2xztA8lln22MQ==", "dev": true, "requires": { "@types/estree": "*", @@ -10818,9 +10818,9 @@ } }, "webpack5": { - "version": "npm:webpack@5.26.3", - "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.26.3.tgz", - "integrity": "sha512-z/F2lt2N1fZqaud1B4SzjL3OW03eULThbBXQ2OX4LSrZX4N9k1A5d0Rje3zS2g887DTWyAV0KGqEf64ois2dhg==", + "version": "npm:webpack@5.30.0", + "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.30.0.tgz", + "integrity": "sha512-Zr9NIri5yzpfmaMea2lSMV1UygbW0zQsSlGLMgKUm63ACXg6alhd1u4v5UBSBjzYKXJN6BNMGVM7w165e7NxYA==", "dev": true, "requires": { "@types/eslint-scope": "^3.7.0", @@ -10989,16 +10989,6 @@ "integrity": "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==", "dev": true }, - "enhanced-resolve": { - "version": "5.7.0", - "resolved": "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-5.7.0.tgz", - "integrity": "sha512-6njwt/NsZFUKhM6j9U8hzVyD4E4r0x7NQzhTCbcWOJ0IQjNSAoalWmb0AE51Wn+fwan5qVESWi7t2ToBxs9vrw==", - "dev": true, - "requires": { - "graceful-fs": "^4.2.4", - "tapable": "^2.2.0" - } - }, "loader-runner": { "version": "4.2.0", "resolved": "https://registry.npmjs.org/loader-runner/-/loader-runner-4.2.0.tgz", diff --git a/package.json b/package.json index 30da576..7539d3c 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@marko/webpack", "description": "a Marko plugin and loader for Webpack", - "version": "7.1.4", + "version": "8.0.0", "bugs": "https://github.com/marko-js/webpack/issues", "dependencies": { "escape-string-regexp": "^4.0.0",