From 4820b91da42ebf74aa0a45fdc58b1b5aef1ab120 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Feb 2026 03:18:18 +0000 Subject: [PATCH] build(deps): bump minimatch Bumps and [minimatch](https://github.com/isaacs/minimatch). These dependencies needed to be updated together. Updates `minimatch` from 9.0.5 to 9.0.7 - [Changelog](https://github.com/isaacs/minimatch/blob/main/changelog.md) - [Commits](https://github.com/isaacs/minimatch/compare/v9.0.5...v9.0.7) Updates `minimatch` from 3.1.2 to 3.1.4 - [Changelog](https://github.com/isaacs/minimatch/blob/main/changelog.md) - [Commits](https://github.com/isaacs/minimatch/compare/v9.0.5...v9.0.7) --- updated-dependencies: - dependency-name: minimatch dependency-version: 9.0.7 dependency-type: indirect - dependency-name: minimatch dependency-version: 3.1.4 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- .../{{.project_name}}/package-lock.json | 89 +++++++++++++------ 1 file changed, 61 insertions(+), 28 deletions(-) diff --git a/experimental/aitools/templates/appkit/template/{{.project_name}}/package-lock.json b/experimental/aitools/templates/appkit/template/{{.project_name}}/package-lock.json index bdf852b3ed..b40c974396 100644 --- a/experimental/aitools/templates/appkit/template/{{.project_name}}/package-lock.json +++ b/experimental/aitools/templates/appkit/template/{{.project_name}}/package-lock.json @@ -9,8 +9,8 @@ "version": "1.0.0", "license": "Unlicensed", "dependencies": { - "@databricks/appkit": "^0.0.2", - "@databricks/appkit-ui": "^0.0.2", + "@databricks/appkit": "^0.1.4", + "@databricks/appkit-ui": "^0.1.4", "@databricks/sdk-experimental": "^0.14.2", "@radix-ui/react-accordion": "^1.2.12", "@radix-ui/react-alert-dialog": "^1.1.15", @@ -559,9 +559,9 @@ } }, "node_modules/@databricks/appkit": { - "version": "0.0.2", - "resolved": "https://registry.npmjs.org/@databricks/appkit/-/appkit-0.0.2.tgz", - "integrity": "sha512-BMMeaA0vR2aLXcDAytUKK7rreCQzVM9HFD3bkMBCwqjuxR2kbRJzFSBNk24AhzQp/aYVQvE8KRY2n0Zc6dEfgg==", + "version": "0.1.5", + "resolved": "https://registry.npmjs.org/@databricks/appkit/-/appkit-0.1.5.tgz", + "integrity": "sha512-sEWixtndS53dWrpuZ99erAQag1e6mC23pcknKDDjSVxoJiKZdHIy/Xeg3zFtYUv057hKa98iMdB1w9JyJh70OQ==", "hasInstallScript": true, "dependencies": { "@databricks/sdk-experimental": "^0.15.0", @@ -579,22 +579,24 @@ "@opentelemetry/sdk-metrics": "^2.2.0", "@opentelemetry/sdk-node": "^0.208.0", "@opentelemetry/semantic-conventions": "^1.38.0", + "@types/semver": "^7.7.1", "dotenv": "^16.6.1", "express": "^4.22.0", "pg": "^8.16.3", + "semver": "^7.7.3", "vite": "npm:rolldown-vite@7.1.14", "ws": "^8.18.3", "zod-to-ts": "^2.0.0" }, "bin": { - "appkit-generate-types": "bin/generate-types.ts", + "appkit-generate-types": "bin/generate-types.js", "appkit-setup": "bin/setup-claude.js" } }, "node_modules/@databricks/appkit-ui": { - "version": "0.0.2", - "resolved": "https://registry.npmjs.org/@databricks/appkit-ui/-/appkit-ui-0.0.2.tgz", - "integrity": "sha512-df1itgJE2t1MGidHwcVvDBcdkw7EBS4yr8d7ZaeDT1Y6E3GbWikr/bTaC5epyqA9SaM76Lvwc2SVMlSfxtkCbA==", + "version": "0.1.5", + "resolved": "https://registry.npmjs.org/@databricks/appkit-ui/-/appkit-ui-0.1.5.tgz", + "integrity": "sha512-lL8D5iR6rpZtFJuG3zFj/Rzu0NG4UezwWXsiijvUN/w4SjDnXYmVnTLfm+pGq//VCiyRstjiWEX6FkuVNa9NmQ==", "hasInstallScript": true, "dependencies": { "@hookform/resolvers": "^5.2.2", @@ -6149,6 +6151,12 @@ "@types/react": "^19.2.0" } }, + "node_modules/@types/semver": { + "version": "7.7.1", + "resolved": "https://registry.npmjs.org/@types/semver/-/semver-7.7.1.tgz", + "integrity": "sha512-FmgJfu+MOcQ370SD0ev7EI8TlCAfKYU+B4m5T3yXc1CiRN94g/SZPtsCkk506aUDtlMnFZvasDwHHUcZUEaYuA==", + "license": "MIT" + }, "node_modules/@types/send": { "version": "1.2.1", "resolved": "https://registry.npmjs.org/@types/send/-/send-1.2.1.tgz", @@ -6386,24 +6394,37 @@ "typescript": ">=4.8.4 <6.0.0" } }, + "node_modules/@typescript-eslint/typescript-estree/node_modules/balanced-match": { + "version": "4.0.4", + "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-4.0.4.tgz", + "integrity": "sha512-BLrgEcRTwX2o6gGxGOCNyMvGSp35YofuYzw9h1IMTRmKqttAZZVU67bdb9Pr2vUHA8+j3i2tJfjO6C6+4myGTA==", + "dev": true, + "license": "MIT", + "engines": { + "node": "18 || 20 || >=22" + } + }, "node_modules/@typescript-eslint/typescript-estree/node_modules/brace-expansion": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.2.tgz", - "integrity": "sha512-Jt0vHyM+jmUBqojB7E1NIYadt0vI0Qxjxd2TErW94wDz+E2LAm5vKMXXwg6ZZBTHPuUlDgQHKXvjGBdfcF1ZDQ==", + "version": "5.0.3", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-5.0.3.tgz", + "integrity": "sha512-fy6KJm2RawA5RcHkLa1z/ScpBeA762UF9KmZQxwIbDtRJrgLzM10depAiEQ+CXYcoiqW1/m96OAAoke2nE9EeA==", "dev": true, "license": "MIT", "dependencies": { - "balanced-match": "^1.0.0" + "balanced-match": "^4.0.2" + }, + "engines": { + "node": "18 || 20 || >=22" } }, "node_modules/@typescript-eslint/typescript-estree/node_modules/minimatch": { - "version": "9.0.5", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz", - "integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==", + "version": "9.0.7", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.7.tgz", + "integrity": "sha512-MOwgjc8tfrpn5QQEvjijjmDVtMw2oL88ugTevzxQnzRLm6l3fVEF2gzU0kYeYYKD8C66+IdGX6peJ4MyUlUnPg==", "dev": true, "license": "ISC", "dependencies": { - "brace-expansion": "^2.0.1" + "brace-expansion": "^5.0.2" }, "engines": { "node": ">=16 || 14 >=14.17" @@ -9004,22 +9025,34 @@ "node": ">=10.13.0" } }, + "node_modules/glob/node_modules/balanced-match": { + "version": "4.0.4", + "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-4.0.4.tgz", + "integrity": "sha512-BLrgEcRTwX2o6gGxGOCNyMvGSp35YofuYzw9h1IMTRmKqttAZZVU67bdb9Pr2vUHA8+j3i2tJfjO6C6+4myGTA==", + "license": "MIT", + "engines": { + "node": "18 || 20 || >=22" + } + }, "node_modules/glob/node_modules/brace-expansion": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.2.tgz", - "integrity": "sha512-Jt0vHyM+jmUBqojB7E1NIYadt0vI0Qxjxd2TErW94wDz+E2LAm5vKMXXwg6ZZBTHPuUlDgQHKXvjGBdfcF1ZDQ==", + "version": "5.0.3", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-5.0.3.tgz", + "integrity": "sha512-fy6KJm2RawA5RcHkLa1z/ScpBeA762UF9KmZQxwIbDtRJrgLzM10depAiEQ+CXYcoiqW1/m96OAAoke2nE9EeA==", "license": "MIT", "dependencies": { - "balanced-match": "^1.0.0" + "balanced-match": "^4.0.2" + }, + "engines": { + "node": "18 || 20 || >=22" } }, "node_modules/glob/node_modules/minimatch": { - "version": "9.0.5", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz", - "integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==", + "version": "9.0.7", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.7.tgz", + "integrity": "sha512-MOwgjc8tfrpn5QQEvjijjmDVtMw2oL88ugTevzxQnzRLm6l3fVEF2gzU0kYeYYKD8C66+IdGX6peJ4MyUlUnPg==", "license": "ISC", "dependencies": { - "brace-expansion": "^2.0.1" + "brace-expansion": "^5.0.2" }, "engines": { "node": ">=16 || 14 >=14.17" @@ -10382,9 +10415,9 @@ } }, "node_modules/minimatch": { - "version": "3.1.2", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz", - "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==", + "version": "3.1.4", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.4.tgz", + "integrity": "sha512-twmL+S8+7yIsE9wsqgzU3E8/LumN3M3QELrBZ20OdmQ9jB2JvW5oZtBEmft84k/Gs5CG9mqtWc6Y9vW+JEzGxw==", "license": "ISC", "dependencies": { "brace-expansion": "^1.1.7"