Closed xgdyp closed 1 year ago
I think we needn't submit the package-lock.json
file, cause it generates automatically when environment dependency install.
@bifenglin package-lock.json
matters. However, I think these automatic PRs created by snyk could be canceled.
There are several questions:
package-lock.json
shouldn't be shown in the repo. bot
account?I have canceled Snyk but it still works. Maybe somewhere wrong or I forgot some setting?
This PR was automatically created by Snyk using the credentials of a real user.
Snyk has created this PR to upgrade @clickhouse/client from 0.0.16 to 0.1.0.
:information_source: Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.- The recommended version is **1 version** ahead of your current version. - The recommended version was released **24 days ago**, on 2023-06-22.
Release notes
Package name: @clickhouse/client
Breaking changes
connect_timeout
client setting is removed, as it was unused in the code.New features
command
method is introduced as an alternative toexec
.command
does not expect user to consume the response stream, and it is destroyed immediately.Essentially, this is a shortcut to
exec
that destroys the stream under the hood.Consider using
command
instead ofexec
for DDLs and other custom commands which do not provide any valuable output.Example:
Bug fixes
insert
that happened due to unclosed stream instance when using low number ofmax_open_connections
. See #161 for more details.Breaking changes
Bug fixes
\N
instead of a'NULL'
string, it is now correctly handled for bothnull
and explicitlyundefined
parameters. See the test scenarios for more details.Commit messages
Package name: @clickhouse/client
**Note:** *You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.* For more information: 🧐 [View latest project report](https://app.snyk.io/org/xgdyp/project/d0fc1b42-4fc7-4a46-a07e-383abc829419?utm_source=github&utm_medium=referral&page=upgrade-pr) 🛠 [Adjust upgrade PR settings](https://app.snyk.io/org/xgdyp/project/d0fc1b42-4fc7-4a46-a07e-383abc829419/settings/integration?utm_source=github&utm_medium=referral&page=upgrade-pr) 🔕 [Ignore this dependency or unsubscribe from future upgrade PRs](https://app.snyk.io/org/xgdyp/project/d0fc1b42-4fc7-4a46-a07e-383abc829419/settings/integration?pkg=@clickhouse/client&utm_source=github&utm_medium=referral&page=upgrade-pr#auto-dep-upgrades)