Skip to content

Commit 6385ec1

Browse files
authored
chore: Bump deps (#1693)
* chore: Bumps deps where possible * test: Fix filename hashes in build suite * docs: Adding changeset
1 parent 78d81f8 commit 6385ec1

File tree

4 files changed

+845
-606
lines changed

4 files changed

+845
-606
lines changed

.changeset/hungry-penguins-jog.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'preact-cli': patch
3+
---
4+
5+
Bumps dependencies to latest versions where possible and applicable.

packages/cli/package.json

Lines changed: 30 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -85,18 +85,18 @@
8585
"@prefresh/babel-plugin": "^0.4.1",
8686
"@prefresh/webpack": "^3.2.2",
8787
"@types/webpack": "^4.38.0",
88-
"autoprefixer": "^10.2.5",
88+
"autoprefixer": "^10.4.7",
8989
"babel-esm-plugin": "^0.9.0",
90-
"babel-loader": "^8.2.2",
90+
"babel-loader": "^8.2.5",
9191
"babel-plugin-macros": "^3.1.0",
9292
"babel-plugin-transform-react-remove-prop-types": "^0.4.24",
93-
"browserslist": "^4.16.4",
94-
"compression-webpack-plugin": "^6.0.4",
93+
"browserslist": "^4.20.3",
94+
"compression-webpack-plugin": "^6.1.1",
9595
"console-clear": "^1.0.0",
96-
"copy-webpack-plugin": "^6.2.1",
96+
"copy-webpack-plugin": "^6.4.0",
9797
"critters-webpack-plugin": "^2.5.0",
9898
"cross-spawn-promise": "^0.10.1",
99-
"css-loader": "^5.2.4",
99+
"css-loader": "^5.2.7",
100100
"dotenv": "^16.0.0",
101101
"ejs-loader": "^0.5.0",
102102
"envinfo": "^7.8.1",
@@ -105,51 +105,51 @@
105105
"fork-ts-checker-webpack-plugin": "^4.0.4",
106106
"get-port": "^5.0.0",
107107
"gittar": "^0.1.0",
108-
"glob": "^7.1.4",
108+
"glob": "^8.0.3",
109109
"html-webpack-exclude-assets-plugin": "0.0.7",
110110
"html-webpack-plugin": "^3.2.0",
111-
"ip": "^1.1.5",
111+
"ip": "^1.1.8",
112112
"isomorphic-unfetch": "^3.1.0",
113113
"kleur": "^4.1.4",
114114
"loader-utils": "^2.0.0",
115-
"mini-css-extract-plugin": "^1.5.0",
115+
"mini-css-extract-plugin": "^1.6.2",
116116
"minimatch": "^3.0.3",
117117
"native-url": "0.3.4",
118-
"optimize-css-assets-webpack-plugin": "^6.0.0",
119-
"ora": "^5.4.0",
120-
"pnp-webpack-plugin": "^1.6.4",
121-
"postcss": "^8.2.10",
122-
"postcss-load-config": "^3.0.1",
123-
"postcss-loader": "^4.0.4",
118+
"optimize-css-assets-webpack-plugin": "^6.0.1",
119+
"ora": "^5.4.1",
120+
"pnp-webpack-plugin": "^1.7.0",
121+
"postcss": "^8.4.13",
122+
"postcss-load-config": "^3.1.4",
123+
"postcss-loader": "^4.2.0",
124124
"progress-bar-webpack-plugin": "^2.1.0",
125-
"promise-polyfill": "^8.2.0",
126-
"prompts": "^2.4.1",
125+
"promise-polyfill": "^8.2.3",
126+
"prompts": "^2.4.2",
127127
"raw-loader": "^4.0.2",
128128
"react-refresh": "0.10.0",
129129
"rimraf": "^3.0.2",
130-
"sade": "^1.7.4",
130+
"sade": "^1.8.1",
131131
"size-plugin": "^3.0.0",
132132
"source-map": "^0.7.2",
133133
"stack-trace": "0.0.10",
134134
"style-loader": "^2.0.0",
135135
"terser-webpack-plugin": "^4.2.3",
136-
"typescript": "~4.2.4",
136+
"typescript": "~4.6.4",
137137
"update-notifier": "^5.1.0",
138138
"url-loader": "^4.1.1",
139-
"validate-npm-package-name": "^3.0.0",
140-
"webpack": "^4.38.0",
141-
"webpack-bundle-analyzer": "^4.4.2",
142-
"webpack-dev-server": "^4.7.3",
139+
"validate-npm-package-name": "^4.0.0",
140+
"webpack": "^4.44.2",
141+
"webpack-bundle-analyzer": "^4.5.0",
142+
"webpack-dev-server": "^4.9.0",
143143
"webpack-fix-style-only-entries": "^0.6.1",
144144
"webpack-manifest-plugin": "^4.1.1",
145-
"webpack-merge": "^5.3.0",
145+
"webpack-merge": "^5.8.0",
146146
"webpack-plugin-replace": "^1.2.0",
147147
"which": "^2.0.2",
148-
"workbox-cacheable-response": "^6.1.5",
149-
"workbox-core": "^6.1.5",
150-
"workbox-precaching": "^6.1.5",
151-
"workbox-routing": "^6.1.5",
152-
"workbox-strategies": "^6.1.5",
153-
"workbox-webpack-plugin": "^6.1.5"
148+
"workbox-cacheable-response": "^6.5.3",
149+
"workbox-core": "^6.5.3",
150+
"workbox-precaching": "^6.5.3",
151+
"workbox-routing": "^6.5.3",
152+
"workbox-strategies": "^6.5.3",
153+
"workbox-webpack-plugin": "^6.5.3"
154154
}
155155
}

