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

Merge pull request #11375 from webpack/dependabot/npm_and_yarn/lint-staged-10.2.13

chore(deps-dev): bump lint-staged from 10.2.11 to 10.2.13

34854ccb5c3febf048e8c3bf75e33229015d22ae authored over 4 years ago by Tobias Koppers <[email protected]>
Merge pull request #11379 from webpack/feature/snapshot-options

add "snapshot" configuration to allow to configure how snapshots are created

f25fbfb9bac39ed9f53539105dae3c2ab9798315 authored over 4 years ago by Tobias Koppers <[email protected]>
add "snapshot" configuration to allow to configure how snapshots are created

expose snapshot options for module, resolve, buildDependencies and resolveBuildDependencies
move...

d6e637f33c0193f5517aa41df98993cd5eb09ac9 authored over 4 years ago by Tobias Koppers <[email protected]>
Fix formatting

61a6470ec72e8f88c03ea7e075a8b686dc970096 authored over 4 years ago by DraggonFantasy <[email protected]>
Fix formatting

251885756e64b9c37454ef1e4320847b56d3b77b authored over 4 years ago by DraggonFantasy <[email protected]>
Fix "ModuleNotFound 'module'" error

Related to #6497

88b1b17425e375754c1530cf2933a7930c1cd505 authored over 4 years ago by DraggonFantasy <[email protected]>
chore(deps-dev): bump lint-staged from 10.2.11 to 10.2.13

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

cd8a27c0ba62f576129bae145fb85a94c89f8189 authored over 4 years ago by dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Merge pull request #11373 from webpack/dependabot/npm_and_yarn/simple-git-2.20.1

chore(deps-dev): bump simple-git from 2.19.0 to 2.20.1

86ca074290d5b6930c9a85a7eb4d4bd39f0b6509 authored over 4 years ago by Tobias Koppers <[email protected]>
Merge pull request #11372 from webpack/dependabot/npm_and_yarn/ts-loader-8.0.3

chore(deps-dev): bump ts-loader from 8.0.2 to 8.0.3

10bb4f3106eac25f67c671cae2af0441f8cb53e3 authored over 4 years ago by Tobias Koppers <[email protected]>
Merge pull request #11369 from webpack/cache/snapshots

Persistent Caching performance improvements and logging for large builds

28e11c3f263f6303f701c4bebe483bd7e034f91b authored over 4 years ago by Tobias Koppers <[email protected]>
update test case for new compilerPath

62c42636719766f1706a50837ccaed18a2153547 authored over 4 years ago by Tobias Koppers <[email protected]>
chore(deps-dev): bump simple-git from 2.19.0 to 2.20.1

