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 #12311 from sarimarton/patch-1

a7c0448e422d3db98330facceeba56ddb6b9fc82 authored about 4 years ago
offer getResolve to externals

improve types of externals configuration option
support promises in externals

b6e349b018c5e139ca03a760aa508ec2698c21da authored about 4 years ago
improve resolveBuildDependencies performance

f76ffc0c0106c9c25ef491aa64913d750dd7e2de authored about 4 years ago
chore(deps-dev): bump @types/node from 14.14.20 to 14.14.21

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

73356826e4c84221ef6be9ba1833f2a2e89694a1 authored about 4 years ago
accept truthy/falsy values for eager

save 2 chars for each provided shared module
prettify test cases

58d459bff1d68b3f2cc27e64ec4b1e3e0f3c93ad authored about 4 years ago
add test case

21ca681cd91d985de070540059296472900f4fe7 authored about 4 years ago
Added chunkModulesSpace to schema

8569b154b51367f196cb4b23c8aa41b7bd9a03e8 authored about 4 years ago
5.14.0

f87cafe91c251863cc3dc84ce81b60445f2a780d authored about 4 years ago
Merge pull request #12419 from webpack/feature/esm-tracking

improve build deps tracking (ESM, non-JS, better warnings)

588dda365ae51c0d8159131e8f057b330ae3fe93 authored about 4 years ago
add experimental ESM tracking based on es-module-lexer

assume that other files have no dependencies

89aabf769672af2d324c2411cca1ed48b9c8d5d6 authored about 4 years ago
add test case for ESM tracking

50844eae3b77b3b5e127f82a13ca2506f4fd9ab6 authored about 4 years ago
store build deps correctly in cache

improve debug logging for snapshotting

c453624a57ed3b191a5b58c73d97f41f6647c8a7 authored about 4 years ago
Merge pull request #12420 from webpack/types/typescript-4.2

use typescript 4.2

06ae0b381ddb08fac9745667a2d8f3c399473834 authored about 4 years ago
use typescript 4.2

a945a9b62c3321b883159de74be10c59a19f178b authored about 4 years ago
Merge pull request #12417 from webpack/dependabot/npm_and_yarn/mini-css-extract-plugin-1.3.4

chore(deps-dev): bump mini-css-extract-plugin from 1.3.3 to 1.3.4

3ff77ba11eceffdfc0fbb60dc9a42704e634891c authored about 4 years ago
Merge pull request #9492 from nveenjain/fix/AutomaticPrefetchPlugin

9b53ae552818f44d6b13b652a7d4884ef57f6f55 authored about 4 years ago
chore(deps-dev): bump mini-css-extract-plugin from 1.3.3 to 1.3.4

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

c1d0d747ef3dadb0a03570aff775e287680134a4 authored about 4 years ago
Merge pull request #12415 from webpack/bugfix/typings-compat

make filesystem types compatible with memfs and normal fs

3ef285bda957c81f562d967d6b182fdbf8e717ed authored about 4 years ago
Merge pull request #12397 from webpack/dependabot/npm_and_yarn/eslint-plugin-jsdoc-31.0.3

chore(deps-dev): bump eslint-plugin-jsdoc from 30.7.13 to 31.0.3

ead02b9c4f3e476ee80153df12562055e2dfb348 authored about 4 years ago
add and improve test case

164443c563e5f9443e58ca90b3a71b4cd0eda4bb authored about 4 years ago
fixes

d37e7d7b019c0064523620f36bfbe000fb7133ee authored about 4 years ago
Linting

a1a536ceb08764eb3dc0345aa2ed00e8c0cac492 authored about 4 years ago
Try and improve test coverage?

50c7c7e5343d5b96e3e51396332aa8c5459bdd81 authored about 4 years ago
Self-review, add chunkGraph

ea4e298efeb0cc15f8e64957b86e50194105fb57 authored about 4 years ago
Add test

44faa7f3c47f32dfbff5c93fa4fe59a99c83047b authored about 4 years ago
Fix failing test

13af82bb9e13941dfb8b71f316ea1c42bcacfaef authored about 4 years ago
add test case

684d3755418763cc2f671635f5d1de8d41c9afd0 authored about 4 years ago
Fixed automaticPrefetchPlugin to not apply loaders via config to the requests

f72b803ed635e3b4a0c587c53e170e7cc922b1ce authored about 4 years ago
make filesystem types compatible with memfs and normal fs

