From daadfcf828bd93cbd6760ae37ededb1e13a08b11 Mon Sep 17 00:00:00 2001 From: webdiscus Date: Thu, 14 Mar 2024 12:41:22 +0100 Subject: [PATCH] fix: resolving asset files on windows --- CHANGELOG.md | 4 +++ examples/hello-world/package.json | 2 +- examples/multi-language-i18next/package.json | 2 +- examples/responsive-image/package.json | 2 +- examples/simple-multipage/package.json | 2 +- package-lock.json | 26 ++++++++++---------- package.json | 4 +-- 7 files changed, 23 insertions(+), 19 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 029cbd0..98b9f9f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Change log +## 5.0.2 (2024-03-14) + +- fix: resolving asset files on windows + ## 5.0.1 (2024-03-11) - fix: avoid recompiling all entry templates after changes of a non-entry partial file, #66 diff --git a/examples/hello-world/package.json b/examples/hello-world/package.json index c5812a9..f237373 100644 --- a/examples/hello-world/package.json +++ b/examples/hello-world/package.json @@ -13,7 +13,7 @@ "css-loader": "^6.10.0", "http-server": "^14.1.1", "prismjs": "^1.29.0", - "pug-plugin": "^5.0.0", + "pug-plugin": "^5.0.2", "sass": "^1.71.1", "sass-loader": "^14.1.1", "webpack": "^5.90.3", diff --git a/examples/multi-language-i18next/package.json b/examples/multi-language-i18next/package.json index 9254be1..2fb2a3d 100644 --- a/examples/multi-language-i18next/package.json +++ b/examples/multi-language-i18next/package.json @@ -13,7 +13,7 @@ "http-server": "^14.1.1", "i18next": "^21.10.0", "prismjs": "^1.29.0", - "pug-plugin": "^5.0.0", + "pug-plugin": "^5.0.2", "sass": "^1.71.1", "sass-loader": "^14.1.1", "webpack": "^5.90.3", diff --git a/examples/responsive-image/package.json b/examples/responsive-image/package.json index 6484e01..1f36e0a 100644 --- a/examples/responsive-image/package.json +++ b/examples/responsive-image/package.json @@ -13,7 +13,7 @@ "css-loader": "^6.10.0", "http-server": "^14.1.1", "prismjs": "^1.29.0", - "pug-plugin": "^5.0.0", + "pug-plugin": "^5.0.2", "responsive-loader": "^3.1.2", "sass": "^1.71.1", "sass-loader": "^14.1.1", diff --git a/examples/simple-multipage/package.json b/examples/simple-multipage/package.json index 371b320..4af75a9 100644 --- a/examples/simple-multipage/package.json +++ b/examples/simple-multipage/package.json @@ -11,7 +11,7 @@ "css-loader": "^6.10.0", "http-server": "^14.1.1", "prismjs": "^1.29.0", - "pug-plugin": "^5.0.0", + "pug-plugin": "^5.0.2", "sass": "^1.71.1", "sass-loader": "^14.1.1", "webpack": "^5.90.3", diff --git a/package-lock.json b/package-lock.json index 70aa6e7..b80ff15 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,16 +1,16 @@ { "name": "pug-plugin", - "version": "5.0.1", + "version": "5.0.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "pug-plugin", - "version": "5.0.1", + "version": "5.0.2", "license": "ISC", "dependencies": { "ansis": "2.0.3", - "html-bundler-webpack-plugin": "^3.6.2", + "html-bundler-webpack-plugin": "^3.6.3", "js-beautify": "^1.14.11", "pug": "3.0.2" }, @@ -5899,9 +5899,9 @@ } }, "node_modules/html-bundler-webpack-plugin": { - "version": "3.6.2", - "resolved": "https://registry.npmjs.org/html-bundler-webpack-plugin/-/html-bundler-webpack-plugin-3.6.2.tgz", - "integrity": "sha512-vXCWUR25hM4CC8+ZESBGuxuPBXxCuiB9kzeYYT7mLxh2DYDyqMaRgvOp5h7vkbFcm4WyOk4eVT3fgVq5uYtJVw==", + "version": "3.6.3", + "resolved": "https://registry.npmjs.org/html-bundler-webpack-plugin/-/html-bundler-webpack-plugin-3.6.3.tgz", + "integrity": "sha512-gMqklhtjicEuvWCgEiiyUhJIETmYyDJjRkZ2KXPfuQy2XqKztMPATRZRkN/zLJPILnTRgSi1Znm41KpsBcO7cQ==", "dependencies": { "@types/html-minifier-terser": "^7.0.2", "ansis": "2.0.3", @@ -14172,7 +14172,7 @@ "ansis": "2.0.3", "css-loader": "^6.10.0", "cssnano": "^6.1.0", - "html-bundler-webpack-plugin": "^3.6.2", + "html-bundler-webpack-plugin": "^3.6.3", "jest": "^29.7.0", "js-beautify": "^1.14.11", "mini-css-extract-plugin": "^2.8.1", @@ -18467,9 +18467,9 @@ } }, "html-bundler-webpack-plugin": { - "version": "3.6.2", - "resolved": "https://registry.npmjs.org/html-bundler-webpack-plugin/-/html-bundler-webpack-plugin-3.6.2.tgz", - "integrity": "sha512-vXCWUR25hM4CC8+ZESBGuxuPBXxCuiB9kzeYYT7mLxh2DYDyqMaRgvOp5h7vkbFcm4WyOk4eVT3fgVq5uYtJVw==", + "version": "3.6.3", + "resolved": "https://registry.npmjs.org/html-bundler-webpack-plugin/-/html-bundler-webpack-plugin-3.6.3.tgz", + "integrity": "sha512-gMqklhtjicEuvWCgEiiyUhJIETmYyDJjRkZ2KXPfuQy2XqKztMPATRZRkN/zLJPILnTRgSi1Znm41KpsBcO7cQ==", "requires": { "@types/html-minifier-terser": "^7.0.2", "ansis": "2.0.3", @@ -25473,9 +25473,9 @@ } }, "html-bundler-webpack-plugin": { - "version": "3.6.2", - "resolved": "https://registry.npmjs.org/html-bundler-webpack-plugin/-/html-bundler-webpack-plugin-3.6.2.tgz", - "integrity": "sha512-vXCWUR25hM4CC8+ZESBGuxuPBXxCuiB9kzeYYT7mLxh2DYDyqMaRgvOp5h7vkbFcm4WyOk4eVT3fgVq5uYtJVw==", + "version": "3.6.3", + "resolved": "https://registry.npmjs.org/html-bundler-webpack-plugin/-/html-bundler-webpack-plugin-3.6.3.tgz", + "integrity": "sha512-gMqklhtjicEuvWCgEiiyUhJIETmYyDJjRkZ2KXPfuQy2XqKztMPATRZRkN/zLJPILnTRgSi1Znm41KpsBcO7cQ==", "requires": { "@types/html-minifier-terser": "^7.0.2", "ansis": "2.0.3", diff --git a/package.json b/package.json index 1cbdc52..5d9c123 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pug-plugin", - "version": "5.0.1", + "version": "5.0.2", "description": "Pug plugin for webpack handles a template as an entry point, extracts CSS and JS from their sources referenced in Pug.", "keywords": [ "html", @@ -67,7 +67,7 @@ }, "dependencies": { "ansis": "2.0.3", - "html-bundler-webpack-plugin": "^3.6.2", + "html-bundler-webpack-plugin": "^3.6.3", "js-beautify": "^1.14.11", "pug": "3.0.2" },