Bumps [simple-git](https://github.com/steveukx/git-js) from 2.19.0 to 2.20.1.
- [Release notes](...

8514cd6a6f18c828886ee698e85f6e26216e3574 authored over 4 years ago by dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
chore(deps-dev): bump ts-loader from 8.0.2 to 8.0.3

Bumps [ts-loader](https://github.com/TypeStrong/ts-loader) from 8.0.2 to 8.0.3.
- [Release notes...

d943f17f463c5414da20b2330370bf12fab76a9f authored over 4 years ago by dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
expose consts

a739705ff858c6a7af7fe0a8543dc67a274aafe3 authored over 4 years ago by Ivan Kopeykin <[email protected]>
use bitmask instead of array+set in getMemberExpressionInfo

434c446d91aeb2550a1cd3cc0a3cbd8c8ae195f1 authored over 4 years ago by Ivan Kopeykin <[email protected]>
fix dependencies when snapshot is missing

8ee39ac3ac651a0d2093292ad16e1a215b8816f1 authored over 4 years ago by Tobias Koppers <[email protected]>
type fixes

dff76973e48cc5b51f703fe45810274db08d1da0 authored over 4 years ago by Tobias Koppers <[email protected]>
Merge pull request #11299 from webpack/feature/evaluate-new-regexp

feat: evaluate new RegExp

65710679fbb46534ada2ea93257bbfea573fc288 authored over 4 years ago by Tobias Koppers <[email protected]>
update Stats snpashots

682d01401251eb0d687e4681c5e64206979a3e6a authored over 4 years ago by Tobias Koppers <[email protected]>
reset progress reporter outside of hooks

1991da2c51ff615b60d9f0e6fa9621ace0c2f67f authored over 4 years ago by Tobias Koppers <[email protected]>
improve compilerPath

8894916ac05a75e25485ace3567353bc29d78d95 authored over 4 years ago by Tobias Koppers <[email protected]>
make original source in CachedSource lazy

a4a5a767036975cd3a85404e991b97d95d19d831 authored over 4 years ago by Tobias Koppers <[email protected]>
reduce number of small buffers in BinaryMiddleware

369dfe89973d4bad5b8c3ebfcff9fcc4170abba9 authored over 4 years ago by Tobias Koppers <[email protected]>
split cache into smaller parts

4ccb35170b916555f44ca4f1b0e930281170e714 authored over 4 years ago by Tobias Koppers <[email protected]>
fix unneeded store in ProgressPlugin

0989edb8ddea2340fe3cdba45ca9754fffbf6534 authored over 4 years ago by Tobias Koppers <[email protected]>
Store cache dependencies inside of Snapshot to reduce cache size

cee47dc867fc7f6532fd0ae6d3eb0198f78aeaa0 authored over 4 years ago by Tobias Koppers <[email protected]>
create a class for Snapshot for faster access and smaller serialization

76a6e9b90fb4007aaf33acd616016984f8c61bb4 authored over 4 years ago by Tobias Koppers <[email protected]>
more snapshot statistics

c309901458bff98be0ebb9c41793abb823ed1c74 authored over 4 years ago by Tobias Koppers <[email protected]>
LazySet do not check for duplicate LazySets in addAll

5b0379dfca323d353df7d8510ef2fbcd7a49be2c authored over 4 years ago by Tobias Koppers <[email protected]>
avoid merging LazySets from factory results

114154099c540a7a1daa61ef7191776946d9b0e2 authored over 4 years ago by Tobias Koppers <[email protected]>
only create shared snapshots for 3 or more shared entries

add logging

6409463d24a721aa380cb3354877e8fbf7d86a06 authored over 4 years ago by Tobias Koppers <[email protected]>
extract SnapshotOptimization into separate class

DRY code a little bit

577156f790f96fa5a8892839cc5a77455d0d339d authored over 4 years ago by Tobias Koppers <[email protected]>
apply snapshot optimization for all snapshot entries

f61374f3f6141cfce4d113022061a3c702adf97c authored over 4 years ago by Tobias Koppers <[email protected]>
Merge pull request #11367 from webpack/dependabot/npm_and_yarn/worker-loader-3.0.2

chore(deps-dev): bump worker-loader from 3.0.1 to 3.0.2

542ffa969d2f4c67c309ff711ccf00b27ace9ee5 authored over 4 years ago by webpack bot <[email protected]>
Merge pull request #11366 from webpack/dependabot/npm_and_yarn/pretty-format-26.4.2

chore(deps-dev): bump pretty-format from 26.4.0 to 26.4.2

ce13192ce07db938cdb4c4d3512ba081671c9a44 authored over 4 years ago by webpack bot <[email protected]>
chore(deps-dev): bump worker-loader from 3.0.1 to 3.0.2

Bumps [worker-loader](https://github.com/webpack-contrib/worker-loader) from 3.0.1 to 3.0.2.
- [...

ec62d25962e89964771f681ffb95d69978064272 authored over 4 years ago by dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
chore(deps-dev): bump pretty-format from 26.4.0 to 26.4.2

Bumps [pretty-format](https://github.com/facebook/jest/tree/HEAD/packages/pretty-format) from 26...

69e02fbdd8aba684ad754f50a972ee7b8e741f76 authored over 4 years ago by dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Merge pull request #11361 from webpack/dependabot/npm_and_yarn/simple-git-2.19.0

chore(deps-dev): bump simple-git from 2.18.0 to 2.19.0

74c401a8c53a8dd5ea207902052b78422e43646f authored over 4 years ago by webpack bot <[email protected]>
Merge pull request #11356 from webpack/dependabot/npm_and_yarn/babel/core-7.11.4

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

70914d273adb36ae220f57932d4092ad332e0711 authored over 4 years ago by webpack bot <[email protected]>
Merge pull request #11360 from styfle/packagephobia-com

chore(badge): update to packagephobia.com

47e2db304afae5baeaef662519f8887ebd7f4be6 authored over 4 years ago by Tobias Koppers <[email protected]>
chore(deps-dev): bump simple-git from 2.18.0 to 2.19.0

Bumps [simple-git](https://github.com/steveukx/git-js) from 2.18.0 to 2.19.0.
- [Release notes](...

1b488c9c6cc0661cc10a2e617212a6da124ae019 authored over 4 years ago by dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
chore(badge): update to packagephobia.com

d3ab21c75ffc40d781aa146dadb48a63d1c44ca0 authored over 4 years ago by Steven <[email protected]>
chore(deps-dev): bump @babel/core from 7.11.1 to 7.11.4

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

57d695bde3e5af2424ac69cdd371ab142457dee6 authored over 4 years ago by dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Merge pull request #11354 from jungleBadger/master

Move `generator` control from suffix to prefix

727774aced8283199a190fdef4870a1a2a7c5adb authored over 4 years ago by Tobias Koppers <[email protected]>
Remove last unused comment

d9219f281da7e4495fd31cc26de4b5efa63ddd27 authored over 4 years ago by Daniel Abrao <[email protected]>
Adjust test cases to pass production tests

57bb2dd397b56160f47f28552e4379b04680f2a5 authored over 4 years ago by Daniel Abrao <[email protected]>
Replace `var` with `let` to increase code consistency

2c76f0ac7d568bea57fc9ade9cf47581182cd8d7 authored over 4 years ago by Daniel Abrao <[email protected]>
Remove unused comments

a65979d02897e924ca54d80270315f5814f55ff1 authored over 4 years ago by Daniel Abrao <[email protected]>
Add generator test cases

54e8068b87a4f0c2fb999534971c137c9154e748 authored over 4 years ago by Daniel Abrao <[email protected]>
Apply ESLint

5098ffea9b3b6e88042ef0d3f09ab05915288fcc authored over 4 years ago by Daniel Abrao <[email protected]>
Move `generator` control from suffix to prefix

The generator `*` control needs to be placed after the `function` keyword instead of suffixing t...

bbdd568309469883c397c6554e5a472f82e7a6b9 authored over 4 years ago by Daniel Abrão <[email protected]>
5.0.0-beta.28

e32daa9be5fed184c8befac87216a88872f7df4a authored over 4 years ago by Tobias Koppers <[email protected]>
Merge pull request #11302 from webpack/deps/terser-plugin

Upgrade terser-webpack-plugin major

d95f551e81f9211846613c1175ea83600882386c authored over 4 years ago by Tobias Koppers <[email protected]>
update to latest nightly

ed9d818e6dc6fd12ff06e217728762a5a0f4f7d7 authored over 4 years ago by Tobias Koppers <[email protected]>
improve build dependencies resolving for dependencies with exports field

f4863f0ef4ef185ff57fff710f1d08dd9f5e6634 authored over 4 years ago by Tobias Koppers <[email protected]>
Upgrade terser-webpack-plugin major

b2c0ef836f0110540029e319f0b6796e3fc6f6a6 authored over 4 years ago by Tobias Koppers <[email protected]>
Merge pull request #11349 from webpack/bugfix/real-content-hash-source-like

accept Source-like objects in assets and cache sources for RealContentHashPlugin

16eb1e998a09f7710e541ef9a847d1b616f4ca8d authored over 4 years ago by Tobias Koppers <[email protected]>
accept Source-like objects in assets and cache sources for RealContentHashPlugin

49a28a73cf357d0ddee64cafa3e133bef53ff255 authored over 4 years ago by Tobias Koppers <[email protected]>
Merge pull request #11346 from webpack/feature/target-plugins

expose missing target plugins

2f54153c14a52b9e1e3eda04bcdb149434ebee70 authored over 4 years ago by Tobias Koppers <[email protected]>
Merge pull request #11340 from webpack/dependabot/npm_and_yarn/simple-git-2.18.0

chore(deps-dev): bump simple-git from 2.17.0 to 2.18.0

93fc9531e73e132cfc2100d688f32bc0b82295b1 authored over 4 years ago by Tobias Koppers <[email protected]>
Typo

782fa4591f9d42f3a8b804b4648f1e81d03d8166 authored over 4 years ago by Tobias Koppers <[email protected]>
expose missing target plugins

0a6f2bf40184516ffbc590ba92b9844c00319e87 authored over 4 years ago by Tobias Koppers <[email protected]>
5.0.0-beta.27

3cdff531d77ee63251a385e3b6e3ccca2ec37a64 authored over 4 years ago by Tobias Koppers <[email protected]>
Merge pull request #11345 from webpack/cache/partial-caching

Partial caching, expose webpack-sources

f4f890f49b83d2a25a6a989c4e3979e1ba2ee861 authored over 4 years ago by Tobias Koppers <[email protected]>
export webpack-sources

2a45cf758e0403ccca0960b466ecba0b388ccbab authored over 4 years ago by Tobias Koppers <[email protected]>
Partially serialize cache items even when some fail to serialize

096c1ec5bd073905b2ad9f074c578311d63612a8 authored over 4 years ago by Tobias Koppers <[email protected]>
Merge pull request #11342 from webpack/bugfix/split-chunks-crash

fixes #11337

67f2382b590375b5628413815df6fdbd1c4f1051 authored over 4 years ago by Tobias Koppers <[email protected]>
Merge pull request #11343 from webpack/remove/dead-code-jsonp

remove unused code

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

709e3f1788b125db782a3ea42574b50d82510d66 authored over 4 years ago by Tobias Koppers <[email protected]>
Merge pull request #11333 from chenxsan/feature/output-charset

add output.charset option

db36afea4dfe0b76e66c04cd9429194c3b140002 authored over 4 years ago by Tobias Koppers <[email protected]>
fixes #11337

64ceeabeae7b57a69b3355c12ebb61ac3643c7d5 authored over 4 years ago by Tobias Koppers <[email protected]>
Merge pull request #11339 from webpack/feature/real-content-hash

calculate real content hash for assets after asset processing

9c328669dad6fe4fee89955359e80162e05688f1 authored over 4 years ago by Tobias Koppers <[email protected]>
update cli snapshot

0f3c500be1cebf449f828f8e3fa38ca7921d173f authored over 4 years ago by Tobias Koppers <[email protected]>
return promise to wait for finish and capture errors

1faedc397c3799a13b1fdf50973621336ccd3729 authored over 4 years ago by Tobias Koppers <[email protected]>
fix edgecase without any hash used

b13fe9780104aa24f640b666b0de663a8affa82b authored over 4 years ago by Tobias Koppers <[email protected]>
add caching to RealContentHashPlugin

e3fcabd6f6e82644212c804492075d431b317905 authored over 4 years ago by Tobias Koppers <[email protected]>
add provide and mergeEtags to CacheFacade

48ff7043f1077e4efae45a5072ec447766112765 authored over 4 years ago by Tobias Koppers <[email protected]>
bugfixes

2748077a4d7cc57d6968276bace633eaaf729b5d authored over 4 years ago by Tobias Koppers <[email protected]>
update configuration snapshots

85b5f2dbc43a3f1a5a5495663c2abc15215d3b4a authored over 4 years ago by Tobias Koppers <[email protected]>
chore(deps-dev): bump simple-git from 2.17.0 to 2.18.0

Bumps [simple-git](https://github.com/steveukx/git-js) from 2.17.0 to 2.18.0.
- [Release notes](...

7b243385510e498d35a132afcb5932346294427b authored over 4 years ago by dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
calculate real content hash for assets after asset processing

b929d4cdce433ac91fd8e4e5b8e6c8e90c6d5ca0 authored over 4 years ago by Tobias Koppers <[email protected]>
Merge pull request #11336 from webpack/feature/commonjs-reexport

Another step forward for CommonJS tree shaking

43433e93795571bc2d247a442d9a0644f5b1a500 authored over 4 years ago by Tobias Koppers <[email protected]>
Merge pull request #11338 from chenxsan/bugfix/fix-test-readme

update NodeJS version in readme

85d48ff1d796000c876f53e0a82166a11aac9bd7 authored over 4 years ago by Tobias Koppers <[email protected]>
remove unneeded assignment

c09ba8ce811c2b42a76acc11c26b7234b04a0a50 authored over 4 years ago by Garrett Johnson <[email protected]>
update NodeJS version

60ecfc669fca08ea0f09a4156ffdedaeeaab5772 authored over 4 years ago by chenxsan <[email protected]>
test and bug fixes

0d5be37d2b884ed08c9e8f63f356f27219bc5c45 authored over 4 years ago by Tobias Koppers <[email protected]>
normalize charset

ad1a53e3898e5f8f35f88bbb7b785f27df7a654a authored over 4 years ago by chenxsan <[email protected]>
Merge pull request #11331 from webpack/dependabot/npm_and_yarn/pretty-format-26.4.0

chore(deps-dev): bump pretty-format from 26.3.0 to 26.4.0

6f577d80f420dbbe444ce7619c04e742040a29c5 authored over 4 years ago by webpack bot <[email protected]>
log error instead of throwing error

8043085c6ea587345c5d511ea00f6bd7fcf6dce1 authored over 4 years ago by Garrett Johnson <[email protected]>
add support for reexporting in CommonJS

and necessary refactoring + fixes for that

71cf7f4dc8f749576d0f36eabed69bc160ac8969 authored over 4 years ago by Tobias Koppers <[email protected]>
add test cases for commonjs reexporting

0090eb941cf8823f1550813a00dfa57bcef9aafc authored over 4 years ago by Tobias Koppers <[email protected]>
fix tests

eb8512af759441a013232abea81c6da8a076febb authored over 4 years ago by chenxsan <[email protected]>
fix lint

509349f7d1d3a864dbdf20acda12ed8094c61cd8 authored over 4 years ago by chenxsan <[email protected]>
update snapshots

7640f391af696566405fd422621c936be830af58 authored over 4 years ago by chenxsan <[email protected]>
clean console.log

6c9f5e936e337d45e6f3ad72803ce27fac2c3240 authored over 4 years ago by chenxsan <[email protected]>
add test for output.charset

68b601716feeffa1cebd8a9d6d9a98da2498cd96 authored over 4 years ago by chenxsan <[email protected]>
update schemas

2611eb8ccc943afb4e5438bfb200b324e9401ae7 authored over 4 years ago by chenxsan <[email protected]>
add output.charset option

fd19fa90b87f1c3a5e0be3eb4b66d8171ef3e128 authored over 4 years ago by chenxsan <[email protected]>
track statement path in parser instead of only positions

52cfe09ac7947becc44c24ca42ddd73f4b52c872 authored over 4 years ago by Tobias Koppers <[email protected]>
chore(deps-dev): bump pretty-format from 26.3.0 to 26.4.0

Bumps [pretty-format](https://github.com/facebook/jest/tree/HEAD/packages/pretty-format) from 26...

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