rosshamish / kuskus

The extension pack so nice they named it twice
https://marketplace.visualstudio.com/items?itemName=rosshamish.kuskus-extensions-pack
44 stars 10 forks source link

build(deps): bump tough-cookie and azure-kusto-data in /kusto-language-server #107

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

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

Removes tough-cookie

Updates azure-kusto-data from 0.2.5 to 5.1.0

Release notes

Sourced from azure-kusto-data's releases.

v5.1.0

Added

  • Streaming from blob url is now supported (in ManagedStreamingIngest too)

Fixed

  • More robust handling of errors in queued ingestion (resource manager improvements)
  • Fixed exports using the wrong types

v5.0.4

Fixed

  • IgnoreFirstRecord ingestion option is now supported
  • Edge case in getting the username on azure functions environments is now handled by @​Apokalypt

v5.0.3

Added

  • ConnectionStringBuilder now accepts certificate path
  • ConnectionStringBuilder now accepts a TokenCredential

Fixed

  • Fixed parsing of certain commands

v5.0.2

Added

  • Internal devops improvements

Fixed

  • Remove authorization header from errors
  • Escape non-ascii headers to align with the service

v5.0.1

  • Fixed issue with metadata endpoint in browsers by @​sagivf

v5.0.0

What's Changed

  • Browser compatible package
    • The SDK now support being ran in a browser
    • See README.md for details
  • [BREAKING] - removed moment.js from project and fixed timespan parsing:
    • By default, Timespan will now be parsed into a number of milliseconds by default, matching Date substraction
    • By default, Datetime fields will now be parsed into a native Date object
    • To change the default, use KustoResultTable.timeSpanParser and KustoResultTable.dateTimeParser
  • Added Security.MD
  • Minor fixes

Full Changelog: https://github.com/Azure/azure-kusto-node/compare/v4.0.5...v5.0.0

V4.0.5 - upgrade MSAL

  • Upgrade MSAL dependency

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by boshalom, a new releaser for azure-kusto-data 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) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/rosshamish/kuskus/network/alerts).