Commit Graph

8148 Commits

Author SHA1 Message Date
Koen Vlaswinkel
fb46c0e023 Merge pull request #3773 from github/koesie10/remove-types-nanoid
Remove unnecessary @types/nanoid dependency
2024-10-23 14:37:57 +02:00
Koen Vlaswinkel
bdc96662d9 Remove unnecessary @types/nanoid dependency 2024-10-23 14:24:40 +02:00
Koen Vlaswinkel
c35ef7f91b Only compare source and sink in SARIF comparison 2024-10-23 11:41:32 +02:00
Koen Vlaswinkel
4b522ef335 Merge pull request #3769 from github/koesie10/improve-sourcemap-script
Improve source map script
2024-10-22 15:44:34 +02:00
Koen Vlaswinkel
510a269dde Add id to streaming comparison
This avoids a bug where comparisons could potentially overlap if the
user opens a new comparison while the previous one has not yet finished
loading.
2024-10-22 15:37:36 +02:00
Koen Vlaswinkel
b1be37c65f Merge pull request #3763 from github/koesie10/cleanup-distributions
Clean up old distributions
2024-10-22 15:36:54 +02:00
Koen Vlaswinkel
a4888772de Update CHANGELOG 2024-10-22 15:23:38 +02:00
Koen Vlaswinkel
afdef0029e Merge remote-tracking branch 'origin/main' into koesie10/cleanup-distributions 2024-10-22 15:21:57 +02:00
Koen Vlaswinkel
a69ef15594 Implement streaming for compare view 2024-10-22 15:19:14 +02:00
Koen Vlaswinkel
f19b0dfc8b Merge pull request #3762 from github/koesie10/fix-codeql-download
Store state of CodeQL distribution on filesystem instead of in `globalState`
2024-10-22 15:13:05 +02:00
Koen Vlaswinkel
5b69404da8 Merge pull request #3770 from github/koesie10/fix-check-types-2
Exclude more .vscode-test directories in check-types
2024-10-22 15:00:56 +02:00
Koen Vlaswinkel
8a7f710876 Update CHANGELOG 2024-10-22 14:59:41 +02:00
Koen Vlaswinkel
66691f3cf0 Exclude more .vscode-test directories in check-types 2024-10-22 14:16:59 +02:00
Koen Vlaswinkel
426db0f758 Improve source map script 2024-10-22 12:06:28 +02:00
Arthur Baars
4ed616769c Merge pull request #3768 from github/github-action/bump-cli
Bump CLI Version to v2.19.2 for integration tests
2024-10-22 10:48:18 +02:00
github-actions[bot]
3e54ec3756 Bump CLI version from v2.19.1 to v2.19.2 for integration tests 2024-10-21 17:23:12 +00:00
dependabot[bot]
a6216932d2 Bump @testing-library/jest-dom (#3764)
Bumps the testing-library group in /extensions/ql-vscode with 1 update: [@testing-library/jest-dom](https://github.com/testing-library/jest-dom).


Updates `@testing-library/jest-dom` from 6.5.0 to 6.6.1
- [Release notes](https://github.com/testing-library/jest-dom/releases)
- [Changelog](https://github.com/testing-library/jest-dom/blob/main/CHANGELOG.md)
- [Commits](https://github.com/testing-library/jest-dom/compare/v6.5.0...v6.6.1)

---
updated-dependencies:
- dependency-name: "@testing-library/jest-dom"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: testing-library
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-17 16:01:16 +01:00
dependabot[bot]
4c211a0aa8 Bump the typescript-eslint group in /extensions/ql-vscode with 2 updates (#3765)
Bumps the typescript-eslint group in /extensions/ql-vscode with 2 updates: [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) and [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser).


Updates `@typescript-eslint/eslint-plugin` from 8.8.1 to 8.9.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.9.0/packages/eslint-plugin)

Updates `@typescript-eslint/parser` from 8.8.1 to 8.9.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.9.0/packages/parser)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: typescript-eslint
- dependency-name: "@typescript-eslint/parser"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: typescript-eslint
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-17 16:00:05 +01:00
dependabot[bot]
2a471b8987 Bump eslint-plugin-import from 2.29.1 to 2.31.0 in /extensions/ql-vscode (#3766)
Bumps [eslint-plugin-import](https://github.com/import-js/eslint-plugin-import) from 2.29.1 to 2.31.0.
- [Release notes](https://github.com/import-js/eslint-plugin-import/releases)
- [Changelog](https://github.com/import-js/eslint-plugin-import/blob/main/CHANGELOG.md)
- [Commits](https://github.com/import-js/eslint-plugin-import/compare/v2.29.1...v2.31.0)

---
updated-dependencies:
- dependency-name: eslint-plugin-import
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-17 15:59:42 +01:00
dependabot[bot]
83e8061962 Bump eslint-plugin-react from 7.34.1 to 7.37.1 in /extensions/ql-vscode (#3767)
Bumps [eslint-plugin-react](https://github.com/jsx-eslint/eslint-plugin-react) from 7.34.1 to 7.37.1.
- [Release notes](https://github.com/jsx-eslint/eslint-plugin-react/releases)
- [Changelog](https://github.com/jsx-eslint/eslint-plugin-react/blob/master/CHANGELOG.md)
- [Commits](https://github.com/jsx-eslint/eslint-plugin-react/compare/v7.34.1...v7.37.1)

---
updated-dependencies:
- dependency-name: eslint-plugin-react
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-17 15:59:26 +01:00
Koen Vlaswinkel
408df85a38 Do not log errors for ENOENT 2024-10-17 10:46:57 +02:00
Koen Vlaswinkel
ec5fe521b8 Shuffle directories when cleaning distributions 2024-10-17 10:46:20 +02:00
Koen Vlaswinkel
1843467146 Fix typo 2024-10-17 10:42:30 +02:00
Koen Vlaswinkel
6c794d1dc4 Clean up old distributions 2024-10-16 15:08:30 +02:00
Koen Vlaswinkel
4413e29f7c Merge pull request #3761 from github/koesie10/fix-check-types
Fix check-types command
2024-10-15 16:30:49 +02:00
Koen Vlaswinkel
87be96e07b Add tests for distribution updates 2024-10-15 16:05:50 +02:00
Koen Vlaswinkel
4b3a4f9d11 Use outputJson instead of writeJson 2024-10-15 16:05:50 +02:00
Koen Vlaswinkel
c284f2158b Ensure distribution state exists when installing distribution release 2024-10-15 16:05:50 +02:00
Koen Vlaswinkel
f76100bcc1 Stop using constants for deprecated keys 2024-10-15 16:05:50 +02:00
Koen Vlaswinkel
13e1b6c1c1 Use file for storing distribution state instead of globalState 2024-10-15 16:05:50 +02:00
Koen Vlaswinkel
8a27b453d3 Use lockfile when downloading CodeQL distribution 2024-10-15 16:05:50 +02:00
Koen Vlaswinkel
658f87bbf3 Fix check-types command 2024-10-15 16:02:20 +02:00
Nora Dimitrijević
7e4180be5d Merge pull request #3760 from d10c/d10c/bigint-quick-eval-fix
Add a version-check to BigInt quick-eval test
2024-10-15 13:23:20 +02:00
Nora Dimitrijević
3c0de3517e Update files.test.ts for new query file 2024-10-15 12:06:28 +02:00
Nora Dimitrijević
b9f4dd034c Add a version-check to BigInt quick-eval test 2024-10-15 11:49:53 +02:00
Henry Mercer
f20476f61d Merge pull request #3757 from github/henrymercer/remove-ml-models
Cleanup: Remove references to ML models
2024-10-14 16:12:35 +01:00
Nora Dimitrijević
9cc790ec5e Merge pull request #3647 from d10c/d10c/bigint-quick-eval 2024-10-14 16:32:16 +02:00
Nora Dimitrijević
c4eaf54dd7 Add CHANGELOG entry 2024-10-14 14:08:40 +02:00
Nora Dimitrijević
8af1f087ac Test BigInt-valued quick-eval 2024-10-11 13:03:55 +02:00
Nora Dimitrijević
ac60ba3a49 Enable BigInt results in Quick Evals 2024-10-11 09:46:46 +00:00
Angela P Wen
fb3c00b9f8 Merge pull request #3756 from github/dependabot/npm_and_yarn/extensions/ql-vscode/ts-json-schema-generator-2.3.0
Bump ts-json-schema-generator from 2.1.1 to 2.3.0 in /extensions/ql-vscode
2024-10-10 13:46:26 -07:00
Angela P Wen
f6db9b4faa Merge pull request #3755 from github/dependabot/npm_and_yarn/extensions/ql-vscode/typescript-eslint-a146496b62
Bump the typescript-eslint group in /extensions/ql-vscode with 2 updates
2024-10-10 13:46:03 -07:00
Angela P Wen
caabfa05f3 Merge pull request #3754 from github/dependabot/npm_and_yarn/extensions/ql-vscode/storybook-7febee7bcd
Bump the storybook group in /extensions/ql-vscode with 12 updates
2024-10-10 13:45:43 -07:00
Angela P Wen
c5b9c9eee9 Merge pull request #3753 from github/dependabot/npm_and_yarn/extensions/ql-vscode/octokit-e0bf4d97f5
Bump @octokit/plugin-throttling from 9.3.1 to 9.3.2 in /extensions/ql-vscode in the octokit group
2024-10-10 13:45:19 -07:00
Henry Mercer
50da7ac097 Remove references to ML models 2024-10-10 20:34:56 +01:00
dependabot[bot]
a4e842873b Bump ts-json-schema-generator in /extensions/ql-vscode
Bumps [ts-json-schema-generator](https://github.com/vega/ts-json-schema-generator) from 2.1.1 to 2.3.0.
- [Release notes](https://github.com/vega/ts-json-schema-generator/releases)
- [Changelog](https://github.com/vega/ts-json-schema-generator/blob/v2.3.0/CHANGELOG.md)
- [Commits](https://github.com/vega/ts-json-schema-generator/compare/v2.1.1...v2.3.0)

---
updated-dependencies:
- dependency-name: ts-json-schema-generator
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-10-10 13:54:58 +00:00
dependabot[bot]
77c631a902 Bump the typescript-eslint group in /extensions/ql-vscode with 2 updates
Bumps the typescript-eslint group in /extensions/ql-vscode with 2 updates: [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) and [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser).


Updates `@typescript-eslint/eslint-plugin` from 8.8.0 to 8.8.1
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.8.1/packages/eslint-plugin)

Updates `@typescript-eslint/parser` from 8.8.0 to 8.8.1
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.8.1/packages/parser)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: typescript-eslint
- dependency-name: "@typescript-eslint/parser"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: typescript-eslint
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-10-10 13:54:47 +00:00
dependabot[bot]
69f6387538 Bump the storybook group in /extensions/ql-vscode with 12 updates
Bumps the storybook group in /extensions/ql-vscode with 12 updates:

| Package | From | To |
| --- | --- | --- |
| [@storybook/addon-a11y](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/a11y) | `8.3.4` | `8.3.5` |
| [@storybook/addon-actions](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/actions) | `8.3.4` | `8.3.5` |
| [@storybook/addon-essentials](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/essentials) | `8.3.4` | `8.3.5` |
| [@storybook/addon-interactions](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/interactions) | `8.3.4` | `8.3.5` |
| [@storybook/addon-links](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/links) | `8.3.4` | `8.3.5` |
| [@storybook/blocks](https://github.com/storybookjs/storybook/tree/HEAD/code/lib/blocks) | `8.3.4` | `8.3.5` |
| [@storybook/components](https://github.com/storybookjs/storybook/tree/HEAD/code/deprecated/components) | `8.3.4` | `8.3.5` |
| [@storybook/manager-api](https://github.com/storybookjs/storybook/tree/HEAD/code/lib/manager-api) | `8.3.4` | `8.3.5` |
| [@storybook/react](https://github.com/storybookjs/storybook/tree/HEAD/code/renderers/react) | `8.3.4` | `8.3.5` |
| [@storybook/react-vite](https://github.com/storybookjs/storybook/tree/HEAD/code/frameworks/react-vite) | `8.3.4` | `8.3.5` |
| [@storybook/theming](https://github.com/storybookjs/storybook/tree/HEAD/code/lib/theming) | `8.3.4` | `8.3.5` |
| [storybook](https://github.com/storybookjs/storybook/tree/HEAD/code/lib/cli) | `8.3.4` | `8.3.5` |


Updates `@storybook/addon-a11y` from 8.3.4 to 8.3.5
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md)
- [Commits](https://github.com/storybookjs/storybook/commits/v8.3.5/code/addons/a11y)

Updates `@storybook/addon-actions` from 8.3.4 to 8.3.5
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md)
- [Commits](https://github.com/storybookjs/storybook/commits/v8.3.5/code/addons/actions)

Updates `@storybook/addon-essentials` from 8.3.4 to 8.3.5
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md)
- [Commits](https://github.com/storybookjs/storybook/commits/v8.3.5/code/addons/essentials)

Updates `@storybook/addon-interactions` from 8.3.4 to 8.3.5
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md)
- [Commits](https://github.com/storybookjs/storybook/commits/v8.3.5/code/addons/interactions)

Updates `@storybook/addon-links` from 8.3.4 to 8.3.5
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md)
- [Commits](https://github.com/storybookjs/storybook/commits/v8.3.5/code/addons/links)

Updates `@storybook/blocks` from 8.3.4 to 8.3.5
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md)
- [Commits](https://github.com/storybookjs/storybook/commits/v8.3.5/code/lib/blocks)

Updates `@storybook/components` from 8.3.4 to 8.3.5
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md)
- [Commits](https://github.com/storybookjs/storybook/commits/v8.3.5/code/deprecated/components)

Updates `@storybook/manager-api` from 8.3.4 to 8.3.5
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Commits](https://github.com/storybookjs/storybook/commits/v8.3.5/code/lib/manager-api)

Updates `@storybook/react` from 8.3.4 to 8.3.5
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md)
- [Commits](https://github.com/storybookjs/storybook/commits/v8.3.5/code/renderers/react)

Updates `@storybook/react-vite` from 8.3.4 to 8.3.5
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md)
- [Commits](https://github.com/storybookjs/storybook/commits/v8.3.5/code/frameworks/react-vite)

Updates `@storybook/theming` from 8.3.4 to 8.3.5
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Commits](https://github.com/storybookjs/storybook/commits/v8.3.5/code/lib/theming)

Updates `storybook` from 8.3.4 to 8.3.5
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md)
- [Commits](https://github.com/storybookjs/storybook/commits/v8.3.5/code/lib/cli)

---
updated-dependencies:
- dependency-name: "@storybook/addon-a11y"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: storybook
- dependency-name: "@storybook/addon-actions"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: storybook
- dependency-name: "@storybook/addon-essentials"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: storybook
- dependency-name: "@storybook/addon-interactions"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: storybook
- dependency-name: "@storybook/addon-links"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: storybook
- dependency-name: "@storybook/blocks"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: storybook
- dependency-name: "@storybook/components"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: storybook
- dependency-name: "@storybook/manager-api"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: storybook
- dependency-name: "@storybook/react"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: storybook
- dependency-name: "@storybook/react-vite"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: storybook
- dependency-name: "@storybook/theming"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: storybook
- dependency-name: storybook
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: storybook
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-10-10 13:54:08 +00:00
dependabot[bot]
3175a2a597 Bump @octokit/plugin-throttling
Bumps the octokit group in /extensions/ql-vscode with 1 update: [@octokit/plugin-throttling](https://github.com/octokit/plugin-throttling.js).


Updates `@octokit/plugin-throttling` from 9.3.1 to 9.3.2
- [Release notes](https://github.com/octokit/plugin-throttling.js/releases)
- [Commits](https://github.com/octokit/plugin-throttling.js/compare/v9.3.1...v9.3.2)

---
updated-dependencies:
- dependency-name: "@octokit/plugin-throttling"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: octokit
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-10-10 13:51:39 +00:00
Shati Patel
b791ec7564 Merge pull request #3752 from github/version/bump-to-v1.16.1
Bump version to v1.16.1
2024-10-10 13:55:56 +01:00