{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":636595777,"defaultBranch":"develop","name":"sinister-incorporated","ownerLogin":"simonknittel","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2023-05-05T07:55:31.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/8451099?v=4","public":true,"private":false,"isOrgOwned":false},"refInfo":{"name":"","listCacheKey":"v0:1726641581.0","currentOid":""},"activityList":{"items":[{"before":"bb05733ecc30639979d9aca9e7f9790a8cf70382","after":"78557ccd04ce13e995b0ca9468ef5e576ae53d17","ref":"refs/heads/renovate-self-hosted/major-algoliasearch-client-javascript-monorepo","pushedAt":"2024-09-20T06:11:30.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"simonknittel","name":"Simon Knittel","path":"/simonknittel","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8451099?s=80&v=4"},"commit":{"message":"fix(deps): update dependency algoliasearch to v5","shortMessageHtmlLink":"fix(deps): update dependency algoliasearch to v5"}},{"before":"5eef020b38bd89bc6eb503b69561449f2076a866","after":"a3e64ef874e6160341908c423dca970d9dc37556","ref":"refs/heads/renovate-self-hosted/patch-tuesday","pushedAt":"2024-09-20T06:08:23.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"simonknittel","name":"Simon Knittel","path":"/simonknittel","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8451099?s=80&v=4"},"commit":{"message":"fix(deps): update patch tuesday","shortMessageHtmlLink":"fix(deps): update patch tuesday"}},{"before":"51336aa70351bd4f3bdaca59b9b040d4c6cabdf8","after":"bb05733ecc30639979d9aca9e7f9790a8cf70382","ref":"refs/heads/renovate-self-hosted/major-algoliasearch-client-javascript-monorepo","pushedAt":"2024-09-19T06:11:58.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"simonknittel","name":"Simon Knittel","path":"/simonknittel","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8451099?s=80&v=4"},"commit":{"message":"fix(deps): update dependency algoliasearch to v5","shortMessageHtmlLink":"fix(deps): update dependency algoliasearch to v5"}},{"before":"e8da945818967e77673a76ec17e690342cbfc9f4","after":"5eef020b38bd89bc6eb503b69561449f2076a866","ref":"refs/heads/renovate-self-hosted/patch-tuesday","pushedAt":"2024-09-19T06:08:05.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"simonknittel","name":"Simon Knittel","path":"/simonknittel","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8451099?s=80&v=4"},"commit":{"message":"fix(deps): update patch tuesday","shortMessageHtmlLink":"fix(deps): update patch tuesday"}},{"before":"0dc78789d20341ae414756b80fef4d41787bc802","after":"e8da945818967e77673a76ec17e690342cbfc9f4","ref":"refs/heads/renovate-self-hosted/patch-tuesday","pushedAt":"2024-09-18T06:40:59.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"simonknittel","name":"Simon Knittel","path":"/simonknittel","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8451099?s=80&v=4"},"commit":{"message":"fix(deps): update patch tuesday","shortMessageHtmlLink":"fix(deps): update patch tuesday"}},{"before":"c8c9fda48c33d9c3f7503f78ad6154964913ad71","after":null,"ref":"refs/heads/renovate-self-hosted/npm-next-vulnerability","pushedAt":"2024-09-18T06:39:41.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"simonknittel","name":"Simon Knittel","path":"/simonknittel","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8451099?s=80&v=4"}},{"before":"58c6f513af6ccae8af79c11ada1ca15270dce184","after":"a8af23060b5668496a8c38ba1fbe268f747e199f","ref":"refs/heads/develop","pushedAt":"2024-09-18T06:39:40.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"simonknittel","name":"Simon Knittel","path":"/simonknittel","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8451099?s=80&v=4"},"commit":{"message":"fix(deps): update dependency next to v14.2.10 [security] (#983)\n\nThis PR contains the following updates:\n\n| Package | Type | Update | Change |\n|---|---|---|---|\n| [next](https://nextjs.org)\n([source](https://redirect.github.com/vercel/next.js)) | dependencies |\npatch | [`14.2.7` ->\n`14.2.10`](https://renovatebot.com/diffs/npm/next/14.2.7/14.2.10) |\n\n---\n\n### Next.js Cache Poisoning\n[CVE-2024-46982](https://nvd.nist.gov/vuln/detail/CVE-2024-46982) /\n[GHSA-gp8f-8m3g-qvj9](https://redirect.github.com/advisories/GHSA-gp8f-8m3g-qvj9)\n\n
\nMore information\n\n#### Details\n##### Impact\n\nBy sending a crafted HTTP request, it is possible to poison the cache of\na non-dynamic server-side rendered route in the pages router (this does\nnot affect the app router). When this crafted request is sent it could\ncoerce Next.js to cache a route that is meant to not be cached and send\na `Cache-Control: s-maxage=1, stale-while-revalidate` header which some\nupstream CDNs may cache as well.\n\nTo be potentially affected all of the following must apply: \n\n- Next.js between 13.5.1 and 14.2.9\n- Using pages router\n- Using non-dynamic server-side rendered routes e.g.\n`pages/dashboard.tsx` not `pages/blog/[slug].tsx`\n\nThe below configurations are unaffected:\n\n- Deployments using only app router\n- Deployments on [Vercel](https://vercel.com/) are not affected\n\n##### Patches\n\nThis vulnerability was resolved in Next.js v13.5.7, v14.2.10, and later.\nWe recommend upgrading regardless of whether you can reproduce the issue\nor not.\n\n##### Workarounds\n\nThere are no official or recommended workarounds for this issue, we\nrecommend that users patch to a safe version.\n\n##### Credits\n\n- Allam Rachid (zhero_)\n- Henry Chen\n\n#### Severity\n- CVSS Score: 7.5 / 10 (High)\n- Vector String: `CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H`\n\n#### References\n-\n[https://github.com/vercel/next.js/security/advisories/GHSA-gp8f-8m3g-qvj9](https://redirect.github.com/vercel/next.js/security/advisories/GHSA-gp8f-8m3g-qvj9)\n-\n[https://github.com/vercel/next.js/commit/7ed7f125e07ef0517a331009ed7e32691ba403d3](https://redirect.github.com/vercel/next.js/commit/7ed7f125e07ef0517a331009ed7e32691ba403d3)\n-\n[https://github.com/vercel/next.js/commit/bd164d53af259c05f1ab434004bcfdd3837d7cda](https://redirect.github.com/vercel/next.js/commit/bd164d53af259c05f1ab434004bcfdd3837d7cda)\n-\n[https://github.com/vercel/next.js](https://redirect.github.com/vercel/next.js)\n\nThis data is provided by\n[OSV](https://osv.dev/vulnerability/GHSA-gp8f-8m3g-qvj9) and the [GitHub\nAdvisory Database](https://redirect.github.com/github/advisory-database)\n([CC-BY\n4.0](https://redirect.github.com/github/advisory-database/blob/main/LICENSE.md)).\n
\n\n---\n\n### Release Notes\n\n
\nvercel/next.js (next)\n\n###\n[`v14.2.10`](https://redirect.github.com/vercel/next.js/releases/tag/v14.2.10)\n\n[Compare\nSource](https://redirect.github.com/vercel/next.js/compare/v14.2.9...v14.2.10)\n\n> \\[!NOTE]\\\n> This release is backporting bug fixes. It does **not** include all\npending features/changes on canary.\n\n##### Core Changes\n\n- Remove invalid fallback revalidate value\n([https://github.com/vercel/next.js/pull/69990](https://redirect.github.com/vercel/next.js/pull/69990))\n- Revert server action optimization\n([https://github.com/vercel/next.js/pull/69925](https://redirect.github.com/vercel/next.js/pull/69925))\n- Add ability to customize Cache-Control\n([#​69802](https://redirect.github.com/vercel/next.js/issues/69802))\n\n##### Credits\n\nHuge thanks to [@​huozhi](https://redirect.github.com/huozhi) and\n[@​ijjk](https://redirect.github.com/ijjk) for helping!\n\n###\n[`v14.2.9`](https://redirect.github.com/vercel/next.js/releases/tag/v14.2.9)\n\n[Compare\nSource](https://redirect.github.com/vercel/next.js/compare/v14.2.8...v14.2.9)\n\n> \\[!NOTE]\\\n> This release is backporting bug fixes. It does **not** include all\npending features/changes on canary.\n\n##### Core Changes\n\n- Revert \"Fix esm property def in flight loader\n([#​66990](https://redirect.github.com/vercel/next.js/issues/66990))\"\n([#​69749](https://redirect.github.com/vercel/next.js/issues/69749))\n- Disable experimental.optimizeServer by default to fix failed server\naction\n([#​69788](https://redirect.github.com/vercel/next.js/issues/69788))\n- Fix middleware fallback: false case\n([#​69799](https://redirect.github.com/vercel/next.js/issues/69799))\n- Fix status code for /\\_not-found route\n([#​64058](https://redirect.github.com/vercel/next.js/issues/64058))\n([#​69808](https://redirect.github.com/vercel/next.js/issues/69808))\n- Fix metadata prop merging\n([#​69807](https://redirect.github.com/vercel/next.js/issues/69807))\n- create-next-app: fix font file corruption when using import alias\n([#​69806](https://redirect.github.com/vercel/next.js/issues/69806))\n\n##### Credits\n\nHuge thanks to [@​huozhi](https://redirect.github.com/huozhi),\n[@​ztanner](https://redirect.github.com/ztanner),\n[@​ijjk](https://redirect.github.com/ijjk), and\n[@​lubieowoce](https://redirect.github.com/lubieowoce) for\nhelping!\n\n###\n[`v14.2.8`](https://redirect.github.com/vercel/next.js/releases/tag/v14.2.8)\n\n[Compare\nSource](https://redirect.github.com/vercel/next.js/compare/v14.2.7...v14.2.8)\n\n#### What's Changed\n\n> \\[!NOTE]\\\n> This release is backporting bug fixes and minor improvements. It does\n**not** include all pending features/changes on canary.\n\n##### Support `esmExternals` in app directory\n\n- Support esm externals in app router\n([#​65041](https://redirect.github.com/vercel/next.js/issues/65041))\n- Turbopack: Allow client components from foreign code in app routes\n([#​64751](https://redirect.github.com/vercel/next.js/issues/64751))\n- Turbopack: add support for esm externals in app dir\n([#​64918](https://redirect.github.com/vercel/next.js/issues/64918))\n- other related PRs:\n[#​66990](https://redirect.github.com/vercel/next.js/issues/66990)\n[#​66727](https://redirect.github.com/vercel/next.js/issues/66727)\n[#​66286](https://redirect.github.com/vercel/next.js/issues/66286)\n[#​65519](https://redirect.github.com/vercel/next.js/issues/65519)\n\n##### Reading cookies set in middleware in components and actions\n\n- initialize ALS with cookies in middleware\n([#​65008](https://redirect.github.com/vercel/next.js/issues/65008))\n- fix middleware cookie initialization\n([#​65820](https://redirect.github.com/vercel/next.js/issues/65820))\n- ensure cookies set in middleware can be read in a server action\n([#​67924](https://redirect.github.com/vercel/next.js/issues/67924))\n- fix: merged middleware cookies should preserve options\n([#​67956](https://redirect.github.com/vercel/next.js/issues/67956))\n\n##### Metadata and icons\n\n- support facebook-specific metadata (`fb:app_id`, `fb:admins`) in\ngenerateMetaData\n([#​65713](https://redirect.github.com/vercel/next.js/issues/65713))\n- Always collect static icons for all segments\n([#​68712](https://redirect.github.com/vercel/next.js/issues/68712))\n- Fix favicon merging with customized icons\n([#​67982](https://redirect.github.com/vercel/next.js/issues/67982))\n- Warn metadataBase missing in standalone mode or non vercel deployment\n([#​66296](https://redirect.github.com/vercel/next.js/issues/66296))\n\n##### Parallel routes fixes\n\n- fix missing stylesheets when parallel routes are present\n([#​69507](https://redirect.github.com/vercel/next.js/issues/69507))\n\n##### Draft mode and edge improvements\n\n- fix: unstable_cache should not cache new result in draft mode\n([#​67772](https://redirect.github.com/vercel/next.js/issues/67772))\n- Add draft mode flag for multi-zone\n([#​68997](https://redirect.github.com/vercel/next.js/issues/68997))\n- Fix edge preview props are not matched with cookie\n([#​67779](https://redirect.github.com/vercel/next.js/issues/67779))\n- other related PRs:\n[#​65426](https://redirect.github.com/vercel/next.js/issues/65426),\n[#​67787](https://redirect.github.com/vercel/next.js/issues/67787),\n[#​64946](https://redirect.github.com/vercel/next.js/issues/64946),\n[#​64313](https://redirect.github.com/vercel/next.js/issues/64313),\n[#​64370](https://redirect.github.com/vercel/next.js/issues/64370)\n\n##### `next/image` fixes\n\n- Allow external image urls with \\_next/image pathname to be rendered\nvia Image component\n([#​69586](https://redirect.github.com/vercel/next.js/issues/69586))\n\n##### Server actions improvements\n\n- optimize server actions\n([#​66523](https://redirect.github.com/vercel/next.js/issues/66523))\n- Apply optimization for unused actions\n([#​69178](https://redirect.github.com/vercel/next.js/issues/69178))\n- Improve SWC transform ID generation\n([#​69183](https://redirect.github.com/vercel/next.js/issues/69183))\n\n##### Other changes\n\n- Ensure we match comment minify behavior between terser and swc\n([#​68372](https://redirect.github.com/vercel/next.js/issues/68372))\n- send initialCanonicalUrl in array format to prevent crawler confusion\n([#​69509](https://redirect.github.com/vercel/next.js/issues/69509))\n\n##### Create-next-app updates\n\n- enable\n[@​typescript-eslint/recommended](https://redirect.github.com/typescript-eslint/recommended)\nin create-next-app --typescript\n([#​52845](https://redirect.github.com/vercel/next.js/issues/52845))\n- Update create-next-app template CSS\n([#​66233](https://redirect.github.com/vercel/next.js/issues/66233))\n- Update `create-next-app` template CSS\n([#​66043](https://redirect.github.com/vercel/next.js/issues/66043))\n- Update create-next-app template\n([#​65803](https://redirect.github.com/vercel/next.js/issues/65803))\n- add font antialiasing to templates\n([#​67425](https://redirect.github.com/vercel/next.js/issues/67425))\n- Move `create-next-app` public/ assets from local folder→ remote URL\n([#​66931](https://redirect.github.com/vercel/next.js/issues/66931))\n- Use classnames to set font family in Tailwind create-next-app\ntemplates\n([#​66374](https://redirect.github.com/vercel/next.js/issues/66374))\n- other related PRs:\n[#​64478](https://redirect.github.com/vercel/next.js/issues/64478),\n[#​68899](https://redirect.github.com/vercel/next.js/issues/68899),\n[#​68534](https://redirect.github.com/vercel/next.js/issues/68534),\n[#​69021](https://redirect.github.com/vercel/next.js/issues/69021),\n[#​67146](https://redirect.github.com/vercel/next.js/issues/67146),\n[#​66145](https://redirect.github.com/vercel/next.js/issues/66145)\n\n**Full Changelog**:\nhttps://github.com/vercel/next.js/compare/v14.2.7...v14.2.8\n\n***\n\nHuge thanks to everyone who contributed to this release:\n[@​abhi12299](https://redirect.github.com/abhi12299),\n[@​delbaoliveira](https://redirect.github.com/delbaoliveira),\n[@​eps1lon](https://redirect.github.com/eps1lon),\n[@​ForsakenHarmony](https://redirect.github.com/ForsakenHarmony),\n[@​huozhi](https://redirect.github.com/huozhi),\n[@​ijjk](https://redirect.github.com/ijjk),\n[@​JoshuaKGoldberg](https://redirect.github.com/JoshuaKGoldberg),\n[@​leerob](https://redirect.github.com/leerob),\n[@​lubieowoce](https://redirect.github.com/lubieowoce),\n[@​Netail](https://redirect.github.com/Netail),\n[@​ronanru](https://redirect.github.com/ronanru),\n[@​samcx](https://redirect.github.com/samcx),\n[@​shuding](https://redirect.github.com/shuding),\n[@​sokra](https://redirect.github.com/sokra),\n[@​stylessh](https://redirect.github.com/stylessh),\n[@​timfuhrmann](https://redirect.github.com/timfuhrmann),\n[@​wbinnssmith](https://redirect.github.com/wbinnssmith),\n[@​wyattjoh](https://redirect.github.com/wyattjoh),\n[@​ypessoa](https://redirect.github.com/ypessoa),\n[@​ztanner](https://redirect.github.com/ztanner)\n\n
\n\n---\n\n### Configuration\n\n📅 **Schedule**: Branch creation - \"\" (UTC), Automerge - At any time (no\nschedule defined).\n\n🚦 **Automerge**: Enabled.\n\n♻ **Rebasing**: Whenever PR is behind base branch, or you tick the\nrebase/retry checkbox.\n\n🔕 **Ignore**: Close this PR and you won't be reminded about this update\nagain.\n\n---\n\n- [ ] If you want to rebase/retry this PR, check\nthis box\n\n---\n\nThis PR has been generated by [Renovate\nBot](https://redirect.github.com/renovatebot/renovate).\n\n\n\nCo-authored-by: Renovate Bot ","shortMessageHtmlLink":"fix(deps): update dependency next to v14.2.10 [security] (#983)"}},{"before":"44b1ee75b0c846929931456230ef2746bc8280bf","after":"51336aa70351bd4f3bdaca59b9b040d4c6cabdf8","ref":"refs/heads/renovate-self-hosted/major-algoliasearch-client-javascript-monorepo","pushedAt":"2024-09-18T06:12:18.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"simonknittel","name":"Simon Knittel","path":"/simonknittel","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8451099?s=80&v=4"},"commit":{"message":"fix(deps): update dependency algoliasearch to v5","shortMessageHtmlLink":"fix(deps): update dependency algoliasearch to v5"}},{"before":"8fefd25a379d413ec32517e580ee99e854e3c0ab","after":"0dc78789d20341ae414756b80fef4d41787bc802","ref":"refs/heads/renovate-self-hosted/patch-tuesday","pushedAt":"2024-09-18T06:09:17.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"simonknittel","name":"Simon Knittel","path":"/simonknittel","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8451099?s=80&v=4"},"commit":{"message":"fix(deps): update patch tuesday","shortMessageHtmlLink":"fix(deps): update patch tuesday"}},{"before":null,"after":"c8c9fda48c33d9c3f7503f78ad6154964913ad71","ref":"refs/heads/renovate-self-hosted/npm-next-vulnerability","pushedAt":"2024-09-18T06:07:51.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"simonknittel","name":"Simon Knittel","path":"/simonknittel","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8451099?s=80&v=4"},"commit":{"message":"fix(deps): update dependency next to v14.2.10 [security]","shortMessageHtmlLink":"fix(deps): update dependency next to v14.2.10 [security]"}},{"before":"837c59b6de93ce04b5b53e970de9d42829c30ff1","after":"bd0600a1232d1760e24b92d180749e8d3776316e","ref":"refs/heads/renovate-self-hosted/major-typescript-eslint-monorepo","pushedAt":"2024-09-17T06:09:36.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"simonknittel","name":"Simon Knittel","path":"/simonknittel","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8451099?s=80&v=4"},"commit":{"message":"chore(deps): update typescript-eslint monorepo to v8","shortMessageHtmlLink":"chore(deps): update typescript-eslint monorepo to v8"}},{"before":null,"after":"8fefd25a379d413ec32517e580ee99e854e3c0ab","ref":"refs/heads/renovate-self-hosted/patch-tuesday","pushedAt":"2024-09-17T06:07:33.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"simonknittel","name":"Simon Knittel","path":"/simonknittel","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8451099?s=80&v=4"},"commit":{"message":"fix(deps): update patch tuesday","shortMessageHtmlLink":"fix(deps): update patch tuesday"}},{"before":"b0af6cf7c410806dbaa6d0f9e0857bb19707c82c","after":"44b1ee75b0c846929931456230ef2746bc8280bf","ref":"refs/heads/renovate-self-hosted/major-algoliasearch-client-javascript-monorepo","pushedAt":"2024-09-13T06:07:40.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"simonknittel","name":"Simon Knittel","path":"/simonknittel","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8451099?s=80&v=4"},"commit":{"message":"fix(deps): update dependency algoliasearch to v5","shortMessageHtmlLink":"fix(deps): update dependency algoliasearch to v5"}},{"before":"0b62e55e388923b44651abf834544771aa7be9db","after":"b0af6cf7c410806dbaa6d0f9e0857bb19707c82c","ref":"refs/heads/renovate-self-hosted/major-algoliasearch-client-javascript-monorepo","pushedAt":"2024-09-11T06:06:53.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"simonknittel","name":"Simon Knittel","path":"/simonknittel","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8451099?s=80&v=4"},"commit":{"message":"fix(deps): update dependency algoliasearch to v5","shortMessageHtmlLink":"fix(deps): update dependency algoliasearch to v5"}},{"before":"4833c571bdf6727f2a07367a4a31e5d4aa7bc792","after":"1c5a80c39e88daf37e68f82b62389aa7ab7bdb5f","ref":"refs/heads/main","pushedAt":"2024-09-10T08:04:16.000Z","pushType":"pr_merge","commitsCount":2,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"Production deployment (#981)\n\n**Only merge using a merge commit!**","shortMessageHtmlLink":"Production deployment (#981)"}},{"before":"23c38cd0b1509337dfdd938575fad1a41be4479c","after":"172f405cd1e6c42e6be15983acf33eaf44e2fa71","ref":"refs/heads/renovate-self-hosted/major-eslint-monorepo","pushedAt":"2024-09-10T06:41:22.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"simonknittel","name":"Simon Knittel","path":"/simonknittel","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8451099?s=80&v=4"},"commit":{"message":"chore(deps): update dependency eslint to v9","shortMessageHtmlLink":"chore(deps): update dependency eslint to v9"}},{"before":"35773dbec4699ea611d3e6b8370fcaf447eff1a1","after":"6db48b310238a4bc72883eb6c57b697dcdd98bc8","ref":"refs/heads/renovate-self-hosted/eslint-9.x","pushedAt":"2024-09-10T06:41:19.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"simonknittel","name":"Simon Knittel","path":"/simonknittel","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8451099?s=80&v=4"},"commit":{"message":"chore(deps): update dependency @types/eslint to v9","shortMessageHtmlLink":"chore(deps): update dependency @types/eslint to v9"}},{"before":"bf75d0b8b2a742d9bf2535a1058da1768b64da28","after":null,"ref":"refs/heads/renovate-self-hosted/patch-tuesday","pushedAt":"2024-09-10T06:40:53.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"simonknittel","name":"Simon Knittel","path":"/simonknittel","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8451099?s=80&v=4"}},{"before":"edf35b78fb1a3dbcdd67a3ae78d2e604b96d48e6","after":"58c6f513af6ccae8af79c11ada1ca15270dce184","ref":"refs/heads/develop","pushedAt":"2024-09-10T06:40:52.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"simonknittel","name":"Simon Knittel","path":"/simonknittel","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8451099?s=80&v=4"},"commit":{"message":"fix(deps): update patch tuesday (#980)\n\nThis PR contains the following updates:\n\n| Package | Type | Update | Change | Pending |\n|---|---|---|---|---|\n| [@prisma/client](https://www.prisma.io)\n([source](https://redirect.github.com/prisma/prisma/tree/HEAD/packages/client))\n| dependencies | minor | [`5.18.0` ->\n`5.19.1`](https://renovatebot.com/diffs/npm/@prisma%2fclient/5.18.0/5.19.1)\n| |\n|\n[@tailwindcss/typography](https://redirect.github.com/tailwindlabs/tailwindcss-typography)\n| devDependencies | patch | [`0.5.14` ->\n`0.5.15`](https://renovatebot.com/diffs/npm/@tailwindcss%2ftypography/0.5.14/0.5.15)\n| |\n| [@tanstack/react-query](https://tanstack.com/query)\n([source](https://redirect.github.com/TanStack/query/tree/HEAD/packages/react-query))\n| dependencies | minor | [`5.52.2` ->\n`5.53.3`](https://renovatebot.com/diffs/npm/@tanstack%2freact-query/5.52.2/5.53.3)\n| `5.55.4` (+5) |\n| [@tanstack/react-query-devtools](https://tanstack.com/query)\n([source](https://redirect.github.com/TanStack/query/tree/HEAD/packages/react-query-devtools))\n| dependencies | minor | [`5.52.2` ->\n`5.54.0`](https://renovatebot.com/diffs/npm/@tanstack%2freact-query-devtools/5.52.2/5.54.0)\n| `5.55.4` (+5) |\n| [@trpc/client](https://trpc.io)\n([source](https://redirect.github.com/trpc/trpc/tree/HEAD/packages/client))\n| dependencies | patch | [`11.0.0-rc.485` ->\n`11.0.0-rc.498`](https://renovatebot.com/diffs/npm/@trpc%2fclient/11.0.0-rc.485/11.0.0-rc.498)\n| `11.0.0-rc.502` (+2) |\n| [@trpc/next](https://trpc.io)\n([source](https://redirect.github.com/trpc/trpc/tree/HEAD/packages/next))\n| dependencies | patch | [`11.0.0-rc.485` ->\n`11.0.0-rc.498`](https://renovatebot.com/diffs/npm/@trpc%2fnext/11.0.0-rc.485/11.0.0-rc.498)\n| `11.0.0-rc.502` (+2) |\n| [@trpc/react-query](https://trpc.io)\n([source](https://redirect.github.com/trpc/trpc/tree/HEAD/packages/react))\n| dependencies | patch | [`11.0.0-rc.485` ->\n`11.0.0-rc.498`](https://renovatebot.com/diffs/npm/@trpc%2freact-query/11.0.0-rc.485/11.0.0-rc.498)\n| `11.0.0-rc.502` (+2) |\n| [@trpc/server](https://trpc.io)\n([source](https://redirect.github.com/trpc/trpc/tree/HEAD/packages/server))\n| dependencies | patch | [`11.0.0-rc.485` ->\n`11.0.0-rc.498`](https://renovatebot.com/diffs/npm/@trpc%2fserver/11.0.0-rc.485/11.0.0-rc.498)\n| `11.0.0-rc.502` (+2) |\n|\n[@types/node](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node)\n([source](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node))\n| devDependencies | patch | [`20.16.1` ->\n`20.16.3`](https://renovatebot.com/diffs/npm/@types%2fnode/20.16.1/20.16.3)\n| `20.16.5` (+1) |\n|\n[@types/react](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react)\n([source](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react))\n| devDependencies | patch | [`18.3.4` ->\n`18.3.5`](https://renovatebot.com/diffs/npm/@types%2freact/18.3.4/18.3.5)\n| |\n|\n[actions/upload-artifact](https://redirect.github.com/actions/upload-artifact)\n| action | minor | `v4.3.6` -> `v4.4.0` | |\n| [aws](https://registry.terraform.io/providers/hashicorp/aws)\n([source](https://redirect.github.com/hashicorp/terraform-provider-aws))\n| required_provider | minor | `5.64.0` -> `5.65.0` | `5.66.0` |\n|\n[eslint-config-next](https://nextjs.org/docs/app/building-your-application/configuring/eslint#eslint-config)\n([source](https://redirect.github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next))\n| devDependencies | patch | [`14.2.6` ->\n`14.2.7`](https://renovatebot.com/diffs/npm/eslint-config-next/14.2.6/14.2.7)\n| `14.2.9` (+1) |\n| [next](https://nextjs.org)\n([source](https://redirect.github.com/vercel/next.js)) | dependencies |\npatch | [`14.2.6` ->\n`14.2.7`](https://renovatebot.com/diffs/npm/next/14.2.6/14.2.7) |\n`14.2.9` (+1) |\n| [openai](https://redirect.github.com/openai/openai-node) |\ndependencies | minor | [`4.56.0` ->\n`4.57.0`](https://renovatebot.com/diffs/npm/openai/4.56.0/4.57.0) |\n`4.58.2` (+5) |\n| [postcss](https://postcss.org/)\n([source](https://redirect.github.com/postcss/postcss)) |\ndevDependencies | patch | [`8.4.41` ->\n`8.4.44`](https://renovatebot.com/diffs/npm/postcss/8.4.41/8.4.44) |\n`8.4.45` |\n| [prisma](https://www.prisma.io)\n([source](https://redirect.github.com/prisma/prisma/tree/HEAD/packages/cli))\n| devDependencies | minor | [`5.18.0` ->\n`5.19.1`](https://renovatebot.com/diffs/npm/prisma/5.18.0/5.19.1) | |\n|\n[react-hotkeys-hook](https://johannesklauss.github.io/react-hotkeys-hook/)\n([source](https://redirect.github.com/JohannesKlauss/react-keymap-hook))\n| dependencies | patch | [`4.5.0` ->\n`4.5.1`](https://renovatebot.com/diffs/npm/react-hotkeys-hook/4.5.0/4.5.1)\n| |\n| [vercel](https://vercel.com)\n([source](https://redirect.github.com/vercel/vercel/tree/HEAD/packages/cli))\n| devDependencies | minor | [`37.1.2` ->\n`37.2.1`](https://renovatebot.com/diffs/npm/vercel/37.1.2/37.2.1) |\n`37.4.0` (+1) |\n\n---\n\n### Release Notes\n\n
\nprisma/prisma (@​prisma/client)\n\n###\n[`v5.19.1`](https://redirect.github.com/prisma/prisma/releases/tag/5.19.1)\n\n[Compare\nSource](https://redirect.github.com/prisma/prisma/compare/5.19.0...5.19.1)\n\nToday, we are issuing the `5.19.1` patch release.\n\n##### What's Changed\n\nWe've fixed the following issues:\n\n-\n[https://github.com/prisma/prisma/issues/25103](https://redirect.github.com/prisma/prisma/issues/25103)\n-\n[https://github.com/prisma/prisma/issues/25137](https://redirect.github.com/prisma/prisma/issues/25137)\n-\n[https://github.com/prisma/prisma/issues/25104](https://redirect.github.com/prisma/prisma/issues/25104)\n-\n[https://github.com/prisma/prisma/issues/25101](https://redirect.github.com/prisma/prisma/issues/25101)\n\n**Full Changelog**:\nhttps://github.com/prisma/prisma/compare/5.19.0...5.19.x,\nhttps://github.com/prisma/prisma-engines/compare/5.19.0...5.19.x\n\n###\n[`v5.19.0`](https://redirect.github.com/prisma/prisma/releases/tag/5.19.0)\n\n[Compare\nSource](https://redirect.github.com/prisma/prisma/compare/5.18.0...5.19.0)\n\nToday, we are excited to share the `5.19.0` stable release 🎉\n\n🌟 **Help us spread the word about Prisma by starring the repo or\n[posting on\nX](https://twitter.com/intent/tweet?text=Check%20out%20the%20latest%20@​prisma%20release%20v5.19.0%20%F0%9F%9A%80%0D%0A%0D%0Ahttps://github.com/prisma/prisma/releases/tag/5.19.0)\nabout the release.** 🌟\n\n##### Highlights\n\n##### Introducing TypedSQL\n\nTypedSQL is a brand new way to interact with your database from Prisma\nClient. After enabling the `typedSql` Preview feature, you’re able to\nwrite SQL queries in a new `sql` subdirectory of your `prisma`\ndirectory. These queries are then checked by Prisma during using the new\n`--sql` flag of `prisma generate` and added to your client for use in\nyour code.\n\nTo get started with TypedSQL:\n\n1. Make sure that you have the latest version of `prisma` and\n`@prisma/client` installed:\n\n npm install -D prisma@latest\n npm install @​prisma/client@latest\n\n2. Enable the `typedSql` Preview feature in your Prisma Schema.\n\n generator client {\n provider = \"prisma-client-js\"\n previewFeatures = [\"typedSql\"]\n }\n\n3. Create a `sql` subdirectory of your `prisma` directory.\n\n mkdir -p prisma/sql\n\n4. You can now add `.sql` files to the `sql` directory! Each file can\ncontain one sql query and the name must be a valid JS identifier. For\nthis example, say you had the file `getUsersWithPosts.sql` with the\nfollowing contents:\n\n ```sql\n SELECT u.id, u.name, COUNT(p.id) as \"postCount\"\n FROM \"User\" u\n LEFT JOIN \"Post\" p ON u.id = p.\"authorId\"\n GROUP BY u.id, u.name\n ```\n\n5. Import your SQL query into your code with the `@prisma/client/sql`\nimport:\n\n ```tsx\n import { PrismaClient } from '@​prisma/client'\n import { getUsersWithPosts } from '@​prisma/client/sql'\n\n const prisma = new PrismaClient()\n\nconst usersWithPostCounts = await\nprisma.$queryRawTyped(getUsersWithPosts)\n console.log(usersWithPostCounts)\n ```\n\nThere’s a lot more to talk about with TypedSQL. We think that the\ncombination of the high-level Prisma Client API and the low-level\nTypedSQL will make for a great developer experience for all of our\nusers.\n\nTo learn more about behind the “why” of TypedSQL [be sure to check out\nour announcement blog post](https://pris.ly/typedsql-blog).\n\nFor docs, check out our new [TypedSQL\nsection](https://pris.ly/d/typedsql).\n\n##### Bug fixes\n\n##### Driver adapters and D1\n\nA few issues with our `driverAdapters` Preview feature and Cloudflare D1\nsupport were resolved via\n[https://github.com/prisma/prisma-engines/pull/4970](https://redirect.github.com/prisma/prisma-engines/pull/4970)\nand\n[https://github.com/prisma/prisma/pull/24922](https://redirect.github.com/prisma/prisma/pull/24922)\n\n- Mathematic operations such as `max`, `min`, `eq`, etc in queries when\nusing Cloudflare D1.\n- Resolved issues when comparing `BigInt` IDs when\n`relationMode=\"prisma\"` was enabled and Cloudflare D1 was being used.\n\n##### Joins\n\n-\n[https://github.com/prisma/prisma/issues/23742](https://redirect.github.com/prisma/prisma/issues/23742)\nfixes Prisma Client not supporting deeply nested `some` clauses when the\n`relationJoins` Preview feature was enabled.\n\n##### MongoDB\n\nThe MongoDB driver for Rust (that our query engine users under the hood)\nhad behavior that prioritized IPv4 connections over IPv6 connections. In\nIPv6-only environments, this could lead to significant \"cold starts\"\nwhere the query engine had to wait for IPv4 to fail before the driver\nwould try IPv6.\n\nWith help from the MongoDB team, this has been resolved. The driver will\nnow try IPv4 and IPv6 connections in parallel and then move forward with\nthe first response. This should prevent cold start issues that have been\nseen with MongoDB in Prisma Accelerate.\n\nThank you to the MongoDB team!\n\n##### Join us\n\nLooking to make an impact on Prisma in a big way? We're now hiring\nengineers for the ORM team!\n\n- [Senior Engineer\n(TypeScript)](https://boards.greenhouse.io/prisma/jobs/5350820002): This\nperson will be primarily working on the TypeScript side and evolving our\nPrisma client. Rust knowledge (or desire to learn Rust) is a plus.\n- [Senior Engineer\n(Rust)](https://boards.greenhouse.io/prisma/jobs/6940273002): This\nperson will be focused on the `prisma-engines` Rust codebase. TypeScript\nknowledge (or, again, a desire to learn) is a plus.\n\n##### Credits\n\nHuge thanks to\n[@​mcuelenaere](https://redirect.github.com/mcuelenaere),\n[@​pagewang0](https://redirect.github.com/pagewang0),\n[@​Druue](https://redirect.github.com/Druue),\n[@​key-moon](https://redirect.github.com/key-moon),\n[@​Jolg42](https://redirect.github.com/Jolg42),\n[@​pranayat](https://redirect.github.com/pranayat),\n[@​ospfranco](https://redirect.github.com/ospfranco),\n[@​yubrot](https://redirect.github.com/yubrot),\n[@​skyzh](https://redirect.github.com/skyzh) for helping!\n\n
\n\n
\ntailwindlabs/tailwindcss-typography\n(@​tailwindcss/typography)\n\n###\n[`v0.5.15`](https://redirect.github.com/tailwindlabs/tailwindcss-typography/blob/HEAD/CHANGELOG.md#0515---2024-08-28)\n\n[Compare\nSource](https://redirect.github.com/tailwindlabs/tailwindcss-typography/compare/v0.5.14...v0.5.15)\n\n##### Fixed\n\n- Support installing with alpha versions of Tailwind CSS v4\n([#​358](https://redirect.github.com/tailwindlabs/tailwindcss-typography/pull/358))\n\n
\n\n
\nTanStack/query (@​tanstack/react-query)\n\n###\n[`v5.53.3`](https://redirect.github.com/TanStack/query/releases/tag/v5.53.3)\n\n[Compare\nSource](https://redirect.github.com/TanStack/query/compare/v5.53.2...v5.53.3)\n\nVersion 5.53.3 - 9/2/24, 12:32 PM\n\n##### Changes\n\n##### Fix\n\n- query-core: remove error thrown inside `replaceData`\n([#​8004](https://redirect.github.com/TanStack/query/issues/8004))\n([`fb9d4f6`](https://redirect.github.com/TanStack/query/commit/fb9d4f6))\nby Bohdan Yefimenko\n\n##### Docs\n\n- vue-query: update SSR guide for nuxt2\n([#​8001](https://redirect.github.com/TanStack/query/issues/8001))\n([`cd91357`](https://redirect.github.com/TanStack/query/commit/cd91357))\nby Damian Osipiuk\n\n##### Packages\n\n-\n[@​tanstack/query-core](https://redirect.github.com/tanstack/query-core)[@​5](https://redirect.github.com/5).53.3\n-\n[@​tanstack/query-broadcast-client-experimental](https://redirect.github.com/tanstack/query-broadcast-client-experimental)[@​5](https://redirect.github.com/5).53.3\n-\n[@​tanstack/query-persist-client-core](https://redirect.github.com/tanstack/query-persist-client-core)[@​5](https://redirect.github.com/5).53.3\n-\n[@​tanstack/query-sync-storage-persister](https://redirect.github.com/tanstack/query-sync-storage-persister)[@​5](https://redirect.github.com/5).53.3\n-\n[@​tanstack/react-query](https://redirect.github.com/tanstack/react-query)[@​5](https://redirect.github.com/5).53.3\n-\n[@​tanstack/react-query-devtools](https://redirect.github.com/tanstack/react-query-devtools)[@​5](https://redirect.github.com/5).53.3\n-\n[@​tanstack/react-query-persist-client](https://redirect.github.com/tanstack/react-query-persist-client)[@​5](https://redirect.github.com/5).53.3\n-\n[@​tanstack/react-query-next-experimental](https://redirect.github.com/tanstack/react-query-next-experimental)[@​5](https://redirect.github.com/5).53.3\n-\n[@​tanstack/solid-query](https://redirect.github.com/tanstack/solid-query)[@​5](https://redirect.github.com/5).53.3\n-\n[@​tanstack/solid-query-devtools](https://redirect.github.com/tanstack/solid-query-devtools)[@​5](https://redirect.github.com/5).53.3\n-\n[@​tanstack/solid-query-persist-client](https://redirect.github.com/tanstack/solid-query-persist-client)[@​5](https://redirect.github.com/5).53.3\n-\n[@​tanstack/svelte-query](https://redirect.github.com/tanstack/svelte-query)[@​5](https://redirect.github.com/5).53.3\n-\n[@​tanstack/svelte-query-devtools](https://redirect.github.com/tanstack/svelte-query-devtools)[@​5](https://redirect.github.com/5).53.3\n-\n[@​tanstack/svelte-query-persist-client](https://redirect.github.com/tanstack/svelte-query-persist-client)[@​5](https://redirect.github.com/5).53.3\n-\n[@​tanstack/vue-query](https://redirect.github.com/tanstack/vue-query)[@​5](https://redirect.github.com/5).53.3\n-\n[@​tanstack/vue-query-devtools](https://redirect.github.com/tanstack/vue-query-devtools)[@​5](https://redirect.github.com/5).53.3\n-\n[@​tanstack/angular-query-experimental](https://redirect.github.com/tanstack/angular-query-experimental)[@​5](https://redirect.github.com/5).53.3\n-\n[@​tanstack/query-async-storage-persister](https://redirect.github.com/tanstack/query-async-storage-persister)[@​5](https://redirect.github.com/5).53.3\n-\n[@​tanstack/angular-query-devtools-experimental](https://redirect.github.com/tanstack/angular-query-devtools-experimental)[@​5](https://redirect.github.com/5).53.3\n\n###\n[`v5.53.2`](https://redirect.github.com/TanStack/query/releases/tag/v5.53.2)\n\n[Compare\nSource](https://redirect.github.com/TanStack/query/compare/v5.53.1...v5.53.2)\n\nVersion 5.53.2 - 9/1/24, 8:41 PM\n\n##### Changes\n\n##### Fix\n\n- vue-query: invalidate queries immediately after calling\n`invalidateQueries`\n([#​7930](https://redirect.github.com/TanStack/query/issues/7930))\n([`c91c720`](https://redirect.github.com/TanStack/query/commit/c91c720))\nby [@​Mini-ghost](https://redirect.github.com/Mini-ghost)\n\n##### Chore\n\n- angular-query: add injection context tests\n([#​7993](https://redirect.github.com/TanStack/query/issues/7993))\n([`cc20045`](https://redirect.github.com/TanStack/query/commit/cc20045))\nby Arnoud\n- deps: update to\n[@​tanstack/config](https://redirect.github.com/tanstack/config)\n0.13.1\n([#​7986](https://redirect.github.com/TanStack/query/issues/7986))\n([`4b2c8c5`](https://redirect.github.com/TanStack/query/commit/4b2c8c5))\nby Lachlan Collins\n\n##### Docs\n\n- angular-query: update overview and readme\n([#​7994](https://redirect.github.com/TanStack/query/issues/7994))\n([`4977296`](https://redirect.github.com/TanStack/query/commit/4977296))\nby Arnoud\n\n##### Packages\n\n-\n[@​tanstack/query-core](https://redirect.github.com/tanstack/query-core)[@​5](https://redirect.github.com/5).53.2\n-\n[@​tanstack/react-query](https://redirect.github.com/tanstack/react-query)[@​5](https://redirect.github.com/5).53.2\n-\n[@​tanstack/solid-query](https://redirect.github.com/tanstack/solid-query)[@​5](https://redirect.github.com/5).53.2\n-\n[@​tanstack/vue-query](https://redirect.github.com/tanstack/vue-query)[@​5](https://redirect.github.com/5).53.2\n-\n[@​tanstack/angular-query-experimental](https://redirect.github.com/tanstack/angular-query-experimental)[@​5](https://redirect.github.com/5).53.2\n-\n[@​tanstack/query-broadcast-client-experimental](https://redirect.github.com/tanstack/query-broadcast-client-experimental)[@​5](https://redirect.github.com/5).53.2\n-\n[@​tanstack/query-persist-client-core](https://redirect.github.com/tanstack/query-persist-client-core)[@​5](https://redirect.github.com/5).53.2\n-\n[@​tanstack/query-sync-storage-persister](https://redirect.github.com/tanstack/query-sync-storage-persister)[@​5](https://redirect.github.com/5).53.2\n-\n[@​tanstack/react-query-devtools](https://redirect.github.com/tanstack/react-query-devtools)[@​5](https://redirect.github.com/5).53.2\n-\n[@​tanstack/react-query-persist-client](https://redirect.github.com/tanstack/react-query-persist-client)[@​5](https://redirect.github.com/5).53.2\n-\n[@​tanstack/react-query-next-experimental](https://redirect.github.com/tanstack/react-query-next-experimental)[@​5](https://redirect.github.com/5).53.2\n-\n[@​tanstack/solid-query-devtools](https://redirect.github.com/tanstack/solid-query-devtools)[@​5](https://redirect.github.com/5).53.2\n-\n[@​tanstack/solid-query-persist-client](https://redirect.github.com/tanstack/solid-query-persist-client)[@​5](https://redirect.github.com/5).53.2\n-\n[@​tanstack/svelte-query](https://redirect.github.com/tanstack/svelte-query)[@​5](https://redirect.github.com/5).53.2\n-\n[@​tanstack/svelte-query-devtools](https://redirect.github.com/tanstack/svelte-query-devtools)[@​5](https://redirect.github.com/5).53.2\n-\n[@​tanstack/svelte-query-persist-client](https://redirect.github.com/tanstack/svelte-query-persist-client)[@​5](https://redirect.github.com/5).53.2\n-\n[@​tanstack/vue-query-devtools](https://redirect.github.com/tanstack/vue-query-devtools)[@​5](https://redirect.github.com/5).53.2\n-\n[@​tanstack/angular-query-devtools-experimental](https://redirect.github.com/tanstack/angular-query-devtools-experimental)[@​5](https://redirect.github.com/5).53.2\n-\n[@​tanstack/query-async-storage-persister](https://redirect.github.com/tanstack/query-async-storage-persister)[@​5](https://redirect.github.com/5).53.2\n\n###\n[`v5.53.1`](https://redirect.github.com/TanStack/query/releases/tag/v5.53.1)\n\n[Compare\nSource](https://redirect.github.com/TanStack/query/compare/v5.52.3...v5.53.1)\n\nVersion 5.53.1 - 8/30/24, 10:29 AM\n\n##### Changes\n\n##### Fix\n\n- query-core: handle errors that occur inside `setData` method\n([#​7966](https://redirect.github.com/TanStack/query/issues/7966))\n([`50315ac`](https://redirect.github.com/TanStack/query/commit/50315ac))\nby Bohdan Yefimenko\n\n##### Chore\n\n- deps: use ESLint v9\n([#​7985](https://redirect.github.com/TanStack/query/issues/7985))\n([`82bfc34`](https://redirect.github.com/TanStack/query/commit/82bfc34))\nby Lachlan Collins\n- deps: update eslint plugins\n([#​7984](https://redirect.github.com/TanStack/query/issues/7984))\n([`8fe9010`](https://redirect.github.com/TanStack/query/commit/8fe9010))\nby Lachlan Collins\n\n##### Packages\n\n-\n[@​tanstack/query-core](https://redirect.github.com/tanstack/query-core)[@​5](https://redirect.github.com/5).53.1\n-\n[@​tanstack/react-query](https://redirect.github.com/tanstack/react-query)[@​5](https://redirect.github.com/5).53.1\n-\n[@​tanstack/query-broadcast-client-experimental](https://redirect.github.com/tanstack/query-broadcast-client-experimental)[@​5](https://redirect.github.com/5).53.1\n-\n[@​tanstack/query-persist-client-core](https://redirect.github.com/tanstack/query-persist-client-core)[@​5](https://redirect.github.com/5).53.1\n-\n[@​tanstack/query-sync-storage-persister](https://redirect.github.com/tanstack/query-sync-storage-persister)[@​5](https://redirect.github.com/5).53.1\n-\n[@​tanstack/react-query-devtools](https://redirect.github.com/tanstack/react-query-devtools)[@​5](https://redirect.github.com/5).53.1\n-\n[@​tanstack/react-query-persist-client](https://redirect.github.com/tanstack/react-query-persist-client)[@​5](https://redirect.github.com/5).53.1\n-\n[@​tanstack/react-query-next-experimental](https://redirect.github.com/tanstack/react-query-next-experimental)[@​5](https://redirect.github.com/5).53.1\n-\n[@​tanstack/solid-query](https://redirect.github.com/tanstack/solid-query)[@​5](https://redirect.github.com/5).53.1\n-\n[@​tanstack/solid-query-devtools](https://redirect.github.com/tanstack/solid-query-devtools)[@​5](https://redirect.github.com/5).53.1\n-\n[@​tanstack/solid-query-persist-client](https://redirect.github.com/tanstack/solid-query-persist-client)[@​5](https://redirect.github.com/5).53.1\n-\n[@​tanstack/svelte-query](https://redirect.github.com/tanstack/svelte-query)[@​5](https://redirect.github.com/5).53.1\n-\n[@​tanstack/svelte-query-devtools](https://redirect.github.com/tanstack/svelte-query-devtools)[@​5](https://redirect.github.com/5).53.1\n-\n[@​tanstack/svelte-query-persist-client](https://redirect.github.com/tanstack/svelte-query-persist-client)[@​5](https://redirect.github.com/5).53.1\n-\n[@​tanstack/vue-query](https://redirect.github.com/tanstack/vue-query)[@​5](https://redirect.github.com/5).53.1\n-\n[@​tanstack/vue-query-devtools](https://redirect.github.com/tanstack/vue-query-devtools)[@​5](https://redirect.github.com/5).53.1\n-\n[@​tanstack/angular-query-experimental](https://redirect.github.com/tanstack/angular-query-experimental)[@​5](https://redirect.github.com/5).53.1\n-\n[@​tanstack/query-async-storage-persister](https://redirect.github.com/tanstack/query-async-storage-persister)[@​5](https://redirect.github.com/5).53.1\n-\n[@​tanstack/angular-query-devtools-experimental](https://redirect.github.com/tanstack/angular-query-devtools-experimental)[@​5](https://redirect.github.com/5).53.1\n\n###\n[`v5.52.3`](https://redirect.github.com/TanStack/query/releases/tag/v5.52.3)\n\n[Compare\nSource](https://redirect.github.com/TanStack/query/compare/v5.52.2...v5.52.3)\n\nVersion 5.52.3 - 8/29/24, 11:03 PM\n\n##### Changes\n\n##### Fix\n\n- angular-query: fix type of isSuccess, isError, isPending, isIdle on\nmutation result\n([#​7923](https://redirect.github.com/TanStack/query/issues/7923))\n([`eee80af`](https://redirect.github.com/TanStack/query/commit/eee80af))\nby divdavem\n\n##### Chore\n\n- deps: update\n[@​algolia/client-search](https://redirect.github.com/algolia/client-search)\nto v5 (major)\n([#​7979](https://redirect.github.com/TanStack/query/issues/7979))\n([`189e0c5`](https://redirect.github.com/TanStack/query/commit/189e0c5))\nby renovate\\[bot]\n- deps: update material-ui monorepo to v6 (major)\n([#​7978](https://redirect.github.com/TanStack/query/issues/7978))\n([`f240106`](https://redirect.github.com/TanStack/query/commit/f240106))\nby renovate\\[bot]\n- deps: update dependency jscodeshift to v17\n([#​7977](https://redirect.github.com/TanStack/query/issues/7977))\n([`7f55169`](https://redirect.github.com/TanStack/query/commit/7f55169))\nby renovate\\[bot]\n- deps: update dependency eslint-plugin-jsdoc to v50\n([#​7976](https://redirect.github.com/TanStack/query/issues/7976))\n([`b227998`](https://redirect.github.com/TanStack/query/commit/b227998))\nby renovate\\[bot]\n- deps: update dependency jsdom to v25\n([#​7975](https://redirect.github.com/TanStack/query/issues/7975))\n([`21bddeb`](https://redirect.github.com/TanStack/query/commit/21bddeb))\nby renovate\\[bot]\n- simplify clean commands\n([#​7973](https://redirect.github.com/TanStack/query/issues/7973))\n([`907a38b`](https://redirect.github.com/TanStack/query/commit/907a38b))\nby Lachlan Collins\n- better type vs value import separation\n([#​7972](https://redirect.github.com/TanStack/query/issues/7972))\n([`86d8438`](https://redirect.github.com/TanStack/query/commit/86d8438))\nby Lachlan Collins\n- devtools: consistent casing of devtools types\n([#​7971](https://redirect.github.com/TanStack/query/issues/7971))\n([`756164a`](https://redirect.github.com/TanStack/query/commit/756164a))\nby Lachlan Collins\n\n##### Docs\n\n- Add known limitation about cancellation with suspense hooks\n([#​7958](https://redirect.github.com/TanStack/query/issues/7958))\n([`804357b`](https://redirect.github.com/TanStack/query/commit/804357b))\nby Romain Trotard\n\n##### Packages\n\n-\n[@​tanstack/eslint-plugin-query](https://redirect.github.com/tanstack/eslint-plugin-query)[@​5](https://redirect.github.com/5).52.3\n-\n[@​tanstack/query-async-storage-persister](https://redirect.github.com/tanstack/query-async-storage-persister)[@​5](https://redirect.github.com/5).52.3\n-\n[@​tanstack/query-broadcast-client-experimental](https://redirect.github.com/tanstack/query-broadcast-client-experimental)[@​5](https://redirect.github.com/5).52.3\n-\n[@​tanstack/query-core](https://redirect.github.com/tanstack/query-core)[@​5](https://redirect.github.com/5).52.3\n-\n[@​tanstack/query-devtools](https://redirect.github.com/tanstack/query-devtools)[@​5](https://redirect.github.com/5).52.3\n-\n[@​tanstack/query-persist-client-core](https://redirect.github.com/tanstack/query-persist-client-core)[@​5](https://redirect.github.com/5).52.3\n-\n[@​tanstack/query-sync-storage-persister](https://redirect.github.com/tanstack/query-sync-storage-persister)[@​5](https://redirect.github.com/5).52.3\n-\n[@​tanstack/react-query](https://redirect.github.com/tanstack/react-query)[@​5](https://redirect.github.com/5).52.3\n-\n[@​tanstack/react-query-devtools](https://redirect.github.com/tanstack/react-query-devtools)[@​5](https://redirect.github.com/5).52.3\n-\n[@​tanstack/react-query-persist-client](https://redirect.github.com/tanstack/react-query-persist-client)[@​5](https://redirect.github.com/5).52.3\n-\n[@​tanstack/react-query-next-experimental](https://redirect.github.com/tanstack/react-query-next-experimental)[@​5](https://redirect.github.com/5).52.3\n-\n[@​tanstack/solid-query](https://redirect.github.com/tanstack/solid-query)[@​5](https://redirect.github.com/5).52.3\n-\n[@​tanstack/solid-query-devtools](https://redirect.github.com/tanstack/solid-query-devtools)[@​5](https://redirect.github.com/5).52.3\n-\n[@​tanstack/solid-query-persist-client](https://redirect.github.com/tanstack/solid-query-persist-client)[@​5](https://redirect.github.com/5).52.3\n-\n[@​tanstack/svelte-query](https://redirect.github.com/tanstack/svelte-query)[@​5](https://redirect.github.com/5).52.3\n-\n[@​tanstack/svelte-query-devtools](https://redirect.github.com/tanstack/svelte-query-devtools)[@​5](https://redirect.github.com/5).52.3\n-\n[@​tanstack/svelte-query-persist-client](https://redirect.github.com/tanstack/svelte-query-persist-client)[@​5](https://redirect.github.com/5).52.3\n-\n[@​tanstack/vue-query](https://redirect.github.com/tanstack/vue-query)[@​5](https://redirect.github.com/5).52.3\n-\n[@​tanstack/vue-query-devtools](https://redirect.github.com/tanstack/vue-query-devtools)[@​5](https://redirect.github.com/5).52.3\n-\n[@​tanstack/angular-query-devtools-experimental](https://redirect.github.com/tanstack/angular-query-devtools-experimental)[@​5](https://redirect.github.com/5).52.3\n-\n[@​tanstack/angular-query-experimental](https://redirect.github.com/tanstack/angular-query-experimental)[@​5](https://redirect.github.com/5).52.3\n\n
\n\n
\ntrpc/trpc (@​trpc/client)\n\n###\n[`v11.0.0-rc.498`](https://redirect.github.com/trpc/trpc/compare/b6a8518701f86b52d8b75e4a40e3567cc73ceb5d...5714423cc8d807a11466663b22eff67ec7286909)\n\n[Compare\nSource](https://redirect.github.com/trpc/trpc/compare/b6a8518701f86b52d8b75e4a40e3567cc73ceb5d...5714423cc8d807a11466663b22eff67ec7286909)\n\n###\n[`v11.0.0-rc.490`](https://redirect.github.com/trpc/trpc/compare/6b483e3752e666c3fb200f0234c1c8d10c89620e...b6a8518701f86b52d8b75e4a40e3567cc73ceb5d)\n\n[Compare\nSource](https://redirect.github.com/trpc/trpc/compare/6b483e3752e666c3fb200f0234c1c8d10c89620e...b6a8518701f86b52d8b75e4a40e3567cc73ceb5d)\n\n###\n[`v11.0.0-rc.489`](https://redirect.github.com/trpc/trpc/compare/3cf8f49f5b2ca262d7a13ad780f3e76956922cbb...6b483e3752e666c3fb200f0234c1c8d10c89620e)\n\n[Compare\nSource](https://redirect.github.com/trpc/trpc/compare/3cf8f49f5b2ca262d7a13ad780f3e76956922cbb...6b483e3752e666c3fb200f0234c1c8d10c89620e)\n\n###\n[`v11.0.0-rc.487`](https://redirect.github.com/trpc/trpc/compare/1c1d824cd61bb00bf115c91010147f11fe026154...3cf8f49f5b2ca262d7a13ad780f3e76956922cbb)\n\n[Compare\nSource](https://redirect.github.com/trpc/trpc/compare/1c1d824cd61bb00bf115c91010147f11fe026154...3cf8f49f5b2ca262d7a13ad780f3e76956922cbb)\n\n
\n\n
\ntrpc/trpc (@​trpc/next)\n\n###\n[`v11.0.0-rc.498`](https://redirect.github.com/trpc/trpc/compare/b6a8518701f86b52d8b75e4a40e3567cc73ceb5d...5714423cc8d807a11466663b22eff67ec7286909)\n\n[Compare\nSource](https://redirect.github.com/trpc/trpc/compare/b6a8518701f86b52d8b75e4a40e3567cc73ceb5d...5714423cc8d807a11466663b22eff67ec7286909)\n\n###\n[`v11.0.0-rc.490`](https://redirect.github.com/trpc/trpc/compare/6b483e3752e666c3fb200f0234c1c8d10c89620e...b6a8518701f86b52d8b75e4a40e3567cc73ceb5d)\n\n[Compare\nSource](https://redirect.github.com/trpc/trpc/compare/6b483e3752e666c3fb200f0234c1c8d10c89620e...b6a8518701f86b52d8b75e4a40e3567cc73ceb5d)\n\n###\n[`v11.0.0-rc.489`](https://redirect.github.com/trpc/trpc/compare/3cf8f49f5b2ca262d7a13ad780f3e76956922cbb...6b483e3752e666c3fb200f0234c1c8d10c89620e)\n\n[Compare\nSource](https://redirect.github.com/trpc/trpc/compare/3cf8f49f5b2ca262d7a13ad780f3e76956922cbb...6b483e3752e666c3fb200f0234c1c8d10c89620e)\n\n###\n[`v11.0.0-rc.487`](https://redirect.github.com/trpc/trpc/compare/1c1d824cd61bb00bf115c91010147f11fe026154...3cf8f49f5b2ca262d7a13ad780f3e76956922cbb)\n\n[Compare\nSource](https://redirect.github.com/trpc/trpc/compare/1c1d824cd61bb00bf115c91010147f11fe026154...3cf8f49f5b2ca262d7a13ad780f3e76956922cbb)\n\n
\n\n
\ntrpc/trpc (@​trpc/react-query)\n\n###\n[`v11.0.0-rc.498`](https://redirect.github.com/trpc/trpc/compare/b6a8518701f86b52d8b75e4a40e3567cc73ceb5d...5714423cc8d807a11466663b22eff67ec7286909)\n\n[Compare\nSource](https://redirect.github.com/trpc/trpc/compare/b6a8518701f86b52d8b75e4a40e3567cc73ceb5d...5714423cc8d807a11466663b22eff67ec7286909)\n\n###\n[`v11.0.0-rc.490`](https://redirect.github.com/trpc/trpc/compare/6b483e3752e666c3fb200f0234c1c8d10c89620e...b6a8518701f86b52d8b75e4a40e3567cc73ceb5d)\n\n[Compare\nSource](https://redirect.github.com/trpc/trpc/compare/6b483e3752e666c3fb200f0234c1c8d10c89620e...b6a8518701f86b52d8b75e4a40e3567cc73ceb5d)\n\n###\n[`v11.0.0-rc.489`](https://redirect.github.com/trpc/trpc/compare/3cf8f49f5b2ca262d7a13ad780f3e76956922cbb...6b483e3752e666c3fb200f0234c1c8d10c89620e)\n\n[Compare\nSource](https://redirect.github.com/trpc/trpc/compare/3cf8f49f5b2ca262d7a13ad780f3e76956922cbb...6b483e3752e666c3fb200f0234c1c8d10c89620e)\n\n###\n[`v11.0.0-rc.487`](https://redirect.github.com/trpc/trpc/compare/1c1d824cd61bb00bf115c91010147f11fe026154...3cf8f49f5b2ca262d7a13ad780f3e76956922cbb)\n\n[Compare\nSource](https://redirect.github.com/trpc/trpc/compare/1c1d824cd61bb00bf115c91010147f11fe026154...3cf8f49f5b2ca262d7a13ad780f3e76956922cbb)\n\n
\n\n
\ntrpc/trpc (@​trpc/server)\n\n###\n[`v11.0.0-rc.498`](https://redirect.github.com/trpc/trpc/compare/b6a8518701f86b52d8b75e4a40e3567cc73ceb5d...5714423cc8d807a11466663b22eff67ec7286909)\n\n[Compare\nSource](https://redirect.github.com/trpc/trpc/compare/b6a8518701f86b52d8b75e4a40e3567cc73ceb5d...5714423cc8d807a11466663b22eff67ec7286909)\n\n###\n[`v11.0.0-rc.490`](https://redirect.github.com/trpc/trpc/compare/6b483e3752e666c3fb200f0234c1c8d10c89620e...b6a8518701f86b52d8b75e4a40e3567cc73ceb5d)\n\n[Compare\nSource](https://redirect.github.com/trpc/trpc/compare/6b483e3752e666c3fb200f0234c1c8d10c89620e...b6a8518701f86b52d8b75e4a40e3567cc73ceb5d)\n\n###\n[`v11.0.0-rc.489`](https://redirect.github.com/trpc/trpc/compare/3cf8f49f5b2ca262d7a13ad780f3e76956922cbb...6b483e3752e666c3fb200f0234c1c8d10c89620e)\n\n[Compare\nSource](https://redirect.github.com/trpc/trpc/compare/3cf8f49f5b2ca262d7a13ad780f3e76956922cbb...6b483e3752e666c3fb200f0234c1c8d10c89620e)\n\n###\n[`v11.0.0-rc.487`](https://redirect.github.com/trpc/trpc/compare/1c1d824cd61bb00bf115c91010147f11fe026154...3cf8f49f5b2ca262d7a13ad780f3e76956922cbb)\n\n[Compare\nSource](https://redirect.github.com/trpc/trpc/compare/1c1d824cd61bb00bf115c91010147f11fe026154...3cf8f49f5b2ca262d7a13ad780f3e76956922cbb)\n\n
\n\n
\nactions/upload-artifact (actions/upload-artifact)\n\n###\n[`v4.4.0`](https://redirect.github.com/actions/upload-artifact/releases/tag/v4.4.0)\n\n[Compare\nSource](https://redirect.github.com/actions/upload-artifact/compare/v4.3.6...v4.4.0)\n\n##### Notice: Breaking Changes :warning:\n\nWe will no longer include hidden files and folders by default in the\n`upload-artifact` action of this version. This reduces the risk that\ncredentials are accidentally uploaded into artifacts. Customers who need\nto continue to upload these files can use a new option,\n`include-hidden-files`, to continue to do so.\n\nSee [\"Notice of upcoming deprecations and breaking changes in GitHub\nActions\nrunners\"](https://github.blog/changelog/2024-08-19-notice-of-upcoming-deprecations-and-breaking-changes-in-github-actions-runners/)\nchangelog and [this\nissue](https://redirect.github.com/actions/upload-artifact/issues/602)\nfor more details.\n\n##### What's Changed\n\n- Exclude hidden files by default by\n[@​joshmgross](https://redirect.github.com/joshmgross) in\n[https://github.com/actions/upload-artifact/pull/598](https://redirect.github.com/actions/upload-artifact/pull/598)\n\n**Full Changelog**:\nhttps://github.com/actions/upload-artifact/compare/v4.3.6...v4.4.0\n\n
\n\n
\nhashicorp/terraform-provider-aws (aws)\n\n###\n[`v5.65.0`](https://redirect.github.com/hashicorp/terraform-provider-aws/blob/HEAD/CHANGELOG.md#5650-August-29-2024)\n\n[Compare\nSource](https://redirect.github.com/hashicorp/terraform-provider-aws/compare/v5.64.0...v5.65.0)\n\nNOTES:\n\n- provider: Updates to Go 1.23. We do not expect this change to impact\nmost users. For macOS, Go 1.23 requires macOS 11 Big Sur or later;\nsupport for previous versions has been discontinued.\n([#​38999](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/38999))\n\nFEATURES:\n\n- **New Data Source:** `aws_shield_protection`\n([#​37524](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/37524))\n- **New Resource:** `aws_glue_catalog_table_optimizer`\n([#​38052](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/38052))\n\nENHANCEMENTS:\n\n- data-source/aws_elb_hosted_zone_id: Add hosted zone ID for\n`ap-southeast-5` AWS Region\n([#​39052](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/39052))\n- data-source/aws_lb_hosted_zone_id: Add hosted zone IDs for\n`ap-southeast-5` AWS Region\n([#​39052](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/39052))\n- data-source/aws_s3\\_bucket: Add hosted zone ID for `ap-southeast-5`\nAWS Region\n([#​39052](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/39052))\n- provider: Support `ap-southeast-5` as a valid AWS Region\n([#​39049](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/39049))\n- resource/aws_cognito_user_pool: Add\n`password_policy.password_history_size` argument\n([#​39043](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/39043))\n- resource/aws_elastic_beanstalk_application_version: Add `process`\nargument\n([#​25468](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/25468))\n- resource/aws_elasticsearch_domain: Treat `SUCCEEDED_WITH_ISSUES`\nstatus as success when upgrading cluster\n([#​38086](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/38086))\n- resource/aws_emr_cluster: Support `io2` as a valid value for\n`ebs_config.type`\n([#​37740](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/37740))\n- resource/aws_emr_instance_fleet: Support `io2` as a valid value for\n`instance_type_configs.ebs_config.type`\n([#​37740](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/37740))\n- resource/aws_emr_instance_group: Support `io2` as a valid value for\n`instance_type_configs.ebs_config.type`\n([#​37740](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/37740))\n- resource/aws_glue_job: Add `job_run_queuing_enabled` argument\n([#​39027](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/39027))\n- resource/aws_lambda_event_source_mapping: Add `kms_key_arn` argument\n([#​39055](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/39055))\n- resource/aws_verifiedaccess_endpoint: Set PolicyEnabled flag to\n`false` on update if `policy_document` is empty\n([#​38675](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/38675))\n\nBUG FIXES:\n\n- resource/aws_amplify_app: Fix crash updating\n`auto_branch_creation_config`\n([#​39041](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/39041))\n- resource/aws_elasticsearch_domain_policy: Change `domain_name` to\n[ForceNew](https://developer.hashicorp.com/terraform/plugin/sdkv2/schemas/schema-behaviors#forcenew)\n([#​38086](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/38086))\n- resource/aws_elbv2\\_listener: Fix crash when reading forward actions\nnot configured in state\n([#​39039](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/39039))\n- resource/aws_emr_instance_group: Properly send an `instance_count`\nvalue of `0` on create when configured\n([#​37740](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/37740))\n- resource/aws_gamelift_game_server_group: Fix crash while reading\nserver group with a nil auto scaling group ARN\n([#​39022](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/39022))\n- resource/aws_guardduty_invite_accepter: Fix `BadRequestException: The\nrequest is rejected because an invalid or out-of-range value is\nspecified as an input parameter` errors on resource Create\n([#​39084](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/39084))\n- resource/aws_lakeformation_permissions: Fix error when revoking\n`data_cells_filter` permissions\n([#​39026](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/39026))\n- resource/aws_neptune_cluster: Mark\n`neptune_cluster_parameter_group_name` as Computed\n([#​38980](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/38980))\n- resource/aws_neptune_cluster_instance: Mark\n`neptune_parameter_group_name` as Computed\n([#​38980](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/38980))\n- resource/aws_ssm_parameter: Fix `ValidationException: Parameter ARN is\nnot supported for this operation` errors when deleting resources\nimported by ARN\n([#​39067](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/39067))\n\n
\n\n
\nvercel/next.js (eslint-config-next)\n\n###\n[`v14.2.7`](https://redirect.github.com/vercel/next.js/releases/tag/v14.2.7)\n\n[Compare\nSource](https://redirect.github.com/vercel/next.js/compare/v14.2.6...v14.2.7)\n\n> \\[!NOTE]\\\n> This release is backporting bug fixes. It does **not** include all\npending features/changes on canary.\n\n##### Core Changes\n\n- Revert \"chore: externalize undici for bundling\"\n([#​65727](https://redirect.github.com/vercel/next.js/issues/65727))\n- Refactor internal routing headers to use request meta\n([#​66987](https://redirect.github.com/vercel/next.js/issues/66987))\n- fix(next): add cross origin in react dom preload\n([#​67423](https://redirect.github.com/vercel/next.js/issues/67423))\n- build: upgrade edge-runtime\n([#​67565](https://redirect.github.com/vercel/next.js/issues/67565))\n- GTM dataLayer parameter should take an object, not an array of strings\n([#​66339](https://redirect.github.com/vercel/next.js/issues/66339))\n- fix: properly patch lockfile against swc bindings\n([#​66515](https://redirect.github.com/vercel/next.js/issues/66515))\n- Add deployment id header for rsc payload if present\n([#​67255](https://redirect.github.com/vercel/next.js/issues/67255))\n- Update font data\n([#​68639](https://redirect.github.com/vercel/next.js/issues/68639))\n- fix i18n data pathname resolving\n([#​68947](https://redirect.github.com/vercel/next.js/issues/68947))\n- pages router: ensure x-middleware-cache is respected\n([#​67734](https://redirect.github.com/vercel/next.js/issues/67734))\n- Fix bad modRequest in flight entry manifest\n[#​68888](https://redirect.github.com/vercel/next.js/issues/68888)\n- Reject next image urls in image optimizer\n[#​68628](https://redirect.github.com/vercel/next.js/issues/68628)\n- Fix hmr assetPrefix escaping and reuse logic from other files\n[#​67983](https://redirect.github.com/vercel/next.js/issues/67983)\n\n##### Credits\n\nHuge thanks to [@​kjugi](https://redirect.github.com/kjugi),\n[@​huozhi](https://redirect.github.com/huozhi),\n[@​ztanner](https://redirect.github.com/ztanner),\n[@​SukkaW](https://redirect.github.com/SukkaW),\n[@​marlier](https://redirect.github.com/marlier),\n[@​Kikobeats](https://redirect.github.com/Kikobeats),\n[@​syi0808](https://redirect.github.com/syi0808),\n[@​ijjk](https://redirect.github.com/ijjk), and\n[@​samcx](https://redirect.github.com/samcx) for helping!\n\n
\n\n
\nopenai/openai-node (openai)\n\n###\n[`v4.57.0`](https://redirect.github.com/openai/openai-node/blob/HEAD/CHANGELOG.md#4570-2024-08-29)\n\n[Compare\nSource](https://redirect.github.com/openai/openai-node/compare/v4.56.2...v4.57.0)\n\nFull Changelog:\n[v4.56.2...v4.57.0](https://redirect.github.com/openai/openai-node/compare/v4.56.2...v4.57.0)\n\n##### Features\n\n- **api:** add file search result details to run steps\n([#​1023](https://redirect.github.com/openai/openai-node/issues/1023))\n([d9acd0a](https://redirect.github.com/openai/openai-node/commit/d9acd0a2c52b27983f8db6a8de6a776078b1d41b))\n\n##### Bug Fixes\n\n- install examples deps as part of bootstrap script\n([#​1022](https://redirect.github.com/openai/openai-node/issues/1022))\n([eae8e36](https://redirect.github.com/openai/openai-node/commit/eae8e36fd5514eb60773646ec775badde50e783c))\n\n###\n[`v4.56.2`](https://redirect.github.com/openai/openai-node/blob/HEAD/CHANGELOG.md#4562-2024-08-29)\n\n[Compare\nSource](https://redirect.github.com/openai/openai-node/compare/v4.56.1...v4.56.2)\n\nFull Changelog:\n[v4.56.1...v4.56.2](https://redirect.github.com/openai/openai-node/compare/v4.56.1...v4.56.2)\n\n##### Chores\n\n- run tsc as part of lint script\n([#​1020](https://redirect.github.com/openai/openai-node/issues/1020))\n([4942347](https://redirect.github.com/openai/openai-node/commit/49423472f2b0a0b63961174bedfc00bfd99d47f9))\n\n###\n[`v4.56.1`](https://redirect.github.com/openai/openai-node/blob/HEAD/CHANGELOG.md#4561-2024-08-27)\n\n[Compare\nSource](https://redirect.github.com/openai/openai-node/compare/v4.56.0...v4.56.1)\n\nFull Changelog:\n[v4.56.0...v4.56.1](https://redirect.github.com/openai/openai-node/compare/v4.56.0...v4.56.1)\n\n##### Chores\n\n- **ci:** check for build errors\n([#​1013](https://redirect.github.com/openai/openai-node/issues/1013))\n([7ff2127](https://redirect.github.com/openai/openai-node/commit/7ff21273091a605e05173502654cfb9c90a4382e))\n\n
\n\n
\npostcss/postcss (postcss)\n\n###\n[`v8.4.44`](https://redirect.github.com/postcss/postcss/blob/HEAD/CHANGELOG.md#8444)\n\n[Compare\nSource](https://redirect.github.com/postcss/postcss/compare/8.4.43...8.4.44)\n\n- Another way to fix `markClean is not a function` error.\n\n###\n[`v8.4.43`](https://redirect.github.com/postcss/postcss/blob/HEAD/CHANGELOG.md#8443)\n\n[Compare\nSource](https://redirect.github.com/postcss/postcss/compare/8.4.42...8.4.43)\n\n- Fixed `markClean is not a function` error.\n\n###\n[`v8.4.42`](https://redirect.github.com/postcss/postcss/blob/HEAD/CHANGELOG.md#8442)\n\n[Compare\nSource](https://redirect.github.com/postcss/postcss/compare/8.4.41...8.4.42)\n\n- Fixed CSS syntax error on long minified files (by\n[@​varpstar](https://redirect.github.com/varpstar)).\n\n
\n\n
\nJohannesKlauss/react-keymap-hook (react-hotkeys-hook)\n\n###\n[`v4.5.1`](https://redirect.github.com/JohannesKlauss/react-hotkeys-hook/releases/tag/v4.5.1)\n\n[Compare\nSource](https://redirect.github.com/JohannesKlauss/react-keymap-hook/compare/v4.5.0...v4.5.1)\n\n#### What's Changed\n\n- chore(deps): update all non-major dependencies by\n[@​renovate](https://redirect.github.com/renovate) in\n[https://github.com/JohannesKlauss/react-hotkeys-hook/pull/1136](https://redirect.github.com/JohannesKlauss/react-hotkeys-hook/pull/1136)\n- chore(deps): update dependency\n[@​types/react](https://redirect.github.com/types/react) to\nv18.2.56 by [@​renovate](https://redirect.github.com/renovate) in\n[https://github.com/JohannesKlauss/react-hotkeys-hook/pull/1140](https://redirect.github.com/JohannesKlauss/react-hotkeys-hook/pull/1140)\n- fix: example code in use-hotkeys docs by\n[@​jvn4dev](https://redirect.github.com/jvn4dev) in\n[https://github.com/JohannesKlauss/react-hotkeys-hook/pull/1142](https://redirect.github.com/JohannesKlauss/react-hotkeys-hook/pull/1142)\n- chore(deps): update actions/setup-node action to v4 by\n[@​renovate](https://redirect.github.com/renovate) in\n[https://github.com/JohannesKlauss/react-hotkeys-hook/pull/1141](https://redirect.github.com/JohannesKlauss/react-hotkeys-hook/pull/1141)\n- chore(deps): update actions/checkout action to v4 by\n[@​renovate](https://redirect.github.com/renovate) in\n[https://github.com/JohannesKlauss/react-hotkeys-hook/pull/1137](https://redirect.github.com/JohannesKlauss/react-hotkeys-hook/pull/1137)\n- chore(deps): update all non-major dependencies by\n[@​renovate](https://redirect.github.com/renovate) in\n[https://github.com/JohannesKlauss/react-hotkeys-hook/pull/1147](https://redirect.github.com/JohannesKlauss/react-hotkeys-hook/pull/1147)\n- chore(deps): update all non-major dependencies by\n[@​renovate](https://redirect.github.com/renovate) in\n[https://github.com/JohannesKlauss/react-hotkeys-hook/pull/1149](https://redirect.github.com/JohannesKlauss/react-hotkeys-hook/pull/1149)\n- chore(deps): update all non-major dependencies by\n[@​renovate](https://redirect.github.com/renovate) in\n[https://github.com/JohannesKlauss/react-hotkeys-hook/pull/1156](https://redirect.github.com/JohannesKlauss/react-hotkeys-hook/pull/1156)\n- chore(deps): update all non-major dependencies by\n[@​renovate](https://redirect.github.com/renovate) in\n[https://github.com/JohannesKlauss/react-hotkeys-hook/pull/1158](https://redirect.github.com/JohannesKlauss/react-hotkeys-hook/pull/1158)\n- chore(deps): update all non-major dependencies by\n[@​renovate](https://redirect.github.com/renovate) in\n[https://github.com/JohannesKlauss/react-hotkeys-hook/pull/1162](https://redirect.github.com/JohannesKlauss/react-hotkeys-hook/pull/1162)\n- chore(deps): update all non-major dependencies by\n[@​renovate](https://redirect.github.com/renovate) in\n[https://github.com/JohannesKlauss/react-hotkeys-hook/pull/1166](https://redirect.github.com/JohannesKlauss/react-hotkeys-hook/pull/1166)\n- chore(deps): update dependency\n[@​types/react](https://redirect.github.com/types/react) to\nv18.2.79 by [@​renovate](https://redirect.github.com/renovate) in\n[https://github.com/JohannesKlauss/react-hotkeys-hook/pull/1169](https://redirect.github.com/JohannesKlauss/react-hotkeys-hook/pull/1169)\n- chore(deps): update all non-major dependencies by\n[@​renovate](https://redirect.github.com/renovate) in\n[https://github.com/JohannesKlauss/react-hotkeys-hook/pull/1171](https://redirect.github.com/JohannesKlauss/react-hotkeys-hook/pull/1171)\n- chore(deps): update all non-major dependencies to v7.24.5 by\n[@​renovate](https://redirect.github.com/renovate) in\n[https://github.com/JohannesKlauss/react-hotkeys-hook/pull/1173](https://redirect.github.com/JohannesKlauss/react-hotkeys-hook/pull/1173)\n- chore(deps): update dependency\n[@​types/react](https://redirect.github.com/types/react) to\nv18.3.2 by [@​renovate](https://redirect.github.com/renovate) in\n[https://github.com/JohannesKlauss/react-hotkeys-hook/pull/1175](https://redirect.github.com/JohannesKlauss/react-hotkeys-hook/pull/1175)\n- chore(deps): update all non-major dependencies by\n[@​renovate](https://redirect.github.com/renovate) in\n[https://github.com/JohannesKlauss/react-hotkeys-hook/pull/1178](https://redirect.github.com/JohannesKlauss/react-hotkeys-hook/pull/1178)\n- chore(deps): update dependency eslint-plugin-react to v7.34.2 by\n[@​renovate](https://redirect.github.com/renovate) in\n[https://github.com/JohannesKlauss/react-hotkeys-hook/pull/1182](https://redirect.github.com/JohannesKlauss/react-hotkeys-hook/pull/1182)\n- chore(deps): update all non-major dependencies by\n[@​renovate](https://redirect.github.com/renovate) in\n[https://github.com/JohannesKlauss/react-hotkeys-hook/pull/1185](https://redirect.github.com/JohannesKlauss/react-hotkeys-hook/pull/1185)\n- Fix: example code in is-hotkey-pressed docs by\n[@​nakker1218](https://redirect.github.com/nakker1218) in\n[https://github.com/JohannesKlauss/react-hotkeys-hook/pull/1184](https://redirect.github.com/JohannesKlauss/react-hotkeys-hook/pull/1184)\n- fix(deps): update dependency clsx to v2 by\n[@​renovate](https://redirect.github.com/renovate) in\n[https://github.com/JohannesKlauss/react-hotkeys-hook/pull/1174](https://redirect.github.com/JohannesKlauss/react-hotkeys-hook/pull/1174)\n- chore(deps): update testing-library monorepo (major) - autoclosed by\n[@​renovate](https://redirect.github.com/renovate) in\n[https://github.com/JohannesKlauss/react-hotkeys-hook/pull/1170](https://redirect.github.com/JohannesKlauss/react-hotkeys-hook/pull/1170)\n- chore(deps): update typescript-eslint monorepo to v7 (major) by\n[@​renovate](https://redirect.github.com/renovate) in\n[https://github.com/JohannesKlauss/react-hotkeys-hook/pull/1159](https://redirect.github.com/JohannesKlauss/react-hotkeys-hook/pull/1159)\n- Bump follow-redirects from 1.15.0 to 1.15.4 in /documentation by\n[@​dependabot](https://redirect.github.com/dependabot) in\n[https://github.com/JohannesKlauss/react-hotkeys-hook/pull/1118](https://redirect.github.com/JohannesKlauss/react-hotkeys-hook/pull/1118)\n- chore(deps): update all non-major dependencies by\n[@​renovate](https://redirect.github.com/renovate) in\n[https://github.com/JohannesKlauss/react-hotkeys-hook/pull/1192](https://redirect.github.com/JohannesKlauss/react-hotkeys-hook/pull/1192)\n- chore(deps): update all non-major dependencies by\n[@​renovate](https://redirect.github.com/renovate) in\n[https://github.com/JohannesKlauss/react-hotkeys-hook/pull/1196](https://redirect.github.com/JohannesKlauss/react-hotkeys-hook/pull/1196)\n- Update README.md by\n[@​stt045](https://redirect.github.com/stt045) in\n[https://github.com/JohannesKlauss/react-hotkeys-hook/pull/1194](https://redirect.github.com/JohannesKlauss/react-hotkeys-hook/pull/1194)\n- Bump braces from 3.0.2 to 3.0.3 in /documentation by\n[@​dependabot](https://redirect.github.com/dependabot) in\n[https://github.com/JohannesKlauss/react-hotkeys-hook/pull/1193](https://redirect.github.com/JohannesKlauss/react-hotkeys-hook/pull/1193)\n- Bump ws from 7.5.7 to 7.5.10 in /documentation by\n[@​dependabot](https://redirect.github.com/dependabot) in\n[https://github.com/JohannesKlauss/react-hotkeys-hook/pull/1191](https://redirect.github.com/JohannesKlauss/react-hotkeys-hook/pull/1191)\n- Bump webpack-dev-middleware from 5.3.3 to 5.3.4 in /documentation by\n[@​dependabot](https://redirect.github.com/dependabot) in\n[https://github.com/JohannesKlauss/react-hotkeys-hook/pull/1190](https://redirect.github.com/JohannesKlauss/react-hotkeys-hook/pull/1190)\n- Bump express from 4.18.1 to 4.19.2 in /documentation by\n[@​dependabot](https://redirect.github.com/dependabot) in\n[https://github.com/JohannesKlauss/react-hotkeys-hook/pull/1189](https://redirect.github.com/JohannesKlauss/react-hotkeys-hook/pull/1189)\n- Bump follow-redirects from 1.15.4 to 1.15.6 in /documentation by\n[@​dependabot](https://redirect.github.com/dependabot) in\n[https://github.com/JohannesKlauss/react-hotkeys-hook/pull/1188](https://redirect.github.com/JohannesKlauss/react-hotkeys-hook/pull/1188)\n- chore(deps): update all non-major dependencies by\n[@​renovate](https://redirect.github.com/renovate) in\n[https://github.com/JohannesKlauss/react-hotkeys-hook/pull/1197](https://redirect.github.com/JohannesKlauss/react-hotkeys-hook/pull/1197)\n- chore(deps): update all non-major dependencies by\n[@​renovate](https://redirect.github.com/renovate) in\n[https://github.com/JohannesKlauss/react-hotkeys-hook/pull/1199](https://redirect.github.com/JohannesKlauss/react-hotkeys-hook/pull/1199)\n- Bump ws by\n[@​dependabot](https://redirect.github.com/dependabot) in\n[https://github.com/JohannesKlauss/react-hotkeys-hook/pull/1201](https://redirect.github.com/JohannesKlauss/react-hotkeys-hook/pull/1201)\n- chore(deps): update typescript-eslint monorepo to v8 (major) by\n[@​renovate](https://redirect.github.com/renovate) in\n[https://github.com/JohannesKlauss/react-hotkeys-hook/pull/1200](https://redirect.github.com/JohannesKlauss/react-hotkeys-hook/pull/1200)\n- chore(deps): update all non-major dependencies to v8.0.1 by\n[@​renovate](https://redirect.github.com/renovate) in\n[https://github.com/JohannesKlauss/react-hotkeys-hook/pull/1202](https://redirect.github.com/JohannesKlauss/react-hotkeys-hook/pull/1202)\n- Fix default value for mapKey by\n[@​nperez0111](https://redirect.github.com/nperez0111) in\n[https://github.com/JohannesKlauss/react-hotkeys-hook/pull/1124](https://redirect.github.com/JohannesKlauss/react-hotkeys-hook/pull/1124)\n- React to ref changes by\n[@​zeorin](https://redirect.github.com/zeorin) in\n[https://github.com/JohannesKlauss/react-hotkeys-hook/pull/1132](https://redirect.github.com/JohannesKlauss/react-hotkeys-hook/pull/1132)\n\n#### New Contributors\n\n- [@​jvn4dev](https://redirect.github.com/jvn4dev) made their\nfirst contribution in\n[https://github.com/JohannesKlauss/react-hotkeys-hook/pull/1142](https://redirect.github.com/JohannesKlauss/react-hotkeys-hook/pull/1142)\n- [@​nakker1218](https://redirect.github.com/nakker1218) made\ntheir first contribution in\n[https://github.com/JohannesKlauss/react-hotkeys-hook/pull/1184](https://redirect.github.com/JohannesKlauss/react-hotkeys-hook/pull/1184)\n- [@​stt045](https://redirect.github.com/stt045) made their first\ncontribution in\n[https://github.com/JohannesKlauss/react-hotkeys-hook/pull/1194](https://redirect.github.com/JohannesKlauss/react-hotkeys-hook/pull/1194)\n- [@​nperez0111](https://redirect.github.com/nperez0111) made\ntheir first contribution in\n[https://github.com/JohannesKlauss/react-hotkeys-hook/pull/1124](https://redirect.github.com/JohannesKlauss/react-hotkeys-hook/pull/1124)\n- [@​zeorin](https://redirect.github.com/zeorin) made their first\ncontribution in\n[https://github.com/JohannesKlauss/react-hotkeys-hook/pull/1132](https://redirect.github.com/JohannesKlauss/react-hotkeys-hook/pull/1132)\n\n**Full Changelog**:\nhttps://github.com/JohannesKlauss/react-hotkeys-hook/compare/v4.5.0...v4.5.1\n\n
\n\n
\nvercel/vercel (vercel)\n\n###\n[`v37.2.1`](https://redirect.github.com/vercel/vercel/blob/HEAD/packages/cli/CHANGELOG.md#3721)\n\n[Compare\nSource](https://redirect.github.com/vercel/vercel/compare/vercel@37.2.0...vercel@37.2.1)\n\n##### Patch Changes\n\n- Fixes integration not found error when using `vercel install`\n([#​12035](https://redirect.github.com/vercel/vercel/pull/12035))\n\n###\n[`v37.2.0`](https://redirect.github.com/vercel/vercel/blob/HEAD/packages/cli/CHANGELOG.md#3720)\n\n[Compare\nSource](https://redirect.github.com/vercel/vercel/compare/vercel@37.1.2...vercel@37.2.0)\n\n##### Minor Changes\n\n- Add `vc install` and `vc integration add` commands\n([#​12033](https://redirect.github.com/vercel/vercel/pull/12033))\n\n##### Patch Changes\n\n- \\[cli] Remove existing metrics gathering behavior\n([#​12026](https://redirect.github.com/vercel/vercel/pull/12026))\n\n- Remove redundant formatting on a few lines of output\n([#​12011](https://redirect.github.com/vercel/vercel/pull/12011))\n\n- Updated dependencies\n\\[[`06337ed0b`](https://redirect.github.com/vercel/vercel/commit/06337ed0bb1ab4becd1554642c162c75bdcc91c2),\n[`2fc9e6d81`](https://redirect.github.com/vercel/vercel/commit/2fc9e6d8104a3d6308873ef8dafa27c32f0b97be)]:\n-\n[@​vercel/build-utils](https://redirect.github.com/vercel/build-utils)[@​8](https://redirect.github.com/8).3.8\n-\n[@​vercel/node](https://redirect.github.com/vercel/node)[@​3](https://redirect.github.com/3).2.10\n-\n[@​vercel/static-build](https://redirect.github.com/vercel/static-build)[@​2](https://redirect.github.com/2).5.20\n\n
\n\n---\n\n### Configuration\n\n📅 **Schedule**: Branch creation - \"before 7am on Tuesday\" (UTC),\nAutomerge - At any time (no schedule defined).\n\n🚦 **Automerge**: Enabled.\n\n♻ **Rebasing**: Whenever PR is behind base branch, or you tick the\nrebase/retry checkbox.\n\n👻 **Immortal**: This PR will be recreated if closed unmerged. Get\n[config\nhelp](https://redirect.github.com/renovatebot/renovate/discussions) if\nthat's undesired.\n\n---\n\n- [ ] If you want to rebase/retry this PR, check\nthis box\n\n---\n\nThis PR has been generated by [Renovate\nBot](https://redirect.github.com/renovatebot/renovate).\n\n\n\nCo-authored-by: Renovate Bot ","shortMessageHtmlLink":"fix(deps): update patch tuesday (#980)"}},{"before":"4b536a98449a20587f8035cd42a5d8edbd9b0e03","after":"0b62e55e388923b44651abf834544771aa7be9db","ref":"refs/heads/renovate-self-hosted/major-algoliasearch-client-javascript-monorepo","pushedAt":"2024-09-10T06:09:36.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"simonknittel","name":"Simon Knittel","path":"/simonknittel","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8451099?s=80&v=4"},"commit":{"message":"fix(deps): update dependency algoliasearch to v5","shortMessageHtmlLink":"fix(deps): update dependency algoliasearch to v5"}},{"before":"dbbe7fa06e7e15b2464fbf4cfef2477f7bd926d4","after":"837c59b6de93ce04b5b53e970de9d42829c30ff1","ref":"refs/heads/renovate-self-hosted/major-typescript-eslint-monorepo","pushedAt":"2024-09-10T06:09:27.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"simonknittel","name":"Simon Knittel","path":"/simonknittel","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8451099?s=80&v=4"},"commit":{"message":"chore(deps): update typescript-eslint monorepo to v8","shortMessageHtmlLink":"chore(deps): update typescript-eslint monorepo to v8"}},{"before":null,"after":"bf75d0b8b2a742d9bf2535a1058da1768b64da28","ref":"refs/heads/renovate-self-hosted/patch-tuesday","pushedAt":"2024-09-10T06:07:17.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"simonknittel","name":"Simon Knittel","path":"/simonknittel","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8451099?s=80&v=4"},"commit":{"message":"fix(deps): update patch tuesday","shortMessageHtmlLink":"fix(deps): update patch tuesday"}},{"before":"22d0fdc0d00097082aee3ddc6255a606f3a1683e","after":"4b536a98449a20587f8035cd42a5d8edbd9b0e03","ref":"refs/heads/renovate-self-hosted/major-algoliasearch-client-javascript-monorepo","pushedAt":"2024-09-07T06:06:41.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"simonknittel","name":"Simon Knittel","path":"/simonknittel","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8451099?s=80&v=4"},"commit":{"message":"fix(deps): update dependency algoliasearch to v5","shortMessageHtmlLink":"fix(deps): update dependency algoliasearch to v5"}},{"before":"416dfc9f962641db1a1c7962ebc90686bfe534ab","after":"23c38cd0b1509337dfdd938575fad1a41be4479c","ref":"refs/heads/renovate-self-hosted/major-eslint-monorepo","pushedAt":"2024-09-07T06:06:19.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"simonknittel","name":"Simon Knittel","path":"/simonknittel","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8451099?s=80&v=4"},"commit":{"message":"chore(deps): update dependency eslint to v9","shortMessageHtmlLink":"chore(deps): update dependency eslint to v9"}},{"before":"ad753464f93b2b9aed436406f7449b06a972ef9c","after":"22d0fdc0d00097082aee3ddc6255a606f3a1683e","ref":"refs/heads/renovate-self-hosted/major-algoliasearch-client-javascript-monorepo","pushedAt":"2024-09-04T06:07:37.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"simonknittel","name":"Simon Knittel","path":"/simonknittel","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8451099?s=80&v=4"},"commit":{"message":"fix(deps): update dependency algoliasearch to v5","shortMessageHtmlLink":"fix(deps): update dependency algoliasearch to v5"}},{"before":"af487e39ae3b64a5b07287c76b57b0ab95920ada","after":"4833c571bdf6727f2a07367a4a31e5d4aa7bc792","ref":"refs/heads/main","pushedAt":"2024-09-03T08:04:10.000Z","pushType":"pr_merge","commitsCount":2,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"Production deployment (#979)\n\n**Only merge using a merge commit!**","shortMessageHtmlLink":"Production deployment (#979)"}},{"before":"45e49a11c1679d50465c85d226d663a658681035","after":"416dfc9f962641db1a1c7962ebc90686bfe534ab","ref":"refs/heads/renovate-self-hosted/major-eslint-monorepo","pushedAt":"2024-09-03T06:41:07.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"simonknittel","name":"Simon Knittel","path":"/simonknittel","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8451099?s=80&v=4"},"commit":{"message":"chore(deps): update dependency eslint to v9","shortMessageHtmlLink":"chore(deps): update dependency eslint to v9"}},{"before":"a37eeddc927a05329356577cf7e102b45f05d278","after":"35773dbec4699ea611d3e6b8370fcaf447eff1a1","ref":"refs/heads/renovate-self-hosted/eslint-9.x","pushedAt":"2024-09-03T06:41:03.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"simonknittel","name":"Simon Knittel","path":"/simonknittel","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8451099?s=80&v=4"},"commit":{"message":"chore(deps): update dependency @types/eslint to v9","shortMessageHtmlLink":"chore(deps): update dependency @types/eslint to v9"}},{"before":"8df7c0c75e4e130c8a5e450de35d81974da4a3fe","after":null,"ref":"refs/heads/renovate-self-hosted/patch-tuesday","pushedAt":"2024-09-03T06:40:38.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"simonknittel","name":"Simon Knittel","path":"/simonknittel","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8451099?s=80&v=4"}},{"before":"ea173c8eaa015bf53e34e6aa3a8584319cabc2a2","after":"edf35b78fb1a3dbcdd67a3ae78d2e604b96d48e6","ref":"refs/heads/develop","pushedAt":"2024-09-03T06:40:37.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"simonknittel","name":"Simon Knittel","path":"/simonknittel","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8451099?s=80&v=4"},"commit":{"message":"fix(deps): update patch tuesday (#978)\n\nThis PR contains the following updates:\n\n| Package | Type | Update | Change | Pending |\n|---|---|---|---|---|\n|\n[@aws-sdk/client-eventbridge](https://redirect.github.com/aws/aws-sdk-js-v3/tree/main/clients/client-eventbridge)\n([source](https://redirect.github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-eventbridge))\n| dependencies | minor | [`3.633.0` ->\n`3.637.0`](https://renovatebot.com/diffs/npm/@aws-sdk%2fclient-eventbridge/3.633.0/3.637.0)\n| |\n|\n[@aws-sdk/client-s3](https://redirect.github.com/aws/aws-sdk-js-v3/tree/main/clients/client-s3)\n([source](https://redirect.github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-s3))\n| dependencies | minor | [`3.633.0` ->\n`3.637.0`](https://renovatebot.com/diffs/npm/@aws-sdk%2fclient-s3/3.633.0/3.637.0)\n| |\n|\n[@aws-sdk/s3-request-presigner](https://redirect.github.com/aws/aws-sdk-js-v3/tree/main/packages/s3-request-presigner)\n([source](https://redirect.github.com/aws/aws-sdk-js-v3/tree/HEAD/packages/s3-request-presigner))\n| dependencies | minor | [`3.633.0` ->\n`3.637.0`](https://renovatebot.com/diffs/npm/@aws-sdk%2fs3-request-presigner/3.633.0/3.637.0)\n| |\n| [@t3-oss/env-nextjs](https://redirect.github.com/t3-oss/t3-env)\n([source](https://redirect.github.com/t3-oss/t3-env/tree/HEAD/packages/nextjs))\n| dependencies | patch | [`0.11.0` ->\n`0.11.1`](https://renovatebot.com/diffs/npm/@t3-oss%2fenv-nextjs/0.11.0/0.11.1)\n| |\n| [@tanstack/react-query](https://tanstack.com/query)\n([source](https://redirect.github.com/TanStack/query/tree/HEAD/packages/react-query))\n| dependencies | minor | [`5.51.24` ->\n`5.52.2`](https://renovatebot.com/diffs/npm/@tanstack%2freact-query/5.51.24/5.52.2)\n| `5.53.3` (+3) |\n| [@tanstack/react-query-devtools](https://tanstack.com/query)\n([source](https://redirect.github.com/TanStack/query/tree/HEAD/packages/react-query-devtools))\n| dependencies | minor | [`5.51.24` ->\n`5.52.2`](https://renovatebot.com/diffs/npm/@tanstack%2freact-query-devtools/5.51.24/5.52.2)\n| `5.54.0` (+4) |\n| [@tanstack/react-table](https://tanstack.com/table)\n([source](https://redirect.github.com/TanStack/table/tree/HEAD/packages/react-table))\n| dependencies | patch | [`8.20.1` ->\n`8.20.5`](https://renovatebot.com/diffs/npm/@tanstack%2freact-table/8.20.1/8.20.5)\n| |\n| [@trpc/client](https://trpc.io)\n([source](https://redirect.github.com/trpc/trpc/tree/HEAD/packages/client))\n| dependencies | patch | [`11.0.0-rc.482` ->\n`11.0.0-rc.485`](https://renovatebot.com/diffs/npm/@trpc%2fclient/11.0.0-rc.482/11.0.0-rc.485)\n| `11.0.0-rc.498` (+3) |\n| [@trpc/next](https://trpc.io)\n([source](https://redirect.github.com/trpc/trpc/tree/HEAD/packages/next))\n| dependencies | patch | [`11.0.0-rc.482` ->\n`11.0.0-rc.485`](https://renovatebot.com/diffs/npm/@trpc%2fnext/11.0.0-rc.482/11.0.0-rc.485)\n| `11.0.0-rc.498` (+3) |\n| [@trpc/react-query](https://trpc.io)\n([source](https://redirect.github.com/trpc/trpc/tree/HEAD/packages/react))\n| dependencies | patch | [`11.0.0-rc.482` ->\n`11.0.0-rc.485`](https://renovatebot.com/diffs/npm/@trpc%2freact-query/11.0.0-rc.482/11.0.0-rc.485)\n| `11.0.0-rc.498` (+3) |\n| [@trpc/server](https://trpc.io)\n([source](https://redirect.github.com/trpc/trpc/tree/HEAD/packages/server))\n| dependencies | patch | [`11.0.0-rc.482` ->\n`11.0.0-rc.485`](https://renovatebot.com/diffs/npm/@trpc%2fserver/11.0.0-rc.482/11.0.0-rc.485)\n| `11.0.0-rc.498` (+3) |\n|\n[@types/eslint](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/eslint)\n([source](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/eslint))\n| devDependencies | patch | [`8.56.11` ->\n`8.56.12`](https://renovatebot.com/diffs/npm/@types%2feslint/8.56.11/8.56.12)\n| |\n|\n[@types/react](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react)\n([source](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react))\n| devDependencies | patch | [`18.3.3` ->\n`18.3.4`](https://renovatebot.com/diffs/npm/@types%2freact/18.3.3/18.3.4)\n| `18.3.5` |\n| [aws](https://registry.terraform.io/providers/hashicorp/aws)\n([source](https://redirect.github.com/hashicorp/terraform-provider-aws))\n| required_provider | minor | `5.63.1` -> `5.64.0` | `5.65.0` |\n|\n[cloudflare](https://registry.terraform.io/providers/cloudflare/cloudflare)\n([source](https://redirect.github.com/cloudflare/terraform-provider-cloudflare))\n| required_provider | minor | `4.39.0` -> `4.40.0` | |\n|\n[eslint-config-next](https://nextjs.org/docs/app/building-your-application/configuring/eslint#eslint-config)\n([source](https://redirect.github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next))\n| devDependencies | patch | [`14.2.5` ->\n`14.2.6`](https://renovatebot.com/diffs/npm/eslint-config-next/14.2.5/14.2.6)\n| `14.2.7` |\n| [hashicorp/terraform](https://redirect.github.com/hashicorp/terraform)\n| | patch | `1.9.4` -> `1.9.5` | |\n| [hashicorp/terraform](https://redirect.github.com/hashicorp/terraform)\n| required_version | patch | `1.9.4` -> `1.9.5` | |\n| [next](https://nextjs.org)\n([source](https://redirect.github.com/vercel/next.js)) | dependencies |\npatch | [`14.2.5` ->\n`14.2.6`](https://renovatebot.com/diffs/npm/next/14.2.5/14.2.6) |\n`14.2.7` |\n| [node](https://nodejs.org)\n([source](https://redirect.github.com/nodejs/node)) | | minor |\n`20.16.0` -> `20.17.0` | |\n| [node](https://redirect.github.com/nodejs/node) | final | minor |\n`20.16.0-bookworm` -> `20.17.0-bookworm` | |\n| [react-hook-form](https://www.react-hook-form.com)\n([source](https://redirect.github.com/react-hook-form/react-hook-form))\n| dependencies | minor | [`7.52.2` ->\n`7.53.0`](https://renovatebot.com/diffs/npm/react-hook-form/7.52.2/7.53.0)\n| |\n|\n[renovatebot/github-action](https://redirect.github.com/renovatebot/github-action)\n| action | patch | `v40.2.6` -> `v40.2.7` | |\n| [vercel](https://vercel.com)\n([source](https://redirect.github.com/vercel/vercel/tree/HEAD/packages/cli))\n| devDependencies | patch | [`37.1.1` ->\n`37.1.2`](https://renovatebot.com/diffs/npm/vercel/37.1.1/37.1.2) |\n`37.2.1` (+1) |\n\n---\n\n### Release Notes\n\n
\naws/aws-sdk-js-v3\n(@​aws-sdk/client-eventbridge)\n\n###\n[`v3.637.0`](https://redirect.github.com/aws/aws-sdk-js-v3/blob/HEAD/clients/client-eventbridge/CHANGELOG.md#36370-2024-08-22)\n\n[Compare\nSource](https://redirect.github.com/aws/aws-sdk-js-v3/compare/v3.635.0...v3.637.0)\n\n**Note:** Version bump only for package\n[@​aws-sdk/client-eventbridge](https://redirect.github.com/aws-sdk/client-eventbridge)\n\n###\n[`v3.635.0`](https://redirect.github.com/aws/aws-sdk-js-v3/blob/HEAD/clients/client-eventbridge/CHANGELOG.md#36350-2024-08-20)\n\n[Compare\nSource](https://redirect.github.com/aws/aws-sdk-js-v3/compare/v3.633.0...v3.635.0)\n\n##### Features\n\n- **codegen:** add Smithy RPCv2 CBOR to list of protocols\n([#​6096](https://redirect.github.com/aws/aws-sdk-js-v3/issues/6096))\n([5154d4f](https://redirect.github.com/aws/aws-sdk-js-v3/commit/5154d4f19bc77a7bad075b35ce135d3b5f60ad1d))\n\n
\n\n
\naws/aws-sdk-js-v3 (@​aws-sdk/client-s3)\n\n###\n[`v3.637.0`](https://redirect.github.com/aws/aws-sdk-js-v3/blob/HEAD/clients/client-s3/CHANGELOG.md#36370-2024-08-22)\n\n[Compare\nSource](https://redirect.github.com/aws/aws-sdk-js-v3/compare/v3.635.0...v3.637.0)\n\n**Note:** Version bump only for package\n[@​aws-sdk/client-s3](https://redirect.github.com/aws-sdk/client-s3)\n\n###\n[`v3.635.0`](https://redirect.github.com/aws/aws-sdk-js-v3/blob/HEAD/clients/client-s3/CHANGELOG.md#36350-2024-08-20)\n\n[Compare\nSource](https://redirect.github.com/aws/aws-sdk-js-v3/compare/v3.633.0...v3.635.0)\n\n##### Features\n\n- **client-s3:** Amazon Simple Storage Service / Features : Add support\nfor conditional writes for PutObject and CompleteMultipartUpload APIs.\n([b474584](https://redirect.github.com/aws/aws-sdk-js-v3/commit/b474584f2cfb0438fb1007d0594a54cf1a1c2dcb))\n- **codegen:** add Smithy RPCv2 CBOR to list of protocols\n([#​6096](https://redirect.github.com/aws/aws-sdk-js-v3/issues/6096))\n([5154d4f](https://redirect.github.com/aws/aws-sdk-js-v3/commit/5154d4f19bc77a7bad075b35ce135d3b5f60ad1d))\n\n
\n\n
\naws/aws-sdk-js-v3\n(@​aws-sdk/s3-request-presigner)\n\n###\n[`v3.637.0`](https://redirect.github.com/aws/aws-sdk-js-v3/blob/HEAD/packages/s3-request-presigner/CHANGELOG.md#36370-2024-08-22)\n\n[Compare\nSource](https://redirect.github.com/aws/aws-sdk-js-v3/compare/v3.635.0...v3.637.0)\n\n**Note:** Version bump only for package\n[@​aws-sdk/s3-request-presigner](https://redirect.github.com/aws-sdk/s3-request-presigner)\n\n###\n[`v3.635.0`](https://redirect.github.com/aws/aws-sdk-js-v3/blob/HEAD/packages/s3-request-presigner/CHANGELOG.md#36350-2024-08-20)\n\n[Compare\nSource](https://redirect.github.com/aws/aws-sdk-js-v3/compare/v3.633.0...v3.635.0)\n\n##### Features\n\n- **codegen:** add Smithy RPCv2 CBOR to list of protocols\n([#​6096](https://redirect.github.com/aws/aws-sdk-js-v3/issues/6096))\n([5154d4f](https://redirect.github.com/aws/aws-sdk-js-v3/commit/5154d4f19bc77a7bad075b35ce135d3b5f60ad1d))\n\n
\n\n
\nt3-oss/t3-env (@​t3-oss/env-nextjs)\n\n###\n[`v0.11.1`](https://redirect.github.com/t3-oss/t3-env/blob/HEAD/packages/nextjs/CHANGELOG.md#0111)\n\n[Compare\nSource](https://redirect.github.com/t3-oss/t3-env/compare/@t3-oss/env-nextjs@0.11.0...@t3-oss/env-nextjs@0.11.1)\n\n##### Patch Changes\n\n- Updated dependencies\n\\[[`2a74b72`](https://redirect.github.com/t3-oss/t3-env/commit/2a74b72de710c179edddddae86bd272f05ec57d7)]:\n-\n[@​t3-oss/env-core](https://redirect.github.com/t3-oss/env-core)[@​0](https://redirect.github.com/0).11.1\n\n
\n\n
\nTanStack/query (@​tanstack/react-query)\n\n###\n[`v5.52.2`](https://redirect.github.com/TanStack/query/releases/tag/v5.52.2)\n\n[Compare\nSource](https://redirect.github.com/TanStack/query/compare/v5.52.1...v5.52.2)\n\nVersion 5.52.2 - 8/26/24, 5:54 PM\n\n##### Changes\n\n##### Fix\n\n- types: error booleans shouldn\"t permanently be typed as `false`\n([#​7956](https://redirect.github.com/TanStack/query/issues/7956))\n([`b93941d`](https://redirect.github.com/TanStack/query/commit/b93941d))\nby Dominik Dorfmeister\n\n##### Chore\n\n- remove unused .all-contributorsrc\n([#​7949](https://redirect.github.com/TanStack/query/issues/7949))\n([`8cf7e2f`](https://redirect.github.com/TanStack/query/commit/8cf7e2f))\nby [@​manudeli](https://redirect.github.com/manudeli)\n- angular-query: add type tests for injectQuery\n([#​7947](https://redirect.github.com/TanStack/query/issues/7947))\n([`73258c6`](https://redirect.github.com/TanStack/query/commit/73258c6))\nby Arnoud\n\n##### Examples\n\n- svelte-query: fix svelte auto-refetching styling\n([#​7951](https://redirect.github.com/TanStack/query/issues/7951))\n([`519759d`](https://redirect.github.com/TanStack/query/commit/519759d))\nby Lachlan Collins\n\n##### Packages\n\n-\n[@​tanstack/query-core](https://redirect.github.com/tanstack/query-core)[@​5](https://redirect.github.com/5).52.2\n-\n[@​tanstack/react-query](https://redirect.github.com/tanstack/react-query)[@​5](https://redirect.github.com/5).52.2\n-\n[@​tanstack/solid-query](https://redirect.github.com/tanstack/solid-query)[@​5](https://redirect.github.com/5).52.2\n-\n[@​tanstack/angular-query-experimental](https://redirect.github.com/tanstack/angular-query-experimental)[@​5](https://redirect.github.com/5).52.2\n-\n[@​tanstack/query-broadcast-client-experimental](https://redirect.github.com/tanstack/query-broadcast-client-experimental)[@​5](https://redirect.github.com/5).52.2\n-\n[@​tanstack/query-persist-client-core](https://redirect.github.com/tanstack/query-persist-client-core)[@​5](https://redirect.github.com/5).52.2\n-\n[@​tanstack/query-sync-storage-persister](https://redirect.github.com/tanstack/query-sync-storage-persister)[@​5](https://redirect.github.com/5).52.2\n-\n[@​tanstack/react-query-devtools](https://redirect.github.com/tanstack/react-query-devtools)[@​5](https://redirect.github.com/5).52.2\n-\n[@​tanstack/react-query-persist-client](https://redirect.github.com/tanstack/react-query-persist-client)[@​5](https://redirect.github.com/5).52.2\n-\n[@​tanstack/react-query-next-experimental](https://redirect.github.com/tanstack/react-query-next-experimental)[@​5](https://redirect.github.com/5).52.2\n-\n[@​tanstack/solid-query-devtools](https://redirect.github.com/tanstack/solid-query-devtools)[@​5](https://redirect.github.com/5).52.2\n-\n[@​tanstack/solid-query-persist-client](https://redirect.github.com/tanstack/solid-query-persist-client)[@​5](https://redirect.github.com/5).52.2\n-\n[@​tanstack/svelte-query](https://redirect.github.com/tanstack/svelte-query)[@​5](https://redirect.github.com/5).52.2\n-\n[@​tanstack/svelte-query-devtools](https://redirect.github.com/tanstack/svelte-query-devtools)[@​5](https://redirect.github.com/5).52.2\n-\n[@​tanstack/svelte-query-persist-client](https://redirect.github.com/tanstack/svelte-query-persist-client)[@​5](https://redirect.github.com/5).52.2\n-\n[@​tanstack/vue-query](https://redirect.github.com/tanstack/vue-query)[@​5](https://redirect.github.com/5).52.2\n-\n[@​tanstack/vue-query-devtools](https://redirect.github.com/tanstack/vue-query-devtools)[@​5](https://redirect.github.com/5).52.2\n-\n[@​tanstack/angular-query-devtools-experimental](https://redirect.github.com/tanstack/angular-query-devtools-experimental)[@​5](https://redirect.github.com/5).52.2\n-\n[@​tanstack/query-async-storage-persister](https://redirect.github.com/tanstack/query-async-storage-persister)[@​5](https://redirect.github.com/5).52.2\n\n###\n[`v5.52.1`](https://redirect.github.com/TanStack/query/releases/tag/v5.52.1)\n\n[Compare\nSource](https://redirect.github.com/TanStack/query/compare/v5.52.0...v5.52.1)\n\nVersion 5.52.1 - 8/22/24, 4:37 PM\n\n##### Changes\n\n##### Fix\n\n- react-query: Add missing React 19 peer dependency.\n([#​7937](https://redirect.github.com/TanStack/query/issues/7937))\n([`ca2e306`](https://redirect.github.com/TanStack/query/commit/ca2e306))\nby [@​kbumsik](https://redirect.github.com/kbumsik)\n\n##### Docs\n\n- make copyable example useful by default\n([#​7928](https://redirect.github.com/TanStack/query/issues/7928))\n([`639363c`](https://redirect.github.com/TanStack/query/commit/639363c))\nby Lanre Adelowo\n\n##### Packages\n\n-\n[@​tanstack/react-query](https://redirect.github.com/tanstack/react-query)[@​5](https://redirect.github.com/5).52.1\n-\n[@​tanstack/react-query-devtools](https://redirect.github.com/tanstack/react-query-devtools)[@​5](https://redirect.github.com/5).52.1\n-\n[@​tanstack/react-query-persist-client](https://redirect.github.com/tanstack/react-query-persist-client)[@​5](https://redirect.github.com/5).52.1\n-\n[@​tanstack/react-query-next-experimental](https://redirect.github.com/tanstack/react-query-next-experimental)[@​5](https://redirect.github.com/5).52.1\n\n###\n[`v5.52.0`](https://redirect.github.com/TanStack/query/releases/tag/v5.52.0)\n\n[Compare\nSource](https://redirect.github.com/TanStack/query/compare/v5.51.24...v5.52.0)\n\nVersion 5.52.0 - 8/20/24, 6:54 PM\n\n##### Changes\n\n##### Feat\n\n- eslint-plugin-query: add rule that disallows putting the result of\nquery hooks directly in a React hook dependency array\n([#​7911](https://redirect.github.com/TanStack/query/issues/7911))\n([`f65ebe7`](https://redirect.github.com/TanStack/query/commit/f65ebe7))\nby Manuel Schiller\n\n##### Refactor\n\n- query-core: type override subscribe in InfiniteQueryObserver more\nclearly\n([#​7914](https://redirect.github.com/TanStack/query/issues/7914))\n([`683c85e`](https://redirect.github.com/TanStack/query/commit/683c85e))\nby [@​manudeli](https://redirect.github.com/manudeli)\n\n##### Docs\n\n- fix typos\n([#​7898](https://redirect.github.com/TanStack/query/issues/7898))\n([`c7fb5fd`](https://redirect.github.com/TanStack/query/commit/c7fb5fd))\nby Shubh Porwal\n\n##### Packages\n\n-\n[@​tanstack/eslint-plugin-query](https://redirect.github.com/tanstack/eslint-plugin-query)[@​5](https://redirect.github.com/5).52.0\n-\n[@​tanstack/query-core](https://redirect.github.com/tanstack/query-core)[@​5](https://redirect.github.com/5).52.0\n-\n[@​tanstack/query-broadcast-client-experimental](https://redirect.github.com/tanstack/query-broadcast-client-experimental)[@​5](https://redirect.github.com/5).52.0\n-\n[@​tanstack/query-persist-client-core](https://redirect.github.com/tanstack/query-persist-client-core)[@​5](https://redirect.github.com/5).52.0\n-\n[@​tanstack/query-sync-storage-persister](https://redirect.github.com/tanstack/query-sync-storage-persister)[@​5](https://redirect.github.com/5).52.0\n-\n[@​tanstack/react-query](https://redirect.github.com/tanstack/react-query)[@​5](https://redirect.github.com/5).52.0\n-\n[@​tanstack/react-query-devtools](https://redirect.github.com/tanstack/react-query-devtools)[@​5](https://redirect.github.com/5).52.0\n-\n[@​tanstack/react-query-persist-client](https://redirect.github.com/tanstack/react-query-persist-client)[@​5](https://redirect.github.com/5).52.0\n-\n[@​tanstack/react-query-next-experimental](https://redirect.github.com/tanstack/react-query-next-experimental)[@​5](https://redirect.github.com/5).52.0\n-\n[@​tanstack/solid-query](https://redirect.github.com/tanstack/solid-query)[@​5](https://redirect.github.com/5).52.0\n-\n[@​tanstack/solid-query-devtools](https://redirect.github.com/tanstack/solid-query-devtools)[@​5](https://redirect.github.com/5).52.0\n-\n[@​tanstack/solid-query-persist-client](https://redirect.github.com/tanstack/solid-query-persist-client)[@​5](https://redirect.github.com/5).52.0\n-\n[@​tanstack/svelte-query](https://redirect.github.com/tanstack/svelte-query)[@​5](https://redirect.github.com/5).52.0\n-\n[@​tanstack/svelte-query-devtools](https://redirect.github.com/tanstack/svelte-query-devtools)[@​5](https://redirect.github.com/5).52.0\n-\n[@​tanstack/svelte-query-persist-client](https://redirect.github.com/tanstack/svelte-query-persist-client)[@​5](https://redirect.github.com/5).52.0\n-\n[@​tanstack/vue-query](https://redirect.github.com/tanstack/vue-query)[@​5](https://redirect.github.com/5).52.0\n-\n[@​tanstack/vue-query-devtools](https://redirect.github.com/tanstack/vue-query-devtools)[@​5](https://redirect.github.com/5).52.0\n-\n[@​tanstack/angular-query-experimental](https://redirect.github.com/tanstack/angular-query-experimental)[@​5](https://redirect.github.com/5).52.0\n-\n[@​tanstack/query-async-storage-persister](https://redirect.github.com/tanstack/query-async-storage-persister)[@​5](https://redirect.github.com/5).52.0\n-\n[@​tanstack/angular-query-devtools-experimental](https://redirect.github.com/tanstack/angular-query-devtools-experimental)[@​5](https://redirect.github.com/5).52.0\n\n
\n\n
\nTanStack/table (@​tanstack/react-table)\n\n###\n[`v8.20.5`](https://redirect.github.com/TanStack/table/releases/tag/v8.20.5)\n\n[Compare\nSource](https://redirect.github.com/TanStack/table/compare/v8.20.1...v8.20.5)\n\nVersion 8.20.5 - 8/24/24, 11:37 PM\n\n#### Changes\n\n##### Fix\n\n- table-core: allow searching of numbers\n([#​5718](https://redirect.github.com/TanStack/table/issues/5718))\n([`237b1c4`](https://redirect.github.com/TanStack/table/commit/237b1c4))\nby GaganSingh7\n\n##### Docs\n\n- vue: add information about `shallowRef` for reactive data\n([#​5706](https://redirect.github.com/TanStack/table/issues/5706))\n([`58913b6`](https://redirect.github.com/TanStack/table/commit/58913b6))\nby Ola Alsaker\n\n#### Packages\n\n-\n[@​tanstack/table-core](https://redirect.github.com/tanstack/table-core)[@​8](https://redirect.github.com/8).20.5\n-\n[@​tanstack/angular-table](https://redirect.github.com/tanstack/angular-table)[@​8](https://redirect.github.com/8).20.5\n-\n[@​tanstack/lit-table](https://redirect.github.com/tanstack/lit-table)[@​8](https://redirect.github.com/8).20.5\n-\n[@​tanstack/qwik-table](https://redirect.github.com/tanstack/qwik-table)[@​8](https://redirect.github.com/8).20.5\n-\n[@​tanstack/react-table](https://redirect.github.com/tanstack/react-table)[@​8](https://redirect.github.com/8).20.5\n-\n[@​tanstack/solid-table](https://redirect.github.com/tanstack/solid-table)[@​8](https://redirect.github.com/8).20.5\n-\n[@​tanstack/svelte-table](https://redirect.github.com/tanstack/svelte-table)[@​8](https://redirect.github.com/8).20.5\n-\n[@​tanstack/vue-table](https://redirect.github.com/tanstack/vue-table)[@​8](https://redirect.github.com/8).20.5\n-\n[@​tanstack/react-table-devtools](https://redirect.github.com/tanstack/react-table-devtools)[@​8](https://redirect.github.com/8).20.5\n\n
\n\n
\ntrpc/trpc (@​trpc/client)\n\n###\n[`v11.0.0-rc.485`](https://redirect.github.com/trpc/trpc/compare/930e652bf9edf2ddbd24b3f75d70e887ad31f10e...1c1d824cd61bb00bf115c91010147f11fe026154)\n\n[Compare\nSource](https://redirect.github.com/trpc/trpc/compare/930e652bf9edf2ddbd24b3f75d70e887ad31f10e...1c1d824cd61bb00bf115c91010147f11fe026154)\n\n
\n\n
\ntrpc/trpc (@​trpc/next)\n\n###\n[`v11.0.0-rc.485`](https://redirect.github.com/trpc/trpc/compare/930e652bf9edf2ddbd24b3f75d70e887ad31f10e...1c1d824cd61bb00bf115c91010147f11fe026154)\n\n[Compare\nSource](https://redirect.github.com/trpc/trpc/compare/930e652bf9edf2ddbd24b3f75d70e887ad31f10e...1c1d824cd61bb00bf115c91010147f11fe026154)\n\n
\n\n
\ntrpc/trpc (@​trpc/react-query)\n\n###\n[`v11.0.0-rc.485`](https://redirect.github.com/trpc/trpc/compare/930e652bf9edf2ddbd24b3f75d70e887ad31f10e...1c1d824cd61bb00bf115c91010147f11fe026154)\n\n[Compare\nSource](https://redirect.github.com/trpc/trpc/compare/930e652bf9edf2ddbd24b3f75d70e887ad31f10e...1c1d824cd61bb00bf115c91010147f11fe026154)\n\n
\n\n
\ntrpc/trpc (@​trpc/server)\n\n###\n[`v11.0.0-rc.485`](https://redirect.github.com/trpc/trpc/compare/930e652bf9edf2ddbd24b3f75d70e887ad31f10e...1c1d824cd61bb00bf115c91010147f11fe026154)\n\n[Compare\nSource](https://redirect.github.com/trpc/trpc/compare/930e652bf9edf2ddbd24b3f75d70e887ad31f10e...1c1d824cd61bb00bf115c91010147f11fe026154)\n\n
\n\n
\nhashicorp/terraform-provider-aws (aws)\n\n###\n[`v5.64.0`](https://redirect.github.com/hashicorp/terraform-provider-aws/blob/HEAD/CHANGELOG.md#5640-August-22-2024)\n\n[Compare\nSource](https://redirect.github.com/hashicorp/terraform-provider-aws/compare/v5.63.1...v5.64.0)\n\nENHANCEMENTS:\n\n- data-source/aws_opensearch_domain: Add `dashboard_endpoint_v2`,\n`domain_endpoint_v2_hosted_zone_id`, and `endpoint_v2` attributes\n([#​38456](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/38456))\n- resource/aws_appautoscaling_target: Add `suspended_state`\nconfiguration block\n([#​38942](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/38942))\n- resource/aws_dynamodb_table: Add `restore_source_table_arn` attribute\n([#​38953](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/38953))\n- resource/aws_opensearch_domain: Add `dashboard_endpoint_v2`,\n`domain_endpoint_v2_hosted_zone_id`, and `endpoint_v2` attributes\n([#​38456](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/38456))\n\nBUG FIXES:\n\n- resource/aws_bedrockagent_agent: Fixes consistency issues where only\nsome prompts are overridden\n([#​38944](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/38944))\n- resource/aws_cloudformation_stack_set_instance: Fix crash during\nconstruction of the `id` attribute when `deployment_targets` does not\ninclude organizational unit IDs.\n([#​38969](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/38969))\n- resource/aws_glue_trigger: Fix crash when null `action` is configured\n([#​38994](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/38994))\n- resource/aws_rds_cluster: Allow Web Service Data API\n(`enabled_http_endpoint`) to be enabled and disabled for `provisioned`\nengine mode and serverlessv2\n([#​38997](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/38997))\n\n
\n\n
\ncloudflare/terraform-provider-cloudflare (cloudflare)\n\n###\n[`v4.40.0`](https://redirect.github.com/cloudflare/terraform-provider-cloudflare/blob/HEAD/CHANGELOG.md#4400-August-21st-2024)\n\n[Compare\nSource](https://redirect.github.com/cloudflare/terraform-provider-cloudflare/compare/v4.39.0...v4.40.0)\n\nNOTES:\n\n- resource/cloudflare_access_application: deprecated in favour of\n`cloudflare_zero_trust_access_application` and will be removed in the\nnext major version.\n([#​3584](https://redirect.github.com/cloudflare/terraform-provider-cloudflare/issues/3584))\n- resource/cloudflare_access_ca_certificate: deprecated in favour of\n`cloudflare_zero_trust_access_short_lived_certificate` and will be\nremoved in the next major version.\n([#​3584](https://redirect.github.com/cloudflare/terraform-provider-cloudflare/issues/3584))\n- resource/cloudflare_access_custom_page: deprecated in favour of\n`cloudflare_zero_trust_access_custom_page` and will be removed in the\nnext major version.\n([#​3584](https://redirect.github.com/cloudflare/terraform-provider-cloudflare/issues/3584))\n- resource/cloudflare_access_group: deprecated in favour of\n`cloudflare_zero_trust_access_group` and will be removed in the next\nmajor version.\n([#​3584](https://redirect.github.com/cloudflare/terraform-provider-cloudflare/issues/3584))\n- resource/cloudflare_access_identity_provider: deprecated in favour of\n`cloudflare_zero_trust_access_identity_provider` and will be removed in\nthe next major version.\n([#​3584](https://redirect.github.com/cloudflare/terraform-provider-cloudflare/issues/3584))\n- resource/cloudflare_access_keys_configuration: deprecated in favour of\n`cloudflare_zero_trust_access_key_configuration` and will be removed in\nthe next major version.\n([#​3584](https://redirect.github.com/cloudflare/terraform-provider-cloudflare/issues/3584))\n- resource/cloudflare_access_mutual_tls_certificate: deprecated in\nfavour of `cloudflare_zero_trust_access_mtls_certificate` and will be\nremoved in the next major version.\n([#​3584](https://redirect.github.com/cloudflare/terraform-provider-cloudflare/issues/3584))\n- resource/cloudflare_access_mutual_tls_hostname_settings: deprecated in\nfavour of `cloudflare_zero_trust_access_mtls_hostname_settings` and will\nbe removed in the next major version.\n([#​3584](https://redirect.github.com/cloudflare/terraform-provider-cloudflare/issues/3584))\n- resource/cloudflare_access_organization: deprecated in favour of\n`cloudflare_zero_trust_organization` and will be removed in the next\nmajor version.\n([#​3584](https://redirect.github.com/cloudflare/terraform-provider-cloudflare/issues/3584))\n- resource/cloudflare_access_policy: deprecated in favour of\n`cloudflare_zero_trust_access_policy` and will be removed in the next\nmajor version.\n([#​3584](https://redirect.github.com/cloudflare/terraform-provider-cloudflare/issues/3584))\n- resource/cloudflare_access_service_token: deprecated in favour of\n`cloudflare_zero_trust_access_service_token` and will be removed in the\nnext major version.\n([#​3584](https://redirect.github.com/cloudflare/terraform-provider-cloudflare/issues/3584))\n- resource/cloudflare_access_tag: deprecated in favour of\n`cloudflare_zero_trust_access_tag` and will be removed in the next major\nversion.\n([#​3584](https://redirect.github.com/cloudflare/terraform-provider-cloudflare/issues/3584))\n- resource/cloudflare_device_dex_test: deprecated in favour of\n`cloudflare_zero_trust_dex_test` and will be removed in the next major\nversion.\n([#​3584](https://redirect.github.com/cloudflare/terraform-provider-cloudflare/issues/3584))\n- resource/cloudflare_device_managed_networks: deprecated in favour of\n`cloudflare_zero_trust_device_managed_networks` and will be removed in\nthe next major version.\n([#​3584](https://redirect.github.com/cloudflare/terraform-provider-cloudflare/issues/3584))\n- resource/cloudflare_device_policy_certificates: deprecated in favour\nof `cloudflare_zero_trust_device_certificates` and will be removed in\nthe next major version.\n([#​3584](https://redirect.github.com/cloudflare/terraform-provider-cloudflare/issues/3584))\n- resource/cloudflare_device_posture_integration: deprecated in favour\nof `cloudflare_zero_trust_device_posture_integration` and will be\nremoved in the next major version.\n([#​3584](https://redirect.github.com/cloudflare/terraform-provider-cloudflare/issues/3584))\n- resource/cloudflare_device_posture_rule: deprecated in favour of\n`cloudflare_zero_trust_device_posture_rule` and will be removed in the\nnext major version.\n([#​3584](https://redirect.github.com/cloudflare/terraform-provider-cloudflare/issues/3584))\n- resource/cloudflare_device_settings_policy: deprecated in favour of\n`cloudflare_zero_trust_device_profiles` and will be removed in the next\nmajor version.\n([#​3584](https://redirect.github.com/cloudflare/terraform-provider-cloudflare/issues/3584))\n- resource/cloudflare_dlp_custom_profile: deprecated in favour of\n`cloudflare_zero_trust_dlp_custom_profile` and will be removed in the\nnext major version.\n([#​3584](https://redirect.github.com/cloudflare/terraform-provider-cloudflare/issues/3584))\n- resource/cloudflare_dlp_predefined_profile: deprecated in favour of\n`cloudflare_zero_trust_dlp_predefined_profile` and will be removed in\nthe next major version.\n([#​3584](https://redirect.github.com/cloudflare/terraform-provider-cloudflare/issues/3584))\n- resource/cloudflare_dlp_profile: deprecated in favour of\n`cloudflare_zero_trust_dlp_profile` and will be removed in the next\nmajor version.\n([#​3584](https://redirect.github.com/cloudflare/terraform-provider-cloudflare/issues/3584))\n- resource/cloudflare_fallback_domain: deprecated in favour of\n`cloudflare_zero_trust_local_domain_fallback` and will be removed in the\nnext major version.\n([#​3584](https://redirect.github.com/cloudflare/terraform-provider-cloudflare/issues/3584))\n- resource/cloudflare_gre_tunnel: deprecated in favour of\n`cloudflare_magic_wan_gre_tunnel` and will be removed in the next major\nversion.\n([#​3584](https://redirect.github.com/cloudflare/terraform-provider-cloudflare/issues/3584))\n- resource/cloudflare_ipsec_tunnel: deprecated in favour of\n`cloudflare_magic_wan_ipsec_tunnel` and will be removed in the next\nmajor version.\n([#​3584](https://redirect.github.com/cloudflare/terraform-provider-cloudflare/issues/3584))\n- resource/cloudflare_record: fix a bug that prematurely removed the\nability to set the deprecated `value` field.\n([#​3674](https://redirect.github.com/cloudflare/terraform-provider-cloudflare/issues/3674))\n- resource/cloudflare_risk_behavior: deprecated in favour of\n`cloudflare_zero_trust_risk_behavior` and will be removed in the next\nmajor version.\n([#​3584](https://redirect.github.com/cloudflare/terraform-provider-cloudflare/issues/3584))\n- resource/cloudflare_split_tunnel: deprecated in favour of\n`cloudflare_zero_trust_split_tunnels` and will be removed in the next\nmajor version.\n([#​3584](https://redirect.github.com/cloudflare/terraform-provider-cloudflare/issues/3584))\n- resource/cloudflare_static_route: deprecated in favour of\n`cloudflare_magic_wan_static_route` and will be removed in the next\nmajor version.\n([#​3584](https://redirect.github.com/cloudflare/terraform-provider-cloudflare/issues/3584))\n- resource/cloudflare_teams_account: deprecated in favour of\n`cloudflare_zero_trust_gateway_settings` and will be removed in the next\nmajor version.\n([#​3584](https://redirect.github.com/cloudflare/terraform-provider-cloudflare/issues/3584))\n- resource/cloudflare_teams_list: deprecated in favour of\n`cloudflare_zero_trust_list` and will be removed in the next major\nversion.\n([#​3584](https://redirect.github.com/cloudflare/terraform-provider-cloudflare/issues/3584))\n- resource/cloudflare_teams_location: deprecated in favour of\n`cloudflare_zero_trust_dns_location` and will be removed in the next\nmajor version.\n([#​3584](https://redirect.github.com/cloudflare/terraform-provider-cloudflare/issues/3584))\n- resource/cloudflare_teams_proxy_endpoint: deprecated in favour of\n`cloudflare_zero_trust_gateway_proxy_endpoint` and will be removed in\nthe next major version.\n([#​3584](https://redirect.github.com/cloudflare/terraform-provider-cloudflare/issues/3584))\n- resource/cloudflare_teams_rule: deprecated in favour of\n`cloudflare_zero_trust_gateway_policy` and will be removed in the next\nmajor version.\n([#​3584](https://redirect.github.com/cloudflare/terraform-provider-cloudflare/issues/3584))\n- resource/cloudflare_tunnel: deprecated in favour of\n`cloudflare_zero_trust_tunnel_cloudflared` and will be removed in the\nnext major version.\n([#​3584](https://redirect.github.com/cloudflare/terraform-provider-cloudflare/issues/3584))\n- resource/cloudflare_tunnel_config: deprecated in favour of\n`cloudflare_zero_trust_tunnel_cloudflared_config` and will be removed in\nthe next major version.\n([#​3584](https://redirect.github.com/cloudflare/terraform-provider-cloudflare/issues/3584))\n- resource/cloudflare_tunnel_route: deprecated in favour of\n`cloudflare_zero_trust_tunnel_route` and will be removed in the next\nmajor version.\n([#​3584](https://redirect.github.com/cloudflare/terraform-provider-cloudflare/issues/3584))\n- resource/cloudflare_tunnel_virtual_network: deprecated in favour of\n`cloudflare_zero_trust_tunnel_virtual_network` and will be removed in\nthe next major version.\n([#​3584](https://redirect.github.com/cloudflare/terraform-provider-cloudflare/issues/3584))\n- resource/cloudflare_worker_cron_trigger: deprecated in favour of\n`cloudflare_workers_cron_trigger` and will be removed in the next major\nversion.\n([#​3584](https://redirect.github.com/cloudflare/terraform-provider-cloudflare/issues/3584))\n- resource/cloudflare_worker_domain: deprecated in favour of\n`cloudflare_workers_custom_domain` and will be removed in the next major\nversion.\n([#​3584](https://redirect.github.com/cloudflare/terraform-provider-cloudflare/issues/3584))\n- resource/cloudflare_worker_script: deprecated in favour of\n`cloudflare_workers_script` and will be removed in the next major\nversion.\n([#​3584](https://redirect.github.com/cloudflare/terraform-provider-cloudflare/issues/3584))\n- resource/cloudflare_worker_secret: deprecated in favour of\n`cloudflare_workers_secret` and will be removed in the next major\nversion.\n([#​3584](https://redirect.github.com/cloudflare/terraform-provider-cloudflare/issues/3584))\n- resource/cloudflare_workers_for_platforms_namespace: deprecated in\nfavour of `cloudflare_workers_for_platforms_dispatch_namespace` and will\nbe removed in the next major version.\n([#​3584](https://redirect.github.com/cloudflare/terraform-provider-cloudflare/issues/3584))\n\nFEATURES:\n\n- **New Resource:** `cloudflare_magic_wan_gre_tunnel`\n([#​3584](https://redirect.github.com/cloudflare/terraform-provider-cloudflare/issues/3584))\n- **New Resource:** `cloudflare_magic_wan_ipsec_tunnel`\n([#​3584](https://redirect.github.com/cloudflare/terraform-provider-cloudflare/issues/3584))\n- **New Resource:** `cloudflare_magic_wan_static_route`\n([#​3584](https://redirect.github.com/cloudflare/terraform-provider-cloudflare/issues/3584))\n- **New Resource:** `cloudflare_workers_cron_trigger`\n([#​3584](https://redirect.github.com/cloudflare/terraform-provider-cloudflare/issues/3584))\n- **New Resource:** `cloudflare_workers_custom_domain`\n([#​3584](https://redirect.github.com/cloudflare/terraform-provider-cloudflare/issues/3584))\n- **New Resource:**\n`cloudflare_workers_for_platforms_dispatch_namespace`\n([#​3584](https://redirect.github.com/cloudflare/terraform-provider-cloudflare/issues/3584))\n- **New Resource:** `cloudflare_workers_script`\n([#​3584](https://redirect.github.com/cloudflare/terraform-provider-cloudflare/issues/3584))\n- **New Resource:** `cloudflare_workers_secret`\n([#​3584](https://redirect.github.com/cloudflare/terraform-provider-cloudflare/issues/3584))\n- **New Resource:** `cloudflare_zero_trust_access_application`\n([#​3584](https://redirect.github.com/cloudflare/terraform-provider-cloudflare/issues/3584))\n- **New Resource:** `cloudflare_zero_trust_access_custom_page`\n([#​3584](https://redirect.github.com/cloudflare/terraform-provider-cloudflare/issues/3584))\n- **New Resource:** `cloudflare_zero_trust_access_group`\n([#​3584](https://redirect.github.com/cloudflare/terraform-provider-cloudflare/issues/3584))\n- **New Resource:** `cloudflare_zero_trust_access_identity_provider`\n([#​3584](https://redirect.github.com/cloudflare/terraform-provider-cloudflare/issues/3584))\n- **New Resource:** `cloudflare_zero_trust_access_key_configuration`\n([#​3584](https://redirect.github.com/cloudflare/terraform-provider-cloudflare/issues/3584))\n- **New Resource:** `cloudflare_zero_trust_access_mtls_certificate`\n([#​3584](https://redirect.github.com/cloudflare/terraform-provider-cloudflare/issues/3584))\n- **New Resource:**\n`cloudflare_zero_trust_access_mtls_hostname_settings`\n([#​3584](https://redirect.github.com/cloudflare/terraform-provider-cloudflare/issues/3584))\n- **New Resource:** `cloudflare_zero_trust_access_policy`\n([#​3584](https://redirect.github.com/cloudflare/terraform-provider-cloudflare/issues/3584))\n- **New Resource:** `cloudflare_zero_trust_access_service_token`\n([#​3584](https://redirect.github.com/cloudflare/terraform-provider-cloudflare/issues/3584))\n- **New Resource:**\n`cloudflare_zero_trust_access_short_lived_certificate`\n([#​3584](https://redirect.github.com/cloudflare/terraform-provider-cloudflare/issues/3584))\n- **New Resource:** `cloudflare_zero_trust_access_tag`\n([#​3584](https://redirect.github.com/cloudflare/terraform-provider-cloudflare/issues/3584))\n- **New Resource:** `cloudflare_zero_trust_device_certificates`\n([#​3584](https://redirect.github.com/cloudflare/terraform-provider-cloudflare/issues/3584))\n- **New Resource:** `cloudflare_zero_trust_device_managed_networks`\n([#​3584](https://redirect.github.com/cloudflare/terraform-provider-cloudflare/issues/3584))\n- **New Resource:** `cloudflare_zero_trust_device_posture_integration`\n([#​3584](https://redirect.github.com/cloudflare/terraform-provider-cloudflare/issues/3584))\n- **New Resource:** `cloudflare_zero_trust_device_posture_rule`\n([#​3584](https://redirect.github.com/cloudflare/terraform-provider-cloudflare/issues/3584))\n- **New Resource:** `cloudflare_zero_trust_device_profiles`\n([#​3584](https://redirect.github.com/cloudflare/terraform-provider-cloudflare/issues/3584))\n- **New Resource:** `cloudflare_zero_trust_dex_test`\n([#​3584](https://redirect.github.com/cloudflare/terraform-provider-cloudflare/issues/3584))\n- **New Resource:** `cloudflare_zero_trust_dlp_custom_profile`\n([#​3584](https://redirect.github.com/cloudflare/terraform-provider-cloudflare/issues/3584))\n- **New Resource:** `cloudflare_zero_trust_dlp_predefined_profile`\n([#​3584](https://redirect.github.com/cloudflare/terraform-provider-cloudflare/issues/3584))\n- **New Resource:** `cloudflare_zero_trust_dlp_profile`\n([#​3584](https://redirect.github.com/cloudflare/terraform-provider-cloudflare/issues/3584))\n- **New Resource:** `cloudflare_zero_trust_dns_location`\n([#​3584](https://redirect.github.com/cloudflare/terraform-provider-cloudflare/issues/3584))\n- **New Resource:** `cloudflare_zero_trust_gateway_policy`\n([#​3584](https://redirect.github.com/cloudflare/terraform-provider-cloudflare/issues/3584))\n- **New Resource:** `cloudflare_zero_trust_gateway_proxy_endpoint`\n([#​3584](https://redirect.github.com/cloudflare/terraform-provider-cloudflare/issues/3584))\n- **New Resource:** `cloudflare_zero_trust_gateway_settings`\n([#​3584](https://redirect.github.com/cloudflare/terraform-provider-cloudflare/issues/3584))\n- **New Resource:** `cloudflare_zero_trust_list`\n([#​3584](https://redirect.github.com/cloudflare/terraform-provider-cloudflare/issues/3584))\n- **New Resource:** `cloudflare_zero_trust_local_domain_fallback`\n([#​3584](https://redirect.github.com/cloudflare/terraform-provider-cloudflare/issues/3584))\n- **New Resource:** `cloudflare_zero_trust_organization`\n([#​3584](https://redirect.github.com/cloudflare/terraform-provider-cloudflare/issues/3584))\n- **New Resource:** `cloudflare_zero_trust_risk_behavior`\n([#​3584](https://redirect.github.com/cloudflare/terraform-provider-cloudflare/issues/3584))\n- **New Resource:** `cloudflare_zero_trust_risk_score_integration`\n([#​3563](https://redirect.github.com/cloudflare/terraform-provider-cloudflare/issues/3563))\n- **New Resource:** `cloudflare_zero_trust_split_tunnels`\n([#​3584](https://redirect.github.com/cloudflare/terraform-provider-cloudflare/issues/3584))\n- **New Resource:** `cloudflare_zero_trust_tunnel_cloudflared`\n([#​3584](https://redirect.github.com/cloudflare/terraform-provider-cloudflare/issues/3584))\n- **New Resource:** `cloudflare_zero_trust_tunnel_cloudflared_config`\n([#​3584](https://redirect.github.com/cloudflare/terraform-provider-cloudflare/issues/3584))\n- **New Resource:** `cloudflare_zero_trust_tunnel_route`\n([#​3584](https://redirect.github.com/cloudflare/terraform-provider-cloudflare/issues/3584))\n- **New Resource:** `cloudflare_zero_trust_tunnel_virtual_network`\n([#​3584](https://redirect.github.com/cloudflare/terraform-provider-cloudflare/issues/3584))\n\nENHANCEMENTS:\n\n- resource/cloudflare_device_posture_rule: add ability to create\nclient_certificate_v2 posture rule\n([#​3512](https://redirect.github.com/cloudflare/terraform-provider-cloudflare/issues/3512))\n- resource/cloudflare_device_settings_policy: Add tunnel_protocol field\nfor device policies\n([#​3513](https://redirect.github.com/cloudflare/terraform-provider-cloudflare/issues/3513))\n\nBUG FIXES:\n\n- resource/cloudflare_access_policy: handle multiple okta idps in access\npolicies\n([#​3579](https://redirect.github.com/cloudflare/terraform-provider-cloudflare/issues/3579))\n- resource/cloudflare_record: refactor validation to use `ExactlyOneOf`\ninstead of custom logic\n([#​3699](https://redirect.github.com/cloudflare/terraform-provider-cloudflare/issues/3699))\n\nDEPENDENCIES:\n\n- provider: bump github.com/hashicorp/terraform-plugin-framework from\n1.10.0 to 1.11.0\n([#​3575](https://redirect.github.com/cloudflare/terraform-provider-cloudflare/issues/3575))\n- provider: bump github.com/hashicorp/terraform-plugin-testing from\n1.9.0 to 1.10.0\n([#​3583](https://redirect.github.com/cloudflare/terraform-provider-cloudflare/issues/3583))\n- provider: bump golang.org/x/net from 0.27.0 to 0.28.0\n([#​3576](https://redirect.github.com/cloudflare/terraform-provider-cloudflare/issues/3576))\n\n
\n\n
\nvercel/next.js (eslint-config-next)\n\n###\n[`v14.2.6`](https://redirect.github.com/vercel/next.js/releases/tag/v14.2.6)\n\n[Compare\nSource](https://redirect.github.com/vercel/next.js/compare/v14.2.5...v14.2.6)\n\n> \\[!NOTE]\\\n> This release is backporting bug fixes. It does **not** include all\npending features/changes on canary.\n\n##### Core Changes\n\n- Ensure fetch cache TTL is updated properly\n([#​69164](https://redirect.github.com/vercel/next.js/issues/69164))\n\n
\n\n
\nhashicorp/terraform (hashicorp/terraform)\n\n###\n[`v1.9.5`](https://redirect.github.com/hashicorp/terraform/releases/tag/v1.9.5)\n\n[Compare\nSource](https://redirect.github.com/hashicorp/terraform/compare/v1.9.4...v1.9.5)\n\n##### 1.9.5 (August 20, 2024)\n\nENHANCEMENTS:\n\n- cloud: The cloud block can now interact with workspaces that have HCP\nresource IDs.\n([#​35495](https://redirect.github.com/hashicorp/terraform/issues/35495))\n\nBUG FIXES:\n\n- core: `removed` blocks with provisioners were not executed when the\nresource was in a nested module.\n([#​35611](https://redirect.github.com/hashicorp/terraform/issues/35611))\n\n
\n\n
\nnodejs/node (node)\n\n###\n[`v20.17.0`](https://redirect.github.com/nodejs/node/releases/tag/v20.17.0):\n2024-08-21, Version 20.17.0 'Iron' (LTS),\n@​marco-ippolito\n\n[Compare\nSource](https://redirect.github.com/nodejs/node/compare/v20.16.0...v20.17.0)\n\n##### module: support require()ing synchronous ESM graphs\n\nThis release adds `require()` support for synchronous ESM graphs under\nthe flag `--experimental-require-module`.\n\nIf `--experimental-require-module` is enabled, and the ECMAScript\nmodule being loaded by `require()` meets the following requirements:\n\n- Explicitly marked as an ES module with a \"type\": \"module\" field in the\nclosest package.json or a .mjs extension.\n- Fully synchronous (contains no top-level await).\n\n`require()` will load the requested module as an ES Module, and return\nthe module name space object. In this case it is similar to dynamic\n`import()` but is run synchronously and returns the name space object\ndirectly.\n\nContributed by Joyee Cheung in\n[#​51977](https://redirect.github.com/nodejs/node/pull/51977)\n\n##### path: add `matchesGlob` method\n\nGlob patterns can now be tested against individual paths via the\n`path.matchesGlob(path, pattern)` method.\n\nContributed by Aviv Keller in\n[#​52881](https://redirect.github.com/nodejs/node/pull/52881)\n\n##### stream: expose DuplexPair API\n\nThe function `duplexPair` returns an array with two items,\neach being a `Duplex` stream connected to the other side:\n\n```js\nconst [ sideA, sideB ] = duplexPair();\n```\n\nWhatever is written to one stream is made readable on the other. It\nprovides\nbehavior analogous to a network connection, where the data written by\nthe client\nbecomes readable by the server, and vice-versa.\n\nContributed by Austin Wright in\n[#​34111](https://redirect.github.com/nodejs/node/pull/34111)\n\n##### Other Notable Changes\n\n-\n\\[[`8e64c02b19`](https://redirect.github.com/nodejs/node/commit/8e64c02b19)]\n- **(SEMVER-MINOR)** **http**: add diagnostics channel\n`http.client.request.error` (Kohei Ueno)\n[#​54054](https://redirect.github.com/nodejs/node/pull/54054)\n-\n\\[[`ae30674991`](https://redirect.github.com/nodejs/node/commit/ae30674991)]\n- **meta**: add jake to collaborators (jakecastelli)\n[#​54004](https://redirect.github.com/nodejs/node/pull/54004)\n-\n\\[[`4a3ecbfc9b`](https://redirect.github.com/nodejs/node/commit/4a3ecbfc9b)]\n- **(SEMVER-MINOR)** **stream**: implement `min` option for\n`ReadableStreamBYOBReader.read` (Mattias Buelens)\n[#​50888](https://redirect.github.com/nodejs/node/pull/50888)\n\n##### Commits\n\n-\n\\[[`b3a2726cbc`](https://redirect.github.com/nodejs/node/commit/b3a2726cbc)]\n- **assert**: use isError instead of instanceof in innerOk (Pietro\nMarchini)\n[#​53980](https://redirect.github.com/nodejs/node/pull/53980)\n-\n\\[[`c7e4c3daf4`](https://redirect.github.com/nodejs/node/commit/c7e4c3daf4)]\n- **benchmark**: add cpSync benchmark (Yagiz Nizipli)\n[#​53612](https://redirect.github.com/nodejs/node/pull/53612)\n-\n\\[[`a52de8c5ff`](https://redirect.github.com/nodejs/node/commit/a52de8c5ff)]\n- **bootstrap**: print `--help` message using `console.log` (Jacob\nHummer)\n[#​51463](https://redirect.github.com/nodejs/node/pull/51463)\n-\n\\[[`61b90e7c5e`](https://redirect.github.com/nodejs/node/commit/61b90e7c5e)]\n- **build**: update gcovr to 7.2 and codecov config (Benjamin E. Coe)\n[#​54019](https://redirect.github.com/nodejs/node/pull/54019)\n-\n\\[[`a9c04eaa27`](https://redirect.github.com/nodejs/node/commit/a9c04eaa27)]\n- **build**: ensure v8\\_pointer_compression_sandbox is enabled on 64bit\n(Shelley Vohr)\n[#​53884](https://redirect.github.com/nodejs/node/pull/53884)\n-\n\\[[`342a663d7a`](https://redirect.github.com/nodejs/node/commit/342a663d7a)]\n- **build**: trigger coverage ci when updating codecov (Yagiz Nizipli)\n[#​53929](https://redirect.github.com/nodejs/node/pull/53929)\n-\n\\[[`5727b4d129`](https://redirect.github.com/nodejs/node/commit/5727b4d129)]\n- **build**: update codecov coverage build count (Yagiz Nizipli)\n[#​53929](https://redirect.github.com/nodejs/node/pull/53929)\n-\n\\[[`977af25870`](https://redirect.github.com/nodejs/node/commit/977af25870)]\n- **build**: disable test-asan workflow (Michaël Zasso)\n[#​53844](https://redirect.github.com/nodejs/node/pull/53844)\n-\n\\[[`04798fb104`](https://redirect.github.com/nodejs/node/commit/04798fb104)]\n- **build**: fix build warning of c-ares under GN build (Cheng)\n[#​53750](https://redirect.github.com/nodejs/node/pull/53750)\n-\n\\[[`5ec5e78574`](https://redirect.github.com/nodejs/node/commit/5ec5e78574)]\n- **build**: fix mac build error of c-ares under GN (Cheng)\n[#​53687](https://redirect.github.com/nodejs/node/pull/53687)\n-\n\\[[`3d8721f0a4`](https://redirect.github.com/nodejs/node/commit/3d8721f0a4)]\n- **build**: add version-specific library path for AIX (Richard Lau)\n[#​53585](https://redirect.github.com/nodejs/node/pull/53585)\n-\n\\[[`ffb0bd344d`](https://redirect.github.com/nodejs/node/commit/ffb0bd344d)]\n- **build, tools**: drop leading `/` from `r2dir` (Richard Lau)\n[#​53951](https://redirect.github.com/nodejs/node/pull/53951)\n-\n\\[[`a2d74f4c31`](https://redirect.github.com/nodejs/node/commit/a2d74f4c31)]\n- **build,tools**: simplify upload of shasum signatures (Michaël Zasso)\n[#​53892](https://redirect.github.com/nodejs/node/pull/53892)\n-\n\\[[`993bb3b6e7`](https://redirect.github.com/nodejs/node/commit/993bb3b6e7)]\n- **child_process**: fix incomplete prototype pollution hardening (Liran\nTal) [#​53781](https://redirect.github.com/nodejs/node/pull/53781)\n-\n\\[[`137a2e5766`](https://redirect.github.com/nodejs/node/commit/137a2e5766)]\n- **cli**: document `--inspect` port `0` behavior (Aviv Keller)\n[#​53782](https://redirect.github.com/nodejs/node/pull/53782)\n-\n\\[[`820e6e1737`](https://redirect.github.com/nodejs/node/commit/820e6e1737)]\n- **cli**: update `node.1` to reflect Atom's sunset (Aviv Keller)\n[#​53734](https://redirect.github.com/nodejs/node/pull/53734)\n-\n\\[[`fa0e8d7b3b`](https://redirect.github.com/nodejs/node/commit/fa0e8d7b3b)]\n- **crypto**: avoid std::function (Tobias Nießen)\n[#​53683](https://redirect.github.com/nodejs/node/pull/53683)\n-\n\\[[`460240c368`](https://redirect.github.com/nodejs/node/commit/460240c368)]\n- **crypto**: make deriveBits length parameter optional and nullable\n(Filip Skokan)\n[#​53601](https://redirect.github.com/nodejs/node/pull/53601)\n-\n\\[[`ceb1d5e00a`](https://redirect.github.com/nodejs/node/commit/ceb1d5e00a)]\n- **crypto**: avoid taking ownership of OpenSSL objects (Tobias Nießen)\n[#​53460](https://redirect.github.com/nodejs/node/pull/53460)\n-\n\\[[`44268c27eb`](https://redirect.github.com/nodejs/node/commit/44268c27eb)]\n- **deps**: update corepack to 0.29.3 (Node.js GitHub Bot)\n[#​54072](https://redirect.github.com/nodejs/node/pull/54072)\n-\n\\[[`496975ece0`](https://redirect.github.com/nodejs/node/commit/496975ece0)]\n- **deps**: update c-ares to v1.32.3 (Node.js GitHub Bot)\n[#​54020](https://redirect.github.com/nodejs/node/pull/54020)\n-\n\\[[`5eea419349`](https://redirect.github.com/nodejs/node/commit/5eea419349)]\n- **deps**: update c-ares to v1.32.2 (Node.js GitHub Bot)\n[#​53865](https://redirect.github.com/nodejs/node/pull/53865)\n-\n\\[[`8c8e3688c5`](https://redirect.github.com/nodejs/node/commit/8c8e3688c5)]\n- **deps**: update googletest to\n[`4b21f1a`](https://redirect.github.com/nodejs/node/commit/4b21f1a)\n(Node.js GitHub Bot)\n[#​53842](https://redirect.github.com/nodejs/node/pull/53842)\n-\n\\[[`78f6b34c77`](https://redirect.github.com/nodejs/node/commit/78f6b34c77)]\n- **deps**: update minimatch to 10.0.1 (Node.js GitHub Bot)\n[#​53841](https://redirect.github.com/nodejs/node/pull/53841)\n-\n\\[[`398f7acca3`](https://redirect.github.com/nodejs/node/commit/398f7acca3)]\n- **deps**: update corepack to 0.29.2 (Node.js GitHub Bot)\n[#​53838](https://redirect.github.com/nodejs/node/pull/53838)\n-\n\\[[`fa8f99d90b`](https://redirect.github.com/nodejs/node/commit/fa8f99d90b)]\n- **deps**: update simdutf to 5.3.0 (Node.js GitHub Bot)\n[#​53837](https://redirect.github.com/nodejs/node/pull/53837)\n-\n\\[[`a19b28336b`](https://redirect.github.com/nodejs/node/commit/a19b28336b)]\n- **deps**: update ada to 2.9.0 (Node.js GitHub Bot)\n[#​53748](https://redirect.github.com/nodejs/node/pull/53748)\n-\n\\[[`2f66c7e707`](https://redirect.github.com/nodejs/node/commit/2f66c7e707)]\n- **deps**: upgrade npm to 10.8.2 (npm team)\n[#​53799](https://redirect.github.com/nodejs/node/pull/53799)\n-\n\\[[`2a2620e7c0`](https://redirect.github.com/nodejs/node/commit/2a2620e7c0)]\n- **deps**: update googletest to\n[`34ad51b`](https://redirect.github.com/nodejs/node/commit/34ad51b)\n(Node.js GitHub Bot)\n[#​53157](https://redirect.github.com/nodejs/node/pull/53157)\n-\n\\[[`c01ce60ce7`](https://redirect.github.com/nodejs/node/commit/c01ce60ce7)]\n- **deps**: update googletest to\n[`305e5a2`](https://redirect.github.com/nodejs/node/commit/305e5a2)\n(Node.js GitHub Bot)\n[#​53157](https://redirect.github.com/nodejs/node/pull/53157)\n-\n\\[[`832328ea01`](https://redirect.github.com/nodejs/node/commit/832328ea01)]\n- **deps**: update c-ares to v1.32.1 (Node.js GitHub Bot)\n[#​53753](https://redirect.github.com/nodejs/node/pull/53753)\n-\n\\[[`878e9a4ae7`](https://redirect.github.com/nodejs/node/commit/878e9a4ae7)]\n- **deps**: update minimatch to 9.0.5 (Node.js GitHub Bot)\n[#​53646](https://redirect.github.com/nodejs/node/pull/53646)\n-\n\\[[`4647e6b5c5`](https://redirect.github.com/nodejs/node/commit/4647e6b5c5)]\n- **deps**: update c-ares to v1.32.0 (Node.js GitHub Bot)\n[#​53722](https://redirect.github.com/nodejs/node/pull/53722)\n-\n\\[[`30310bf887`](https://redirect.github.com/nodejs/node/commit/30310bf887)]\n- **doc**: move numCPUs require to top of file in cluster CJS example\n(Alfredo González)\n[#​53932](https://redirect.github.com/nodejs/node/pull/53932)\n-\n\\[[`36170eddca`](https://redirect.github.com/nodejs/node/commit/36170eddca)]\n- **doc**: update security-release process to automated one (Rafael\nGonzaga)\n[#​53877](https://redirect.github.com/nodejs/node/pull/53877)\n-\n\\[[`55f5e76ba7`](https://redirect.github.com/nodejs/node/commit/55f5e76ba7)]\n- **doc**: fix typo in technical-priorities.md (YoonSoo_Shin)\n[#​54094](https://redirect.github.com/nodejs/node/pull/54094)\n-\n\\[[`1c0ccc0ca8`](https://redirect.github.com/nodejs/node/commit/1c0ccc0ca8)]\n- **doc**: fix typo in diagnostic tooling support tiers document (Taejin\nKim) [#​54058](https://redirect.github.com/nodejs/node/pull/54058)\n-\n\\[[`6a5120ff0f`](https://redirect.github.com/nodejs/node/commit/6a5120ff0f)]\n- **doc**: move GeoffreyBooth to TSC regular member (Geoffrey Booth)\n[#​54047](https://redirect.github.com/nodejs/node/pull/54047)\n-\n\\[[`ead05aad2a`](https://redirect.github.com/nodejs/node/commit/ead05aad2a)]\n- **doc**: fix typo in recognizing-contributors (Marco Ippolito)\n[#​53990](https://redirect.github.com/nodejs/node/pull/53990)\n-\n\\[[`25e59aebac`](https://redirect.github.com/nodejs/node/commit/25e59aebac)]\n- **doc**: update boxstarter README (Aviv Keller)\n[#​53785](https://redirect.github.com/nodejs/node/pull/53785)\n-\n\\[[`a3183fb927`](https://redirect.github.com/nodejs/node/commit/a3183fb927)]\n- **doc**: add info about prefix-only modules to `module.builtinModules`\n(Grigory)\n[#​53954](https://redirect.github.com/nodejs/node/pull/53954)\n-\n\\[[`89599e025f`](https://redirect.github.com/nodejs/node/commit/89599e025f)]\n- **doc**: remove `scroll-behavior: smooth;` (Cloyd Lau)\n[#​53942](https://redirect.github.com/nodejs/node/pull/53942)\n-\n\\[[`139c62e40c`](https://redirect.github.com/nodejs/node/commit/139c62e40c)]\n- **doc**: move --test-coverage-{ex,in}clude to proper location (Colin\nIhrig)\n[#​53926](https://redirect.github.com/nodejs/node/pull/53926)\n-\n\\[[`233aba90ea`](https://redirect.github.com/nodejs/node/commit/233aba90ea)]\n- **doc**: update `api_assets` README for new files (Aviv Keller)\n[#​53676](https://redirect.github.com/nodejs/node/pull/53676)\n-\n\\[[`44a1cbe98a`](https://redirect.github.com/nodejs/node/commit/44a1cbe98a)]\n- **doc**: add MattiasBuelens to collaborators (Mattias Buelens)\n[#​53895](https://redirect.github.com/nodejs/node/pull/53895)\n-\n\\[[`f5280ddbc5`](https://redirect.github.com/nodejs/node/commit/f5280ddbc5)]\n- **doc**: fix casing of GitHub handle for two collaborators (Antoine du\nHamel)\n[#​53857](https://redirect.github.com/nodejs/node/pull/53857)\n-\n\\[[`9224e3eef1`](https://redirect.github.com/nodejs/node/commit/9224e3eef1)]\n- **doc**: update release-post nodejs.org script (Rafael Gonzaga)\n[#​53762](https://redirect.github.com/nodejs/node/pull/53762)\n-\n\\[[`f87eed8de4`](https://redirect.github.com/nodejs/node/commit/f87eed8de4)]\n- **doc**: move MylesBorins to emeritus (Myles Borins)\n[#​53760](https://redirect.github.com/nodejs/node/pull/53760)\n-\n\\[[`32ac80ae8d`](https://redirect.github.com/nodejs/node/commit/32ac80ae8d)]\n- **doc**: add Rafael to the last security release (Rafael Gonzaga)\n[#​53769](https://redirect.github.com/nodejs/node/pull/53769)\n-\n\\[[`e71aa7e98b`](https://redirect.github.com/nodejs/node/commit/e71aa7e98b)]\n- **doc**: use mock.callCount() in examples (Sébastien Règne)\n[#​53754](https://redirect.github.com/nodejs/node/pull/53754)\n-\n\\[[`f64db24312`](https://redirect.github.com/nodejs/node/commit/f64db24312)]\n- **doc**: clarify authenticity of plaintexts in update (Tobias Nießen)\n[#​53784](https://redirect.github.com/nodejs/node/pull/53784)\n-\n\\[[`51e736ac83`](https://redirect.github.com/nodejs/node/commit/51e736ac83)]\n- **doc**: add option to have support me link (Michael Dawson)\n[#​53312](https://redirect.github.com/nodejs/node/pull/53312)\n-\n\\[[`9804731d0f`](https://redirect.github.com/nodejs/node/commit/9804731d0f)]\n- **d\n\n
\n\n---\n\n### Configuration\n\n📅 **Schedule**: Branch creation - \"before 7am on Tuesday\" (UTC),\nAutomerge - At any time (no schedule defined).\n\n🚦 **Automerge**: Enabled.\n\n♻ **Rebasing**: Whenever PR is behind base branch, or you tick the\nrebase/retry checkbox.\n\n👻 **Immortal**: This PR will be recreated if closed unmerged. Get\n[config\nhelp](https://redirect.github.com/renovatebot/renovate/discussions) if\nthat's undesired.\n\n---\n\n- [ ] If you want to rebase/retry this PR, check\nthis box\n\n---\n\nThis PR has been generated by [Renovate\nBot](https://redirect.github.com/renovatebot/renovate).\n\n\n\nCo-authored-by: Renovate Bot ","shortMessageHtmlLink":"fix(deps): update patch tuesday (#978)"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"Y3Vyc29yOnYyOpK7MjAyNC0wOS0yMFQwNjoxMTozMC4wMDAwMDBazwAAAAS7m6Jq","startCursor":"Y3Vyc29yOnYyOpK7MjAyNC0wOS0yMFQwNjoxMTozMC4wMDAwMDBazwAAAAS7m6Jq","endCursor":"Y3Vyc29yOnYyOpK7MjAyNC0wOS0wM1QwNjo0MDozNy4wMDAwMDBazwAAAASrODkE"}},"title":"Activity · simonknittel/sinister-incorporated"}