v2.0.3
164 Commits
| Author | SHA1 | Message | Date | |
|---|---|---|---|---|
|
|
30bf6253fa |
build(release): 2.0.3 [skip ci]
## [2.0.3](https://github.com/actions/create-github-app-token/compare/v2.0.2...v2.0.3) (2025-05-01) ### Bug Fixes * **README:** use `v2` in examples ([#234](https://github.com/actions/create-github-app-token/issues/234)) ([v2.0.3 |
||
|
|
c3c17c79cc |
fix: use core.getBooleanInput() to retrieve boolean input values (#223)
This PR switches from evaluating values passed to `skip-token-revoke` as true if they are truthy in JavaScript, to using `getBooleanInput`. This change ensures that only proper YAML boolean values are recognized, preventing unintended evaluations to true. - The definition of `getBooleanInput` is here: definition of `core#getBooealnInput` is here: https://github.com/actions/toolkit/blob/930c89072712a3aac52d74b23338f00bb0cfcb24/packages/core/src/core.ts#L188-L208 The documentation states, `"If truthy, the token will not be revoked when the current job is complete"`, so this change could be considered a breaking change. This means that if there are users who rely on `truthy` and expect values like whitespace or `"false"` to be evaluated as true (though this is likely rare), it would be a breaking change. - `Boolean(" ")` and `Boolean("false")` are both evaluated as true. Alternatively, it can simply be considered a fix. How to handle this is up to the maintainer. Resolves https://github.com/actions/create-github-app-token/issues/216 |
||
|
|
9ba274d954 |
fix(README): use v2 in examples (#234)
Fixes #232 |
||
|
|
a3c826a204 | docs: fix typo in CONTRIBUTING.md (#233) | ||
|
|
3ff1caaa28 |
build(release): 2.0.2 [skip ci]
## [2.0.2](https://github.com/actions/create-github-app-token/compare/v2.0.1...v2.0.2) (2025-04-03)
### Bug Fixes
* improve log messages for token creation ([#226](https://github.com/actions/create-github-app-token/issues/226)) ([
v2.0.2
|
||
|
|
eaef29498f |
fix: improve log messages for token creation (#226)
Updated log messages to provide clearer and more consistent information. |
||
|
|
86e24964d6 |
build(release): 2.0.1 [skip ci]
## [2.0.1](https://github.com/actions/create-github-app-token/compare/v2.0.0...v2.0.1) (2025-04-03)
### Bug Fixes
* **deps:** bump the production-dependencies group across 1 directory with 2 updates ([#228](https://github.com/actions/create-github-app-token/issues/228)) ([
v2.0.1
|
||
|
|
2411bfc792 |
fix(deps): bump the production-dependencies group across 1 directory with 2 updates (#228)
Bumps the production-dependencies group with 2 updates in the / directory: [@octokit/auth-app](https://github.com/octokit/auth-app.js) and [undici](https://github.com/nodejs/undici). |
||
|
|
f17d09a7b5 |
build(deps-dev): bump the development-dependencies group with 3 updates (#225)
Bumps the development-dependencies group with 3 updates: [@octokit/openapi](https://github.com/octokit/openapi), [esbuild](https://github.com/evanw/esbuild), and [yaml](https://github.com/eemeli/yaml). |
||
|
|
e250d17c7a |
ci(update-permission-inputs): add permissions (#230)
Adds `contents: write` permissions to the update-permission-inputs.yml workflow file. |
||
|
|
ed258b491a | Rename workflow | ||
|
|
5c652ca715 | Update update-inputs.yml | ||
|
|
60ee75db78 |
ci(update-inputs): create initial version (#229)
Resolves #220. Updates action.yml inputs after an update to the octokit/openapi dependency. |
||
|
|
064492a9a1 |
build(release): 2.0.0 [skip ci]
# [2.0.0](https://github.com/actions/create-github-app-token/compare/v1.12.0...v2.0.0) (2025-04-03)
* feat!: remove deprecated inputs ([#213](https://github.com/actions/create-github-app-token/issues/213)) ([
v2.0.0
|
||
|
|
5cc811bc40 |
feat!: remove deprecated inputs (#213)
BREAKING CHANGE: Removed deprecated inputs (`app_id`, `private_key`, `skip_token_revoke`) and made `app-id` and `private-key` required in the action configuration. |
||
|
|
23b44b2c8e |
build: update package-lock.json on release (#227)
This pull request updates the release configuration to include package-lock.json. This should ensure the action version is update in package-lock.json when the release workflow runs. |
||
|
|
6f3f59186f |
docs: delete unused badge (#222)
It seems that there is an unused badge in this repository. This badge was introduced in https://github.com/actions/create-github-app-token/pull/70, but after some trial and error, it was removed from the README (https://github.com/actions/create-github-app-token/pull/70/commits/f28f8958a77a5e1e1f036ad308ffa00c25948a97 in the PR). However, the badge itself was not deleted. Therefore, this badge appears to be unnecessary. This patch removes it. |
||
|
|
d72941d797 |
build(release): 1.12.0 [skip ci]
# [1.12.0](https://github.com/actions/create-github-app-token/compare/v1.11.7...v1.12.0) (2025-03-27)
### Features
* permissions ([#168](https://github.com/actions/create-github-app-token/issues/168)) ([
v1
v1.12.0
|
||
|
|
0e0aa99a86 |
feat: permissions (#168)
- Load `app-permissions` from schema exported by `@octokit/openapi` - Update documentation in README.md - Implement the `permissions_*` inputs in the action code --------- Co-authored-by: Parker Brown <17183625+parkerbxyz@users.noreply.github.com> |
||
|
|
f577941506 |
Remove individuals form CODEOWNERS (#215)
Since we have the `@actions/create-github-app-token-maintainers`, we don't need explicit references to individuals on that team. |
||
|
|
af35edadc0 |
build(release): 1.11.7 [skip ci]
## [1.11.7](https://github.com/actions/create-github-app-token/compare/v1.11.6...v1.11.7) (2025-03-20)
### Bug Fixes
* **deps:** bump undici from 5.28.4 to 7.5.0 ([#214](https://github.com/actions/create-github-app-token/issues/214)) ([
v1.11.7
|
||
|
|
a24b46a462 |
fix(deps): bump undici from 5.28.4 to 7.5.0 (#214)
Bumps [undici](https://github.com/nodejs/undici) from 5.28.4 to 7.5.0. <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>v7.5.0</h2> <h2>What's Changed</h2> <ul> <li>feat(docs): button to switch dark and light mode by <a href="https://github.com/shivarm"><code>@shivarm</code></a> in <a href="https://redirect.github.com/nodejs/undici/pull/4044">nodejs/undici#4044</a></li> <li>feat: add mock call history to access request configuration in test by <a href="https://github.com/blephy"><code>@blephy</code></a> in <a href="https://redirect.github.com/nodejs/undici/pull/4029">nodejs/undici#4029</a></li> <li>fix: Fix retry-handler.js when retry-after header is a Date by <a href="https://github.com/fgiova"><code>@fgiova</code></a> in <a href="https://redirect.github.com/nodejs/undici/pull/4084">nodejs/undici#4084</a></li> <li>Update Cache Tests by <a href="https://github.com/github-actions"><code>@github-actions</code></a> in <a href="https://redirect.github.com/nodejs/undici/pull/4027">nodejs/undici#4027</a></li> <li>Allow disabling autoSelectFamily in an Agent by <a href="https://github.com/hitsthings"><code>@hitsthings</code></a> in <a href="https://redirect.github.com/nodejs/undici/pull/4070">nodejs/undici#4070</a></li> <li>Removed clients with unrecoverable errors from the Pool by <a href="https://github.com/mcollina"><code>@mcollina</code></a> in <a href="https://redirect.github.com/nodejs/undici/pull/4088">nodejs/undici#4088</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/blephy"><code>@blephy</code></a> made their first contribution in <a href="https://redirect.github.com/nodejs/undici/pull/4029">nodejs/undici#4029</a></li> <li><a href="https://github.com/fgiova"><code>@fgiova</code></a> made their first contribution in <a href="https://redirect.github.com/nodejs/undici/pull/4084">nodejs/undici#4084</a></li> <li><a href="https://github.com/hitsthings"><code>@hitsthings</code></a> made their first contribution in <a href="https://redirect.github.com/nodejs/undici/pull/4070">nodejs/undici#4070</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/nodejs/undici/compare/v7.4.0...v7.5.0">https://github.com/nodejs/undici/compare/v7.4.0...v7.5.0</a></p> <h2>v7.4.0</h2> <h2>What's Changed</h2> <ul> <li>fix: apply byte offset on Buffer.from by <a href="https://github.com/ronag"><code>@ronag</code></a> in <a href="https://redirect.github.com/nodejs/undici/pull/4019">nodejs/undici#4019</a></li> <li>fix: fetch body fallback random number generation by <a href="https://github.com/Uzlopak"><code>@Uzlopak</code></a> in <a href="https://redirect.github.com/nodejs/undici/pull/4023">nodejs/undici#4023</a></li> <li>Add release instructions by <a href="https://github.com/mcollina"><code>@mcollina</code></a> in <a href="https://redirect.github.com/nodejs/undici/pull/4022">nodejs/undici#4022</a></li> <li>Update Cache Tests by <a href="https://github.com/github-actions"><code>@github-actions</code></a> in <a href="https://redirect.github.com/nodejs/undici/pull/4020">nodejs/undici#4020</a></li> <li>Update WPT by <a href="https://github.com/github-actions"><code>@github-actions</code></a> in <a href="https://redirect.github.com/nodejs/undici/pull/4011">nodejs/undici#4011</a></li> <li>docs: document about global dispatcher and errors (<a href="https://redirect.github.com/nodejs/undici/issues/3987">#3987</a>) by <a href="https://github.com/zuozp8"><code>@zuozp8</code></a> in <a href="https://redirect.github.com/nodejs/undici/pull/4014">nodejs/undici#4014</a></li> <li>docs: fix incorrect method signature of <code>onResponseError</code> by <a href="https://github.com/tmair"><code>@tmair</code></a> in <a href="https://redirect.github.com/nodejs/undici/pull/4030">nodejs/undici#4030</a></li> <li>feat(docs): copy to clipboard button by <a href="https://github.com/shivarm"><code>@shivarm</code></a> in <a href="https://redirect.github.com/nodejs/undici/pull/4037">nodejs/undici#4037</a></li> <li>don't check AbortSignal maxListeners on some node versions by <a href="https://github.com/KhafraDev"><code>@KhafraDev</code></a> in <a href="https://redirect.github.com/nodejs/undici/pull/4045">nodejs/undici#4045</a></li> <li>feat: mark <code>EnvHttpProxyAgent</code> as stable by <a href="https://github.com/aduh95"><code>@aduh95</code></a> in <a href="https://redirect.github.com/nodejs/undici/pull/4049">nodejs/undici#4049</a></li> <li>test: fix windows wpt by <a href="https://github.com/metcoder95"><code>@metcoder95</code></a> in <a href="https://redirect.github.com/nodejs/undici/pull/4050">nodejs/undici#4050</a></li> <li>fix: do not throw unhandled exception when data is undefined in interceptor.reply by <a href="https://github.com/frederikprijck"><code>@frederikprijck</code></a> in <a href="https://redirect.github.com/nodejs/undici/pull/4036">nodejs/undici#4036</a></li> <li>fix: handle missing vary header values by <a href="https://github.com/gurgunday"><code>@gurgunday</code></a> in <a href="https://redirect.github.com/nodejs/undici/pull/4031">nodejs/undici#4031</a></li> <li>Update WPT by <a href="https://github.com/github-actions"><code>@github-actions</code></a> in <a href="https://redirect.github.com/nodejs/undici/pull/4028">nodejs/undici#4028</a></li> <li>Update WPT by <a href="https://github.com/github-actions"><code>@github-actions</code></a> in <a href="https://redirect.github.com/nodejs/undici/pull/4062">nodejs/undici#4062</a></li> <li>fix: fix EnvHttpProxyAgent for the Node.js bundle by <a href="https://github.com/joyeecheung"><code>@joyeecheung</code></a> in <a href="https://redirect.github.com/nodejs/undici/pull/4064">nodejs/undici#4064</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/zuozp8"><code>@zuozp8</code></a> made their first contribution in <a href="https://redirect.github.com/nodejs/undici/pull/4014">nodejs/undici#4014</a></li> <li><a href="https://github.com/tmair"><code>@tmair</code></a> made their first contribution in <a href="https://redirect.github.com/nodejs/undici/pull/4030">nodejs/undici#4030</a></li> <li><a href="https://github.com/shivarm"><code>@shivarm</code></a> made their first contribution in <a href="https://redirect.github.com/nodejs/undici/pull/4037">nodejs/undici#4037</a></li> <li><a href="https://github.com/frederikprijck"><code>@frederikprijck</code></a> made their first contribution in <a href="https://redirect.github.com/nodejs/undici/pull/4036">nodejs/undici#4036</a></li> <li><a href="https://github.com/joyeecheung"><code>@joyeecheung</code></a> made their first contribution in <a href="https://redirect.github.com/nodejs/undici/pull/4064">nodejs/undici#4064</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/nodejs/undici/compare/v7.3.0...v7.4.0">https://github.com/nodejs/undici/compare/v7.3.0...v7.4.0</a></p> <h2>v7.3.0</h2> <h2>What's Changed</h2> <ul> <li>fix: sqlite null ref by <a href="https://github.com/ronag"><code>@ronag</code></a> in <a href="https://redirect.github.com/nodejs/undici/pull/4016">nodejs/undici#4016</a></li> <li>fix: sqlite remove unnecessary parameter by <a href="https://github.com/ronag"><code>@ronag</code></a> in <a href="https://redirect.github.com/nodejs/undici/pull/4017">nodejs/undici#4017</a></li> <li>feat: sqlite add set and minor cleanup by <a href="https://github.com/ronag"><code>@ronag</code></a> in <a href="https://redirect.github.com/nodejs/undici/pull/4018">nodejs/undici#4018</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/nodejs/undici/commit/a180465f3ae472d1cc860badcc36bda5566ff2a5"><code>a180465</code></a> Bumped v7.5.0 (<a href="https://redirect.github.com/nodejs/undici/issues/4091">#4091</a>)</li> <li><a href="https://github.com/nodejs/undici/commit/f317618ec28753a4218beccea048bcf89c36db25"><code>f317618</code></a> Removed clients with unrecoverable errors from the Pool (<a href="https://redirect.github.com/nodejs/undici/issues/4088">#4088</a>)</li> <li><a href="https://github.com/nodejs/undici/commit/1e58b58523c59fa49ce5de61fefbae6825052633"><code>1e58b58</code></a> feat: Allow disabling autoSelectFamily in an Agent (<a href="https://redirect.github.com/nodejs/undici/issues/4070">#4070</a>)</li> <li><a href="https://github.com/nodejs/undici/commit/2767d0e4e9214bf36e446f82675e758c8ef2f49e"><code>2767d0e</code></a> chore: update cache tests (<a href="https://redirect.github.com/nodejs/undici/issues/4027">#4027</a>)</li> <li><a href="https://github.com/nodejs/undici/commit/ef276d4a296b99f547ed563a11e74ae71bc84bc1"><code>ef276d4</code></a> fix: Fix retry-handler.js when retry-after header is a Date (<a href="https://redirect.github.com/nodejs/undici/issues/4084">#4084</a>)</li> <li><a href="https://github.com/nodejs/undici/commit/61797882f210e7e6f2b34158c0f25336ff72a751"><code>6179788</code></a> feat: add mock call history to access request configuration in test (<a href="https://redirect.github.com/nodejs/undici/issues/4029">#4029</a>)</li> <li><a href="https://github.com/nodejs/undici/commit/f11ae944dab697d2dc22318403200b144b4b2b91"><code>f11ae94</code></a> feat(docs): button to switch dark and light mode (<a href="https://redirect.github.com/nodejs/undici/issues/4044">#4044</a>)</li> <li><a href="https://github.com/nodejs/undici/commit/6bb527e9d768c5ca5b98765c28cf403ad8b250fb"><code>6bb527e</code></a> Bumped v7.4.0 (<a href="https://redirect.github.com/nodejs/undici/issues/4071">#4071</a>)</li> <li><a href="https://github.com/nodejs/undici/commit/a217002369c403f5a84a870520294435632ef6eb"><code>a217002</code></a> fix: fix EnvHttpProxyAgent for the Node.js bundle (<a href="https://redirect.github.com/nodejs/undici/issues/4064">#4064</a>)</li> <li><a href="https://github.com/nodejs/undici/commit/782f06b1ec44043f858b8ad1f76225919ecd55db"><code>782f06b</code></a> chore: update WPT (<a href="https://redirect.github.com/nodejs/undici/issues/4062">#4062</a>)</li> <li>Additional commits viewable in <a href="https://github.com/nodejs/undici/compare/v5.28.4...v7.5.0">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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 this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/actions/create-github-app-token/network/alerts). </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> |
||
|
|
21cfef2b49 |
build(release): 1.11.6 [skip ci]
## [1.11.6](https://github.com/actions/create-github-app-token/compare/v1.11.5...v1.11.6) (2025-03-03)
### Bug Fixes
* **deps:** bump the production-dependencies group with 2 updates ([#210](https://github.com/actions/create-github-app-token/issues/210)) ([
v1.11.6
|
||
|
|
1ff1dea6a9 |
fix(deps): bump the production-dependencies group with 2 updates (#210)
Bumps the production-dependencies group with 2 updates: [@octokit/auth-app](https://github.com/octokit/auth-app.js) and [undici](https://github.com/nodejs/undici). Updates `@octokit/auth-app` from 7.1.4 to 7.1.5 <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>v7.1.5</h2> <h2><a href="https://github.com/octokit/auth-app.js/compare/v7.1.4...v7.1.5">7.1.5</a> (2025-02-15)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>deps:</strong> update octokit dependencies to mitigate ReDos vulnerability [security] (<a href="https://redirect.github.com/octokit/auth-app.js/issues/678">#678</a>) (<a href="https://github.com/octokit/auth-app.js/commit/499d1f62ce315cf04ce2a238917003ab0ff96064">499d1f6</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/octokit/auth-app.js/commit/499d1f62ce315cf04ce2a238917003ab0ff96064"><code>499d1f6</code></a> fix(deps): update octokit dependencies to mitigate ReDos vulnerability [secur...</li> <li><a href="https://github.com/octokit/auth-app.js/commit/d971a533cbd888d89a5cefd272ad8353760bf094"><code>d971a53</code></a> chore(deps): update dependency prettier to v3.5.1 (<a href="https://redirect.github.com/octokit/auth-app.js/issues/673">#673</a>)</li> <li><a href="https://github.com/octokit/auth-app.js/commit/b68bbc3c9e593d1505fb4c17ee251b0adeee4add"><code>b68bbc3</code></a> chore(deps): update dependency esbuild to ^0.25.0 (<a href="https://redirect.github.com/octokit/auth-app.js/issues/672">#672</a>)</li> <li><a href="https://github.com/octokit/auth-app.js/commit/7e719d412e16250cf2a4358d5b60fa0dc70b5e94"><code>7e719d4</code></a> build(deps-dev): bump vitest, <code>@vitest/coverage-v8</code> and <code>@vitest/ui</code> (<a href="https://redirect.github.com/octokit/auth-app.js/issues/671">#671</a>)</li> <li><a href="https://github.com/octokit/auth-app.js/commit/08dd3cf80ac14686d5b713f62a7a8962d53254e7"><code>08dd3cf</code></a> build(deps): lock file maintenance (<a href="https://redirect.github.com/octokit/auth-app.js/issues/670">#670</a>)</li> <li><a href="https://github.com/octokit/auth-app.js/commit/870cb26a39d86a37b7c5b63b8043981b0dd1c537"><code>870cb26</code></a> build(deps-dev): bump vite from 5.4.11 to 5.4.14 (<a href="https://redirect.github.com/octokit/auth-app.js/issues/669">#669</a>)</li> <li><a href="https://github.com/octokit/auth-app.js/commit/e64d7184187958fe8314ec09027209aca91bd226"><code>e64d718</code></a> build(deps): lock file maintenance (<a href="https://redirect.github.com/octokit/auth-app.js/issues/668">#668</a>)</li> <li><a href="https://github.com/octokit/auth-app.js/commit/f20db49b47d22d6a4045e26ad9a44e9e06008425"><code>f20db49</code></a> build(deps): lock file maintenance (<a href="https://redirect.github.com/octokit/auth-app.js/issues/666">#666</a>)</li> <li><a href="https://github.com/octokit/auth-app.js/commit/7e34dce9c1a7a864c3c152fc9f47fcda5075d9d9"><code>7e34dce</code></a> build(deps): lock file maintenance (<a href="https://redirect.github.com/octokit/auth-app.js/issues/664">#664</a>)</li> <li>See full diff in <a href="https://github.com/octokit/auth-app.js/compare/v7.1.4...v7.1.5">compare view</a></li> </ul> </details> <br /> Updates `undici` from 7.3.0 to 7.4.0 <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>v7.4.0</h2> <h2>What's Changed</h2> <ul> <li>fix: apply byte offset on Buffer.from by <a href="https://github.com/ronag"><code>@ronag</code></a> in <a href="https://redirect.github.com/nodejs/undici/pull/4019">nodejs/undici#4019</a></li> <li>fix: fetch body fallback random number generation by <a href="https://github.com/Uzlopak"><code>@Uzlopak</code></a> in <a href="https://redirect.github.com/nodejs/undici/pull/4023">nodejs/undici#4023</a></li> <li>Add release instructions by <a href="https://github.com/mcollina"><code>@mcollina</code></a> in <a href="https://redirect.github.com/nodejs/undici/pull/4022">nodejs/undici#4022</a></li> <li>Update Cache Tests by <a href="https://github.com/github-actions"><code>@github-actions</code></a> in <a href="https://redirect.github.com/nodejs/undici/pull/4020">nodejs/undici#4020</a></li> <li>Update WPT by <a href="https://github.com/github-actions"><code>@github-actions</code></a> in <a href="https://redirect.github.com/nodejs/undici/pull/4011">nodejs/undici#4011</a></li> <li>docs: document about global dispatcher and errors (<a href="https://redirect.github.com/nodejs/undici/issues/3987">#3987</a>) by <a href="https://github.com/zuozp8"><code>@zuozp8</code></a> in <a href="https://redirect.github.com/nodejs/undici/pull/4014">nodejs/undici#4014</a></li> <li>docs: fix incorrect method signature of <code>onResponseError</code> by <a href="https://github.com/tmair"><code>@tmair</code></a> in <a href="https://redirect.github.com/nodejs/undici/pull/4030">nodejs/undici#4030</a></li> <li>feat(docs): copy to clipboard button by <a href="https://github.com/shivarm"><code>@shivarm</code></a> in <a href="https://redirect.github.com/nodejs/undici/pull/4037">nodejs/undici#4037</a></li> <li>don't check AbortSignal maxListeners on some node versions by <a href="https://github.com/KhafraDev"><code>@KhafraDev</code></a> in <a href="https://redirect.github.com/nodejs/undici/pull/4045">nodejs/undici#4045</a></li> <li>feat: mark <code>EnvHttpProxyAgent</code> as stable by <a href="https://github.com/aduh95"><code>@aduh95</code></a> in <a href="https://redirect.github.com/nodejs/undici/pull/4049">nodejs/undici#4049</a></li> <li>test: fix windows wpt by <a href="https://github.com/metcoder95"><code>@metcoder95</code></a> in <a href="https://redirect.github.com/nodejs/undici/pull/4050">nodejs/undici#4050</a></li> <li>fix: do not throw unhandled exception when data is undefined in interceptor.reply by <a href="https://github.com/frederikprijck"><code>@frederikprijck</code></a> in <a href="https://redirect.github.com/nodejs/undici/pull/4036">nodejs/undici#4036</a></li> <li>fix: handle missing vary header values by <a href="https://github.com/gurgunday"><code>@gurgunday</code></a> in <a href="https://redirect.github.com/nodejs/undici/pull/4031">nodejs/undici#4031</a></li> <li>Update WPT by <a href="https://github.com/github-actions"><code>@github-actions</code></a> in <a href="https://redirect.github.com/nodejs/undici/pull/4028">nodejs/undici#4028</a></li> <li>Update WPT by <a href="https://github.com/github-actions"><code>@github-actions</code></a> in <a href="https://redirect.github.com/nodejs/undici/pull/4062">nodejs/undici#4062</a></li> <li>fix: fix EnvHttpProxyAgent for the Node.js bundle by <a href="https://github.com/joyeecheung"><code>@joyeecheung</code></a> in <a href="https://redirect.github.com/nodejs/undici/pull/4064">nodejs/undici#4064</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/zuozp8"><code>@zuozp8</code></a> made their first contribution in <a href="https://redirect.github.com/nodejs/undici/pull/4014">nodejs/undici#4014</a></li> <li><a href="https://github.com/tmair"><code>@tmair</code></a> made their first contribution in <a href="https://redirect.github.com/nodejs/undici/pull/4030">nodejs/undici#4030</a></li> <li><a href="https://github.com/shivarm"><code>@shivarm</code></a> made their first contribution in <a href="https://redirect.github.com/nodejs/undici/pull/4037">nodejs/undici#4037</a></li> <li><a href="https://github.com/frederikprijck"><code>@frederikprijck</code></a> made their first contribution in <a href="https://redirect.github.com/nodejs/undici/pull/4036">nodejs/undici#4036</a></li> <li><a href="https://github.com/joyeecheung"><code>@joyeecheung</code></a> made their first contribution in <a href="https://redirect.github.com/nodejs/undici/pull/4064">nodejs/undici#4064</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/nodejs/undici/compare/v7.3.0...v7.4.0">https://github.com/nodejs/undici/compare/v7.3.0...v7.4.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/nodejs/undici/commit/6bb527e9d768c5ca5b98765c28cf403ad8b250fb"><code>6bb527e</code></a> Bumped v7.4.0 (<a href="https://redirect.github.com/nodejs/undici/issues/4071">#4071</a>)</li> <li><a href="https://github.com/nodejs/undici/commit/a217002369c403f5a84a870520294435632ef6eb"><code>a217002</code></a> fix: fix EnvHttpProxyAgent for the Node.js bundle (<a href="https://redirect.github.com/nodejs/undici/issues/4064">#4064</a>)</li> <li><a href="https://github.com/nodejs/undici/commit/782f06b1ec44043f858b8ad1f76225919ecd55db"><code>782f06b</code></a> chore: update WPT (<a href="https://redirect.github.com/nodejs/undici/issues/4062">#4062</a>)</li> <li><a href="https://github.com/nodejs/undici/commit/608d5f6683b70576aa8dc0fb87a3514f370c28d5"><code>608d5f6</code></a> chore: update WPT (<a href="https://redirect.github.com/nodejs/undici/issues/4028">#4028</a>)</li> <li><a href="https://github.com/nodejs/undici/commit/4269dabb6c8a7027c0bcb7c7d24e7a09c90549cb"><code>4269dab</code></a> fix: handle missing vary header values (<a href="https://redirect.github.com/nodejs/undici/issues/4031">#4031</a>)</li> <li><a href="https://github.com/nodejs/undici/commit/c14781c6a9106cec8276db8741ad0b9b396ebf9b"><code>c14781c</code></a> fix: do not throw unhandled exception when data is undefined in interceptor.r...</li> <li><a href="https://github.com/nodejs/undici/commit/c7f3d77011234fe243c317ada1398044032342cc"><code>c7f3d77</code></a> test: fix windows wpt (<a href="https://redirect.github.com/nodejs/undici/issues/4050">#4050</a>)</li> <li><a href="https://github.com/nodejs/undici/commit/f7986284fa817e6e96fa55f24d6a9b6361251785"><code>f798628</code></a> feat: mark <code>EnvHttpProxyAgent</code> as stable (<a href="https://redirect.github.com/nodejs/undici/issues/4049">#4049</a>)</li> <li><a href="https://github.com/nodejs/undici/commit/d685d387f4b2b23ae0b81ce3a8e97a63bcaad80f"><code>d685d38</code></a> don't check AbortSignal maxListeners on some node versions (<a href="https://redirect.github.com/nodejs/undici/issues/4045">#4045</a>)</li> <li><a href="https://github.com/nodejs/undici/commit/a9176c9ec67b3efa1732799d18162c3a4307164e"><code>a9176c9</code></a> feat(docs): copy to clipboard button (<a href="https://redirect.github.com/nodejs/undici/issues/4037">#4037</a>)</li> <li>Additional commits viewable in <a href="https://github.com/nodejs/undici/compare/v7.3.0...v7.4.0">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> |
||
|
|
0d564482f0 |
build(release): 1.11.5 [skip ci]
## [1.11.5](https://github.com/actions/create-github-app-token/compare/v1.11.4...v1.11.5) (2025-02-15) ### Bug Fixes * **deps:** bump @octokit/request from 9.2.0 to 9.2.2 ([#209](https://github.com/actions/create-github-app-token/issues/209)) ([v1.11.5 |
||
|
|
8cedd97af1 |
fix(deps): bump @octokit/request from 9.2.0 to 9.2.2 (#209)
Bumps [@octokit/request](https://github.com/octokit/request.js) from 9.2.0 to 9.2.2. <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.2.2</h2> <h2><a href="https://github.com/octokit/request.js/compare/v9.2.1...v9.2.2">9.2.2</a> (2025-02-14)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>deps:</strong> update dependency <code>@octokit/request-error</code> to v6.1.7 [security] (<a href="https://redirect.github.com/octokit/request.js/issues/740">#740</a>) (<a href="https://github.com/octokit/request.js/commit/4b2f485c62a6bc25647ff8bc4f5ffbe561953a6e">4b2f485</a>)</li> </ul> <h2>v9.2.1</h2> <h2><a href="https://github.com/octokit/request.js/compare/v9.2.0...v9.2.1">9.2.1</a> (2025-02-13)</h2> <h3>Bug Fixes</h3> <ul> <li>mitigate ReDos vulnerabilities & lint (<a href="https://redirect.github.com/octokit/request.js/issues/738">#738</a>) (<a href="https://github.com/octokit/request.js/commit/6bb29ba92a52f7bf94469c3433707c682c17126c">6bb29ba</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/octokit/request.js/commit/4b2f485c62a6bc25647ff8bc4f5ffbe561953a6e"><code>4b2f485</code></a> fix(deps): update dependency <code>@octokit/request-error</code> to v6.1.7 [security] (<a href="https://redirect.github.com/octokit/request.js/issues/740">#740</a>)</li> <li><a href="https://github.com/octokit/request.js/commit/0320a42575d91755fbd3724231b8a76e0739f2bf"><code>0320a42</code></a> chore(deps): update dependency prettier to v3.5.1 (<a href="https://redirect.github.com/octokit/request.js/issues/737">#737</a>)</li> <li><a href="https://github.com/octokit/request.js/commit/6bb29ba92a52f7bf94469c3433707c682c17126c"><code>6bb29ba</code></a> fix: mitigate ReDos vulnerabilities & lint (<a href="https://redirect.github.com/octokit/request.js/issues/738">#738</a>)</li> <li><a href="https://github.com/octokit/request.js/commit/34ff07ee86fc5c20865982d77391bc910ef19c68"><code>34ff07e</code></a> Merge commit from fork</li> <li><a href="https://github.com/octokit/request.js/commit/a0e96b3e417e6fd5053dbf9c7a270c71fa8cdb62"><code>a0e96b3</code></a> chore(deps): update dependency esbuild to ^0.25.0 (<a href="https://redirect.github.com/octokit/request.js/issues/736">#736</a>)</li> <li><a href="https://github.com/octokit/request.js/commit/d27daa74251b4ed9af73e651bd754199d60fdc0a"><code>d27daa7</code></a> build(deps-dev): bump vitest and <code>@vitest/coverage-v8</code> (<a href="https://redirect.github.com/octokit/request.js/issues/735">#735</a>)</li> <li><a href="https://github.com/octokit/request.js/commit/bc07c8ada3d4e2d25ec6c0238bd38b2e9a178df8"><code>bc07c8a</code></a> build(deps): bump vite from 5.4.6 to 6.0.11 (<a href="https://redirect.github.com/octokit/request.js/issues/734">#734</a>)</li> <li><a href="https://github.com/octokit/request.js/commit/4266a84dd0b97196da3af721a8a83dd294b149b6"><code>4266a84</code></a> build(deps-dev): bump undici from 6.19.2 to 6.21.1 (<a href="https://redirect.github.com/octokit/request.js/issues/733">#733</a>)</li> <li><a href="https://github.com/octokit/request.js/commit/c2d27a22a8bba26f44d6ef1da916be4b38858c19"><code>c2d27a2</code></a> chore(deps): update vitest monorepo to v3 (major) (<a href="https://redirect.github.com/octokit/request.js/issues/732">#732</a>)</li> <li>See full diff in <a href="https://github.com/octokit/request.js/compare/v9.2.0...v9.2.2">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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 this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/actions/create-github-app-token/network/alerts). </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> |
||
|
|
415f6a523d |
fix(deps): bump @octokit/request-error from 6.1.6 to 6.1.7 (#208)
Bumps [@octokit/request-error](https://github.com/octokit/request-error.js) from 6.1.6 to 6.1.7. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/octokit/request-error.js/releases"><code>@octokit/request-error</code>'s releases</a>.</em></p> <blockquote> <h2>v6.1.7</h2> <h2><a href="https://github.com/octokit/request-error.js/compare/v6.1.6...v6.1.7">6.1.7</a> (2025-02-13)</h2> <h3>Bug Fixes</h3> <ul> <li>ReDos regex vulnerability, reported by <a href="https://github.com/DayShift"><code>@DayShift</code></a> (d558320874a4bc8d356babf1079e6f0056a59b9e)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/octokit/request-error.js/commit/c346f5cf3ee93d4937fbf0cbf4b39763a0a6c110"><code>c346f5c</code></a> fix: linting issues (<a href="https://redirect.github.com/octokit/request-error.js/issues/494">#494</a>)</li> <li><a href="https://github.com/octokit/request-error.js/commit/d558320874a4bc8d356babf1079e6f0056a59b9e"><code>d558320</code></a> Merge commit from fork</li> <li><a href="https://github.com/octokit/request-error.js/commit/5046116f2e0b3feea55ac7e722742541b0fbc7f3"><code>5046116</code></a> chore(deps): update dependency esbuild to ^0.25.0 (<a href="https://redirect.github.com/octokit/request-error.js/issues/491">#491</a>)</li> <li><a href="https://github.com/octokit/request-error.js/commit/50513bae3c8eaac464f6c0899fa4e53ab966367f"><code>50513ba</code></a> build(deps): lock file maintenance (<a href="https://redirect.github.com/octokit/request-error.js/issues/490">#490</a>)</li> <li><a href="https://github.com/octokit/request-error.js/commit/bd5e83f63fb942dc76d3373e335371266136eb8b"><code>bd5e83f</code></a> build(deps): lock file maintenance (<a href="https://redirect.github.com/octokit/request-error.js/issues/488">#488</a>)</li> <li><a href="https://github.com/octokit/request-error.js/commit/d204ea39c9be32c2791ed89cd1f63a6cc6bfb1f1"><code>d204ea3</code></a> build(deps): lock file maintenance (<a href="https://redirect.github.com/octokit/request-error.js/issues/486">#486</a>)</li> <li><a href="https://github.com/octokit/request-error.js/commit/ab1585a53378efa7670f2873230ced7b3f9359fd"><code>ab1585a</code></a> chore(deps): update vitest monorepo to v3 (major) (<a href="https://redirect.github.com/octokit/request-error.js/issues/487">#487</a>)</li> <li><a href="https://github.com/octokit/request-error.js/commit/03a7e12507d46044e463aaf71140d0661e6815c1"><code>03a7e12</code></a> build(deps): lock file maintenance (<a href="https://redirect.github.com/octokit/request-error.js/issues/485">#485</a>)</li> <li><a href="https://github.com/octokit/request-error.js/commit/cb4feec67c6c43690f014d8a92081c68bbb5a032"><code>cb4feec</code></a> build(deps): lock file maintenance (<a href="https://redirect.github.com/octokit/request-error.js/issues/484">#484</a>)</li> <li>See full diff in <a href="https://github.com/octokit/request-error.js/compare/v6.1.6...v6.1.7">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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 this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/actions/create-github-app-token/network/alerts). </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> |
||
|
|
c14f92a8f9 |
build(release): 1.11.4 [skip ci]
## [1.11.4](https://github.com/actions/create-github-app-token/compare/v1.11.3...v1.11.4) (2025-02-15)
### Bug Fixes
* **deps:** bump @octokit/endpoint from 10.1.1 to 10.1.3 ([#207](https://github.com/actions/create-github-app-token/issues/207)) ([
v1.11.4
|
||
|
|
d30def842e |
fix(deps): bump @octokit/endpoint from 10.1.1 to 10.1.3 (#207)
Bumps [@octokit/endpoint](https://github.com/octokit/endpoint.js) from 10.1.1 to 10.1.3. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/octokit/endpoint.js/releases"><code>@octokit/endpoint</code>'s releases</a>.</em></p> <blockquote> <h2>v10.1.3</h2> <h2><a href="https://github.com/octokit/endpoint.js/compare/v10.1.2...v10.1.3">10.1.3</a> (2025-02-13)</h2> <h3>Bug Fixes</h3> <ul> <li>Fix a ReDos vulnerability, reported by <a href="https://github.com/ShiyuBanzhou"><code>@DayShift</code></a> (<a href="https://github.com/octokit/endpoint.js/commit/6c9c5be033c450d436efb37de41b6470c22f7db8">6c9c5be</a>)</li> </ul> <h2>v10.1.2</h2> <h2><a href="https://github.com/octokit/endpoint.js/compare/v10.1.1...v10.1.2">10.1.2</a> (2024-12-31)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>deps:</strong> bump <code>@octokit/types</code> to improve Deno compat (<a href="https://redirect.github.com/octokit/endpoint.js/issues/507">#507</a>) (<a href="https://github.com/octokit/endpoint.js/commit/15d700b870766d1cbc3bde3d6dd17895959de6f1">15d700b</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/octokit/endpoint.js/commit/d6cf1ad777b22f80b6f6ae88c03b4ed4139dd2d2"><code>d6cf1ad</code></a> fix: linting issues breaking ci (<a href="https://redirect.github.com/octokit/endpoint.js/issues/514">#514</a>)</li> <li><a href="https://github.com/octokit/endpoint.js/commit/6c9c5be033c450d436efb37de41b6470c22f7db8"><code>6c9c5be</code></a> Merge commit from fork</li> <li><a href="https://github.com/octokit/endpoint.js/commit/e472e223395f5d9a06aede19999c6144ac2f1c8b"><code>e472e22</code></a> chore(deps): update dependency esbuild to ^0.25.0 (<a href="https://redirect.github.com/octokit/endpoint.js/issues/512">#512</a>)</li> <li><a href="https://github.com/octokit/endpoint.js/commit/b2ebcdafbbf95feca1a99a218eb5dd7bc29d6e49"><code>b2ebcda</code></a> build(deps-dev): bump vitest and <code>@vitest/coverage-v8</code> (<a href="https://redirect.github.com/octokit/endpoint.js/issues/511">#511</a>)</li> <li><a href="https://github.com/octokit/endpoint.js/commit/76e3738cb787ded285610a4f305f5eccef65e9b7"><code>76e3738</code></a> build(deps): bump vite from 5.4.6 to 6.0.11 (<a href="https://redirect.github.com/octokit/endpoint.js/issues/509">#509</a>)</li> <li><a href="https://github.com/octokit/endpoint.js/commit/c9ce54d84d19ddf4c176f4e21ca3ecbec1bde0de"><code>c9ce54d</code></a> chore(deps): update vitest monorepo to v3 (major) (<a href="https://redirect.github.com/octokit/endpoint.js/issues/508">#508</a>)</li> <li><a href="https://github.com/octokit/endpoint.js/commit/15d700b870766d1cbc3bde3d6dd17895959de6f1"><code>15d700b</code></a> fix(deps): bump <code>@octokit/types</code> to improve Deno compat (<a href="https://redirect.github.com/octokit/endpoint.js/issues/507">#507</a>)</li> <li><a href="https://github.com/octokit/endpoint.js/commit/a0a938ef55cb6aea699b51b351d107fe5f7b5a8f"><code>a0a938e</code></a> chore(deps): update dependency prettier to v3.4.2 (<a href="https://redirect.github.com/octokit/endpoint.js/issues/506">#506</a>)</li> <li><a href="https://github.com/octokit/endpoint.js/commit/2e92021d2353bdcad8d8e3e08a9f043ee4ae18c0"><code>2e92021</code></a> chore(deps): update dependency prettier to v3.4.1 (<a href="https://redirect.github.com/octokit/endpoint.js/issues/505">#505</a>)</li> <li><a href="https://github.com/octokit/endpoint.js/commit/55ee6d677c88ddf358b30c202a8136037371cca8"><code>55ee6d6</code></a> chore(deps): update dependency prettier to v3.4.0 (<a href="https://redirect.github.com/octokit/endpoint.js/issues/504">#504</a>)</li> <li>Additional commits viewable in <a href="https://github.com/octokit/endpoint.js/compare/v10.1.1...v10.1.3">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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 this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/actions/create-github-app-token/network/alerts). </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> |
||
|
|
a5be4722a6 |
build(deps-dev): bump esbuild from 0.24.2 to 0.25.0 (#206)
Bumps [esbuild](https://github.com/evanw/esbuild) from 0.24.2 to 0.25.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.25.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.24.0</code> or <code>~0.24.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>Restrict access to esbuild's development server (<a href="https://github.com/evanw/esbuild/security/advisories/GHSA-67mh-4wv8-2f99">GHSA-67mh-4wv8-2f99</a>)</p> <p>This change addresses esbuild's first security vulnerability report. Previously esbuild set the <code>Access-Control-Allow-Origin</code> header to <code>*</code> to allow esbuild's development server to be flexible in how it's used for development. However, this allows the websites you visit to make HTTP requests to esbuild's local development server, which gives read-only access to your source code if the website were to fetch your source code's specific URL. You can read more information in <a href="https://github.com/evanw/esbuild/security/advisories/GHSA-67mh-4wv8-2f99">the report</a>.</p> <p>Starting with this release, <a href="https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS">CORS</a> will now be disabled, and requests will now be denied if the host does not match the one provided to <code>--serve=</code>. The default host is <code>0.0.0.0</code>, which refers to all of the IP addresses that represent the local machine (e.g. both <code>127.0.0.1</code> and <code>192.168.0.1</code>). If you want to customize anything about esbuild's development server, you can <a href="https://esbuild.github.io/api/#serve-proxy">put a proxy in front of esbuild</a> and modify the incoming and/or outgoing requests.</p> <p>In addition, the <code>serve()</code> API call has been changed to return an array of <code>hosts</code> instead of a single <code>host</code> string. This makes it possible to determine all of the hosts that esbuild's development server will accept.</p> <p>Thanks to <a href="https://github.com/sapphi-red"><code>@sapphi-red</code></a> for reporting this issue.</p> </li> <li> <p>Delete output files when a build fails in watch mode (<a href="https://redirect.github.com/evanw/esbuild/issues/3643">#3643</a>)</p> <p>It has been requested for esbuild to delete files when a build fails in watch mode. Previously esbuild left the old files in place, which could cause people to not immediately realize that the most recent build failed. With this release, esbuild will now delete all output files if a rebuild fails. Fixing the build error and triggering another rebuild will restore all output files again.</p> </li> <li> <p>Fix correctness issues with the CSS nesting transform (<a href="https://redirect.github.com/evanw/esbuild/issues/3620">#3620</a>, <a href="https://redirect.github.com/evanw/esbuild/issues/3877">#3877</a>, <a href="https://redirect.github.com/evanw/esbuild/issues/3933">#3933</a>, <a href="https://redirect.github.com/evanw/esbuild/issues/3997">#3997</a>, <a href="https://redirect.github.com/evanw/esbuild/issues/4005">#4005</a>, <a href="https://redirect.github.com/evanw/esbuild/pull/4037">#4037</a>, <a href="https://redirect.github.com/evanw/esbuild/pull/4038">#4038</a>)</p> <p>This release fixes the following problems:</p> <ul> <li> <p>Naive expansion of CSS nesting can result in an exponential blow-up of generated CSS if each nesting level has multiple selectors. Previously esbuild sometimes collapsed individual nesting levels using <code>:is()</code> to limit expansion. However, this collapsing wasn't correct in some cases, so it has been removed to fix correctness issues.</p> <pre lang="css"><code>/* Original code */ .parent { > .a, > .b1 > .b2 { color: red; } } <p>/* Old output (with --supported:nesting=false) */<br /> .parent > :is(.a, .b1 > .b2) {<br /> color: red;<br /> }</p> <p>/* New output (with --supported:nesting=false) */<br /> .parent > .a,<br /> .parent > .b1 > .b2 {<br /> color: red;<br /> }<br /> </code></pre></p> <p>Thanks to <a href="https://github.com/tim-we"><code>@tim-we</code></a> for working on a fix.</p> </li> <li> <p>The <code>&</code> CSS nesting selector can be repeated multiple times to increase CSS specificity. Previously esbuild ignored this possibility and incorrectly considered <code>&&</code> to have the same specificity as <code>&</code>. With this release, this should now work correctly:</p> <pre lang="css"><code>/* Original code (color should be red) */ </code></pre> </li> </ul> </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-2024.md">esbuild's changelog</a>.</em></p> <blockquote> <h1>Changelog: 2024</h1> <p>This changelog documents all esbuild versions published in the year 2024 (versions 0.19.12 through 0.24.2).</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/evanw/esbuild/commit/e9174d671b1882758cd32ac5e146200f5bee3e45"><code>e9174d6</code></a> publish 0.25.0 to npm</li> <li><a href="https://github.com/evanw/esbuild/commit/c27dbebb9e7a55dd9a084dd151dddd840787490e"><code>c27dbeb</code></a> fix <code>hosts</code> in <code>plugin-tests.js</code></li> <li><a href="https://github.com/evanw/esbuild/commit/6794f602a453cf0255bcae245871de120a89a559"><code>6794f60</code></a> fix <code>hosts</code> in <code>node-unref-tests.js</code></li> <li><a href="https://github.com/evanw/esbuild/commit/de85afd65edec9ebc44a11e245fd9e9a2e99760d"><code>de85afd</code></a> Merge commit from fork</li> <li><a href="https://github.com/evanw/esbuild/commit/da1de1bf77a65f06654b49878d9ec4747ddaa21f"><code>da1de1b</code></a> fix <a href="https://redirect.github.com/evanw/esbuild/issues/4065">#4065</a>: bitwise operators can return bigints</li> <li><a href="https://github.com/evanw/esbuild/commit/f4e9d19fb20095a98bf40634f0380f6a16be91e7"><code>f4e9d19</code></a> switch case liveness: <code>default</code> is always last</li> <li><a href="https://github.com/evanw/esbuild/commit/7aa47c3e778ea04849f97f18dd9959df88fa0886"><code>7aa47c3</code></a> fix <a href="https://redirect.github.com/evanw/esbuild/issues/4028">#4028</a>: minify live/dead <code>switch</code> cases better</li> <li><a href="https://github.com/evanw/esbuild/commit/22ecd306190b8971ec4474b5485266c20350e266"><code>22ecd30</code></a> minify: more constant folding for strict equality</li> <li><a href="https://github.com/evanw/esbuild/commit/4cdf03c03697128044fa8fb76e5c478e9765b353"><code>4cdf03c</code></a> fix <a href="https://redirect.github.com/evanw/esbuild/issues/4053">#4053</a>: reordering of <code>.tsx</code> in <code>node_modules</code></li> <li><a href="https://github.com/evanw/esbuild/commit/dc719775b7140120916bd9e6777ca1cb8a1cdc0e"><code>dc71977</code></a> fix <a href="https://redirect.github.com/evanw/esbuild/issues/3692">#3692</a>: <code>0</code> now picks a random ephemeral port</li> <li>Additional commits viewable in <a href="https://github.com/evanw/esbuild/compare/v0.24.2...v0.25.0">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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 this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/actions/create-github-app-token/network/alerts). </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> |
||
|
|
67e27a7eb7 |
build(release): 1.11.3 [skip ci]
## [1.11.3](https://github.com/actions/create-github-app-token/compare/v1.11.2...v1.11.3) (2025-02-04)
### Bug Fixes
* **deps:** bump the production-dependencies group with 3 updates ([#203](https://github.com/actions/create-github-app-token/issues/203)) ([
v1.11.3
|
||
|
|
8e85a3cf14 |
fix(deps): bump the production-dependencies group with 3 updates (#203)
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 7.1.3 to 7.1.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>v7.1.4</h2> <h2><a href="https://github.com/octokit/auth-app.js/compare/v7.1.3...v7.1.4">7.1.4</a> (2025-01-08)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>deps:</strong> bump Octokit deps to fix Deno compat (<a href="https://redirect.github.com/octokit/auth-app.js/issues/665">#665</a>) (<a href="https://github.com/octokit/auth-app.js/commit/33fd19f025b0445bc79db12d23cf84d572ae25f7">33fd19f</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/octokit/auth-app.js/commit/33fd19f025b0445bc79db12d23cf84d572ae25f7"><code>33fd19f</code></a> fix(deps): bump Octokit deps to fix Deno compat (<a href="https://redirect.github.com/octokit/auth-app.js/issues/665">#665</a>)</li> <li><a href="https://github.com/octokit/auth-app.js/commit/b86b96d83bd8a6959e666363db99aa7af460ad20"><code>b86b96d</code></a> build(deps): lock file maintenance (<a href="https://redirect.github.com/octokit/auth-app.js/issues/663">#663</a>)</li> <li><a href="https://github.com/octokit/auth-app.js/commit/40a2a1de946b414773cd22047aa829e6c23ee003"><code>40a2a1d</code></a> build(deps): lock file maintenance (<a href="https://redirect.github.com/octokit/auth-app.js/issues/662">#662</a>)</li> <li><a href="https://github.com/octokit/auth-app.js/commit/8a51c1f161105edb0d3569d97284db00d247564d"><code>8a51c1f</code></a> build(deps): lock file maintenance (<a href="https://redirect.github.com/octokit/auth-app.js/issues/661">#661</a>)</li> <li><a href="https://github.com/octokit/auth-app.js/commit/32db237e6229c62f2301ca3a968ca863703d4f85"><code>32db237</code></a> chore(deps): update dependency prettier to v3.4.2 (<a href="https://redirect.github.com/octokit/auth-app.js/issues/659">#659</a>)</li> <li><a href="https://github.com/octokit/auth-app.js/commit/3fab008efa5a6b05722d2542be5e32517a999046"><code>3fab008</code></a> build(deps): lock file maintenance (<a href="https://redirect.github.com/octokit/auth-app.js/issues/660">#660</a>)</li> <li><a href="https://github.com/octokit/auth-app.js/commit/4a8092130326d2598230bc2c7ab0f77ef7a29ad6"><code>4a80921</code></a> build(deps): lock file maintenance (<a href="https://redirect.github.com/octokit/auth-app.js/issues/658">#658</a>)</li> <li><a href="https://github.com/octokit/auth-app.js/commit/3563f331c465e9d478fd477d855950d7df28d7d5"><code>3563f33</code></a> chore(deps): update dependency prettier to v3.4.0 (<a href="https://redirect.github.com/octokit/auth-app.js/issues/656">#656</a>)</li> <li><a href="https://github.com/octokit/auth-app.js/commit/f723dba9ed761bbb18509c760f455343a1bcb5dc"><code>f723dba</code></a> build(deps): lock file maintenance (<a href="https://redirect.github.com/octokit/auth-app.js/issues/657">#657</a>)</li> <li><a href="https://github.com/octokit/auth-app.js/commit/8ebaca1062432d1c412733f460697a1d12f27563"><code>8ebaca1</code></a> build(deps): lock file maintenance (<a href="https://redirect.github.com/octokit/auth-app.js/issues/655">#655</a>)</li> <li>See full diff in <a href="https://github.com/octokit/auth-app.js/compare/v7.1.3...v7.1.4">compare view</a></li> </ul> </details> <br /> Updates `@octokit/request` from 9.1.4 to 9.2.0 <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.2.0</h2> <h1><a href="https://github.com/octokit/request.js/compare/v9.1.4...v9.2.0">9.2.0</a> (2025-01-16)</h1> <h3>Features</h3> <ul> <li>correctly parse response bodies as JSON where the Content-Type is <code>application/scim+json</code> (<a href="https://redirect.github.com/octokit/request.js/issues/731">#731</a>) (<a href="https://github.com/octokit/request.js/commit/00bf316136acf001344a5bacff906f1748e6c368">00bf316</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/octokit/request.js/commit/00bf316136acf001344a5bacff906f1748e6c368"><code>00bf316</code></a> feat: correctly parse response bodies as JSON where the Content-Type is `appl...</li> <li>See full diff in <a href="https://github.com/octokit/request.js/compare/v9.1.4...v9.2.0">compare view</a></li> </ul> </details> <br /> Updates `undici` from 7.2.0 to 7.3.0 <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>v7.3.0</h2> <h2>What's Changed</h2> <ul> <li>fix: sqlite null ref by <a href="https://github.com/ronag"><code>@ronag</code></a> in <a href="https://redirect.github.com/nodejs/undici/pull/4016">nodejs/undici#4016</a></li> <li>fix: sqlite remove unnecessary parameter by <a href="https://github.com/ronag"><code>@ronag</code></a> in <a href="https://redirect.github.com/nodejs/undici/pull/4017">nodejs/undici#4017</a></li> <li>feat: sqlite add set and minor cleanup by <a href="https://github.com/ronag"><code>@ronag</code></a> in <a href="https://redirect.github.com/nodejs/undici/pull/4018">nodejs/undici#4018</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/nodejs/undici/compare/v7.2.3...v7.3.0">https://github.com/nodejs/undici/compare/v7.2.3...v7.3.0</a></p> <h2>v7.2.3</h2> <h1>⚠️ Security Release ⚠️</h1> <p>Fixes CVE CVE-2025-22150 <a href="https://github.com/nodejs/undici/security/advisories/GHSA-c76h-2ccp-4975">https://github.com/nodejs/undici/security/advisories/GHSA-c76h-2ccp-4975</a> (embargoed until 22-01-2025).</p> <h2>What's Changed</h2> <ul> <li>Fix typo in update cache tests action by <a href="https://github.com/flakey5"><code>@flakey5</code></a> in <a href="https://redirect.github.com/nodejs/undici/pull/4008">nodejs/undici#4008</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/nodejs/undici/compare/v7.2.2...v7.2.3">https://github.com/nodejs/undici/compare/v7.2.2...v7.2.3</a></p> <h2>v7.2.2</h2> <h2>What's Changed</h2> <ul> <li>Update WPT by <a href="https://github.com/github-actions"><code>@github-actions</code></a> in <a href="https://redirect.github.com/nodejs/undici/pull/3991">nodejs/undici#3991</a></li> <li>fix: dual-stack retries infinite loop by <a href="https://github.com/luddd3"><code>@luddd3</code></a> in <a href="https://redirect.github.com/nodejs/undici/pull/4001">nodejs/undici#4001</a></li> <li>build(deps): bump codecov/codecov-action from 5.0.7 to 5.1.2 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/nodejs/undici/pull/3980">nodejs/undici#3980</a></li> <li>build(deps): bump github/codeql-action from 3.27.0 to 3.28.1 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/nodejs/undici/pull/4003">nodejs/undici#4003</a></li> <li>tests: Update Cache Tests by <a href="https://github.com/github-actions"><code>@github-actions</code></a> in <a href="https://redirect.github.com/nodejs/undici/pull/3965">nodejs/undici#3965</a></li> <li>ReadableStreamFrom pull until cannot on empty enqueu by <a href="https://github.com/KhafraDev"><code>@KhafraDev</code></a> in <a href="https://redirect.github.com/nodejs/undici/pull/4002">nodejs/undici#4002</a></li> <li>Resolve circular dependency by <a href="https://github.com/mcollina"><code>@mcollina</code></a> in <a href="https://redirect.github.com/nodejs/undici/pull/4006">nodejs/undici#4006</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/nodejs/undici/compare/v7.2.1...v7.2.2">https://github.com/nodejs/undici/compare/v7.2.1...v7.2.2</a></p> <h2>v7.2.1</h2> <h2>What's Changed</h2> <ul> <li>fix(3951): typo on errorede dns lookup by <a href="https://github.com/metcoder95"><code>@metcoder95</code></a> in <a href="https://redirect.github.com/nodejs/undici/pull/3956">nodejs/undici#3956</a></li> <li>feat: add missing error type by <a href="https://github.com/Gigioliva"><code>@Gigioliva</code></a> in <a href="https://redirect.github.com/nodejs/undici/pull/3964">nodejs/undici#3964</a></li> <li>websocket: improve frame parsing by <a href="https://github.com/tsctx"><code>@tsctx</code></a> in <a href="https://redirect.github.com/nodejs/undici/pull/3447">nodejs/undici#3447</a></li> <li>fix(<a href="https://redirect.github.com/nodejs/undici/issues/3966">#3966</a>): account for network errors by <a href="https://github.com/metcoder95"><code>@metcoder95</code></a> in <a href="https://redirect.github.com/nodejs/undici/pull/3967">nodejs/undici#3967</a></li> <li>build(deps-dev): bump <code>@fastify/busboy</code> from 3.1.0 to 3.1.1 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/nodejs/undici/pull/3971">nodejs/undici#3971</a></li> <li>Update WPT by <a href="https://github.com/github-actions"><code>@github-actions</code></a> in <a href="https://redirect.github.com/nodejs/undici/pull/3954">nodejs/undici#3954</a></li> <li>docs: fix dispatcher stream example links by <a href="https://github.com/luddd3"><code>@luddd3</code></a> in <a href="https://redirect.github.com/nodejs/undici/pull/3972">nodejs/undici#3972</a></li> <li>fix: <code>undici:request:headers</code> does not indicate completion of a response by <a href="https://github.com/legendecas"><code>@legendecas</code></a> in <a href="https://redirect.github.com/nodejs/undici/pull/3974">nodejs/undici#3974</a></li> <li>build(deps): bump cronometro from 3.0.2 to 4.0.1 in /benchmarks by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/nodejs/undici/pull/3976">nodejs/undici#3976</a></li> <li>fix(<a href="https://redirect.github.com/nodejs/undici/issues/3975">#3975</a>): do not unref timeout by <a href="https://github.com/metcoder95"><code>@metcoder95</code></a> in <a href="https://redirect.github.com/nodejs/undici/pull/3977">nodejs/undici#3977</a></li> <li>fix: bad response on h2 server by <a href="https://github.com/metcoder95"><code>@metcoder95</code></a> in <a href="https://redirect.github.com/nodejs/undici/pull/3978">nodejs/undici#3978</a></li> <li>build(deps): bump peter-evans/create-pull-request from 7.0.5 to 7.0.6 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/nodejs/undici/pull/3981">nodejs/undici#3981</a></li> <li>build(deps): bump actions/upload-artifact from 4.4.3 to 4.5.0 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/nodejs/undici/pull/3983">nodejs/undici#3983</a></li> <li>chore: ensure automated v7 release compared to v7 by <a href="https://github.com/trivikr"><code>@trivikr</code></a> in <a href="https://redirect.github.com/nodejs/undici/pull/3986">nodejs/undici#3986</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/nodejs/undici/commit/ee02abe641e8aec8f609752dc135feadb2a8bf30"><code>ee02abe</code></a> Bumped v7.3.0 (<a href="https://redirect.github.com/nodejs/undici/issues/4021">#4021</a>)</li> <li><a href="https://github.com/nodejs/undici/commit/fe21269033eec441a46f95d6cd16b4236edb2b4c"><code>fe21269</code></a> feat: sqlite add set and minor cleanup (<a href="https://redirect.github.com/nodejs/undici/issues/4018">#4018</a>)</li> <li><a href="https://github.com/nodejs/undici/commit/a364e7c03849c1dc308e5f031031aa92bfdae324"><code>a364e7c</code></a> fix: sqlite remove unnecessary parameter (<a href="https://redirect.github.com/nodejs/undici/issues/4017">#4017</a>)</li> <li><a href="https://github.com/nodejs/undici/commit/d76f5cf2fba0f7f4160395e5c29eace40a7e5934"><code>d76f5cf</code></a> fix: sqlite null ref (<a href="https://redirect.github.com/nodejs/undici/issues/4016">#4016</a>)</li> <li><a href="https://github.com/nodejs/undici/commit/83537aa55028bfeef5dd9504abfde63264c2df5d"><code>83537aa</code></a> Bumped v7.2.3</li> <li><a href="https://github.com/nodejs/undici/commit/c2d78cd19fe4f4c621424491e26ce299e65e934a"><code>c2d78cd</code></a> Merge commit from fork</li> <li><a href="https://github.com/nodejs/undici/commit/fa1d840682ed934314e837b807c2a3449c569798"><code>fa1d840</code></a> Fix typo in update cache tests action (<a href="https://redirect.github.com/nodejs/undici/issues/4008">#4008</a>)</li> <li><a href="https://github.com/nodejs/undici/commit/bd98a6303e45d5e0d44192a93731b1defdb415f3"><code>bd98a63</code></a> Bumped v7.2.2 (<a href="https://redirect.github.com/nodejs/undici/issues/4007">#4007</a>)</li> <li><a href="https://github.com/nodejs/undici/commit/e8a93e59246453e359ff02375d7111f8c10d4e40"><code>e8a93e5</code></a> Resolve circular dependency (<a href="https://redirect.github.com/nodejs/undici/issues/4006">#4006</a>)</li> <li><a href="https://github.com/nodejs/undici/commit/b55476909055bf698cd8eeabe081daa1cc6d9d4c"><code>b554769</code></a> Revert "chore: update cache tests (<a href="https://redirect.github.com/nodejs/undici/issues/3965">#3965</a>)"</li> <li>Additional commits viewable in <a href="https://github.com/nodejs/undici/compare/v7.2.0...v7.3.0">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> |
||
|
|
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)) ([v1.11.2 |
||
|
|
b4192a5b36 |
fix(deps): bump @octokit/request from 9.1.3 to 9.1.4 in the production-dependencies group (#196)
Bumps the production-dependencies group with 1 update: [@octokit/request](https://github.com/octokit/request.js). Updates `@octokit/request` from 9.1.3 to 9.1.4 <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.1.4</h2> <h2><a href="https://github.com/octokit/request.js/compare/v9.1.3...v9.1.4">9.1.4</a> (2024-12-29)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>deps:</strong> bump <code>@octokit/types</code> to fix deno compat (<a href="https://redirect.github.com/octokit/request.js/issues/730">#730</a>) (<a href="https://github.com/octokit/request.js/commit/324ffef20c305f9db4813b84518c40e2f3cd76b0">324ffef</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/octokit/request.js/commit/324ffef20c305f9db4813b84518c40e2f3cd76b0"><code>324ffef</code></a> fix(deps): bump <code>@octokit/types</code> to fix deno compat (<a href="https://redirect.github.com/octokit/request.js/issues/730">#730</a>)</li> <li><a href="https://github.com/octokit/request.js/commit/70bf3e2c0e722cd6ca0374c63cb34636760eec30"><code>70bf3e2</code></a> chore(deps): update dependency prettier to v3.4.2 (<a href="https://redirect.github.com/octokit/request.js/issues/729">#729</a>)</li> <li><a href="https://github.com/octokit/request.js/commit/ce1ad0ac35687ec2455616e1dd39c79b2d324f1a"><code>ce1ad0a</code></a> chore(deps): update dependency prettier to v3.4.1 (<a href="https://redirect.github.com/octokit/request.js/issues/727">#727</a>)</li> <li><a href="https://github.com/octokit/request.js/commit/b92657632ac7723adf9bc5c8d4244babbd53e664"><code>b926576</code></a> chore(deps): update dependency prettier to v3.4.0 (<a href="https://redirect.github.com/octokit/request.js/issues/726">#726</a>)</li> <li><a href="https://github.com/octokit/request.js/commit/2baa69ba6d777d07eddefecc601bf53af10668c3"><code>2baa69b</code></a> chore(deps): update dependency fetch-mock to v12 (<a href="https://redirect.github.com/octokit/request.js/issues/723">#723</a>)</li> <li><a href="https://github.com/octokit/request.js/commit/1ffa99bc99cf465b84079e36a3e04e46b854a7fb"><code>1ffa99b</code></a> chore(deps): update dependency <code>@types/node</code> to v22 (<a href="https://redirect.github.com/octokit/request.js/issues/724">#724</a>)</li> <li><a href="https://github.com/octokit/request.js/commit/c9269b065a62d32247a9bed7a08262651b976e97"><code>c9269b0</code></a> ci run build (<a href="https://redirect.github.com/octokit/request.js/issues/722">#722</a>)</li> <li><a href="https://github.com/octokit/request.js/commit/439dc38a32f4088cd3e1025d4e8f4ecf46b9118a"><code>439dc38</code></a> chore(deps): update dependency <code>@octokit/tsconfig</code> to v4 (<a href="https://redirect.github.com/octokit/request.js/issues/721">#721</a>)</li> <li><a href="https://github.com/octokit/request.js/commit/bbc206c7dc0576dc21996958b6960acab1070263"><code>bbc206c</code></a> build(deps): bump rollup from 4.21.3 to 4.22.4 (<a href="https://redirect.github.com/octokit/request.js/issues/720">#720</a>)</li> <li><a href="https://github.com/octokit/request.js/commit/a2787540e17a6a4a5c9a7779421226c622c1af37"><code>a278754</code></a> chore(deps): update dependency esbuild to ^0.24.0 (<a href="https://redirect.github.com/octokit/request.js/issues/719">#719</a>)</li> <li>Additional commits viewable in <a href="https://github.com/octokit/request.js/compare/v9.1.3...v9.1.4">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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> |
||
|
|
29aa0514a7 |
fix(deps): bump undici from 6.19.8 to 7.2.0 (#198)
Bumps [undici](https://github.com/nodejs/undici) from 6.19.8 to 7.2.0. <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>v7.2.0</h2> <h2>What's Changed</h2> <ul> <li>fix: dns interceptor undefined function by <a href="https://github.com/luddd3"><code>@luddd3</code></a> in <a href="https://redirect.github.com/nodejs/undici/pull/3958">nodejs/undici#3958</a></li> <li>More cache fixes by <a href="https://github.com/flakey5"><code>@flakey5</code></a> in <a href="https://redirect.github.com/nodejs/undici/pull/3955">nodejs/undici#3955</a></li> <li>[Release] v7.2.0 by <a href="https://github.com/github-actions"><code>@github-actions</code></a> in <a href="https://redirect.github.com/nodejs/undici/pull/3962">nodejs/undici#3962</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/nodejs/undici/compare/v7.1.1...v7.2.0">https://github.com/nodejs/undici/compare/v7.1.1...v7.2.0</a></p> <h2>v7.1.1</h2> <h2>What's Changed</h2> <ul> <li>fix: publish undici:client:sendHeaders message on H2 by <a href="https://github.com/fengmk2"><code>@fengmk2</code></a> in <a href="https://redirect.github.com/nodejs/undici/pull/3921">nodejs/undici#3921</a></li> <li>Add support schedule by <a href="https://github.com/mcollina"><code>@mcollina</code></a> in <a href="https://redirect.github.com/nodejs/undici/pull/3923">nodejs/undici#3923</a></li> <li>cache: do not set undefined etag by <a href="https://github.com/mcollina"><code>@mcollina</code></a> in <a href="https://redirect.github.com/nodejs/undici/pull/3925">nodejs/undici#3925</a></li> <li>test: cleanup cache tests by <a href="https://github.com/flakey5"><code>@flakey5</code></a> in <a href="https://redirect.github.com/nodejs/undici/pull/3926">nodejs/undici#3926</a></li> <li>fix mimetype parser wrong operator by <a href="https://github.com/tsctx"><code>@tsctx</code></a> in <a href="https://redirect.github.com/nodejs/undici/pull/3924">nodejs/undici#3924</a></li> <li>correctly set if-none-match by <a href="https://github.com/mcollina"><code>@mcollina</code></a> in <a href="https://redirect.github.com/nodejs/undici/pull/3933">nodejs/undici#3933</a></li> <li>Add example for <code>request</code> + "Garbage Collection" by <a href="https://github.com/WTCT-TOP"><code>@WTCT-TOP</code></a> in <a href="https://redirect.github.com/nodejs/undici/pull/3916">nodejs/undici#3916</a></li> <li>fix: response error interceptor by <a href="https://github.com/Gigioliva"><code>@Gigioliva</code></a> in <a href="https://redirect.github.com/nodejs/undici/pull/3930">nodejs/undici#3930</a></li> <li>build(deps-dev): bump neostandard from 0.11.9 to 0.12.0 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/nodejs/undici/pull/3938">nodejs/undici#3938</a></li> <li>fix(<a href="https://redirect.github.com/nodejs/undici/issues/3937">#3937</a>): respect correct host header by <a href="https://github.com/metcoder95"><code>@metcoder95</code></a> in <a href="https://redirect.github.com/nodejs/undici/pull/3940">nodejs/undici#3940</a></li> <li>fix: handle case no content type by <a href="https://github.com/Gigioliva"><code>@Gigioliva</code></a> in <a href="https://redirect.github.com/nodejs/undici/pull/3931">nodejs/undici#3931</a></li> <li>support array of headers in WrapHandler by <a href="https://github.com/KhafraDev"><code>@KhafraDev</code></a> in <a href="https://redirect.github.com/nodejs/undici/pull/3941">nodejs/undici#3941</a></li> <li>build(deps): bump step-security/harden-runner from 2.10.1 to 2.10.2 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/nodejs/undici/pull/3911">nodejs/undici#3911</a></li> <li>test: Update WPT by <a href="https://github.com/github-actions"><code>@github-actions</code></a> in <a href="https://redirect.github.com/nodejs/undici/pull/3888">nodejs/undici#3888</a></li> <li>build(deps-dev): bump <code>@fastify/busboy</code> from 3.0.0 to 3.1.0 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/nodejs/undici/pull/3939">nodejs/undici#3939</a></li> <li>Support SQLite unflagged without useless warnings by <a href="https://github.com/mcollina"><code>@mcollina</code></a> in <a href="https://redirect.github.com/nodejs/undici/pull/3947">nodejs/undici#3947</a></li> <li>docs: enhance documentation by <a href="https://github.com/metcoder95"><code>@metcoder95</code></a> in <a href="https://redirect.github.com/nodejs/undici/pull/3945">nodejs/undici#3945</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/WTCT-TOP"><code>@WTCT-TOP</code></a> made their first contribution in <a href="https://redirect.github.com/nodejs/undici/pull/3916">nodejs/undici#3916</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/nodejs/undici/compare/v7.1.0...v7.1.1">https://github.com/nodejs/undici/compare/v7.1.0...v7.1.1</a></p> <h2>v7.1.0</h2> <h2>What's Changed</h2> <ul> <li>Mark http/2 support as stable by <a href="https://github.com/mcollina"><code>@mcollina</code></a> in <a href="https://redirect.github.com/nodejs/undici/pull/3893">nodejs/undici#3893</a></li> <li>test: fix dns interceptor flakiness by <a href="https://github.com/luddd3"><code>@luddd3</code></a> in <a href="https://redirect.github.com/nodejs/undici/pull/3902">nodejs/undici#3902</a></li> <li>fix(<a href="https://redirect.github.com/nodejs/undici/issues/3901">#3901</a>): migrate dns interceptor to new hooks by <a href="https://github.com/metcoder95"><code>@metcoder95</code></a> in <a href="https://redirect.github.com/nodejs/undici/pull/3903">nodejs/undici#3903</a></li> <li>feat(interceptors): migrate decorator handler to new hooks by <a href="https://github.com/metcoder95"><code>@metcoder95</code></a> in <a href="https://redirect.github.com/nodejs/undici/pull/3905">nodejs/undici#3905</a></li> <li>feat: Adjust allowed error codes for detecting node:sqlite by <a href="https://github.com/xconverge"><code>@xconverge</code></a> in <a href="https://redirect.github.com/nodejs/undici/pull/3900">nodejs/undici#3900</a></li> <li>build(deps): bump actions/dependency-review-action from 4.4.0 to 4.5.0 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/nodejs/undici/pull/3913">nodejs/undici#3913</a></li> <li>build(deps): bump codecov/codecov-action from 4.6.0 to 5.0.7 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/nodejs/undici/pull/3910">nodejs/undici#3910</a></li> <li>Move Tomas to past collaborators by <a href="https://github.com/delvedor"><code>@delvedor</code></a> in <a href="https://redirect.github.com/nodejs/undici/pull/3909">nodejs/undici#3909</a></li> <li>docs: add advanced usage examples for ProxyAgent by <a href="https://github.com/mertcanaltin"><code>@mertcanaltin</code></a> in <a href="https://redirect.github.com/nodejs/undici/pull/3906">nodejs/undici#3906</a></li> <li>[Release] v7.1.0 by <a href="https://github.com/github-actions"><code>@github-actions</code></a> in <a href="https://redirect.github.com/nodejs/undici/pull/3922">nodejs/undici#3922</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/nodejs/undici/compare/v7.0.0...v7.1.0">https://github.com/nodejs/undici/compare/v7.0.0...v7.1.0</a></p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/nodejs/undici/commit/29760e70972f58a1bccfb02a5566803227198aff"><code>29760e7</code></a> Bumped v7.2.0 (<a href="https://redirect.github.com/nodejs/undici/issues/3962">#3962</a>)</li> <li><a href="https://github.com/nodejs/undici/commit/65695850297550105e1034a2fdd8927ab2cb1d70"><code>6569585</code></a> More cache fixes (<a href="https://redirect.github.com/nodejs/undici/issues/3955">#3955</a>)</li> <li><a href="https://github.com/nodejs/undici/commit/d6f45b158b7cb057b6cfbe1c641a68fda74e0a16"><code>d6f45b1</code></a> fix: dns interceptor undefined function (<a href="https://redirect.github.com/nodejs/undici/issues/3958">#3958</a>)</li> <li><a href="https://github.com/nodejs/undici/commit/2c3644247a53132267de2cf09cd3dbe3600c21d3"><code>2c36442</code></a> Bumped v7.1.1</li> <li><a href="https://github.com/nodejs/undici/commit/ee93584ff921bc8b303f0ea0be8911b77d6d064c"><code>ee93584</code></a> docs: enhance documentation (<a href="https://redirect.github.com/nodejs/undici/issues/3945">#3945</a>)</li> <li><a href="https://github.com/nodejs/undici/commit/ff18d8c9b213e1ea95f7e9917afcf8fc056b8be7"><code>ff18d8c</code></a> Support SQLite unflagged without useless warnings (<a href="https://redirect.github.com/nodejs/undici/issues/3947">#3947</a>)</li> <li><a href="https://github.com/nodejs/undici/commit/02e73f8c91d2bf3b4e8348c06f023919a1c08ee1"><code>02e73f8</code></a> build(deps-dev): bump <code>@fastify/busboy</code> from 3.0.0 to 3.1.0 (<a href="https://redirect.github.com/nodejs/undici/issues/3939">#3939</a>)</li> <li><a href="https://github.com/nodejs/undici/commit/0be8ae9aa0b7d169483053b33b9cf4124bdc29ec"><code>0be8ae9</code></a> test: Update WPT (<a href="https://redirect.github.com/nodejs/undici/issues/3888">#3888</a>)</li> <li><a href="https://github.com/nodejs/undici/commit/21a723ff7e890256c00cd64d49086e8f3927583b"><code>21a723f</code></a> build(deps): bump step-security/harden-runner from 2.10.1 to 2.10.2 (<a href="https://redirect.github.com/nodejs/undici/issues/3911">#3911</a>)</li> <li><a href="https://github.com/nodejs/undici/commit/d2b332a5811f3b7af54ff055e3f6326537900bc1"><code>d2b332a</code></a> support array of headers in WrapHandler (<a href="https://redirect.github.com/nodejs/undici/issues/3941">#3941</a>)</li> <li>Additional commits viewable in <a href="https://github.com/nodejs/undici/compare/v6.19.8...v7.2.0">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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 this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </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> |
||
|
|
a5f8600f58 |
build(deps-dev): bump @sinonjs/fake-timers from 13.0.2 to 14.0.0 (#199)
Bumps [@sinonjs/fake-timers](https://github.com/sinonjs/fake-timers) from 13.0.2 to 14.0.0. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/sinonjs/fake-timers/blob/main/CHANGELOG.md"><code>@sinonjs/fake-timers</code>'s changelog</a>.</em></p> <blockquote> <h1>14.0.0 / 2024-12-09</h1> <ul> <li>breaking: Drop Node 16, use Node 22 LTS and update tests to handle the new Navigation API (<a href="https://redirect.github.com/sinonjs/fake-timers/issues/519">#519</a>)</li> <li>fix: Resilient to prototype pollution of Intl (<a href="https://redirect.github.com/sinonjs/fake-timers/issues/517">#517</a>)</li> <li>fix: return fake version for <code>performance.timeOrigin</code> (<a href="https://redirect.github.com/sinonjs/fake-timers/issues/515">#515</a>)</li> </ul> <h1>13.0.5 / 2024-10-28</h1> <ul> <li>Ensure checks based Object.keys length pass for fake Dates (<a href="https://redirect.github.com/sinonjs/fake-timers/issues/513">#513</a>)</li> </ul> <h1>13.0.4 / 2024-10-22</h1> <ul> <li>Fix constructor-based checks for fake Date no longer pass after installing (<a href="https://redirect.github.com/sinonjs/fake-timers/issues/512">#512</a>) (patches the patch)</li> </ul> <h1>13.0.3 / 2024-10-17</h1> <ul> <li>Ensure checks based on the constructor property passes for fake Dates (<a href="https://redirect.github.com/sinonjs/fake-timers/issues/511">#511</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/sinonjs/fake-timers/commit/48f089fdc830e39fcec31dd23099cc360da0bab2"><code>48f089f</code></a> 14.0.0</li> <li><a href="https://github.com/sinonjs/fake-timers/commit/12b7b21ee10df73a4e74420ebec5647ac500e170"><code>12b7b21</code></a> Updated release files for 14.0.0</li> <li><a href="https://github.com/sinonjs/fake-timers/commit/4516b5abfbaa71c9cb1aedf7d0e4c95b4cc9080f"><code>4516b5a</code></a> Use Node 22 LTS and update tests to handle the new Navigation API (<a href="https://redirect.github.com/sinonjs/fake-timers/issues/519">#519</a>)</li> <li><a href="https://github.com/sinonjs/fake-timers/commit/656733c0916d6c1d24918f51e7f81fc4fb56d669"><code>656733c</code></a> fix: Resilient to prototype pollution of Intl (<a href="https://redirect.github.com/sinonjs/fake-timers/issues/517">#517</a>)</li> <li><a href="https://github.com/sinonjs/fake-timers/commit/ff8d907199011522ff629605b1840e374cd9d3a4"><code>ff8d907</code></a> fix: return fake version for <code>performance.timeOrigin</code> (<a href="https://redirect.github.com/sinonjs/fake-timers/issues/515">#515</a>)</li> <li><a href="https://github.com/sinonjs/fake-timers/commit/7861c930e8f9aaa9d227431623cc82347aff0291"><code>7861c93</code></a> 13.0.5</li> <li><a href="https://github.com/sinonjs/fake-timers/commit/edbb45f2b18298f7f65db0ba598324f969940733"><code>edbb45f</code></a> Updated release files for 13.0.5</li> <li><a href="https://github.com/sinonjs/fake-timers/commit/754d7856ec982a730dbd63ec4f79f24f0189d2ec"><code>754d785</code></a> Ensure checks based Object.keys length pass for fake Dates (<a href="https://redirect.github.com/sinonjs/fake-timers/issues/513">#513</a>)</li> <li><a href="https://github.com/sinonjs/fake-timers/commit/77a516cd61379c63dc544971701dd9ec39432acb"><code>77a516c</code></a> 13.0.4</li> <li><a href="https://github.com/sinonjs/fake-timers/commit/711b98e92661b9992971c810e5d327836bcf77be"><code>711b98e</code></a> Updated release files for 13.0.4</li> <li>Additional commits viewable in <a href="https://github.com/sinonjs/fake-timers/compare/v13.0.2...v14.0.0">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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 this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </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> |
||
|
|
0edddd70c8 |
build(deps-dev): bump the development-dependencies group with 2 updates (#197)
Bumps the development-dependencies group with 2 updates: [esbuild](https://github.com/evanw/esbuild) and [yaml](https://github.com/eemeli/yaml). Updates `esbuild` from 0.24.0 to 0.24.2 <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.24.2</h2> <ul> <li> <p>Fix regression with <code>--define</code> and <code>import.meta</code> (<a href="https://redirect.github.com/evanw/esbuild/issues/4010">#4010</a>, <a href="https://redirect.github.com/evanw/esbuild/issues/4012">#4012</a>, <a href="https://redirect.github.com/evanw/esbuild/pull/4013">#4013</a>)</p> <p>The previous change in version 0.24.1 to use a more expression-like parser for <code>define</code> values to allow quoted property names introduced a regression that removed the ability to use <code>--define:import.meta=...</code>. Even though <code>import</code> is normally a keyword that can't be used as an identifier, ES modules special-case the <code>import.meta</code> expression to behave like an identifier anyway. This change fixes the regression.</p> <p>This fix was contributed by <a href="https://github.com/sapphi-red"><code>@sapphi-red</code></a>.</p> </li> </ul> <h2>v0.24.1</h2> <ul> <li> <p>Allow <code>es2024</code> as a target in <code>tsconfig.json</code> (<a href="https://redirect.github.com/evanw/esbuild/issues/4004">#4004</a>)</p> <p>TypeScript recently <a href="https://devblogs.microsoft.com/typescript/announcing-typescript-5-7/#support-for---target-es2024-and---lib-es2024">added <code>es2024</code></a> as a compilation target, so esbuild now supports this in the <code>target</code> field of <code>tsconfig.json</code> files, such as in the following configuration file:</p> <pre lang="json"><code>{ "compilerOptions": { "target": "ES2024" } } </code></pre> <p>As a reminder, the only thing that esbuild uses this field for is determining whether or not to use legacy TypeScript behavior for class fields. You can read more in <a href="https://esbuild.github.io/content-types/#tsconfig-json">the documentation</a>.</p> <p>This fix was contributed by <a href="https://github.com/billyjanitsch"><code>@billyjanitsch</code></a>.</p> </li> <li> <p>Allow automatic semicolon insertion after <code>get</code>/<code>set</code></p> <p>This change fixes a grammar bug in the parser that incorrectly treated the following code as a syntax error:</p> <pre lang="ts"><code>class Foo { get *x() {} set *y() {} } </code></pre> <p>The above code will be considered valid starting with this release. This change to esbuild follows a <a href="https://redirect.github.com/microsoft/TypeScript/pull/60225">similar change to TypeScript</a> which will allow this syntax starting with TypeScript 5.7.</p> </li> <li> <p>Allow quoted property names in <code>--define</code> and <code>--pure</code> (<a href="https://redirect.github.com/evanw/esbuild/issues/4008">#4008</a>)</p> <p>The <code>define</code> and <code>pure</code> API options now accept identifier expressions containing quoted property names. Previously all identifiers in the identifier expression had to be bare identifiers. This change now makes <code>--define</code> and <code>--pure</code> consistent with <code>--global-name</code>, which already supported quoted property names. For example, the following is now possible:</p> <pre lang="js"><code>// The following code now transforms to "return true;\n" console.log(esbuild.transformSync( `return process.env['SOME-TEST-VAR']`, { define: { 'process.env["SOME-TEST-VAR"]': 'true' } }, )) </code></pre> </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.24.2</h2> <ul> <li> <p>Fix regression with <code>--define</code> and <code>import.meta</code> (<a href="https://redirect.github.com/evanw/esbuild/issues/4010">#4010</a>, <a href="https://redirect.github.com/evanw/esbuild/issues/4012">#4012</a>, <a href="https://redirect.github.com/evanw/esbuild/pull/4013">#4013</a>)</p> <p>The previous change in version 0.24.1 to use a more expression-like parser for <code>define</code> values to allow quoted property names introduced a regression that removed the ability to use <code>--define:import.meta=...</code>. Even though <code>import</code> is normally a keyword that can't be used as an identifier, ES modules special-case the <code>import.meta</code> expression to behave like an identifier anyway. This change fixes the regression.</p> <p>This fix was contributed by <a href="https://github.com/sapphi-red"><code>@sapphi-red</code></a>.</p> </li> </ul> <h2>0.24.1</h2> <ul> <li> <p>Allow <code>es2024</code> as a target in <code>tsconfig.json</code> (<a href="https://redirect.github.com/evanw/esbuild/issues/4004">#4004</a>)</p> <p>TypeScript recently <a href="https://devblogs.microsoft.com/typescript/announcing-typescript-5-7/#support-for---target-es2024-and---lib-es2024">added <code>es2024</code></a> as a compilation target, so esbuild now supports this in the <code>target</code> field of <code>tsconfig.json</code> files, such as in the following configuration file:</p> <pre lang="json"><code>{ "compilerOptions": { "target": "ES2024" } } </code></pre> <p>As a reminder, the only thing that esbuild uses this field for is determining whether or not to use legacy TypeScript behavior for class fields. You can read more in <a href="https://esbuild.github.io/content-types/#tsconfig-json">the documentation</a>.</p> <p>This fix was contributed by <a href="https://github.com/billyjanitsch"><code>@billyjanitsch</code></a>.</p> </li> <li> <p>Allow automatic semicolon insertion after <code>get</code>/<code>set</code></p> <p>This change fixes a grammar bug in the parser that incorrectly treated the following code as a syntax error:</p> <pre lang="ts"><code>class Foo { get *x() {} set *y() {} } </code></pre> <p>The above code will be considered valid starting with this release. This change to esbuild follows a <a href="https://redirect.github.com/microsoft/TypeScript/pull/60225">similar change to TypeScript</a> which will allow this syntax starting with TypeScript 5.7.</p> </li> <li> <p>Allow quoted property names in <code>--define</code> and <code>--pure</code> (<a href="https://redirect.github.com/evanw/esbuild/issues/4008">#4008</a>)</p> <p>The <code>define</code> and <code>pure</code> API options now accept identifier expressions containing quoted property names. Previously all identifiers in the identifier expression had to be bare identifiers. This change now makes <code>--define</code> and <code>--pure</code> consistent with <code>--global-name</code>, which already supported quoted property names. For example, the following is now possible:</p> <pre lang="js"><code>// The following code now transforms to "return true;\n" console.log(esbuild.transformSync( `return process.env['SOME-TEST-VAR']`, { define: { 'process.env["SOME-TEST-VAR"]': 'true' } }, </code></pre> </li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/evanw/esbuild/commit/745abd9f0c06f73ca40fbe198546a9bc36c23b81"><code>745abd9</code></a> publish 0.24.2 to npm</li> <li><a href="https://github.com/evanw/esbuild/commit/79fd0b0ccc911a8e1571b83f25deec1b18d0ed10"><code>79fd0b0</code></a> skip nulls in source map finalization (<a href="https://redirect.github.com/evanw/esbuild/issues/4011">#4011</a>)</li> <li><a href="https://github.com/evanw/esbuild/commit/4b9322f723ce72b4d5fee6dc48d2a5e2c2e2d3bb"><code>4b9322f</code></a> source map: avoid null entry for 0-length parts</li> <li><a href="https://github.com/evanw/esbuild/commit/199a0d38e4e4191e970f2a0a25e50e5c7ae36464"><code>199a0d3</code></a> close <a href="https://redirect.github.com/evanw/esbuild/issues/4013">#4013</a>: credit to <a href="https://github.com/sapphi-red"><code>@sapphi-red</code></a> for the fix</li> <li><a href="https://github.com/evanw/esbuild/commit/947f99fb085024ff711055d776b3982a75383d51"><code>947f99f</code></a> fix <a href="https://redirect.github.com/evanw/esbuild/issues/4010">#4010</a>, fix <a href="https://redirect.github.com/evanw/esbuild/issues/4012">#4012</a>: <code>import.meta</code> regression</li> <li><a href="https://github.com/evanw/esbuild/commit/de9598f42dc3ffc395e3fd3672a4804f6b4e5c09"><code>de9598f</code></a> publish 0.24.1 to npm</li> <li><a href="https://github.com/evanw/esbuild/commit/15d56ca7d2196839c1d13a15fc214d6e81169e30"><code>15d56ca</code></a> emit null source mappings for empty chunk content</li> <li><a href="https://github.com/evanw/esbuild/commit/8d98f6f6e663f7ecc9f0496edbd8bb8314b0333a"><code>8d98f6f</code></a> fix <a href="https://redirect.github.com/evanw/esbuild/issues/3985">#3985</a>: <code>entryPoint</code> metadata for <code>copy</code> loader</li> <li><a href="https://github.com/evanw/esbuild/commit/0db1b828bf69fa353f17e65837f2114d94b9e2c3"><code>0db1b82</code></a> fix <a href="https://redirect.github.com/evanw/esbuild/issues/3998">#3998</a>: avoid <code>outbase</code> in identifier names</li> <li><a href="https://github.com/evanw/esbuild/commit/723647263fcd0e4095e25a569e1d0a38f382768a"><code>7236472</code></a> close <a href="https://redirect.github.com/evanw/esbuild/issues/3974">#3974</a>: add support for netbsd on arm64</li> <li>Additional commits viewable in <a href="https://github.com/evanw/esbuild/compare/v0.24.0...v0.24.2">compare view</a></li> </ul> </details> <br /> Updates `yaml` from 2.6.1 to 2.7.0 <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.7.0</h2> <p>The library is now available on JSR as <a href="https://jsr.io/@eemeli/yaml"><code>@eemeli/yaml</code></a> and on deno.land/x as <a href="https://deno.land/x/yaml">yaml</a>. In addition to Node.js and browsers, it should work in Deno, Bun, and Cloudflare Workers.</p> <ul> <li>Use .ts extension in all relative imports (<a href="https://redirect.github.com/eemeli/yaml/issues/591">#591</a>)</li> <li>Ignore newline after block seq indicator as space before value (<a href="https://redirect.github.com/eemeli/yaml/issues/590">#590</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/eemeli/yaml/commit/8f512b526a52e245e770be257235f7d37059ca39"><code>8f512b5</code></a> 2.7.0</li> <li><a href="https://github.com/eemeli/yaml/commit/8a7569afff1a7add4560ed2e125eebab1f9683f1"><code>8a7569a</code></a> ci: Add jsr.jsonc & jsr-publish workflow</li> <li><a href="https://github.com/eemeli/yaml/commit/8ef085fa870f2b749e67ce52bb642afb796b7150"><code>8ef085f</code></a> docs: Fix API docs links</li> <li><a href="https://github.com/eemeli/yaml/commit/374c19cfdc051ca81c5a1ce12ca733c2e2a9ec93"><code>374c19c</code></a> style: Really use explicit imports for process.env and Buffer</li> <li><a href="https://github.com/eemeli/yaml/commit/1ab037d64674baf0265dfe6a57c5b3c8c2d5120a"><code>1ab037d</code></a> style: Include explicit type declarations on all public APIs</li> <li><a href="https://github.com/eemeli/yaml/commit/4354c4233d7f75aed47a6d0ab74ab54867892b61"><code>4354c42</code></a> style: Use explicit imports for process.env and Buffer</li> <li><a href="https://github.com/eemeli/yaml/commit/2c55723ab9f1d654d27deb2ed666d1c414a69013"><code>2c55723</code></a> Merge pull request <a href="https://redirect.github.com/eemeli/yaml/issues/591">#591</a> from eemeli/import-ts</li> <li><a href="https://github.com/eemeli/yaml/commit/ab240c17d35bb808a6df8e3039b9ddd6a2de7ac4"><code>ab240c1</code></a> fix: Drop .ts extension from import & export paths in .d.ts files</li> <li><a href="https://github.com/eemeli/yaml/commit/c4c49f9e95db811a6fe7fd529647cb2659f150d0"><code>c4c49f9</code></a> fix: Use separate rather than inline type keyword for TS compatibility</li> <li><a href="https://github.com/eemeli/yaml/commit/3bec004db4206ebb0d4551f981a7f9961077470b"><code>3bec004</code></a> ci: Add deno smoke test</li> <li>Additional commits viewable in <a href="https://github.com/eemeli/yaml/compare/v2.6.1...v2.7.0">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> |
||
|
|
bb3ca765af |
docs(README): remove extra space in variable syntax in README example (#201)
### Fix syntax error in GitHub Actions example in README
This PR fixes a syntax error in the "Create a git committer string for
an app installation" example in the README file.
#### What was wrong?
The example contained an incorrect space in the variable syntax:
```yaml
${ {steps.committer.outputs.string }}
```
This caused the example to fail, as GitHub Actions does not allow spaces
in variable interpolation.
#### What was fixed?
The syntax was corrected to:
```yaml
${{ steps.committer.outputs.string }}
```
This fix ensures that users can copy and use the example without
encountering any errors.
|
||
|
|
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)) ([
v1.11.1
|
||
|
|
fa6118ca85 |
fix(deps): bump the production-dependencies group across 1 directory with 3 updates (#193)
Bumps the production-dependencies group with 3 updates in the / directory: [@actions/core](https://github.com/actions/toolkit/tree/HEAD/packages/core), [@octokit/auth-app](https://github.com/octokit/auth-app.js) and [p-retry](https://github.com/sindresorhus/p-retry). Updates `@actions/core` from 1.10.1 to 1.11.1 <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/actions/toolkit/blob/main/packages/core/RELEASES.md"><code>@actions/core</code>'s changelog</a>.</em></p> <blockquote> <h3>1.11.1</h3> <ul> <li>Fix uses of <code>crypto.randomUUID</code> on Node 18 and earlier <a href="https://redirect.github.com/actions/toolkit/pull/1842">#1842</a></li> </ul> <h3>1.11.0</h3> <ul> <li>Add platform info utilities <a href="https://redirect.github.com/actions/toolkit/pull/1551">#1551</a></li> <li>Remove dependency on <code>uuid</code> package <a href="https://redirect.github.com/actions/toolkit/pull/1824">#1824</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/actions/toolkit/commits/HEAD/packages/core">compare view</a></li> </ul> </details> <br /> Updates `@octokit/auth-app` from 7.1.1 to 7.1.3 <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>v7.1.3</h2> <h2><a href="https://github.com/octokit/auth-app.js/compare/v7.1.2...v7.1.3">7.1.3</a> (2024-11-15)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>deps:</strong> replace lru-cache with toad-cache (<a href="https://redirect.github.com/octokit/auth-app.js/issues/654">#654</a>) (<a href="https://github.com/octokit/auth-app.js/commit/43b97a655ca1111f88610e001ecfa54604b28f1c">43b97a6</a>)</li> </ul> <h2>v7.1.2</h2> <h2><a href="https://github.com/octokit/auth-app.js/compare/v7.1.1...v7.1.2">7.1.2</a> (2024-11-05)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>deps:</strong> use fork of <code>lru-cache</code> to fix type errors (<a href="https://redirect.github.com/octokit/auth-app.js/issues/651">#651</a>) (<a href="https://github.com/octokit/auth-app.js/commit/3c259fdf84cfe3cb48fa9242998406a2b7272920">3c259fd</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/octokit/auth-app.js/commit/43b97a655ca1111f88610e001ecfa54604b28f1c"><code>43b97a6</code></a> fix(deps): replace lru-cache with toad-cache (<a href="https://redirect.github.com/octokit/auth-app.js/issues/654">#654</a>)</li> <li><a href="https://github.com/octokit/auth-app.js/commit/7861dd553fe0b5cd0b4af25a38bbd86ff3df4069"><code>7861dd5</code></a> build(deps): lock file maintenance (<a href="https://redirect.github.com/octokit/auth-app.js/issues/652">#652</a>)</li> <li><a href="https://github.com/octokit/auth-app.js/commit/70e2904e2f1d5004e12c685ef86276f0e3a0936d"><code>70e2904</code></a> build(deps): lock file maintenance (<a href="https://redirect.github.com/octokit/auth-app.js/issues/644">#644</a>)</li> <li><a href="https://github.com/octokit/auth-app.js/commit/3c259fdf84cfe3cb48fa9242998406a2b7272920"><code>3c259fd</code></a> fix(deps): use fork of <code>lru-cache</code> to fix type errors (<a href="https://redirect.github.com/octokit/auth-app.js/issues/651">#651</a>)</li> <li><a href="https://github.com/octokit/auth-app.js/commit/7cc020fd9d7a4960efa1796bf566f4dc82fd0e76"><code>7cc020f</code></a> chore(deps): update dependency <code>@types/node</code> to v22 (<a href="https://redirect.github.com/octokit/auth-app.js/issues/650">#650</a>)</li> <li><a href="https://github.com/octokit/auth-app.js/commit/c6e968872e01c011a00c2eabe7cb3e266ce030d9"><code>c6e9688</code></a> build: switch to vitest and fetch-mock v11 (<a href="https://redirect.github.com/octokit/auth-app.js/issues/648">#648</a>)</li> <li><a href="https://github.com/octokit/auth-app.js/commit/2a11fbdfe101f253df554f44d1ac159d658085f1"><code>2a11fbd</code></a> chore(deps): update dependency <code>@octokit/tsconfig</code> to v4 (<a href="https://redirect.github.com/octokit/auth-app.js/issues/646">#646</a>)</li> <li><a href="https://github.com/octokit/auth-app.js/commit/b3ce19b16c96cd42cb6b79f51c84451e6d40ed90"><code>b3ce19b</code></a> chore(deps): update dependency esbuild to ^0.24.0 (<a href="https://redirect.github.com/octokit/auth-app.js/issues/645">#645</a>)</li> <li><a href="https://github.com/octokit/auth-app.js/commit/6869c940fefe4de5a2081d43236a40497c7a7652"><code>6869c94</code></a> chore(deps): update dependency glob to v11 (<a href="https://redirect.github.com/octokit/auth-app.js/issues/626">#626</a>)</li> <li><a href="https://github.com/octokit/auth-app.js/commit/a5ca4ac6c3be0095ac811f027e0cb43bf7331d3b"><code>a5ca4ac</code></a> build(deps): lock file maintenance (<a href="https://redirect.github.com/octokit/auth-app.js/issues/643">#643</a>)</li> <li>See full diff in <a href="https://github.com/octokit/auth-app.js/compare/v7.1.1...v7.1.3">compare view</a></li> </ul> </details> <br /> Updates `p-retry` from 6.2.0 to 6.2.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/sindresorhus/p-retry/releases">p-retry's releases</a>.</em></p> <blockquote> <h2>v6.2.1</h2> <ul> <li>Fix <code>onFailedAttempt</code> and <code>shouldRetry</code> options being <code>undefined</code> (<a href="https://redirect.github.com/sindresorhus/p-retry/issues/82">#82</a>) b400af6</li> </ul> <p><a href="https://github.com/sindresorhus/p-retry/compare/v6.2.0...v6.2.1">https://github.com/sindresorhus/p-retry/compare/v6.2.0...v6.2.1</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/sindresorhus/p-retry/commit/0a288cc203d657eb20e317163ae21834b86ba1bb"><code>0a288cc</code></a> 6.2.1</li> <li><a href="https://github.com/sindresorhus/p-retry/commit/b400af6f1075ff59e5880828023736f83e4f05a8"><code>b400af6</code></a> Fix <code>onFailedAttempt</code> and <code>shouldRetry</code> options being <code>undefined</code> (<a href="https://redirect.github.com/sindresorhus/p-retry/issues/82">#82</a>)</li> <li>See full diff in <a href="https://github.com/sindresorhus/p-retry/compare/v6.2.0...v6.2.1">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> |
||
|
|
ae140fab7b | build(deps): bump actions/publish-immutable-action from 0.0.3 to 0.0.4 (#180) | ||
|
|
c84b152776 | build(deps-dev): bump the development-dependencies group across 1 directory with 5 updates (#194) | ||
|
|
26a5f3652e | ci(dependabot): only group minor and patch updates (#192) | ||
|
|
6f9957685a | docs(README): fix typo (#186) | ||
|
|
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>
|
||
|
|
a2c2dfabb4 |
build(deps-dev): bump the development-dependencies group with 3 updates (#174)
Bumps the development-dependencies group with 3 updates: [@sinonjs/fake-timers](https://github.com/sinonjs/fake-timers), [esbuild](https://github.com/evanw/esbuild) and [execa](https://github.com/sindresorhus/execa). Updates `@sinonjs/fake-timers` from 13.0.1 to 13.0.2 <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/sinonjs/fake-timers/blob/main/CHANGELOG.md"><code>@sinonjs/fake-timers</code>'s changelog</a>.</em></p> <blockquote> <h1>13.0.2 / 2024-09-13</h1> <ul> <li>fix <a href="https://redirect.github.com/sinonjs/fake-timers/issues/504">#504</a>: make instances of original Date pass as instances of the fake Date (<a href="https://redirect.github.com/sinonjs/fake-timers/issues/505">#505</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/sinonjs/fake-timers/commit/78024200ae5eb0398310b133cfcc106b0250ecad"><code>7802420</code></a> 13.0.2</li> <li><a href="https://github.com/sinonjs/fake-timers/commit/b98dc757d9c2f86a4054b0f9d3c0b686e35424ff"><code>b98dc75</code></a> Updated release files for 13.0.2</li> <li><a href="https://github.com/sinonjs/fake-timers/commit/ae0a2665c68576387452dda1abae7425c1779416"><code>ae0a266</code></a> fix <a href="https://redirect.github.com/sinonjs/fake-timers/issues/504">#504</a>: make instances of original Date pass as instances of the fake Date ...</li> <li>See full diff in <a href="https://github.com/sinonjs/fake-timers/compare/v13.0.1...v13.0.2">compare view</a></li> </ul> </details> <br /> Updates `esbuild` from 0.23.1 to 0.24.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.24.0</h2> <p><strong><em>This release deliberately contains backwards-incompatible changes.</em></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.23.0</code> or <code>~0.23.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>Drop support for older platforms (<a href="https://redirect.github.com/evanw/esbuild/pull/3902">#3902</a>)</p> <p>This release drops support for the following operating system:</p> <ul> <li>macOS 10.15 Catalina</li> </ul> <p>This is because the Go programming language dropped support for this operating system version in Go 1.23, and this release updates esbuild from Go 1.22 to Go 1.23. Go 1.23 now requires macOS 11 Big Sur or later.</p> <p>Note that this only affects the binary esbuild executables that are published to the esbuild 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.23). That might look something like this:</p> <pre><code>git clone https://github.com/evanw/esbuild.git cd esbuild go build ./cmd/esbuild ./esbuild --version </code></pre> </li> <li> <p>Fix class field decorators in TypeScript if <code>useDefineForClassFields</code> is <code>false</code> (<a href="https://redirect.github.com/evanw/esbuild/issues/3913">#3913</a>)</p> <p>Setting the <code>useDefineForClassFields</code> flag to <code>false</code> in <code>tsconfig.json</code> means class fields use the legacy TypeScript behavior instead of the standard JavaScript behavior. Specifically they use assign semantics instead of define semantics (e.g. setters are triggered) and fields without an initializer are not initialized at all. However, when this legacy behavior is combined with standard JavaScript decorators, TypeScript switches to always initializing all fields, even those without initializers. Previously esbuild incorrectly continued to omit field initializers for this edge case. These field initializers in this case should now be emitted starting with this release.</p> </li> <li> <p>Avoid incorrect cycle warning with <code>tsconfig.json</code> multiple inheritance (<a href="https://redirect.github.com/evanw/esbuild/issues/3898">#3898</a>)</p> <p>TypeScript 5.0 introduced multiple inheritance for <code>tsconfig.json</code> files where <code>extends</code> can be an array of file paths. Previously esbuild would incorrectly treat files encountered more than once when processing separate subtrees of the multiple inheritance hierarchy as an inheritance cycle. With this release, <code>tsconfig.json</code> files containing this edge case should work correctly without generating a warning.</p> </li> <li> <p>Handle Yarn Plug'n'Play stack overflow with <code>tsconfig.json</code> (<a href="https://redirect.github.com/evanw/esbuild/issues/3915">#3915</a>)</p> <p>Previously a <code>tsconfig.json</code> file that <code>extends</code> another file in a package with an <code>exports</code> map could cause a stack overflow when Yarn's Plug'n'Play resolution was active. This edge case should work now starting with this release.</p> </li> <li> <p>Work around more issues with Deno 1.31+ (<a href="https://redirect.github.com/evanw/esbuild/pull/3917">#3917</a>)</p> <p>This version of Deno broke the <code>stdin</code> and <code>stdout</code> properties on command objects for inherited streams, which matters when you run esbuild's Deno module as the entry point (i.e. when <code>import.meta.main</code> is <code>true</code>). Previously esbuild would crash in Deno 1.31+ if you ran esbuild like that. This should be fixed starting with this release.</p> <p>This fix was contributed by <a href="https://github.com/Joshix-1"><code>@Joshix-1</code></a>.</p> </li> </ul> </blockquote> </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.24.0</h2> <p><strong><em>This release deliberately contains backwards-incompatible changes.</em></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.23.0</code> or <code>~0.23.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>Drop support for older platforms (<a href="https://redirect.github.com/evanw/esbuild/pull/3902">#3902</a>)</p> <p>This release drops support for the following operating system:</p> <ul> <li>macOS 10.15 Catalina</li> </ul> <p>This is because the Go programming language dropped support for this operating system version in Go 1.23, and this release updates esbuild from Go 1.22 to Go 1.23. Go 1.23 now requires macOS 11 Big Sur or later.</p> <p>Note that this only affects the binary esbuild executables that are published to the esbuild 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.23). That might look something like this:</p> <pre><code>git clone https://github.com/evanw/esbuild.git cd esbuild go build ./cmd/esbuild ./esbuild --version </code></pre> </li> <li> <p>Fix class field decorators in TypeScript if <code>useDefineForClassFields</code> is <code>false</code> (<a href="https://redirect.github.com/evanw/esbuild/issues/3913">#3913</a>)</p> <p>Setting the <code>useDefineForClassFields</code> flag to <code>false</code> in <code>tsconfig.json</code> means class fields use the legacy TypeScript behavior instead of the standard JavaScript behavior. Specifically they use assign semantics instead of define semantics (e.g. setters are triggered) and fields without an initializer are not initialized at all. However, when this legacy behavior is combined with standard JavaScript decorators, TypeScript switches to always initializing all fields, even those without initializers. Previously esbuild incorrectly continued to omit field initializers for this edge case. These field initializers in this case should now be emitted starting with this release.</p> </li> <li> <p>Avoid incorrect cycle warning with <code>tsconfig.json</code> multiple inheritance (<a href="https://redirect.github.com/evanw/esbuild/issues/3898">#3898</a>)</p> <p>TypeScript 5.0 introduced multiple inheritance for <code>tsconfig.json</code> files where <code>extends</code> can be an array of file paths. Previously esbuild would incorrectly treat files encountered more than once when processing separate subtrees of the multiple inheritance hierarchy as an inheritance cycle. With this release, <code>tsconfig.json</code> files containing this edge case should work correctly without generating a warning.</p> </li> <li> <p>Handle Yarn Plug'n'Play stack overflow with <code>tsconfig.json</code> (<a href="https://redirect.github.com/evanw/esbuild/issues/3915">#3915</a>)</p> <p>Previously a <code>tsconfig.json</code> file that <code>extends</code> another file in a package with an <code>exports</code> map could cause a stack overflow when Yarn's Plug'n'Play resolution was active. This edge case should work now starting with this release.</p> </li> <li> <p>Work around more issues with Deno 1.31+ (<a href="https://redirect.github.com/evanw/esbuild/pull/3917">#3917</a>)</p> <p>This version of Deno broke the <code>stdin</code> and <code>stdout</code> properties on command objects for inherited streams, which matters when you run esbuild's Deno module as the entry point (i.e. when <code>import.meta.main</code> is <code>true</code>). Previously esbuild would crash in Deno 1.31+ if you ran esbuild like that. This should be fixed starting with this release.</p> <p>This fix was contributed by <a href="https://github.com/Joshix-1"><code>@Joshix-1</code></a>.</p> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/evanw/esbuild/commit/d34e79e2a998c21bb71d57b92b0017ca11756912"><code>d34e79e</code></a> publish 0.24.0 to npm</li> <li><a href="https://github.com/evanw/esbuild/commit/045a87f164b31838aad7e2bcba112cf7717898d0"><code>045a87f</code></a> fix <a href="https://redirect.github.com/evanw/esbuild/issues/3887">#3887</a>: omit dead export warning for <code>default</code></li> <li><a href="https://github.com/evanw/esbuild/commit/6e049b81d2e080ccdf24db84a71934ea736879ce"><code>6e049b8</code></a> fix <a href="https://redirect.github.com/evanw/esbuild/issues/3913">#3913</a>: useDefineForClassFields and decorators</li> <li><a href="https://github.com/evanw/esbuild/commit/9c26f987dd9bbd33861a86b2a9d0b347f9ec297e"><code>9c26f98</code></a> lower decorators for useDefineForClassFields <a href="https://redirect.github.com/evanw/esbuild/issues/3913">#3913</a></li> <li><a href="https://github.com/evanw/esbuild/commit/46fdb686e2880f5b8447f998dedfc730e66ae32a"><code>46fdb68</code></a> fix <a href="https://redirect.github.com/evanw/esbuild/issues/3898">#3898</a>: incorrect cyclic tsconfig.json warning</li> <li><a href="https://github.com/evanw/esbuild/commit/b50044303b3430ce007ac0fe4baf21160093794e"><code>b500443</code></a> fix <a href="https://redirect.github.com/evanw/esbuild/issues/3917">#3917</a>: running esbuild cli with deno</li> <li><a href="https://github.com/evanw/esbuild/commit/b125e62c7033e3ace20df9ec05c846d222f61ce5"><code>b125e62</code></a> run <code>make update-compat-table</code></li> <li><a href="https://github.com/evanw/esbuild/commit/112b9aa32ea80eeef01cb91a8b415cfff08ef850"><code>112b9aa</code></a> fix <a href="https://redirect.github.com/evanw/esbuild/issues/3915">#3915</a>: stack overflow with yarn + tsconfig</li> <li><a href="https://github.com/evanw/esbuild/commit/ed5a555488a18e3b48954506e98d1f6a51f53368"><code>ed5a555</code></a> wasm: catch and rethrow stack overflows (<a href="https://redirect.github.com/evanw/esbuild/issues/3915">#3915</a>)</li> <li><a href="https://github.com/evanw/esbuild/commit/11d3196156b12b11a3dc68f9d00a4a9982b907c0"><code>11d3196</code></a> fix <a href="https://redirect.github.com/evanw/esbuild/issues/3902">#3902</a>: update go 1.22.5 => 1.23.1</li> <li>Additional commits viewable in <a href="https://github.com/evanw/esbuild/compare/v0.23.1...v0.24.0">compare view</a></li> </ul> </details> <br /> Updates `execa` from 9.3.1 to 9.4.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.4.0</h2> <h2>Features</h2> <ul> <li>We've created a separate package called <a href="https://github.com/sindresorhus/nano-spawn">nano-spawn</a>. It is similar to Execa but with fewer features, for a much smaller package size. <a href="https://github.com/sindresorhus/execa/blob/main/docs/small.md">More info.</a></li> </ul> <h2>Bug fixes</h2> <ul> <li>Both <a href="https://github.com/sindresorhus/execa/blob/main/docs/node.md"><code>execaNode()</code></a> and the <a href="https://github.com/sindresorhus/execa/blob/main/docs/environment.md#local-binaries"><code>preferLocal</code></a> option modify the <code>PATH</code> environment variable. This release includes some minor improvements to ensure that environment variable remains small (<a href="https://redirect.github.com/sindresorhus/npm-run-path/pull/20">sindresorhus/npm-run-path#20</a>). It also handles a few related edge cases better (<a href="https://redirect.github.com/sindresorhus/npm-run-path/pull/21">sindresorhus/npm-run-path#21</a>).</li> </ul> <h2>Documentation</h2> <ul> <li>Small documentation typo fix, thanks <a href="https://github.com/rrthomas"><code>@rrthomas</code></a>! (<a href="https://redirect.github.com/sindresorhus/execa/issues/1153">#1153</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/sindresorhus/execa/commit/1b9b9bbf17705c28019f770cecd9920db206f824"><code>1b9b9bb</code></a> 9.4.0</li> <li><a href="https://github.com/sindresorhus/execa/commit/ba483e74adcdd1cb0deafaed7f834f9c2340a326"><code>ba483e7</code></a> Upgrade <code>npm-run-path</code> (<a href="https://redirect.github.com/sindresorhus/execa/issues/1156">#1156</a>)</li> <li><a href="https://github.com/sindresorhus/execa/commit/eb3cfbac903b47607c58407d41078c59cb50dbe8"><code>eb3cfba</code></a> Add documentation about nano-spawn (<a href="https://redirect.github.com/sindresorhus/execa/issues/1157">#1157</a>)</li> <li><a href="https://github.com/sindresorhus/execa/commit/3fc804916d60b0b2e774a3642bd9815388caf7af"><code>3fc8049</code></a> Fix a typo (<a href="https://redirect.github.com/sindresorhus/execa/issues/1153">#1153</a>)</li> <li><a href="https://github.com/sindresorhus/execa/commit/c4cb62a463625d21eba1df8332ecd613455600cd"><code>c4cb62a</code></a> Improve documentation for <code>windowsVerbatimArguments</code> (<a href="https://redirect.github.com/sindresorhus/execa/issues/1149">#1149</a>)</li> <li>See full diff in <a href="https://github.com/sindresorhus/execa/compare/v9.3.1...v9.4.0">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> |
||
|
|
349e62c51a |
ci(release): add workflow file for publishing releases to immutable action package (#170)
This workflow file publishes new action releases to the immutable action package of the same name as this repo. --------- Co-authored-by: Parker Brown <17183625+parkerbxyz@users.noreply.github.com> |
||
|
|
5d869da34e |
build(release): 1.11.0 [skip ci]
# [1.11.0](https://github.com/actions/create-github-app-token/compare/v1.10.4...v1.11.0) (2024-09-11)
### Features
* allow repositories input to be comma or newline-separated ([#169](https://github.com/actions/create-github-app-token/issues/169)) ([
v1.11.0
|
||
|
|
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)) ([
v1.10.4
|