fixes #12400

a2e326129c65a22f8e3f130680cb00b24504ee14 authored about 4 years ago
Merge pull request #12404 from snitin315/rm-link

Remove i18n example link

910f5c1a01a0825764b6403e0c790cb34c9cd57d authored about 4 years ago
Merge pull request #12382 from webpack/dependabot/npm_and_yarn/less-4.1.0

chore(deps-dev): bump less from 4.0.0 to 4.1.0

219510dc235353161ca8cdc19a40df8e785b523e authored about 4 years ago
Merge pull request #12384 from Dico200/patch-1

Fix runtime type error in WatchIgnorePlugin

d2b9e69656706cf11463c9e0175508f6f0b76cd2 authored about 4 years ago
update table of contents

649052e36fd57e38d2c56f758b616ebcc531106e authored about 4 years ago
remove obselete i18n examples link

ab91261965e381c814ade4f7a01d54d9faeaeaad authored about 4 years ago
chore(deps-dev): bump less from 4.0.0 to 4.1.0

Bumps [less](https://github.com/less/less.js) from 4.0.0 to 4.1.0.
- [Release notes](https://git...

42611e0486a54a0d924134af8a8427ff5267e5de authored about 4 years ago
5.13.0

a694cdfb82b5fd0a5c52102083a267a36446e03e authored about 4 years ago
chore(deps): bump @types/estree from 0.0.45 to 0.0.46

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

a3e5da207f849896c9e43f9f9f1e151dac7fbbab authored about 4 years ago
Merge pull request #12398 from webpack/deps/enhanced-resolve

update enhanced-resolve

95c4bfb6d613c5fa61dbfe3228c8ef58f9c63866 authored about 4 years ago
update type annotations

58984b77cb2e737de13fea342af5b7845e5728bc authored about 4 years ago
update enhanced-resolve

3d1e7701924a79e678362c376ce243562c017551 authored about 4 years ago
Merge pull request #12392 from webpack/feature/resolve-prefer-absolute

add resolve.preferAbsolute option

5df271edea6992cbf46bada653196d9e0e32503e authored about 4 years ago
Merge pull request #12396 from webpack/bugfix/transitive-roots

compute chunk roots correctly when using transitive connections

a25173af34f1426dc15cd757cae047b122760792 authored about 4 years ago
compute chunk roots correctly when using transitive connections

also use module.nameForCondition() to compute module ids

fixes https://github.com/webpack-contr...

916bf69cae1971227645d8c388edfd637ef7dff3 authored about 4 years ago
chore(deps-dev): bump eslint-plugin-jsdoc from 30.7.13 to 31.0.3

Bumps [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) from 30.7.13 to 31.0.3...

1d2ed6690756ae33324e38aac15ac7008550af4c authored about 4 years ago
add resolve.preferAbsolute option

32cea584b468c05a5e06ea613e79323800f823ed authored about 4 years ago
Fix runtime type error in WatchIgnorePlugin

4d08446159919e5ca130f40432e107cf280ba3a6 authored about 4 years ago
5.12.3

a064b0ff3315db0d95124aaf5cc9b0a6add82926 authored about 4 years ago
set terser-webpack-plugin dependency in package.json

98a1121c306ca033876573ed24f0830fbd448945 authored about 4 years ago
Merge pull request #12380 from webpack/dependabot/npm_and_yarn/terser-webpack-plugin-5.1.1

chore(deps): bump terser-webpack-plugin from 5.0.3 to 5.1.1

3fc4b510cf103d6b1d47ebf1b8b16f98342bc7db authored about 4 years ago
Merge pull request #12381 from webpack/dependabot/npm_and_yarn/fork-ts-checker-webpack-plugin-6.1.0

chore(deps-dev): bump fork-ts-checker-webpack-plugin from 6.0.8 to 6.1.0

54e757f72a2a100ccd06282693c8fb9c5169b46c authored about 4 years ago
chore(deps-dev): bump fork-ts-checker-webpack-plugin from 6.0.8 to 6.1.0

Bumps [fork-ts-checker-webpack-plugin](https://github.com/TypeStrong/fork-ts-checker-webpack-plu...

e12c895afff96a244951d80d831c380a95aa7e8d authored about 4 years ago
Merge pull request #12373 from webpack/deps/wasm

update `@webassemblyjs`

492e5ec023aa7878cbd7fd68012e677f2f2faaa6 authored about 4 years ago
terminate WebWorkers correctly

d034c89c8b706ac5406c413ea969541d62be07d3 authored about 4 years ago
chore(deps): bump terser-webpack-plugin from 5.0.3 to 5.1.1

Bumps [terser-webpack-plugin](https://github.com/webpack-contrib/terser-webpack-plugin) from 5.0...

c5c9f4e51e88761a08076aad6b79cf886cf0aa54 authored about 4 years ago
update `@webassemblyjs`

4f963aa03fa5141507f34c33c8b6ddec4eeed9ad authored about 4 years ago
5.12.2

88610d738ff78fa3fb7f859ee284c632bca42a24 authored about 4 years ago
Merge pull request #12377 from webpack/bugfix/typings

separate index signatures from properties to generate valid typescript

0c6475a725de570fd227dd0fcf7dc0910f01245a authored about 4 years ago
separate index signatures from properties to generate valid typescript

87a0eef85cc8e29eee6c87bea7361b77e272e048 authored about 4 years ago
5.12.1

62ec1546260d168cffd5dec8fc397c6e1159e4e4 authored about 4 years ago
Merge pull request #12375 from webpack/bugfix/cache-concatenated-test

fix caching crash in ConcatenatedModule

c5d2f0fe76f87e51c81b65ff38869e5a3bbac671 authored about 4 years ago
Merge pull request #11934 from kshitij86/modulefederationplugin-dash-fix

fix: Check whether plugin names are valid Javascript identifiers

f79a04f39f8fd7f72c15680eb17913bd73fea63c authored about 4 years ago
fix caching crash in ConcatenatedModule

Ensure that no warnings/errors occur during testing
add serialization for some missing warnings

38c7cf2d85ef21cbcf0b35d9833f0555df80aa01 authored about 4 years ago
5.12.0

74c9c72b873b27ec552cd6b85a9b578d6698e102 authored about 4 years ago
Merge pull request #12356 from webpack/bugfix/invalid-deps

fix problems with invalid dependencies from modules

caf64a95c847adaf06a97edf519907c7c35b9cfe authored about 4 years ago
Merge pull request #12370 from webpack/bugfix/split-chunk-min-size

fix bug where module size is added multiple times to the split chunk

06b39fa973fde048e619c0090ccbc23d6ef4a505 authored about 4 years ago
fix bug where cacheGroup index was inverted

35c7801b5e5320b0830e84ca10a3dfdab0999847 authored about 4 years ago
fix bug where module size is added multiple times to the split chunk info

fixes #12307

3554793b4ba23d1173685b8cfa277b5bbadd0d74 authored about 4 years ago
improve code and add test case

788608770a21d9b4c906f76fa031756e28c290e3 authored about 4 years ago
Merge pull request #12353 from webpack/dependabot/npm_and_yarn/types/jest-26.0.20

chore(deps-dev): bump @types/jest from 26.0.19 to 26.0.20

ce6fe58e1a83413219c48b19e21b94798b885389 authored about 4 years ago
Merge pull request #12352 from webpack/dependabot/npm_and_yarn/husky-4.3.7

chore(deps-dev): bump husky from 4.3.6 to 4.3.7

0416f624420a537e6f5632f79f1a301d66685ddd authored about 4 years ago
non-fs resources should not end up in fileDependencies

fixes #12283

aaadeda40b7817b89cb5bb4edf99f629d110cb51 authored about 4 years ago
add warning when invalid dependencies are reported by loaders/plugins

add automatic workaround for invalid dependencies

#12340
#12283

09862aacf87f53168c0b490b68db4cc3b5abc9c8 authored about 4 years ago
chore(deps-dev): bump @types/jest from 26.0.19 to 26.0.20

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

4dc09321076fa66b6d340165437c448d89211631 authored about 4 years ago
Added validation for dashes(-) in ModuleFederationPlugin.name

Added proper check for validating plugin name

d0d8d1875c2b37aaa58799e4d1a2452629edfe92 authored about 4 years ago
chore(deps-dev): bump husky from 4.3.6 to 4.3.7

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

9e8921117c5e5d76bde61b0ac9d76f18bd32ce5b authored about 4 years ago
Merge pull request #12349 from snitin315/fix/webpack-cli

fix: webpack-cli installation message

6b2ca40b6316636b7ede1c9e05f0aac210744386 authored about 4 years ago
Merge pull request #12348 from webpack/refactor/resolve-by-property

byProperty functions, allow function for externals.byLayer

e4a0cde49a125a7b17e123143a3947491589287b authored about 4 years ago
fix types in resolveByProperty and removeOperations

7db04904eaf721477143fc05c74bd2ef5730570e authored about 4 years ago
fix: webpack-cli installation message

1404fd5d915e0e3be45246cd9a675d8edd1db8ac authored about 4 years ago
Merge pull request #12344 from webpack/dependabot/npm_and_yarn/browserslist-4.16.1

chore(deps): bump browserslist from 4.16.0 to 4.16.1

18f256fb90f6c99d8e7545adfeaad8d5cce16eda authored about 4 years ago
Merge pull request #12347 from webpack/feature/chunk-id-for-script

re-add chunkId to script loading when available

80c5041fe1f909d34975abd33e03bdb069876ea9 authored about 4 years ago
allow function for externals.byLayer

dcf6449393ecb79a0f2d220ac06e19af4a208791 authored about 4 years ago
improve handling of non-object values in clever merge

improve caching

6107ab8ccab3802ffb235f37e116bd2871a4a599 authored about 4 years ago
allow function in byProperty configurations

b067bad545c1fe9022cbd13a866493a864b4ea34 authored about 4 years ago
add resolveByProperty to cleverMerge

67d2e227f42fc2789946dbaf59998cfed9249f82 authored about 4 years ago
Merge pull request #12327 from webpack/feature/layer

add experiments.layers

957013f55705284d17a2a4cc0af0d7b8892cab24 authored about 4 years ago
re-add chunkId to script loading when available

d64227af29e2b37ffddfffe97bb1abff964d0dd5 authored about 4 years ago
chore(deps): bump browserslist from 4.16.0 to 4.16.1

Bumps [browserslist](https://github.com/browserslist/browserslist) from 4.16.0 to 4.16.1.
- [Rel...

4d17c80b6e2e7ef129974446666ba02f44ea8367 authored about 4 years ago
Merge pull request #12343 from webpack/bugfix/meta-property

fix handling of MetaProperty

01013ac8dfdb0c4b361628ff239da917f7a91cbd authored about 4 years ago
fix handling of MetaProperty

fixes #12339

ae15a701a4bbf6c74028afdd1bb73f9284a585d5 authored about 4 years ago
add experiments.layers

add layers to define different module layers
support module layers in stats

add layer support fo...

10aa3daede88fa569cc264d21fe290e9c6fd8fd8 authored about 4 years ago
Merge pull request #12341 from webpack/dependabot/npm_and_yarn/ts-loader-8.0.14

chore(deps-dev): bump ts-loader from 8.0.13 to 8.0.14

84720287e10d5151e70900e2cafd0c3c323dd63d authored about 4 years ago
Merge pull request #12326 from webpack/feature/global-parser-generator

allow to configure parsers and generators globally

ab961bf23a854a19e170b3fee2e2b2416e3a5e67 authored about 4 years ago
Merge pull request #12338 from webpack/bugfix/check-enabled-error

improve checkEnabled error messages

6806f0a24d4d7caf54218531959e1e8ff20c961b authored about 4 years ago
chore(deps-dev): bump ts-loader from 8.0.13 to 8.0.14

Bumps [ts-loader](https://github.com/TypeStrong/ts-loader) from 8.0.13 to 8.0.14.
- [Release not...

984be024f52618b53c6b4c3ddfacc024f92435a8 authored about 4 years ago
allow to configure parsers and generators globally

get plugin schemas from root schema
normalize module.parser/generator
add test case

aac7f2e619e0a07303342e1a7833272817f93b7b authored about 4 years ago
improve checkEnabled error messages

0179d88d4b2ff3c90c88403aae087dbe387b5d25 authored about 4 years ago
Merge pull request #12284 from jaiwanth-v/add-nestedModulesSpace-to-schema

Added nestedModulesSpace to schema and updated the types

6764e0694c2e6cf1e08654d4b485a1d3483cbcb2 authored about 4 years ago
Merge pull request #12301 from happyhappyyay/burranch

fix eval-source-map typo

ea9834389e0b95f90398e2447904655835f93291 authored about 4 years ago
Merge pull request #12321 from webpack/bugfix/webpack-require-in-eval

fix problems with using nested bundles with eval devtools

450a1ee5e8ca7313c35f15c4c18dd1cc7126cea3 authored about 4 years ago