sqltools-clickhouse-driver
sqltools-clickhouse-driver copied to clipboard
Bump the app-deps group across 1 directory with 10 updates
Bumps the app-deps group with 10 updates in the / directory:
| Package | From | To |
|---|---|---|
| @sqltools/base-driver | 0.1.11 |
0.2.0 |
| @sqltools/types | 0.1.7 |
0.2.0 |
| uuid | 11.0.3 |
11.1.0 |
| @babel/preset-env | 7.26.0 |
7.27.2 |
| @types/node | 22.10.2 |
22.15.17 |
| @vscode/vsce | 3.2.1 |
3.3.2 |
| concurrently | 9.1.1 |
9.1.2 |
| esbuild | 0.24.2 |
0.25.4 |
| ovsx | 0.10.1 |
0.10.2 |
| typescript | 5.7.2 |
5.8.3 |
Updates @sqltools/base-driver from 0.1.11 to 0.2.0
Commits
- See full diff in compare view
Updates @sqltools/types from 0.1.7 to 0.2.0
Commits
0adebf9Update@sqltools/typesto match #1447 (#1471)ec0c498Support connections over SSH (#1447)5dc708fAddsqltools.results.showConsoleOnErrorsetting (#1366)2a42731Add CSV export format options (#1309)3bb336dImprove connection quickpick and status bar item (#1258)791026bFixed broken links to documentation for driver-specific options (#1257)2fe5ea5feat: Add 'none; optoin to not show query results (#1161)0146836Prepare v0.27.0 (#1078)a28a0c2Implement sqltools-driver-credentials authentication provider and leverage it...6bb426dSupport for Interpolated Variables from Connections Config (#1064)- Additional commits viewable in compare view
Updates uuid from 11.0.3 to 11.1.0
Release notes
Sourced from uuid's releases.
v11.1.0
11.1.0 (2025-02-19)
Features
v11.0.5
11.0.5 (2025-01-09)
Bug Fixes
- add TS unit test, pin to [email protected] (#860) (24ac2fd)
v11.0.4
11.0.4 (2025-01-05)
Bug Fixes
Changelog
Sourced from uuid's changelog.
11.1.0 (2025-02-19)
Features
11.0.5 (2025-01-09)
Bug Fixes
- add TS unit test, pin to [email protected] (#860) (24ac2fd)
11.0.4 (2025-01-05)
Bug Fixes
Commits
3d1eba0chore(main): release 11.1.0 (#866)a5231e7feat: update TS types to allowUint8Arraysubtypes forbufferoption (#865)aeabb60docs: docs housecleaning (#864)46ada3cchore(main): release 11.0.5 (#861)24ac2fdfix: add TS unit test, pin to [email protected] (#860)e426aaabuild: usenpm packtarball for local examples and testing instead of .loca...050cd5bchore(main): release 11.0.4 (#842)e0ee900fix: Test for invalid byte array sizes and ranges inv1(),v4(), and `v7(...6e83b3achore: update deps (#848)5f58b43docs: Ensure link to getrandomvalues-not-supported is maintained (#844)- Additional commits viewable in compare view
Updates @babel/preset-env from 7.26.0 to 7.27.2
Release notes
Sourced from @babel/preset-env's releases.
v7.27.2 (2025-05-06)
:bug: Bug Fix
babel-parser
- #17289 fix:
@babel/parser/bin/index.jscontainsnode:protocol require (@liuxingbaoyu)- #17291 fix: Private class method not found when TS and estree (
@liuxingbaoyu)babel-plugin-transform-object-rest-spreadbabel-plugin-transform-modules-commonjs,babel-template
- #17284 fix(babel-template): Properly handle empty string replacements (
@magic-akari):running_woman: Performance
Committers: 5
- Babel Bot (
@babel-bot)- Huáng Jùnliàng (
@JLHwung)- Nicolò Ribaudo (
@nicolo-ribaudo)@liuxingbaoyu@magic-akariv7.27.1 (2025-04-30)
Thanks
@kermanxand@woaitsAryanfor your first PRs!:eyeglasses: Spec Compliance
babel-parserbabel-parser,babel-types:bug: Bug Fix
babel-plugin-proposal-destructuring-private,babel-plugin-proposal-do-expressions,babel-traversebabel-helper-wrap-function,babel-plugin-transform-async-to-generator
- #17251 Fix: propagate argument evaluation errors through async promise chain (
@magic-akari)babel-helper-remap-async-to-generator,babel-plugin-transform-async-to-generatorbabel-helper-fixtures,babel-parserbabel-generator,babel-parserbabel-parserbabel-compat-data,babel-preset-envbabel-traverse
... (truncated)
Changelog
Sourced from @babel/preset-env's changelog.
v7.27.2 (2025-05-06)
:bug: Bug Fix
babel-parser
- #17289 fix:
@babel/parser/bin/index.jscontainsnode:protocol require (@liuxingbaoyu)- #17291 fix: Private class method not found when TS and estree (
@liuxingbaoyu)babel-plugin-transform-object-rest-spreadbabel-plugin-transform-modules-commonjs,babel-template
- #17284 fix(babel-template): Properly handle empty string replacements (
@magic-akari):running_woman: Performance
v7.27.1 (2025-04-30)
:eyeglasses: Spec Compliance
babel-parserbabel-parser,babel-types:bug: Bug Fix
babel-plugin-proposal-destructuring-private,babel-plugin-proposal-do-expressions,babel-traversebabel-helper-wrap-function,babel-plugin-transform-async-to-generator
- #17251 Fix: propagate argument evaluation errors through async promise chain (
@magic-akari)babel-helper-remap-async-to-generator,babel-plugin-transform-async-to-generatorbabel-helper-fixtures,babel-parserbabel-generator,babel-parserbabel-parserbabel-compat-data,babel-preset-envbabel-traverse
- #17156 fix: Objects and arrays with multiple references should not be evaluated (
@liuxingbaoyu)babel-generator:nail_care: Polish
babel-plugin-bugfix-v8-spread-parameters-in-optional-chaining,babel-plugin-proposal-decorators,babel-plugin-transform-arrow-functions,babel-plugin-transform-class-properties,babel-plugin-transform-destructuring,babel-plugin-transform-object-rest-spread,babel-plugin-transform-optional-chaining,babel-plugin-transform-parameters,babel-traverse
- #17221 Reduce generated names size for the 10th-11th (
@nicolo-ribaudo):house: Internal
babel-runtime-corejs2,babel-runtime-corejs3,babel-runtime
... (truncated)
Commits
a8080cdv7.27.2b9c6efbUse.d.tsin import when importing a.d.tsfile (#17288)1e0bdac[Babel 8] Directly export the JSON files from@babel/compat-data(#17267)eebd3a0v7.27.15c5e77cTune plugin compat data (#17256)aca4f01chore: bump compat-data sources (#17253)7264384Update firefox bugfix compat data (#17228)0f95b74ReduceregeneratorRuntimesize (#17213)317e332Enforce node protocol import (#17207)14ef1e9Babel 8 cleanup (#17211)- Additional commits viewable in compare view
Updates @types/node from 22.10.2 to 22.15.17
Commits
- See full diff in compare view
Updates @vscode/vsce from 3.2.1 to 3.3.2
Release notes
Sourced from @vscode/vsce's releases.
v3.3.2
Changes:
- #1126: Bump tar-fs from 2.1.1 to 2.1.2
This list of changes was auto generated.
v3.3.2-0
Changes:
- #1126: Bump tar-fs from 2.1.1 to 2.1.2
This list of changes was auto generated.
v3.3.1
Changes:
- #1124: Add 'copilot-tools' to languageModelTools contributions
This list of changes was auto generated.
v3.3.1-0
Changes:
- #1124: Add 'copilot-tools' to languageModelTools contributions
This list of changes was auto generated.
v3.3.0
Changes:
- #1122: Remove unused 'github-copilot' tag
- #1120: Add tools tag for languageModelTools contribution
- #1116: add VSCE_DEBUG to spit out error
- #1114: Bump serialize-javascript and mocha
This list of changes was auto generated.
v3.2.3-3
... (truncated)
Commits
52c90dcMerge pull request #1126 from microsoft/dependabot/npm_and_yarn/tar-fs-2.1.26104827Bump tar-fs from 2.1.1 to 2.1.23c1b697Merge pull request #1124 from microsoft/isidorn/inc-crickete7919acfix test66ab122Fix languageModelTools contribution tag in TagsProcessoraa0c563Add 'copilot-tools' to languageModelTools contributions7fd6c3eMerge pull request #1122 from microsoft/benibenj/roasted-damselfly6fe5abdand fix languageModelTools203c51acloses microsoft/vscode-vsce#112148fb8b3Merge pull request #1120 from microsoft/benibenj/enchanting-reptile- Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by microsoft1es, a new releaser for @vscode/vsce since your current version.
Updates concurrently from 9.1.1 to 9.1.2
Release notes
Sourced from concurrently's releases.
v9.1.2
What's Changed
- Add ability to have custom logger by
@mwood23in open-cli-tools/concurrently#522New Contributors
@mwood23made their first contribution in open-cli-tools/concurrently#522Full Changelog: https://github.com/open-cli-tools/concurrently/compare/v9.1.1...v9.1.2
Commits
7f3efb29.1.236eccaeAdd ability to have custom logger (#522)- See full diff in compare view
Updates esbuild from 0.24.2 to 0.25.4
Release notes
Sourced from esbuild's releases.
v0.25.4
Add simple support for CORS to esbuild's development server (#4125)
Starting with version 0.25.0, esbuild's development server is no longer configured to serve cross-origin requests. This was a deliberate change to prevent any website you visit from accessing your running esbuild development server. However, this change prevented (by design) certain use cases such as "debugging in production" by having your production website load code from
localhostwhere the esbuild development server is running.To enable this use case, esbuild is adding a feature to allow Cross-Origin Resource Sharing (a.k.a. CORS) for simple requests. Specifically, passing your origin to the new
corsoption will now set theAccess-Control-Allow-Originresponse header when the request has a matchingOriginheader. Note that this currently only works for requests that don't send a preflightOPTIONSrequest, as esbuild's development server doesn't currently supportOPTIONSrequests.Some examples:
CLI:
esbuild --servedir=. --cors-origin=https://example.comJS:
const ctx = await esbuild.context({}) await ctx.serve({ servedir: '.', cors: { origin: 'https://example.com', }, })Go:
ctx, _ := api.Context(api.BuildOptions{}) ctx.Serve(api.ServeOptions{ Servedir: ".", CORS: api.CORSOptions{ Origin: []string{"https://example.com"}, }, })The special origin
*can be used to allow any origin to access esbuild's development server. Note that this means any website you visit will be able to read everything served by esbuild.Pass through invalid URLs in source maps unmodified (#4169)
This fixes a regression in version 0.25.0 where
sourcesin source maps that form invalid URLs were not being passed through to the output. Version 0.25.0 changed the interpretation ofsourcesfrom file paths to URLs, which means that URL parsing can now fail. Previously URLs that couldn't be parsed were replaced with the empty string. With this release, invalid URLs insourcesshould now be passed through unmodified.Handle exports named
__proto__in ES modules (#4162, #4163)In JavaScript, the special property name
__proto__sets the prototype when used inside an object literal. Previously esbuild's ESM-to-CommonJS conversion didn't special-case the property name of exports named__proto__so the exported getter accidentally became the prototype of the object literal. It's unclear what this affects, if anything, but it's better practice to avoid this by using a computed property name in this case.This fix was contributed by
@magic-akari.
... (truncated)
Changelog
Sourced from esbuild's changelog.
Changelog: 2024
This changelog documents all esbuild versions published in the year 2024 (versions 0.19.12 through 0.24.2).
Commits
218d29epublish 0.25.4 to npme66cd0bdev server: simple support for CORS requests (#4171)8bf3368js api: validate some options as arrays of strings1e7375ajs api: simplify comma-separated array validation5f5964drelease notes for #4163adb5284fix: handle__proto__as a computed property in exports and add tests for s...0aa9f7bfix #4169: keep invalid source map URLs unmodified5959289add additional guards for #4114 when using:is()677910bpublish 0.25.3 to npma41040efix #4110: support custom non-IPhostvalues- Additional commits viewable in compare view
Updates ovsx from 0.10.1 to 0.10.2
Changelog
Sourced from ovsx's changelog.
v0.10.2 (Apr. 2025)
Dependencies
- Upgrade
tar-fsfrom2.1.1to2.1.2(#1163)
Commits
- See full diff in compare view
Updates typescript from 5.7.2 to 5.8.3
Release notes
Sourced from typescript's releases.
TypeScript 5.8.3
For release notes, check out the release announcement.
- fixed issues query for Typescript 5.8.0 (Beta).
- fixed issues query for Typescript 5.8.1 (RC).
- fixed issues query for Typescript 5.8.2 (Stable).
- fixed issues query for Typescript 5.8.3 (Stable).
Downloads are available on:
TypeScript 5.8
For release notes, check out the release announcement.
- fixed issues query for Typescript 5.8.0 (Beta).
- fixed issues query for Typescript 5.8.1 (RC).
- fixed issues query for Typescript 5.8.2 (Stable).
Downloads are available on:
TypeScript 5.8 RC
For release notes, check out the release announcement.
Downloads are available on:
TypeScript 5.8 Beta
For release notes, check out the release announcement.
Downloads are available on:
TypeScript 5.7.3
For release notes, check out the release announcement.
- fixed issues query for Typescript 5.7.0 (Beta).
- fixed issues query for Typescript 5.7.1 (RC).
- fixed issues query for Typescript 5.7.2 (Stable).
- fixed issues query for Typescript 5.7.3 (Stable).
Downloads are available on npm
Commits
83dc0bbConvert release publishing inputs into parameters (#61523)ba663f6Exclude completions of binding pattern variable initializers (#52723)7205edaBump github/codeql-action from 3.28.12 to 3.28.13 in the github-actions group...89c572cFixed a symbol display crash on expando members write locations (#55478)7b26d2eFix incorrect name in new release pipeline (#61514)c7a559eAdd new release publisher yaml (#61491)29e6d66Fixlib.includes('dom')check incontainerSeemsToBeEmptyDomElement(#61481)19b7772Bump the github-actions group with 4 updates (#61474)4dc677bFix errors on type assertions in erasableSyntaxOnly (#61452)ee3dd72fix(60908): Unexpected "'Type' is declared but its value is never read." erro...- Additional commits viewable in compare view
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions