Skip to content

Commit 5c6a4af

Browse files
Bump @types/uuid from 8.3.4 to 9.0.0 in /packages/databricks-sdk-js (#263)
Bumps [@types/uuid](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/uuid) from 8.3.4 to 9.0.0. <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/uuid">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@types/uuid&package-manager=npm_and_yarn&previous-version=8.3.4&new-version=9.0.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-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 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) </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d8ecb0a commit 5c6a4af

File tree

6 files changed

+242
-291
lines changed

6 files changed

+242
-291
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,13 @@
3131
"homepage": "https://github.com/databricks/databricks-vscode#readme",
3232
"packageManager": "[email protected]",
3333
"devDependencies": {
34-
"@typescript-eslint/eslint-plugin": "^5.42.0",
35-
"@typescript-eslint/parser": "^5.42.0",
34+
"@typescript-eslint/eslint-plugin": "^5.45.0",
35+
"@typescript-eslint/parser": "^5.45.0",
3636
"conventional-changelog-cli": "^2.2.2",
37-
"eslint": "^8.26.0",
37+
"eslint": "^8.28.0",
3838
"eslint-config-prettier": "^8.5.0",
3939
"eslint-plugin-no-only-tests": "^3.1.0",
4040
"ts-mockito": "^2.6.1",
41-
"typescript": "^4.8.4"
41+
"typescript": "^4.9.3"
4242
}
4343
}

packages/databricks-sdk-js/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -31,28 +31,28 @@
3131
"dependencies": {
3232
"ini": "^3.0.1",
3333
"inversify": "^6.0.1",
34-
"node-fetch": "^3.2.10",
34+
"node-fetch": "^3.3.0",
3535
"reflect-metadata": "^0.1.13"
3636
},
3737
"devDependencies": {
3838
"@istanbuljs/nyc-config-typescript": "^1.0.2",
3939
"@sinonjs/fake-timers": "^10.0.0",
4040
"@types/ini": "^1.3.31",
41-
"@types/mocha": "^10.0.0",
42-
"@types/node": "^18.11.9",
41+
"@types/mocha": "^10.0.1",
42+
"@types/node": "^18.11.10",
4343
"@types/sinonjs__fake-timers": "^8.1.2",
4444
"@types/tmp": "^0.2.3",
45-
"@types/uuid": "^8.3.4",
46-
"eslint": "^8.26.0",
45+
"@types/uuid": "^9.0.0",
46+
"eslint": "^8.28.0",
4747
"mocha": "^10.1.0",
4848
"nyc": "^15.1.0",
49-
"prettier": "^2.7.1",
49+
"prettier": "^2.8.0",
5050
"tmp-promise": "^3.0.3",
51-
"ts-loader": "^9.4.1",
51+
"ts-loader": "^9.4.2",
5252
"ts-mocha": "^10.0.0",
5353
"ts-mockito": "^2.6.1",
5454
"ts-node": "^10.9.1",
55-
"typescript": "^4.8.4",
55+
"typescript": "^4.9.3",
5656
"uuid": "^9.0.0"
5757
},
5858
"nyc": {

packages/databricks-vscode-types/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@
2424
},
2525
"devDependencies": {
2626
"@types/vscode": "^1.73.0",
27-
"eslint": "^8.27.0",
28-
"prettier": "^2.7.1",
29-
"typescript": "^4.8.4"
27+
"eslint": "^8.28.0",
28+
"prettier": "^2.8.0",
29+
"typescript": "^4.9.3"
3030
},
3131
"dependencies": {
3232
"@databricks/databricks-sdk": "workspace:^"

packages/databricks-vscode/package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -557,7 +557,7 @@
557557
"@databricks/databricks-vscode-types": "workspace:^",
558558
"@types/triple-beam": "^1.3.2",
559559
"@vscode/debugadapter": "^1.58.0",
560-
"@vscode/webview-ui-toolkit": "^1.1.0",
560+
"@vscode/webview-ui-toolkit": "^1.2.0",
561561
"ansi-to-html": "^0.7.2",
562562
"triple-beam": "^1.3.0",
563563
"winston": "^3.8.2"
@@ -567,29 +567,29 @@
567567
"@sinonjs/fake-timers": "^10.0.0",
568568
"@types/fs-extra": "^9.0.13",
569569
"@types/glob": "^8.0.0",
570-
"@types/mocha": "^10.0.0",
570+
"@types/mocha": "^10.0.1",
571571
"@types/mock-require": "^2.0.1",
572-
"@types/node": "^18.11.9",
572+
"@types/node": "^18.11.10",
573573
"@types/sinonjs__fake-timers": "^8.1.2",
574574
"@types/tmp": "^0.2.3",
575575
"@types/vscode": "^1.69.1",
576-
"@types/yargs": "^17.0.14",
577-
"@typescript-eslint/eslint-plugin": "^5.42.0",
578-
"@typescript-eslint/parser": "^5.42.0",
576+
"@types/yargs": "^17.0.15",
577+
"@typescript-eslint/eslint-plugin": "^5.45.0",
578+
"@typescript-eslint/parser": "^5.45.0",
579579
"@vscode/test-electron": "^2.2.0",
580-
"esbuild": "^0.15.13",
581-
"eslint": "^8.26.0",
580+
"esbuild": "^0.15.16",
581+
"eslint": "^8.28.0",
582582
"fs-extra": "^11.1.0",
583583
"glob": "^8.0.3",
584584
"mocha": "^10.1.0",
585585
"mock-require": "^3.0.3",
586586
"nyc": "^15.1.0",
587-
"prettier": "^2.7.1",
587+
"prettier": "^2.8.0",
588588
"tmp-promise": "^3.0.3",
589589
"ts-mockito": "^2.6.1",
590590
"ts-node": "^10.9.1",
591-
"typescript": "^4.8.4",
592-
"vsce": "^2.13.0",
591+
"typescript": "^4.9.3",
592+
"vsce": "^2.14.0",
593593
"vscode-extension-tester": "5.1.x",
594594
"yargs": "^17.6.2"
595595
},

packages/databricks-vscode/src/test/utils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ export async function resolveProviderResult<T>(
1010
return result;
1111
}
1212

13-
if ("then" in result) {
13+
if (Object.prototype.hasOwnProperty.call(result, "then")) {
1414
return await result;
1515
} else {
1616
return result;

0 commit comments

Comments
 (0)