Skip to content

Commit 795d6b9

Browse files
github-actions[bot]web-flowrugpanov
authored
Release: v2.12.2 (#1990)
## Release: v2.12.2 Patch release — dependency/security maintenance and internal test/tooling upgrades. No user-facing feature changes. ### User-relevant changes (bundled runtime dependencies) - Bump bcryptjs 2.4.3 → 3.0.3 (#1960) - Bump markdown-it 12.3.2 → 14.2.0 (#1951) - Bump shell-quote 1.8.1 → 1.8.4 (#1952) - Upgrade @vscode/extension-telemetry 0.9.9 → 1.5.2 (#1967) ### Not in the changelog (internal only) Dev/CI-only tooling upgrades (TypeScript 6, WebdriverIO v9, mocha 11, nyc, @typescript-eslint v8, @vscode/test-electron, fake-timers, glob, mock-require types, eslint-plugin-local-rules), e2e test flakiness fixes, and a CONTRIBUTING.md guide. These do not ship in the VSIX / are invisible to users. Bundled Databricks CLI version unchanged (1.2.0). --- Release tracked in DECO-27584. --------- Co-authored-by: releasebot <noreply@github.com> Co-authored-by: @rugpanov <gripanov@gmail.com>
1 parent 707899e commit 795d6b9

6 files changed

Lines changed: 157 additions & 140 deletions

File tree

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.12.1",
3+
"version": "2.12.2",
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.12.2
2+
3+
## packages/databricks-vscode-types
4+
5+
## (2026-07-08)
6+
17
# Release: v2.12.1
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.12.1",
3+
"version": "2.12.2",
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: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
# Release: v2.12.2
2+
3+
## packages/databricks-vscode
4+
5+
## (2026-07-08)
6+
7+
- Bump bcryptjs from 2.4.3 to 3.0.3 (#1960) ([e585b10](https://github.com/databricks/databricks-vscode/commit/e585b10))
8+
- Bump markdown-it from 12.3.2 to 14.2.0 (#1951) ([1622807](https://github.com/databricks/databricks-vscode/commit/1622807))
9+
- Bump shell-quote from 1.8.1 to 1.8.4 (#1952) ([4467305](https://github.com/databricks/databricks-vscode/commit/4467305))
10+
- Upgrade @vscode/extension-telemetry 0.9.9 → 1.5.2 (#1967) ([1fc0f75](https://github.com/databricks/databricks-vscode/commit/1fc0f75))
11+
112
# Release: v2.12.1
213

314
## packages/databricks-vscode

0 commit comments

Comments
 (0)