-
-
Notifications
You must be signed in to change notification settings - Fork 88
Bump zod from 3.21.4 to 3.22.3 in /packages/cursorless-engine #1931
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
pokey
merged 3 commits into
main
from
dependabot/npm_and_yarn/packages/cursorless-engine/zod-3.22.3
Oct 8, 2023
Merged
Bump zod from 3.21.4 to 3.22.3 in /packages/cursorless-engine #1931
pokey
merged 3 commits into
main
from
dependabot/npm_and_yarn/packages/cursorless-engine/zod-3.22.3
Oct 8, 2023
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
pokey
approved these changes
Oct 6, 2023
@dependabot recreate |
cef3cb9
to
59ce478
Compare
Bumps [zod](https://github.com/colinhacks/zod) from 3.21.4 to 3.22.3. - [Release notes](https://github.com/colinhacks/zod/releases) - [Changelog](https://github.com/colinhacks/zod/blob/master/CHANGELOG.md) - [Commits](colinhacks/zod@v3.21.4...v3.22.3) --- updated-dependencies: - dependency-name: zod dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
59ce478
to
c1a2b2c
Compare
fidgetingbits
pushed a commit
to fidgetingbits/cursorless
that referenced
this pull request
Nov 3, 2023
…less-dev#1931) Bumps [zod](https://github.com/colinhacks/zod) from 3.21.4 to 3.22.3. <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>v3.22.3</h2> <h2>Commits:</h2> <ul> <li>1e23990bcdd33d1e81b31e40e77a031fcfd87ce1 Commit</li> <li>9bd3879b482f139fd03d5025813ee66a04195cdd docs: remove obsolete text about readonly types (<a href="https://redirect.github.com/colinhacks/zod/issues/2676">#2676</a>)</li> <li>f59be093ec21430d9f32bbcb628d7e39116adf34 clarify datetime ISO 8601 (<a href="https://redirect.github.com/colinhacks/zod/issues/2673">#2673</a>)</li> <li>64dcc8e2b16febe48fa8e3c82c47c92643e6c9e3 Update sponsors</li> <li>18115a8f128680b4526df58ce96deab7dce93b93 Formatting</li> <li>28c19273658b164c53c149785fa7a8187c428ad4 Update sponsors</li> <li>ad2ee9ccf723c4388158ff6b8669c2a6cdc85643 2718 Updated Custom Schemas documentation example to use type narrowing (<a href="https://redirect.github.com/colinhacks/zod/issues/2778">#2778</a>)</li> <li>ae0f7a2c15e7741ee1b23c03a3bfb9acebd86551 docs: update ref to discriminated-unions docs (<a href="https://redirect.github.com/colinhacks/zod/issues/2485">#2485</a>)</li> <li>2ba00fe2377f4d53947a84b8cdb314a63bbd6dd4 [2609] fix ReDoS vulnerability in email regex (<a href="https://redirect.github.com/colinhacks/zod/issues/2824">#2824</a>)</li> <li>1e61d76cdec05de9271fc0df58798ddf9ce94923 3.22.3</li> </ul> <h2>v3.22.2</h2> <h2>Commits:</h2> <ul> <li>13d9e6bda286cbd4c1b177171273695d8309e5de Fix lint</li> <li>0d49f10b3c25a8e4cbb6534cc0773b195c56d06d docs: add typeschema to ecosystem (<a href="https://redirect.github.com/colinhacks/zod/issues/2626">#2626</a>)</li> <li>8e4af7b56df6f2e3daf0dd825b986f1d963025ce X to Zod: add app.quicktype.io (<a href="https://redirect.github.com/colinhacks/zod/issues/2668">#2668</a>)</li> <li>792b3ef0d41c144cd10641c6966b98dae1222d82 Fix superrefine types</li> </ul> <h2>v3.22.1</h2> <h2>Commits:</h2> <p>Fix handing of <code>this</code> in ZodFunction schemas. The parse logic for function schemas now requires the <code>Reflect</code> API.</p> <pre lang="ts"><code>const methodObject = z.object({ property: z.number(), method: z.function().args(z.string()).returns(z.number()), }); const methodInstance = { property: 3, method: function (s: string) { return s.length + this.property; }, }; const parsed = methodObject.parse(methodInstance); parsed.method("length=8"); // => 11 (8 length + 3 property) </code></pre> <ul> <li>932cc472d2e66430d368a409b8d251909d7d8d21 Initial prototype fix for issue <a href="https://redirect.github.com/colinhacks/zod/issues/2651">#2651</a> (<a href="https://redirect.github.com/colinhacks/zod/issues/2652">#2652</a>)</li> <li>0a055e726ac210ef6efc69aa70cd2491767f6060 3.22.1</li> </ul> <h2>v3.22.0</h2> <h2><code>ZodReadonly</code></h2> <p>This release introduces <code>ZodReadonly</code> and the <code>.readonly()</code> method on <code>ZodType</code>.</p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/colinhacks/zod/commit/1e61d76cdec05de9271fc0df58798ddf9ce94923"><code>1e61d76</code></a> 3.22.3</li> <li><a href="https://github.com/colinhacks/zod/commit/2ba00fe2377f4d53947a84b8cdb314a63bbd6dd4"><code>2ba00fe</code></a> [2609] fix ReDoS vulnerability in email regex (<a href="https://redirect.github.com/colinhacks/zod/issues/2824">#2824</a>)</li> <li><a href="https://github.com/colinhacks/zod/commit/ae0f7a2c15e7741ee1b23c03a3bfb9acebd86551"><code>ae0f7a2</code></a> docs: update ref to discriminated-unions docs (<a href="https://redirect.github.com/colinhacks/zod/issues/2485">#2485</a>)</li> <li><a href="https://github.com/colinhacks/zod/commit/ad2ee9ccf723c4388158ff6b8669c2a6cdc85643"><code>ad2ee9c</code></a> 2718 Updated Custom Schemas documentation example to use type narrowing (<a href="https://redirect.github.com/colinhacks/zod/issues/2778">#2778</a>)</li> <li><a href="https://github.com/colinhacks/zod/commit/28c19273658b164c53c149785fa7a8187c428ad4"><code>28c1927</code></a> Update sponsors</li> <li><a href="https://github.com/colinhacks/zod/commit/18115a8f128680b4526df58ce96deab7dce93b93"><code>18115a8</code></a> Formatting</li> <li><a href="https://github.com/colinhacks/zod/commit/64dcc8e2b16febe48fa8e3c82c47c92643e6c9e3"><code>64dcc8e</code></a> Update sponsors</li> <li><a href="https://github.com/colinhacks/zod/commit/f59be093ec21430d9f32bbcb628d7e39116adf34"><code>f59be09</code></a> clarify datetime ISO 8601 (<a href="https://redirect.github.com/colinhacks/zod/issues/2673">#2673</a>)</li> <li><a href="https://github.com/colinhacks/zod/commit/9bd3879b482f139fd03d5025813ee66a04195cdd"><code>9bd3879</code></a> docs: remove obsolete text about readonly types (<a href="https://redirect.github.com/colinhacks/zod/issues/2676">#2676</a>)</li> <li><a href="https://github.com/colinhacks/zod/commit/1e23990bcdd33d1e81b31e40e77a031fcfd87ce1"><code>1e23990</code></a> Commit</li> <li>Additional commits viewable in <a href="https://github.com/colinhacks/zod/compare/v3.21.4...v3.22.3">compare view</a></li> </ul> </details> <br /> [](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) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/cursorless-dev/cursorless/network/alerts). </details> --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Pokey Rule <755842+pokey@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Bumps zod from 3.21.4 to 3.22.3.
Release notes
Sourced from zod's releases.
... (truncated)
Commits
1e61d76
3.22.32ba00fe
[2609] fix ReDoS vulnerability in email regex (#2824)ae0f7a2
docs: update ref to discriminated-unions docs (#2485)ad2ee9c
2718 Updated Custom Schemas documentation example to use type narrowing (#2778)28c1927
Update sponsors18115a8
Formatting64dcc8e
Update sponsorsf59be09
clarify datetime ISO 8601 (#2673)9bd3879
docs: remove obsolete text about readonly types (#2676)1e23990
CommitDependabot 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)You can disable automated security fix PRs for this repo from the Security Alerts page.