Ecosyste.ms: OpenCollective

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

WPACK.IO - Webpack dev server for WordPress

💥🔥📦👩‍💻 An easy to use, pre configured, hackable webpack setup & development server for WordPress themes and plugins.
Collective - Host: opensource - https://opencollective.com/wpackio - Website: https://wpack.io - Code: https://github.com/swashata/wp-webpack-script

docs: update documentation

github.com/swashata/wp-webpack-script - 24c7ce250b32e090ae509eb50a0b6e94e4859b17 authored about 5 years ago by Swashata Ghosh <[email protected]>
test: update failing snapshots and tests

github.com/swashata/wp-webpack-script - 492016b21906539cace2888e81f3f589b490ef21 authored about 5 years ago by Swashata Ghosh <[email protected]>
chore: remove style-loader

We are not using it from now on.

github.com/swashata/wp-webpack-script - 2a69a445df83016d847052f728e4d24ac2aa877a authored about 5 years ago by Swashata Ghosh <[email protected]>
chore(release): publish v4.1.0-alpha.2

github.com/swashata/wp-webpack-script - b27a7db312e3393243327ae9f6671827409d164a authored about 5 years ago by Swashata Ghosh <[email protected]>
feat: export loaders from package for external usage

github.com/swashata/wp-webpack-script - 3e99b3b5d6f8ce8526fa2385c49e02308587cba0 authored about 5 years ago by Swashata Ghosh <[email protected]>
chore(release): publish v4.1.0-alpha.1

github.com/swashata/wp-webpack-script - 31b15b24ce70463c8aac0e6f39a0fd983747431d authored about 5 years ago by Swashata Ghosh <[email protected]>
fix: use require.resolve on babel presets

github.com/swashata/wp-webpack-script - e89d4bd7f226193c646cc39610c078c318c369ec authored about 5 years ago by Swashata Ghosh <[email protected]>
chore(release): publish v4.0.0

github.com/swashata/wp-webpack-script - 4019a033977f2fd3436b997fbe150ed41b48f7d9 authored about 5 years ago by Swashata Ghosh <[email protected]>
chore: bunch of dependency updates for examples

github.com/swashata/wp-webpack-script - bd3011ea9f2a8f11d35ac5508366aed0fb498f75 authored about 5 years ago by Swashata Ghosh <[email protected]>
chore: add donation link in console output

github.com/swashata/wp-webpack-script - f38e6f42fc6e9dbe5c54fa3e41deb9b6302d03b1 authored about 5 years ago by Swashata Ghosh <[email protected]>
test: remove obsolete snapshot

We can no longer snapshot test it because of require.resolve. But
it was kinda moot anyway.

github.com/swashata/wp-webpack-script - 4cb682784f1e7bcf1756f2c9a31cf9fed72291a5 authored about 5 years ago by Swashata Ghosh <[email protected]>
chore: update contribution and readme with opencollective

github.com/swashata/wp-webpack-script - 2fcce4d5c9be7f7d23fb47a68290da49f84eaafe authored about 5 years ago by Swashata Ghosh <[email protected]>
feat: update website and add open collective

github.com/swashata/wp-webpack-script - 869c151cc9761c3b21053a046a3b8800ec0b5229 authored about 5 years ago by Swashata Ghosh <[email protected]>
test: update failing tests

github.com/swashata/wp-webpack-script - 564b8f71200a8f4aad96d9cf14c4ed3ebf15d991 authored about 5 years ago by Swashata Ghosh <[email protected]>
chore: confirm working of font files

See #691

github.com/swashata/wp-webpack-script - cd77f14313491ef0174348b16bd2738b4d553828 authored about 5 years ago by Swashata Ghosh <[email protected]>
fix: issue with babel override and preset options

The configs from file were not being passed.

Closes #692

github.com/swashata/wp-webpack-script - 30526304c1613af765b3fd48ae0428a136265c5f authored about 5 years ago by Swashata Ghosh <[email protected]>
feat: add optional chaining to babel preset

github.com/swashata/wp-webpack-script - b589b6fc609f8fa5cdcf6562b8d19a71f0cff542 authored about 5 years ago by Swashata Ghosh <[email protected]>
refactor: extract styleloader logic

This would help in proper maintenance

github.com/swashata/wp-webpack-script - 2b28b6e8c08c864b09b9f45c7cbe415573e9572f authored about 5 years ago by Swashata Ghosh <[email protected]>
feat: make error output better

github.com/swashata/wp-webpack-script - 79a91336fa59e34b7d189075ae109d90e05371c0 authored about 5 years ago by Swashata Ghosh <[email protected]>
feat: make error reports a tad better

Replace long absolute path to short relative path.

github.com/swashata/wp-webpack-script - b6fa2b62c02553651fde300de5b8e35833dfee8c authored about 5 years ago by Swashata Ghosh <[email protected]>
feat: add progressbar to build process

Use built-in webpack.Progressbar plugin for that.

github.com/swashata/wp-webpack-script - dbdf429a234917f7f1f61c3e711c063df0f3d1e0 authored about 5 years ago by Swashata Ghosh <[email protected]>
feat: use mini-css-extract plugin hmr

As it turns out v2 of fork-ts-checker doesn't play nice with
mini-css-extract. So keep with vers...

github.com/swashata/wp-webpack-script - 2116177156708d199ce4471ebf12235afcfb0663 authored about 5 years ago by Swashata Ghosh <[email protected]>
chore: add open collective

github.com/swashata/wp-webpack-script - fcb08e189c49d4b53e28cc8fd06d588fcab6cd44 authored about 5 years ago by Swashata Ghosh <[email protected]>
fix: issue with pathname sanitization

We need to allow uppercase characters.

github.com/swashata/wp-webpack-script - f09f09feab4c6e75800840c7cbeb17e61d4c76db authored about 5 years ago by Swashata Ghosh <[email protected]>
fix: issue with spinner and empty output

1. Had to pass new option to ora to not intervene webpack output.
2. Had to update cleanwebpackp...

github.com/swashata/wp-webpack-script - a4fb650cbbe5d60f2a1fb6d28f0733641748cc18 authored about 5 years ago by Swashata Ghosh <[email protected]>
chore: upgrade @types/node

github.com/swashata/wp-webpack-script - fa358b2ad93dae875313fa4800b0969640e5b8fa authored about 5 years ago by Swashata Ghosh <[email protected]>
chore: upgrade update-notifier

github.com/swashata/wp-webpack-script - 7f18db42b466ca9462fd68a5b1e388d253eb73b6 authored about 5 years ago by Swashata Ghosh <[email protected]>
chore: upgrade style-loader

github.com/swashata/wp-webpack-script - 2b3ef8a9812390e6c29497af95659cde5f2b9371 authored about 5 years ago by Swashata Ghosh <[email protected]>
chore: upgrade sass-loader

github.com/swashata/wp-webpack-script - 6943913943b2851eaf0efbf6d04447d2a1029387 authored about 5 years ago by Swashata Ghosh <[email protected]>
chore: upgrade dep ora

github.com/swashata/wp-webpack-script - 580d2c53a4e9bdff008756e853e60e6dcef0a13e authored about 5 years ago by Swashata Ghosh <[email protected]>
chore: upgrade dep mini-css-extract-plugin

github.com/swashata/wp-webpack-script - 8dc367e2e267db833167c1f63f85f0712392fa71 authored about 5 years ago by Swashata Ghosh <[email protected]>
chore: upgrade dep inquirer

github.com/swashata/wp-webpack-script - cca7bca9927c12c055643dcbe8c4e48fdfe3925c authored about 5 years ago by Swashata Ghosh <[email protected]>
chore: upgrade dep del

github.com/swashata/wp-webpack-script - 4ea1984a9c7353badebf35471b31a493ea42ee33 authored about 5 years ago by Swashata Ghosh <[email protected]>
chore: update e2e deps

github.com/swashata/wp-webpack-script - 35fa2dc515ad909f4c7b0fb3b654568bce0170eb authored about 5 years ago by Swashata Ghosh <[email protected]>
BREAKING: upgrade file-loader to v4

This may break some asset import.

github.com/swashata/wp-webpack-script - d5049226f9aefd7ccdd6d3073d6c4c79c729cda6 authored about 5 years ago by Swashata Ghosh <[email protected]>
BREAKING: upgrade css-loader to version 3

github.com/swashata/wp-webpack-script - 67974df566a3a96a13d0f952a792b0428d5c4f1a authored about 5 years ago by Swashata Ghosh <[email protected]>
chore: update commander dep

github.com/swashata/wp-webpack-script - 43635b631fbbc385abfcf487a8f1e1515cc99f01 authored about 5 years ago by Swashata Ghosh <[email protected]>
chore: update @types/webpack

github.com/swashata/wp-webpack-script - 6280bc6bdac435e1a76cd38344a1384969f74bed authored about 5 years ago by Swashata Ghosh <[email protected]>
BREAKING: upgrade clean-webpack-plugin

Remove manual types since it is now included.

github.com/swashata/wp-webpack-script - 21c1b35efceb6afbde3d07763bd0619dec78dcaf authored about 5 years ago by Swashata Ghosh <[email protected]>
feat: update some more deps by semver

github.com/swashata/wp-webpack-script - 83ed7788f918289c60de7820bc1eee4c4626e11b authored about 5 years ago by Swashata Ghosh <[email protected]>
chore: update some types and deps

github.com/swashata/wp-webpack-script - bdcaea2f7790cd90d1e19af469a9b35e9c5ff4a3 authored about 5 years ago by Swashata Ghosh <[email protected]>
chore: update deps by semver

github.com/swashata/wp-webpack-script - 4978ed0b606d1136f1961d40ba5978dcd64a2791 authored about 5 years ago by Swashata Ghosh <[email protected]>
fix: issue with eslint, updated deps and typescript

1. Add react hooks to deps.
2. Remove outdated rules from source code.

github.com/swashata/wp-webpack-script - 2625e7d7fa67f6dac090a57a4a26b2c0b0e981f2 authored about 5 years ago by Swashata Ghosh <[email protected]>
feat: update deps in cli package

github.com/swashata/wp-webpack-script - 4116c62a625606c11fb45dd152a924c0417a57c8 authored about 5 years ago by Swashata Ghosh <[email protected]>
feat: update eslint-config for eslint 6

Also take some config from ongoing project to make life easier.
Incorporate react-hooks to the mix.

github.com/swashata/wp-webpack-script - 46a35548942ea41f004f6458245ca08ddae7b310 authored about 5 years ago by Swashata Ghosh <[email protected]>
chore: update deps of babel-preset-base

Also remove peerDeps of eslint-config due to some yarn error. Will
come back at it later.

https...

github.com/swashata/wp-webpack-script - 12c07c8811a9d403e01fa4d0066792f6545edffa authored about 5 years ago by Swashata Ghosh <[email protected]>
chore: update dev dependency of repo

github.com/swashata/wp-webpack-script - b33d07701ff1cfbb98b9e9113a2c46c8b33d7051 authored about 5 years ago by Swashata Ghosh <[email protected]>
fix: update e2e deps and fix issue with execa

Instead of using shellSync, we now rely on new API, commandSync.

github.com/swashata/wp-webpack-script - 59de1302953f44aa3fccf440abd5cf1c0a54faed authored about 5 years ago by Swashata Ghosh <[email protected]>
outputPath as subfolder fix#606

github.com/swashata/wp-webpack-script - 440319b2f20c04d99d2178e8a4ea0d137f36d4b6 authored about 5 years ago by Vitaly Nikolaiev <[email protected]>
lowercase variable name

github.com/swashata/wp-webpack-script - 5dd64093234b41fa1a7db69ffa8b701cf6874aa5 authored about 5 years ago by Vitaly Nikolaiev <[email protected]>
Update packages/entrypoint/src/index.ts

fix regex

Co-Authored-By: Swashata Ghosh <[email protected]>

github.com/swashata/wp-webpack-script - 23b015c0bcd2eeaf00d712b1d6297637857e31a8 authored about 5 years ago by Vitaly Nikolaiev <[email protected]>
remove lowercase transformation

github.com/swashata/wp-webpack-script - da2b87a5aabc752c1bf0fbfb33bf0409dad15634 authored about 5 years ago by Vitaly Nikolaiev <[email protected]>
chore(deps): update dependency rimraf to v2.7.0

github.com/swashata/wp-webpack-script - 23fd0bd40f60485cdeb3d3d9080a6c1a85df5fbf authored over 5 years ago by Renovate Bot <[email protected]>
fix(deps): update gatsby monorepo

github.com/swashata/wp-webpack-script - a6527709ea3a64d2669ece7ecf211fe8bece203d authored over 5 years ago by Renovate Bot <[email protected]>
fix(deps): update gatsby monorepo

github.com/swashata/wp-webpack-script - 2e1bea2b1e35d8584f5ad9a8d0a6f1ecd23d739d authored over 5 years ago by Renovate Bot <[email protected]>
fix(deps): update dependency react-hot-loader to v4.12.11

github.com/swashata/wp-webpack-script - 5037e051020b8639ea00d13157264e3181990187 authored over 5 years ago by Renovate Bot <[email protected]>
fix(deps): update gatsby monorepo

github.com/swashata/wp-webpack-script - 68ca6e7b6e5808ec9375e2755df0f1af7dd91bae authored over 5 years ago by Renovate Bot <[email protected]>
fix(deps): update dependency react-bootstrap to v1.0.0-beta.11

github.com/swashata/wp-webpack-script - 5b10826c7e29a5941030d4fd5ec6332f02fc3602 authored over 5 years ago by Renovate Bot <[email protected]>
fix(deps): update react monorepo to v16.9.0

github.com/swashata/wp-webpack-script - 998e711218315124c5293c810fbfb00f790b7482 authored over 5 years ago by Renovate Bot <[email protected]>
chore(deps): update dependency @types/jest to v24.0.17

github.com/swashata/wp-webpack-script - 50e5d22b30df047f6cfe71cac71b063475bdb392 authored over 5 years ago by Renovate Bot <[email protected]>
chore(deps): update dependency @types/node to v11.13.19

github.com/swashata/wp-webpack-script - b81fdd53a1945456500ee4ccb3b7e94ebfe10e4a authored over 5 years ago by Renovate Bot <[email protected]>
chore(deps): update dependency fork-ts-checker-webpack-plugin to v1.5.0

github.com/swashata/wp-webpack-script - d6cf937449eb43a41987883a14eba3106f6b9527 authored over 5 years ago by Renovate Bot <[email protected]>
chore(deps): update dependency @types/jest to v24.0.16

github.com/swashata/wp-webpack-script - 34a7d75dcbf9cadae430c133f02607520049985a authored over 5 years ago by Renovate Bot <[email protected]>
chore(deps): update dependency cypress to v3.4.1

github.com/swashata/wp-webpack-script - 809fd9b5179e1eac6ec49ece31c6e6f09c3b8c41 authored over 5 years ago by Renovate Bot <[email protected]>
fix(deps): update dependency react-hot-loader to v4.12.10

github.com/swashata/wp-webpack-script - 858d04e0f7548adcfe02032f5dd305f3485377d7 authored over 5 years ago by Renovate Bot <[email protected]>
chore(deps): update dependency lerna to v3.16.4

github.com/swashata/wp-webpack-script - 5aae664cf360d17f0f2d7c59cf2fe7433cdb423f authored over 5 years ago by Renovate Bot <[email protected]>
chore(deps): update dependency lerna to v3.16.2

