Ecosyste.ms: OpenCollective

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

github.com/webpack/watchpack

Wrapper library for directory and file watching.
https://github.com/webpack/watchpack

chore(release): 2.4.1

585ebf9c05f589396a6bee93650ac280e918efb1 authored 11 months ago
fix: do not report directory as initial missing on the second watch

74439b1cb534fe09bae0aefd7f1cc879c316986d authored 11 months ago
test: more

3c5eefdac2612a32aa7c94a029886fbdec0a0f87 authored 11 months ago
fix: logic

9563a953b44b506571763d067e67b528aee37712 authored 11 months ago
refactor: remove debug code

54427a1ab66e637217214a1873aa7d1adf090d9e authored 11 months ago
fix: do not report directory as initial missing on the second watch

c708c452370610fdce1d264a67db9261748b71f1 authored 11 months ago
chore(deps): regenerate lock file

f5baba7593ad5ebc9222e4d3a72ac7725d9def25 authored 11 months ago
refactor: update scripts

4f2f9d1f23330a3b22c6a4a0ae2a2e10e8ec2f81 authored 11 months ago
style: fix

901f5a3343664f65d926c8836d8db5f343568898 authored 11 months ago
chore(deps): regenerate lock file

0c43b10d59757ec4bb54ad3342083818030ed600 authored 11 months ago
docs: fix badge

0b42c6e59ffdc3349c06e1c9b11daa533911c113 authored 11 months ago
docs: fix badge

897ebf94f118d7978ce44289e034e9edf4351885 authored 11 months ago
ci: migrate on github actions

208ee365093dcd4ab4febf95527146ffdb0e2bc5 authored 11 months ago
docs: update readme

72f216e0f9dfd75a01b0e85fe1f40f9613f8d119 authored 11 months ago
ci: fix codecov token

fd374751e5e5daaba0ea3df794cb799a521808f4 authored 11 months ago
ci: migrate on github actions

940d3e2a0cfd229e5f53f78e0fac1189b7f66c10 authored 11 months ago
2.4.0

dc690bbaea140820f1d9c7c2ec4dff8902798ff9 authored over 2 years ago
Merge pull request #215 from markjm/markjm/repsect-fs-accuracy

Respect FS_ACCURACY when determining if file is untouched

a54bcdb95759558ca5a9fc2819c4d71b771c162f authored over 2 years ago
respect FS_ACCURACY

3e596507364e86d76ff7288bd79ad0f9c45ea81a authored almost 3 years ago
2.3.1

15ac38f884103dbf19ef4fb816c2a00fab481027 authored about 3 years ago
Merge pull request #212 from webpack/bugfix/context-time-info

report time info for directories correctly

ba21615e61ed9013429d498faf1fe21d208ae6c3 authored about 3 years ago
add test case

d40181522f1b4d5ebb1fd742fd620d63de8f4a2e authored about 3 years ago
set file info for directories too

304b0e3f044de0e72a9b343681940bdc4ecc7b20 authored about 3 years ago
report time info for directories correctly

b1bcb18edb3d46aaba1e0717662d24a56f98fd42 authored about 3 years ago
2.3.0

b903dd384da582ae5f1e6ca71586fed3d991de7f authored about 3 years ago
Merge pull request #211 from webpack/bugfix/missing-info

fix missing time info in files

c82a595128e75efb3b0b8f0d1a819b4bf95119bf authored about 3 years ago
fix missing time info in files

1e560268d3409760c6a68779a157bf30893484c2 authored about 3 years ago
Merge pull request #205 from markjm/markjm/split

Support splitting of files and directories in getTimeInfoEntries

89d5f4884c414aafede5ca26a5fe0ecfe9c6cb11 authored about 3 years ago
Merge pull request #210 from webpack/ci/no-macos-polling

disable testing polling for macos ci

f1f35863303c1938d8c74f57160e61f9de94ff8d authored about 3 years ago
Merge branch 'main' into markjm/split

8d14e94274843d30a6c95a0bd602ad79fe58b720 authored about 3 years ago
Merge pull request #197 from markjm/markjm/watch-change

Allow function in `watchOptions.ignored`

e71b62ba1f3d9be6d7b95083e85f79b811e2e094 authored about 3 years ago
provide additional method instead of changing existing one

avoid deeply collecting watchers since they are always collected during time collection

add exi...

a3b2b82ec7df1e86119653cea113a5a2bb78030c authored about 3 years ago
disable testing polling for macos ci

aab36974181d6971c0d7a81499f1df87c7802e88 authored about 3 years ago
Merge pull request #208 from webpack/perf/update-watchers

improve watcher update performance

523793ef5dcdc38cc62045079a9500068c6908bd authored about 3 years ago
rename branch to main

90d93ba02d1a58c59e01405c47b78dad09608624 authored about 3 years ago
improve watcher update performance

