Coder Social home page Coder Social logo

Comments (16)

greenkeeper avatar greenkeeper commented on May 26, 2024

After pinning to 3.1.10 your tests are passing again. Downgrade this dependency 📌.

from random-weighted-pick.

greenkeeper avatar greenkeeper commented on May 26, 2024

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v3.1.12

3.1.12 (2018-12-22)

Bug Fixes

  • regression in checkHost for checking Origin header (#1606) (8bb3ca8)
Commits

The new version differs by 2 commits.

  • 9443239 chore(release): 3.1.12
  • 8bb3ca8 fix: regression in checkHost for checking Origin header (#1606)

See the full diff

from random-weighted-pick.

greenkeeper avatar greenkeeper commented on May 26, 2024

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v3.1.13

3.1.13 (2018-12-22)

Bug Fixes

Commits

The new version differs by 4 commits.

  • bddfe16 chore(release): 3.1.13
  • 0bab1c0 fix: delete a comma for Node.js <= v7.x (#1609)
  • 9443239 chore(release): 3.1.12
  • 8bb3ca8 fix: regression in checkHost for checking Origin header (#1606)

See the full diff

from random-weighted-pick.

greenkeeper avatar greenkeeper commented on May 26, 2024

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v3.1.14

3.1.14 (2018-12-24)

Bug Fixes

  • add workaround for Origin header in sockjs (#1608) (1dfd4fb)
Commits

The new version differs by 6 commits.

  • 4b7a828 chore(release): 3.1.14
  • 1dfd4fb fix: add workaround for Origin header in sockjs (#1608)
  • bddfe16 chore(release): 3.1.13
  • 0bab1c0 fix: delete a comma for Node.js <= v7.x (#1609)
  • 9443239 chore(release): 3.1.12
  • 8bb3ca8 fix: regression in checkHost for checking Origin header (#1606)

See the full diff

from random-weighted-pick.

greenkeeper avatar greenkeeper commented on May 26, 2024

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v3.2.0

3.2.0 (2019-02-20)

Bug Fixes

Features

  • add sockPath option (options.sockPath) (#1553) (4bf1f76)
  • allow to use ca, pfx, key and cert as string (#1542) (0b89fd9)
  • automatically add the HMR plugin when hot or hotOnly is enabled (#1612) (178e6cc)
  • set development mode by default when unspecified (#1653) (5ea376b)
Commits

The new version differs by 30 commits.

  • df113eb chore(release): 3.2.0
  • f1246c7 chore(deps): update (#1671)
  • f9fc9c7 ci: fix typo (#1672)
  • eddd476 chore: add hiroppy to codeowners (#1670)
  • d9d308d ci: small improve (#1669)
  • 252ea4f fix: allow single object proxy config (#1633)
  • 017dc3d chore: update [email protected] (#1668)
  • b2bcdb0 test(Proxy): skip Proxy.test.js (#1667)
  • b92e5fd fix: SPDY fails in node >= 11.1.0 (#1660)
  • f78a9a3 refactor(Server): use class (#1658)
  • 5ea376b feat: set development mode by default when unspecified (#1653)
  • a52f2d7 chore(ci): add v8 and v11 of Node version (#1652)
  • 5833986 chore: migrate on jest
  • 102941f style: allow comma-dangle in eslintrc because compete with prettier (#1649)
  • 4a04864 style: introduce prettier (#1647)

There are 30 commits in total.

See the full diff

from random-weighted-pick.

greenkeeper avatar greenkeeper commented on May 26, 2024

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v3.2.1

3.2.1 (2019-02-25)

Bug Fixes

  • deprecation message about setup now warning about v4 (#1684) (523a6ec)
  • regression: allow ca, key and cert will be string (#1676) (b8d5c1e)
  • regression: handle key, cert, cacert and pfx in CLI (#1688) (4b2076c)
  • regression: problem with idb-connector after update internal-ip (#1691) (eb48691)
Commits

The new version differs by 39 commits.

  • bf99c26 chore(release): 3.2.1
  • eb48691 fix(regression): problem with idb-connector after update internal-ip (#1691)
  • 4b2076c fix(regression): handle key, cert, cacert and pfx in CLI (#1688)
  • 21687c3 refactor: utils (#1682)
  • 523a6ec fix: deprecation message about setup now warning about v4 (#1684)
  • 884fac0 refactor: remove invalid todo (#1683)
  • a2e5d12 refactor: CLI args and more tests (#1679)
  • 66129a8 test(Util, Validation): close server each time test ends (#1680)
  • b8d5c1e fix: allow ca, key and cert will be string (regression) (#1676)
  • df113eb chore(release): 3.2.0
  • f1246c7 chore(deps): update (#1671)
  • f9fc9c7 ci: fix typo (#1672)
  • eddd476 chore: add hiroppy to codeowners (#1670)
  • d9d308d ci: small improve (#1669)
  • 252ea4f fix: allow single object proxy config (#1633)

There are 39 commits in total.

See the full diff

from random-weighted-pick.

greenkeeper avatar greenkeeper commented on May 26, 2024

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v3.3.0

3.3.0 (2019-04-08)

Bug Fixes

Features

  • add option "serveIndex" to enable/disable serveIndex middleware (#1752) (d5d60cb)
  • add webpack as argument to before and after options (#1760) (0984d4b)
  • http2 option to enable/disable HTTP/2 with HTTPS (#1721) (dcd2434)
  • random port retry logic (#1692) (419f02e)
  • relax depth limit from chokidar for content base (#1697) (7ea9ab9)
Commits

The new version differs by 73 commits.

  • 99e8db0 chore(release): 3.3.0
  • df3ee67 test: refactor (#1768)
  • f61dfd4 test: compress option (#1766)
  • 919ff77 fix(Server): validate express.static.mime.types (#1765)
  • 1b3cd4f chore(deps): update dependency marked to v0.6.2 (#1764)
  • d5d60cb feat: add option "serveIndex" to enable/disable serveIndex middleware (#1752)
  • abf8691 Pass mimeTypes option to webpack-dev-middleware (#1714)
  • 05b8fb7 style: add curly rule to eslint (#1761)
  • dcd2434 feat: http2 option to enable/disable HTTP/2 with HTTPS (#1721)
  • 0984d4b feat: add webpack as argument to before and after options (#1760)
  • 31dfe22 chore(deps): update (#1759)
  • 737171e chore(deps): update dependency supertest to v4 (#1757)
  • 0429113 chore(deps): update all minor dependencies (#1756)
  • 5b55110 chore(deps): update all patch dependencies (patch) (#1755)
  • e65705b chore(deps): pin dependencies (#1705)

There are 73 commits in total.

See the full diff

from random-weighted-pick.

greenkeeper avatar greenkeeper commented on May 26, 2024

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v3.3.1

3.3.1 (2019-04-09)

Bug Fixes

  • regression: always get necessary stats for hmr (#1780) (66b04a9)
  • regression: host and port can be undefined or null (#1779) (028ceee)
  • only add entries after compilers have been created (#1774) (b31cbaa)
Commits

The new version differs by 79 commits.

  • 99b78dc chore(release): 3.3.1
  • f10fd68 docs: fix changelog (#1783)
  • b31cbaa fix: only add entries after compilers have been created (#1774)
  • 66b04a9 fix(regression): always get necessary stats for hmr (#1780)
  • 028ceee fix(regression): host and port can be undefined or null (#1779)
  • f5ea174 docs(contribution): alternative way to test (#1506)
  • 99e8db0 chore(release): 3.3.0
  • df3ee67 test: refactor (#1768)
  • f61dfd4 test: compress option (#1766)
  • 919ff77 fix(Server): validate express.static.mime.types (#1765)
  • 1b3cd4f chore(deps): update dependency marked to v0.6.2 (#1764)
  • d5d60cb feat: add option "serveIndex" to enable/disable serveIndex middleware (#1752)
  • abf8691 Pass mimeTypes option to webpack-dev-middleware (#1714)
  • 05b8fb7 style: add curly rule to eslint (#1761)
  • dcd2434 feat: http2 option to enable/disable HTTP/2 with HTTPS (#1721)

There are 79 commits in total.

See the full diff

from random-weighted-pick.

greenkeeper avatar greenkeeper commented on May 26, 2024

Your tests are still failing with this version. Compare changes

Release Notes for v3.4.0

3.4.0 (2019-05-17)

Bug Fixes

Features

Commits

The new version differs by 139 commits.

  • 45d39ac chore(release): 3.4.0
  • ec7eb9c chore(deps): update dependency internal-ip to ^4.3.0 (#1893)
  • dbb845d chore(renovate): ignore peerDependencies (#1894)
  • df9d09c chore(deps): update express to 4.17 version (#1896)
  • 2a81ad2 fix(stats): add errors-warnings preset (#1895)
  • ce3792c chore(deps): update all patch dependencies (patch) (#1892)
  • fc4fe32 feat(server): add liveReload option to enable/disable live reloading (#1889)
  • 1c2beff chore(renovate): add rangeStrategy: bump (#1885)
  • 6020e21 refactor: setupFeatures method (#1891)
  • df6a020 chore: refactor lint and prettier commands (#1888)
  • 2f56b18 chore(deps): update dependency eslint-config-prettier to v4.3.0 (#1887)
  • 294e155 refactor: listen method (#1884)
  • c535bb2 fix: do not include config files in dist (#1883)
  • fd0610b ci: npm audit and lint commit message (#1880)
  • d1c319c refactor: setupFeatures method (#1877)

There are 139 commits in total.

See the full diff

from random-weighted-pick.

greenkeeper avatar greenkeeper commented on May 26, 2024

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v3.4.1

3.4.1 (2019-05-17)

Bug Fixes

Commits

The new version differs by 3 commits.

  • a321494 chore(release): 3.4.1
  • 6a444cd fix: broken hot reload (#1903)
  • 0ae9be8 fix: add none and warning to clientLogLevel (#1901)

See the full diff

from random-weighted-pick.

greenkeeper avatar greenkeeper commented on May 26, 2024

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v3.5.0

Bug Fixes

  • add client code for electron-renderer target (#1935) (9297988)
  • add client code for node-webkit target (#1942) (c6b2b1f)

Features

Commits

The new version differs by 28 commits.

  • a0b9c70 chore(release): 3.5.0
  • c6b2b1f fix: add client code for node-webkit target (#1942)
  • cd218ef feat(server): add callback support for invalidate (#1900)
  • bca0341 chore(deps): update dependency loglevel to ^1.6.2 (#1939)
  • 61d0cdf feat: onListening option (#1930)
  • 9297988 fix: add client code for electron-renderer target (#1935)
  • bc83223 test(client): check console.log (#1907)
  • f6bfedb Delete incorrectly capitalized server files (#1931)
  • c9a6b4f chore(deps): update dependency semver to ^6.1.1 (#1932)
  • d7aaef6 refactor(server): encapsulate socket server implementation (#1904)
  • 87cfaa7 refactor(cli): code (#1927)
  • e99fa3a test: proxy supports http methods (#1928)
  • 856169e feat(server): add WEBPACK_DEV_SERVER env variable (#1929)
  • 4b097e2 refactor: don't listen to http error event (#1924)
  • 0baa0e0 chore(deps): update all patch dependencies (patch) (#1923)

There are 28 commits in total.

See the full diff

from random-weighted-pick.

greenkeeper avatar greenkeeper commented on May 26, 2024

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v3.5.1

3.5.1 (2019-06-01)

Bug Fixes

  • allow passing promise function of webpack.config.js (#1947) (8cf1053)
Commits

The new version differs by 33 commits.

  • def98d8 chore(release): 3.5.1
  • ffb2c79 refactor(client): separate into modules (#1948)
  • fb31770 refactor: utils and server (#1943)
  • 8cf1053 fix: allow passing promise function of webpack.config.js (#1947)
  • 03c2751 chore(deps): update dependency memfs to ^2.15.4 (#1949)
  • a0b9c70 chore(release): 3.5.0
  • c6b2b1f fix: add client code for node-webkit target (#1942)
  • cd218ef feat(server): add callback support for invalidate (#1900)
  • bca0341 chore(deps): update dependency loglevel to ^1.6.2 (#1939)
  • 61d0cdf feat: onListening option (#1930)
  • 9297988 fix: add client code for electron-renderer target (#1935)
  • bc83223 test(client): check console.log (#1907)
  • f6bfedb Delete incorrectly capitalized server files (#1931)
  • c9a6b4f chore(deps): update dependency semver to ^6.1.1 (#1932)
  • d7aaef6 refactor(server): encapsulate socket server implementation (#1904)

There are 33 commits in total.

See the full diff

from random-weighted-pick.

greenkeeper avatar greenkeeper commented on May 26, 2024

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v3.6.0

3.6.0 (2019-06-05)

Bug Fixes

Features

Commits

The new version differs by 50 commits.

  • 9582418 chore(release): 3.6.0
  • 699f8b4 fix(server): don't ignore node_modules by default (#1970)
  • 53f4253 chore(deps): update dependency webpack to ^4.33.0 (#1966)
  • dc81e23 fix(config): enable --overlay (#1968)
  • 0783a4a test: change jest.setTimeout from 20000 to 30000 (#1965)
  • 397bec8 docs(options): added urls for new inject options (#1959)
  • 428f410 chore(deps): update dependency commitlint-azure-pipelines-cli to ^1.0.2 (#1964)
  • 2a03295 chore(deps): delete nyc dependency (#1962)
  • 27eb99c test: delete temp directory (#1958)
  • 79325e5 test(client): add tests for default/index.js (#1957)
  • d346a53 test(server): add SockJSServer test (#1956)
  • eecc1e4 refactor: insert client implementation from within Dev Server API (#1933)
  • 6973e4c refactor(client): create log module into utils (#1953)
  • 1581adc refactor(client): create createSocketUrl module into utils (#1954)
  • 9a1ad89 test(routes): stop checking for res.text (#1952)

There are 50 commits in total.

See the full diff

from random-weighted-pick.

greenkeeper avatar greenkeeper commented on May 26, 2024

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v3.7.0

3.7.0 (2019-06-06)

Bug Fixes

Features

Commits

The new version differs by 55 commits.

  • 3d9288a chore(release): 3.7.0
  • 802aa30 fix: es6 syntax in client (#1982)
  • d8d1808 chore(deps): update dependency lint-staged to ^8.2.0 (#1978)
  • 75d7cbe chore(deps): update dependency husky to ^2.4.0 (#1975)
  • 57c8c92 fix(server): Change clientLogLevel order to be called first (#1973)
  • 9582418 chore(release): 3.6.0
  • 699f8b4 fix(server): don't ignore node_modules by default (#1970)
  • 53f4253 chore(deps): update dependency webpack to ^4.33.0 (#1966)
  • dc81e23 fix(config): enable --overlay (#1968)
  • 0783a4a test: change jest.setTimeout from 20000 to 30000 (#1965)
  • 397bec8 docs(options): added urls for new inject options (#1959)
  • 428f410 chore(deps): update dependency commitlint-azure-pipelines-cli to ^1.0.2 (#1964)
  • 2a03295 chore(deps): delete nyc dependency (#1962)
  • 27eb99c test: delete temp directory (#1958)
  • 79325e5 test(client): add tests for default/index.js (#1957)

There are 55 commits in total.

See the full diff

from random-weighted-pick.

greenkeeper avatar greenkeeper commented on May 26, 2024

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v3.7.1

3.7.1 (2019-06-07)

Bug Fixes

  • retry finding port when port is null and get ports in sequence (#1993) (bc57514)
Commits

The new version differs by 63 commits.

  • 7fe3fbd chore(release): 3.7.1
  • bc57514 fix: retry finding port when port is null and get ports in sequence (#1993)
  • 2029211 chore(deps): update dependency webpack-cli to ^3.3.3 (#1992)
  • d901977 chore(deps): update dependency prettier to ^1.18.0 (#1989)
  • df25433 test: more (#1987)
  • 176283b refactor: scripts (#1984)
  • 251f7f9 fix(test): fix options.test.js (#1985)
  • 638d7a1 refactor: tests (#1986)
  • 3d9288a chore(release): 3.7.0
  • 802aa30 fix: es6 syntax in client (#1982)
  • d8d1808 chore(deps): update dependency lint-staged to ^8.2.0 (#1978)
  • 75d7cbe chore(deps): update dependency husky to ^2.4.0 (#1975)
  • 57c8c92 fix(server): Change clientLogLevel order to be called first (#1973)
  • 9582418 chore(release): 3.6.0
  • 699f8b4 fix(server): don't ignore node_modules by default (#1970)

There are 63 commits in total.

See the full diff

from random-weighted-pick.

greenkeeper avatar greenkeeper commented on May 26, 2024

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v3.8.0

3.8.0 (2019-08-09)

Bug Fixes

  • server: fix setupExitSignals usage (#2181) (bbe410e)
  • server: set port before instantiating server (#2143) (cfbf229)
  • check for name of HotModuleReplacementPlugin to avoid RangeError (#2146) (4579775)
  • server: check for external urls in array (#1980) (fa78347)
  • server: fix header check for socket server (#2077) (7f51859)
  • server: stricter headers security check (#2092) (078ddca)

Features

Potential Breaking Changes

We have migrated serverMode and clientMode to transportMode as an experimental option. If you want to use this feature, you have to change your settings.

Related PR: #2116

Commits

The new version differs by 149 commits.

  • 84cb481 chore(release): 3.8.0
  • b5b9cb4 feat(server): add transportMode (#2116)
  • 460f15a test(e2e): More e2e test improvements (#2163)
  • bc7005e chore(deps): update dependency husky to ^3.0.3 (master) (#2182)
  • bbe410e fix(server): fix setupExitSignals usage (#2181)
  • 21e7646 chore(deps): update dependency style-loader to v1 (#2179)
  • a28800d chore(deps): update [email protected] (#2176)
  • 68a1f29 chore(deps): update webpack to 4.39.0 (#2171)
  • c2da532 chore(deps): update dependency standard-version to v7 (#2160)
  • 18edd18 refactor: simplify (#2120)
  • cfbf229 fix(server): set port before instantiating server (#2143)
  • f80e2ae chore(babel): use api.cache (#2157)
  • 0de4eba chore(deps): update all patch dependencies (#2159)
  • 1f9f9dc test(utils): increase coverage (#2156)
  • 9c171d1 chore(deps): update all patch dependencies (master) (patch) (#2151)

There are 149 commits in total.

See the full diff

from random-weighted-pick.

Related Issues (8)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.