github.com/swashata/wp-webpack-script - 68ff9f0368fbd9dfae871944208019bc9a2928f1 authored over 5 years ago by Renovate Bot <[email protected]>
fix(deps): update dependency prismjs to v1.17.1

github.com/swashata/wp-webpack-script - d82f61edc140754880cee2f76ed5c297065015c4 authored over 5 years ago by Renovate Bot <[email protected]>
fix(deps): update gatsby monorepo

github.com/swashata/wp-webpack-script - c4e2b26d8e378dea64e39c30b403f32c60b2a4e6 authored over 5 years ago by Renovate Bot <[email protected]>
chore(deps): update dependency lerna to v3.16.1

github.com/swashata/wp-webpack-script - b3e7473c6e88b66f9b16296e59f11cf3352f32fd authored over 5 years ago by Renovate Bot <[email protected]>
fix(deps): update dependency gatsby to v2.13.31

github.com/swashata/wp-webpack-script - f3fd1c838c85e81ffa76ce31e60eb64a7e1a5ffe authored over 5 years ago by Renovate Bot <[email protected]>
fix(deps): update gatsby monorepo

github.com/swashata/wp-webpack-script - 2c9244627a8f985bd5886e4b6a6e776223169fb5 authored over 5 years ago by Renovate Bot <[email protected]>
chore(deps): update dependency lerna to v3.16.0

github.com/swashata/wp-webpack-script - 66b54d21e1a6cd3d561e8ac1521e5d4a9e365a71 authored over 5 years ago by Renovate Bot <[email protected]>
fix(deps): update dependency react-hot-loader to v4.12.8

github.com/swashata/wp-webpack-script - d5ac0a8b3d3f308b221706cd3f27d9ccbc54045a authored over 5 years ago by Renovate Bot <[email protected]>
chore(deps): update babel monorepo to v7.5.5

github.com/swashata/wp-webpack-script - 9d6b7c1ccf1929fa35d699e60ab727cb87dd5aee authored over 5 years ago by Renovate Bot <[email protected]>
fix(deps): update dependency gatsby to v2.13.27

github.com/swashata/wp-webpack-script - 30a23ba0a2892c09910ad5212defaa9cf0d2789c authored over 5 years ago by Renovate Bot <[email protected]>
chore(deps): update dependency @types/node to v11.13.18

github.com/swashata/wp-webpack-script - 9dcc63ae3c91cf1fa17978a5ae9df345fee22b43 authored over 5 years ago by Renovate Bot <[email protected]>
fix(deps): update gatsby monorepo

github.com/swashata/wp-webpack-script - 6e21598fb2f340dfcdbe9b4d4a4d0a8ac8bfedaa authored over 5 years ago by Renovate Bot <[email protected]>
chore(deps): update dependency fork-ts-checker-webpack-plugin to v1.4.3

github.com/swashata/wp-webpack-script - 07e628538899d6f280e6fabe77c084b5908ef19e authored over 5 years ago by Renovate Bot <[email protected]>
fix(deps): update dependency gatsby to v2.13.25

github.com/swashata/wp-webpack-script - 2f686b9a4d327e332ff9ae6dbab22105902290ac authored over 5 years ago by Renovate Bot <[email protected]>
fix(deps): update dependency gatsby to v2.13.24

github.com/swashata/wp-webpack-script - 0e8ae58e1456e5d18d414cf2bec4d02bf1f62a1b authored over 5 years ago by Renovate Bot <[email protected]>
fix(deps): update dependency react-hot-loader to v4.12.7

github.com/swashata/wp-webpack-script - 56e3cca128fc0be77ba9af84f86830c43b09feb3 authored over 5 years ago by Renovate Bot <[email protected]>
fix(deps): update dependency react-bootstrap to v1.0.0-beta.10

github.com/swashata/wp-webpack-script - 2c9850b58035bb5f419679dfd643f08cc0bc005f authored over 5 years ago by Renovate Bot <[email protected]>
fix(deps): update dependency gatsby to v2.13.23

