Skip to content

Commit dc2065b

Browse files
github-actions[bot]web-flowilia-db
authored
Release: v2.9.3 (#1665)
## packages/databricks-vscode ## (2025-04-23) * Add waiters for get methods as a extension (#1648) ([4267864](4267864)), closes [#1648](#1648) * Update Databricks CLI to v0.248.0 (#1657) ([7cb80c7](7cb80c7)), closes [#1657](#1657) ## packages/databricks-vscode-types ## (2025-04-23) --------- Co-authored-by: releasebot <[email protected]> Co-authored-by: Ilia Babanov <[email protected]>
1 parent 7cb80c7 commit dc2065b

File tree

6 files changed

+21
-6
lines changed

6 files changed

+21
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@databricks/databricks-vscode",
3-
"version": "2.9.2",
3+
"version": "2.9.3",
44
"private": true,
55
"workspaces": [
66
"packages/*"

packages/databricks-vscode-types/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# Release: v2.9.3
2+
3+
## packages/databricks-vscode-types
4+
5+
## (2025-04-23)
6+
17
# Release: v2.9.2
28

39
## packages/databricks-vscode-types

packages/databricks-vscode-types/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@databricks/databricks-vscode-types",
3-
"version": "2.9.2",
3+
"version": "2.9.3",
44
"description": "Package with types and interfaces to develop extensions to the Databricks VSCode plugin",
55
"main": "index.js",
66
"types": "index.d.ts",

packages/databricks-vscode/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
# Release: v2.9.3
2+
3+
## packages/databricks-vscode
4+
5+
## (2025-04-23)
6+
7+
- Update JS SDK
8+
- Update Databricks CLI to v0.248.0
9+
110
# Release: v2.9.2
211

312
## packages/databricks-vscode

packages/databricks-vscode/NOTICE.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ This Software contains code from the following open source projects:
2929
| [@nevware21/ts-utils](https://www.npmjs.com/package/@nevware21/ts-utils) | 0.9.5 | MIT | https://github.com/nevware21/ts-utils.git |
3030
| [@types/ini](https://www.npmjs.com/package/@types/ini) | 4.1.1 | MIT | https://github.com/DefinitelyTyped/DefinitelyTyped.git |
3131
| [@types/lodash](https://www.npmjs.com/package/@types/lodash) | 4.14.202 | MIT | https://github.com/DefinitelyTyped/DefinitelyTyped.git |
32-
| [@types/node](https://www.npmjs.com/package/@types/node) | 18.19.80 | MIT | https://github.com/DefinitelyTyped/DefinitelyTyped.git |
33-
| [@types/semver](https://www.npmjs.com/package/@types/semver) | 7.5.8 | MIT | https://github.com/DefinitelyTyped/DefinitelyTyped.git |
32+
| [@types/node](https://www.npmjs.com/package/@types/node) | 18.19.86 | MIT | https://github.com/DefinitelyTyped/DefinitelyTyped.git |
33+
| [@types/semver](https://www.npmjs.com/package/@types/semver) | 7.7.0 | MIT | https://github.com/DefinitelyTyped/DefinitelyTyped.git |
3434
| [@types/shell-quote](https://www.npmjs.com/package/@types/shell-quote) | 1.7.5 | MIT | https://github.com/DefinitelyTyped/DefinitelyTyped.git |
3535
| [@types/triple-beam](https://www.npmjs.com/package/@types/triple-beam) | 1.3.2 | MIT | https://github.com/DefinitelyTyped/DefinitelyTyped.git |
3636
| [@vscode/debugadapter](https://www.npmjs.com/package/@vscode/debugadapter) | 1.64.0 | MIT | https://github.com/microsoft/vscode-debugadapter-node.git |
@@ -44,7 +44,7 @@ This Software contains code from the following open source projects:
4444
| [balanced-match](https://www.npmjs.com/package/balanced-match) | 1.0.2 | MIT | git://github.com/juliangruber/balanced-match.git |
4545
| [base64-js](https://www.npmjs.com/package/base64-js) | 1.5.1 | MIT | git://github.com/beatgammit/base64-js.git |
4646
| [bcryptjs](https://www.npmjs.com/package/bcryptjs) | 2.4.3 | MIT | https://github.com/dcodeIO/bcrypt.js.git |
47-
| [bignumber.js](https://www.npmjs.com/package/bignumber.js) | 9.1.2 | MIT | https://github.com/MikeMcl/bignumber.js.git |
47+
| [bignumber.js](https://www.npmjs.com/package/bignumber.js) | 9.2.0 | MIT | https://github.com/MikeMcl/bignumber.js.git |
4848
| [brace-expansion](https://www.npmjs.com/package/brace-expansion) | 2.0.1 | MIT | git://github.com/juliangruber/brace-expansion.git |
4949
| [buffer-equal-constant-time](https://www.npmjs.com/package/buffer-equal-constant-time) | 1.0.1 | BSD-3-Clause | [email protected]:goinstant/buffer-equal-constant-time.git |
5050
| [color-convert](https://www.npmjs.com/package/color-convert) | 1.9.3 | MIT | Qix-/color-convert |

packages/databricks-vscode/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "IDE support for Databricks",
55
"publisher": "databricks",
66
"license": "LicenseRef-LICENSE",
7-
"version": "2.9.2",
7+
"version": "2.9.3",
88
"engines": {
99
"vscode": "^1.86.0"
1010
},

0 commit comments

Comments
 (0)