Skip to content

Commit 0592643

Browse files
authored
Merge branch 'main' into dependabot/npm_and_yarn/extensions/ql-vscode/typescript-eslint-ad245cece5
2 parents 162b255 + 52d20df commit 0592643

File tree

3 files changed

+13
-11
lines changed

3 files changed

+13
-11
lines changed

extensions/ql-vscode/CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# CodeQL for Visual Studio Code: Changelog
22

3-
## [UNRELEASED]
3+
## 1.16.2 - 19 December 2024
44

55
- Add a palette command that allows importing all databases directly inside of a parent folder. [#3797](https://github.com/github/vscode-codeql/pull/3797)
66
- Only use VS Code telemetry settings instead of using `codeQL.telemetry.enableTelemetry` [#3853](https://github.com/github/vscode-codeql/pull/3853)

extensions/ql-vscode/package-lock.json

+10-8
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

extensions/ql-vscode/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -2000,7 +2000,7 @@
20002000
"@babel/core": "^7.24.6",
20012001
"@babel/plugin-transform-modules-commonjs": "^7.26.3",
20022002
"@babel/preset-env": "^7.24.4",
2003-
"@babel/preset-react": "^7.25.9",
2003+
"@babel/preset-react": "^7.26.3",
20042004
"@babel/preset-typescript": "^7.26.0",
20052005
"@faker-js/faker": "^9.0.3",
20062006
"@github/markdownlint-github": "^0.6.3",
@@ -2062,7 +2062,7 @@
20622062
"eslint-plugin-etc": "^2.0.2",
20632063
"eslint-plugin-github": "^5.0.1",
20642064
"eslint-plugin-import": "^2.31.0",
2065-
"eslint-plugin-jest-dom": "^5.4.0",
2065+
"eslint-plugin-jest-dom": "^5.5.0",
20662066
"eslint-plugin-prettier": "^5.1.3",
20672067
"eslint-plugin-react": "^7.37.2",
20682068
"eslint-plugin-react-hooks": "^4.6.2",

0 commit comments

Comments
 (0)