v1.11.2
34 Commits
| Author | SHA1 | Message | Date | |
|---|---|---|---|---|
|
|
136412a57a |
build(release): 1.11.2 [skip ci]
## [1.11.2](https://github.com/actions/create-github-app-token/compare/v1.11.1...v1.11.2) (2025-01-30) ### Bug Fixes * **deps:** bump @octokit/request from 9.1.3 to 9.1.4 in the production-dependencies group ([#196](https://github.com/actions/create-github-app-token/issues/196)) ([ |
||
|
|
c1a285145b |
build(release): 1.11.1 [skip ci]
## [1.11.1](https://github.com/actions/create-github-app-token/compare/v1.11.0...v1.11.1) (2024-12-20)
### Bug Fixes
* **deps:** bump the production-dependencies group across 1 directory with 3 updates ([#193](https://github.com/actions/create-github-app-token/issues/193)) ([
|
||
|
|
25cc3bdc27 |
refactor: remove redundant API call (#175)
Combines the two installation requests (org and user) into one because
`/org/{org}` can also be accessed at `/users/{org}`.
---------
Co-authored-by: Gregor Martynus <39992+gr2m@users.noreply.github.com>
|
||
|
|
796b88dc58 |
feat: allow repositories input to be comma or newline-separated (#169)
Resolves https://github.com/actions/create-github-app-token/issues/106 - Fixes the parsing to cope with whitespace in the input string. - Allows the input to be comma or newline-separated. (I've done this for all array-type inputs in my own actions, but I'm happy to remove this if you only want to support comma-separated.) - Added tests for parsing comma and newline-separated inputs. |
||
|
|
3378cda945 |
build(release): 1.10.4 [skip ci]
## [1.10.4](https://github.com/actions/create-github-app-token/compare/v1.10.3...v1.10.4) (2024-09-04)
### Bug Fixes
* **deps:** bump the production-dependencies group across 1 directory with 3 updates ([#166](https://github.com/actions/create-github-app-token/issues/166)) ([
|
||
|
|
040c2598aa |
build(deps-dev): bump the development-dependencies group with 4 updates (#150)
Bumps the development-dependencies group with 4 updates: [c8](https://github.com/bcoe/c8), [esbuild](https://github.com/evanw/esbuild), [execa](https://github.com/sindresorhus/execa) and [yaml](https://github.com/eemeli/yaml). Updates `c8` from 9.1.0 to 10.1.2 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/bcoe/c8/releases">c8's releases</a>.</em></p> <blockquote> <h2>v10.1.2</h2> <h2><a href="https://github.com/bcoe/c8/compare/v10.1.1...v10.1.2">10.1.2</a> (2024-06-13)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>deps:</strong> make monocart-coverage-reports an optional with meta defined (<a href="https://github.com/bcoe/c8/commit/3b91fdaa0e5554a72f6e625af3a7254b0cb19e8c">3b91fda</a>)</li> </ul> <h2>v10.1.1</h2> <h2><a href="https://github.com/bcoe/c8/compare/v10.1.0...v10.1.1">10.1.1</a> (2024-06-11)</h2> <h3>Bug Fixes</h3> <ul> <li>stop installing monocart-coverage-reports (<a href="https://redirect.github.com/bcoe/c8/issues/535">#535</a>) (<a href="https://github.com/bcoe/c8/commit/13979a76b5b44fc6758f350bae4cb3febd60d75e">13979a7</a>)</li> </ul> <h2>v10.1.0</h2> <h2><a href="https://github.com/bcoe/c8/compare/v10.0.0...v10.1.0">10.1.0</a> (2024-06-11)</h2> <h3>Features</h3> <ul> <li>add experimental monocart reports (<a href="https://redirect.github.com/bcoe/c8/issues/521">#521</a>) (<a href="https://github.com/bcoe/c8/commit/2e5e297ac024bf7af1bc72689b644e11d73eac89">2e5e297</a>)</li> </ul> <h2>v10.0.0</h2> <h2><a href="https://github.com/bcoe/c8/compare/v9.1.0...v10.0.0">10.0.0</a> (2024-06-10)</h2> <h3>⚠ BREAKING CHANGES</h3> <ul> <li><strong>deps:</strong> Node 18 is now the minimum supported Node.js version</li> </ul> <h3>Bug Fixes</h3> <ul> <li><strong>deps:</strong> update test-exclude with new glob / minimatch (<a href="https://redirect.github.com/bcoe/c8/issues/531">#531</a>) (<a href="https://github.com/bcoe/c8/commit/e33cf30d0c44470f9c87553df487e2f27f58f4ac">e33cf30</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/bcoe/c8/blob/main/CHANGELOG.md">c8's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/bcoe/c8/compare/v10.1.1...v10.1.2">10.1.2</a> (2024-06-13)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>deps:</strong> make monocart-coverage-reports an optional with meta defined (<a href="https://github.com/bcoe/c8/commit/3b91fdaa0e5554a72f6e625af3a7254b0cb19e8c">3b91fda</a>)</li> </ul> <h2><a href="https://github.com/bcoe/c8/compare/v10.1.0...v10.1.1">10.1.1</a> (2024-06-11)</h2> <h3>Bug Fixes</h3> <ul> <li>stop installing monocart-coverage-reports (<a href="https://redirect.github.com/bcoe/c8/issues/535">#535</a>) (<a href="https://github.com/bcoe/c8/commit/13979a76b5b44fc6758f350bae4cb3febd60d75e">13979a7</a>)</li> </ul> <h2><a href="https://github.com/bcoe/c8/compare/v10.0.0...v10.1.0">10.1.0</a> (2024-06-11)</h2> <h3>Features</h3> <ul> <li>add experimental monocart reports (<a href="https://redirect.github.com/bcoe/c8/issues/521">#521</a>) (<a href="https://github.com/bcoe/c8/commit/2e5e297ac024bf7af1bc72689b644e11d73eac89">2e5e297</a>)</li> </ul> <h2><a href="https://github.com/bcoe/c8/compare/v9.1.0...v10.0.0">10.0.0</a> (2024-06-10)</h2> <h3>⚠ BREAKING CHANGES</h3> <ul> <li><strong>deps:</strong> Node 18 is now the minimum supported Node.js version</li> </ul> <h3>Bug Fixes</h3> <ul> <li><strong>deps:</strong> update test-exclude with new glob / minimatch (<a href="https://redirect.github.com/bcoe/c8/issues/531">#531</a>) (<a href="https://github.com/bcoe/c8/commit/e33cf30d0c44470f9c87553df487e2f27f58f4ac">e33cf30</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/bcoe/c8/commit/ff146b4dde004c62651b57c33cedd8353c94c423"><code>ff146b4</code></a> chore(main): release 10.1.2 (<a href="https://redirect.github.com/bcoe/c8/issues/538">#538</a>)</li> <li><a href="https://github.com/bcoe/c8/commit/3b91fdaa0e5554a72f6e625af3a7254b0cb19e8c"><code>3b91fda</code></a> fix(deps): make monocart-coverage-reports an optional with meta defined</li> <li><a href="https://github.com/bcoe/c8/commit/e3560e1211718d361612457245e57e638b8001d2"><code>e3560e1</code></a> chore(main): release 10.1.1 (<a href="https://redirect.github.com/bcoe/c8/issues/536">#536</a>)</li> <li><a href="https://github.com/bcoe/c8/commit/13979a76b5b44fc6758f350bae4cb3febd60d75e"><code>13979a7</code></a> fix: stop installing monocart-coverage-reports (<a href="https://redirect.github.com/bcoe/c8/issues/535">#535</a>)</li> <li><a href="https://github.com/bcoe/c8/commit/15ac6905cd274fafce1abb9c52b0d430a78e7b1b"><code>15ac690</code></a> chore(main): release 10.1.0 (<a href="https://redirect.github.com/bcoe/c8/issues/533">#533</a>)</li> <li><a href="https://github.com/bcoe/c8/commit/96e869ff8c8ff279207865ccf71b605044405d32"><code>96e869f</code></a> build(deps-dev): bump braces from 3.0.2 to 3.0.3 (<a href="https://redirect.github.com/bcoe/c8/issues/534">#534</a>)</li> <li><a href="https://github.com/bcoe/c8/commit/2e5e297ac024bf7af1bc72689b644e11d73eac89"><code>2e5e297</code></a> feat: add experimental monocart reports (<a href="https://redirect.github.com/bcoe/c8/issues/521">#521</a>)</li> <li><a href="https://github.com/bcoe/c8/commit/dc38051b14a3df9ca09aeea098b2233bc015dd4a"><code>dc38051</code></a> chore(main): release 10.0.0 (<a href="https://redirect.github.com/bcoe/c8/issues/532">#532</a>)</li> <li><a href="https://github.com/bcoe/c8/commit/e33cf30d0c44470f9c87553df487e2f27f58f4ac"><code>e33cf30</code></a> fix(deps)!: update test-exclude with new glob / minimatch (<a href="https://redirect.github.com/bcoe/c8/issues/531">#531</a>)</li> <li><a href="https://github.com/bcoe/c8/commit/1eeeaebe659d0e3be143f52695d342b042241f59"><code>1eeeaeb</code></a> doc(CONTRIBUTING): remove dead link, update broken link (<a href="https://redirect.github.com/bcoe/c8/issues/526">#526</a>)</li> <li>Additional commits viewable in <a href="https://github.com/bcoe/c8/compare/v9.1.0...v10.1.2">compare view</a></li> </ul> </details> <br /> Updates `esbuild` from 0.21.4 to 0.22.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/evanw/esbuild/releases">esbuild's releases</a>.</em></p> <blockquote> <h2>v0.22.0</h2> <p><strong>This release deliberately contains backwards-incompatible changes.</strong> To avoid automatically picking up releases like this, you should either be pinning the exact version of <code>esbuild</code> in your <code>package.json</code> file (recommended) or be using a version range syntax that only accepts patch upgrades such as <code>^0.21.0</code> or <code>~0.21.0</code>. See npm's documentation about <a href="https://docs.npmjs.com/cli/v6/using-npm/semver/">semver</a> for more information.</p> <ul> <li> <p>Omit packages from bundles by default when targeting node (<a href="https://redirect.github.com/evanw/esbuild/issues/1874">#1874</a>, <a href="https://redirect.github.com/evanw/esbuild/issues/2830">#2830</a>, <a href="https://redirect.github.com/evanw/esbuild/issues/2846">#2846</a>, <a href="https://redirect.github.com/evanw/esbuild/issues/2915">#2915</a>, <a href="https://redirect.github.com/evanw/esbuild/issues/3145">#3145</a>, <a href="https://redirect.github.com/evanw/esbuild/issues/3294">#3294</a>, <a href="https://redirect.github.com/evanw/esbuild/issues/3323">#3323</a>, <a href="https://redirect.github.com/evanw/esbuild/issues/3582">#3582</a>, <a href="https://redirect.github.com/evanw/esbuild/issues/3809">#3809</a>, <a href="https://redirect.github.com/evanw/esbuild/issues/3815">#3815</a>)</p> <p>This breaking change is an experiment. People are commonly confused when using esbuild to bundle code for node (i.e. for <code>--platform=node</code>) because some packages may not be intended for bundlers, and may use node-specific features that don't work with a bundler. Even though esbuild's "getting started" instructions say to use <code>--packages=external</code> to work around this problem, many people don't read the documentation and don't do this, and are then confused when it doesn't work. So arguably this is a bad default behavior for esbuild to have if people keep tripping over this.</p> <p>With this release, esbuild will now omit packages from the bundle by default when the platform is <code>node</code> (i.e. the previous behavior of <code>--packages=external</code> is now the default in this case). <em>Note that your dependencies must now be present on the file system when your bundle is run.</em> If you don't want this behavior, you can do <code>--packages=bundle</code> to allow packages to be included in the bundle (i.e. the previous default behavior). Note that <code>--packages=bundle</code> doesn't mean all packages are bundled, just that packages are allowed to be bundled. You can still exclude individual packages from the bundle using <code>--external:</code> even when <code>--packages=bundle</code> is present.</p> <p>The <code>--packages=</code> setting considers all import paths that "look like" package imports in the original source code to be package imports. Specifically import paths that don't start with a path segment of <code>/</code> or <code>.</code> or <code>..</code> are considered to be package imports. The only two exceptions to this rule are <a href="https://nodejs.org/api/packages.html#subpath-imports">subpath imports</a> (which start with a <code>#</code> character) and TypeScript path remappings via <code>paths</code> and/or <code>baseUrl</code> in <code>tsconfig.json</code> (which are applied first).</p> </li> <li> <p>Drop support for older platforms (<a href="https://redirect.github.com/evanw/esbuild/issues/3802">#3802</a>)</p> <p>This release drops support for the following operating systems:</p> <ul> <li>Windows 7</li> <li>Windows 8</li> <li>Windows Server 2008</li> <li>Windows Server 2012</li> </ul> <p>This is because the Go programming language dropped support for these operating system versions in <a href="https://go.dev/doc/go1.21#windows">Go 1.21</a>, and this release updates esbuild from Go 1.20 to Go 1.22.</p> <p>Note that this only affects the binary esbuild executables that are published to the <code>esbuild</code> npm package. It's still possible to compile esbuild's source code for these older operating systems. If you need to, you can compile esbuild for yourself using an older version of the Go compiler (before Go version 1.21). That might look something like this:</p> <pre><code>git clone https://github.com/evanw/esbuild.git cd esbuild go build ./cmd/esbuild ./esbuild.exe --version </code></pre> <p>In addition, this release increases the minimum required node version for esbuild's JavaScript API from node 12 to node 18. Node 18 is the oldest version of node that is still being supported (see node's <a href="https://nodejs.org/en/about/previous-releases">release schedule</a> for more information). This increase is because of an incompatibility between the JavaScript that the Go compiler generates for the <code>esbuild-wasm</code> package and versions of node before node 17.4 (specifically the <code>crypto.getRandomValues</code> function).</p> </li> <li> <p>Update <code>await using</code> behavior to match TypeScript</p> <p>TypeScript 5.5 subtly changes the way <code>await using</code> behaves. This release updates esbuild to match these changes in TypeScript. You can read more about these changes in <a href="https://redirect.github.com/microsoft/TypeScript/pull/58624">microsoft/TypeScript#58624</a>.</p> </li> <li> <p>Allow <code>es2024</code> as a target environment</p> <p>The ECMAScript 2024 specification was just approved, so it has been added to esbuild as a possible compilation target. You can read more about the features that it adds here: <a href="https://2ality.com/2024/06/ecmascript-2024.html">https://2ality.com/2024/06/ecmascript-2024.html</a>. The only addition that's relevant for esbuild is the regular expression <code>/v</code> flag. With <code>--target=es2024</code>, regular expressions that use the <code>/v</code> flag will now be passed through untransformed instead of being transformed into a call to <code>new RegExp</code>.</p> </li> <li> <p>Publish binaries for OpenBSD on 64-bit ARM (<a href="https://redirect.github.com/evanw/esbuild/issues/3665">#3665</a>, <a href="https://redirect.github.com/evanw/esbuild/pull/3674">#3674</a>)</p> <p>With this release, you should now be able to install the <code>esbuild</code> npm package in OpenBSD on 64-bit ARM, such as on an Apple device with an M1 chip.</p> <p>This was contributed by <a href="https://github.com/ikmckenz"><code>@ikmckenz</code></a>.</p> </li> <li> <p>Publish binaries for WASI (WebAssembly System Interface) preview 1 (<a href="https://redirect.github.com/evanw/esbuild/issues/3300">#3300</a>, <a href="https://redirect.github.com/evanw/esbuild/pull/3779">#3779</a>)</p> <p>The upcoming WASI (WebAssembly System Interface) standard is going to be a way to run WebAssembly outside of a JavaScript host environment. In this scenario you only need a <code>.wasm</code> file without any supporting JavaScript code. Instead of JavaScript providing the APIs for the host environment, the WASI standard specifies a "system interface" that WebAssembly code can access directly (e.g. for file system access).</p> </li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/evanw/esbuild/blob/main/CHANGELOG.md">esbuild's changelog</a>.</em></p> <blockquote> <h2>0.22.0</h2> <p><strong>This release deliberately contains backwards-incompatible changes.</strong> To avoid automatically picking up releases like this, you should either be pinning the exact version of <code>esbuild</code> in your <code>package.json</code> file (recommended) or be using a version range syntax that only accepts patch upgrades such as <code>^0.21.0</code> or <code>~0.21.0</code>. See npm's documentation about <a href="https://docs.npmjs.com/cli/v6/using-npm/semver/">semver</a> for more information.</p> <ul> <li> <p>Omit packages from bundles by default when targeting node (<a href="https://redirect.github.com/evanw/esbuild/issues/1874">#1874</a>, <a href="https://redirect.github.com/evanw/esbuild/issues/2830">#2830</a>, <a href="https://redirect.github.com/evanw/esbuild/issues/2846">#2846</a>, <a href="https://redirect.github.com/evanw/esbuild/issues/2915">#2915</a>, <a href="https://redirect.github.com/evanw/esbuild/issues/3145">#3145</a>, <a href="https://redirect.github.com/evanw/esbuild/issues/3294">#3294</a>, <a href="https://redirect.github.com/evanw/esbuild/issues/3323">#3323</a>, <a href="https://redirect.github.com/evanw/esbuild/issues/3582">#3582</a>, <a href="https://redirect.github.com/evanw/esbuild/issues/3809">#3809</a>, <a href="https://redirect.github.com/evanw/esbuild/issues/3815">#3815</a>)</p> <p>This breaking change is an experiment. People are commonly confused when using esbuild to bundle code for node (i.e. for <code>--platform=node</code>) because some packages may not be intended for bundlers, and may use node-specific features that don't work with a bundler. Even though esbuild's "getting started" instructions say to use <code>--packages=external</code> to work around this problem, many people don't read the documentation and don't do this, and are then confused when it doesn't work. So arguably this is a bad default behavior for esbuild to have if people keep tripping over this.</p> <p>With this release, esbuild will now omit packages from the bundle by default when the platform is <code>node</code> (i.e. the previous behavior of <code>--packages=external</code> is now the default in this case). <em>Note that your dependencies must now be present on the file system when your bundle is run.</em> If you don't want this behavior, you can do <code>--packages=bundle</code> to allow packages to be included in the bundle (i.e. the previous default behavior). Note that <code>--packages=bundle</code> doesn't mean all packages are bundled, just that packages are allowed to be bundled. You can still exclude individual packages from the bundle using <code>--external:</code> even when <code>--packages=bundle</code> is present.</p> <p>The <code>--packages=</code> setting considers all import paths that "look like" package imports in the original source code to be package imports. Specifically import paths that don't start with a path segment of <code>/</code> or <code>.</code> or <code>..</code> are considered to be package imports. The only two exceptions to this rule are <a href="https://nodejs.org/api/packages.html#subpath-imports">subpath imports</a> (which start with a <code>#</code> character) and TypeScript path remappings via <code>paths</code> and/or <code>baseUrl</code> in <code>tsconfig.json</code> (which are applied first).</p> </li> <li> <p>Drop support for older platforms (<a href="https://redirect.github.com/evanw/esbuild/issues/3802">#3802</a>)</p> <p>This release drops support for the following operating systems:</p> <ul> <li>Windows 7</li> <li>Windows 8</li> <li>Windows Server 2008</li> <li>Windows Server 2012</li> </ul> <p>This is because the Go programming language dropped support for these operating system versions in <a href="https://go.dev/doc/go1.21#windows">Go 1.21</a>, and this release updates esbuild from Go 1.20 to Go 1.22.</p> <p>Note that this only affects the binary esbuild executables that are published to the <code>esbuild</code> npm package. It's still possible to compile esbuild's source code for these older operating systems. If you need to, you can compile esbuild for yourself using an older version of the Go compiler (before Go version 1.21). That might look something like this:</p> <pre><code>git clone https://github.com/evanw/esbuild.git cd esbuild go build ./cmd/esbuild ./esbuild.exe --version </code></pre> <p>In addition, this release increases the minimum required node version for esbuild's JavaScript API from node 12 to node 18. Node 18 is the oldest version of node that is still being supported (see node's <a href="https://nodejs.org/en/about/previous-releases">release schedule</a> for more information). This increase is because of an incompatibility between the JavaScript that the Go compiler generates for the <code>esbuild-wasm</code> package and versions of node before node 17.4 (specifically the <code>crypto.getRandomValues</code> function).</p> </li> <li> <p>Update <code>await using</code> behavior to match TypeScript</p> <p>TypeScript 5.5 subtly changes the way <code>await using</code> behaves. This release updates esbuild to match these changes in TypeScript. You can read more about these changes in <a href="https://redirect.github.com/microsoft/TypeScript/pull/58624">microsoft/TypeScript#58624</a>.</p> </li> <li> <p>Allow <code>es2024</code> as a target environment</p> <p>The ECMAScript 2024 specification was just approved, so it has been added to esbuild as a possible compilation target. You can read more about the features that it adds here: <a href="https://2ality.com/2024/06/ecmascript-2024.html">https://2ality.com/2024/06/ecmascript-2024.html</a>. The only addition that's relevant for esbuild is the regular expression <code>/v</code> flag. With <code>--target=es2024</code>, regular expressions that use the <code>/v</code> flag will now be passed through untransformed instead of being transformed into a call to <code>new RegExp</code>.</p> </li> <li> <p>Publish binaries for OpenBSD on 64-bit ARM (<a href="https://redirect.github.com/evanw/esbuild/issues/3665">#3665</a>, <a href="https://redirect.github.com/evanw/esbuild/pull/3674">#3674</a>)</p> <p>With this release, you should now be able to install the <code>esbuild</code> npm package in OpenBSD on 64-bit ARM, such as on an Apple device with an M1 chip.</p> <p>This was contributed by <a href="https://github.com/ikmckenz"><code>@ikmckenz</code></a>.</p> </li> <li> <p>Publish binaries for WASI (WebAssembly System Interface) preview 1 (<a href="https://redirect.github.com/evanw/esbuild/issues/3300">#3300</a>, <a href="https://redirect.github.com/evanw/esbuild/pull/3779">#3779</a>)</p> </li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/evanw/esbuild/commit/80c6e6ea094a71691ab1644ab61494cc67729365"><code>80c6e6e</code></a> publish 0.22.0 to npm</li> <li><a href="https://github.com/evanw/esbuild/commit/196dcad1954cdd462cd41ca6bd93ca528b15c0f8"><code>196dcad</code></a> fix <a href="https://redirect.github.com/evanw/esbuild/issues/1874">#1874</a>: node defaults to <code>--packages=external</code></li> <li><a href="https://github.com/evanw/esbuild/commit/3f57db853fac17268358cf155268834861aba21b"><code>3f57db8</code></a> release notes for <a href="https://redirect.github.com/evanw/esbuild/issues/3539">#3539</a></li> <li><a href="https://github.com/evanw/esbuild/commit/91663db644e08d92823f1ee18a506aefcbc4db87"><code>91663db</code></a> Provide API to create a custom esbuild CLI with plugins (<a href="https://redirect.github.com/evanw/esbuild/issues/3539">#3539</a>)</li> <li><a href="https://github.com/evanw/esbuild/commit/e01c0e028ce352ad12e7e534775bfbe2c37656c6"><code>e01c0e0</code></a> also mention <a href="https://redirect.github.com/evanw/esbuild/issues/3665">#3665</a> in release notes</li> <li><a href="https://github.com/evanw/esbuild/commit/65711b32d57d84eb20203199b990c6753c10cfbf"><code>65711b3</code></a> release notes for <a href="https://redirect.github.com/evanw/esbuild/issues/3674">#3674</a></li> <li><a href="https://github.com/evanw/esbuild/commit/63eb8140a7dd878727d3682654be5e609dc2f793"><code>63eb814</code></a> Add OpenBSD arm64 (<a href="https://redirect.github.com/evanw/esbuild/issues/3674">#3674</a>)</li> <li><a href="https://github.com/evanw/esbuild/commit/b7220009d0fde2e89917ed3ea97c6b8ca04adbf1"><code>b722000</code></a> fix <a href="https://redirect.github.com/evanw/esbuild/issues/3300">#3300</a>, fix <a href="https://redirect.github.com/evanw/esbuild/issues/3779">#3779</a>: add <code>@esbuild/wasi-preview1</code></li> <li><a href="https://github.com/evanw/esbuild/commit/6679ec8c7fc04bf4d31504c4f9d6f2b9006725d3"><code>6679ec8</code></a> fix: verbose analyse output improperly trimmed (<a href="https://redirect.github.com/evanw/esbuild/issues/3785">#3785</a>)</li> <li><a href="https://github.com/evanw/esbuild/commit/94f09ea521d966f9223c002943ef840be5703aa0"><code>94f09ea</code></a> fix <a href="https://redirect.github.com/evanw/esbuild/issues/3790">#3790</a>: warn about incorrect <code>onResolve</code> plugin</li> <li>Additional commits viewable in <a href="https://github.com/evanw/esbuild/compare/v0.21.4...v0.22.0">compare view</a></li> </ul> </details> <br /> Updates `execa` from 9.1.0 to 9.3.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/sindresorhus/execa/releases">execa's releases</a>.</em></p> <blockquote> <h2>v9.3.0</h2> <h2>Features</h2> <ul> <li>The <a href="https://github.com/sindresorhus/execa/blob/HEAD/docs/api.md#optionsverbose"><code>verbose</code></a> option can now be <a href="https://github.com/sindresorhus/execa/blob/HEAD/docs/api.md#verbose-function">a function</a> to <a href="https://github.com/sindresorhus/execa/blob/HEAD/docs/debugging.md#custom-logging">customize logging</a>. (<a href="https://redirect.github.com/sindresorhus/execa/issues/1130">#1130</a>)</li> </ul> <h2>v9.2.0</h2> <p>This release includes a <a href="https://github.com/sindresorhus/execa/blob/HEAD/docs/ipc.md">new set of methods</a> to exchange messages between the current process and a Node.js subprocess, also known as "IPC". This allows <a href="https://github.com/sindresorhus/execa/blob/HEAD/docs/input.md#any-input-type">passing</a> and <a href="https://github.com/sindresorhus/execa/blob/HEAD/docs/output.md#any-output-type">returning</a> almost any message type to/from a Node.js subprocess. Also, <a href="https://github.com/sindresorhus/execa/blob/HEAD/docs/ipc.md#debugging">debugging</a> IPC is now much easier.</p> <p>Moreover, a new <a href="https://github.com/sindresorhus/execa/blob/HEAD/docs/api.md#optionsgracefulcancel"><code>gracefulCancel</code></a> option has also been added to <a href="https://github.com/sindresorhus/execa/blob/HEAD/docs/termination.md#graceful-termination">terminate a subprocess gracefully</a>.</p> <p>For a deeper dive-in, please check and share the <a href="https://medium.com/@ehmicky/ipc-made-easy-with-execa-9-2-939c6a358731">release post</a>!</p> <p>Thanks <a href="https://github.com/iiroj"><code>@iiroj</code></a> for your contribution, <a href="https://github.com/SimonSiefke"><code>@SimonSiefke</code></a> and <a href="https://github.com/adymorz"><code>@adymorz</code></a> for reporting the bugs fixed in this release, and <a href="https://github.com/karlhorky"><code>@karlhorky</code></a> for improving the documentation!</p> <h2>Deprecations</h2> <ul> <li>Passing <code>'ipc'</code> to the <a href="https://github.com/sindresorhus/execa/blob/HEAD/docs/api.md#optionsstdio"><code>stdio</code></a> option has been deprecated. It will be removed in the next major release. Instead, the <a href="https://github.com/sindresorhus/execa/blob/HEAD/docs/api.md#optionsipc"><code>ipc: true</code></a> option should be used. (<a href="https://redirect.github.com/sindresorhus/execa/issues/1056">#1056</a>)</li> </ul> <pre lang="diff"><code>- await execa('npm', ['run', 'build'], {stdio: ['pipe', 'pipe', 'pipe', 'ipc']}); + await execa('npm', ['run', 'build'], {ipc: true}); </code></pre> <ul> <li>The <a href="https://github.com/sindresorhus/execa/blob/v9.1.0/docs/api.md#execacommandcommand-options"><code>execaCommand()</code></a> method has been deprecated. It will be removed in the next major release. If most cases, the <a href="https://github.com/sindresorhus/execa/blob/HEAD/docs/execution.md#template-string-syntax">template string syntax</a> should be used instead.</li> </ul> <pre lang="diff"><code>- import {execaCommand} from 'execa'; + import {execa} from 'execa'; <ul> <li>await execaCommand('npm run build');</li> </ul> <ul> <li>await execa<code>npm run build</code>;</li> </ul> <p>const taskName = 'build';</p> <ul> <li>await execaCommand(<code>npm run ${taskName}</code>);</li> </ul> <ul> <li>await execa<code>npm run ${taskName}</code>;</li> </ul> <p>const commandArguments = ['run', 'task with space']; await execa<code>npm ${commandArguments}</code>; </code></pre></p> <p>If the file and/or multiple arguments are supplied as a single string, <a href="https://github.com/sindresorhus/execa/blob/main/docs/api.md#parsecommandstringcommand">parseCommandString(command)</a> can split that string into an array. <a href="https://github.com/sindresorhus/execa/blob/HEAD/docs/escaping.md">More info.</a> (<a href="https://redirect.github.com/sindresorhus/execa/issues/1054">#1054</a>)</p> <pre lang="diff"><code>- import {execaCommand} from 'execa'; + import {execa, parseCommandString} from 'execa'; <p>const commandString = 'npm run task';</p> <ul> <li>await execaCommand(commandString);</li> </ul> <ul> <li>const commandArray = parseCommandString(commandString); // ['npm', 'run', 'task']</li> <li>await execa<code>${commandArray}</code>; </tr></table> </code></pre></li> </ul> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/sindresorhus/execa/commit/57658b0190dc0f0e5ed2c5984c9d9ea526e085b5"><code>57658b0</code></a> 9.3.0</li> <li><a href="https://github.com/sindresorhus/execa/commit/8daf3484e94b2a1515bc152f3ca2047910d48e19"><code>8daf348</code></a> Allow <code>verbose</code> option to be a function for custom logging (<a href="https://redirect.github.com/sindresorhus/execa/issues/1130">#1130</a>)</li> <li><a href="https://github.com/sindresorhus/execa/commit/78edcb9f2ba4d52ee3e28a499544b038c1cc3f99"><code>78edcb9</code></a> Fix c8 memory crash (<a href="https://redirect.github.com/sindresorhus/execa/issues/1129">#1129</a>)</li> <li><a href="https://github.com/sindresorhus/execa/commit/18d320f93a8b747e583497c613b018b0ef468eca"><code>18d320f</code></a> Refactor test helpers for the <code>verbose</code> option (<a href="https://redirect.github.com/sindresorhus/execa/issues/1128">#1128</a>)</li> <li><a href="https://github.com/sindresorhus/execa/commit/37e00242eaadd2590b5fda32d2062ff028b828e1"><code>37e0024</code></a> Add more tests for the <code>verbose</code> option (<a href="https://redirect.github.com/sindresorhus/execa/issues/1127">#1127</a>)</li> <li><a href="https://github.com/sindresorhus/execa/commit/f9f1199f675be9972897135124e9d2947acdb093"><code>f9f1199</code></a> Refactor <code>verbose</code> logic (<a href="https://redirect.github.com/sindresorhus/execa/issues/1126">#1126</a>)</li> <li><a href="https://github.com/sindresorhus/execa/commit/cbe805c72ddcff932d8c37bb1910aa6864099cea"><code>cbe805c</code></a> 9.2.0</li> <li><a href="https://github.com/sindresorhus/execa/commit/8ae69754d99c55bff5d1484d9feb7a08e1630a13"><code>8ae6975</code></a> Send fewer requests with link checking (<a href="https://redirect.github.com/sindresorhus/execa/issues/1122">#1122</a>)</li> <li><a href="https://github.com/sindresorhus/execa/commit/e15e5162c108f41289844eea3025930fa0785ea1"><code>e15e516</code></a> Fix typo in IPC documentation (<a href="https://redirect.github.com/sindresorhus/execa/issues/1121">#1121</a>)</li> <li><a href="https://github.com/sindresorhus/execa/commit/4044152329a177a1463e8398e55058dfcb3571df"><code>4044152</code></a> Automatically check Markdown links (<a href="https://redirect.github.com/sindresorhus/execa/issues/1120">#1120</a>)</li> <li>Additional commits viewable in <a href="https://github.com/sindresorhus/execa/compare/v9.1.0...v9.3.0">compare view</a></li> </ul> </details> <br /> Updates `yaml` from 2.4.2 to 2.4.5 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/eemeli/yaml/releases">yaml's releases</a>.</em></p> <blockquote> <h2>v2.4.5</h2> <ul> <li>Improve tab handling (<a href="https://redirect.github.com/eemeli/yaml/issues/553">#553</a>, yaml-test-suite tests <a href="https://github.com/yaml/yaml-test-suite/blob/main/src/DK95.yaml">DK95</a> & <a href="https://github.com/yaml/yaml-test-suite/blob/main/src/Y79Y.yaml">Y79Y</a>)</li> </ul> <h2>v2.4.4</h2> <p>With special thanks to <a href="https://github.com/RedCMD"><code>@RedCMD</code></a> for finding and reporting all of the following:</p> <ul> <li>Allow comment after top-level block scalar with explicit indent indicator (<a href="https://redirect.github.com/eemeli/yaml/issues/547">#547</a>)</li> <li>Allow tab as indent for line comments before nodes (<a href="https://redirect.github.com/eemeli/yaml/issues/548">#548</a>)</li> <li>Do not allow tab before block collection (<a href="https://redirect.github.com/eemeli/yaml/issues/549">#549</a>)</li> <li>In flow collections, allow <code>[]{}</code> immediately after <code>:</code> with plain key (<a href="https://redirect.github.com/eemeli/yaml/issues/550">#550</a>)</li> <li>Require indentation for <code>?</code> explicit-key contents (<a href="https://redirect.github.com/eemeli/yaml/issues/551">#551</a>)</li> <li>Require indentation from block scalar header & flow collections in mapping values (<a href="https://redirect.github.com/eemeli/yaml/issues/553">#553</a>)</li> </ul> <h2>v2.4.3</h2> <ul> <li>Improve error when parsing a non-string value (<a href="https://redirect.github.com/eemeli/yaml/issues/459">#459</a>)</li> <li>Do not parse <code>-.NaN</code> or <code>+.nan</code> as NaN (<a href="https://redirect.github.com/eemeli/yaml/issues/546">#546</a>)</li> <li>Support <code>#</code> within <code>%TAG</code> prefixes with trailing <code>#comments</code></li> <li>Check for non-node complex keys when stringifying with simpleKeys (<a href="https://redirect.github.com/eemeli/yaml/issues/541">#541</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/eemeli/yaml/commit/1b8fde6717c096446d4b1cf9e21ef1fb87090385"><code>1b8fde6</code></a> 2.4.5</li> <li><a href="https://github.com/eemeli/yaml/commit/f3c7d030e919347c20f414c08c8110bf9974dc85"><code>f3c7d03</code></a> test: Obey yaml-test-suite skip instructions</li> <li><a href="https://github.com/eemeli/yaml/commit/4e66d72c7666de561de2f03aea555ef8d85f82ea"><code>4e66d72</code></a> fix: Improve tab handling (tests DK95 & Y79Y, <a href="https://redirect.github.com/eemeli/yaml/issues/553">#553</a>)</li> <li><a href="https://github.com/eemeli/yaml/commit/d06f3867ae9af453ad115f73b83bad0095b65125"><code>d06f386</code></a> 2.4.4</li> <li><a href="https://github.com/eemeli/yaml/commit/39053e83bb82fdaae06f484d25145b0f08f8b71b"><code>39053e8</code></a> chore: Satisfy strict TS</li> <li><a href="https://github.com/eemeli/yaml/commit/8baee44423baded552bab0390e10c48662af08ad"><code>8baee44</code></a> test: Use source files for yaml-test-suite tests</li> <li><a href="https://github.com/eemeli/yaml/commit/280a861919b77a3e04e774ceca548732ac7e64ec"><code>280a861</code></a> fix: Allow comment after top-level block scalar with explicit indent indicato...</li> <li><a href="https://github.com/eemeli/yaml/commit/767bc477e63138cac21cb29664d911b97363e8a2"><code>767bc47</code></a> fix: Require indentation from block scalar header & flow collections in mappi...</li> <li><a href="https://github.com/eemeli/yaml/commit/5096f837863a63abda5fb0204e251ba286d11acc"><code>5096f83</code></a> fix: Require indentation for ? explicit-key contents (fixes <a href="https://redirect.github.com/eemeli/yaml/issues/551">#551</a>)</li> <li><a href="https://github.com/eemeli/yaml/commit/22f2c6faddb6c3bff77ec0a8e42f169d4c0a9e48"><code>22f2c6f</code></a> fix: In flow collections, allow []{} immediately after : with plain key (fixe...</li> <li>Additional commits viewable in <a href="https://github.com/eemeli/yaml/compare/v2.4.2...v2.4.5">compare view</a></li> </ul> </details> <br /> 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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 <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore <dependency name> 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 <dependency name> 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 <dependency name>` 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 <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </details> --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Gregor Martynus <39992+gr2m@users.noreply.github.com> |
||
|
|
31c86eb3b3 |
build(release): 1.10.3 [skip ci]
## [1.10.3](https://github.com/actions/create-github-app-token/compare/v1.10.2...v1.10.3) (2024-07-01)
### Bug Fixes
* **deps:** bump undici from 6.18.2 to 6.19.2 in the production-dependencies group ([#149](https://github.com/actions/create-github-app-token/issues/149)) ([
|
||
|
|
66a7045686 |
fix: do not revoke token if already expired (#147)
Closes #140 The pull request at #95 introduced changes to avoid revoking expired tokens by saving the `expiresAt` value in the state. The change, however, used `core.setOutput` instead of `core.setState` meaning the value is not saved in the state but rather available in the output. ```javascript if (!skipTokenRevoke) { core.saveState("token", authentication.token); core.setOutput("expiresAt", authentication.expiresAt); } ``` This means that when we use the value downstream, it evaluates to an empty string and the following code block is never run: ```javascript const expiresAt = core.getState("expiresAt"); if (expiresAt && tokenExpiresIn(expiresAt) < 0) { core.info("Token expired, skipping token revocation"); return; } ``` This is a tiny PR to correct that typo. |
||
|
|
c8f55efbd4 |
build(release): 1.10.1 [skip ci]
## [1.10.1](https://github.com/actions/create-github-app-token/compare/v1.10.0...v1.10.1) (2024-06-03)
### Bug Fixes
* **deps:** bump the production-dependencies group with 2 updates ([#138](https://github.com/actions/create-github-app-token/issues/138)) ([
|
||
|
|
a0de6af839 |
build(release): 1.10.0 [skip ci]
# [1.10.0](https://github.com/actions/create-github-app-token/compare/v1.9.3...v1.10.0) (2024-05-01)
### Features
* **`private-key`:** escaped newlines will be replaced ([#132](https://github.com/actions/create-github-app-token/issues/132)) ([
|
||
|
|
7bfa3a4717 |
build(release): 1.9.3 [skip ci]
## [1.9.3](https://github.com/actions/create-github-app-token/compare/v1.9.2...v1.9.3) (2024-04-04)
### Bug Fixes
* **deps:** bump undici from 6.10.2 to 6.11.1 ([#125](https://github.com/actions/create-github-app-token/issues/125)) ([
|
||
|
|
6c406e8a24 |
build(release): 1.9.2 [skip ci]
## [1.9.2](https://github.com/actions/create-github-app-token/compare/v1.9.1...v1.9.2) (2024-04-01)
### Bug Fixes
* **deps:** bump the production-dependencies group with 1 update ([#123](https://github.com/actions/create-github-app-token/issues/123)) ([
|
||
|
|
babaff4320 |
feat(outputs): app-slug and installation-id (#105)
It is convenient to use `https://api.github.com/users/$app_slug[bot]` to obtain the corresponding account ID later. Then build `Signed-off-by: $app_slug[bot] <$id+$app_slug[bot]@users.noreply.github.com>`. Currently, there is no Linux environment to build test snapshot files |
||
|
|
f83fb279aa |
fix(deps): bump the production-dependencies group with 3 updates (#107)
Bumps the production-dependencies group with 3 updates: [@octokit/auth-app](https://github.com/octokit/auth-app.js), [@octokit/request](https://github.com/octokit/request.js) and [undici](https://github.com/nodejs/undici). Updates `@octokit/auth-app` from 6.0.3 to 6.0.4 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/octokit/auth-app.js/releases"><code>@octokit/auth-app</code>'s releases</a>.</em></p> <blockquote> <h2>v6.0.4</h2> <h2><a href="https://github.com/octokit/auth-app.js/compare/v6.0.3...v6.0.4">6.0.4</a> (2024-02-23)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>README:</strong> usage example (<a href="https://redirect.github.com/octokit/auth-app.js/issues/579">#579</a>) (<a href="https://github.com/octokit/auth-app.js/commit/61d61c24fba6fdd9b22f5ef8b0363f1b2755c449">61d61c2</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/octokit/auth-app.js/commit/61d61c24fba6fdd9b22f5ef8b0363f1b2755c449"><code>61d61c2</code></a> fix(README): usage example (<a href="https://redirect.github.com/octokit/auth-app.js/issues/579">#579</a>)</li> <li><a href="https://github.com/octokit/auth-app.js/commit/fb0624e13e7a174ec7466b1c1f88052ba35ffd80"><code>fb0624e</code></a> maint: fix some spelling errors (<a href="https://redirect.github.com/octokit/auth-app.js/issues/576">#576</a>)</li> <li><a href="https://github.com/octokit/auth-app.js/commit/e1677005ea9cc61dd83ba2c8618bf41a7b394aa9"><code>e167700</code></a> build(deps): lock file maintenance (<a href="https://redirect.github.com/octokit/auth-app.js/issues/577">#577</a>)</li> <li><a href="https://github.com/octokit/auth-app.js/commit/0c15ee7d029ed14daa0f2123929d775071438a8e"><code>0c15ee7</code></a> build(deps): lock file maintenance (<a href="https://redirect.github.com/octokit/auth-app.js/issues/574">#574</a>)</li> <li><a href="https://github.com/octokit/auth-app.js/commit/c97c234a4fa8bbd264835f01c31d15eb34ba614b"><code>c97c234</code></a> build(deps): lock file maintenance</li> <li><a href="https://github.com/octokit/auth-app.js/commit/f063a5e1206fcc8a6b3599bf656caddf6b9bca78"><code>f063a5e</code></a> chore(deps): update dependency prettier to v3.2.5 (<a href="https://redirect.github.com/octokit/auth-app.js/issues/572">#572</a>)</li> <li><a href="https://github.com/octokit/auth-app.js/commit/94a8663688434ead1016585a0469d870eb0b947b"><code>94a8663</code></a> build(deps): lock file maintenance (<a href="https://redirect.github.com/octokit/auth-app.js/issues/571">#571</a>)</li> <li><a href="https://github.com/octokit/auth-app.js/commit/bddd8ab063f507405691d638752d4bcd8963eaa5"><code>bddd8ab</code></a> chore(deps): update dependency esbuild to ^0.20.0</li> <li><a href="https://github.com/octokit/auth-app.js/commit/9733c31d6adb02d4d126ee3d64b1d7e59d94eb6f"><code>9733c31</code></a> ci(action): update peter-evans/create-or-update-comment action to v4</li> <li><a href="https://github.com/octokit/auth-app.js/commit/151f063ed3a18f596791c482eb6c4a7fdc924173"><code>151f063</code></a> chore(deps): update dependency prettier to v3.2.4 (<a href="https://redirect.github.com/octokit/auth-app.js/issues/567">#567</a>)</li> <li>Additional commits viewable in <a href="https://github.com/octokit/auth-app.js/compare/v6.0.3...v6.0.4">compare view</a></li> </ul> </details> <br /> Updates `@octokit/request` from 8.1.6 to 9.0.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/octokit/request.js/releases"><code>@octokit/request</code>'s releases</a>.</em></p> <blockquote> <h2>v9.0.1</h2> <h2><a href="https://github.com/octokit/request.js/compare/v9.0.0...v9.0.1">9.0.1</a> (2024-02-27)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>pkg:</strong> add <code>main</code> export (<a href="https://redirect.github.com/octokit/request.js/issues/681">#681</a>) (<a href="https://github.com/octokit/request.js/commit/1d834ae8f19ac3cf8740d1bb0e92530fd0f10ac6">1d834ae</a>)</li> </ul> <h2>v9.0.0</h2> <h1><a href="https://github.com/octokit/request.js/compare/v8.2.0...v9.0.0">9.0.0</a> (2024-02-24)</h1> <h3>Features</h3> <ul> <li>switch to ESM output (<a href="https://redirect.github.com/octokit/request.js/issues/678">#678</a>) (<a href="https://github.com/octokit/request.js/commit/517fd9803fe0790212d92925c87cf74bb1e2472c">517fd98</a>)</li> </ul> <h3>BREAKING CHANGES</h3> <ul> <li>Output a single ESM bundle</li> </ul> <h2>v9.0.0-beta.1</h2> <h1><a href="https://github.com/octokit/request.js/compare/v8.2.0...v9.0.0-beta.1">9.0.0-beta.1</a> (2024-02-23)</h1> <h3>Bug Fixes</h3> <ul> <li>improve spec compliance (<a href="https://github.com/octokit/request.js/commit/ca9eb20ba8f7f5f28b906b4f4c8c6739f6b518a7">ca9eb20</a>)</li> </ul> <h3>Features</h3> <ul> <li>switch to ESM output (<a href="https://github.com/octokit/request.js/commit/8df344f223adc1edd503ead801a0952a1809a555">8df344f</a>)</li> </ul> <h3>BREAKING CHANGES</h3> <ul> <li>Output a single ESM bundle</li> </ul> <h2>v8.2.0</h2> <h1><a href="https://github.com/octokit/request.js/compare/v8.1.6...v8.2.0">8.2.0</a> (2024-02-09)</h1> <h3>Features</h3> <ul> <li>add documentation link in error message (<a href="https://redirect.github.com/octokit/request.js/issues/667">#667</a>) (<a href="https://github.com/octokit/request.js/commit/dbfeab2ff9d4e7b5eaf7d155b1c4cdd630928753">dbfeab2</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/octokit/request.js/commit/1d834ae8f19ac3cf8740d1bb0e92530fd0f10ac6"><code>1d834ae</code></a> fix(pkg): add <code>main</code> export (<a href="https://redirect.github.com/octokit/request.js/issues/681">#681</a>)</li> <li><a href="https://github.com/octokit/request.js/commit/a71ea0eb042f0318c6045eef3e4a8210809da245"><code>a71ea0e</code></a> ci(action): update actions/add-to-project action to v0.6.0 (<a href="https://redirect.github.com/octokit/request.js/issues/680">#680</a>)</li> <li><a href="https://github.com/octokit/request.js/commit/10214d913bbd4c37c43148c2f4679b9d1e747751"><code>10214d9</code></a> docs(readme): examples use ESM (<a href="https://redirect.github.com/octokit/request.js/issues/609">#609</a>)</li> <li><a href="https://github.com/octokit/request.js/commit/517fd9803fe0790212d92925c87cf74bb1e2472c"><code>517fd98</code></a> feat: switch to ESM output (<a href="https://redirect.github.com/octokit/request.js/issues/678">#678</a>)</li> <li><a href="https://github.com/octokit/request.js/commit/bb0e1e19d9d5cd146863e02bf2319a53fb4c7a69"><code>bb0e1e1</code></a> test: remove <code>AbortController</code> and <code>AbortSignal</code> polyfills (<a href="https://redirect.github.com/octokit/request.js/issues/676">#676</a>)</li> <li><a href="https://github.com/octokit/request.js/commit/07b62594c2292e068e8a4d84413e53fa3990849f"><code>07b6259</code></a> ci(workflows): add write permissions to release workflow (<a href="https://redirect.github.com/octokit/request.js/issues/673">#673</a>)</li> <li><a href="https://github.com/octokit/request.js/commit/8a580802024c8c23bf09334b8bd2cf3f11d6f8c4"><code>8a58080</code></a> ci(workflows): add permissions (<a href="https://redirect.github.com/octokit/request.js/issues/669">#669</a>)</li> <li><a href="https://github.com/octokit/request.js/commit/dbfeab2ff9d4e7b5eaf7d155b1c4cdd630928753"><code>dbfeab2</code></a> feat: add documentation link in error message (<a href="https://redirect.github.com/octokit/request.js/issues/667">#667</a>)</li> <li><a href="https://github.com/octokit/request.js/commit/c013de4e24a01e0776661e46ba60fcf0d4670389"><code>c013de4</code></a> docs: fix spelling errors (<a href="https://redirect.github.com/octokit/request.js/issues/671">#671</a>)</li> <li><a href="https://github.com/octokit/request.js/commit/3d22c38bc0ed14fa5ff4a732bb62bee9b62fb5e6"><code>3d22c38</code></a> chore(deps): update dependency prettier to v3.2.5</li> <li>Additional commits viewable in <a href="https://github.com/octokit/request.js/compare/v8.1.6...v9.0.1">compare view</a></li> </ul> </details> <br /> Updates `undici` from 6.6.1 to 6.6.2 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/nodejs/undici/releases">undici's releases</a>.</em></p> <blockquote> <h2>v6.6.2</h2> <h2>What's Changed</h2> <ul> <li>fix: webidl.brandcheck non strict should throw by <a href="https://github.com/Uzlopak"><code>@Uzlopak</code></a> in <a href="https://redirect.github.com/nodejs/undici/pull/2683">nodejs/undici#2683</a></li> <li>fix: expose EventSource for nodejs by <a href="https://github.com/Uzlopak"><code>@Uzlopak</code></a> in <a href="https://redirect.github.com/nodejs/undici/pull/2645">nodejs/undici#2645</a></li> <li>test: more information from debug tests by <a href="https://github.com/Uzlopak"><code>@Uzlopak</code></a> in <a href="https://redirect.github.com/nodejs/undici/pull/2695">nodejs/undici#2695</a></li> <li>Fix broken test on linux by <a href="https://github.com/mcollina"><code>@mcollina</code></a> in <a href="https://redirect.github.com/nodejs/undici/pull/2699">nodejs/undici#2699</a></li> <li>fix: fix the linux patch by <a href="https://github.com/Uzlopak"><code>@Uzlopak</code></a> in <a href="https://redirect.github.com/nodejs/undici/pull/2703">nodejs/undici#2703</a></li> <li>test(wpt): mark timed out tests as 'failed' by <a href="https://github.com/rossilor95"><code>@rossilor95</code></a> in <a href="https://redirect.github.com/nodejs/undici/pull/2644">nodejs/undici#2644</a></li> <li>build(deps-dev): bump borp from 0.5.0 to 0.9.1 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/nodejs/undici/pull/2702">nodejs/undici#2702</a></li> <li>perf: use insertion sort algorithm by <a href="https://github.com/tsctx"><code>@tsctx</code></a> in <a href="https://redirect.github.com/nodejs/undici/pull/2706">nodejs/undici#2706</a></li> <li>fix: run node tests on merge by <a href="https://github.com/Uzlopak"><code>@Uzlopak</code></a> in <a href="https://redirect.github.com/nodejs/undici/pull/2707">nodejs/undici#2707</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/rossilor95"><code>@rossilor95</code></a> made their first contribution in <a href="https://redirect.github.com/nodejs/undici/pull/2644">nodejs/undici#2644</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/nodejs/undici/compare/v6.6.1...v6.6.2">https://github.com/nodejs/undici/compare/v6.6.1...v6.6.2</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/nodejs/undici/commit/e48df9620edf1428bd457f481d47fa2c77f75322"><code>e48df96</code></a> fix: run node tests on merge (<a href="https://redirect.github.com/nodejs/undici/issues/2707">#2707</a>)</li> <li><a href="https://github.com/nodejs/undici/commit/2b3c9b72c84155f8b4ad72a95f5c3a24d2d6045a"><code>2b3c9b7</code></a> perf: use insertion sort algorithm (<a href="https://redirect.github.com/nodejs/undici/issues/2706">#2706</a>)</li> <li><a href="https://github.com/nodejs/undici/commit/f1873208c02bcef7af64f08a194a2c065d7a0710"><code>f187320</code></a> Bumped v6.6.2</li> <li><a href="https://github.com/nodejs/undici/commit/8e1407824ccd55ed5348eb6fd13616975f4f3a25"><code>8e14078</code></a> build(deps-dev): bump borp from 0.5.0 to 0.9.1 (<a href="https://redirect.github.com/nodejs/undici/issues/2702">#2702</a>)</li> <li><a href="https://github.com/nodejs/undici/commit/fa28c054ee765f8533d36a2960912b86cc890ee7"><code>fa28c05</code></a> test(wpt): mark timed out tests as 'failed' (<a href="https://redirect.github.com/nodejs/undici/issues/2644">#2644</a>)</li> <li><a href="https://github.com/nodejs/undici/commit/d5ad4664732f928bd88a90a2f13c382f094fb5f9"><code>d5ad466</code></a> fix: fix the linux patch (<a href="https://redirect.github.com/nodejs/undici/issues/2703">#2703</a>)</li> <li><a href="https://github.com/nodejs/undici/commit/cf4d90dff47dd9d1be9241fe9a324f6b7f671dda"><code>cf4d90d</code></a> Fix broken test on linux (<a href="https://redirect.github.com/nodejs/undici/issues/2699">#2699</a>)</li> <li><a href="https://github.com/nodejs/undici/commit/a0812d8aed8752f76cdbd11f14693abd43689fa6"><code>a0812d8</code></a> test: more resilient debug tests (<a href="https://redirect.github.com/nodejs/undici/issues/2695">#2695</a>)</li> <li><a href="https://github.com/nodejs/undici/commit/415a54081deeb5b4a081897f60454f6bd107c6b0"><code>415a540</code></a> fix: expose eventsource for nodejs (<a href="https://redirect.github.com/nodejs/undici/issues/2645">#2645</a>)</li> <li><a href="https://github.com/nodejs/undici/commit/2cc38adb0fffbab8c917790c638206596083fd74"><code>2cc38ad</code></a> fix: webidl.brandcheck non strict should throw (<a href="https://redirect.github.com/nodejs/undici/issues/2683">#2683</a>)</li> <li>See full diff in <a href="https://github.com/nodejs/undici/compare/v6.6.1...v6.6.2">compare view</a></li> </ul> </details> <br /> 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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 <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore <dependency name> 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 <dependency name> 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 <dependency name>` 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 <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </details> --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Gregor Martynus <39992+gr2m@users.noreply.github.com> |
||
|
|
e8e39f73bb |
build(release): 1.8.1 [skip ci]
## [1.8.1](https://github.com/actions/create-github-app-token/compare/v1.8.0...v1.8.1) (2024-02-21)
### Bug Fixes
* **deps:** bump undici from 6.6.0 to 6.6.1 ([#103](https://github.com/actions/create-github-app-token/issues/103)) ([
|
||
|
|
f4c6bf6752 |
build(release): 1.8.0 [skip ci]
# [1.8.0](https://github.com/actions/create-github-app-token/compare/v1.7.0...v1.8.0) (2024-02-08)
### Features
* add proxy support ([#102](https://github.com/actions/create-github-app-token/issues/102)) ([
|
||
|
|
1f82f7df93 |
feat: add proxy support (#102)
Adds support for the following environment variables: - `https_proxy` - `HTTPS_PROXY` - `http_proxy` - `HTTP_PROXY` - `no_proxy` - `NO_PROXY` |
||
|
|
837e2752e0 |
feat: github-api-url (#88)
closes #77 --------- Co-authored-by: Parker Brown <17183625+parkerbxyz@users.noreply.github.com> |
||
|
|
c4fa18d55c |
build(release): 1.6.4 [skip ci]
## [1.6.4](https://github.com/actions/create-github-app-token/compare/v1.6.3...v1.6.4) (2024-01-19)
### Bug Fixes
* **revocation:** avoid revoking expired tokens and fail gracefully ([#95](https://github.com/actions/create-github-app-token/issues/95)) ([
|
||
|
|
0c014070f9 |
fix(revocation): avoid revoking expired tokens and fail gracefully (#95)
Fixes #72 If an Actions job is long enough, more than an hour can pass between creating and revoking the App token in the post-job clean up step. Since the token itself is used to authenticate with the revoke API, an expired token will fail to be revoked. This PR saves the token expiration in the actions state and uses that in the post step to determine if the token can be revoked. I've also added error handling to the revoke token API call, as it's unlikely that users would want their job to fail if the token can't be revoked. |
||
|
|
f04aa94d10 |
build(release): 1.6.3 [skip ci]
## [1.6.3](https://github.com/actions/create-github-app-token/compare/v1.6.2...v1.6.3) (2024-01-09)
### Bug Fixes
* **deps:** bump the production-dependencies group with 2 updates ([#94](https://github.com/actions/create-github-app-token/issues/94)) ([
|
||
|
|
495056a515 |
fix: handle clock skew (#87)
GitHub's macOS runners for the past while have had some bad clock drift
which sometimes prevents this action from working with the error:
```console
'Issued at' claim ('iat') must be an Integer representing the time that the assertion was issued
```
`@octokit/auth-app` already has logic to handle this so we can defer to
that code.
|
||
|
|
46e4a501e1 |
build(release): 1.6.1 [skip ci]
## [1.6.1](https://github.com/actions/create-github-app-token/compare/v1.6.0...v1.6.1) (2023-12-01)
### Bug Fixes
* **deps:** bump dependencies([#84](https://github.com/actions/create-github-app-token/issues/84)) ([
|
||
|
|
e995b4e40a |
build(release): 1.6.0 [skip ci]
# [1.6.0](https://github.com/actions/create-github-app-token/compare/v1.5.1...v1.6.0) (2023-11-16)
### Features
* add retry ([#79](https://github.com/actions/create-github-app-token/issues/79)) ([
|
||
|
|
eaddb9eb7e |
build(release): 1.5.1 [skip ci]
## [1.5.1](https://github.com/actions/create-github-app-token/compare/v1.5.0...v1.5.1) (2023-11-01)
### Bug Fixes
* **deps:** bump the production-dependencies group with 1 update ([#68](https://github.com/actions/create-github-app-token/issues/68)) ([
|
||
|
|
7b1d2aef87 |
feat: use dash notation for inputs (deprecates underscore notation) (#59)
Fixes #57 This PR implements the 3-step plan proposed by @gr2m in https://github.com/actions/create-github-app-token/issues/57#issuecomment-1751272252: > 1. Support both input types > 2. Log a deprecation warning for the old notation > 3. Add a test for deprecations Although this PR supports both input formats simultaneously, I opted _not_ to document the old format in the updated README. That’s a decision I’m happy to revisit, if y’all would prefer to have documentation for both the old and new formats. |
||
|
|
9ec88c41ee |
feat: Add a skip_token_revoke input for configuring token revocation (#54)
Fixes https://github.com/actions/create-github-app-token/issues/55 Currently, `actions/create-github-app-token` always/unconditionally revokes the installation access token in a `post` step, at the completion of the current job. This prevents tokens from being used in other jobs. This PR makes this behavior configurable: - When the `skip-token-revoke` input is not specified (i.e. by default), the token is revoked in a `post` step (i.e. the current behavior). - When the `skip-token-revoke` input is set to a truthy value (e.g. `"true"`[^1]), the token is not revoked in a `post` step. This PR adds a test for the `skip-token-revoke: "true"` case. This is configurable in other app token actions, e.g. [tibdex/github-app-token](https://github.com/tibdex/github-app-token/blob/3eb77c7243b85c65e84acfa93fdbac02fb6bd532/README.md?plain=1#L46-L47) and [wow-actions/use-app-token](https://github.com/wow-actions/use-app-token/blob/cd772994fc762f99cf291f308797341327a49b0c/README.md?plain=1#L132). [^1]: Note that `"false"` is also truthy: `Boolean("false")` is `true`. If we think that’ll potentially confuse folks, I can require `skip-token-revoke` to be set explicitly to `"true"`. |
||
|
|
d400084c45 |
build(release): 1.3.0 [skip ci]
# [1.3.0](https://github.com/actions/create-github-app-token/compare/v1.2.2...v1.3.0) (2023-10-04)
### Features
* support tokens scoped to multiple repositories within organization ([#46](https://github.com/actions/create-github-app-token/issues/46)) ([
|
||
|
|
20fd86373f |
feat: support tokens scoped to multiple repositories within organization (#46)
Co-authored-by: Gregor Martynus <39992+gr2m@users.noreply.github.com> Co-authored-by: Parker Brown <17183625+parkerbxyz@users.noreply.github.com> |
||
|
|
5804f049e1 |
build(release): 1.2.2 [skip ci]
## [1.2.2](https://github.com/actions/create-github-app-token/compare/v1.2.1...v1.2.2) (2023-10-02)
### Bug Fixes
* **deps:** bump the production-dependencies group with 3 updates ([#51](https://github.com/actions/create-github-app-token/issues/51)) ([
|
||
|
|
49ce228ea7 |
build(release): 1.2.1 [skip ci]
## [1.2.1](https://github.com/actions/create-github-app-token/compare/v1.2.0...v1.2.1) (2023-08-30)
### Bug Fixes
* **GHES:** respect `GITHUB_API_URL` when creating installation access token ([#38](https://github.com/actions/create-github-app-token/issues/38)) ([
|
||
|
|
c72844caa4 |
build(release): 1.2.0 [skip ci]
# [1.2.0](https://github.com/actions/create-github-app-token/compare/v1.1.5...v1.2.0) (2023-08-29)
### Features
* add GitHub Enterprise Server (GHES) support ([#36](https://github.com/actions/create-github-app-token/issues/36)) ([
|
||
|
|
35d8ea9fdb |
build(release): 1.1.4 [skip ci]
## [1.1.4](https://github.com/actions/create-github-app-token/compare/v1.1.3...v1.1.4) (2023-08-28)
### Bug Fixes
* **release:** build `dist/` before release ([#33](https://github.com/actions/create-github-app-token/issues/33)) ([
|
||
|
|
f45685208f |
feat: initial version (#1)
Co-authored-by: Parker Brown <17183625+parkerbxyz@users.noreply.github.com> Co-authored-by: Gregor Martynus <gr2m@users.noreply.github.com> |