@@ -101,9 +101,15 @@ it('builds a generated plugin into a viable archive', async () => {
101101 info running @osd/optimizer
102102 │ info initialized, 0 bundles cached
103103 │ info starting worker [1 bundle]
104+ │ warn worker stderr Browserslist: caniuse-lite is outdated. Please run:
105+ │ warn worker stderr npx update-browserslist-db@latest
106+ │ warn worker stderr Why you should do it regularly: https://github.com/browserslist/update-db#readme
104107 │ succ 1 bundles compiled successfully after <time>
105108 info copying assets from \`public/assets\` to build
106109 info copying server source into the build and converting with babel
110+ Browserslist: caniuse-lite is outdated. Please run:
111+ npx update-browserslist-db@latest
112+ Why you should do it regularly: https://github.com/browserslist/update-db#readme
107113 info running yarn to install dependencies
108114 info compressing plugin into [fooTestPlugin-1.0.0.zip]
109115 info cleaning up compression temporary artifacts"
@@ -189,9 +195,15 @@ it('builds a non-semver generated plugin into a viable archive', async () => {
189195 info running @osd/optimizer
190196 │ info initialized, 0 bundles cached
191197 │ info starting worker [1 bundle]
198+ │ warn worker stderr Browserslist: caniuse-lite is outdated. Please run:
199+ │ warn worker stderr npx update-browserslist-db@latest
200+ │ warn worker stderr Why you should do it regularly: https://github.com/browserslist/update-db#readme
192201 │ succ 1 bundles compiled successfully after <time>
193202 info copying assets from \`public/assets\` to build
194203 info copying server source into the build and converting with babel
204+ Browserslist: caniuse-lite is outdated. Please run:
205+ npx update-browserslist-db@latest
206+ Why you should do it regularly: https://github.com/browserslist/update-db#readme
195207 info running yarn to install dependencies
196208 info compressing plugin into [fooTestPlugin-1.0.0.x.zip]
197209 info cleaning up compression temporary artifacts"
0 commit comments