{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":642580244,"defaultBranch":"main","name":"create-github-app-token","ownerLogin":"actions","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2023-05-18T22:34:57.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/44036562?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1719364292.0","currentOid":""},"activityList":{"items":[{"before":"66a70456860bafc79e37635eea77b8b2a929f6c8","after":"ad38cffc07bac6e3857755914c4c88bfd2db4da4","ref":"refs/heads/main","pushedAt":"2024-06-26T01:11:31.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"create-app-token-action-releaser[bot]","name":null,"path":"/apps/create-app-token-action-releaser","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/342846?s=80&v=4"},"commit":{"message":"build(release): 1.10.2 [skip ci]\n\n## [1.10.2](https://github.com/actions/create-github-app-token/compare/v1.10.1...v1.10.2) (2024-06-26)\n\n### Bug Fixes\n\n* do not revoke token if already expired ([#147](https://github.com/actions/create-github-app-token/issues/147)) ([66a7045](https://github.com/actions/create-github-app-token/commit/66a70456860bafc79e37635eea77b8b2a929f6c8)), closes [#140](https://github.com/actions/create-github-app-token/issues/140) [#95](https://github.com/actions/create-github-app-token/issues/95)","shortMessageHtmlLink":"build(release): 1.10.2 [skip ci]"}},{"before":"d2eeb384dfb21a3993b0c722d1a5d36a4b747982","after":"66a70456860bafc79e37635eea77b8b2a929f6c8","ref":"refs/heads/main","pushedAt":"2024-06-26T01:10:54.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"gr2m","name":"Gregor Martynus","path":"/gr2m","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/39992?s=80&v=4"},"commit":{"message":"fix: do not revoke token if already expired (#147)\n\nCloses #140 \r\n\r\nThe pull request at #95 introduced changes to avoid revoking expired\r\ntokens by saving the `expiresAt` value in the state. The change,\r\nhowever, used `core.setOutput` instead of `core.setState` meaning the\r\nvalue is not saved in the state but rather available in the output.\r\n\r\n```javascript\r\nif (!skipTokenRevoke) {\r\n core.saveState(\"token\", authentication.token);\r\n core.setOutput(\"expiresAt\", authentication.expiresAt);\r\n }\r\n```\r\nThis means that when we use the value downstream, it evaluates to an\r\nempty string and the following code block is never run:\r\n\r\n```javascript\r\n const expiresAt = core.getState(\"expiresAt\"); \r\n if (expiresAt && tokenExpiresIn(expiresAt) < 0) { \r\n core.info(\"Token expired, skipping token revocation\"); \r\n return; \r\n } \r\n```\r\nThis is a tiny PR to correct that typo.","shortMessageHtmlLink":"fix: do not revoke token if already expired (#147)"}},{"before":"29d820b646b6da06260eae0ad04ddec5a10ff8a7","after":null,"ref":"refs/heads/dependabot/npm_and_yarn/braces-3.0.3","pushedAt":"2024-06-22T04:06:18.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"gr2m","name":"Gregor Martynus","path":"/gr2m","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/39992?s=80&v=4"}},{"before":"0fd38177ed30e541bb33920ec93084ea48e27968","after":"d2eeb384dfb21a3993b0c722d1a5d36a4b747982","ref":"refs/heads/main","pushedAt":"2024-06-22T04:06:17.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"gr2m","name":"Gregor Martynus","path":"/gr2m","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/39992?s=80&v=4"},"commit":{"message":"build(deps-dev): bump braces from 3.0.2 to 3.0.3 (#146)\n\nBumps [braces](https://github.com/micromatch/braces) from 3.0.2 to\r\n3.0.3.\r\n
\r\nCommits\r\n\r\n
\r\n
\r\n\r\n\r\n[![Dependabot compatibility\r\nscore](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=braces&package-manager=npm_and_yarn&previous-version=3.0.2&new-version=3.0.3)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\r\n\r\nDependabot will resolve any conflicts with this PR as long as you don't\r\nalter it yourself. You can also trigger a rebase manually by commenting\r\n`@dependabot rebase`.\r\n\r\n[//]: # (dependabot-automerge-start)\r\n[//]: # (dependabot-automerge-end)\r\n\r\n---\r\n\r\n
\r\nDependabot commands and options\r\n
\r\n\r\nYou can trigger Dependabot actions by commenting on this PR:\r\n- `@dependabot rebase` will rebase this PR\r\n- `@dependabot recreate` will recreate this PR, overwriting any edits\r\nthat have been made to it\r\n- `@dependabot merge` will merge this PR after your CI passes on it\r\n- `@dependabot squash and merge` will squash and merge this PR after\r\nyour CI passes on it\r\n- `@dependabot cancel merge` will cancel a previously requested merge\r\nand block automerging\r\n- `@dependabot reopen` will reopen this PR if it is closed\r\n- `@dependabot close` will close this PR and stop Dependabot recreating\r\nit. You can achieve the same result by closing it manually\r\n- `@dependabot show ignore conditions` will show all\r\nof the ignore conditions of the specified dependency\r\n- `@dependabot ignore this major version` will close this PR and stop\r\nDependabot creating any more for this major version (unless you reopen\r\nthe PR or upgrade to it yourself)\r\n- `@dependabot ignore this minor version` will close this PR and stop\r\nDependabot creating any more for this minor version (unless you reopen\r\nthe PR or upgrade to it yourself)\r\n- `@dependabot ignore this dependency` will close this PR and stop\r\nDependabot creating any more for this dependency (unless you reopen the\r\nPR or upgrade to it yourself)\r\nYou can disable automated security fix PRs for this repo from the\r\n[Security Alerts\r\npage](https://github.com/actions/create-github-app-token/network/alerts).\r\n\r\n
\r\n\r\nSigned-off-by: dependabot[bot] \r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>","shortMessageHtmlLink":"build(deps-dev): bump braces from 3.0.2 to 3.0.3 (#146)"}},{"before":null,"after":"29d820b646b6da06260eae0ad04ddec5a10ff8a7","ref":"refs/heads/dependabot/npm_and_yarn/braces-3.0.3","pushedAt":"2024-06-21T09:58:03.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"build(deps-dev): bump braces from 3.0.2 to 3.0.3\n\nBumps [braces](https://github.com/micromatch/braces) from 3.0.2 to 3.0.3.\n- [Changelog](https://github.com/micromatch/braces/blob/master/CHANGELOG.md)\n- [Commits](https://github.com/micromatch/braces/compare/3.0.2...3.0.3)\n\n---\nupdated-dependencies:\n- dependency-name: braces\n dependency-type: indirect\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"build(deps-dev): bump braces from 3.0.2 to 3.0.3"}},{"before":"98eac26e8e2bee8a44f6c0198e88ea5448d79357","after":"fa33f864a37e525f817517ff742a11eb95a3084e","ref":"refs/heads/134-remove-custom-proxy-functionality","pushedAt":"2024-06-13T23:49:20.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"parkerbxyz","name":"Parker Brown","path":"/parkerbxyz","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/17183625?s=80&v=4"},"commit":{"message":"Update code comment","shortMessageHtmlLink":"Update code comment"}},{"before":"47d08eafdaf9ac31f82741257836692f765145d3","after":"98eac26e8e2bee8a44f6c0198e88ea5448d79357","ref":"refs/heads/134-remove-custom-proxy-functionality","pushedAt":"2024-06-13T23:11:46.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"gr2m","name":"Gregor Martynus","path":"/gr2m","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/39992?s=80&v=4"},"commit":{"message":"fix: use unidici fetch","shortMessageHtmlLink":"fix: use unidici fetch"}},{"before":"ae98c1875a1d92953208a5588d0c3b6feb9213fd","after":"47d08eafdaf9ac31f82741257836692f765145d3","ref":"refs/heads/134-remove-custom-proxy-functionality","pushedAt":"2024-06-13T23:09:48.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"parkerbxyz","name":"Parker Brown","path":"/parkerbxyz","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/17183625?s=80&v=4"},"commit":{"message":"fix: use unidici fetch","shortMessageHtmlLink":"fix: use unidici fetch"}},{"before":"0fd38177ed30e541bb33920ec93084ea48e27968","after":"ae98c1875a1d92953208a5588d0c3b6feb9213fd","ref":"refs/heads/134-remove-custom-proxy-functionality","pushedAt":"2024-06-13T22:45:15.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"parkerbxyz","name":"Parker Brown","path":"/parkerbxyz","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/17183625?s=80&v=4"},"commit":{"message":"fix: remove custom proxy handling\n\nUndici has added native support for proxy handling, so it is no longer necessary for us to implement our own custom proxy handling.","shortMessageHtmlLink":"fix: remove custom proxy handling"}},{"before":null,"after":"0fd38177ed30e541bb33920ec93084ea48e27968","ref":"refs/heads/134-remove-custom-proxy-functionality","pushedAt":"2024-06-13T22:38:37.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"parkerbxyz","name":"Parker Brown","path":"/parkerbxyz","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/17183625?s=80&v=4"},"commit":{"message":"docs(README): add note about expiration (#141)\n\naddresses https://github.com/actions/create-github-app-token/issues/121#issuecomment-2043214796\r\n\r\nCo-authored-by: Parker Brown <17183625+parkerbxyz@users.noreply.github.com>","shortMessageHtmlLink":"docs(README): add note about expiration (#141)"}},{"before":"22c7ffb490d389fd78f60dfc68cdf0f03b7568c1","after":null,"ref":"refs/heads/gr2m-patch-1","pushedAt":"2024-06-12T03:56:58.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"gr2m","name":"Gregor Martynus","path":"/gr2m","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/39992?s=80&v=4"}},{"before":"b3be8474927ba181cb6250b09b30dc6672d965e6","after":"0fd38177ed30e541bb33920ec93084ea48e27968","ref":"refs/heads/main","pushedAt":"2024-06-12T03:56:57.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"gr2m","name":"Gregor Martynus","path":"/gr2m","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/39992?s=80&v=4"},"commit":{"message":"docs(README): add note about expiration (#141)\n\naddresses https://github.com/actions/create-github-app-token/issues/121#issuecomment-2043214796\r\n\r\nCo-authored-by: Parker Brown <17183625+parkerbxyz@users.noreply.github.com>","shortMessageHtmlLink":"docs(README): add note about expiration (#141)"}},{"before":"66e7206549012038bf5eed1480b609d00dd9aa36","after":"22c7ffb490d389fd78f60dfc68cdf0f03b7568c1","ref":"refs/heads/gr2m-patch-1","pushedAt":"2024-06-12T03:31:48.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"parkerbxyz","name":"Parker Brown","path":"/parkerbxyz","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/17183625?s=80&v=4"},"commit":{"message":"Add period","shortMessageHtmlLink":"Add period"}},{"before":"c8f55efbd427e7465d6da1106e7979bc8aaee856","after":"b3be8474927ba181cb6250b09b30dc6672d965e6","ref":"refs/heads/main","pushedAt":"2024-06-11T17:16:50.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"gr2m","name":"Gregor Martynus","path":"/gr2m","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/39992?s=80&v=4"},"commit":{"message":"docs(README): Create a git committer string for an app installation (#142)\n\ncloses #137","shortMessageHtmlLink":"docs(README): Create a git committer string for an app installation (#…"}},{"before":"44af4b8109c10c75f8f6686f6ba0fbc4f398941b","after":null,"ref":"refs/heads/gr2m-patch-2","pushedAt":"2024-06-11T17:16:50.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"gr2m","name":"Gregor Martynus","path":"/gr2m","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/39992?s=80&v=4"}},{"before":null,"after":"44af4b8109c10c75f8f6686f6ba0fbc4f398941b","ref":"refs/heads/gr2m-patch-2","pushedAt":"2024-06-07T17:12:13.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"gr2m","name":"Gregor Martynus","path":"/gr2m","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/39992?s=80&v=4"},"commit":{"message":"docs(README): Create a git committer string for an app installation\n\ncloses #137","shortMessageHtmlLink":"docs(README): Create a git committer string for an app installation"}},{"before":null,"after":"66e7206549012038bf5eed1480b609d00dd9aa36","ref":"refs/heads/gr2m-patch-1","pushedAt":"2024-06-07T16:36:17.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"gr2m","name":"Gregor Martynus","path":"/gr2m","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/39992?s=80&v=4"},"commit":{"message":"docs(README): add note about expiration\n\naddresses https://github.com/actions/create-github-app-token/issues/121#issuecomment-2043214796","shortMessageHtmlLink":"docs(README): add note about expiration"}},{"before":"2aec84ed455fa2729a5ac12342d40aca8b36ef86","after":"c8f55efbd427e7465d6da1106e7979bc8aaee856","ref":"refs/heads/main","pushedAt":"2024-06-03T04:38:44.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"create-app-token-action-releaser[bot]","name":null,"path":"/apps/create-app-token-action-releaser","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/342846?s=80&v=4"},"commit":{"message":"build(release): 1.10.1 [skip ci]\n\n## [1.10.1](https://github.com/actions/create-github-app-token/compare/v1.10.0...v1.10.1) (2024-06-03)\n\n### Bug Fixes\n\n* **deps:** bump the production-dependencies group with 2 updates ([#138](https://github.com/actions/create-github-app-token/issues/138)) ([8d81a59](https://github.com/actions/create-github-app-token/commit/8d81a59103d6d17f5ecc243eb5fd53757607a1d2)), closes [#606](https://github.com/actions/create-github-app-token/issues/606) [#606](https://github.com/actions/create-github-app-token/issues/606) [#605](https://github.com/actions/create-github-app-token/issues/605) [#604](https://github.com/actions/create-github-app-token/issues/604) [nodejs/undici#3295](https://github.com/nodejs/undici/issues/3295) [nodejs/undici#3298](https://github.com/nodejs/undici/issues/3298) [nodejs/undici#3294](https://github.com/nodejs/undici/issues/3294) [nodejs/undici#3281](https://github.com/nodejs/undici/issues/3281) [nodejs/undici#3286](https://github.com/nodejs/undici/issues/3286) [nodejs/undici#3284](https://github.com/nodejs/undici/issues/3284) [nodejs/undici#3291](https://github.com/nodejs/undici/issues/3291) [nodejs/undici#3290](https://github.com/nodejs/undici/issues/3290) [nodejs/undici#3283](https://github.com/nodejs/undici/issues/3283) [nodejs/undici#3281](https://github.com/nodejs/undici/issues/3281) [nodejs/undici#3263](https://github.com/nodejs/undici/issues/3263) [nodejs/undici#3279](https://github.com/nodejs/undici/issues/3279) [nodejs/undici#3227](https://github.com/nodejs/undici/issues/3227) [nodejs/undici#3234](https://github.com/nodejs/undici/issues/3234) [nodejs/undici#3240](https://github.com/nodejs/undici/issues/3240) [nodejs/undici#3245](https://github.com/nodejs/undici/issues/3245) [nodejs/undici#3241](https://github.com/nodejs/undici/issues/3241) [nodejs/undici#3247](https://github.com/nodejs/undici/issues/3247) [nodejs/undici#3248](https://github.com/nodejs/undici/issues/3248) [nodejs/undici#3219](https://github.com/nodejs/undici/issues/3219) [nodejs/undici#3251](https://github.com/nodejs/undici/issues/3251) [nodejs/undici#3254](https://github.com/nodejs/undici/issues/3254) [nodejs/undici#3258](https://github.com/nodejs/undici/issues/3258) [nodejs/undici#3257](https://github.com/nodejs/undici/issues/3257) [nodejs/undici#3259](https://github.com/nodejs/undici/issues/3259) [nodejs/undici#3262](https://github.com/nodejs/undici/issues/3262) [nodejs/undici#3264](https://github.com/nodejs/undici/issues/3264) [nodejs/undici#3118](https://github.com/nodejs/undici/issues/3118) [nodejs/undici#3269](https://github.com/nodejs/undici/issues/3269) [#3301](https://github.com/actions/create-github-app-token/issues/3301) [#3294](https://github.com/actions/create-github-app-token/issues/3294) [#3298](https://github.com/actions/create-github-app-token/issues/3298) [#3295](https://github.com/actions/create-github-app-token/issues/3295) [#3293](https://github.com/actions/create-github-app-token/issues/3293) [#3283](https://github.com/actions/create-github-app-token/issues/3283) [#3290](https://github.com/actions/create-github-app-token/issues/3290) [#3291](https://github.com/actions/create-github-app-token/issues/3291) [#3284](https://github.com/actions/create-github-app-token/issues/3284) [#3286](https://github.com/actions/create-github-app-token/issues/3286)","shortMessageHtmlLink":"build(release): 1.10.1 [skip ci]"}},{"before":"6193b6504a3c0b07dc2e2f2efed16505ba2d8d00","after":null,"ref":"refs/heads/dependabot/npm_and_yarn/development-dependencies-c13ddd0f9b","pushedAt":"2024-06-03T04:38:15.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"gr2m","name":"Gregor Martynus","path":"/gr2m","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/39992?s=80&v=4"}},{"before":"8d81a59103d6d17f5ecc243eb5fd53757607a1d2","after":"2aec84ed455fa2729a5ac12342d40aca8b36ef86","ref":"refs/heads/main","pushedAt":"2024-06-03T04:38:14.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"gr2m","name":"Gregor Martynus","path":"/gr2m","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/39992?s=80&v=4"},"commit":{"message":"build(deps-dev): bump the development-dependencies group with 3 updates (#139)\n\nBumps the development-dependencies group with 3 updates:\r\n[ava](https://github.com/avajs/ava),\r\n[esbuild](https://github.com/evanw/esbuild) and\r\n[execa](https://github.com/sindresorhus/execa).\r\n\r\nUpdates `ava` from 6.1.2 to 6.1.3\r\n
\r\nRelease notes\r\n

Sourced from ava's\r\nreleases.

\r\n
\r\n

v6.1.3

\r\n

What's Changed

\r\n
    \r\n
  • Include Node.js 22 in supported engines and test matrix by @​lenovouser in avajs/ava#3328
  • \r\n
  • Add VS Code debugging instructions for Yarn PnP projects by @​bitjson in avajs/ava#3317
  • \r\n
  • Document serial configuration option by @​turadg in avajs/ava#3321
  • \r\n
\r\n

New Contributors

\r\n
    \r\n
  • @​bitjson made\r\ntheir first contribution in avajs/ava#3317
  • \r\n
  • @​turadg made\r\ntheir first contribution in avajs/ava#3321
  • \r\n
  • @​lenovouser made\r\ntheir first contribution in avajs/ava#3328
  • \r\n
\r\n

Full Changelog: https://github.com/avajs/ava/compare/v6.1.2...v6.1.3

\r\n
\r\n
\r\n
\r\nCommits\r\n
    \r\n
  • f8bf00c\r\n6.1.3
  • \r\n
  • 002b3a0\r\nInclude Node.js 22 in supported engines and test matrix
  • \r\n
  • ec1a8d2\r\nDocument serial configuration option
  • \r\n
  • 01ec280\r\nAdd VS Code debugging instructions for Yarn PnP projects
  • \r\n
  • See full diff in compare\r\nview
  • \r\n
\r\n
\r\n
\r\n\r\nUpdates `esbuild` from 0.20.2 to 0.21.4\r\n
\r\nRelease notes\r\n

Sourced from esbuild's\r\nreleases.

\r\n
\r\n

v0.21.4

\r\n
    \r\n
  • \r\n

    Update support for import assertions and import attributes in node\r\n(#3778)

    \r\n

    Import assertions (the assert keyword) have been removed\r\nfrom node starting in v22.0.0. So esbuild will now strip them and\r\ngenerate a warning with --target=node22 or above:

    \r\n
    ▲ [WARNING] The "assert" keyword is not supported\r\nin the configured target environment ("node22")\r\n[assert-to-with]\r\n
    example.mjs:1:40:\r\n1 │ import json from &quot;esbuild/package.json&quot; assert {\r\ntype: &quot;json&quot; }\r\n    │                                         ~~~~~~\r\n    ╵                                         with\r\n
    \r\n

    Did you mean to use "with" instead of "assert"?\r\n

    \r\n

    Import attributes (the with keyword) have been\r\nbackported to node 18 starting in v18.20.0. So esbuild will no longer\r\nstrip them with --target=node18.N if N is 20\r\nor greater.

    \r\n
  • \r\n
  • \r\n

    Fix for await transform when a label is present

    \r\n

    This release fixes a bug where the for await transform,\r\nwhich wraps the loop in a try statement, previously failed\r\nto also move the loop's label into the try statement. This\r\nbug only affects code that uses both of these features in combination.\r\nHere's an example of some affected code:

    \r\n
    // Original code\r\nasync function test() {\r\n  outer: for await (const x of [Promise.resolve([0, 1])]) {\r\n    for (const y of x) if (y) break outer\r\n    throw 'fail'\r\n  }\r\n}\r\n

    // Old output (with --target=es6)\r\nfunction test() {\r\nreturn __async(this, null, function* () {\r\nouter: try {\r\nfor (var iter = __forAwait([Promise.resolve([0, 1])]), more, temp,\r\nerror; more = !(temp = yield iter.next()).done; more = false) {\r\nconst x = temp.value;\r\nfor (const y of x) if (y) break outer;\r\nthrow "fail";\r\n}\r\n} catch (temp) {\r\nerror = [temp];\r\n} finally {\r\ntry {\r\nmore && (temp = iter.return) && (yield temp.call(iter));\r\n} finally {\r\nif (error)\r\nthrow error[0];\r\n}\r\n}\r\n

    \r\n
  • \r\n
\r\n\r\n
\r\n

... (truncated)

\r\n
\r\n
\r\nChangelog\r\n

Sourced from esbuild's\r\nchangelog.

\r\n
\r\n

0.21.4

\r\n
    \r\n
  • \r\n

    Update support for import assertions and import attributes in node\r\n(#3778)

    \r\n

    Import assertions (the assert keyword) have been removed\r\nfrom node starting in v22.0.0. So esbuild will now strip them and\r\ngenerate a warning with --target=node22 or above:

    \r\n
    ▲ [WARNING] The "assert" keyword is not supported\r\nin the configured target environment ("node22")\r\n[assert-to-with]\r\n
    example.mjs:1:40:\r\n1 │ import json from &quot;esbuild/package.json&quot; assert {\r\ntype: &quot;json&quot; }\r\n    │                                         ~~~~~~\r\n    ╵                                         with\r\n
    \r\n

    Did you mean to use "with" instead of "assert"?\r\n

    \r\n

    Import attributes (the with keyword) have been\r\nbackported to node 18 starting in v18.20.0. So esbuild will no longer\r\nstrip them with --target=node18.N if N is 20\r\nor greater.

    \r\n
  • \r\n
  • \r\n

    Fix for await transform when a label is present

    \r\n

    This release fixes a bug where the for await transform,\r\nwhich wraps the loop in a try statement, previously failed\r\nto also move the loop's label into the try statement. This\r\nbug only affects code that uses both of these features in combination.\r\nHere's an example of some affected code:

    \r\n
    // Original code\r\nasync function test() {\r\n  outer: for await (const x of [Promise.resolve([0, 1])]) {\r\n    for (const y of x) if (y) break outer\r\n    throw 'fail'\r\n  }\r\n}\r\n

    // Old output (with --target=es6)\r\nfunction test() {\r\nreturn __async(this, null, function* () {\r\nouter: try {\r\nfor (var iter = __forAwait([Promise.resolve([0, 1])]), more, temp,\r\nerror; more = !(temp = yield iter.next()).done; more = false) {\r\nconst x = temp.value;\r\nfor (const y of x) if (y) break outer;\r\nthrow "fail";\r\n}\r\n} catch (temp) {\r\nerror = [temp];\r\n} finally {\r\ntry {\r\nmore && (temp = iter.return) && (yield temp.call(iter));\r\n} finally {\r\nif (error)\r\nthrow error[0];\r\n}\r\n

    \r\n
  • \r\n
\r\n\r\n
\r\n

... (truncated)

\r\n
\r\n
\r\nCommits\r\n
    \r\n
  • 67cbf87\r\npublish 0.21.4 to npm
  • \r\n
  • 4ad11c3\r\nfix #3639,\r\nfix #3646:\r\npass with to onResolve
  • \r\n
  • 516ca31\r\nfix #3343:\r\nallow bundle-internal string aliases
  • \r\n
  • 9e2f304\r\nfix #3416,\r\nfix #3425:\r\nbetter enum constant folding
  • \r\n
  • 8f1faf7\r\nimplement late constant-folding for && || ??
  • \r\n
  • 7d50a50\r\nimplement late constant-folding of string enums
  • \r\n
  • 1b29ac7\r\nfold equality checks after cross-module inlining
  • \r\n
  • d7a8bf3\r\nformatting support for @position-try (for #3773)
  • \r\n
  • 5069410\r\nfix #3778:\r\nimport assertions/attributes for node
  • \r\n
  • 11d568c\r\nrun make update-compat-table
  • \r\n
  • Additional commits viewable in compare\r\nview
  • \r\n
\r\n
\r\n
\r\n\r\nUpdates `execa` from 8.0.1 to 9.1.0\r\n
\r\nRelease notes\r\n

Sourced from execa's\r\nreleases.

\r\n
\r\n

v9.1.0

\r\n

Features (types)

\r\n
    \r\n
  • Export TemplateExpression\r\ntype. (#1049)
  • \r\n
\r\n

v9.0.2

\r\n

Bug fixes (types)

\r\n
    \r\n
  • Do not require using --lib dom for TypeScript users (#1043,\r\n#1044)
  • \r\n
  • Fix type of the reject option (#1046)
  • \r\n
\r\n

v9.0.1

\r\n

Bug fixes (types)

\r\n
    \r\n
  • Fix types not being importable (#1033)\r\n3bdab60
  • \r\n
  • Fix complexity bug with types (#1037)\r\n6cc519b
  • \r\n
  • Fix complexity bug with types (#1035)\r\nfee011d
  • \r\n
\r\n

v9.0.0

\r\n

This major release brings many important features including:

\r\n
    \r\n
  • Split\r\nthe output into lines, or progressively\r\niterate over them.
  • \r\n
  • Transform\r\nor filter the input/output using simple\r\nfunctions.
  • \r\n
  • Print the output to\r\nthe terminal while still retrieving it programmatically.
  • \r\n
  • Redirect the input/output from/to\r\na file.
  • \r\n
  • Advanced\r\npiping between multiple subprocesses.
  • \r\n
  • Improved verbose\r\nmode, for debugging.
  • \r\n
  • More detailed\r\nerrors, including when terminating\r\nsubprocesses.
  • \r\n
  • Enhanced template\r\nstring syntax.
  • \r\n
  • Global/shared\r\noptions.
  • \r\n
  • Web\r\nstreams and Transform streams support.
  • \r\n
  • Convert\r\nthe subprocess to a stream.
  • \r\n
  • New\r\ndocumentation with many examples.
  • \r\n
\r\n

Please check the release\r\npost for a high-level overview! For the full list of breaking\r\nchanges, features and bug fixes, please read below.

\r\n

Thanks @​younggglcy, @​koshic, @​am0o0 and @​codesmith-emmy\r\nfor your help!

\r\n
\r\n

One of the maintainers @​ehmicky is looking\r\nfor a remote full-time position. Specialized in Node.js back-ends and\r\nCLIs, he led Netlify Build, Plugins and\r\nConfiguration for 2.5 years. Feel free to contact him on his website or on LinkedIn!

\r\n
\r\n

Breaking changes (not types)

\r\n
    \r\n
  • \r\n

    Dropped support for Node.js version <18.19.0 and\r\n20.0.0 - 20.4.0. (834e3726)

    \r\n
  • \r\n
  • \r\n

    When the encoding\r\noption is 'buffer', the output (result.stdout,\r\nresult.stderr,\r\nresult.all)\r\nis now an Uint8Array\r\ninstead of a Buffer.\r\nFor more information, see this blog\r\npost. (by @​younggglcy) (#586)

    \r\n
  • \r\n
\r\n
</tr></table> \r\n
\r\n
\r\n

... (truncated)

\r\n
\r\n
\r\nCommits\r\n
    \r\n
  • 62d02af\r\n9.1.0
  • \r\n
  • 733d6ff\r\nSplit CI jobs (#1052)
  • \r\n
  • 3b11ac8\r\nCheck types on TypeScript 5.1 + latest (#1051)
  • \r\n
  • de8e7da\r\nDocument minimum TypeScript version (#1050)
  • \r\n
  • 2d84752\r\nExport TemplateExpression type (#1049)
  • \r\n
  • b8c131c\r\n9.0.2
  • \r\n
  • e2903e9\r\nRun TypeScript on the types (#1042)
  • \r\n
  • ab2a9ed\r\nFix type of result when using the reject: false option (#1046)
  • \r\n
  • 11bbd9d\r\nFix type of TransformStream (#1044)
  • \r\n
  • 6f4941e\r\nFix typing of web streams (#1043)
  • \r\n
  • Additional commits viewable in compare\r\nview
  • \r\n
\r\n
\r\n
\r\n\r\n\r\nDependabot will resolve any conflicts with this PR as long as you don't\r\nalter it yourself. You can also trigger a rebase manually by commenting\r\n`@dependabot rebase`.\r\n\r\n[//]: # (dependabot-automerge-start)\r\n[//]: # (dependabot-automerge-end)\r\n\r\n---\r\n\r\n
\r\nDependabot commands and options\r\n
\r\n\r\nYou can trigger Dependabot actions by commenting on this PR:\r\n- `@dependabot rebase` will rebase this PR\r\n- `@dependabot recreate` will recreate this PR, overwriting any edits\r\nthat have been made to it\r\n- `@dependabot merge` will merge this PR after your CI passes on it\r\n- `@dependabot squash and merge` will squash and merge this PR after\r\nyour CI passes on it\r\n- `@dependabot cancel merge` will cancel a previously requested merge\r\nand block automerging\r\n- `@dependabot reopen` will reopen this PR if it is closed\r\n- `@dependabot close` will close this PR and stop Dependabot recreating\r\nit. You can achieve the same result by closing it manually\r\n- `@dependabot show ignore conditions` will show all\r\nof the ignore conditions of the specified dependency\r\n- `@dependabot ignore major version` will close this\r\ngroup update PR and stop Dependabot creating any more for the specific\r\ndependency's major version (unless you unignore this specific\r\ndependency's major version or upgrade to it yourself)\r\n- `@dependabot ignore minor version` will close this\r\ngroup update PR and stop Dependabot creating any more for the specific\r\ndependency's minor version (unless you unignore this specific\r\ndependency's minor version or upgrade to it yourself)\r\n- `@dependabot ignore ` will close this group update PR\r\nand stop Dependabot creating any more for the specific dependency\r\n(unless you unignore this specific dependency or upgrade to it yourself)\r\n- `@dependabot unignore ` will remove all of the ignore\r\nconditions of the specified dependency\r\n- `@dependabot unignore ` will\r\nremove the ignore condition of the specified dependency and ignore\r\nconditions\r\n\r\n\r\n
\r\n\r\nSigned-off-by: dependabot[bot] \r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>","shortMessageHtmlLink":"build(deps-dev): bump the development-dependencies group with 3 updat…"}},{"before":"55c7e80524bcbe8b6c11920af71f761817be74e7","after":null,"ref":"refs/heads/dependabot/npm_and_yarn/production-dependencies-00bb2d8dd3","pushedAt":"2024-06-03T04:38:06.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"gr2m","name":"Gregor Martynus","path":"/gr2m","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/39992?s=80&v=4"}},{"before":"a0de6af83968303c8c955486bf9739a57d23c7f1","after":"8d81a59103d6d17f5ecc243eb5fd53757607a1d2","ref":"refs/heads/main","pushedAt":"2024-06-03T04:38:05.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"gr2m","name":"Gregor Martynus","path":"/gr2m","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/39992?s=80&v=4"},"commit":{"message":"fix(deps): bump the production-dependencies group with 2 updates (#138)\n\nBumps the production-dependencies group with 2 updates:\r\n[@octokit/auth-app](https://github.com/octokit/auth-app.js) and\r\n[undici](https://github.com/nodejs/undici).\r\n\r\nUpdates `@octokit/auth-app` from 7.0.0 to 7.1.0\r\n
\r\nRelease notes\r\n

Sourced from @​octokit/auth-app's\r\nreleases.

\r\n
\r\n

v7.1.0

\r\n

7.1.0\r\n(2024-05-09)

\r\n

Features

\r\n
    \r\n
  • appId argument can be set to Client ID string (#606)\r\n(7dc08e5)
  • \r\n
\r\n
\r\n
\r\n
\r\nCommits\r\n
    \r\n
  • 7dc08e5\r\nfeat: appId argument can be set to Client ID string (#606)
  • \r\n
  • 81ac6ec\r\nchore(deps): update dependency esbuild to ^0.21.0 (#605)
  • \r\n
  • 1314f7b\r\nbuild(deps): lock file maintenance (#604)
  • \r\n
  • See full diff in compare\r\nview
  • \r\n
\r\n
\r\n
\r\n\r\nUpdates `undici` from 6.15.0 to 6.18.2\r\n
\r\nRelease notes\r\n

Sourced from undici's\r\nreleases.

\r\n
\r\n

v6.18.2

\r\n

What's Changed

\r\n
    \r\n
  • don't use internal header state for cookies by @​KhafraDev in nodejs/undici#3295
  • \r\n
  • build(deps-dev): bump borp from 0.13.0 to 0.14.0 by @​dependabot in nodejs/undici#3298
  • \r\n
  • fix: retry on body support by @​metcoder95 in nodejs/undici#3294
  • \r\n
\r\n

Full Changelog: https://github.com/nodejs/undici/compare/v6.18.1...v6.18.2

\r\n

v6.18.1

\r\n

What's Changed

\r\n
    \r\n
  • docs: Update references to dispatcher in docs by @​haikyuu in nodejs/undici#3281
  • \r\n
  • fix: compatibility for global headers by @​tsctx in nodejs/undici#3286
  • \r\n
  • websocket: pre-calculated length by @​tsctx in nodejs/undici#3284
  • \r\n
  • ci: fix autobahn workflow by @​Uzlopak in nodejs/undici#3291
  • \r\n
  • revert: "websocket: pre-calculated length" by @​KhafraDev in nodejs/undici#3290
  • \r\n
  • websocket: use FixedQueue instead of Set by @​tsctx in nodejs/undici#3283
  • \r\n
\r\n

New Contributors

\r\n
    \r\n
  • @​haikyuu made\r\ntheir first contribution in nodejs/undici#3281
  • \r\n
\r\n

Full Changelog: https://github.com/nodejs/undici/compare/v6.18.0...v6.18.1

\r\n

v6.18.0

\r\n

What's Changed

\r\n
    \r\n
  • permessage-deflate decompression support in websocket by @​KhafraDev in nodejs/undici#3263
  • \r\n
  • fix: Fix server closing in tests. by @​ShogunPanda in\r\nnodejs/undici#3279
  • \r\n
\r\n

Full Changelog: https://github.com/nodejs/undici/compare/v6.17.0...v6.18.0

\r\n

v6.17.0

\r\n

What's Changed

\r\n
    \r\n
  • fetch: fix captureStackTrace by @​Uzlopak in nodejs/undici#3227
  • \r\n
  • fetch: fix wpt test request-upload.any.js by @​Uzlopak in nodejs/undici#3234
  • \r\n
  • websocket: don't clone buffer by @​tsctx in nodejs/undici#3240
  • \r\n
  • Remove unecessary async from writeBuffer by @​DarkGL in nodejs/undici#3245
  • \r\n
  • refactor websocket control frame handling by @​KhafraDev in nodejs/undici#3241
  • \r\n
  • fix parsing continuation frames in websocket by @​KhafraDev in nodejs/undici#3247
  • \r\n
  • ci: node nightly test should use node 23 by @​Uzlopak in nodejs/undici#3248
  • \r\n
  • Add test to verify if the connection is correctly aborted on cancel\r\nby @​mcollina in\r\nnodejs/undici#3219
  • \r\n
  • Autobahn suite by @​KhafraDev in nodejs/undici#3251
  • \r\n
  • websocket: fix 6 autobahn tests by @​KhafraDev in nodejs/undici#3254
  • \r\n
  • websocket: checkout correct commit in autobahn workflow by @​Uzlopak in nodejs/undici#3258
  • \r\n
  • Cleanup websocket by @​KhafraDev in nodejs/undici#3257
  • \r\n
  • websocket: autobahn workflow should fail on error by @​Uzlopak in nodejs/undici#3259
  • \r\n
  • add bodymixin bytes by @​KhafraDev in nodejs/undici#3262
  • \r\n
  • perf: avoid buffer cloning by @​tsctx in nodejs/undici#3264
  • \r\n
  • feat: dump interceptor by @​metcoder95 in nodejs/undici#3118
  • \r\n
  • use private properties in Headers by @​KhafraDev in nodejs/undici#3269
  • \r\n
\r\n\r\n
\r\n

... (truncated)

\r\n
\r\n
\r\nCommits\r\n
    \r\n
  • 665f247\r\nBumped v6.18.2 (#3301)
  • \r\n
  • 5f11247\r\nfix: retry on body support (#3294)
  • \r\n
  • 18af4b0\r\nbuild(deps-dev): bump borp from 0.13.0 to 0.14.0 (#3298)
  • \r\n
  • a4879b4\r\ndon't use internal header state for cookies (#3295)
  • \r\n
  • eed423a\r\nBumped v6.18.1 (#3293)
  • \r\n
  • eeae378\r\nwebsocket: use FixedQueue instead of Set (#3283)
  • \r\n
  • fcfa4db\r\nrevert: "websocket: pre-calculated length" (#3290)
  • \r\n
  • 0564b46\r\nci: fix autobahn workflow (#3291)
  • \r\n
  • 13523fd\r\nwebsocket: pre-calculated length (#3284)
  • \r\n
  • 064b08d\r\nfix: compatibility for global headers (#3286)
  • \r\n
  • Additional commits viewable in compare\r\nview
  • \r\n
\r\n
\r\n
\r\n\r\n\r\nDependabot will resolve any conflicts with this PR as long as you don't\r\nalter it yourself. You can also trigger a rebase manually by commenting\r\n`@dependabot rebase`.\r\n\r\n[//]: # (dependabot-automerge-start)\r\n[//]: # (dependabot-automerge-end)\r\n\r\n---\r\n\r\n
\r\nDependabot commands and options\r\n
\r\n\r\nYou can trigger Dependabot actions by commenting on this PR:\r\n- `@dependabot rebase` will rebase this PR\r\n- `@dependabot recreate` will recreate this PR, overwriting any edits\r\nthat have been made to it\r\n- `@dependabot merge` will merge this PR after your CI passes on it\r\n- `@dependabot squash and merge` will squash and merge this PR after\r\nyour CI passes on it\r\n- `@dependabot cancel merge` will cancel a previously requested merge\r\nand block automerging\r\n- `@dependabot reopen` will reopen this PR if it is closed\r\n- `@dependabot close` will close this PR and stop Dependabot recreating\r\nit. You can achieve the same result by closing it manually\r\n- `@dependabot show ignore conditions` will show all\r\nof the ignore conditions of the specified dependency\r\n- `@dependabot ignore major version` will close this\r\ngroup update PR and stop Dependabot creating any more for the specific\r\ndependency's major version (unless you unignore this specific\r\ndependency's major version or upgrade to it yourself)\r\n- `@dependabot ignore minor version` will close this\r\ngroup update PR and stop Dependabot creating any more for the specific\r\ndependency's minor version (unless you unignore this specific\r\ndependency's minor version or upgrade to it yourself)\r\n- `@dependabot ignore ` will close this group update PR\r\nand stop Dependabot creating any more for the specific dependency\r\n(unless you unignore this specific dependency or upgrade to it yourself)\r\n- `@dependabot unignore ` will remove all of the ignore\r\nconditions of the specified dependency\r\n- `@dependabot unignore ` will\r\nremove the ignore condition of the specified dependency and ignore\r\nconditions\r\n\r\n\r\n
\r\n\r\nSigned-off-by: dependabot[bot] \r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>","shortMessageHtmlLink":"fix(deps): bump the production-dependencies group with 2 updates (#138)"}},{"before":null,"after":"6193b6504a3c0b07dc2e2f2efed16505ba2d8d00","ref":"refs/heads/dependabot/npm_and_yarn/development-dependencies-c13ddd0f9b","pushedAt":"2024-06-01T10:14:16.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"build(deps-dev): bump the development-dependencies group with 3 updates\n\nBumps the development-dependencies group with 3 updates: [ava](https://github.com/avajs/ava), [esbuild](https://github.com/evanw/esbuild) and [execa](https://github.com/sindresorhus/execa).\n\n\nUpdates `ava` from 6.1.2 to 6.1.3\n- [Release notes](https://github.com/avajs/ava/releases)\n- [Commits](https://github.com/avajs/ava/compare/v6.1.2...v6.1.3)\n\nUpdates `esbuild` from 0.20.2 to 0.21.4\n- [Release notes](https://github.com/evanw/esbuild/releases)\n- [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/evanw/esbuild/compare/v0.20.2...v0.21.4)\n\nUpdates `execa` from 8.0.1 to 9.1.0\n- [Release notes](https://github.com/sindresorhus/execa/releases)\n- [Commits](https://github.com/sindresorhus/execa/compare/v8.0.1...v9.1.0)\n\n---\nupdated-dependencies:\n- dependency-name: ava\n dependency-type: direct:development\n update-type: version-update:semver-patch\n dependency-group: development-dependencies\n- dependency-name: esbuild\n dependency-type: direct:development\n update-type: version-update:semver-minor\n dependency-group: development-dependencies\n- dependency-name: execa\n dependency-type: direct:development\n update-type: version-update:semver-major\n dependency-group: development-dependencies\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"build(deps-dev): bump the development-dependencies group with 3 updates"}},{"before":null,"after":"55c7e80524bcbe8b6c11920af71f761817be74e7","ref":"refs/heads/dependabot/npm_and_yarn/production-dependencies-00bb2d8dd3","pushedAt":"2024-06-01T10:14:00.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"fix(deps): bump the production-dependencies group with 2 updates\n\nBumps the production-dependencies group with 2 updates: [@octokit/auth-app](https://github.com/octokit/auth-app.js) and [undici](https://github.com/nodejs/undici).\n\n\nUpdates `@octokit/auth-app` from 7.0.0 to 7.1.0\n- [Release notes](https://github.com/octokit/auth-app.js/releases)\n- [Commits](https://github.com/octokit/auth-app.js/compare/v7.0.0...v7.1.0)\n\nUpdates `undici` from 6.15.0 to 6.18.2\n- [Release notes](https://github.com/nodejs/undici/releases)\n- [Commits](https://github.com/nodejs/undici/compare/v6.15.0...v6.18.2)\n\n---\nupdated-dependencies:\n- dependency-name: \"@octokit/auth-app\"\n dependency-type: direct:production\n update-type: version-update:semver-minor\n dependency-group: production-dependencies\n- dependency-name: undici\n dependency-type: direct:production\n update-type: version-update:semver-minor\n dependency-group: production-dependencies\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"fix(deps): bump the production-dependencies group with 2 updates"}},{"before":"9d23fb93dd620572046d85c7c1032b488c12514f","after":"a0de6af83968303c8c955486bf9739a57d23c7f1","ref":"refs/heads/main","pushedAt":"2024-05-01T18:16:17.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"create-app-token-action-releaser[bot]","name":null,"path":"/apps/create-app-token-action-releaser","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/342846?s=80&v=4"},"commit":{"message":"build(release): 1.10.0 [skip ci]\n\n# [1.10.0](https://github.com/actions/create-github-app-token/compare/v1.9.3...v1.10.0) (2024-05-01)\n\n### Features\n\n* **`private-key`:** escaped newlines will be replaced ([#132](https://github.com/actions/create-github-app-token/issues/132)) ([9d23fb9](https://github.com/actions/create-github-app-token/commit/9d23fb93dd620572046d85c7c1032b488c12514f))","shortMessageHtmlLink":"build(release): 1.10.0 [skip ci]"}},{"before":"35f361572f24ea7f328c451c3ed947a813a87ea5","after":null,"ref":"refs/heads/dependabot/npm_and_yarn/production-dependencies-a9f8afad74","pushedAt":"2024-05-01T18:15:43.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"gr2m","name":"Gregor Martynus","path":"/gr2m","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/39992?s=80&v=4"}},{"before":"3cef845e011fe15a870d7e7227cd75b8bd8a1140","after":"9d23fb93dd620572046d85c7c1032b488c12514f","ref":"refs/heads/main","pushedAt":"2024-05-01T18:15:40.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"gr2m","name":"Gregor Martynus","path":"/gr2m","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/39992?s=80&v=4"},"commit":{"message":"feat(`private-key`): escaped newlines will be replaced (#132)\n\nvia https://github.com/gr2m/universal-github-app-jwt/releases/tag/v2.1.1","shortMessageHtmlLink":"feat(private-key): escaped newlines will be replaced (#132)"}},{"before":"543f6c2b3fd69cc977a6ea5b3364eb0c31c4fc02","after":"35f361572f24ea7f328c451c3ed947a813a87ea5","ref":"refs/heads/dependabot/npm_and_yarn/production-dependencies-a9f8afad74","pushedAt":"2024-05-01T15:50:50.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"gr2m","name":"Gregor Martynus","path":"/gr2m","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/39992?s=80&v=4"},"commit":{"message":"Update tests/main-private-key-with-escaped-newlines.js","shortMessageHtmlLink":"Update tests/main-private-key-with-escaped-newlines.js"}},{"before":"0bba7cab8afdff547268c57425a950fef29d6977","after":"543f6c2b3fd69cc977a6ea5b3364eb0c31c4fc02","ref":"refs/heads/dependabot/npm_and_yarn/production-dependencies-a9f8afad74","pushedAt":"2024-05-01T15:48:11.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"gr2m","name":"Gregor Martynus","path":"/gr2m","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/39992?s=80&v=4"},"commit":{"message":"Merge branch 'main' into dependabot/npm_and_yarn/production-dependencies-a9f8afad74","shortMessageHtmlLink":"Merge branch 'main' into dependabot/npm_and_yarn/production-dependenc…"}},{"before":"31d28730f585fbcf47c6fa7d91d0d2571277f73e","after":"0bba7cab8afdff547268c57425a950fef29d6977","ref":"refs/heads/dependabot/npm_and_yarn/production-dependencies-a9f8afad74","pushedAt":"2024-05-01T15:39:05.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"fix(deps): bump the production-dependencies group with 3 updates\n\nBumps 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).\n\n\nUpdates `@octokit/auth-app` from 6.0.4 to 7.0.0\n- [Release notes](https://github.com/octokit/auth-app.js/releases)\n- [Commits](https://github.com/octokit/auth-app.js/compare/v6.0.4...v7.0.0)\n\nUpdates `@octokit/request` from 9.0.1 to 9.1.1\n- [Release notes](https://github.com/octokit/request.js/releases)\n- [Commits](https://github.com/octokit/request.js/compare/v9.0.1...v9.1.1)\n\nUpdates `undici` from 6.11.1 to 6.15.0\n- [Release notes](https://github.com/nodejs/undici/releases)\n- [Commits](https://github.com/nodejs/undici/compare/v6.11.1...v6.15.0)\n\n---\nupdated-dependencies:\n- dependency-name: \"@octokit/auth-app\"\n dependency-type: direct:production\n update-type: version-update:semver-major\n dependency-group: production-dependencies\n- dependency-name: \"@octokit/request\"\n dependency-type: direct:production\n update-type: version-update:semver-minor\n dependency-group: production-dependencies\n- dependency-name: undici\n dependency-type: direct:production\n update-type: version-update:semver-minor\n dependency-group: production-dependencies\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"fix(deps): bump the production-dependencies group with 3 updates"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEbzKueAA","startCursor":null,"endCursor":null}},"title":"Activity · actions/create-github-app-token"}