Skip to content

Commit 70f424d

Browse files
Bump ajv to 8.18.0 (#2018)
Bumps [ajv](https://github.com/ajv-validator/ajv) to 8.18.0. Updates `ajv` from 8.12.0 to 8.18.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/ajv-validator/ajv/releases">ajv's releases</a>.</em></p> <blockquote> <h2>v8.18.0</h2> <h2>What's Changed</h2> <ul> <li>feat: allow tree-shaking by adding <code>&quot;sideEffects&quot;: false</code> to <code>package.json</code> by <a href="https://github.com/josdejong"><code>@​josdejong</code></a> in <a href="https://redirect.github.com/ajv-validator/ajv/pull/2480">ajv-validator/ajv#2480</a></li> <li>fix: <a href="https://redirect.github.com/ajv-validator/ajv/issues/2482">#2482</a> Infinity and NaN serialise to null by <a href="https://github.com/jasoniangreen"><code>@​jasoniangreen</code></a> in <a href="https://redirect.github.com/ajv-validator/ajv/pull/2487">ajv-validator/ajv#2487</a></li> <li>fix: small grammatical error in managing-schemas.md by <a href="https://github.com/monteiro-renato"><code>@​monteiro-renato</code></a> in <a href="https://redirect.github.com/ajv-validator/ajv/pull/2508">ajv-validator/ajv#2508</a></li> <li>fix: typos in schema-language.md by <a href="https://github.com/monteiro-renato"><code>@​monteiro-renato</code></a> in <a href="https://redirect.github.com/ajv-validator/ajv/pull/2507">ajv-validator/ajv#2507</a></li> <li>fix(pattern): use configured RegExp engine with $data keyword to mitigate ReDoS attacks (CVE-2025-69873) by <a href="https://github.com/epoberezkin"><code>@​epoberezkin</code></a> in <a href="https://redirect.github.com/ajv-validator/ajv/pull/2586">ajv-validator/ajv#2586</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/josdejong"><code>@​josdejong</code></a> made their first contribution in <a href="https://redirect.github.com/ajv-validator/ajv/pull/2480">ajv-validator/ajv#2480</a></li> <li><a href="https://github.com/monteiro-renato"><code>@​monteiro-renato</code></a> made their first contribution in <a href="https://redirect.github.com/ajv-validator/ajv/pull/2508">ajv-validator/ajv#2508</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/ajv-validator/ajv/compare/v8.17.1...v8.18.0">https://github.com/ajv-validator/ajv/compare/v8.17.1...v8.18.0</a></p> <h2>v8.17.1</h2> <h2>What's Changed</h2> <ul> <li>bump version to 8.17.1 by <a href="https://github.com/jasoniangreen"><code>@​jasoniangreen</code></a> in <a href="https://redirect.github.com/ajv-validator/ajv/pull/2472">ajv-validator/ajv#2472</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/ajv-validator/ajv/compare/v8.17.0...v8.17.1">https://github.com/ajv-validator/ajv/compare/v8.17.0...v8.17.1</a></p> <h2>Plus everything in 8.17.0 which failed to release</h2> <p>The only functional change is to switch from uri-js (which is no longer supported), to fast-uri. This is the second attempt and the team on fast-uri have been really helpful addressing the issues we found last time.</p> <p>Revert &quot;Revert fast-uri change (<a href="https://redirect.github.com/ajv-validator/ajv/pull/2444">ajv-validator/ajv#2444</a>)&quot; by <a href="https://github.com/gurgunday"><code>@​gurgunday</code></a> in <a href="https://redirect.github.com/ajv-validator/ajv/pull/2448">ajv-validator/ajv#2448</a> fix: ignore new eslint error for <code>@​typescript-eslint/no-extraneous-class</code> by <a href="https://github.com/jasoniangreen"><code>@​jasoniangreen</code></a> in <a href="https://redirect.github.com/ajv-validator/ajv/pull/2455">ajv-validator/ajv#2455</a> docs: clarify behaviour of addVocabulary by <a href="https://github.com/jasoniangreen"><code>@​jasoniangreen</code></a> in <a href="https://redirect.github.com/ajv-validator/ajv/pull/2454">ajv-validator/ajv#2454</a> docs: refactor to improve legibility by <a href="https://github.com/blottn"><code>@​blottn</code></a> in <a href="https://redirect.github.com/ajv-validator/ajv/pull/2432">ajv-validator/ajv#2432</a> Fix grammatical typo in managing-schemas.md by <a href="https://github.com/wetneb"><code>@​wetneb</code></a> in <a href="https://redirect.github.com/ajv-validator/ajv/pull/2305">ajv-validator/ajv#2305</a> docs: Fix broken strict-mode link by <a href="https://github.com/alexanderjsx"><code>@​alexanderjsx</code></a> in <a href="https://redirect.github.com/ajv-validator/ajv/pull/2459">ajv-validator/ajv#2459</a> feat: add test for encoded refs and bump fast-uri by <a href="https://github.com/jasoniangreen"><code>@​jasoniangreen</code></a> in <a href="https://redirect.github.com/ajv-validator/ajv/pull/2449">ajv-validator/ajv#2449</a> fix: changes for <code>@​typescript-eslint/array-type</code> rule by <a href="https://github.com/jasoniangreen"><code>@​jasoniangreen</code></a> in <a href="https://redirect.github.com/ajv-validator/ajv/pull/2467">ajv-validator/ajv#2467</a> fixes <a href="https://redirect.github.com/ajv-validator/ajv/issues/2217">ajv-validator/ajv#2217</a> - clarify custom keyword naming by <a href="https://github.com/jasoniangreen"><code>@​jasoniangreen</code></a> in <a href="https://redirect.github.com/ajv-validator/ajv/pull/2457">ajv-validator/ajv#2457</a></p> <h2>v8.17.0</h2> <h2>What's Changed</h2> <p>The only functional change is to switch from uri-js (which is no longer supported), to fast-uri. This is the second attempt and the team on fast-uri have been really helpful addressing the issues we found last time.</p> <ul> <li>Revert &quot;Revert fast-uri change (<a href="https://redirect.github.com/ajv-validator/ajv/issues/2444">#2444</a>)&quot; by <a href="https://github.com/gurgunday"><code>@​gurgunday</code></a> in <a href="https://redirect.github.com/ajv-validator/ajv/pull/2448">ajv-validator/ajv#2448</a></li> <li>fix: ignore new eslint error for <code>@​typescript-eslint/no-extraneous-class</code> by <a href="https://github.com/jasoniangreen"><code>@​jasoniangreen</code></a> in <a href="https://redirect.github.com/ajv-validator/ajv/pull/2455">ajv-validator/ajv#2455</a></li> <li>docs: clarify behaviour of addVocabulary by <a href="https://github.com/jasoniangreen"><code>@​jasoniangreen</code></a> in <a href="https://redirect.github.com/ajv-validator/ajv/pull/2454">ajv-validator/ajv#2454</a></li> <li>docs: refactor to improve legibility by <a href="https://github.com/blottn"><code>@​blottn</code></a> in <a href="https://redirect.github.com/ajv-validator/ajv/pull/2432">ajv-validator/ajv#2432</a></li> <li>Fix grammatical typo in managing-schemas.md by <a href="https://github.com/wetneb"><code>@​wetneb</code></a> in <a href="https://redirect.github.com/ajv-validator/ajv/pull/2305">ajv-validator/ajv#2305</a></li> <li>docs: Fix broken strict-mode link by <a href="https://github.com/alexanderjsx"><code>@​alexanderjsx</code></a> in <a href="https://redirect.github.com/ajv-validator/ajv/pull/2459">ajv-validator/ajv#2459</a></li> <li>feat: add test for encoded refs and bump fast-uri by <a href="https://github.com/jasoniangreen"><code>@​jasoniangreen</code></a> in <a href="https://redirect.github.com/ajv-validator/ajv/pull/2449">ajv-validator/ajv#2449</a></li> <li>fix: changes for <code>@​typescript-eslint/array-type</code> rule by <a href="https://github.com/jasoniangreen"><code>@​jasoniangreen</code></a> in <a href="https://redirect.github.com/ajv-validator/ajv/pull/2467">ajv-validator/ajv#2467</a></li> <li>fixes <a href="https://redirect.github.com/ajv-validator/ajv/issues/2217">#2217</a> - clarify custom keyword naming by <a href="https://github.com/jasoniangreen"><code>@​jasoniangreen</code></a> in <a href="https://redirect.github.com/ajv-validator/ajv/pull/2457">ajv-validator/ajv#2457</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/ajv-validator/ajv/commit/142ce84b807c4fe66e619c22480a28d0e4bd50fa"><code>142ce84</code></a> 8.18.0</li> <li><a href="https://github.com/ajv-validator/ajv/commit/720a23fa453ffae8340e92c9b0fe886c54cfe0d5"><code>720a23f</code></a> fix(pattern): use configured RegExp engine with $data keyword to mitigate ReD...</li> <li><a href="https://github.com/ajv-validator/ajv/commit/82735a15826a30cc51e97a1bbfb59b3d388e4b98"><code>82735a1</code></a> fix: typos in schema-language.md (<a href="https://redirect.github.com/ajv-validator/ajv/issues/2507">#2507</a>)</li> <li><a href="https://github.com/ajv-validator/ajv/commit/b17ec32cd97542e90ae27231d8a8bce88b9e53b6"><code>b17ec32</code></a> fix: small grammatical error in managing-schemas.md (<a href="https://redirect.github.com/ajv-validator/ajv/issues/2508">#2508</a>)</li> <li><a href="https://github.com/ajv-validator/ajv/commit/69568d08564303e2c32a2de61feb833b41075f96"><code>69568d0</code></a> fix: <a href="https://redirect.github.com/ajv-validator/ajv/issues/2482">#2482</a> Infinity and NaN serialise to null (<a href="https://redirect.github.com/ajv-validator/ajv/issues/2487">#2487</a>)</li> <li><a href="https://github.com/ajv-validator/ajv/commit/f06766f33ed7291f84c19f22a1286a34475fbdaf"><code>f06766f</code></a> feat: allow tree-shaking by adding ``&quot;sideEffects&quot;: false<code>to</code>package.json` ...</li> <li><a href="https://github.com/ajv-validator/ajv/commit/9050ba1359fb87cd7c143f3c79513ea7624ea443"><code>9050ba1</code></a> bump version to 8.17.1 (<a href="https://redirect.github.com/ajv-validator/ajv/issues/2472">#2472</a>)</li> <li><a href="https://github.com/ajv-validator/ajv/commit/f7831b41c3a27064c6219f51a1e7371ffb582dfe"><code>f7831b4</code></a> fixes <a href="https://redirect.github.com/ajv-validator/ajv/issues/2217">#2217</a> - clarify custom keyword naming (<a href="https://redirect.github.com/ajv-validator/ajv/issues/2457">#2457</a>)</li> <li><a href="https://github.com/ajv-validator/ajv/commit/a523784388a79ce65e42caf4d2731da36a94b386"><code>a523784</code></a> fix: changes for <code>@​typescript-eslint/array-type</code> rule (<a href="https://redirect.github.com/ajv-validator/ajv/issues/2467">#2467</a>)</li> <li><a href="https://github.com/ajv-validator/ajv/commit/595fe58e64e8d5fb8a50fd7a58f9e7f3bcca0bac"><code>595fe58</code></a> feat: add test for encoded refs and bump fast-uri (<a href="https://redirect.github.com/ajv-validator/ajv/issues/2449">#2449</a>)</li> <li>Additional commits viewable in <a href="https://github.com/ajv-validator/ajv/compare/v8.12.0...v8.18.0">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 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/openops-cloud/openops/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: Marcelo Gonçalves <marcelo@openops.com> Co-authored-by: MarceloRGonc <14873578+MarceloRGonc@users.noreply.github.com>
1 parent ef22d88 commit 70f424d

3 files changed

Lines changed: 10 additions & 59 deletions

File tree

THIRD_PARTY_LICENSES.txt

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37900,12 +37900,11 @@ SOFTWARE.
3790037900

3790137901
-----------
3790237902

37903-
The following npm packages may be included in this product:
37903+
The following npm package may be included in this product:
3790437904

37905-
- ajv@8.12.0
3790637905
- ajv@8.18.0
3790737906

37908-
These packages each contain the following license:
37907+
This package contains the following license:
3790937908

3791037909
The MIT License (MIT)
3791137910

package-lock.json

Lines changed: 7 additions & 55 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@
151151
"@vercel/otel": "1.13.0",
152152
"@xyflow/react": "12.4.4",
153153
"ai": "6.0.40",
154-
"ajv": "8.12.0",
154+
"ajv": "8.18.0",
155155
"async-mutex": "0.4.0",
156156
"aws-lambda": "1.0.7",
157157
"axios": "1.13.5",

0 commit comments

Comments
 (0)