github.com/swashata/wp-webpack-script - 25236757b81e47753cb672e5b58811508ec0ea03 authored over 5 years ago by Renovate Bot <[email protected]>
fix(deps): update gatsby monorepo

github.com/swashata/wp-webpack-script - 3d2e3b73699fecc2186fa0879dd8abab22f39a9c authored over 5 years ago by Renovate Bot <[email protected]>
fix(deps): update dependency @svgr/webpack to v4.3.2

github.com/swashata/wp-webpack-script - fb2d6d55e9f9f7e22599609aa6d6a50fe2c6fe20 authored over 5 years ago by Renovate Bot <[email protected]>
chore(deps): update dependency fork-ts-checker-webpack-plugin to v1.4.2

github.com/swashata/wp-webpack-script - 4e5e3d0a2756031f213c998bda81086a8ed92da0 authored over 5 years ago by Renovate Bot <[email protected]>
chore(deps): update dependency fork-ts-checker-webpack-plugin to v1.4.1

github.com/swashata/wp-webpack-script - 354317e13ae15f9b986a59d9244525cd0c1c948e authored over 5 years ago by Renovate Bot <[email protected]>
fix(deps): update dependency gatsby to v2.13.21

github.com/swashata/wp-webpack-script - 5fda0c7cd52634e06690b2ad67b5a9cb9c7d0d78 authored over 5 years ago by Renovate Bot <[email protected]>
fix(deps): update gatsby monorepo

github.com/swashata/wp-webpack-script - 264e6e1c232dee52d678badd4e2ca583836bc8da authored over 5 years ago by Renovate Bot <[email protected]>
fix(deps): update dependency gatsby to v2.13.19

github.com/swashata/wp-webpack-script - 3f8eae5c1e46ed8d951292c05bf5f873b35001e3 authored over 5 years ago by Renovate Bot <[email protected]>
fix(deps): update gatsby monorepo

github.com/swashata/wp-webpack-script - 9279d4d03fc06917a4d47e5b05050388c3f9e295 authored over 5 years ago by Renovate Bot <[email protected]>
fix(deps): update gatsby monorepo

github.com/swashata/wp-webpack-script - 83e6950c22d5f85f6b30204e24387b8bcacd1398 authored over 5 years ago by Renovate Bot <[email protected]>
chore(deps): update dependency fork-ts-checker-webpack-plugin to v1.4.0

github.com/swashata/wp-webpack-script - 507a52f4fc83831824bb5c5265103a5d60fd9d44 authored over 5 years ago by Renovate Bot <[email protected]>
fix(deps): update dependency gatsby to v2.13.15

github.com/swashata/wp-webpack-script - 17ad224ed2b81cd9e70009cf95efdc415658ff4a authored over 5 years ago by Renovate Bot <[email protected]>
chore(deps): update dependency wait-on to v3.3.0

github.com/swashata/wp-webpack-script - 0287707e17ef59685e2b87b0cea66d6e1f83e91d authored over 5 years ago by Renovate Bot <[email protected]>
fix(deps): update gatsby monorepo

github.com/swashata/wp-webpack-script - 24d08c656062688bfaa474eaed30c74f2e7e6298 authored over 5 years ago by Renovate Bot <[email protected]>
fix(deps): update dependency @types/webpack-env to v1.14.0

github.com/swashata/wp-webpack-script - 8834af01c7514d555d69716779fbceb2be117343 authored over 5 years ago by Renovate Bot <[email protected]>
fix(deps): update gatsby monorepo

github.com/swashata/wp-webpack-script - c7d58401e9b613dbc9b8adae802cd187365d317a authored over 5 years ago by Renovate Bot <[email protected]>
fix(deps): update dependency react-hot-loader to v4.12.6

github.com/swashata/wp-webpack-script - 48da1340d56c19a84afdcb8b27b1723fcc7a961d authored over 5 years ago by Renovate Bot <[email protected]>