Skip to content

Bump eventsource, sockjs-client and webpack-dev-server in /openhtf/output/web_gui#1026

Merged
glados-verma merged 1 commit intomasterfrom
dependabot/npm_and_yarn/openhtf/output/web_gui/eventsource-and-sockjs-client-and-webpack-dev-server-2.0.2
Oct 12, 2022
Merged

Bump eventsource, sockjs-client and webpack-dev-server in /openhtf/output/web_gui#1026
glados-verma merged 1 commit intomasterfrom
dependabot/npm_and_yarn/openhtf/output/web_gui/eventsource-and-sockjs-client-and-webpack-dev-server-2.0.2

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 8, 2022

Bumps eventsource, sockjs-client and webpack-dev-server. These dependencies needed to be updated together.
Updates eventsource from 0.1.6 to 2.0.2

Changelog

Sourced from eventsource's changelog.

2.0.2

  • Do not include authorization and cookie headers on redirect to different origin (#273 Espen Hovlandsdal)

2.0.1

  • Fix URL is not a constructor error for browser (#268 Ajinkya Rajput)

2.0.0

1.1.2

  • Inline origin resolution, drops original dependency (#281 Espen Hovlandsdal)

1.1.1

  • Do not include authorization and cookie headers on redirect to different origin (#273 Espen Hovlandsdal)

1.1.0

  • Improve performance for large messages across many chunks (#130 Trent Willis)
  • Add createConnection option for http or https requests (#120 Vasily Lavrov)
  • Support HTTP 302 redirects (#116 Ryan Bonte)
  • Prevent sequential errors from attempting multiple reconnections (#125 David Patty)
  • Add new to correct test (#111 Stéphane Alnet)
  • Fix reconnections attempts now happen more than once (#136 Icy Fish)

1.0.7

  • Add dispatchEvent to EventSource (#101 Ali Afroozeh)
  • Added checkServerIdentity option (#104 cintolas)
  • Surface request error message (#107 RasPhilCo)

1.0.6

  • Fix issue where a unicode sequence split in two chunks would lead to invalid messages (#108 Espen Hovlandsdal)
  • Change example to use eventsource/ssestream (Aslak Hellesøy)

1.0.5

  • Check for window existing before polyfilling. (#80 Neftaly Hernandez)

1.0.4

  • Pass withCredentials on to the XHR. (#79 Ken Mayer)

... (truncated)

Commits
  • 774ed10 2.0.2
  • 53356b5 chore: rebuild polyfill
  • 7ed08fe docs: update HISTORY for v2.0.2
  • dc89cfd refactor: reuse unsafe header regex pattern
  • 10ee0c4 fix: strip sensitive headers on redirect to different origin
  • a95ba90 2.0.1
  • 9321d5c Fix: browser compatibility Merge pull request #268 from ajinkyarajput/ajinkya...
  • a759bc5 Update HISTORY.md
  • f52ed50 Standard: Make URL is global variable
  • 9f28bd6 Make it again browser compatible
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by rexxars, a new releaser for eventsource since your current version.


Updates sockjs-client from 1.1.4 to 1.6.1

Release notes

Sourced from sockjs-client's releases.

1.6.1

Fixes

1.6.0

Fixes

  • Remove agent: false to allow usage of globalAgent. Fixes #421

dependencies

devDependencies

Other Changes

  • Remove bower
  • Remove Travis CI
  • Require Node.js 12

1.5.2

1.5.1

1.5.0

  • Update url-parse, kind-of, minimist, websocket-extensions due to security vulnerabilies.
  • Update dev dependencies.
  • Allow loopback address hostnames on a secure page. Fixes #486
  • Enable eventsource transport for node.js clients.

1.4.0

  • Add timeout option to set a minimum transport timeout. Fixes #403
  • Update dev deps to fix security warnings from npm audit
  • Guard against null this._transport in debug statement. Fixes #448

1.3.0

... (truncated)

Changelog

Sourced from sockjs-client's changelog.

1.6.1

Fixes

1.6.0

Fixes

  • Remove agent: false to allow usage of globalAgent. Fixes #421

dependencies

devDependencies

Other Changes

  • Remove bower
  • Remove Travis CI
  • Require Node.js 12

1.5.2

1.5.1

1.5.0

  • Update url-parse, kind-of, minimist, websocket-extensions due to security vulnerabilies.
  • Update dev dependencies.
  • Allow loopback address hostnames on a secure page. Fixes #486
  • Enable eventsource transport for node.js clients.

1.4.0

... (truncated)

Commits

Updates webpack-dev-server from 2.3.0 to 4.11.0

Release notes

Sourced from webpack-dev-server's releases.

v4.11.0

4.11.0 (2022-09-07)

Features

  • make allowedHosts accept localhost subdomains by default (#4357) (0a33e6a)

Bug Fixes

v4.10.1

4.10.1 (2022-08-29)

Bug Fixes

v4.10.0

4.10.0 (2022-08-10)

Features

  • allow to configure more client options via resource URL (#4274) (216e3cb)

Bug Fixes

  • response correctly when receive an OPTIONS request (#4185) (2b3b7e0)

v4.9.3

4.9.3 (2022-06-29)

Bug Fixes

  • avoid creation unnecessary stream for static sockjs file (#4482) (049b153)
  • history-api-fallback now supports HEAD requests and handles them the same as GET (8936082)

v4.9.2

4.9.2 (2022-06-06)

Bug Fixes

... (truncated)

Changelog

Sourced from webpack-dev-server's changelog.

4.11.0 (2022-09-07)

Features

  • make allowedHosts accept localhost subdomains by default (#4357) (0a33e6a)

Bug Fixes

4.10.1 (2022-08-29)

Bug Fixes

4.10.0 (2022-08-10)

Features

  • allow to configure more client options via resource URL (#4274) (216e3cb)

Bug Fixes

  • response correctly when receive an OPTIONS request (#4185) (2b3b7e0)

4.9.3 (2022-06-29)

Bug Fixes

  • avoid creation unnecessary stream for static sockjs file (#4482) (049b153)
  • history-api-fallback now supports HEAD requests and handles them the same as GET (8936082)

4.9.2 (2022-06-06)

Bug Fixes

4.9.1 (2022-05-31)

Bug Fixes

... (truncated)

Commits
  • 8abb295 chore(release): 4.11.0
  • 984af02 fix: auto reply to OPTIONS requests only when unhandled (#4559)
  • 85dcb31 chore(deps-dev): bump @​babel/core from 7.18.13 to 7.19.0 (#4557)
  • fe058dc chore(deps-dev): bump @​babel/preset-env from 7.18.10 to 7.19.0 (#4558)
  • 1368d1d chore(deps-dev): bump @​babel/runtime from 7.18.9 to 7.19.0 (#4556)
  • 0a33e6a feat: make allowedHosts accept localhost subdomains by default (#4357)
  • 088a318 chore(deps-dev): bump marked from 4.0.19 to 4.1.0 (#4553)
  • 45ed9bd chore(deps): bump bonjour-service from 1.0.13 to 1.0.14 (#4554)
  • eb997bb chore(release): 4.10.1
  • 4eed30e ci: enable jest --shard option in github-actions (#4545)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by evilebottnawi, a new releaser for webpack-dev-server since your current version.


Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language

You can disable automated security fix PRs for this repo from the Security Alerts page.


This change is Reviewable

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Sep 8, 2022
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/openhtf/output/web_gui/eventsource-and-sockjs-client-and-webpack-dev-server-2.0.2 branch from eed0685 to 96b5ee4 Compare September 15, 2022 22:55
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/openhtf/output/web_gui/eventsource-and-sockjs-client-and-webpack-dev-server-2.0.2 branch 2 times, most recently from 8f517df to 55dabd4 Compare October 11, 2022 23:51
Bumps [eventsource](https://github.com/EventSource/eventsource), [sockjs-client](https://github.com/sockjs/sockjs-client) and [webpack-dev-server](https://github.com/webpack/webpack-dev-server). These dependencies needed to be updated together.

Updates `eventsource` from 0.1.6 to 2.0.2
- [Release notes](https://github.com/EventSource/eventsource/releases)
- [Changelog](https://github.com/EventSource/eventsource/blob/master/HISTORY.md)
- [Commits](EventSource/eventsource@v0.1.6...v2.0.2)

Updates `sockjs-client` from 1.1.4 to 1.6.1
- [Release notes](https://github.com/sockjs/sockjs-client/releases)
- [Changelog](https://github.com/sockjs/sockjs-client/blob/main/Changelog.md)
- [Commits](sockjs/sockjs-client@v1.1.4...v1.6.1)

Updates `webpack-dev-server` from 2.3.0 to 4.11.0
- [Release notes](https://github.com/webpack/webpack-dev-server/releases)
- [Changelog](https://github.com/webpack/webpack-dev-server/blob/master/CHANGELOG.md)
- [Commits](webpack/webpack-dev-server@v2.3.0...v4.11.0)

---
updated-dependencies:
- dependency-name: eventsource
  dependency-type: indirect
- dependency-name: sockjs-client
  dependency-type: direct:production
- dependency-name: webpack-dev-server
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/openhtf/output/web_gui/eventsource-and-sockjs-client-and-webpack-dev-server-2.0.2 branch from 55dabd4 to 107582d Compare October 11, 2022 23:59
@glados-verma glados-verma merged commit 598651a into master Oct 12, 2022
@glados-verma glados-verma deleted the dependabot/npm_and_yarn/openhtf/output/web_gui/eventsource-and-sockjs-client-and-webpack-dev-server-2.0.2 branch October 12, 2022 00:32
glados-verma added a commit that referenced this pull request Oct 13, 2022
glados-verma added a commit that referenced this pull request Oct 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant