|
528 | 528 | "command": "codeQL.runQueryContextEditor", |
529 | 529 | "title": "CodeQL: Run Query on Selected Database" |
530 | 530 | }, |
| 531 | + { |
| 532 | + "command": "codeQL.goToFile", |
| 533 | + "title": "CodeQL: Go to File in Selected Database" |
| 534 | + }, |
531 | 535 | { |
532 | 536 | "command": "codeQL.runWarmOverlayBaseCacheForQuery", |
533 | 537 | "title": "CodeQL: Warm Overlay-Base Cache for Query" |
|
1874 | 1878 | "command": "codeQL.gotoQLContextEditor", |
1875 | 1879 | "when": "false" |
1876 | 1880 | }, |
| 1881 | + { |
| 1882 | + "command": "codeQL.goToFile" |
| 1883 | + }, |
1877 | 1884 | { |
1878 | 1885 | "command": "codeQL.trimCache" |
1879 | 1886 | }, |
|
2063 | 2070 | "dependencies": { |
2064 | 2071 | "@floating-ui/react": "^0.27.19", |
2065 | 2072 | "@hpcc-js/wasm-graphviz": "^1.21.1", |
2066 | | - "@octokit/plugin-retry": "^7.2.0", |
| 2073 | + "@octokit/plugin-retry": "^8.1.0", |
2067 | 2074 | "@octokit/plugin-throttling": "^9.6.0", |
2068 | 2075 | "@octokit/rest": "^22.0.1", |
2069 | 2076 | "@vscode-elements/react-elements": "^0.9.0", |
|
2088 | 2095 | "source-map-support": "^0.5.21", |
2089 | 2096 | "stream-json": "^1.9.1", |
2090 | 2097 | "styled-components": "^6.4.1", |
2091 | | - "tmp": "^0.2.5", |
| 2098 | + "tmp": "^0.2.6", |
2092 | 2099 | "tmp-promise": "^3.0.2", |
2093 | 2100 | "tree-kill": "^1.2.2", |
2094 | 2101 | "vscode-extension-telemetry": "^0.1.6", |
|
2098 | 2105 | "zip-a-folder": "^4.0.4" |
2099 | 2106 | }, |
2100 | 2107 | "devDependencies": { |
2101 | | - "@babel/core": "^7.28.3", |
| 2108 | + "@babel/core": "^7.29.0", |
2102 | 2109 | "@babel/plugin-transform-modules-commonjs": "^7.26.3", |
2103 | 2110 | "@babel/preset-env": "^7.29.0", |
2104 | 2111 | "@babel/preset-react": "^7.27.1", |
|
2110 | 2117 | "@jest/environment-jsdom-abstract": "^30.3.0", |
2111 | 2118 | "@microsoft/eslint-formatter-sarif": "^3.1.0", |
2112 | 2119 | "@playwright/test": "^1.59.1", |
2113 | | - "@storybook/addon-a11y": "^10.4.0", |
2114 | | - "@storybook/addon-docs": "^10.4.0", |
2115 | | - "@storybook/addon-links": "^10.4.0", |
| 2120 | + "@storybook/addon-a11y": "^10.4.1", |
| 2121 | + "@storybook/addon-docs": "^10.4.1", |
| 2122 | + "@storybook/addon-links": "^10.4.1", |
2116 | 2123 | "@storybook/csf": "^0.1.13", |
2117 | 2124 | "@storybook/icons": "^2.0.2", |
2118 | | - "@storybook/react": "^10.4.0", |
2119 | | - "@storybook/react-vite": "^10.4.0", |
| 2125 | + "@storybook/react": "^10.4.1", |
| 2126 | + "@storybook/react-vite": "^10.4.1", |
2120 | 2127 | "@testing-library/dom": "^10.4.1", |
2121 | 2128 | "@testing-library/jest-dom": "^6.9.1", |
2122 | 2129 | "@testing-library/react": "^16.3.2", |
|
2176 | 2183 | "npm-run-all": "^4.1.5", |
2177 | 2184 | "patch-package": "^8.0.1", |
2178 | 2185 | "prettier": "^3.6.1", |
2179 | | - "storybook": "^10.4.0", |
| 2186 | + "storybook": "^10.4.1", |
2180 | 2187 | "tar-stream": "^3.1.8", |
2181 | 2188 | "through2": "^4.0.2", |
2182 | 2189 | "ts-jest": "^29.4.6", |
|
0 commit comments