dec29054a0290c940334df5789345108cd15a0a6 authored about 3 years ago
fix typo

b308647c5f5959d52831d25f791f95083ae992e2 authored about 3 years ago
avoid RegexpLike in favor of a function

move path normalization to option normalization

2f8e1fb7495e0c949b563dfd55a905ed0d0680f5 authored about 3 years ago
Merge pull request #203 from rishabh3112/patch-1

chore: add node v17 in CI

0d90321f084101919e5cda682c5d5f9bab0d3a6b authored about 3 years ago
Merge pull request #207 from webpack/bugfix/ignore-permission-warnings

avoid EACCES permission errors

1708937ac24d195d35088e56327e044c12a084f5 authored about 3 years ago
Merge pull request #206 from markjm/markjm/stabilize-tests

test: fix instability in polling tests

12f5ebca8cd488c63dcecb8103776c598daaedd9 authored about 3 years ago
avoid EACCES permission errors

054b20589221ab931751b79a3835d4d00b5836bb authored about 3 years ago
test: fix instability in polling tests

d7b98c53a160cc1bd6a9bd6387db4a98da61b9d7 authored about 3 years ago
Support splitting of files and directories in getTimeInfoEntries

4c9c76f1d16f0b6c96013f8cfaef6145448a94bc authored about 3 years ago
Allow function in watchOptions.ignored

08f6a1a6fb25252aae5536d87835143cde221ae8 authored about 3 years ago
chore: add node v17 in CI

95b7a54caba0a4106a576fe9b859e9a22800348a authored over 3 years ago
Merge pull request #191 from webpack/dependabot/npm_and_yarn/handlebars-4.7.7

c651129195d84cc80e547a45be38861b5bbada1a authored over 3 years ago
Merge pull request #192 from webpack/dependabot/npm_and_yarn/lodash-4.17.21

Bump lodash from 4.17.19 to 4.17.21

ebcef3f4f88091038dfc8e6c5a4541dae00c1aa2 authored over 3 years ago
2.2.0

22fc0ac97d604cd01fe0717a84253d942a7467c1 authored over 3 years ago
Merge pull request #194 from webpack/bugfix/aggregate-while-paused

watcher should continue aggregating changes even when paused

f9895a023b66df80ccb4ba2679ee5a85aa4c07ab authored over 3 years ago
Merge pull request #195 from webpack/ci/actions

add github actions

e024c0da52cf853da020d900ac565795b549130f authored over 3 years ago
add github actions

8b1e658284a0db95711f9806fab8563f472e16f6 authored over 3 years ago
watcher should continue aggregating changes even when paused

add method to get aggregated info

ecb3bc11e0262bdaf09a4d6606dde21b79b0e800 authored over 3 years ago
Bump lodash from 4.17.19 to 4.17.21

