Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/webpack/webpack

A bundler for javascript and friends. Packs many modules into a few bundled assets. Code Splitting allows for loading parts of the application on demand. Through "loaders", modules can be CommonJs, AMD, ES6 modules, CSS, Images, JSON, Coffeescript, LESS, ... and your custom stuff.
https://github.com/webpack/webpack

chore(deps-dev): bump @types/node from 13.13.15 to 13.13.17

Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) fro...

5a6799f9f7f9fe4b773f36a980633fb7e14bfa8e authored over 4 years ago by dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Merge pull request #11439 from webpack/feature/web-worker

new Worker() support

ec8e1bb0b3b8203818741f731fdf654e1583b2d4 authored over 4 years ago by Tobias Koppers <[email protected]>
fix incorrect disposing of modules during HMR

12997f0a6c333ebc2dc88e0d5ca4becbe6addbe8 authored over 4 years ago by Tobias Koppers <[email protected]>
Merge pull request #11437 from webpack/dependabot/npm_and_yarn/husky-4.3.0

chore(deps-dev): bump husky from 4.2.5 to 4.3.0

15638abfac6d60f86bf624c821cd860ad4cbed5a authored over 4 years ago by Tobias Koppers <[email protected]>
run worker tests only on supported node versions

1a2b7751eb1db4028556d9861b92c0dc3dcf635a authored over 4 years ago by Tobias Koppers <[email protected]>
new Worker() support

add support for async anonymous entrypoints from inside the codebase
add worker example
move ent...

ed06a7f83a7cb7542ff7d9df9fa9755154679258 authored over 4 years ago by Tobias Koppers <[email protected]>
chore(deps-dev): bump husky from 4.2.5 to 4.3.0

