Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump minimist and @sitespeed.io/throttle #20

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 6, 2023

Bumps minimist to 1.2.6 and updates ancestor dependency @sitespeed.io/throttle. These dependencies need to be updated together.

Updates minimist from 1.2.5 to 1.2.6

Changelog

Sourced from minimist's changelog.

v1.2.6 - 2022-03-21

Commits

  • test from prototype pollution PR bc8ecee
  • isConstructorOrProto adapted from PR c2b9819
  • security notice for additional prototype pollution issue ef88b93
Commits

Updates @sitespeed.io/throttle from 2.1.1 to 5.0.0

Release notes

Sourced from @​sitespeed.io/throttle's releases.

v5.0.0

Changed

  • Dropped support for NodeJS 12 since it's unmaintaned.

Tech

  • Code cleanup using eslint-plugin-unicorn.

sitespeedio/throttle@v4.0.3...v5.0.0

v4.0.3

  • Fixed --version so it actually shows the version again #75.

sitespeedio/throttle@v4.0.2...v4.0.3

v4.0.2

Fixed

  • The E6 Module convertion in 4.0 broke version check ('--version') making installs failed. PR #74 is a temporaty fix for that.

sitespeedio/throttle@v4.0.1...v4.0.2

v4.0.1

Fixed

  • Removed the dependecy of route. Using ip route instead and we already have ip as a requirement.

sitespeedio/throttle@v4.0.0...v4.0.1

v4.0.0

Changed

  • Converting the project to ES6 module. If you run Throttle by command line it will work exactly as before except that we dropped support for NodeJS 10 #67.

Fixed

  • Updated dev dependencies to latest versions #68

sitespeedio/throttle@v3.1.0...v4.0.0

v3.1.1

  • update minimist 5073849

sitespeedio/throttle@v3.1.0...v3.1.1

v3.1.0

  • Add support for setting packet loss. Add --packetLoss and set the loss in percentage.

sitespeedio/throttle@v3.0.0...v3.1.0

v3.0.0

Breaking change

  • When you run on Mac OS we changed so localhost traffic is not throttled by default. To throttle on localhost use --localhost. This makes sence if you use WebDriver to drive your browser on your local machine. And Mac OS now works the same as Linux.

... (truncated)

Changelog

Sourced from @​sitespeed.io/throttle's changelog.

5.0.0 - 2022-07-02

Changed

  • Dropped support for NodeJS 12 since it's unmaintaned.

Tech

  • Code cleanup using eslint-plugin-unicorn.

4.0.3 - 2022-06-29

Fixed

  • Fixed --version so it actually shows the version again #75.

4.0.2 - 2022-06-21

Fixed

  • The E6 Module convertion in 4.0 broke version check (--version) making installs failed. PR #74 is a temporaty fix for that.

4.0.1 - 2022-06-17

Fixed

  • Removed the dependecy of route. Using ip route instead and we already have ip as a requirement.

4.0.0 - 2022-04-14

Changed

  • Converting the project to ES6 module. If you run Throttle by command line it will work exactly as before except that we dropped support for NodeJS 10 #67. You can read Sindre Sorhus ESM package guide.

Fixed

  • Updated dev dependencies to latest versions #68

3.1.1 - 2022-04-19

Fixed

  • Updated minimist dependency.

3.1.0 - 2021-12-26

Added

  • Add support for setting packet loss. Add --packetLoss and set the loss in percentage.

3.0.0 - 2021-08-09

Changed

  • When you run on Mac OS we changed so localhost traffic is not throttled by default. To throttle on localhost use --localhost. This makes sence if you use WebDriver to drive your browser on your local machine. And Mac OS now works the same as Linux.

2.1.2 - 2021-07-29

Fixed

  • Fix breakage when multiple default routes are declared , thank you Andy Richardson for PR #62.
Commits

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.

Bumps [minimist](https://github.com/minimistjs/minimist) to 1.2.6 and updates ancestor dependency [@sitespeed.io/throttle](https://github.com/sitespeedio/throttle). These dependencies need to be updated together.


Updates `minimist` from 1.2.5 to 1.2.6
- [Release notes](https://github.com/minimistjs/minimist/releases)
- [Changelog](https://github.com/minimistjs/minimist/blob/main/CHANGELOG.md)
- [Commits](minimistjs/minimist@v1.2.5...v1.2.6)

Updates `@sitespeed.io/throttle` from 2.1.1 to 5.0.0
- [Release notes](https://github.com/sitespeedio/throttle/releases)
- [Changelog](https://github.com/sitespeedio/throttle/blob/main/CHANGELOG.md)
- [Commits](sitespeedio/throttle@v2.1.1...v5.0.0)

---
updated-dependencies:
- dependency-name: minimist
  dependency-type: indirect
- dependency-name: "@sitespeed.io/throttle"
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Mar 6, 2023
@CLAassistant
Copy link

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

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