Bumps [lodash](https://github.com/lodash/lodash) from 4.17.19 to 4.17.21.
- [Release notes](http...

c911b481e13aeb27ed99483e074a38fc27dc9a48 authored almost 4 years ago
Bump handlebars from 4.5.3 to 4.7.7

Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.5.3 to 4.7.7.
- [Release note...

13d5d09da3a5f36865a80164f653e32baa15c558 authored almost 4 years ago
2.1.1

f1b5e2da2d5dfd46f99b9b405c97b9d6441687d5 authored about 4 years ago
Merge pull request #188 from Aghassi/fix/enoent-throwing

cbfc11a8d7681ae5f5abd7150753395190b622ed authored about 4 years ago
fix: adds ENOENT for non windows errors

Solves for use case where Webpack is running under Bazel
with iBazel. Heavily relies on symlinks...

7684df0846f8a69babae7961857ce55210ca2a25 authored about 4 years ago
2.1.0

310cb277e391ca31be2873605ad22c34b572695f authored about 4 years ago
Merge pull request #183 from webpack/bugfix/folders

use birthtime for folders instead of modified time

40ddaa9c895e83c5eb490abca6834ae1e71aa8cc authored about 4 years ago
Merge pull request #184 from webpack/ci/node-15

upgrade to node 15

24e5acc73d303791aa2402f04a2ef1b9b9e225af authored about 4 years ago
upgrade to node 15

de8e912f22af76bbb1ff806042f1b386ffcd8028 authored about 4 years ago
use birthtime for folders instead of modified time

ea35b33debc6de6827b0628f8b18dc259112930a authored about 4 years ago
2.0.1

c4ecbe816e41ae0418192df729b2ff753762f3ba authored over 4 years ago
Merge pull request #179 from webpack/bugfix/watch-directory

fix incorrectly reported changes when attaching to an already watched directory

055e008168d89d63c273f97ae010303b533c936c authored over 4 years ago
fix incorrectly reported changes when attaching to an already watched directory

128bcd4a230af4516e234b11accc77f901a15fd4 authored over 4 years ago
2.0.0

c42f62580c27393f2b4843fccb62acc121ba367b authored over 4 years ago
2.0.0-beta.15

39d556d5f25e5a2d47e465044a0437874ae84348 authored over 4 years ago
Merge pull request #175 from webpack/bugfix/plan-merging

fix bugs in recursive watching

e8010aed8d3f2c632db3d4e0eb174fbf497de7f9 authored over 4 years ago
add time logging to test, make test faster, increase timeout

dc01813bd30ff84212551a4172a768752a9e51bf authored over 4 years ago
wait longer before starting testing

fe75d0d90a1682a827b6b9b4b8077d588f8afa26 authored over 4 years ago
fix parent connections in reducePlan

0f88e2e8cbbdc7a443697fece65eb385efb07f85 authored over 4 years ago
fix priority calculation

295b5644691aa497f603f6ed6bb3c9dce23ff41f authored over 4 years ago
avoid recursive watchers in the root of the filesystem

c25701b86ad09ae766a5a7775e0cbbb825090eb7 authored over 4 years ago
allow nested watchers in plan

90a1c9816a992f9510b0d9aea4d483a5bede609b authored over 4 years ago
improve ManyWatcher test for nested watching

8014a3923dc920924173acb1cf9a395a47c26d1f authored over 4 years ago
check if watchers work as expected

a54e09ba78632bb38e5283bac14d6cb663068af6 authored over 4 years ago
Merge pull request #176 from webpack/feature/logging

add logging for recursive watchers

9ec3868ffdb391d0332f26b0538fb684a2728d1a authored over 4 years ago
increase timeout for large test

0158fd5e760e674c6aea7b4a65c970726e2d0ac3 authored over 4 years ago
enable logging on CI

b4454e430e027f6e69c3b65b2b6cea5655c73da7 authored over 4 years ago
add logging

994f2b020fbfa3ddcc67beb6a3345b7a5726a61b authored over 4 years ago
2.0.0-beta.14

ce3b818757845e37e2c0203b8f7d3b3d6c5995f7 authored over 4 years ago
Merge pull request #170 from webpack/bugfix/watcher-limit

Merge watchers

84a833e5e721a3690d227f2c252194379eabfada authored over 4 years ago
remove console.log

224fc1fa9e184a017d0a1585bbf4ce751cb6e081 authored over 4 years ago
update azure to node 14

b6f5b2c610c3f396cf4f267bb2e120bf28acc780 authored over 4 years ago
create less watchers when no options are passed

fix type bug
improve test case

732f8b7887281ecb8e27933852d61c9307c54f72 authored over 4 years ago
bugfix incorrect type

7c197b47c192fc3ca905558b46cbcbe72daf8281 authored over 4 years ago
improve test case for multiple files

c48c3d26b5e80b2008865c4820a3d151bf03b8a9 authored over 4 years ago
improve how polling is scheduled to reduce load

ff2cdb496b4ddeebfd6edac64c517bff7d53018e authored over 4 years ago
improve test and cost function

eb608fa277caf512d37439ffbeb2961cb0023ab5 authored over 4 years ago
update appveyor configuration for node 14

080646e284bc45bb51ddb5193cc12aeac229df0c authored over 4 years ago
run test suite with single watcher limit

99f8995ef9eaba613b8ea0fc652ea50d9f44fa69 authored over 4 years ago
merge watchers to keep withing watcher limit

d617f5f5ca78395559f98e3d239809e0f4d99772 authored over 4 years ago
improve watchpack to batch request DirectoryWatchers from watcherManager

6f76ae87b7116d110b8c6f343edffaf5459fa7f2 authored over 4 years ago
add watcher limit test case

e842d6364395b24663acdbaeef1fc01f34e18d43 authored over 4 years ago
update travis configuration for node 14

2fd7553c5c0cf21170748c09c6313ee4195cea96 authored over 4 years ago
Merge pull request #167 from webpack/dependabot/npm_and_yarn/lodash-4.17.19

Bump lodash from 4.17.14 to 4.17.19

7cb31caedeb4d258e6214f6f8c64ef9e3d53b44a authored over 4 years ago
Bump lodash from 4.17.14 to 4.17.19

Bumps [lodash](https://github.com/lodash/lodash) from 4.17.14 to 4.17.19.
- [Release notes](http...

9a526ec558edb32ada72c218abaa1f4a1308a105 authored over 4 years ago
Merge pull request #152 from webpack/ci/node-13

add node 13 to CI

212ed440da591a0f0fcf88c305f678e59c2ea242 authored almost 5 years ago
upgrade outdated azure pipeline vms

aba867e4819d8ac0561fd095dffe0d58cfb730bc authored almost 5 years ago