packages/cli/tests/images/build.js

Lines changed: 11 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -11,33 +11,32 @@ exports.default = Object.assign({}, common, {
1111
'assets/icons/favicon-32x32.png': 1487,
1212
'assets/icons/mstile-150x150.png': 9050,
1313
'assets/favicon.ico': 15086,
14-
'ssr-build/ssr-bundle.aaacf.css': 1281,
15-
'ssr-build/ssr-bundle.aaacf.css.map': 2070,
14+
'ssr-build/ssr-bundle.89e23.css': 1281,
15+
'ssr-build/ssr-bundle.89e23.css.map': 2070,
1616
'ssr-build/ssr-bundle.js': 11937,
1717
'ssr-build/ssr-bundle.js.map': 32557,
1818
'ssr-build/asset-manifest.json': 178,
19-
'bundle.2da73.css': 901,
20-
'bundle.44866.js': 21429,
21-
'bundle.44866.js.map': 111801,
19+
'bundle.259c5.css': 901,
20+
'bundle.fbf55.js': 21429,
21+
'bundle.fbf55.js.map': 111801,
2222
'favicon.ico': 15086,
2323
'index.html': 2034,
2424
'manifest.json': 455,
2525
'preact_prerender_data.json': 11,
2626
'push-manifest.json': 450,
2727
'asset-manifest.json': 1074,
28-
'route-home.chunk.bcb8a.css': 58,
29-
'route-home.chunk.3cec8.js': 327,
30-
'route-home.chunk.3cec8.js.map': 483,
31-
'route-profile.chunk.6dd80.css': 61,
32-
'route-profile.chunk.ddf94.js': 3514,
33-
'route-profile.chunk.ddf94.js.map': 15454,
28+
'route-home.chunk.df08e.css': 58,
29+
'route-home.chunk.85051.js': 327,
30+
'route-home.chunk.85051.js.map': 483,
31+
'route-profile.chunk.7bcae.css': 61,
32+
'route-profile.chunk.6d480.js': 3514,
33+
'route-profile.chunk.6d480.js.map': 15454,
3434
});
3535
exports['default-esm'] = Object.assign({}, exports.default, {
3636
'bundle.*.esm.js': 21135,
3737
'bundle.*.esm.js.map': 111771,
3838
'polyfills.*.esm.js': 5721,
3939
'polyfills.*.esm.js.map': 21633,
40-
'route-home.chunk.3cec8.js.map': 483,
4140
'route-home.chunk.*.esm.js': 316,
4241
'route-home.chunk.*.esm.js.map': 486,
4342
'route-profile.chunk.*.esm.js': 2448,

0 commit comments

Comments
 (0)