Skip to content

Commit

Permalink
chore(deps): bump snowflake-sdk and @evidence-dev/snowflake in /sample (
Browse files Browse the repository at this point in the history
#69)

Bumps
[snowflake-sdk](https://github.com/snowflakedb/snowflake-connector-nodejs)
and @evidence-dev/snowflake. These dependencies needed to be updated
together.
Updates `snowflake-sdk` from 1.6.13 to 1.6.23
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/snowflakedb/snowflake-connector-nodejs/releases">snowflake-sdk's
releases</a>.</em></p>
<blockquote>
<h2>Release</h2>
<ul>
<li>Please check our <a
href="https://community.snowflake.com/s/article/Node-js-Driver-Release-Notes">community
page for release notes</a>.</li>
</ul>
<h2>Release</h2>
<ul>
<li>Please check our <a
href="https://community.snowflake.com/s/article/Node-js-Driver-Release-Notes">community
page for release notes</a>.</li>
</ul>
<h2>Release</h2>
<ul>
<li>Please check our <a
href="https://community.snowflake.com/s/article/Node-js-Driver-Release-Notes">community
page for release notes</a>.</li>
</ul>
<h2>Release</h2>
<ul>
<li>Please check our <a
href="https://community.snowflake.com/s/article/Node-js-Driver-Release-Notes">community
page for release notes</a>.</li>
</ul>
<h2>Release</h2>
<ul>
<li>Please check our <a
href="https://community.snowflake.com/s/article/Node-js-Driver-Release-Notes">community
page for release notes</a>.</li>
</ul>
<h2>Release</h2>
<ul>
<li>Please check our <a
href="https://community.snowflake.com/s/article/Node-js-Driver-Release-Notes">community
page for release notes</a>.</li>
</ul>
<h2>Release</h2>
<ul>
<li>Fixed an issue where supplying an incorrect password could cause an
infinite loop when attempting to log into a connection pool.</li>
<li>Added the arrayBindingThreshold connection parameter for array
binding, which directs the Node.js Driver to write an array to a file
and upload it to the server when the number of binds exceeds the
threshold.</li>
</ul>
<h2>Release</h2>
<ul>
<li>Added a noProxy configuration parameter to support bypassing the
proxy server when needed.</li>
<li>Updated the moment library to version 2.29.4.</li>
</ul>
<h2>Release</h2>
<p>Updates:</p>
<ul>
<li>Removed the requirement to provide the original SQL query in
addition to the requestId when resubmitting requests.</li>
<li>Updated mocha to version 10.1.0.</li>
</ul>
<h2>Release</h2>
<ul>
<li>Added support for array binding.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/snowflakedb/snowflake-connector-nodejs/commit/9879949a4d9c089afbe1b2c06bae922152e9ab7f"><code>9879949</code></a>
SNOW-358605: Let heartbeatAsync return the same result as with select 1
(<a
href="https://redirect.github.com/snowflakedb/snowflake-connector-nodejs/issues/535">#535</a>)</li>
<li><a
href="https://github.com/snowflakedb/snowflake-connector-nodejs/commit/40ef145b21e7b3a088e169d046533d52ea464c02"><code>40ef145</code></a>
SNOW-837553_nodejs_version_bump (<a
href="https://redirect.github.com/snowflakedb/snowflake-connector-nodejs/issues/530">#530</a>)</li>
<li><a
href="https://github.com/snowflakedb/snowflake-connector-nodejs/commit/c8427abcf57f983ef0e0405c8da2ba2d15dda81c"><code>c8427ab</code></a>
Add backpressure functionality to row stream (<a
href="https://redirect.github.com/snowflakedb/snowflake-connector-nodejs/issues/505">#505</a>)</li>
<li><a
href="https://github.com/snowflakedb/snowflake-connector-nodejs/commit/33214d208d9be9a6c4a175f57ecf14711f49e5e3"><code>33214d2</code></a>
Fix multi-file download (<a
href="https://redirect.github.com/snowflakedb/snowflake-connector-nodejs/issues/521">#521</a>)</li>
<li><a
href="https://github.com/snowflakedb/snowflake-connector-nodejs/commit/1fc9441cd3ccb8b71e1d9724a19b29d8bea11fb6"><code>1fc9441</code></a>
Add to error message that fetchAsString accepts Buffer. (<a
href="https://redirect.github.com/snowflakedb/snowflake-connector-nodejs/issues/526">#526</a>)</li>
<li><a
href="https://github.com/snowflakedb/snowflake-connector-nodejs/commit/2bd580e20105d21462b45d36978f5df0610130a7"><code>2bd580e</code></a>
SNOW-358605: Make isValidAsync always resolve (<a
href="https://redirect.github.com/snowflakedb/snowflake-connector-nodejs/issues/525">#525</a>)</li>
<li><a
href="https://github.com/snowflakedb/snowflake-connector-nodejs/commit/58cbbfea23f5839577d28ae825f120edcbcb1ed2"><code>58cbbfe</code></a>
SNOW-358605: Add isValidAsync to connection (<a
href="https://redirect.github.com/snowflakedb/snowflake-connector-nodejs/issues/523">#523</a>)</li>
<li><a
href="https://github.com/snowflakedb/snowflake-connector-nodejs/commit/de7c9868743a1d2b761eef89525f7950dfb59a8b"><code>de7c986</code></a>
SNOW-831628: Ensure all authenticate methods are thenable (<a
href="https://redirect.github.com/snowflakedb/snowflake-connector-nodejs/issues/522">#522</a>)</li>
<li><a
href="https://github.com/snowflakedb/snowflake-connector-nodejs/commit/f47a425e52aa728d8bf3aaae2a89bc4e311f2ca5"><code>f47a425</code></a>
SNOW-829489: Fix CLA Bot (<a
href="https://redirect.github.com/snowflakedb/snowflake-connector-nodejs/issues/511">#511</a>)</li>
<li><a
href="https://github.com/snowflakedb/snowflake-connector-nodejs/commit/03ac5f33d8a8413ebbfc21722054a49a304cef01"><code>03ac5f3</code></a>
SNOW-830232: Fix regression tests (<a
href="https://redirect.github.com/snowflakedb/snowflake-connector-nodejs/issues/509">#509</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/snowflakedb/snowflake-connector-nodejs/compare/v1.6.13...v1.6.23">compare
view</a></li>
</ul>
</details>
<br />

Updates `@evidence-dev/snowflake` from 0.3.1 to 0.3.2


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-automerge-start)
Dependabot will merge this PR once it's up-to-date and CI passes on it,
as requested by @edgarrmondragon.

[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

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 show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@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/MeltanoLabs/evidence-ext/network/alerts).

</details>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 8, 2023
1 parent 0d21e08 commit 9113040
Showing 1 changed file with 387 additions and 1,233 deletions.
Loading

0 comments on commit 9113040

Please sign in to comment.