lavolp3 / MMM-AVStock

MagicMirror module for displaying stock price with Alphavantage API
MIT License
38 stars 18 forks source link

Bump tough-cookie and alphavantage #65

Closed dependabot[bot] closed 11 months ago

dependabot[bot] commented 11 months ago

Removes tough-cookie. It's no longer used after updating ancestor dependency alphavantage. These dependencies need to be updated together.

Removes tough-cookie

Updates alphavantage from 1.2.6 to 2.4.1

Release notes

Sourced from alphavantage's releases.

2.4.1

  • Added support for new symbol TIME_SERIES_INTRADAY_EXTENDED
  • Added generic support for new endpoints that return csv
  • Added new util stripEol to strip win and *nix line endings
  • Added new util csvToJSON to convert raw csv into json

2.3.0

Adding new alpha.experimental function to support any API endpoint

2.2.0

Adds support for the new fundamental API

2.1.0

  • Adding forex intraday, daily, monthly, and weekly endpoint support.
  • Adding initial typescript types.
  • Fixing malformed bundle file
  • Removed the data interval parameter for all except intraday
Changelog

Sourced from alphavantage's changelog.

[2.4.1] - 10/15/2022

Changed

  • Updated dist bundle

[2.4.0] - 10/15/2022

Added

  • Added support for new symbol TIME_SERIES_INTRADAY_EXTENDED
  • Added generic support for new endpoints that return csv
  • Added new util stripEol to strip win and *nix line endings
  • Added new util csvToJSON to convert raw csv into json

[2.3.1] - 10/9/2022

Changed

[2.3.0] - 10/23/2021

Fixed

  • Updated dependencies
  • Fixed broken tests

Changed

  • Modified jest config and folder name to follow a more standard configuration

Added

  • Adding new alpha.experimental function to support any API endpoint

[2.2.1] - 10/4/2020

Fixed

  • Updated dependencies

[2.2.0] - 9/3/2020

Added

  • Adding fundamental api support: OVERVIEW, INCOME_STATEMENT, BALANCE_SHEET, and CASH_FLOW

[2.1.0] - 7/26/2020

... (truncated)

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) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/lavolp3/MMM-AVStock/network/alerts).
dependabot[bot] commented 11 months ago

Looks like these dependencies are no longer a dependency, so this is no longer needed.