{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":732771948,"defaultBranch":"main","name":"fastify-typescript-starter","ownerLogin":"StanleySathler","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2023-12-17T19:20:33.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/11931916?v=4","public":true,"private":false,"isOrgOwned":false},"refInfo":{"name":"","listCacheKey":"v0:1726783627.0","currentOid":""},"activityList":{"items":[{"before":"ccb5312de3fc832e4c3fd0e0d3bf1bc5b022fd26","after":null,"ref":"refs/heads/dependabot/npm_and_yarn/dotenv-cli-7.4.2","pushedAt":"2024-09-19T22:07:07.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"}},{"before":"cc1e651e7aad3c574c56fe708262f137f1ebdc25","after":null,"ref":"refs/heads/dependabot/npm_and_yarn/all-deps-35e5955736","pushedAt":"2024-09-19T22:06:51.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"StanleySathler","name":"Stanley Sathler","path":"/StanleySathler","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11931916?s=80&v=4"}},{"before":"65a4066e9abf71734557d2b4394031ea7a3490fc","after":"dc2c039e0a0b5e18eb83347886a39dbe8574856e","ref":"refs/heads/main","pushedAt":"2024-09-19T22:06:49.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"StanleySathler","name":"Stanley Sathler","path":"/StanleySathler","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11931916?s=80&v=4"},"commit":{"message":"chore(deps): bump the all-deps group across 1 directory with 4 updates (#24)\n\nBumps the all-deps group with 4 updates in the / directory:\r\n[fastify](https://github.com/fastify/fastify),\r\n[msw](https://github.com/mswjs/msw),\r\n[ts-jest](https://github.com/kulshekhar/ts-jest) and\r\n[typescript](https://github.com/Microsoft/TypeScript).\r\n\r\nUpdates `fastify` from 4.26.2 to 4.28.1\r\n
\r\nRelease notes\r\n

Sourced from fastify's\r\nreleases.

\r\n
\r\n

v4.28.1

\r\n

What's Changed

\r\n\r\n

Full Changelog: https://github.com/fastify/fastify/compare/v4.28.0...v4.28.1

\r\n

v4.28.0

\r\n

What's Changed

\r\n\r\n

Full Changelog: https://github.com/fastify/fastify/compare/v4.27.0...v4.28.0

\r\n

v4.27.0

\r\n

What's Changed

\r\n\r\n\r\n
\r\n

... (truncated)

\r\n
\r\n
\r\nCommits\r\n\r\n
\r\n
\r\n\r\nUpdates `msw` from 2.2.14 to 2.3.4\r\n
\r\nRelease notes\r\n

Sourced from msw's\r\nreleases.

\r\n
\r\n

v2.3.4 (2024-07-23)

\r\n

Bug Fixes

\r\n\r\n

v2.3.3 (2024-07-23)

\r\n

Bug Fixes

\r\n\r\n

v2.3.2 (2024-07-19)

\r\n

Bug Fixes

\r\n\r\n

v2.3.1 (2024-06-01)

\r\n

Bug Fixes

\r\n\r\n

v2.3.0 (2024-05-08)

\r\n
\r\n

[!WARNING]\r\nThis release changes how MSW treats unhandled exceptions in response\r\nresolvers. Previously, they were treated as request errors. Starting\r\nwith this release, unhandled resolver exceptions will be coerced to\r\n500 Unhandled Exception mocked error responses produced by\r\nthe library. Please note that you must not intentionally throw\r\nerrors in your resolvers. Please use Response.error()\r\nto mock request/network errors. Unhandled exceptions are considered\r\nunintended and will be treated as if they happen on the actual\r\nserver.

\r\n
\r\n

Features

\r\n\r\n
server.events.on('unhandledException', ({ request,\r\nerror }) => {\r\nconsole.log('%s %s errored! See details below.', request.method,\r\nrequest.url)\r\n  console.error(error)\r\n})\r\n
\r\n

Bug Fixes

\r\n\r\n
\r\n
\r\n
\r\nCommits\r\n\r\n
\r\n
\r\n\r\nUpdates `ts-jest` from 29.1.2 to 29.2.4\r\n
\r\nRelease notes\r\n

Sourced from ts-jest's\r\nreleases.

\r\n
\r\n

v29.2.4

\r\n

Please refer to CHANGELOG.md\r\nfor details.

\r\n

v29.2.3

\r\n

Please refer to CHANGELOG.md\r\nfor details.

\r\n

v29.2.2

\r\n

Please refer to CHANGELOG.md\r\nfor details.

\r\n

v29.2.1

\r\n

Please refer to CHANGELOG.md\r\nfor details.

\r\n

v29.2.0

\r\n

Please refer to CHANGELOG.md\r\nfor details.

\r\n

v29.1.5

\r\n

Please refer to CHANGELOG.md\r\nfor details.

\r\n

v29.1.4

\r\n

Please refer to CHANGELOG.md\r\nfor details.

\r\n

v29.1.3

\r\n

Please refer to CHANGELOG.md\r\nfor details.

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

Sourced from ts-jest's\r\nchangelog.

\r\n
\r\n

29.2.4\r\n(2024-08-01)

\r\n

Bug Fixes

\r\n\r\n

29.2.3\r\n(2024-07-18)

\r\n

Security Fixes

\r\n\r\n

Code Refactoring

\r\n\r\n

29.2.2\r\n(2024-07-10)

\r\n

Bug Fixes

\r\n\r\n

29.2.1\r\n(2024-07-10)

\r\n

Bug Fixes

\r\n\r\n

29.2.0\r\n(2024-07-08)

\r\n

Bug Fixes

\r\n\r\n\r\n
\r\n

... (truncated)

\r\n
\r\n
\r\nCommits\r\n\r\n
\r\n
\r\n\r\nUpdates `typescript` from 5.4.5 to 5.5.4\r\n
\r\nRelease notes\r\n

Sourced from typescript's\r\nreleases.

\r\n
\r\n

TypeScript 5.5.4

\r\n

For release notes, check out the release\r\nannouncement.

\r\n

For the complete list of fixed issues, check out the

\r\n\r\n

Downloads are available on:

\r\n\r\n

TypeScript 5.5.3

\r\n

For release notes, check out the release\r\nannouncement.

\r\n

For the complete list of fixed issues, check out the

\r\n\r\n

Downloads are available on:

\r\n\r\n

TypeScript 5.5

\r\n

For release notes, check out the release\r\nannouncement.

\r\n

For the complete list of fixed issues, check out the

\r\n\r\n

Downloads are available on:

\r\n\r\n

TypeScript 5.5 RC

\r\n

For release notes, check out the release\r\nannouncement.

\r\n

For the complete list of fixed issues, check out the

\r\n\r\n\r\n
\r\n

... (truncated)

\r\n
\r\n
\r\nCommits\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":"chore(deps): bump the all-deps group across 1 directory with 4 updates ("}},{"before":"43496c822377ceed3864c6044b0e5a1461791499","after":null,"ref":"refs/heads/dependabot/npm_and_yarn/ts-jest-29.1.4","pushedAt":"2024-08-01T18:13:24.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"}},{"before":null,"after":"cc1e651e7aad3c574c56fe708262f137f1ebdc25","ref":"refs/heads/dependabot/npm_and_yarn/all-deps-35e5955736","pushedAt":"2024-08-01T18:13:21.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":"chore(deps): bump the all-deps group across 1 directory with 4 updates\n\nBumps the all-deps group with 4 updates in the / directory: [fastify](https://github.com/fastify/fastify), [msw](https://github.com/mswjs/msw), [ts-jest](https://github.com/kulshekhar/ts-jest) and [typescript](https://github.com/Microsoft/TypeScript).\n\n\nUpdates `fastify` from 4.26.2 to 4.28.1\n- [Release notes](https://github.com/fastify/fastify/releases)\n- [Commits](https://github.com/fastify/fastify/compare/v4.26.2...v4.28.1)\n\nUpdates `msw` from 2.2.14 to 2.3.4\n- [Release notes](https://github.com/mswjs/msw/releases)\n- [Changelog](https://github.com/mswjs/msw/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/mswjs/msw/compare/v2.2.14...v2.3.4)\n\nUpdates `ts-jest` from 29.1.2 to 29.2.4\n- [Release notes](https://github.com/kulshekhar/ts-jest/releases)\n- [Changelog](https://github.com/kulshekhar/ts-jest/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/kulshekhar/ts-jest/compare/v29.1.2...v29.2.4)\n\nUpdates `typescript` from 5.4.5 to 5.5.4\n- [Release notes](https://github.com/Microsoft/TypeScript/releases)\n- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml)\n- [Commits](https://github.com/Microsoft/TypeScript/compare/v5.4.5...v5.5.4)\n\n---\nupdated-dependencies:\n- dependency-name: fastify\n dependency-type: direct:production\n update-type: version-update:semver-minor\n dependency-group: all-deps\n- dependency-name: msw\n dependency-type: direct:development\n update-type: version-update:semver-minor\n dependency-group: all-deps\n- dependency-name: ts-jest\n dependency-type: direct:development\n update-type: version-update:semver-minor\n dependency-group: all-deps\n- dependency-name: typescript\n dependency-type: direct:development\n update-type: version-update:semver-minor\n dependency-group: all-deps\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"chore(deps): bump the all-deps group across 1 directory with 4 updates"}},{"before":"6216964bb9b59333dd485b9897d1b69bab896862","after":null,"ref":"refs/heads/dependabot/npm_and_yarn/all-deps-affc209be0","pushedAt":"2024-08-01T18:13:07.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"}},{"before":null,"after":"6216964bb9b59333dd485b9897d1b69bab896862","ref":"refs/heads/dependabot/npm_and_yarn/all-deps-affc209be0","pushedAt":"2024-07-01T18:54:14.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":"chore(deps): bump the all-deps group across 1 directory with 3 updates\n\nBumps the all-deps group with 3 updates in the / directory: [fastify](https://github.com/fastify/fastify), [msw](https://github.com/mswjs/msw) and [typescript](https://github.com/Microsoft/TypeScript).\n\n\nUpdates `fastify` from 4.26.2 to 4.28.1\n- [Release notes](https://github.com/fastify/fastify/releases)\n- [Commits](https://github.com/fastify/fastify/compare/v4.26.2...v4.28.1)\n\nUpdates `msw` from 2.2.14 to 2.3.1\n- [Release notes](https://github.com/mswjs/msw/releases)\n- [Changelog](https://github.com/mswjs/msw/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/mswjs/msw/compare/v2.2.14...v2.3.1)\n\nUpdates `typescript` from 5.4.5 to 5.5.3\n- [Release notes](https://github.com/Microsoft/TypeScript/releases)\n- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml)\n- [Commits](https://github.com/Microsoft/TypeScript/compare/v5.4.5...v5.5.3)\n\n---\nupdated-dependencies:\n- dependency-name: fastify\n dependency-type: direct:production\n update-type: version-update:semver-minor\n dependency-group: all-deps\n- dependency-name: msw\n dependency-type: direct:development\n update-type: version-update:semver-minor\n dependency-group: all-deps\n- dependency-name: typescript\n dependency-type: direct:development\n update-type: version-update:semver-minor\n dependency-group: all-deps\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"chore(deps): bump the all-deps group across 1 directory with 3 updates"}},{"before":"af0f164903b7d7ee26184f386a47cb2f8e51e531","after":null,"ref":"refs/heads/dependabot/npm_and_yarn/all-deps-38703071ba","pushedAt":"2024-07-01T18:54:03.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"}},{"before":null,"after":"ccb5312de3fc832e4c3fd0e0d3bf1bc5b022fd26","ref":"refs/heads/dependabot/npm_and_yarn/dotenv-cli-7.4.2","pushedAt":"2024-06-01T18:09:55.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":"chore(deps): bump dotenv-cli from 7.4.1 to 7.4.2\n\nBumps [dotenv-cli](https://github.com/entropitor/dotenv-cli) from 7.4.1 to 7.4.2.\n- [Release notes](https://github.com/entropitor/dotenv-cli/releases)\n- [Commits](https://github.com/entropitor/dotenv-cli/compare/v7.4.1...v7.4.2)\n\n---\nupdated-dependencies:\n- dependency-name: dotenv-cli\n dependency-type: direct:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"chore(deps): bump dotenv-cli from 7.4.1 to 7.4.2"}},{"before":null,"after":"43496c822377ceed3864c6044b0e5a1461791499","ref":"refs/heads/dependabot/npm_and_yarn/ts-jest-29.1.4","pushedAt":"2024-06-01T18:09:49.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":"chore(deps-dev): bump ts-jest from 29.1.2 to 29.1.4\n\nBumps [ts-jest](https://github.com/kulshekhar/ts-jest) from 29.1.2 to 29.1.4.\n- [Release notes](https://github.com/kulshekhar/ts-jest/releases)\n- [Changelog](https://github.com/kulshekhar/ts-jest/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/kulshekhar/ts-jest/compare/v29.1.2...v29.1.4)\n\n---\nupdated-dependencies:\n- dependency-name: ts-jest\n dependency-type: direct:development\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"chore(deps-dev): bump ts-jest from 29.1.2 to 29.1.4"}},{"before":null,"after":"af0f164903b7d7ee26184f386a47cb2f8e51e531","ref":"refs/heads/dependabot/npm_and_yarn/all-deps-38703071ba","pushedAt":"2024-06-01T18:09:41.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":"chore(deps): bump the all-deps group with 2 updates\n\nBumps the all-deps group with 2 updates: [fastify](https://github.com/fastify/fastify) and [msw](https://github.com/mswjs/msw).\n\n\nUpdates `fastify` from 4.26.2 to 4.27.0\n- [Release notes](https://github.com/fastify/fastify/releases)\n- [Commits](https://github.com/fastify/fastify/compare/v4.26.2...v4.27.0)\n\nUpdates `msw` from 2.2.14 to 2.3.1\n- [Release notes](https://github.com/mswjs/msw/releases)\n- [Changelog](https://github.com/mswjs/msw/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/mswjs/msw/compare/v2.2.14...v2.3.1)\n\n---\nupdated-dependencies:\n- dependency-name: fastify\n dependency-type: direct:production\n update-type: version-update:semver-minor\n dependency-group: all-deps\n- dependency-name: msw\n dependency-type: direct:development\n update-type: version-update:semver-minor\n dependency-group: all-deps\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"chore(deps): bump the all-deps group with 2 updates"}},{"before":"e1ff6f9491efd4a3b4f315a6ace6a98f46ea6799","after":null,"ref":"refs/heads/dependabot/npm_and_yarn/msw-2.2.14","pushedAt":"2024-05-02T17:41:33.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"StanleySathler","name":"Stanley Sathler","path":"/StanleySathler","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11931916?s=80&v=4"}},{"before":"b8264b64fe64d892660ae459769ce3f3f6284809","after":"65a4066e9abf71734557d2b4394031ea7a3490fc","ref":"refs/heads/main","pushedAt":"2024-05-02T17:41:33.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"StanleySathler","name":"Stanley Sathler","path":"/StanleySathler","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11931916?s=80&v=4"},"commit":{"message":"chore(deps-dev): bump msw from 2.2.13 to 2.2.14 (#18)\n\nBumps [msw](https://github.com/mswjs/msw) from 2.2.13 to 2.2.14.\r\n
\r\nRelease notes\r\n

Sourced from msw's\r\nreleases.

\r\n
\r\n

v2.2.14 (2024-04-17)

\r\n

Bug Fixes

\r\n
    \r\n
  • preserve search params in "onUnhandledRequest" messages\r\n(#2128)\r\n(64bcae7c27dfd36a35723a323c29cf0f5138a81c) @​nagadevkrishna\r\n@​kettanaito
  • \r\n
  • give node export condition higher priority (#2134)\r\n(f948d13d2df85efa8d276396e1e60da235523a0e) @​phryneas
  • \r\n
\r\n
\r\n
\r\n
\r\nCommits\r\n
    \r\n
  • 43a163b\r\nchore(release): v2.2.14
  • \r\n
  • 64bcae7\r\nfix: preserve search params in "onUnhandledRequest" messages\r\n(#2128)
  • \r\n
  • f948d13\r\nfix: give node export condition higher priority (#2134)
  • \r\n
  • e83a669\r\nchore: update to pnpm@8.15.6 (#2122)
  • \r\n
  • See full diff in compare\r\nview
  • \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=msw&package-manager=npm_and_yarn&previous-version=2.2.13&new-version=2.2.14)](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\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":"chore(deps-dev): bump msw from 2.2.13 to 2.2.14 (#18)"}},{"before":"3e5ace4c9b7884c1786311bbfa814467d5a2a2b7","after":null,"ref":"refs/heads/dependabot/npm_and_yarn/typescript-5.4.5","pushedAt":"2024-05-02T17:41:24.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"StanleySathler","name":"Stanley Sathler","path":"/StanleySathler","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11931916?s=80&v=4"}},{"before":"237fa98031da84ee271938080ff9c8862df07b47","after":"b8264b64fe64d892660ae459769ce3f3f6284809","ref":"refs/heads/main","pushedAt":"2024-05-02T17:41:24.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"StanleySathler","name":"Stanley Sathler","path":"/StanleySathler","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11931916?s=80&v=4"},"commit":{"message":"chore(deps-dev): bump typescript from 5.4.3 to 5.4.5 (#19)\n\nBumps [typescript](https://github.com/Microsoft/TypeScript) from 5.4.3\r\nto 5.4.5.\r\n
\r\nRelease notes\r\n

Sourced from typescript's\r\nreleases.

\r\n
\r\n

TypeScript 5.4.5

\r\n

For release notes, check out the release\r\nannouncement.

\r\n

For the complete list of fixed issues, check out the

\r\n
    \r\n
  • fixed\r\nissues query for Typescript 5.4.0 (Beta).
  • \r\n
  • fixed\r\nissues query for Typescript 5.4.1 (RC).
  • \r\n
  • fixed\r\nissues query for Typescript 5.4.2 (Stable).
  • \r\n
  • fixed\r\nissues query for Typescript 5.4.3 (Stable).
  • \r\n
  • fixed\r\nissues query for Typescript 5.4.4 (Stable).
  • \r\n
  • fixed\r\nissues query for Typescript 5.4.5 (Stable).
  • \r\n
\r\n

Downloads are available on:

\r\n
    \r\n
  • NuGet\r\npackage
  • \r\n
\r\n

TypeScript 5.4.4

\r\n

For release notes, check out the release\r\nannouncement.

\r\n

For the complete list of fixed issues, check out the

\r\n
    \r\n
  • fixed\r\nissues query for Typescript 5.4.0 (Beta).
  • \r\n
  • fixed\r\nissues query for Typescript 5.4.1 (RC).
  • \r\n
  • fixed\r\nissues query for Typescript 5.4.2 (Stable).
  • \r\n
  • fixed\r\nissues query for Typescript 5.4.3 (Stable).
  • \r\n
  • fixed\r\nissues query for Typescript 5.4.4 (Stable).
  • \r\n
\r\n

Downloads are available on:

\r\n
    \r\n
  • NuGet\r\npackage
  • \r\n
\r\n
\r\n
\r\n
\r\nCommits\r\n
    \r\n
  • 27bcd4c\r\nUpdate LKG
  • \r\n
  • 9f33bf1\r\n🤖 Pick PR #58098\r\n(Fix constraints of nested homomorph...) into release-5.4 (#...
  • \r\n
  • 71b2f84\r\nBump version to 5.4.5 and LKG
  • \r\n
  • 892936f\r\n🤖 Pick PR #58083\r\n(Don't propagate partial union/inter...) into release-5.4 (#...
  • \r\n
  • 38a7c05\r\nrelease-5.4: Always set node-version for setup-node (#58117)
  • \r\n
  • b754fc3\r\n🤖 Pick PR #57778\r\n(fix type import check for default-i...) into release-5.4 (#...
  • \r\n
  • 8eb3367\r\nBump version to 5.4.4 and LKG
  • \r\n
  • de9096b\r\n🤖 Pick PR #57871\r\n(Divide-and-conquer strategy for int...) into release-5.4 (#...
  • \r\n
  • 06aae98\r\n🤖 Pick PR #57973\r\n(Compare package.json paths with cor...) into release-5.4 (#...
  • \r\n
  • 6d8134e\r\n🤖 Pick PR #57637\r\n(Fixed a regression related to deter...) into release-5.4 (#...
  • \r\n
  • Additional commits viewable in compare\r\nview
  • \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=typescript&package-manager=npm_and_yarn&previous-version=5.4.3&new-version=5.4.5)](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\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":"chore(deps-dev): bump typescript from 5.4.3 to 5.4.5 (#19)"}},{"before":null,"after":"3e5ace4c9b7884c1786311bbfa814467d5a2a2b7","ref":"refs/heads/dependabot/npm_and_yarn/typescript-5.4.5","pushedAt":"2024-05-01T18:18:28.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":"chore(deps-dev): bump typescript from 5.4.3 to 5.4.5\n\nBumps [typescript](https://github.com/Microsoft/TypeScript) from 5.4.3 to 5.4.5.\n- [Release notes](https://github.com/Microsoft/TypeScript/releases)\n- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml)\n- [Commits](https://github.com/Microsoft/TypeScript/compare/v5.4.3...v5.4.5)\n\n---\nupdated-dependencies:\n- dependency-name: typescript\n dependency-type: direct:development\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"chore(deps-dev): bump typescript from 5.4.3 to 5.4.5"}},{"before":null,"after":"e1ff6f9491efd4a3b4f315a6ace6a98f46ea6799","ref":"refs/heads/dependabot/npm_and_yarn/msw-2.2.14","pushedAt":"2024-05-01T18:18:18.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":"chore(deps-dev): bump msw from 2.2.13 to 2.2.14\n\nBumps [msw](https://github.com/mswjs/msw) from 2.2.13 to 2.2.14.\n- [Release notes](https://github.com/mswjs/msw/releases)\n- [Changelog](https://github.com/mswjs/msw/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/mswjs/msw/compare/v2.2.13...v2.2.14)\n\n---\nupdated-dependencies:\n- dependency-name: msw\n dependency-type: direct:development\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"chore(deps-dev): bump msw from 2.2.13 to 2.2.14"}},{"before":"ce269aac5c5ae556248733dcd64c2244b82db43d","after":null,"ref":"refs/heads/stan/setup-dotenv-msw","pushedAt":"2024-03-30T14:36:53.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"StanleySathler","name":"Stanley Sathler","path":"/StanleySathler","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11931916?s=80&v=4"}},{"before":"8f4a37951a64747244d4b490ec6ca3a90066dfd0","after":"237fa98031da84ee271938080ff9c8862df07b47","ref":"refs/heads/main","pushedAt":"2024-03-30T14:36:52.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"StanleySathler","name":"Stanley Sathler","path":"/StanleySathler","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11931916?s=80&v=4"},"commit":{"message":"chore: Setup dotenv & msw (#17)","shortMessageHtmlLink":"chore: Setup dotenv & msw (#17)"}},{"before":null,"after":"ce269aac5c5ae556248733dcd64c2244b82db43d","ref":"refs/heads/stan/setup-dotenv-msw","pushedAt":"2024-03-30T14:31:41.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"StanleySathler","name":"Stanley Sathler","path":"/StanleySathler","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11931916?s=80&v=4"},"commit":{"message":"chore: setup dotenv","shortMessageHtmlLink":"chore: setup dotenv"}},{"before":"3dfecf5919d295fd162b52f73a0b73e5faf162a7","after":"8f4a37951a64747244d4b490ec6ca3a90066dfd0","ref":"refs/heads/main","pushedAt":"2024-03-24T22:34:02.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"StanleySathler","name":"Stanley Sathler","path":"/StanleySathler","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11931916?s=80&v=4"},"commit":{"message":"chore: refine Dependabot config","shortMessageHtmlLink":"chore: refine Dependabot config"}},{"before":"8d923b5eddab30ab5ded7468901e424ab953df28","after":null,"ref":"refs/heads/dependabot/npm_and_yarn/fastify/cookie-9.3.1","pushedAt":"2024-03-24T22:28:42.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"}},{"before":"ddfe54a94211fa0bbd835590372ea6d294059145","after":null,"ref":"refs/heads/dependabot/npm_and_yarn/typescript-5.4.3","pushedAt":"2024-03-24T22:28:33.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"}},{"before":"a7ab3ad2589e3dc9b50e37d2382e7f9205334f5f","after":null,"ref":"refs/heads/dependabot/npm_and_yarn/fastify/type-provider-typebox-4.0.0","pushedAt":"2024-03-24T22:28:27.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"}},{"before":"7a721f34d127a5a508183d3a903000c38e7f4832","after":null,"ref":"refs/heads/stan/upgrade-deps","pushedAt":"2024-03-24T22:28:01.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"StanleySathler","name":"Stanley Sathler","path":"/StanleySathler","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11931916?s=80&v=4"}},{"before":"f25f4bcf6a73fe2baddfb5c2ea9ec01d31acc62a","after":"3dfecf5919d295fd162b52f73a0b73e5faf162a7","ref":"refs/heads/main","pushedAt":"2024-03-24T22:28:00.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"StanleySathler","name":"Stanley Sathler","path":"/StanleySathler","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11931916?s=80&v=4"},"commit":{"message":"chore: Upgrade all deps (#14)\n\nDependabot gets really spammy, so we're upgrading all deps in a single\r\nPR","shortMessageHtmlLink":"chore: Upgrade all deps (#14)"}},{"before":"981926a6c3601defdfe301fdc9a186756e196386","after":"7a721f34d127a5a508183d3a903000c38e7f4832","ref":"refs/heads/stan/upgrade-deps","pushedAt":"2024-03-24T22:26:15.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"StanleySathler","name":"Stanley Sathler","path":"/StanleySathler","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11931916?s=80&v=4"},"commit":{"message":"Revert \"chore: change dependabot to run monthly\"\n\nThis reverts commit 981926a6c3601defdfe301fdc9a186756e196386.","shortMessageHtmlLink":"Revert \"chore: change dependabot to run monthly\""}},{"before":"e2ad357b3de364450472c4ad6835f26427d9d197","after":"981926a6c3601defdfe301fdc9a186756e196386","ref":"refs/heads/stan/upgrade-deps","pushedAt":"2024-03-24T22:22:50.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"StanleySathler","name":"Stanley Sathler","path":"/StanleySathler","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11931916?s=80&v=4"},"commit":{"message":"chore: change dependabot to run monthly","shortMessageHtmlLink":"chore: change dependabot to run monthly"}},{"before":null,"after":"e2ad357b3de364450472c4ad6835f26427d9d197","ref":"refs/heads/stan/upgrade-deps","pushedAt":"2024-03-24T22:21:54.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"StanleySathler","name":"Stanley Sathler","path":"/StanleySathler","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11931916?s=80&v=4"},"commit":{"message":"chore: upgrade all deps","shortMessageHtmlLink":"chore: upgrade all deps"}},{"before":"a4fbe8cfbe84c4828764d14fcccc02bc86b31d28","after":"8d923b5eddab30ab5ded7468901e424ab953df28","ref":"refs/heads/dependabot/npm_and_yarn/fastify/cookie-9.3.1","pushedAt":"2024-03-24T22:18:30.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":"chore(deps): bump @fastify/cookie from 9.2.0 to 9.3.1\n\nBumps [@fastify/cookie](https://github.com/fastify/fastify-cookie) from 9.2.0 to 9.3.1.\n- [Release notes](https://github.com/fastify/fastify-cookie/releases)\n- [Commits](https://github.com/fastify/fastify-cookie/compare/v9.2.0...v9.3.1)\n\n---\nupdated-dependencies:\n- dependency-name: \"@fastify/cookie\"\n dependency-type: direct:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"chore(deps): bump @fastify/cookie from 9.2.0 to 9.3.1"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"Y3Vyc29yOnYyOpK7MjAyNC0wOS0xOVQyMjowNzowNy4wMDAwMDBazwAAAAS7W8p9","startCursor":"Y3Vyc29yOnYyOpK7MjAyNC0wOS0xOVQyMjowNzowNy4wMDAwMDBazwAAAAS7W8p9","endCursor":"Y3Vyc29yOnYyOpK7MjAyNC0wMy0yNFQyMjoxODozMC4wMDAwMDBazwAAAAQeEdFS"}},"title":"Activity · StanleySathler/fastify-typescript-starter"}