Skip to content

Commit 042bf86

Browse files
authored
fix: integrity in http-url test (#19954)
1 parent d9121b3 commit 042bf86

8 files changed

Lines changed: 83 additions & 81 deletions

File tree

test/configCases/asset-modules/http-url/dev-defaults.webpack.lock.data/https_raw.githubusercontent.com/webpack_webpack_main_CODE_OF_CONDUCT_06e7b335922db99b918d.md

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

test/configCases/asset-modules/http-url/dev-defaults.webpack.lock.data/https_raw.githubusercontent.com/webpack_webpack_main_README_c9ec0fd496c92f077657.md

Lines changed: 39 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<div align="center">
2-
<a href="https://github.com/webpack/webpack">
3-
<img width="200" height="200" src="https://webpack.js.org/assets/icon-square-big.svg">
4-
</a>
5-
<br>
6-
<br>
2+
<a href="https://github.com/webpack/webpack">
3+
<img width="200" height="200" src="https://webpack.js.org/assets/icon-square-big.svg">
4+
</a>
5+
<br>
6+
<br>
77

88
[![npm][npm]][npm-url]
99

@@ -22,10 +22,10 @@
2222
[![discord](https://img.shields.io/discord/1180618526436888586?label=discord&logo=discord&logoColor=white&style=flat)](https://discord.gg/5sxFZPdx2k)
2323
[![LFX Health Score](https://insights.linuxfoundation.org/api/badge/health-score?project=webpack)](https://insights.linuxfoundation.org/project/webpack)
2424

25-
<h1>webpack</h1>
26-
<p>
27-
Webpack is a module bundler. Its main purpose is to bundle JavaScript files for usage in a browser, yet it is also capable of transforming, bundling, or packaging just about any resource or asset.
28-
</p>
25+
<h1>webpack</h1>
26+
<p>
27+
Webpack is a module bundler. Its main purpose is to bundle JavaScript files for usage in a browser, yet it is also capable of transforming, bundling, or packaging just about any resource or asset.
28+
</p>
2929
</div>
3030

3131
## Table of Contents
@@ -36,17 +36,17 @@
3636
- [Contributing](#contributing)
3737
- [Support](#support)
3838
- [Current project members](#current-project-members)
39-
- [TSC (Technical Steering Committee)](#tsc-technical-steering-committee)
40-
- [Core Collaborators](#core-collaborators)
39+
- [TSC (Technical Steering Committee)](#tsc-technical-steering-committee)
40+
- [Core Collaborators](#core-collaborators)
4141
- [Sponsoring](#sponsoring)
42-
- [Premium Partners](#premium-partners)
43-
- [Gold Sponsors](#gold-sponsors)
44-
- [Silver Sponsors](#silver-sponsors)
45-
- [Bronze Sponsors](#bronze-sponsors)
46-
- [Backers](#backers)
42+
- [Premium Partners](#premium-partners)
43+
- [Gold Sponsors](#gold-sponsors)
44+
- [Silver Sponsors](#silver-sponsors)
45+
- [Bronze Sponsors](#bronze-sponsors)
46+
- [Backers](#backers)
4747
- [Special Thanks](#special-thanks-to)
4848

49-
<h2>Install</h2>
49+
## Install
5050

5151
Install with npm:
5252

@@ -60,7 +60,7 @@ Install with yarn:
6060
yarn add webpack --dev
6161
```
6262

63-
<h2>Introduction</h2>
63+
## Introduction
6464

6565
Webpack is a bundler for modules. The main purpose is to bundle JavaScript
6666
files for usage in a browser, yet it is also capable of transforming, bundling,
@@ -88,7 +88,7 @@ Check out webpack's quick [**Get Started**](https://webpack.js.org/guides/gettin
8888
Webpack supports all browsers that are [ES5-compliant](https://kangax.github.io/compat-table/es5/) (IE8 and below are not supported).
8989
Webpack also needs `Promise` for `import()` and `require.ensure()`. If you want to support older browsers, you will need to [load a polyfill](https://webpack.js.org/guides/shimming/) before using these expressions.
9090

91-
<h2>Concepts</h2>
91+
## Concepts
9292

9393
### [Plugins](https://webpack.js.org/plugins/)
9494

@@ -265,7 +265,7 @@ If you're working on webpack itself, or building advanced plugins or integration
265265

266266
[tapable-tracer-npm]: https://img.shields.io/npm/v/tapable-tracer.svg
267267

268-
<h2>Contributing</h2>
268+
## Contributing
269269

270270
**We want contributing to webpack to be fun, enjoyable, and educational for anyone, and everyone.** We have a [vibrant ecosystem](https://medium.com/webpack/contributors-guide/home) that spans beyond this single repo. We welcome you to check out any of the repositories in [our organization](https://github.com/webpack) or [webpack-contrib organization](https://github.com/webpack-contrib) which houses all of our loaders and plugins.
271271

@@ -284,40 +284,40 @@ Contributions go far beyond pull requests and commits. Although we love giving y
284284

285285
To get started have a look at our [documentation on contributing](https://github.com/webpack/webpack/blob/main/CONTRIBUTING.md).
286286

287-
<h3>Creating your own plugins and loaders</h3>
287+
### Creating your own plugins and loaders
288288

289289
If you create a loader or plugin, we would <3 for you to open source it, and put it on npm. We follow the `x-loader`, `x-webpack-plugin` naming convention.
290290

291-
<h2>Support</h2>
291+
## Support
292292

293293
We consider webpack to be a low-level tool used not only individually but also layered beneath other awesome tools. Because of its flexibility, webpack isn't always the _easiest_ entry-level solution, however we do believe it is the most powerful. That said, we're always looking for ways to improve and simplify the tool without compromising functionality. If you have any ideas on ways to accomplish this, we're all ears!
294294

295295
If you're just getting started, take a look at [our new docs and concepts page](https://webpack.js.org/concepts/). This has a high level overview that is great for beginners!!
296296

297297
If you have discovered a 🐜 or have a feature suggestion, feel free to create an issue on GitHub.
298298

299-
<h2>Current project members</h2>
299+
## Current project members
300300

301301
For information about the governance of the webpack project, see [GOVERNANCE.md](./GOVERNANCE.md).
302302

303-
<h3>TSC (Technical Steering Committee)</h3>
303+
### TSC (Technical Steering Committee)
304304

305305
- [alexander-akait](https://github.com/alexander-akait) -
306-
**Alexander Akait** <<[email protected]>> (he/him)
306+
**Alexander Akait** <<[email protected]>> (he/him)
307307
- [evenstensberg](https://github.com/evenstensberg) -
308-
**Even Stensberg** <<[email protected]>> (he/him)
308+
**Even Stensberg** <<[email protected]>> (he/him)
309309
- [ovflowd](https://github.com/ovflowd) -
310-
**Claudio Wunder** <<[email protected]>> (he/they)
310+
**Claudio Wunder** <<[email protected]>> (he/they)
311311
- [snitin315](https://github.com/snitin315) -
312-
**Nitin Kumar** <<[email protected]>> (he/him)
312+
**Nitin Kumar** <<[email protected]>> (he/him)
313313
- [thelarkinn](https://github.com/thelarkinn) -
314-
**Sean Larkin** <<[email protected]>> (he/him)
314+
**Sean Larkin** <<[email protected]>> (he/him)
315315

316-
<h3>Maintenance</h3>
316+
### Maintenance
317317

318318
This webpack repository is maintained by the [`Core Working Group`](./WORKING_GROUP.md).
319319

320-
<h2>Sponsoring</h2>
320+
## Sponsoring
321321

322322
Most of the core team members, webpack contributors and contributors in the ecosystem do this open source work in their free time. If you use webpack for a serious task, and you'd like us to invest more time on it, please donate. This project increases your income/productivity too. It makes development and applications faster and it reduces the required bandwidth.
323323

@@ -330,7 +330,7 @@ This is how we use the donations:
330330
- Infrastructure cost
331331
- Fees for money handling
332332

333-
<h3>Premium Partners</h3>
333+
### Premium Partners
334334

335335
<div align="center">
336336

@@ -339,7 +339,7 @@ This is how we use the donations:
339339

340340
</div>
341341

342-
<h3>Other Backers and Sponsors</h3>
342+
### Other Backers and Sponsors
343343

344344
Before we started using OpenCollective, donations were made anonymously. Now that we have made the switch, we would like to acknowledge these sponsors (and the ones who continue to donate using OpenCollective). If we've missed someone, please send us a PR, and we'll add you to this list.
345345

@@ -351,7 +351,7 @@ Before we started using OpenCollective, donations were made anonymously. Now tha
351351

352352
</div>
353353

354-
<h3>Gold Sponsors</h3>
354+
### Gold Sponsors
355355

356356
[Become a gold sponsor](https://opencollective.com/webpack#sponsor) and get your logo on our README on GitHub with a link to your site.
357357

@@ -390,7 +390,7 @@ Before we started using OpenCollective, donations were made anonymously. Now tha
390390

391391
</div>
392392

393-
<h3>Silver Sponsors</h3>
393+
### Silver Sponsors
394394

395395
[Become a silver sponsor](https://opencollective.com/webpack#sponsor) and get your logo on our README on GitHub with a link to your site.
396396

@@ -429,7 +429,7 @@ Before we started using OpenCollective, donations were made anonymously. Now tha
429429

430430
</div>
431431

432-
<h3>Bronze Sponsors</h3>
432+
### Bronze Sponsors
433433

434434
[Become a bronze sponsor](https://opencollective.com/webpack#sponsor) and get your logo on our README on GitHub with a link to your site.
435435

@@ -539,7 +539,7 @@ Before we started using OpenCollective, donations were made anonymously. Now tha
539539

540540
</div>
541541

542-
<h3>Backers</h3>
542+
### Backers
543543

544544
[Become a backer](https://opencollective.com/webpack#backer) and get your image on our README on GitHub with a link to your site.
545545

@@ -645,7 +645,8 @@ Before we started using OpenCollective, donations were made anonymously. Now tha
645645
<a href="https://opencollective.com/webpack/backer/99/website?requireActive=false" target="_blank"><img width="30" src="https://opencollective.com/webpack/backer/99/avatar.svg?requireActive=false"></a>
646646
<a href="https://opencollective.com/webpack/backer/100/website?requireActive=false" target="_blank"><img width="30" src="https://opencollective.com/webpack/backer/100/avatar.svg?requireActive=false"></a>
647647

648-
<h2>Special Thanks to</h2>
648+
## Special Thanks to
649+
649650
<p>(In chronological order)</p>
650651

651652
- [@google](https://github.com/google) for [Google Web Toolkit (GWT)](http://www.gwtproject.org/), which aims to compile Java to JavaScript. It features a similar [Code Splitting](http://www.gwtproject.org/doc/latest/DevGuideCodeSplitting.html) as webpack.

test/configCases/asset-modules/http-url/errors.webpack.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"http://localhost:9990/redirect": { "integrity": "sha512-BV/MK/QTq+NHRve1XpZyQ8V6cjRP/fwbtJvENRdm5C73qNYZ4i2/fw+soj7J4qxzBXMHDbvOnA6E0ShnX2hc1w==", "contentType": "text/javascript" },
88
"http://localhost:9990/redirect.js": { "resolved": "http://localhost:9990/redirect", "integrity": "sha512-BV/MK/QTq+NHRve1XpZyQ8V6cjRP/fwbtJvENRdm5C73qNYZ4i2/fw+soj7J4qxzBXMHDbvOnA6E0ShnX2hc1w==", "contentType": "text/javascript" },
99
"http://localhost:9990/resolve.js": { "integrity": "sha512-SHOULD_BE_INVALID", "contentType": "text/javascript" },
10-
"https://raw.githubusercontent.com//webpack//webpack//main/README.md": { "integrity": "sha512-OLJ9q6iSO652hVBkTLsMLtQnFBBTzEbFqLGyWD62nPga/0DZ9bc3oOFb5OYT8RIPzmlOX4WzK2uiLgc1NSGtBA==", "contentType": "text/plain; charset=utf-8" },
11-
"https://raw.githubusercontent.com/webpack/webpack/main/README.md": { "integrity": "sha512-OLJ9q6iSO652hVBkTLsMLtQnFBBTzEbFqLGyWD62nPga/0DZ9bc3oOFb5OYT8RIPzmlOX4WzK2uiLgc1NSGtBA==", "contentType": "text/plain; charset=utf-8" },
10+
"https://raw.githubusercontent.com//webpack//webpack//main/README.md": { "integrity": "sha512-0ZvAGT9BNo7wDRzhVolbFzyjKiO77AZnNMcuIrOFrk5DIlwLa0QTz48mERI9Z5KhoIIUBNIMMTi10ZI8aWeMnQ==", "contentType": "text/plain; charset=utf-8" },
11+
"https://raw.githubusercontent.com/webpack/webpack/main/README.md": { "integrity": "sha512-0ZvAGT9BNo7wDRzhVolbFzyjKiO77AZnNMcuIrOFrk5DIlwLa0QTz48mERI9Z5KhoIIUBNIMMTi10ZI8aWeMnQ==", "contentType": "text/plain; charset=utf-8" },
1212
"version": 1
1313
}

test/configCases/asset-modules/http-url/frozen-verify.webpack.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"http://localhost:9990/redirect.js": { "integrity": "sha512-BV/MK/QTq+NHRve1XpZyQ8V6cjRP/fwbtJvENRdm5C73qNYZ4i2/fw+soj7J4qxzBXMHDbvOnA6E0ShnX2hc1w==", "contentType": "text/javascript" },
1313
"http://localhost:9990/resolve.js": { "integrity": "sha512-6J9zBO2hXSMTO1EtXJOxSRB2nVPHCoNmNHS8an1QeehzJFc3uoBPRWu6hqHPc54gv2/QME9RBR/BXIan68virg==", "contentType": "text/javascript" },
1414
"http://localhost:9990/url.js": { "integrity": "sha512-Dlw99Gtp/ZRxWvGlqD2EKnvbo1i6j/slwQO4WV8RIRhYZx9ErI+rndpyDMaKykSnq20HCp5H73TJ+dtO+wDyEg==", "contentType": "text/javascript" },
15-
"https://raw.githubusercontent.com//webpack//webpack//main/README.md": { "resolved": "https://raw.githubusercontent.com/webpack/webpack/main/README.md", "integrity": "sha512-1B05P4O2lrOoTzaxcFcb2lT9XAM8HQZSoqH+H9HDw1zLMn0aBDcvGZIBBWWg5KhcQUi6cOPkVTkW9XuEEyzomQ==", "contentType": "text/plain; charset=utf-8" },
16-
"https://raw.githubusercontent.com/webpack/webpack/main/README.md": { "integrity": "sha512-1B05P4O2lrOoTzaxcFcb2lT9XAM8HQZSoqH+H9HDw1zLMn0aBDcvGZIBBWWg5KhcQUi6cOPkVTkW9XuEEyzomQ==", "contentType": "text/plain; charset=utf-8" },
15+
"https://raw.githubusercontent.com//webpack//webpack//main/README.md": { "resolved": "https://raw.githubusercontent.com/webpack/webpack/main/README.md", "integrity": "sha512-0ZvAGT9BNo7wDRzhVolbFzyjKiO77AZnNMcuIrOFrk5DIlwLa0QTz48mERI9Z5KhoIIUBNIMMTi10ZI8aWeMnQ==", "contentType": "text/plain; charset=utf-8" },
16+
"https://raw.githubusercontent.com/webpack/webpack/main/README.md": { "integrity": "sha512-0ZvAGT9BNo7wDRzhVolbFzyjKiO77AZnNMcuIrOFrk5DIlwLa0QTz48mERI9Z5KhoIIUBNIMMTi10ZI8aWeMnQ==", "contentType": "text/plain; charset=utf-8" },
1717
"version": 1
1818
}

test/configCases/asset-modules/http-url/frozen-verify.webpack.lock.data/https_raw.githubusercontent.com/webpack_webpack_main_README_c9ec0fd496c92f077657.md

Lines changed: 18 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
- [Backers](#backers)
4747
- [Special Thanks](#special-thanks-to)
4848

49-
<h2>Install</h2>
49+
## Install
5050

5151
Install with npm:
5252

@@ -60,7 +60,7 @@ Install with yarn:
6060
yarn add webpack --dev
6161
```
6262

63-
<h2>Introduction</h2>
63+
## Introduction
6464

6565
Webpack is a bundler for modules. The main purpose is to bundle JavaScript
6666
files for usage in a browser, yet it is also capable of transforming, bundling,
@@ -88,7 +88,7 @@ Check out webpack's quick [**Get Started**](https://webpack.js.org/guides/gettin
8888
Webpack supports all browsers that are [ES5-compliant](https://kangax.github.io/compat-table/es5/) (IE8 and below are not supported).
8989
Webpack also needs `Promise` for `import()` and `require.ensure()`. If you want to support older browsers, you will need to [load a polyfill](https://webpack.js.org/guides/shimming/) before using these expressions.
9090

91-
<h2>Concepts</h2>
91+
## Concepts
9292

9393
### [Plugins](https://webpack.js.org/plugins/)
9494

@@ -265,7 +265,7 @@ If you're working on webpack itself, or building advanced plugins or integration
265265

266266
[tapable-tracer-npm]: https://img.shields.io/npm/v/tapable-tracer.svg
267267

268-
<h2>Contributing</h2>
268+
## Contributing
269269

270270
**We want contributing to webpack to be fun, enjoyable, and educational for anyone, and everyone.** We have a [vibrant ecosystem](https://medium.com/webpack/contributors-guide/home) that spans beyond this single repo. We welcome you to check out any of the repositories in [our organization](https://github.com/webpack) or [webpack-contrib organization](https://github.com/webpack-contrib) which houses all of our loaders and plugins.
271271

@@ -284,23 +284,23 @@ Contributions go far beyond pull requests and commits. Although we love giving y
284284

285285
To get started have a look at our [documentation on contributing](https://github.com/webpack/webpack/blob/main/CONTRIBUTING.md).
286286

287-
<h3>Creating your own plugins and loaders</h3>
287+
### Creating your own plugins and loaders
288288

289289
If you create a loader or plugin, we would <3 for you to open source it, and put it on npm. We follow the `x-loader`, `x-webpack-plugin` naming convention.
290290

291-
<h2>Support</h2>
291+
## Support
292292

293293
We consider webpack to be a low-level tool used not only individually but also layered beneath other awesome tools. Because of its flexibility, webpack isn't always the _easiest_ entry-level solution, however we do believe it is the most powerful. That said, we're always looking for ways to improve and simplify the tool without compromising functionality. If you have any ideas on ways to accomplish this, we're all ears!
294294

295295
If you're just getting started, take a look at [our new docs and concepts page](https://webpack.js.org/concepts/). This has a high level overview that is great for beginners!!
296296

297297
If you have discovered a 🐜 or have a feature suggestion, feel free to create an issue on GitHub.
298298

299-
<h2>Current project members</h2>
299+
## Current project members
300300

301301
For information about the governance of the webpack project, see [GOVERNANCE.md](./GOVERNANCE.md).
302302

303-
<h3>TSC (Technical Steering Committee)</h3>
303+
### TSC (Technical Steering Committee)
304304

305305
- [alexander-akait](https://github.com/alexander-akait) -
306306
**Alexander Akait** <<[email protected]>> (he/him)
@@ -313,11 +313,11 @@ For information about the governance of the webpack project, see [GOVERNANCE.md]
313313
- [thelarkinn](https://github.com/thelarkinn) -
314314
**Sean Larkin** <<[email protected]>> (he/him)
315315

316-
<h3>Maintenance</h3>
316+
### Maintenance
317317

318318
This webpack repository is maintained by the [`Core Working Group`](./WORKING_GROUP.md).
319319

320-
<h2>Sponsoring</h2>
320+
## Sponsoring
321321

322322
Most of the core team members, webpack contributors and contributors in the ecosystem do this open source work in their free time. If you use webpack for a serious task, and you'd like us to invest more time on it, please donate. This project increases your income/productivity too. It makes development and applications faster and it reduces the required bandwidth.
323323

@@ -330,7 +330,7 @@ This is how we use the donations:
330330
- Infrastructure cost
331331
- Fees for money handling
332332

333-
<h3>Premium Partners</h3>
333+
### Premium Partners
334334

335335
<div align="center">
336336

@@ -339,7 +339,7 @@ This is how we use the donations:
339339

340340
</div>
341341

342-
<h3>Other Backers and Sponsors</h3>
342+
### Other Backers and Sponsors
343343

344344
Before we started using OpenCollective, donations were made anonymously. Now that we have made the switch, we would like to acknowledge these sponsors (and the ones who continue to donate using OpenCollective). If we've missed someone, please send us a PR, and we'll add you to this list.
345345

@@ -351,7 +351,7 @@ Before we started using OpenCollective, donations were made anonymously. Now tha
351351

352352
</div>
353353

354-
<h3>Gold Sponsors</h3>
354+
### Gold Sponsors
355355

356356
[Become a gold sponsor](https://opencollective.com/webpack#sponsor) and get your logo on our README on GitHub with a link to your site.
357357

@@ -390,7 +390,7 @@ Before we started using OpenCollective, donations were made anonymously. Now tha
390390

391391
</div>
392392

393-
<h3>Silver Sponsors</h3>
393+
### Silver Sponsors
394394

395395
[Become a silver sponsor](https://opencollective.com/webpack#sponsor) and get your logo on our README on GitHub with a link to your site.
396396

@@ -429,7 +429,7 @@ Before we started using OpenCollective, donations were made anonymously. Now tha
429429

430430
</div>
431431

432-
<h3>Bronze Sponsors</h3>
432+
### Bronze Sponsors
433433

434434
[Become a bronze sponsor](https://opencollective.com/webpack#sponsor) and get your logo on our README on GitHub with a link to your site.
435435

@@ -539,7 +539,7 @@ Before we started using OpenCollective, donations were made anonymously. Now tha
539539

540540
</div>
541541

542-
<h3>Backers</h3>
542+
### Backers
543543

544544
[Become a backer](https://opencollective.com/webpack#backer) and get your image on our README on GitHub with a link to your site.
545545

@@ -645,7 +645,8 @@ Before we started using OpenCollective, donations were made anonymously. Now tha
645645
<a href="https://opencollective.com/webpack/backer/99/website?requireActive=false" target="_blank"><img width="30" src="https://opencollective.com/webpack/backer/99/avatar.svg?requireActive=false"></a>
646646
<a href="https://opencollective.com/webpack/backer/100/website?requireActive=false" target="_blank"><img width="30" src="https://opencollective.com/webpack/backer/100/avatar.svg?requireActive=false"></a>
647647

648-
<h2>Special Thanks to</h2>
648+
## Special Thanks to
649+
649650
<p>(In chronological order)</p>
650651

651652
- [@google](https://github.com/google) for [Google Web Toolkit (GWT)](http://www.gwtproject.org/), which aims to compile Java to JavaScript. It features a similar [Code Splitting](http://www.gwtproject.org/doc/latest/DevGuideCodeSplitting.html) as webpack.

0 commit comments

Comments
 (0)