Bump the prod-minor-updates group across 1 directory with 5 updates #408

Closed
opened 2026-04-05 17:09:06 +02:00 by MrUnknownDE · 0 comments
Owner

Originally created by @dependabot[bot] on 1/2/2026

Bumps the prod-minor-updates group with 5 updates in the / directory:

Package From To
@aws-sdk/client-s3 3.955.0 3.958.0
next-intl 4.6.1 4.7.0
posthog-node 5.17.4 5.18.1
react-hook-form 7.68.0 7.69.0
zod 4.2.1 4.3.4

Updates @aws-sdk/client-s3 from 3.955.0 to 3.958.0

Release notes

Sourced from @​aws-sdk/client-s3's releases.

v3.958.0

3.958.0(2025-12-23)

Chores
  • client-elastic-transcoder: remove elastic transcoder due to service shutdown (#7602) (4381b2dc)
  • build: generate clients without formatting prettier/eslint (#7599) (da9c913a)
  • codegen: bump codegen version to 0.40.0 (#7601) (4dc2bcb7)
New Features
  • clients: update client endpoints as of 2025-12-23 (f5aa61b9)
  • client-s3: Add additional validation to Outpost bucket names. (2f30457f)
  • client-geo-places: Adds support for InferredSecondaryAddress place type, Designator in SecondaryAddressComponent and Heading in ReverseGeocode. (1c6374da)
  • client-pinpoint-sms-voice-v2: This release adds support for the Registration Reviewer feature, which provides generative AI feedback on a phone number or sender ID registration to ensure completeness before sending to downstream (carrier) review. (ac0c236b)
Tests

For list of updated packages, view updated-packages.md in assets-3.958.0.zip

v3.957.0

3.957.0(2025-12-22)

Chores
  • move crc64NvmeCrtContainer to '@​aws-sdk/crc64-nvme' (#7600) (69196b71)
  • move e2e tests from cucumber to vitest (#7539) (561b8900)
  • build: replace lerna partial-tree build with turbo (#7597) (04bdba3e)
Documentation Changes
  • client-pcs: Change API Reference Documentation for default Mode in Accounting and SlurmRest (966f60ac)
New Features
  • client-config-service: Added supported resourceTypes for Config from July to November 2025 (2c7dab27)
  • client-ec2: Adds support for linkedGroupId on the CreatePlacementGroup and DescribePlacementGroups APIs. The linkedGroupId parameter is reserved for future use. (a492f734)
  • client-guardduty: Make accountIds a required field in GetRemainingFreeTrialDays API to reflect service behavior. (53e59c65)
  • middleware-flexible-checksums: use CRC64NVME JS implementation if CRT is not available (#7595) (4c6ad409)
Bug Fixes
  • middleware-flexible-checksums: advise user on InvalidChunkSizeError (#7598) (6fa3b4cc)

... (truncated)

Changelog

Sourced from @​aws-sdk/client-s3's changelog.

3.958.0 (2025-12-23)

Features

  • client-s3: Add additional validation to Outpost bucket names. (2f30457)

3.957.0 (2025-12-22)

Note: Version bump only for package @​aws-sdk/client-s3

3.956.0 (2025-12-19)

Note: Version bump only for package @​aws-sdk/client-s3

Commits
  • 57ab7df Publish v3.958.0
  • 2f30457 feat(client-s3): Add additional validation to Outpost bucket names.
  • da9c913 chore(build): generate clients without formatting prettier/eslint (#7599)
  • bd65e3e Publish v3.957.0
  • 04bdba3 chore(build): replace lerna partial-tree build with turbo (#7597)
  • 7804018 Publish v3.956.0
  • a3f0202 chore(codegen): differentiate union and struct schema (#7594)
  • 2c73829 chore(codegen): update for $unknown union member handling (#7591)
  • 8e9ad47 chore(codegen): upgrade smithy to 1.65.0 (#7588)
  • See full diff in compare view

Updates next-intl from 4.6.1 to 4.7.0

Release notes

Sourced from next-intl's releases.

v4.7.0

4.7.0 (2026-01-01)

Improvements for useExtracted

  • Only run extraction for next dev and next build (not e.g. for next typegen)
  • Include line numbers for file references in .po files
  • Incorporate line numbers into sorting of messages within a single file (if you're using the default .po format)

(#2200) (ebc5e43) – by @​amannn

Changelog

Sourced from next-intl's changelog.

4.7.0 (2026-01-01)

Features

Commits

Updates posthog-node from 5.17.4 to 5.18.1

Release notes

Sourced from posthog-node's releases.

posthog-node@5.18.1

5.18.1

Patch Changes

  • #2825 5a4a8e2 Thanks @​haacked! - getFeatureFlag() respects exponential backoff for HTTP 401, 403, and 429 responses. (2025-12-30)

posthog-node@5.18.0

5.18.0

Minor Changes

  • #2782 04065b9 Thanks @​haacked! - Add $feature_flag_error to $feature_flag_called events when an error occurred while trying evaluate a flag (2025-12-22)

Patch Changes

Changelog

Sourced from posthog-node's changelog.

5.18.1

Patch Changes

  • #2825 5a4a8e2 Thanks @​haacked! - getFeatureFlag() respects exponential backoff for HTTP 401, 403, and 429 responses. (2025-12-30)

5.18.0

Minor Changes

  • #2782 04065b9 Thanks @​haacked! - Add $feature_flag_error to $feature_flag_called events when an error occurred while trying evaluate a flag (2025-12-22)

Patch Changes

Commits
  • 072a1d0 chore: update versions and lockfile [version bump]
  • 5a4a8e2 fix(flags): Apply exponential backoff to on-demand fetches after errors (#2825)
  • 8c6929a chore: update versions and lockfile [version bump]
  • 04065b9 feat(flags): Add $feature_flag_error property to track flag evaluation fail...
  • See full diff in compare view

Updates react-hook-form from 7.68.0 to 7.69.0

Release notes

Sourced from react-hook-form's releases.

🎄 Version 7.69.0

📏 feat: align API with useWatch (#13192) 🤦🏻‍♂️ chore: update @​deprecated names prop on (#13198) 🏥 chore: safely call function methods on elements (#13190) 🪖 chore: cve-2025-67779 (#13196) 🪖 chore: cve-2025-55184 & cve-2025-55183 (#13194) 🪖 chore: CVE-2025-55182 Critical RCE vulnerabilty (#13175) 🔬 test: add regression tests for #12837 and #13136 (#13187) 🐞 fix(reset): preserve isValid state when keepIsValid option is used (#13173) 🐞 fix: ensure each createFormControl.subscribe subscription listens only to the changes it subscribes to (#12968) 🐞 fix(validation): batch isValidating state updates with validation result (#13181) 🐞 fix(createFormControl): resolve race condition between setError and setFocus (#13138) (#13169) 🧿 fix control prop type (#13189) 🔔 chore: clean cloneObject logic (#13179)

thanks to @​PierreCrb, @​a28689604, @​AnuragM7666, @​ap0nia, @​dusan233 & @​hlongc

Commits

Updates zod from 4.2.1 to 4.3.4

Release notes

Sourced from zod's releases.

v4.3.4

Commits:

  • 1a8bea3b474eada6f219c163d0d3ad09fadabe72 Add integration tests
  • e01cd02b2f23d7e9078d3813830b146f8a2258b4 Support patternProperties for looserecord (#5592)
  • 089e5fbb0f58ce96d2c4fb34cd91724c78df4af5 Improve looseRecord docs
  • decef9c418d9a598c3f1bada06891ba5d922c5cd Fix lint
  • 9443aab00d44d5d5f4a7eada65fc0fc851781042 Drop iso time in fromJSONSchema
  • 66bda7491a1b9eab83bdeec0c12f4efc7290bd48 Remove .refine() from ZodMiniType
  • b4ab94ca608cd5b581bfc12b20dd8d95b35b3009 4.3.4

v4.3.3

Commits:

  • f3b2151959d215d405f54dff3c7ab3bf1fd887ca v4.3.3

v4.3.2

Commits:

  • bf96635d243118de6e4f260077aa137453790bf6 Loosen strictObjectinside intersection (#5587)
  • f71dc0182ab0f0f9a6be6295b07faca269e10179 Remove Juno (#5590)
  • 0f41e5a12a43e6913c9dcb501b2b5136ea86500d 4.3.2

v4.3.1

Commits:

  • 0fe88407a4149c907929b757dc6618d8afe998fc allow non-overwriting extends with refinements. 4.3.1

v4.3.0

This is Zod's biggest release since 4.0. It addresses several of Zod's longest-standing feature requests.

z.fromJSONSchema()

Convert JSON Schema to Zod (#5534, #5586)

You can now convert JSON Schema definitions directly into Zod schemas. This function supports JSON Schema "draft-2020-12", "draft-7", "draft-4", and OpenAPI 3.0.

import * as z from "zod";

const schema = z.fromJSONSchema({ type: "object", properties: { name: { type: "string", minLength: 1 }, age: { type: "integer", minimum: 0 }, }, required: ["name"], });

schema.parse({ name: "Alice", age: 30 }); // ✅ </tr></table>

... (truncated)

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions
*Originally created by @dependabot[bot] on 1/2/2026* Bumps the prod-minor-updates group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [@aws-sdk/client-s3](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-s3) | `3.955.0` | `3.958.0` | | [next-intl](https://github.com/amannn/next-intl) | `4.6.1` | `4.7.0` | | [posthog-node](https://github.com/PostHog/posthog-js/tree/HEAD/packages/node) | `5.17.4` | `5.18.1` | | [react-hook-form](https://github.com/react-hook-form/react-hook-form) | `7.68.0` | `7.69.0` | | [zod](https://github.com/colinhacks/zod) | `4.2.1` | `4.3.4` | Updates `@aws-sdk/client-s3` from 3.955.0 to 3.958.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/aws/aws-sdk-js-v3/releases"><code>@​aws-sdk/client-s3</code>'s releases</a>.</em></p> <blockquote> <h2>v3.958.0</h2> <h4>3.958.0(2025-12-23)</h4> <h5>Chores</h5> <ul> <li><strong>client-elastic-transcoder:</strong> remove elastic transcoder due to service shutdown (<a href="https://redirect.github.com/aws/aws-sdk-js-v3/pull/7602">#7602</a>) (<a href="https://github.com/aws/aws-sdk-js-v3/commit/4381b2dcf13e5f7f49f1f4318b77e59a032f0ab4">4381b2dc</a>)</li> <li><strong>build:</strong> generate clients without formatting prettier/eslint (<a href="https://redirect.github.com/aws/aws-sdk-js-v3/pull/7599">#7599</a>) (<a href="https://github.com/aws/aws-sdk-js-v3/commit/da9c913a3235c270b3d0b978f5971e70bb1484a9">da9c913a</a>)</li> <li><strong>codegen:</strong> bump codegen version to 0.40.0 (<a href="https://redirect.github.com/aws/aws-sdk-js-v3/pull/7601">#7601</a>) (<a href="https://github.com/aws/aws-sdk-js-v3/commit/4dc2bcb7a46a589ee647816ec4bf2136fd6ee634">4dc2bcb7</a>)</li> </ul> <h5>New Features</h5> <ul> <li><strong>clients:</strong> update client endpoints as of 2025-12-23 (<a href="https://github.com/aws/aws-sdk-js-v3/commit/f5aa61b92c6b1b0f597706be5c47fc96c66e0021">f5aa61b9</a>)</li> <li><strong>client-s3:</strong> Add additional validation to Outpost bucket names. (<a href="https://github.com/aws/aws-sdk-js-v3/commit/2f30457fc7256d5fbdaaa2ab07bf77dbdffab0e2">2f30457f</a>)</li> <li><strong>client-geo-places:</strong> Adds support for InferredSecondaryAddress place type, Designator in SecondaryAddressComponent and Heading in ReverseGeocode. (<a href="https://github.com/aws/aws-sdk-js-v3/commit/1c6374dac803c99b13e8b16025bd03aa3a57282a">1c6374da</a>)</li> <li><strong>client-pinpoint-sms-voice-v2:</strong> This release adds support for the Registration Reviewer feature, which provides generative AI feedback on a phone number or sender ID registration to ensure completeness before sending to downstream (carrier) review. (<a href="https://github.com/aws/aws-sdk-js-v3/commit/ac0c236ba38cd993193c80298819149e4b8a82a5">ac0c236b</a>)</li> </ul> <h5>Tests</h5> <ul> <li><strong>client-sqs:</strong> increase timeout from 5s to 60s (<a href="https://redirect.github.com/aws/aws-sdk-js-v3/pull/7603">#7603</a>) (<a href="https://github.com/aws/aws-sdk-js-v3/commit/c140520a684920c4e8ad289c41e74c412f743e46">c140520a</a>)</li> </ul> <hr /> <p>For list of updated packages, view <strong>updated-packages.md</strong> in <strong>assets-3.958.0.zip</strong></p> <h2>v3.957.0</h2> <h4>3.957.0(2025-12-22)</h4> <h5>Chores</h5> <ul> <li>move crc64NvmeCrtContainer to '<code>@​aws-sdk/crc64-nvme</code>' (<a href="https://redirect.github.com/aws/aws-sdk-js-v3/pull/7600">#7600</a>) (<a href="https://github.com/aws/aws-sdk-js-v3/commit/69196b713ac03a8e888f2d8f41ca208937d454ed">69196b71</a>)</li> <li>move e2e tests from cucumber to vitest (<a href="https://redirect.github.com/aws/aws-sdk-js-v3/pull/7539">#7539</a>) (<a href="https://github.com/aws/aws-sdk-js-v3/commit/561b8900a8034e734eac0a610eac11ca8f818209">561b8900</a>)</li> <li><strong>build:</strong> replace lerna partial-tree build with turbo (<a href="https://redirect.github.com/aws/aws-sdk-js-v3/pull/7597">#7597</a>) (<a href="https://github.com/aws/aws-sdk-js-v3/commit/04bdba3e20af1357fa76f12c3095666f94b12017">04bdba3e</a>)</li> </ul> <h5>Documentation Changes</h5> <ul> <li><strong>client-pcs:</strong> Change API Reference Documentation for default Mode in Accounting and SlurmRest (<a href="https://github.com/aws/aws-sdk-js-v3/commit/966f60ac5a015f005d8758c8ddcc24f690f44cbd">966f60ac</a>)</li> </ul> <h5>New Features</h5> <ul> <li><strong>client-config-service:</strong> Added supported resourceTypes for Config from July to November 2025 (<a href="https://github.com/aws/aws-sdk-js-v3/commit/2c7dab27221af3ac083ace712056d3d369652f60">2c7dab27</a>)</li> <li><strong>client-ec2:</strong> Adds support for linkedGroupId on the CreatePlacementGroup and DescribePlacementGroups APIs. The linkedGroupId parameter is reserved for future use. (<a href="https://github.com/aws/aws-sdk-js-v3/commit/a492f73438968bb208451503d32d196d2ff65a26">a492f734</a>)</li> <li><strong>client-guardduty:</strong> Make accountIds a required field in GetRemainingFreeTrialDays API to reflect service behavior. (<a href="https://github.com/aws/aws-sdk-js-v3/commit/53e59c65fa7408042eb0427ca9804b4498006c59">53e59c65</a>)</li> <li><strong>middleware-flexible-checksums:</strong> use CRC64NVME JS implementation if CRT is not available (<a href="https://redirect.github.com/aws/aws-sdk-js-v3/pull/7595">#7595</a>) (<a href="https://github.com/aws/aws-sdk-js-v3/commit/4c6ad409225bc9b8db2d024f6de7136d64117bcb">4c6ad409</a>)</li> </ul> <h5>Bug Fixes</h5> <ul> <li><strong>middleware-flexible-checksums:</strong> advise user on InvalidChunkSizeError (<a href="https://redirect.github.com/aws/aws-sdk-js-v3/pull/7598">#7598</a>) (<a href="https://github.com/aws/aws-sdk-js-v3/commit/6fa3b4ccc643ebc6ade6146e5326a7d89bad1185">6fa3b4cc</a>)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/aws/aws-sdk-js-v3/blob/main/clients/client-s3/CHANGELOG.md"><code>@​aws-sdk/client-s3</code>'s changelog</a>.</em></p> <blockquote> <h1><a href="https://github.com/aws/aws-sdk-js-v3/compare/v3.957.0...v3.958.0">3.958.0</a> (2025-12-23)</h1> <h3>Features</h3> <ul> <li><strong>client-s3:</strong> Add additional validation to Outpost bucket names. (<a href="https://github.com/aws/aws-sdk-js-v3/commit/2f30457fc7256d5fbdaaa2ab07bf77dbdffab0e2">2f30457</a>)</li> </ul> <h1><a href="https://github.com/aws/aws-sdk-js-v3/compare/v3.956.0...v3.957.0">3.957.0</a> (2025-12-22)</h1> <p><strong>Note:</strong> Version bump only for package <code>@​aws-sdk/client-s3</code></p> <h1><a href="https://github.com/aws/aws-sdk-js-v3/compare/v3.955.0...v3.956.0">3.956.0</a> (2025-12-19)</h1> <p><strong>Note:</strong> Version bump only for package <code>@​aws-sdk/client-s3</code></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/aws/aws-sdk-js-v3/commit/57ab7dfb2d21c6211962300b056f69901d9f87d6"><code>57ab7df</code></a> Publish v3.958.0</li> <li><a href="https://github.com/aws/aws-sdk-js-v3/commit/2f30457fc7256d5fbdaaa2ab07bf77dbdffab0e2"><code>2f30457</code></a> feat(client-s3): Add additional validation to Outpost bucket names.</li> <li><a href="https://github.com/aws/aws-sdk-js-v3/commit/da9c913a3235c270b3d0b978f5971e70bb1484a9"><code>da9c913</code></a> chore(build): generate clients without formatting prettier/eslint (<a href="https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-s3/issues/7599">#7599</a>)</li> <li><a href="https://github.com/aws/aws-sdk-js-v3/commit/bd65e3e4c794031785f8990f4ee8d6f67efadb11"><code>bd65e3e</code></a> Publish v3.957.0</li> <li><a href="https://github.com/aws/aws-sdk-js-v3/commit/04bdba3e20af1357fa76f12c3095666f94b12017"><code>04bdba3</code></a> chore(build): replace lerna partial-tree build with turbo (<a href="https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-s3/issues/7597">#7597</a>)</li> <li><a href="https://github.com/aws/aws-sdk-js-v3/commit/7804018eb4a7d5ebcc74780cf5a5429182aa9c4d"><code>7804018</code></a> Publish v3.956.0</li> <li><a href="https://github.com/aws/aws-sdk-js-v3/commit/a3f02028f9105b9a60a6fffdd6ff27520613d796"><code>a3f0202</code></a> chore(codegen): differentiate union and struct schema (<a href="https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-s3/issues/7594">#7594</a>)</li> <li><a href="https://github.com/aws/aws-sdk-js-v3/commit/2c738294d708140f6bbccbb19d41a870446d7cf5"><code>2c73829</code></a> chore(codegen): update for $unknown union member handling (<a href="https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-s3/issues/7591">#7591</a>)</li> <li><a href="https://github.com/aws/aws-sdk-js-v3/commit/8e9ad4767258060b23f655ac2d0bfb8505279374"><code>8e9ad47</code></a> chore(codegen): upgrade smithy to 1.65.0 (<a href="https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-s3/issues/7588">#7588</a>)</li> <li>See full diff in <a href="https://github.com/aws/aws-sdk-js-v3/commits/v3.958.0/clients/client-s3">compare view</a></li> </ul> </details> <br /> Updates `next-intl` from 4.6.1 to 4.7.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/amannn/next-intl/releases">next-intl's releases</a>.</em></p> <blockquote> <h2>v4.7.0</h2> <h2>4.7.0 (2026-01-01)</h2> <p><strong>Improvements for <code>useExtracted</code></strong></p> <ul> <li>Only run extraction for <code>next dev</code> and <code>next build</code> (not e.g. for <code>next typegen</code>)</li> <li>Include line numbers for file references in <code>.po</code> files</li> <li>Incorporate line numbers into sorting of messages within a single file (if you're using the default <code>.po</code> format)</li> </ul> <p>(<a href="https://redirect.github.com/amannn/next-intl/issues/2200">#2200</a>) (<a href="https://github.com/amannn/next-intl/commit/ebc5e43e41be1712f621ed6d19d752bcf993e163">ebc5e43</a>) – by <a href="https://github.com/amannn"><code>@​amannn</code></a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/amannn/next-intl/blob/main/CHANGELOG.md">next-intl's changelog</a>.</em></p> <blockquote> <h2>4.7.0 (2026-01-01)</h2> <h3>Features</h3> <ul> <li>Improvements for <code>useExtracted</code> (<a href="https://redirect.github.com/amannn/next-intl/issues/2200">#2200</a>) (<a href="https://github.com/amannn/next-intl/commit/ebc5e43e41be1712f621ed6d19d752bcf993e163">ebc5e43</a>) – by <a href="https://github.com/amannn"><code>@​amannn</code></a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/amannn/next-intl/commit/f7da9b11eb59dcc83525500ff9af14110ea9bea9"><code>f7da9b1</code></a> v4.7.0</li> <li><a href="https://github.com/amannn/next-intl/commit/ebc5e43e41be1712f621ed6d19d752bcf993e163"><code>ebc5e43</code></a> feat: Improvements for <code>useExtracted</code> (<a href="https://redirect.github.com/amannn/next-intl/issues/2200">#2200</a>)</li> <li><a href="https://github.com/amannn/next-intl/commit/d722a653c6795fe15218a31eb1617e90f7a0def6"><code>d722a65</code></a> chore: Sync canary (<a href="https://redirect.github.com/amannn/next-intl/issues/2198">#2198</a>)</li> <li><a href="https://github.com/amannn/next-intl/commit/831a7413a6d1006702119ff238507ae08be40ddd"><code>831a741</code></a> ci: Switch to Ubuntu runner (<a href="https://redirect.github.com/amannn/next-intl/issues/2192">#2192</a>)</li> <li><a href="https://github.com/amannn/next-intl/commit/aebd6e714ae8697c4e45422334d184e8bc28319e"><code>aebd6e7</code></a> chore: Upgrade React and Next.js (<a href="https://redirect.github.com/amannn/next-intl/issues/2189">#2189</a>)</li> <li><a href="https://github.com/amannn/next-intl/commit/c03a2ee765b0c72709a81d3bd6d69980de328e51"><code>c03a2ee</code></a> docs: Update to Zod 4 (<a href="https://redirect.github.com/amannn/next-intl/issues/2184">#2184</a>)</li> <li>See full diff in <a href="https://github.com/amannn/next-intl/compare/v4.6.1...v4.7.0">compare view</a></li> </ul> </details> <br /> Updates `posthog-node` from 5.17.4 to 5.18.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/PostHog/posthog-js/releases">posthog-node's releases</a>.</em></p> <blockquote> <h2>posthog-node@5.18.1</h2> <h2>5.18.1</h2> <h3>Patch Changes</h3> <ul> <li><a href="https://redirect.github.com/PostHog/posthog-js/pull/2825">#2825</a> <a href="https://github.com/PostHog/posthog-js/commit/5a4a8e23eddb034f6a77e3cdccdd84db2c5d3a4a"><code>5a4a8e2</code></a> Thanks <a href="https://github.com/haacked"><code>@​haacked</code></a>! - getFeatureFlag() respects exponential backoff for HTTP 401, 403, and 429 responses. (2025-12-30)</li> </ul> <h2>posthog-node@5.18.0</h2> <h2>5.18.0</h2> <h3>Minor Changes</h3> <ul> <li><a href="https://redirect.github.com/PostHog/posthog-js/pull/2782">#2782</a> <a href="https://github.com/PostHog/posthog-js/commit/04065b9942da4545553859af5195587e5348bceb"><code>04065b9</code></a> Thanks <a href="https://github.com/haacked"><code>@​haacked</code></a>! - Add $feature_flag_error to $feature_flag_called events when an error occurred while trying evaluate a flag (2025-12-22)</li> </ul> <h3>Patch Changes</h3> <ul> <li>Updated dependencies [<a href="https://github.com/PostHog/posthog-js/commit/b676b4d7342c8c3b64960aa55630b2810366014e"><code>b676b4d</code></a>]: <ul> <li><code>@​posthog/core</code><a href="https://github.com/1"><code>@​1</code></a>.9.0</li> </ul> </li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/PostHog/posthog-js/blob/main/packages/node/CHANGELOG.md">posthog-node's changelog</a>.</em></p> <blockquote> <h2>5.18.1</h2> <h3>Patch Changes</h3> <ul> <li><a href="https://redirect.github.com/PostHog/posthog-js/pull/2825">#2825</a> <a href="https://github.com/PostHog/posthog-js/commit/5a4a8e23eddb034f6a77e3cdccdd84db2c5d3a4a"><code>5a4a8e2</code></a> Thanks <a href="https://github.com/haacked"><code>@​haacked</code></a>! - getFeatureFlag() respects exponential backoff for HTTP 401, 403, and 429 responses. (2025-12-30)</li> </ul> <h2>5.18.0</h2> <h3>Minor Changes</h3> <ul> <li><a href="https://redirect.github.com/PostHog/posthog-js/pull/2782">#2782</a> <a href="https://github.com/PostHog/posthog-js/commit/04065b9942da4545553859af5195587e5348bceb"><code>04065b9</code></a> Thanks <a href="https://github.com/haacked"><code>@​haacked</code></a>! - Add $feature_flag_error to $feature_flag_called events when an error occurred while trying evaluate a flag (2025-12-22)</li> </ul> <h3>Patch Changes</h3> <ul> <li>Updated dependencies [<a href="https://github.com/PostHog/posthog-js/commit/b676b4d7342c8c3b64960aa55630b2810366014e"><code>b676b4d</code></a>]: <ul> <li><code>@​posthog/core</code><a href="https://github.com/1"><code>@​1</code></a>.9.0</li> </ul> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/PostHog/posthog-js/commit/072a1d09e8d7f0bcef1ffd23ef48bde3e64c6a40"><code>072a1d0</code></a> chore: update versions and lockfile [version bump]</li> <li><a href="https://github.com/PostHog/posthog-js/commit/5a4a8e23eddb034f6a77e3cdccdd84db2c5d3a4a"><code>5a4a8e2</code></a> fix(flags): Apply exponential backoff to on-demand fetches after errors (<a href="https://github.com/PostHog/posthog-js/tree/HEAD/packages/node/issues/2825">#2825</a>)</li> <li><a href="https://github.com/PostHog/posthog-js/commit/8c6929a73f1d86e25619792e26dc083118900ec4"><code>8c6929a</code></a> chore: update versions and lockfile [version bump]</li> <li><a href="https://github.com/PostHog/posthog-js/commit/04065b9942da4545553859af5195587e5348bceb"><code>04065b9</code></a> feat(flags): Add <code>$feature_flag_error</code> property to track flag evaluation fail...</li> <li>See full diff in <a href="https://github.com/PostHog/posthog-js/commits/posthog-node@5.18.1/packages/node">compare view</a></li> </ul> </details> <br /> Updates `react-hook-form` from 7.68.0 to 7.69.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/react-hook-form/react-hook-form/releases">react-hook-form's releases</a>.</em></p> <blockquote> <h2>🎄 Version 7.69.0</h2> <p>📏 feat: align <!-- raw HTML omitted --> API with useWatch (<a href="https://redirect.github.com/react-hook-form/react-hook-form/issues/13192">#13192</a>) 🤦🏻‍♂️ chore: update <a href="https://github.com/deprecated"><code>@​deprecated</code></a> names prop on <!-- raw HTML omitted --> (<a href="https://redirect.github.com/react-hook-form/react-hook-form/issues/13198">#13198</a>) 🏥 chore: safely call function methods on elements (<a href="https://redirect.github.com/react-hook-form/react-hook-form/issues/13190">#13190</a>) 🪖 chore: cve-2025-67779 (<a href="https://redirect.github.com/react-hook-form/react-hook-form/issues/13196">#13196</a>) 🪖 chore: cve-2025-55184 &amp; cve-2025-55183 (<a href="https://redirect.github.com/react-hook-form/react-hook-form/issues/13194">#13194</a>) 🪖 chore: CVE-2025-55182 Critical RCE vulnerabilty (<a href="https://redirect.github.com/react-hook-form/react-hook-form/issues/13175">#13175</a>) 🔬 test: add regression tests for <a href="https://redirect.github.com/react-hook-form/react-hook-form/issues/12837">#12837</a> and <a href="https://redirect.github.com/react-hook-form/react-hook-form/issues/13136">#13136</a> (<a href="https://redirect.github.com/react-hook-form/react-hook-form/issues/13187">#13187</a>) 🐞 fix(reset): preserve isValid state when keepIsValid option is used (<a href="https://redirect.github.com/react-hook-form/react-hook-form/issues/13173">#13173</a>) 🐞 fix: ensure each createFormControl.subscribe subscription listens only to the changes it subscribes to (<a href="https://redirect.github.com/react-hook-form/react-hook-form/issues/12968">#12968</a>) 🐞 fix(validation): batch isValidating state updates with validation result (<a href="https://redirect.github.com/react-hook-form/react-hook-form/issues/13181">#13181</a>) 🐞 fix(createFormControl): resolve race condition between setError and setFocus (<a href="https://redirect.github.com/react-hook-form/react-hook-form/issues/13138">#13138</a>) (<a href="https://redirect.github.com/react-hook-form/react-hook-form/issues/13169">#13169</a>) 🧿 fix <!-- raw HTML omitted --> control prop type (<a href="https://redirect.github.com/react-hook-form/react-hook-form/issues/13189">#13189</a>) 🔔 chore: clean cloneObject logic (<a href="https://redirect.github.com/react-hook-form/react-hook-form/issues/13179">#13179</a>)</p> <p>thanks to <a href="https://github.com/PierreCrb"><code>@​PierreCrb</code></a>, <a href="https://github.com/a28689604"><code>@​a28689604</code></a>, <a href="https://github.com/AnuragM7666"><code>@​AnuragM7666</code></a>, <a href="https://github.com/ap0nia"><code>@​ap0nia</code></a>, <a href="https://github.com/dusan233"><code>@​dusan233</code></a> &amp; <a href="https://github.com/hlongc"><code>@​hlongc</code></a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/react-hook-form/react-hook-form/commit/3e6f6815f7ac8f4ef3df429a7157844f69e514fb"><code>3e6f681</code></a> 7.69.0</li> <li><a href="https://github.com/react-hook-form/react-hook-form/commit/0fa39b40a73b63201c35f1bdfd9228d5d6bea2fe"><code>0fa39b4</code></a> 👌 chore: update dev deps (<a href="https://redirect.github.com/react-hook-form/react-hook-form/issues/13200">#13200</a>)</li> <li><a href="https://github.com/react-hook-form/react-hook-form/commit/5c5f710ddb392b85e5954be982f84c3bf045f977"><code>5c5f710</code></a> 🤦🏻‍♂️ chore: update <a href="https://github.com/deprecated"><code>@​deprecated</code></a> names prop on <code>\&lt;Watch /&gt;</code> (<a href="https://redirect.github.com/react-hook-form/react-hook-form/issues/13198">#13198</a>)</li> <li><a href="https://github.com/react-hook-form/react-hook-form/commit/1e27637d35600e5fff20a7e986648dcb50f4a69c"><code>1e27637</code></a> 🪖 fix: cve-2025-67779 (<a href="https://redirect.github.com/react-hook-form/react-hook-form/issues/13196">#13196</a>)</li> <li><a href="https://github.com/react-hook-form/react-hook-form/commit/0676cc7d9db4c78071da56c872c3dd359162ff23"><code>0676cc7</code></a> 🔬 test: add regression tests for <a href="https://redirect.github.com/react-hook-form/react-hook-form/issues/12837">#12837</a> and <a href="https://redirect.github.com/react-hook-form/react-hook-form/issues/13136">#13136</a> (<a href="https://redirect.github.com/react-hook-form/react-hook-form/issues/13187">#13187</a>)</li> <li><a href="https://github.com/react-hook-form/react-hook-form/commit/2a681a95a528248b6873cb8276e1d92cbc86280a"><code>2a681a9</code></a> 📏 feat: align <code>\&lt;Watch /&gt;</code> API with <code>useWatch</code> (<a href="https://redirect.github.com/react-hook-form/react-hook-form/issues/13192">#13192</a>)</li> <li><a href="https://github.com/react-hook-form/react-hook-form/commit/1eabdc685ef7319f75f474cfb43f5a4ceeac81c6"><code>1eabdc6</code></a> 🪖 fix: cve-2025-55184 &amp; cve-2025-55183 (<a href="https://redirect.github.com/react-hook-form/react-hook-form/issues/13194">#13194</a>)</li> <li><a href="https://github.com/react-hook-form/react-hook-form/commit/aa79ac9f1b8c8e903948d866da2da2228620a473"><code>aa79ac9</code></a> 🏥 chore: safely call function methods on elements (<a href="https://redirect.github.com/react-hook-form/react-hook-form/issues/13190">#13190</a>)</li> <li><a href="https://github.com/react-hook-form/react-hook-form/commit/3f821acbf2c58fbda1cb67adfa2487298e240293"><code>3f821ac</code></a> 🧿 fix <code>\&lt;Watch /&gt;</code> control prop type (<a href="https://redirect.github.com/react-hook-form/react-hook-form/issues/13189">#13189</a>)</li> <li><a href="https://github.com/react-hook-form/react-hook-form/commit/64eec9b256490760a20c29731e8772ee549f2e6e"><code>64eec9b</code></a> 🐞 fix(reset): preserve isValid state when keepIsValid option is used (<a href="https://redirect.github.com/react-hook-form/react-hook-form/issues/13173">#13173</a>)</li> <li>Additional commits viewable in <a href="https://github.com/react-hook-form/react-hook-form/compare/v7.68.0...v7.69.0">compare view</a></li> </ul> </details> <br /> Updates `zod` from 4.2.1 to 4.3.4 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/colinhacks/zod/releases">zod's releases</a>.</em></p> <blockquote> <h2>v4.3.4</h2> <h2>Commits:</h2> <ul> <li>1a8bea3b474eada6f219c163d0d3ad09fadabe72 Add integration tests</li> <li>e01cd02b2f23d7e9078d3813830b146f8a2258b4 Support patternProperties for looserecord (<a href="https://redirect.github.com/colinhacks/zod/issues/5592">#5592</a>)</li> <li>089e5fbb0f58ce96d2c4fb34cd91724c78df4af5 Improve looseRecord docs</li> <li>decef9c418d9a598c3f1bada06891ba5d922c5cd Fix lint</li> <li>9443aab00d44d5d5f4a7eada65fc0fc851781042 Drop iso time in fromJSONSchema</li> <li>66bda7491a1b9eab83bdeec0c12f4efc7290bd48 Remove .refine() from ZodMiniType</li> <li>b4ab94ca608cd5b581bfc12b20dd8d95b35b3009 4.3.4</li> </ul> <h2>v4.3.3</h2> <h2>Commits:</h2> <ul> <li>f3b2151959d215d405f54dff3c7ab3bf1fd887ca v4.3.3</li> </ul> <h2>v4.3.2</h2> <h2>Commits:</h2> <ul> <li>bf96635d243118de6e4f260077aa137453790bf6 Loosen strictObjectinside intersection (<a href="https://redirect.github.com/colinhacks/zod/issues/5587">#5587</a>)</li> <li>f71dc0182ab0f0f9a6be6295b07faca269e10179 Remove Juno (<a href="https://redirect.github.com/colinhacks/zod/issues/5590">#5590</a>)</li> <li>0f41e5a12a43e6913c9dcb501b2b5136ea86500d 4.3.2</li> </ul> <h2>v4.3.1</h2> <h2>Commits:</h2> <ul> <li>0fe88407a4149c907929b757dc6618d8afe998fc allow non-overwriting extends with refinements. 4.3.1</li> </ul> <h2>v4.3.0</h2> <p>This is Zod's biggest release since 4.0. It addresses several of Zod's longest-standing feature requests.</p> <h2><code>z.fromJSONSchema()</code></h2> <p>Convert JSON Schema to Zod (<a href="https://redirect.github.com/colinhacks/zod/pull/5534">#5534</a>, <a href="https://redirect.github.com/colinhacks/zod/pull/5586">#5586</a>)</p> <p>You can now convert JSON Schema definitions directly into Zod schemas. This function supports JSON Schema <code>&quot;draft-2020-12&quot;</code>, <code>&quot;draft-7&quot;</code>, <code>&quot;draft-4&quot;</code>, and OpenAPI 3.0.</p> <pre lang="typescript"><code>import * as z from &quot;zod&quot;; <p>const schema = z.fromJSONSchema({ type: &quot;object&quot;, properties: { name: { type: &quot;string&quot;, minLength: 1 }, age: { type: &quot;integer&quot;, minimum: 0 }, }, required: [&quot;name&quot;], });</p> <p>schema.parse({ name: &quot;Alice&quot;, age: 30 }); // ✅ &lt;/tr&gt;&lt;/table&gt; </code></pre></p> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/colinhacks/zod/commit/b4ab94ca608cd5b581bfc12b20dd8d95b35b3009"><code>b4ab94c</code></a> 4.3.4</li> <li><a href="https://github.com/colinhacks/zod/commit/66bda7491a1b9eab83bdeec0c12f4efc7290bd48"><code>66bda74</code></a> Remove .refine() from ZodMiniType</li> <li><a href="https://github.com/colinhacks/zod/commit/9443aab00d44d5d5f4a7eada65fc0fc851781042"><code>9443aab</code></a> Drop iso time in fromJSONSchema</li> <li><a href="https://github.com/colinhacks/zod/commit/decef9c418d9a598c3f1bada06891ba5d922c5cd"><code>decef9c</code></a> Fix lint</li> <li><a href="https://github.com/colinhacks/zod/commit/089e5fbb0f58ce96d2c4fb34cd91724c78df4af5"><code>089e5fb</code></a> Improve looseRecord docs</li> <li><a href="https://github.com/colinhacks/zod/commit/e01cd02b2f23d7e9078d3813830b146f8a2258b4"><code>e01cd02</code></a> Support patternProperties for looserecord (<a href="https://redirect.github.com/colinhacks/zod/issues/5592">#5592</a>)</li> <li><a href="https://github.com/colinhacks/zod/commit/1a8bea3b474eada6f219c163d0d3ad09fadabe72"><code>1a8bea3</code></a> Add integration tests</li> <li><a href="https://github.com/colinhacks/zod/commit/f3b2151959d215d405f54dff3c7ab3bf1fd887ca"><code>f3b2151</code></a> v4.3.3</li> <li><a href="https://github.com/colinhacks/zod/commit/0f41e5a12a43e6913c9dcb501b2b5136ea86500d"><code>0f41e5a</code></a> 4.3.2</li> <li><a href="https://github.com/colinhacks/zod/commit/f71dc0182ab0f0f9a6be6295b07faca269e10179"><code>f71dc01</code></a> Remove Juno (<a href="https://redirect.github.com/colinhacks/zod/issues/5590">#5590</a>)</li> <li>Additional commits viewable in <a href="https://github.com/colinhacks/zod/compare/v4.2.1...v4.3.4">compare view</a></li> </ul> </details> <br /> Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </details>
MrUnknownDE added the dependenciesjavascriptdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascript labels 2026-04-05 17:09:15 +02:00
Sign in to join this conversation.
No Label dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/pangolin#408