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 tough-cookie and @codahq/packs-sdk #24

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

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Jul 9, 2023

Removes tough-cookie. It's no longer used after updating ancestor dependency @codahq/packs-sdk. These dependencies need to be updated together.

Removes tough-cookie

Updates @codahq/packs-sdk from 1.2.0 to 1.4.1

Release notes

Sourced from @​codahq/packs-sdk's releases.

Release 1.4.1

Added

  • Added AuthenticationType.MultiHeaderToken, allowing you to specify multiple headers to include in each request. Previously, if the API you were using required multiple headers, you would need to use AuthenticationType.Custom.

Release 1.4.0

Added

  • Added the command coda extensions to the CLI for installing developer extensions that help with building Packs. Currently it only supports Visual Studio Code (coda extensions vscode), creating a code snippets file which provides the same slash commands as the Pack Studio.

Changed

  • Using the empty string as a tokenPrefix with OAuth2 authentication will result in no prefix being used in the Authentication header. Previously, the empty string would be treated the same as undefined which would lead to the default prefix of Bearer being used. Note that this change took effect for live packs on April 28, 2023 independently of the SDK version; in this SDK version the behavior changed only here in the CLI execution simulator (the coda execute command).
  • Breaking Change Removed the "autocomplete" property from EmailSchema. It wasn't useful in practice and we want to free up the name "autocomplete" on BaseSchema for better purposes.

Release 1.3.4

Fixed

  • Fixed an issue with placeholder property being stripped out of the PropertyIdentifierDetails schema.

Release 1.3.3

Changed

  • Switched the node package manager from yarn to pnpm. This only affects developers contributing changes to the packs-sdk repo.
  • Added optional placeholder property to PropertyIdentifierDetails definition as a default value for Pack card titles, subtitles, and snippets when value is empty.

Fixed

  • Fixed an issue where the fetcher was converting XML responses to JSON even when setting isBinaryResponse: true.
  • Fixed an issue where the authentication type AWSAccessKey wasn't generating correct signatures when used locally.

Release 1.3.0

Added

  • Added an --apiToken argument to the clone, create, link, release, and upload CLI commands. This makes it easier to use the CLI in a CI/CD environment where the API token is passed as an environment variable (GitHub Actions, etc).

Changed

  • Updated PrecannedDateRange to match the date range picker in the Coda UI: added Last90Days, Last180Days, Last365Days, Next90Days, Next180Days, Next365Days, Last7AndNext7Days, Last30AndNext30Days, deprecated Last3Months, Last6Months, Next3Months, and Next6Months, and removed ThisWeekStart, ThisMonthStart, and ThisYearStart, which never actually worked.

Fixed

  • Fixed an issue where coda execute ... --vm=false wasn't compatible with Node version 19+ (Cannot set property crypto of #<Object> which has only a getter).

Release 1.2.3

[1.2.3] - 2022-12-13

Added

  • Added a new formula parameter type Markdown as an alternative to HTML for formatted text.

... (truncated)

Changelog

Sourced from @​codahq/packs-sdk's changelog.

[1.4.1] - 2023-06-23

Added

  • Added AuthenticationType.MultiHeaderToken, allowing you to specify multiple headers to include in each request. Previously, if the API you were using required multiple headers, you would need to use AuthenticationType.Custom.

[1.4.0] - 2023-06-12

Added

  • Added the command coda extensions to the CLI for installing developer extensions that help with building Packs. Currently it only supports Visual Studio Code (coda extensions vscode), creating a code snippets file which provides the same slash commands as the Pack Studio.
  • Added support for specifying an API key using CODA_PACKS_API_KEY environment variable

Changed

  • Using the empty string as a tokenPrefix with OAuth2 authentication will result in no prefix being used in the Authentication header. Previously, the empty string would be treated the same as undefined which would lead to the default prefix of Bearer being used. Note that this change took effect for live packs on April 28, 2023 independently of the SDK version; in this SDK version the behavior changed only here in the CLI execution simulator (the coda execute command).
  • Breaking Change Removed the "autocomplete" property from EmailSchema. It wasn't useful in practice and we want to free up the name "autocomplete" on BaseSchema for better purposes.

[1.3.4] - 2023-04-17

Fixed

  • Fixed an issue with placeholder property being stripped out of the PropertyIdentifierDetails schema.

[1.3.3] - 2023-04-12

Added

  • Added the optional function searchDynamicUrls to dynamic sync tables. If defined, a search box will presented to users to allow them to search through all available datasets. It works just like listDynmaicUrls, only the 2nd parameter is the search query.

Changed

  • Switched the node package manager from yarn to pnpm. This only affects developers contributing changes to the packs-sdk repo.
  • Added optional placeholder property to PropertyIdentifierDetails definition as a default value for Pack card titles, subtitles, and snippets when value is empty.

Fixed

  • Fixed an issue where the fetcher was converting XML responses to JSON even when setting isBinaryResponse: true.
  • Fixed an issue where the authentication type AWSAccessKey wasn't generating correct signatures when used locally.

[1.3.0] - 2023-03-02

Added

  • Added an --apiToken argument to the clone, create, link, release, and upload CLI commands. This makes it easier to use the CLI in a CI/CD environment where the API token is passed as an environment variable (GitHub Actions, etc).

Changed

  • Updated PrecannedDateRange to match the date range picker in the Coda UI: added Last90Days, Last180Days, Last365Days, Next90Days, Next180Days, Next365Days, Last7AndNext7Days, Last30AndNext30Days, deprecated Last3Months, Last6Months, Next3Months, and Next6Months, and removed ThisWeekStart, ThisMonthStart, and ThisYearStart, which never actually worked.

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by dweitzman-codaio, a new releaser for @​codahq/packs-sdk 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.

Removes [tough-cookie](https://github.com/salesforce/tough-cookie). It's no longer used after updating ancestor dependency [@codahq/packs-sdk](https://github.com/coda/packs-sdk). These dependencies need to be updated together.


Removes `tough-cookie`

Updates `@codahq/packs-sdk` from 1.2.0 to 1.4.1
- [Release notes](https://github.com/coda/packs-sdk/releases)
- [Changelog](https://github.com/coda/packs-sdk/blob/main/CHANGELOG.md)
- [Commits](coda/packs-sdk@v1.2.0...v1.4.1)

---
updated-dependencies:
- dependency-name: tough-cookie
  dependency-type: indirect
- dependency-name: "@codahq/packs-sdk"
  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 Jul 9, 2023
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.

0 participants