Bumps [husky](https://github.com/typicode/husky) from 4.2.5 to 4.3.0.
- [Release notes](https://...

371dc2aee77427780c58446e82ee816f9ffb622d authored over 4 years ago by dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
enable mjs experiment

2d4c9da6a63107f332c506ee7806b81a58f51b17 authored over 4 years ago by Tobias Koppers <[email protected]>
Merge pull request #11427 from webpack/dependabot/npm_and_yarn/babel/core-7.11.6

chore(deps-dev): bump @babel/core from 7.11.5 to 7.11.6

3f12b0fa27e2e6e5c96afd685faa7162bf75ee8a authored over 4 years ago by Tobias Koppers <[email protected]>
Merge pull request #11420 from webpack/stats/entrypoints

make entrypoints less verbose and add size info

ff1ab37f4dbf757fdb2fd4e5617d47f4c21fc1c9 authored over 4 years ago by Tobias Koppers <[email protected]>
chore(deps-dev): bump lint-staged from 10.2.13 to 10.3.0

Bumps [lint-staged](https://github.com/okonet/lint-staged) from 10.2.13 to 10.3.0.
- [Release no...

62ca1d13dce53d84f8bd9964a60c40ba62d03a7f authored over 4 years ago by dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
chore(deps-dev): bump @babel/core from 7.11.5 to 7.11.6

Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.11.5 to...

e957ceaa2d9be55603d69c85c06f0a1a7138b78d authored over 4 years ago by dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
print entrypoint only when necessary (stats.entrypoints: "auto")

show sizes for entrypoints

0afc6a7f488bf5ddcfde90614e96274e67fc304e authored over 4 years ago by Tobias Koppers <[email protected]>
fix auxiliary files for Compilation.renameAsset

b6bfe8b891a9f5f0bf0b56ab3cd77734a115fc3e authored over 4 years ago by Tobias Koppers <[email protected]>
Merge pull request #11426 from webpack/stats/summary

Stats/summary

eaf98b4bc5e5061f4984c1ce1fde6ad5ee4a88c5 authored over 4 years ago by Tobias Koppers <[email protected]>
replace hash, version, time and builtAt with build summary at the bottom

8e0c51106880e7b8c788738bb686daded7498b50 authored over 4 years ago by Tobias Koppers <[email protected]>
move start and endTime from Stats to Compilation

8497cd34c61819dfcfe4bf00c686574f1af72b72 authored over 4 years ago by Tobias Koppers <[email protected]>
Merge pull request #11413 from webpack/experiments/enable-asset

Enable asset experiment

a72c0c828fe5147e4c3a32d44825734909c261e2 authored over 4 years ago by Tobias Koppers <[email protected]>
return if undefined

e29e3cdc0dcc9f0948a5b187924ea09692a73f13 authored over 4 years ago by shaodahong <[email protected]>
fix: if Container shard undefined fixes #11419

d76f72e0c7be54f77c4523d146a8aea701d3b524 authored over 4 years ago by shaodahong <[email protected]>
enable asset experiment

0111405198d452c2ad51d9efb3a35ca8ab904430 authored over 4 years ago by Tobias Koppers <[email protected]>
Merge pull request #11409 from webpack/stats/grouping

Grouping of assets and modules in stats for readablility

4a3e4bda6b30915afd92f0b3c2aff5add149a635 authored over 4 years ago by Tobias Koppers <[email protected]>
fix URL nitpicks

39d2f8f7f3fe62d9197a6eb3aaddad94e6d29e52 authored over 4 years ago by Tobias Koppers <[email protected]>
better force handling

a778c17fd3f6975a7d11bf85d14b9aacb1415ff1 authored over 4 years ago by Tobias Koppers <[email protected]>
fix snapshot

afa4d4dfc74c898aba7c5be6a2db26858fc66b18 authored over 4 years ago by Tobias Koppers <[email protected]>
update test case for changed stats format

fix bug with groupModulesByType flag
rename stats.runtime to stats.runtimeModules

ce97f40bb70f793ff5c89c3703f3cb51502be52f authored over 4 years ago by Tobias Koppers <[email protected]>
fix example config

a61e83c75b1ac4df4ceaa8dad1fdee94bbb041d9 authored over 4 years ago by Tobias Koppers <[email protected]>
fix groupModulesByAttributes description

5282f878a1519b9710460c74c82f5d15352b8f47 authored over 4 years ago by Tobias Koppers <[email protected]>
rename groupAssetsByStatus to groupAssetsByEmitStatus

8904dd7b91f06ae72b4c105c06350406e3b8542d authored over 4 years ago by Tobias Koppers <[email protected]>
improve hashing of runtime modules that need a full hash

0f089187e45a4669199bad0a9381cd20f150e322 authored over 4 years ago by Tobias Koppers <[email protected]>
add grouping of modules

be021e00f429a90ad6da30bacbf59873343a02b5 authored over 4 years ago by Tobias Koppers <[email protected]>
Merge pull request #11403 from webpack/dependabot/npm_and_yarn/file-loader-6.1.0

chore(deps-dev): bump file-loader from 6.0.0 to 6.1.0

f0f845b6ecff088535ec0af4862dde75518d48c6 authored over 4 years ago by Tobias Koppers <[email protected]>
add grouping of assets

3ea9400505ba5dc6d422d84e6eb22f1d79adc253 authored over 4 years ago by Tobias Koppers <[email protected]>
Merge pull request #11395 from webpack/refactor/asi

refactor how asi handled

bdeea6ec2f74ea66cd64158c1299a128a74a11c7 authored over 4 years ago by Tobias Koppers <[email protected]>
Merge pull request #11383 from webpack/dependabot/npm_and_yarn/prettier-2.1.1

chore(deps-dev): bump prettier from 2.0.5 to 2.1.1

0130eb3371e0b5fd024d7d3009adc0691cfd2e33 authored over 4 years ago by Tobias Koppers <[email protected]>
Merge pull request #11408 from webpack/dependabot/npm_and_yarn/babel/core-7.11.5

chore(deps-dev): bump @babel/core from 7.11.4 to 7.11.5

876dc89ab97c7caa527387082fbb096c6178f351 authored over 4 years ago by Tobias Koppers <[email protected]>
chore(deps-dev): bump @babel/core from 7.11.4 to 7.11.5

Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.11.4 to...

42e6fde60950791aa25fc1ca6de3453bf855d7d4 authored over 4 years ago by dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
run prettier

c3e8c5595697e39cba0644dae2cce8a1e00b29ed authored over 4 years ago by Tobias Koppers <[email protected]>
chore(deps-dev): bump prettier from 2.0.5 to 2.1.1

Bumps [prettier](https://github.com/prettier/prettier) from 2.0.5 to 2.1.1.
- [Release notes](ht...

376124c8b7c2f4fec7bdce7dbf6ef90f1ca84800 authored over 4 years ago by dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Merge pull request #11405 from webpack/dependabot/npm_and_yarn/date-fns-2.16.1

chore(deps-dev): bump date-fns from 2.16.0 to 2.16.1

0146d82bb8284dd0d4dd09e694865c2c44b586c8 authored over 4 years ago by Tobias Koppers <[email protected]>
chore(deps-dev): bump file-loader from 6.0.0 to 6.1.0

Bumps [file-loader](https://github.com/webpack-contrib/file-loader) from 6.0.0 to 6.1.0.
- [Rele...

0b0aa60b0925d2d70a96f7dcaa985cbcde28d968 authored over 4 years ago by dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Merge pull request #11399 from goto-bus-stop/core-js-to-dev

Move core-js to dev dependency

b10db7d008d46b49b84757bcb0055555b9a160d7 authored over 4 years ago by Tobias Koppers <[email protected]>
Merge pull request #11401 from webpack/dependabot/npm_and_yarn/schema-utils-2.7.1

chore(deps): bump schema-utils from 2.7.0 to 2.7.1

b8e66132f712d4ecba91b0a39f6d9e36c7e2d748 authored over 4 years ago by Tobias Koppers <[email protected]>
Merge pull request #11404 from webpack/ci/timeouts

increase timeouts

9f8572c260b6bc6fdfd123a9f6a83fae517e8c2b authored over 4 years ago by Tobias Koppers <[email protected]>
nitpicks

962199c288f7af9798bf9bbcd90052e5243cc75e authored over 4 years ago by Tobias Koppers <[email protected]>
chore(deps-dev): bump date-fns from 2.16.0 to 2.16.1

Bumps [date-fns](https://github.com/date-fns/date-fns) from 2.16.0 to 2.16.1.
- [Release notes](...

be53f78298f929894ed4113a55b5d80032afbaa5 authored over 4 years ago by dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
increase timeouts

975cf0b9d553e2121a4f5423c7207954b318f331 authored over 4 years ago by Tobias Koppers <[email protected]>
chore(deps): bump schema-utils from 2.7.0 to 2.7.1

Bumps [schema-utils](https://github.com/webpack/schema-utils) from 2.7.0 to 2.7.1.
- [Release no...

60bc7713e10de4a8dd71237f9da934dbb902dc0e authored over 4 years ago by dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Move core-js to dev dependency

This was added in https://github.com/webpack/webpack/pull/11308, but is only
required for tests....

c2731bd7c273dcd96010b61f72741c38ed1701bf authored over 4 years ago by Renée Kooi <[email protected]>
refactor: use ternary operator instead of if-else

efb8211bcf06ef12f45fa54e5654ab3beb8d8ca0 authored over 4 years ago by Ivan Kopeykin <[email protected]>
refactor asiSafe flag in dependencies

a3fc25cadb3651993f5cadfcf935d5b035dc2126 authored over 4 years ago by Ivan Kopeykin <[email protected]>
Merge pull request #11276 from webpack/feature/asset-url

feat: url assets

e3087eadb38c7525671aa352fb6dd9336668f9df authored over 4 years ago by Tobias Koppers <[email protected]>
assets use filename relative to context

add test case with nested paths

5cceb52245bd9c6ddd5195464d69b77c8a934c7c authored over 4 years ago by Tobias Koppers <[email protected]>
allow renaming URL

a1565806e8382e4ca0311b0b0891c809d93a5795 authored over 4 years ago by Tobias Koppers <[email protected]>
add support for IIFE with arrow functions

dd6512ddfe47468311c9ed2db9f3cb5f3cfa4513 authored over 4 years ago by Tobias Koppers <[email protected]>
remove unneeded code

01fb5c7006d1e2c6896d9cb80e664ecee0a1f675 authored over 4 years ago by Tobias Koppers <[email protected]>
move baseUri into chunk loading runtime modules

7381cc05361b8cdc5b51240498dfa40f9224148e authored over 4 years ago by Tobias Koppers <[email protected]>
5.0.0-beta.29

7bc3a031996d17d859d7a5b077ce1c5ab5dc7e29 authored over 4 years ago by Tobias Koppers <[email protected]>
Merge branch 'master' into feature/asset-url

312e2ab5874f65477160fedec95f7a068ca17d11 authored over 4 years ago by Tobias Koppers <[email protected]>
refactor how asi handled

- add asiSafeExpression helper for JavascriptParser
- use asiSafe flag in DefinePlugin
- try to ...

35c56e67ae3d19778908835b7b245a7e6b20ea92 authored over 4 years ago by Ivan Kopeykin <[email protected]>
Merge pull request #11392 from webpack/deps/watchpack

update watchpack

c8072823c132d06180ee09e0b303c897a1edfcfd authored over 4 years ago by Tobias Koppers <[email protected]>
Merge pull request #11385 from webpack/feature/chunk-loading

Chunk loading method per entrypoint

4079c164ea1be0e85f65aea35274465e70e8e346 authored over 4 years ago by Tobias Koppers <[email protected]>
add self to watch test cases

d71d36f087d49d272e3aa7751f07d77dd20cfd26 authored over 4 years ago by Tobias Koppers <[email protected]>
fix test case

0349dbcfe2fed5ce2db7ccf4c23c675bf7bf07b2 authored over 4 years ago by Tobias Koppers <[email protected]>
setup properties of child compiler before applying plugins

2e3a7cda288fcfbabcf6173d74007058eda6e349 authored over 4 years ago by Tobias Koppers <[email protected]>
remove globalObject hack from test case

85e078d7e8d8a12a28b9711e2accb30e43140399 authored over 4 years ago by Tobias Koppers <[email protected]>
conflict-free handling of global in import-script

use destructuring when available

6928a65911abd3c878340d6d333220727fad0bc8 authored over 4 years ago by Tobias Koppers <[email protected]>
use import-scripts chunk loading for webworker target

3c94cad7f198e1b45e8620fab76b7da5f3315d31 authored over 4 years ago by Tobias Koppers <[email protected]>
use "self" as globalObject for web-like targets

d5d2e3f244d72c442e2222a5c67c4600786ac178 authored over 4 years ago by Tobias Koppers <[email protected]>
update watchpack

2a4554f98c2799794bdc72b1bec55970ded669de authored over 4 years ago by Tobias Koppers <[email protected]>
optimize generated code

7dbecd0c8089f0bf4acef32a6368ded442b93525 authored over 4 years ago by Tobias Koppers <[email protected]>
remove chunkCallbackName, update snapshots

a7e86c791c1e2a2922fd9f508c0fe25eb409641a authored over 4 years ago by Tobias Koppers <[email protected]>
add test case

30856a67501a5a7f1f4f88b7c40ef106be02d07d authored over 4 years ago by Tobias Koppers <[email protected]>
optimize generated code

14a0aff16c4b13d7b5fdcde0149c2ab2a706c99e authored over 4 years ago by Tobias Koppers <[email protected]>
implement enabledChunkLoadingTypes approach

allow chunkLoading per entry
allow custom library/chunkLoading types

07d863e14cfe57bc14854990a729a9535e4e01cc authored over 4 years ago by Tobias Koppers <[email protected]>
move StartupChunkDependenciesPlugin into chunk loading plugins

3ec865d3e27aa1dd20e601820cc41ade55809153 authored over 4 years ago by Tobias Koppers <[email protected]>
add output.chunkLoading option to control chunk loading plugins

d69fadf8e82b3657575059fb9b12b29a6c3ca3ff authored over 4 years ago by Tobias Koppers <[email protected]>
move chunk loading into separate plugins

23d230bdf99725da173f31fff2ffd5ff097f5bdd authored over 4 years ago by Tobias Koppers <[email protected]>
use array push chunk format for web workers too

e5ba0356f5c446c233a2274b7d33fea30cb88db0 authored over 4 years ago by Tobias Koppers <[email protected]>
move CommonJsChunkFormat into separate plugin

6ac97b3f58efca64df9c7102eb24801ec8dab9de authored over 4 years ago by Tobias Koppers <[email protected]>
swap argument for consistency

b475d5fd0cdc0547dfc32aa8c2ba1ffab027a7fa authored over 4 years ago by Tobias Koppers <[email protected]>
unify config options for jsonpFunction and chunkLoadFunction to chunkLoadingGlobal

rename hotUpdateFunction to hotUpdateGlobal

805d26b0aec9418d7d29b1c4f14b2ce139e0c060 authored over 4 years ago by Tobias Koppers <[email protected]>
move ArrayPushCallbackChunkFormat into separate plugin

b66599ea58e879e07ea50a89f8d7a928f55f3eab authored over 4 years ago by Tobias Koppers <[email protected]>
Merge pull request #11370 from webpack/feature/javascript-parser-improvement

use bitmask instead of array+set in getMemberExpressionInfo

c0249af6d16a0daa14a19528e9fb85020cf89461 authored over 4 years ago by Tobias Koppers <[email protected]>
Merge pull request #11387 from webpack/dependabot/npm_and_yarn/mini-css-extract-plugin-0.10.1

chore(deps-dev): bump mini-css-extract-plugin from 0.10.0 to 0.10.1

0be466930581b099d55de0c421d9f2d8860f36d7 authored over 4 years ago by webpack bot <[email protected]>
mini-css removed deprecations

27bf3d30364184b6f17655eb39766d6d9302226e authored over 4 years ago by Tobias Koppers <[email protected]>
Merge pull request #11388 from webpack/dependabot/npm_and_yarn/date-fns-2.16.0

chore(deps-dev): bump date-fns from 2.15.0 to 2.16.0

00634bb0adc6a642eb05f501ba2046033f2010c5 authored over 4 years ago by Tobias Koppers <[email protected]>
update unit test

4c73953f4fe8cb99bdb067ef4275068f3bbdd540 authored over 4 years ago by Tobias Koppers <[email protected]>
Merge pull request #11377 from DraggonFantasy/bugfix/module-not-found

Fix "ModuleNotFound 'module'" error (#6497, #11376)

a7e53442daeb835b65741bf9f8e4f7f64db41981 authored over 4 years ago by Tobias Koppers <[email protected]>
cleanup public api and expose JavascriptParser

49d9ec5625afa87d97f92c57ecdd5c59f14cefda authored over 4 years ago by Tobias Koppers <[email protected]>
use hard-coded list of builtins to be independent of node.js version

afa9784dfc6069ea75a4d05695345e6c7faa6b3e authored over 4 years ago by Tobias Koppers <[email protected]>
Merge pull request #11329 from webpack/fix-meta-property

fix: meta property hook rework

a243348864e70493375f05a4e3de084f9a945b86 authored over 4 years ago by Tobias Koppers <[email protected]>
chore(deps-dev): bump date-fns from 2.15.0 to 2.16.0

Bumps [date-fns](https://github.com/date-fns/date-fns) from 2.15.0 to 2.16.0.
- [Release notes](...

f3075a4a1fdd5e3fd361ae2f8f6b21989d424760 authored over 4 years ago by dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
chore(deps-dev): bump mini-css-extract-plugin from 0.10.0 to 0.10.1

Bumps [mini-css-extract-plugin](https://github.com/webpack-contrib/mini-css-extract-plugin) from...

6e5dec421f46e6d5e9f0ea43f8f1f1175529bd66 authored over 4 years ago by dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
use expression hook for metaProperty

a MetaProperty is an Expression
it's more consistent

e23bc8ca7c1cb483d4604d57f21b5403fbaabfc5 authored over 4 years ago by Tobias Koppers <[email protected]>
use `Object()` to avoid problems with ASI

d0865437ce75adfaab8c0d2b65553550c54cfc23 authored over 4 years ago by Tobias Koppers <[email protected]>
fix ImportMetaPlugin

282e8d60748e6eef673450841ad0afe9e55300ae authored over 4 years ago by Ivan Kopeykin <[email protected]>
fix #11310

1556341c1350e3bae06ec72d5ae4577b528e3c74 authored over 4 years ago by Ivan Kopeykin <[email protected]>
Merge pull request #11381 from webpack/cache/no-parse

cache modules even if they are not parsed

bdf4a2b942bed9d78815af828f7935ddfcd3d567 authored over 4 years ago by Tobias Koppers <[email protected]>
cache modules even if they are not parsed

338f7d404c649fdcd3c155608346f5adcfa27f96 authored over 4 years ago by Tobias Koppers <[email protected]>