8000 Merge main into releases/v3 by github-actions[bot] · Pull Request #2616 · github/codeql-action · GitHub
[go: up one dir, main page]

Skip to content

Merge main into releases/v3 #2616

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 18 commits into from
Nov 20, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
18 commits
Select commit Hold shift + click to select a range
58f2dfc
Log result of `validateWorkflow` if not `undefined`
mbg Nov 12, 2024
69656af
Update changelog and version after v3.27.4
github-actions[bot] Nov 14, 2024
49ec97c
Update checked-in dependencies
github-actions[bot] Nov 14, 2024
1443ef5
Merge pull request #2606 from github/mergeback/v3.27.4-to-main-ea9e4e37
mbg Nov 14, 2024
a1695c5
Merge pull request #2598 from github/mbg/fix/validateWorkflowResult
mbg Nov 14, 2024
43b75f7
Bump the npm group with 4 updates
dependabot[bot] Nov 18, 2024
9465261
Update checked-in dependencies
github-actions[bot] Nov 18, 2024
b500b62
Throw configuration error when `tar` is not available
angelapwen Nov 18, 2024
9222a97
Merge pull request #2611 from github/angelapwen/catch-tar-error
angelapwen Nov 18, 2024
f9ada54
Telemetry: report OS release for GitHub-hosted Linux runners
angelapwen Nov 18, 2024
8000 e3c67a0
Merge pull request #2610 from github/dependabot/npm_and_yarn/npm-d2ca…
angelapwen Nov 18, 2024
ecde4d2
Bump cross-spawn from 7.0.3 to 7.0.6 in the npm_and_yarn group
dependabot[bot] Nov 18, 2024
db67881
Update checked-in dependencies
github-actions[bot] Nov 18, 2024
e782c3a
Merge pull request #2612 from github/angelapwen/report-linux-runner-r…
angelapwen Nov 18, 2024
cba5fb5
Merge pull request #2613 from github/dependabot/npm_and_yarn/npm_and_…
aeisenberg Nov 19, 2024
8f3b487
Start-proxy: Fetch OS specific binary
marcogario Nov 19, 2024
a6c8729
Merge pull request #2614 from github/marcogario/per-platform-proxy
marcogario Nov 19, 2024
67b73ea
Update changelog for v3.27.5
github-actions[bot] Nov 19, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Bump the npm group with 4 updates
Bumps the npm group with 4 updates: [@eslint/eslintrc](https://github.com/eslint/eslintrc), [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js), [@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 `@eslint/eslintrc` from 3.1.0 to 3.2.0
- [Release notes](https://github.com/eslint/eslintrc/releases)
- [Changelog](https://github.com/eslint/eslintrc/blob/main/CHANGELOG.md)
- [Commits](eslint/eslintrc@v3.1.0...v3.2.0)

Updates `@eslint/js` from 9.14.0 to 9.15.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/commits/v9.15.0/packages/js)

Updates `@typescript-eslint/eslint-plugin` from 8.14.0 to 8.15.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.15.0/packages/eslint-plugin)

Updates `@typescript-eslint/parser` from 8.14.0 to 8.15.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.15.0/packages/parser)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Nov 18, 2024
commit 43b75f7d9e1fa38aaf9189d74d68543f198b6b92
126 changes: 73 additions & 53 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@
"devDependencies": {
"@ava/typescript": "4.1.0",
"@eslint/compat": "^1.1.1",
"@eslint/eslintrc": "^3.1.0",
"@eslint/js": "^9.14.0",
"@eslint/eslintrc": "^3.2.0",
"@eslint/js": "^9.15.0",
"@microsoft/eslint-formatter-sarif": "^3.1.0",
"@types/adm-zip": "^0.5.6",
"@types/console-log-level": "^1.4.5",
Expand All @@ -72,8 +72,8 @@
"@types/node": "20.9.0",
"@types/semver": "^7.5.8",
"@types/sinon": "^17.0.3",
"@typescript-eslint/eslint-plugin": "^8.14.0",
"@typescript-eslint/parser": "^8.14.0",
"@typescript-eslint/eslint-plugin": "^8.15.0",
"@typescript-eslint/parser": "^8.15.0",
"ava": "^5.3.1",
"eslint": "^8.57.1",
"eslint-import-resolver-typescript": "^3.6.3",
Expand Down
Loading
0