CAAPIM / webpack-config

Extensible configuration for Webpack projects at CA
MIT License
0 stars 5 forks source link

An in-range update of browser-sync is breaking the build 🚨 #55

Open greenkeeper[bot] opened 7 years ago

greenkeeper[bot] commented 7 years ago

Version 2.18.9 of browser-sync just got published.

Branch Build failing 🚨
Dependency browser-sync
Current Version 2.18.8
Type dependency

This version is covered by your current version range and after updating it in your project the build failed.

browser-sync is a direct dependency of this project this is very likely breaking your project right now. If other packages depend on you it’s very likely also breaking them. I recommend you give this issue a very high priority. I’m sure you can resolve this :muscle:

Status Details - ❌ **clahub** Not all contributors have signed the Contributor License Agreement. [Details](http://www.clahub.com/agreements/CAAPIM/webpack-config)

Commits

The new version differs by 12 commits0.

false

See the full diff

Not sure how things should work exactly? There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html) and of course you may always [ask my humans](https://github.com/greenkeeperio/greenkeeper/issues/new).

Your Greenkeeper Bot :palm_tree:

greenkeeper[bot] commented 7 years ago

Version 2.18.10 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Commits

The new version differs by 2 commits0.

false

See the full diff

greenkeeper[bot] commented 7 years ago

Version 2.18.11 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Release Notes 2.18.11

FIXED Source map files are now ignored by default. c990ea2 BrowserSync/browser-sync-client@24de0ec

Previously, if you were watching a directory into which source maps were being written (alongside your CSS/JS etc) then Browsersync would instruct all browsers to actually RELOAD as it wouldn't know how to handle the 'map' files.

This was particularly frustrating for gulp users - take this following example (where we compile sass-> css)

gulp.task('styles', function() {
  return gulp.src('app/core.scss')
      .pipe(sourcemaps.init())
      .pipe(sass())
      .pipe(sourcemaps.write('.'))
      .pipe(gulp.dest('dist'))
      .pipe(browserSync.stream())
});

With this, each time a file is saved, there would be 2 output files core.css & core.css.map and Browsersync would be informed of both. With the CSS file, it would update any references to that file in all connected browsers, but for the map file, it would perform a full page reload instead... This is never what a user expects, so I've fixed it.


FIXED default ghostMode.location: true 1a0505c

A recent change stopped a module being loaded on the client-side that handled UI events such as 'SYNC ALL' etc.

Issue: #1363


FIXED Added pointer-events: none to notification BrowserSync/browser-sync-client#36


FIXED Page blinking on styles reload is fixed BrowserSync/browser-sync-client#39

Commits

The new version differs by 2 commits0.

  • 510fde4 2.18.11
  • c990ea2 fix(sourcemaps): let the client decide how to handle sourcemaps (so it can ignore & update CSS)

false

See the full diff

greenkeeper[bot] commented 7 years ago

Version 2.18.12 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Commits

The new version differs by 2 commits.

  • 8d1e298 2.18.12
  • a1be1ad fix(client): update browser-sync clients - fixes #1379

See the full diff

greenkeeper[bot] commented 7 years ago

Version 2.18.13 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version πŸš€

Commits

The new version differs by 8 commits.

  • f015a29 2.18.13
  • d3d871d chore(tests): cleanup to remove flaky tests
  • bf53394 Merge pull request #1378 from joemaller/master
  • c64c120 Merge pull request #1359 from docwhat/patch-1
  • 470ab02 Merge pull request #1403 from swashcap/upgrade/localtunnel
  • 4ff95ec Upgrade localtunnel to 1.8.3.
  • 08f4da0 Set default logPrefix to "Browsersync". Closes #1377
  • 0aa00a7 Improve documentation for steam

See the full diff

greenkeeper[bot] commented 6 years ago

Version 2.19.0 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Commits

The new version differs by 10 commits.

  • a069c04 2.19.0
  • e6be4e9 fix(deps): remove weinre - fixes #1413
  • f015a29 2.18.13
  • d3d871d chore(tests): cleanup to remove flaky tests
  • bf53394 Merge pull request #1378 from joemaller/master
  • c64c120 Merge pull request #1359 from docwhat/patch-1
  • 470ab02 Merge pull request #1403 from swashcap/upgrade/localtunnel
  • 4ff95ec Upgrade localtunnel to 1.8.3.
  • 08f4da0 Set default logPrefix to "Browsersync". Closes #1377
  • 0aa00a7 Improve documentation for steam

See the full diff

greenkeeper[bot] commented 6 years ago

Version 2.20.0 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Commits

The new version differs by 19 commits.

  • 1272258 2.20.0
  • 20bf54a tests: update tests to support new way of loading client/socket
  • 3b7e8cb ci: build on node 8
  • ba93a88 Merge branch 'socket-io-update' - fixes #1392
  • ef92799 deps: remove hard-coded socket.io script
  • 1f4575d deps: Update to latest browser-sync-ui
  • 619f580 Add client to main repo
  • 05ba853 stripping how client works
  • 3645283 deps: update custom lodash - closes #1411
  • 4098c27 Merge pull request #1432 from luftywiranda13/patch-1
  • 242ca4c Merge pull request #1439 from Hrafnkellos/master
  • e0668af Merge pull request #1441 from shroudedcode/fix-package-json
  • 399bf9e Merge branch 'master' into fix-package-json
  • 9a0888e Merge branch 'master' into fix-package-json
  • ac86665 fix(http-protocol): enable notify command over http - closes #1467

There are 19 commits in total.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 2.20.1 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Commits

The new version differs by 3 commits.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 2.21.0 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Commits

The new version differs by 3 commits.

  • 4e4d01e 2.21.0
  • 91b7e89 dx: make it easier to launch a server/proxy re: #1253
  • d45d04c adding cleaner cli commands

See the full diff

greenkeeper[bot] commented 6 years ago

Version 2.22.0 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Commits

The new version differs by 38 commits.

  • f72a6ad 2.22.0
  • dd35b50 make it clearer where default ignore patterns originate
  • 91480aa feat: add 'single' flag to put Browsersync into SPA mode
  • b5cc56e feat: add directory listing for serve-static mode
  • 393309b options: switch to pipeline of transforms
  • 2c744c8 tests: run all tests
  • a5e214b tests: adding tests for option merging
  • 2a2d881 cli: add cwd, watch and ignore flags
  • be1a477 fixtures: css file under .tmp directory
  • 34429f4 fixtures: add nested @import rules
  • 55319cb client: support liveImg updating
  • cb5b44c client: log when a stylesheet will be affected
  • fb26e82 feat: support CSS imports - fixes #10
  • 4c66bb8 tests: update wherever stream/reload used to include scheduler control
  • 4c7530a tests: update .stream() api tests

There are 38 commits in total.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 2.23.0 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Commits

The new version differs by 3 commits.

  • 863bac1 2.23.0
  • 0f8c240 chore: move all option mods to single pipeline
  • dbb1267 watcher: adding cwd + ignore defaults to all

See the full diff

greenkeeper[bot] commented 6 years ago

Version 2.23.1 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Commits

The new version differs by 2 commits.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 2.23.2 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Release Notes v2.23.2

CLI

  • Fix the missing type: array in server field of startOpts b24514b
Commits

The new version differs by 5 commits.

  • 148ac02 2.23.2
  • d55b465 add misc field to generator
  • 0b04a7a changelog generator
  • e331c96 Merge pull request #1476 from yuheiy/fix-cli-options
  • b24514b Fix the missing type: array in server field of startOpts

See the full diff

greenkeeper[bot] commented 6 years ago

Version 2.23.3 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Release Notes v2.23.3

misc

  • Revert "Fix the missing type: array in server field of startOpts" - fixes #1483 (This reverts commit b24514b) 31150d6
  • fix(server-middleware): allow res.end -> next() in middeware flow when no serveStatic exists - fixes #1481 620e9ae
Commits

The new version differs by 3 commits.

  • a5b5603 2.23.3
  • 31150d6 Revert "Fix the missing type: array in server field of startOpts" - fixes #1483
  • 620e9ae fix(server-middleware): allow res.end -> next() in middeware flow when no serveStatic exists - fixes #1481

See the full diff

greenkeeper[bot] commented 6 years ago

Version 2.23.4 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Commits

The new version differs by 7 commits.

  • 6ba435c 2.23.4
  • 4f42b81 compiled assets
  • 13065ae Merge pull request #1479 from ThiagoMVF/tf-bump-immutable-version
  • f957956 fix(client): regression over injection of extensions declared under config.injectFileTypes
  • 55127fe Remove trace
  • ce6d335 fix(client): enable img injection - fixes #1489
  • 9bc6d9c Update immutable dependency version to get newer license

See the full diff

greenkeeper[bot] commented 6 years ago

Version 2.23.5 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Commits

The new version differs by 3 commits.

  • 126cc70 2.23.5
  • 68850c0 chore: apply prettier
  • a40092d fix(server): default to baseDir: ['./'] when object with routes given for server

See the full diff

greenkeeper[bot] commented 6 years ago

Version 2.23.6 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Commits

The new version differs by 8 commits.

See the full diff

greenkeeper[bot] commented 6 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Commits

The new version differs by 76 commits.

  • 5b5d543 v2.25.0
  • 900e23e chore: package-lock files
  • 92bf7d8 Merge branch '1431-fix-host-bind'
  • 5ba14b2 v2.25.0-alpha.0
  • 7c0ad4e lerna: initial version
  • c108af8 lerna: more path updates
  • 4ac3a49 lerna: updated more stuff since the move to lerna
  • c2db878 Ensure 'build-all' works in all packages
  • d6198f9 lerna: bring in server/client/ui
  • 325c775 lerna: add browser-sync-ui
  • 9cd5c2d adding lerna
  • a0b2e56 adding 'listen' param
  • d641916 feature: adding 'listen' option to restrict binding of interfaces
  • ef12e9a chore: change API of option transforms
  • cf0febd docs: emphasize a coupld of points - fixes #1461

There are 76 commits in total.

See the full diff

greenkeeper[bot] commented 6 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Release Notes for v2.26.0

these notes describe the change from 2.24.6 -> 2.26.0

fixes

chore

  • move cypress to top-level dep 0d4ab81
  • package-lock files 900e23e
  • change API of option transforms ef12e9a

lerna

feature

  • adding 'listen' option to restrict binding of interfaces d641916

docs

  • emphasize a couple of points - fixes #1461 cf0febd
  • added additional note about httpModule option - fixes #1485 16487ad

deps

  • npm audit for localtunnel - fixes #1587 27f2173
  • easy-extender@2.3.4 cypress@3.1.0 supertest@3.1.0 a6578a3
Commits

The new version differs by 88 commits.

  • ec7b82d v2.26.0
  • f83ba7e lerna whitespace to allow publish
  • d7ca182 v2.25.3-alpha.0
  • 257fba6 fix: Removing default logger prefix [BS] - fixes #1607
  • cc8dfad v2.25.2-alpha.0
  • d4c58b8 Merge branch 'master' into 1591-prevent-reload
  • abc0124 Merge branch 'johanblumenberg-patch-1'
  • dacfc8b fix: proxy: case insensitive matching of cookie domain - fixes #1606
  • 11729cc fix: bump chokidar fixing fsevents build - closes #1613
  • 9eafa03 v2.25.1-alpha.0
  • 0d4ab81 chore: move cypress to top-level dep
  • 06ee1b7 fix: Unexpected Page Reload after Pausing in Debugger - fixes #1591
  • 5b5d543 v2.25.0
  • 900e23e chore: package-lock files
  • 92bf7d8 Merge branch '1431-fix-host-bind'

There are 88 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Commits

The new version differs by 90 commits.

  • cf7cb3e v2.26.1
  • 0a2ff5a fix: deps - ensure previous users of browser-sync-client are not affected by new structure - fixes #1615
  • ec7b82d v2.26.0
  • f83ba7e lerna whitespace to allow publish
  • d7ca182 v2.25.3-alpha.0
  • 257fba6 fix: Removing default logger prefix [BS] - fixes #1607
  • cc8dfad v2.25.2-alpha.0
  • d4c58b8 Merge branch 'master' into 1591-prevent-reload
  • abc0124 Merge branch 'johanblumenberg-patch-1'
  • dacfc8b fix: proxy: case insensitive matching of cookie domain - fixes #1606
  • 11729cc fix: bump chokidar fixing fsevents build - closes #1613
  • 9eafa03 v2.25.1-alpha.0
  • 0d4ab81 chore: move cypress to top-level dep
  • 06ee1b7 fix: Unexpected Page Reload after Pausing in Debugger - fixes #1591
  • 5b5d543 v2.25.0

There are 90 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Commits

The new version differs by 92 commits.

  • f95dd7a v2.26.2
  • 9f3fea4 deps: npm audit fixes across all packages - fixes #1618
  • cf7cb3e v2.26.1
  • 0a2ff5a fix: deps - ensure previous users of browser-sync-client are not affected by new structure - fixes #1615
  • ec7b82d v2.26.0
  • f83ba7e lerna whitespace to allow publish
  • d7ca182 v2.25.3-alpha.0
  • 257fba6 fix: Removing default logger prefix [BS] - fixes #1607
  • cc8dfad v2.25.2-alpha.0
  • d4c58b8 Merge branch 'master' into 1591-prevent-reload
  • abc0124 Merge branch 'johanblumenberg-patch-1'
  • dacfc8b fix: proxy: case insensitive matching of cookie domain - fixes #1606
  • 11729cc fix: bump chokidar fixing fsevents build - closes #1613
  • 9eafa03 v2.25.1-alpha.0
  • 0d4ab81 chore: move cypress to top-level dep

There are 92 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Release Notes for 2.26.0 -> 2.26.3

fixes

  • application/wasm support - fixes #1598 d60cd91
  • deps - ensure previous users of browser-sync-client are not affected by new structure - fixes #1615 0a2ff5a
  • npm audit fixes across all packages - fixes #1618 9f3fea4
Commits

The new version differs by 94 commits.

  • 924d5e7 v2.26.3
  • d60cd91 fix: application/wasm support in Chrome - fixes #1598
  • f95dd7a v2.26.2
  • 9f3fea4 deps: npm audit fixes across all packages - fixes #1618
  • cf7cb3e v2.26.1
  • 0a2ff5a fix: deps - ensure previous users of browser-sync-client are not affected by new structure - fixes #1615
  • ec7b82d v2.26.0
  • f83ba7e lerna whitespace to allow publish
  • d7ca182 v2.25.3-alpha.0
  • 257fba6 fix: Removing default logger prefix [BS] - fixes #1607
  • cc8dfad v2.25.2-alpha.0
  • d4c58b8 Merge branch 'master' into 1591-prevent-reload
  • abc0124 Merge branch 'johanblumenberg-patch-1'
  • dacfc8b fix: proxy: case insensitive matching of cookie domain - fixes #1606
  • 11729cc fix: bump chokidar fixing fsevents build - closes #1613

There are 94 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Commits

The new version differs by 100 commits.

  • 47a4d1b v2.26.4
  • 05a58db deps: fixes #1677 #1671 #1659 #1648
  • 35035df deps: removed nodemon since it includes flat-stream (security)
  • 1b2eab5 Merge pull request #1634 from mxschmitt/patch-1
  • e35e5dc fix(ui): updated dead links and moved to https
  • 85c4ba7 examples: server + proxy
  • 924d5e7 v2.26.3
  • d60cd91 fix: application/wasm support in Chrome - fixes #1598
  • f95dd7a v2.26.2
  • 9f3fea4 deps: npm audit fixes across all packages - fixes #1618
  • cf7cb3e v2.26.1
  • 0a2ff5a fix: deps - ensure previous users of browser-sync-client are not affected by new structure - fixes #1615
  • ec7b82d v2.26.0
  • f83ba7e lerna whitespace to allow publish
  • d7ca182 v2.25.3-alpha.0

There are 100 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Commits

The new version differs by 102 commits.

  • 6dd2d56 v2.26.5
  • 62007c8 SyntaxError in micromatch when starting browser-sync - fixes #1682
  • 47a4d1b v2.26.4
  • 05a58db deps: fixes #1677 #1671 #1659 #1648
  • 35035df deps: removed nodemon since it includes flat-stream (security)
  • 1b2eab5 Merge pull request #1634 from mxschmitt/patch-1
  • e35e5dc fix(ui): updated dead links and moved to https
  • 85c4ba7 examples: server + proxy
  • 924d5e7 v2.26.3
  • d60cd91 fix: application/wasm support in Chrome - fixes #1598
  • f95dd7a v2.26.2
  • 9f3fea4 deps: npm audit fixes across all packages - fixes #1618
  • cf7cb3e v2.26.1
  • 0a2ff5a fix: deps - ensure previous users of browser-sync-client are not affected by new structure - fixes #1615
  • ec7b82d v2.26.0

There are 102 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Commits

The new version differs by 113 commits.

  • 0b3d98b v2.26.6
  • fdfc681 tests: add e2e tests to package.json
  • c56cfd9 Merge pull request #1698 from emeitch/fix_deprecated_header
  • 2fd598f Merge pull request #1690 from XhmikosR/xmr-ci
  • 841ccd5 Merge pull request #1694 from coliff/patch-1
  • 209c9c1 Merge pull request #1697 from gaards/update-localtunnel
  • 87bee4b Use getHeaders or _headers
  • 77abfd3 Update localtunnel
  • 1f073f9 Remove gittip from README (service closed down)
  • 51792b1 AppVeyor tweaks.
  • 9c9d71a CI: Add Node.js 12 and 10.
  • 6dd2d56 v2.26.5
  • 62007c8 SyntaxError in micromatch when starting browser-sync - fixes #1682
  • 47a4d1b v2.26.4
  • 05a58db deps: fixes #1677 #1671 #1659 #1648

There are 113 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Commits

The new version differs by 115 commits.

  • 2191369 v2.26.7
  • 53f9b36 docs: readme
  • 0b3d98b v2.26.6
  • fdfc681 tests: add e2e tests to package.json
  • c56cfd9 Merge pull request #1698 from emeitch/fix_deprecated_header
  • 2fd598f Merge pull request #1690 from XhmikosR/xmr-ci
  • 841ccd5 Merge pull request #1694 from coliff/patch-1
  • 209c9c1 Merge pull request #1697 from gaards/update-localtunnel
  • 87bee4b Use getHeaders or _headers
  • 77abfd3 Update localtunnel
  • 1f073f9 Remove gittip from README (service closed down)
  • 51792b1 AppVeyor tweaks.
  • 9c9d71a CI: Add Node.js 12 and 10.
  • 6dd2d56 v2.26.5
  • 62007c8 SyntaxError in micromatch when starting browser-sync - fixes #1682

There are 115 commits in total.

See the full diff