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

Skip to content

Merge main into releases/v3 #2681

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 34 commits into from
Jan 10, 2025
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
5bf0e05
Rebuild
github-actions[bot] Jan 5, 2025
97aec69
Include registry type in `proxy_urls` output
mbg Jan 6, 2025
3407610
Merge pull request #2668 from github/sidshank/improve-autobuilder-log…
sidshank Jan 6, 2025
cf733fe
build(deps): bump the npm group with 3 updates
dependabot[bot] Jan 6, 2025
07a86f8
Update checked-in dependencies
github-actions[bot] Jan 6, 2025
a06dbc6
Change `OLDEST_SUPPORTED_MAJOR_VERSION` to 3
angelapwen Jan 7, 2025
04b5afa
Convert deprecation warning to error
angelapwen Jan 7, 2025
913d605
Remove mentions to v2 in documentation
angelapwen Jan 7, 2025
4541c13
[WIP] Add changenote for deprecation
angelapwen Jan 7, 2025
66f5682
Add section on adding a new major version
angelapwen Jan 7, 2025
03d5731
Keep `OLDEST_SUPPORTED_MAJOR_VERSION` to 2 for now
angelapwen Jan 7, 2025
4daa595
Update default bundle to codeql-bundle-v2.20.1
github-actions[bot] Jan 8, 2025
9dab6bb
Add changelog note
github-actions[bot] Jan 8, 2025
b25558b
Update `proxy_urls` description
mbg Jan 8, 2025
fb65b6c
Merge pull request #2672 from github/mbg/start-proxy/include-type-in-…
mbg Jan 8, 2025
1aa16c2
Merge branch 'main' into update-bundle/codeql-bundle-v2.20.1
Jan 9, 2025
b7ff308
Merge pull request #2678 from github/update-bundle/codeql-bundle-v2.20.1
Jan 9, 2025
e83e0a4
Merge pull request #2673 from github/dependabot/npm_and_yarn/npm-877f…
angelapwen Jan 9, 2025
8d2753b
Add public changelog blog post link
angelapwen Jan 10, 2025
a05a7eb
Fix PR number in changenote
angelapwen Jan 10, 2025
4df151e
Merge branch 'main' into angelapwen/deprecate-action-v2
angelapwen Jan 10, 2025
ea6acbf
Merge pull request #2677 from github/angelapwen/deprecate-action-v2
angelapwen Jan 10, 2025
bb999b4
Update changelog for v3.28.1
github-actions[bot] Jan 10, 2025
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
build(deps-dev): bump the npm group with 2 updates
Bumps the npm group 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.18.1 to 8.18.2
- [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.18.2/packages/eslint-plugin)

Updates `@typescript-eslint/parser` from 8.18.1 to 8.18.2
- [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.18.2/packages/parser)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 23, 2024
commit 3239a39f73268cd295975495e781563b6c6fdabb
168 changes: 84 additions & 84 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,8 @@
"@types/node": "20.9.0",
"@types/semver": "^7.5.8",
"@types/sinon": "^17.0.3",
"@typescript-eslint/eslint-plugin": "^8.18.1",
"@typescript-eslint/parser": "^8.18.1",
"@typescript-eslint/eslint-plugin": "^8.18.2",
"@typescript-eslint/parser": "^8.18.2",
"ava": "^5.3.1",
"eslint": "^8.57.1",
"eslint-import-resolver-typescript": "^3.7.0",
Expand Down
Loading
0