actions / create-github-app-token

GitHub Action for creating a GitHub App Installation Access Token
https://github.com/marketplace/actions/create-github-app-token
MIT License
321 stars 46 forks source link

feat(`private-key`): escaped newlines will be replaced #132

Closed dependabot[bot] closed 2 months ago

dependabot[bot] commented 2 months ago

Bumps the production-dependencies group with 3 updates: @octokit/auth-app, @octokit/request and undici.

Updates @octokit/auth-app from 6.0.4 to 7.0.0

Release notes

Sourced from @​octokit/auth-app's releases.

v7.0.0

7.0.0 (2024-04-30)

Features

BREAKING CHANGES

  • package is now ESM
  • remove type "oauth" that was previously deprecated

v7.0.0-beta.9

7.0.0-beta.9 (2024-04-30)

Bug Fixes

  • mark import as type import (fcce291)

v7.0.0-beta.8

7.0.0-beta.8 (2024-04-16)

Bug Fixes

  • add /app/installation-requests to requires-app-auth paths (#594) (f16debb)
  • deps: upgrade @octokit/types to v13 (#596) (8e46539)
  • upgrade octokit deps (6d40281)

Features

v7.0.0-beta.7

7.0.0-beta.7 (2024-04-16)

Bug Fixes

  • add default fallback export (b9c243d)

v7.0.0-beta.6

7.0.0-beta.6 (2024-03-05)

Bug Fixes

... (truncated)

Commits


Updates @octokit/request from 9.0.1 to 9.1.1

Release notes

Sourced from @​octokit/request's releases.

v9.1.1

9.1.1 (2024-04-15)

Bug Fixes

  • pkg: add default fallback to exports (#688) (9866c41)

v9.1.0

9.1.0 (2024-04-09)

Bug Fixes

  • deps: update dependency @​octokit/types to v13 (#684) (4d466a6)

Features

Commits
  • 9866c41 fix(pkg): add default fallback to exports (#688)
  • a777e7d ci(action): update actions/add-to-project action to v1.0.1 (#687)
  • e14308d ci(release): remove duplicate permissions entry (#686)
  • 23200c0 feat: re-add redirect request option (#636)
  • 4d466a6 fix(deps): update dependency @​octokit/types to v13 (#684)
  • 465bc7c feat(security): Add provenance (#685)
  • 1649c8d ci(action): update actions/add-to-project action to v1
  • 2ec6cd7 ci(action): update actions/add-to-project action to v0.6.1 (#682)
  • See full diff in compare view


Updates undici from 6.11.1 to 6.15.0

Release notes

Sourced from undici's releases.

v6.15.0

What's Changed

New Contributors

Full Changelog: https://github.com/nodejs/undici/compare/v6.14.1...v6.15.0

v6.14.1

What's Changed

Full Changelog: https://github.com/nodejs/undici/compare/v6.14.0...v6.14.1

v6.14.0

What's Changed

... (truncated)

Commits


Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore ` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
parkerbxyz commented 2 months ago

Looks like Undici added native proxy support, so we may be able to remove the custom proxy support we added in https://github.com/actions/create-github-app-token/pull/102.

https://github.com/actions/create-github-app-token/blob/3cef845e011fe15a870d7e7227cd75b8bd8a1140/lib/request.js#L15-L16

gr2m commented 2 months ago

Looks like Undici added native proxy support, so we may be able to remove the custom proxy support we added in #102.

let's do a follow up issue for that, maybe we can look into it tomorrow?

create-app-token-action-releaser[bot] commented 2 months ago

:tada: This PR is included in version 1.10.0 :tada:

The release is available on GitHub release

Your semantic-release bot :package::rocket: