Skip to content

Commit 26e90d9

Browse files
committed
chore: update tests
1 parent d8bd36f commit 26e90d9

25 files changed

Lines changed: 1052 additions & 1554 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010
```js
1111
import svg from './icons.svg?inline=base64'; // <= use exactly this encoding, independ how is specified anywhere global
1212
```
13+
- fix: the output SVG should contain the changes made in generator.dataUrl()
14+
- docs: add information about preload priority to readme
1315

1416
## 4.19.0-beta.0 - 4.19.0-beta.2
1517

@@ -50,11 +52,6 @@ type SvgOptions = {
5052

5153
Consider `generator.dataUrl()` and `generator.dataUrl.encoding` Webpack options.
5254

53-
## 4.18.2 release (2025-02-20)
54-
55-
- fix: the output SVG should contain the changes made in generator.dataUrl()
56-
- docs: add information about preload priority to readme
57-
5855
## 4.18.1 release (2025-03-13)
5956

6057
- fix: output.publicPath ignored for FaviconsBundlerPlugin, #156

package-lock.json

Lines changed: 1034 additions & 1528 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@
150150
},
151151
"dependencies": {
152152
"@types/html-minifier-terser": "^7.0.2",
153-
"ansis": "4.0.0-beta.4",
153+
"ansis": "3.17.0",
154154
"enhanced-resolve": ">=5.7.0",
155155
"eta": "^3.5.0",
156156
"html-minifier-terser": "^7.2.0"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<!DOCTYPE html><html><head><script src="js/file1.034defc3.js"></script><script src="js/file2.e5c7f644.js"></script><script src="js/file3.f1b372d2.js"></script><script src="js/file4.daa27ac4.js"></script><script src="js/file5.c863871f.js"></script><script src="js/cli.a2b3651f.js"></script><script src="js/index.0e40943e.js"></script></head><body><h1>Hello World!</h1></body></html>
1+
<!DOCTYPE html><html><head><script src="js/file1.034defc3.js"></script><script src="js/file2.e5c7f644.js"></script><script src="js/file3.f1b372d2.js"></script><script src="js/file4.daa27ac4.js"></script><script src="js/file5.c863871f.js"></script><script src="js/cli.b4536ba9.js"></script><script src="js/index.0e40943e.js"></script></head><body><h1>Hello World!</h1></body></html>

test/cases/_pug/require-script-tags/expected/js/cli.4d9f628c.js

Lines changed: 0 additions & 1 deletion
This file was deleted.

test/cases/_pug/require-script-tags/expected/js/cli.a2b3651f.js renamed to test/cases/_pug/require-script-tags/expected/js/cli.b4536ba9.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

test/cases/_pug/require-script-tags/expected/js/index.4b79462d.js

Lines changed: 0 additions & 1 deletion
This file was deleted.

test/cases/issue-mui-css/expected/index.286021f5.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

test/cases/issue-mui-css/expected/index.f575b782.js

Lines changed: 0 additions & 1 deletion
This file was deleted.

test/cases/issue-mui-css/expected/index.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@
55
<link href="index.dc4ea4af.css" rel="stylesheet">
66
</head>
77
<body>
8-
<h1>Hello World!</h1>
98
<div id="app"></div>
10-
<script src="index.f575b782.js"></script>
9+
<script src="index.286021f5.js"></script>
1110
</body>
1211
</html>

0 commit comments

Comments
 (0)