Commit Graph

6625 Commits

Author SHA1 Message Date
github-actions[bot] dba37a4613 Revert "Update checked-in dependencies"
This reverts commit 61230b39da.
2025-01-10 18:26:43 +00:00
github-actions[bot] ae8ac6dcd0 Revert "Update version and changelog for v2.28.0"
This reverts commit f52daede35.
2025-01-10 18:26:43 +00:00
Andrew Eisenberg 673cceb2b4 Merge pull request #2664 from github/backport-v2.28.0-48ab28a6f
Merge releases/v3 into releases/v2
v2.28.0
2024-12-20 11:21:54 -08:00
github-actions[bot] 61230b39da Update checked-in dependencies 2024-12-20 19:00:05 +00:00
Andrew Eisenberg badff9c3e6 Add note about last planned v2 release 2024-12-20 10:58:56 -08:00
github-actions[bot] f52daede35 Update version and changelog for v2.28.0 2024-12-20 18:50:46 +00:00
github-actions[bot] 2c21576e92 Merge remote-tracking branch 'origin/releases/v3' into backport-v2.28.0-48ab28a6f 2024-12-20 18:50:46 +00:00
github-actions[bot] 35c71d363f Revert "Update checked-in dependencies"
This reverts commit 5f2f0ee9d3.
2024-12-20 18:50:46 +00:00
github-actions[bot] 367a5155f9 Revert "Update version and changelog for v2.27.9"
This reverts commit 8e246e45ff.
2024-12-20 18:50:46 +00:00
Andrew Eisenberg 48ab28a6f5 Merge pull request #2662 from github/update-v3.28.0-d01b25e64
Merge main into releases/v3
v3.28.0
2024-12-20 10:48:44 -08:00
github-actions[bot] 4946b765de Update changelog for v3.28.0 2024-12-20 18:16:34 +00:00
Henry Mercer d01b25e645 Merge pull request #2660 from github/henrymercer/fix-error-file-on-path
Don't error in the unusual case that a file is on the search path
2024-12-19 17:51:05 +00:00
Henry Mercer 7d6d36ce5f Add changelog note 2024-12-19 14:48:14 +00:00
Henry Mercer b58f4471c8 Use @actions/io to locate binaries 2024-12-19 14:21:06 +00:00
Andrew Eisenberg 64cc90bcd4 Merge pull request #2653 from github/dependabot/npm_and_yarn/npm-61c837125e
build(deps-dev): bump the npm group with 3 updates
2024-12-18 16:49:57 -08:00
Angela P Wen d8f8eca6c5 Merge branch 'main' into dependabot/npm_and_yarn/npm-61c837125e 2024-12-18 16:36:02 -08:00
Andrew Eisenberg 562042d742 Merge pull request #2655 from github/aeisenberg/deprecate-2.14
Bump the minimum supported version of CodeQL to 2.15.5
2024-12-17 15:18:28 -08:00
Andrew Eisenberg beed6ff2e9 Change codeql version used in test 2024-12-16 18:08:38 -08:00
Andrew Eisenberg 5f0a4d3e67 Bump the minimum supported version of CodeQL to 2.15.5 2024-12-16 15:39:28 -08:00
github-actions[bot] 34cb19c91b Update checked-in dependencies 2024-12-16 17:54:33 +00:00
dependabot[bot] 5fc1bccccc build(deps-dev): bump the npm group with 3 updates
Bumps the npm group with 3 updates: [@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/js` from 9.16.0 to 9.17.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.17.0/packages/js)

Updates `@typescript-eslint/eslint-plugin` from 8.18.0 to 8.18.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.18.1/packages/eslint-plugin)

Updates `@typescript-eslint/parser` from 8.18.0 to 8.18.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.18.1/packages/parser)

---
updated-dependencies:
- 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-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>
2024-12-16 17:53:32 +00:00
Michael B. Gale 9d599696ef Merge pull request #2652 from github/mbg/private-registries/feed-outputs
Add private registry URLs as output to the `start-proxy` Action
2024-12-16 17:02:53 +00:00
Michael B. Gale 38fd34c412 Fail start-proxy PR check if outputs are not set 2024-12-13 17:05:58 +00:00
Michael B. Gale 0de662d785 Print proxy step outputs 2024-12-13 16:55:46 +00:00
Michael B. Gale 5a8fab3748 Fix typo'd input name 2024-12-13 16:53:17 +00:00
Michael B. Gale 04cce6be94 Add .gitignore to ignore env folder in pr-checks directory 2024-12-13 16:46:10 +00:00
Michael B. Gale 706ef5896a Add basic PR check for testing start-proxy 2024-12-13 16:45:33 +00:00
Michael B. Gale 62192f8dab Add registry URLs as output to the start-proxy Action 2024-12-13 16:33:32 +00:00
Andrew Eisenberg dd75594246 Merge pull request #2650 from github/mergeback/v3.27.9-to-main-df409f7d
Mergeback v3.27.9 refs/heads/releases/v3 into main
2024-12-12 15:32:21 -08:00
Andrew Eisenberg 277b89701e Merge pull request #2651 from github/backport-v2.27.9-df409f7d9
Merge releases/v3 into releases/v2
v2.27.9
2024-12-12 15:29:32 -08:00
github-actions[bot] ac43a2e599 Update checked-in dependencies 2024-12-12 23:15:06 +00:00
github-actions[bot] 5f2f0ee9d3 Update checked-in dependencies 2024-12-12 23:14:46 +00:00
github-actions[bot] 8e246e45ff Update version and changelog for v2.27.9 2024-12-12 23:13:01 +00:00
github-actions[bot] d190c88770 Merge remote-tracking branch 'origin/releases/v3' into backport-v2.27.9-df409f7d9 2024-12-12 23:13:00 +00:00
github-actions[bot] 51a875f428 Revert "Update checked-in dependencies"
This reverts commit 6fd4fd261f.
2024-12-12 23:13:00 +00:00
github-actions[bot] 285097ddab Revert "Update version and changelog for v2.27.8"
This reverts commit c35c430fb8.
2024-12-12 23:13:00 +00:00
github-actions[bot] 48fe0d8fb1 Update changelog and version after v3.27.9 2024-12-12 23:12:24 +00:00
Andrew Eisenberg df409f7d92 Merge pull request #2649 from github/update-v3.27.9-7972a42f3
Merge main into releases/v3
v3.27.9
2024-12-12 15:11:21 -08:00
github-actions[bot] feca44ddf6 Update changelog for v3.27.9 2024-12-12 22:36:29 +00:00
Andrew Eisenberg 7972a42f3d Merge pull request #2648 from github/aeisenberg/add-environment
Adds an environment for creating releases
2024-12-12 13:34:09 -08:00
Marco Gario 44bf16d3a1 Merge pull request #2646 from github/mergeback/v3.27.8-to-main-8a93837a
Mergeback v3.27.8 refs/heads/releases/v3 into main
2024-12-12 22:18:11 +01:00
Marco Gario 949c15670d Merge pull request #2647 from github/backport-v2.27.8-8a93837af
Merge releases/v3 into releases/v2
v2.27.8
2024-12-12 22:04:06 +01:00
Andrew Eisenberg f124ad0e7e Adds an environment for creating releases
The `app-id` is only available in the `Automation` environment.
2024-12-12 12:54:15 -08:00
github-actions[bot] 6fd4fd261f Update checked-in dependencies 2024-12-12 20:52:38 +00:00
github-actions[bot] 92753708cf Update checked-in dependencies 2024-12-12 20:50:20 +00:00
github-actions[bot] c35c430fb8 Update version and changelog for v2.27.8 2024-12-12 20:30:40 +00:00
github-actions[bot] 6999d05549 Merge remote-tracking branch 'origin/releases/v3' into backport-v2.27.8-8a93837af
# Conflicts:
#	node_modules/.package-lock.json
2024-12-12 20:30:40 +00:00
github-actions[bot] 7431e79201 Revert "Update checked-in dependencies"
This reverts commit 352556d1d1.
2024-12-12 20:30:39 +00:00
github-actions[bot] 536cee0299 Revert "Update version and changelog for v2.27.7"
This reverts commit 983979f6ce.
2024-12-12 20:30:39 +00:00
github-actions[bot] a059a7a0ee Update changelog and version after v3.27.8 2024-12-12 20:29:38 +00:00