[PR #12] [MERGED] build(deps): Bump zod from 3.25.76 to 4.1.11 #120

Closed
opened 2025-11-20 04:12:55 -05:00 by saavagebueno · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/community-scripts/ProxmoxVE-Local/pull/12
Author: @dependabot[bot]
Created: 10/3/2025
Status: Merged
Merged: 10/3/2025
Merged by: @michelroegl-brunner

Base: developmentHead: dependabot/npm_and_yarn/zod-4.1.11


📝 Commits (2)

  • 5823e54 Add GitHub templates and configuration (#8)
  • b62b38c build(deps): Bump zod from 3.25.76 to 4.1.11

📊 Changes

6 files changed (+127 additions, -5 deletions)

View changed files

.github/CODEOWNERS (+15 -0)
.github/ISSUE_TEMPLATE/bug_report.yml (+50 -0)
.github/ISSUE_TEMPLATE/feature_request.yml (+33 -0)
.github/pull_request_template.md (+24 -0)
📝 package-lock.json (+4 -4)
📝 package.json (+1 -1)

📄 Description

Bumps zod from 3.25.76 to 4.1.11.

Release notes

Sourced from zod's releases.

v4.1.11

Commits:

  • 2bed4b39760d8e4d678203b5c8fcaf24c182fc9f 4.1.11

v4.1.10

Commits:

  • 7ffedd00169d8dc2e7cb7c6d878f29b03e05b3a3 Fix shape caching (#5263)
  • 82cd717a0e7ee4e1737a783c7be278fa93fd8104 v4.1.10

v4.1.9

Commits:

  • a78716d91da7649a61016b81c27f49fd9e79a81e Update zshy (#5249)
  • 923af801fde9f033cfd7e0e753b421a554fe3be8 Publish zod@4.1.9

v4.1.8

Commits:

  • 36c4ee354d0c1f47b7311e49f6dd4b7a11de04f5 Switch back to weakmap
  • a1726d53172ba52ecf90999df73778cf416264fd 4.1.8

v4.1.7

Commits:

  • 0cca351c8b152d7c4113ab7c2a44675efb060677 Fix variable name inconsistency in coercion documentation (#5188)
  • aa78c270f1b43f4665339f4b61e7cb88037b8c84 Add copy/edit buttons
  • 76452d4119d800a722b692755c1168627bc95f0f Update button txt
  • 937f73c90cac90bd3b99b12c792c289b50416510 Fix tsconfig issue in bench
  • 976b43657d4aff6d47c73c1c86125623ea08752d v4.1.6 (#5222)
  • 4309c61304daf40aab2124b5f513abe2b4df8637 Fix cidrv6 validation - cidrv6 should reject invalid strings with multiple slashes (#5196)
  • ef95a73b6d33299743e5ff4f0645b98c1b0d6f72 feat(locales): Add Lithuanian (lt) locale (#5210)
  • 3803f3f37168212f2178e8b8deceb7bad78ed904 docs: update wrong contents in codeblocks in api.mdx (#5209)
  • 8a47d5c6ba8e4fe2f934a8e55d0cba4d81d821de docs: update coerce example in api.mdx (#5207)
  • e87db1322f11ff6907e1789da28933d258ab75fd feat(locales): Add Georgian (ka) locale (#5203)
  • c54b123e399a6ab266504eb1389c724af31d5998 docs: adds @traversable/zod and @traversable/zod-test to v4 ecosystem (#5194)
  • c27a294f5b792f47b8e9dbb293a8ff8cfb287a3a Fix two tiny grammatical errors in the docs. (#5193)
  • 23a2d6692398e3dd1ad1cdb0491b271a9f989380 docs: fix broken links in async refinements and transforms references (#5190)
  • 845a230bb06bff679b5f00e10153f4dbbd50d2b6 fix(locales): Add type name translations to Spanish locale (#5187)
  • 27f13d62b98cf5c501b828ba8837ff73cd6263d2 Improve regex precision and eliminate duplicates in regexes.ts (#5181)
  • a8a52b3ba370b761be76953fa3986aa43c4172a4 fix(v4): fix Khmer and Ukrainian locales (#5177)
  • 887e37cd7568219c54f9c2f71bbfe0300ce48376 Update slugs
  • e1f19482bbed3fbaa563a0d8e09f1a577cc58ac7 fix(v4): ensure array defaults are shallow-cloned (#5173)
  • 9f650385644ae319f806a965b83f79ebd252e497 docs(ecosystem): add DRZL; fix Prisma Zod Generator placement (#5215)
  • aa6f0f02c2a92a266ff1495a8d2541ae46012fcb More fixes (#5223)
  • aab33566bdb44a651cc3e27fde729285e4312419 4.1.7

v4.1.5

Commits:

... (truncated)

Commits

Dependabot compatibility score

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 this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/community-scripts/ProxmoxVE-Local/pull/12 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 10/3/2025 **Status:** ✅ Merged **Merged:** 10/3/2025 **Merged by:** [@michelroegl-brunner](https://github.com/michelroegl-brunner) **Base:** `development` ← **Head:** `dependabot/npm_and_yarn/zod-4.1.11` --- ### 📝 Commits (2) - [`5823e54`](https://github.com/community-scripts/ProxmoxVE-Local/commit/5823e544641c3fcbbbdacf0f945e0cb60d674162) Add GitHub templates and configuration (#8) - [`b62b38c`](https://github.com/community-scripts/ProxmoxVE-Local/commit/b62b38c6045efed7829c69b4031a4d05bdcd3bcf) build(deps): Bump zod from 3.25.76 to 4.1.11 ### 📊 Changes **6 files changed** (+127 additions, -5 deletions) <details> <summary>View changed files</summary> ➕ `.github/CODEOWNERS` (+15 -0) ➕ `.github/ISSUE_TEMPLATE/bug_report.yml` (+50 -0) ➕ `.github/ISSUE_TEMPLATE/feature_request.yml` (+33 -0) ➕ `.github/pull_request_template.md` (+24 -0) 📝 `package-lock.json` (+4 -4) 📝 `package.json` (+1 -1) </details> ### 📄 Description Bumps [zod](https://github.com/colinhacks/zod) from 3.25.76 to 4.1.11. <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.1.11</h2> <h2>Commits:</h2> <ul> <li>2bed4b39760d8e4d678203b5c8fcaf24c182fc9f 4.1.11</li> </ul> <h2>v4.1.10</h2> <h2>Commits:</h2> <ul> <li>7ffedd00169d8dc2e7cb7c6d878f29b03e05b3a3 Fix shape caching (<a href="https://redirect.github.com/colinhacks/zod/issues/5263">#5263</a>)</li> <li>82cd717a0e7ee4e1737a783c7be278fa93fd8104 v4.1.10</li> </ul> <h2>v4.1.9</h2> <h2>Commits:</h2> <ul> <li>a78716d91da7649a61016b81c27f49fd9e79a81e Update zshy (<a href="https://redirect.github.com/colinhacks/zod/issues/5249">#5249</a>)</li> <li>923af801fde9f033cfd7e0e753b421a554fe3be8 Publish zod@4.1.9</li> </ul> <h2>v4.1.8</h2> <h2>Commits:</h2> <ul> <li>36c4ee354d0c1f47b7311e49f6dd4b7a11de04f5 Switch back to weakmap</li> <li>a1726d53172ba52ecf90999df73778cf416264fd 4.1.8</li> </ul> <h2>v4.1.7</h2> <h2>Commits:</h2> <ul> <li>0cca351c8b152d7c4113ab7c2a44675efb060677 Fix variable name inconsistency in coercion documentation (<a href="https://redirect.github.com/colinhacks/zod/issues/5188">#5188</a>)</li> <li>aa78c270f1b43f4665339f4b61e7cb88037b8c84 Add copy/edit buttons</li> <li>76452d4119d800a722b692755c1168627bc95f0f Update button txt</li> <li>937f73c90cac90bd3b99b12c792c289b50416510 Fix tsconfig issue in bench</li> <li>976b43657d4aff6d47c73c1c86125623ea08752d v4.1.6 (<a href="https://redirect.github.com/colinhacks/zod/issues/5222">#5222</a>)</li> <li>4309c61304daf40aab2124b5f513abe2b4df8637 Fix cidrv6 validation - cidrv6 should reject invalid strings with multiple slashes (<a href="https://redirect.github.com/colinhacks/zod/issues/5196">#5196</a>)</li> <li>ef95a73b6d33299743e5ff4f0645b98c1b0d6f72 feat(locales): Add Lithuanian (lt) locale (<a href="https://redirect.github.com/colinhacks/zod/issues/5210">#5210</a>)</li> <li>3803f3f37168212f2178e8b8deceb7bad78ed904 docs: update wrong contents in codeblocks in <code>api.mdx</code> (<a href="https://redirect.github.com/colinhacks/zod/issues/5209">#5209</a>)</li> <li>8a47d5c6ba8e4fe2f934a8e55d0cba4d81d821de docs: update coerce example in <code>api.mdx</code> (<a href="https://redirect.github.com/colinhacks/zod/issues/5207">#5207</a>)</li> <li>e87db1322f11ff6907e1789da28933d258ab75fd feat(locales): Add Georgian (ka) locale (<a href="https://redirect.github.com/colinhacks/zod/issues/5203">#5203</a>)</li> <li>c54b123e399a6ab266504eb1389c724af31d5998 docs: adds <code>@traversable/zod</code> and <code>@traversable/zod-test</code> to v4 ecosystem (<a href="https://redirect.github.com/colinhacks/zod/issues/5194">#5194</a>)</li> <li>c27a294f5b792f47b8e9dbb293a8ff8cfb287a3a Fix two tiny grammatical errors in the docs. (<a href="https://redirect.github.com/colinhacks/zod/issues/5193">#5193</a>)</li> <li>23a2d6692398e3dd1ad1cdb0491b271a9f989380 docs: fix broken links in async refinements and transforms references (<a href="https://redirect.github.com/colinhacks/zod/issues/5190">#5190</a>)</li> <li>845a230bb06bff679b5f00e10153f4dbbd50d2b6 fix(locales): Add type name translations to Spanish locale (<a href="https://redirect.github.com/colinhacks/zod/issues/5187">#5187</a>)</li> <li>27f13d62b98cf5c501b828ba8837ff73cd6263d2 Improve regex precision and eliminate duplicates in regexes.ts (<a href="https://redirect.github.com/colinhacks/zod/issues/5181">#5181</a>)</li> <li>a8a52b3ba370b761be76953fa3986aa43c4172a4 fix(v4): fix Khmer and Ukrainian locales (<a href="https://redirect.github.com/colinhacks/zod/issues/5177">#5177</a>)</li> <li>887e37cd7568219c54f9c2f71bbfe0300ce48376 Update slugs</li> <li>e1f19482bbed3fbaa563a0d8e09f1a577cc58ac7 fix(v4): ensure array defaults are shallow-cloned (<a href="https://redirect.github.com/colinhacks/zod/issues/5173">#5173</a>)</li> <li>9f650385644ae319f806a965b83f79ebd252e497 docs(ecosystem): add DRZL; fix Prisma Zod Generator placement (<a href="https://redirect.github.com/colinhacks/zod/issues/5215">#5215</a>)</li> <li>aa6f0f02c2a92a266ff1495a8d2541ae46012fcb More fixes (<a href="https://redirect.github.com/colinhacks/zod/issues/5223">#5223</a>)</li> <li>aab33566bdb44a651cc3e27fde729285e4312419 4.1.7</li> </ul> <h2>v4.1.5</h2> <h2>Commits:</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/colinhacks/zod/commit/2bed4b39760d8e4d678203b5c8fcaf24c182fc9f"><code>2bed4b3</code></a> 4.1.11</li> <li><a href="https://github.com/colinhacks/zod/commit/82cd717a0e7ee4e1737a783c7be278fa93fd8104"><code>82cd717</code></a> v4.1.10</li> <li><a href="https://github.com/colinhacks/zod/commit/7ffedd00169d8dc2e7cb7c6d878f29b03e05b3a3"><code>7ffedd0</code></a> Fix shape caching (<a href="https://redirect.github.com/colinhacks/zod/issues/5263">#5263</a>)</li> <li><a href="https://github.com/colinhacks/zod/commit/923af801fde9f033cfd7e0e753b421a554fe3be8"><code>923af80</code></a> Publish zod@4.1.9</li> <li><a href="https://github.com/colinhacks/zod/commit/a78716d91da7649a61016b81c27f49fd9e79a81e"><code>a78716d</code></a> Update zshy (<a href="https://redirect.github.com/colinhacks/zod/issues/5249">#5249</a>)</li> <li><a href="https://github.com/colinhacks/zod/commit/a1726d53172ba52ecf90999df73778cf416264fd"><code>a1726d5</code></a> 4.1.8</li> <li><a href="https://github.com/colinhacks/zod/commit/36c4ee354d0c1f47b7311e49f6dd4b7a11de04f5"><code>36c4ee3</code></a> Switch back to weakmap</li> <li><a href="https://github.com/colinhacks/zod/commit/aab33566bdb44a651cc3e27fde729285e4312419"><code>aab3356</code></a> 4.1.7</li> <li><a href="https://github.com/colinhacks/zod/commit/aa6f0f02c2a92a266ff1495a8d2541ae46012fcb"><code>aa6f0f0</code></a> More fixes (<a href="https://redirect.github.com/colinhacks/zod/issues/5223">#5223</a>)</li> <li><a href="https://github.com/colinhacks/zod/commit/9f650385644ae319f806a965b83f79ebd252e497"><code>9f65038</code></a> docs(ecosystem): add DRZL; fix Prisma Zod Generator placement (<a href="https://redirect.github.com/colinhacks/zod/issues/5215">#5215</a>)</li> <li>Additional commits viewable in <a href="https://github.com/colinhacks/zod/compare/v3.25.76...v4.1.11">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=zod&package-manager=npm_and_yarn&previous-version=3.25.76&new-version=4.1.11)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
saavagebueno added the pull-request label 2025-11-20 04:12:55 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SVI/ProxmoxVE-Local#120