Skip to content

Commit 9154c9c

Browse files
committed
feat: update eta package to latest version 3.4.0
1 parent ae84f05 commit 9154c9c

351 files changed

Lines changed: 2307 additions & 23534 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Change log
22

3+
## 3.15.0 (2024-06-20)
4+
5+
- feat: update `eta` package to latest version 3.4.0
6+
- chore: update dev dependencies and tests
7+
38
## 3.14.0 (2024-05-31)
49

510
- feat(Pug): add `watchFiles.includes` and `watchFiles.excludes` options to allow watch specifically external file,

package-lock.json

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

package.json

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "html-bundler-webpack-plugin",
3-
"version": "3.14.0",
3+
"version": "3.15.0",
44
"description": "HTML bundler plugin for webpack handles a template as an entry point, extracts CSS and JS from their sources referenced in HTML, supports template engines like Eta, EJS, Handlebars, Nunjucks.",
55
"keywords": [
66
"html",
@@ -144,44 +144,44 @@
144144
"@types/html-minifier-terser": "^7.0.2",
145145
"ansis": "2.0.3",
146146
"enhanced-resolve": ">=5.7.0",
147-
"eta": "^3.1.1",
147+
"eta": "^3.4.0",
148148
"html-minifier-terser": "^7.2.0"
149149
},
150150
"devDependencies": {
151-
"@babel/core": "^7.24.4",
152-
"@babel/preset-env": "^7.24.4",
151+
"@babel/core": "^7.24.7",
152+
"@babel/preset-env": "^7.24.7",
153153
"@emotion/react": "^11.11.4",
154154
"@emotion/styled": "^11.11.5",
155-
"@mui/material": "^5.15.15",
155+
"@mui/material": "^5.15.20",
156156
"@test-fixtures/dius": "file:./test/fixtures/node_modules/dius/",
157157
"@test-fixtures/js": "0.0.2",
158158
"@test-fixtures/lorem": "file:./test/fixtures/node_modules/lorem/",
159159
"@test-fixtures/scss": "0.0.7",
160160
"@test/html-bundler-webpack-plugin": "file:./",
161161
"@test/import-css": "file:./test/fixtures/node_modules/import-css/",
162162
"@types/jest": "^29.5.12",
163-
"@types/react-dom": "^18.2.25",
163+
"@types/react-dom": "^18.3.0",
164164
"copy-webpack-plugin": "9.1.0",
165-
"css-loader": "^7.1.1",
165+
"css-loader": "^7.1.2",
166166
"css-minimizer-webpack-plugin": "^6.0.0",
167167
"cssnano": "^6.0.5",
168-
"ejs": "^3.1.9",
168+
"ejs": "^3.1.10",
169169
"favicons": "7.1.4",
170170
"handlebars": "^4.7.8",
171171
"handlebars-layouts": "^3.1.4",
172172
"jest": "^29.7.0",
173-
"liquidjs": "^10.10.0",
174-
"markdown-it": "^14.0.0",
173+
"liquidjs": "^10.14.0",
174+
"markdown-it": "^14.1.0",
175175
"mustache": "^4.2.0",
176176
"normalize.css": "^8.0.1",
177177
"nunjucks": "^3.2.4",
178178
"parse5": "^7.1.2",
179-
"postcss-loader": "^8.1.0",
180-
"prettier": "^3.2.5",
179+
"postcss-loader": "^8.1.1",
180+
"prettier": "^3.3.2",
181181
"prismjs": "^1.29.0",
182-
"pug": "^3.0.2",
183-
"react": "18.2.0",
184-
"react-dom": "18.2.0",
182+
"pug": "^3.0.3",
183+
"react": "18.3.1",
184+
"react-dom": "18.3.1",
185185
"responsive-loader": "^3.1.2",
186186
"rtlcss": "^4.1.1",
187187
"sass": "1.67.0",
@@ -191,10 +191,10 @@
191191
"ts-loader": "9.5.1",
192192
"tsconfig-paths-webpack-plugin": "^4.1.0",
193193
"twig": "^1.17.1",
194-
"typescript": "5.3.3",
195-
"vue": "3.3.13",
196-
"vue-loader": "^17.4.0",
197-
"webpack": "^5.89.0",
194+
"typescript": "5.4.5",
195+
"vue": "3.4.29",
196+
"vue-loader": "^17.4.2",
197+
"webpack": "^5.92.1",
198198
"webpack-cli": "5.1.4",
199199
"webpack-dev-server": "^5.0.4"
200200
}

test/__snapshots__/verbose.test.js.snap

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,11 +104,11 @@ assets:
104104
-> ../assets/img/hardware-200w.webp 200w,../assets/img/hardware-400w.webp 400w
105105
script: src/views/about/about-split.js
106106
-> chunks:
107-
../js/612.bundle.js
107+
../js/287.bundle.js
108108
../js/about-split.bundle.js
109109
script: src/views/about/about-inline-split.js?inline
110110
-> chunks:
111-
544.bundle.js (inline)
111+
433.bundle.js (inline)
112112
about-inline-split.bundle.js (inline)
113113
script: src/views/about/about.js
114114
-> ../js/about.bundle.js

test/cases/_pug/escape-mode-compile/expected/main.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/include-alias-resolve.plugins-compile/expected/main.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/js-tmpl-data-external-compile/expected/main.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/js-tmpl-data-external-render/expected/main.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/js-tmpl-data-query-render/expected/main.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.

0 commit comments

Comments
 (0)