dependabot[bot] opened a new pull request, #17166: URL: https://github.com/apache/iceberg/pull/17166
Bumps [datamodel-code-generator](https://github.com/koxudaxi/datamodel-code-generator) from 0.66.0 to 0.67.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/koxudaxi/datamodel-code-generator/releases">datamodel-code-generator's releases</a>.</em></p> <blockquote> <h2>0.67.0</h2> <h2>Breaking Changes</h2> <h3>Default Behavior Changes</h3> <ul> <li>Auto input-type CSV fallback is now conditional - When <code>--input-file-type auto</code> is used, <code>infer_input_type()</code> previously treated <strong>any</strong> YAML parse failure as CSV data. It now falls back to CSV only when the text looks like CSV (non-empty lines with consistent, non-zero comma counts). Inputs that were previously inferred as <code>csv</code> — including malformed JSON/YAML and ragged CSV with inconsistent column counts (e.g. <code>id,name,tel\n1,taro\n</code>) — will no longer be inferred as CSV. (<a href="https://redirect.github.com/koxudaxi/datamodel-code-generator/issues/3536">#3536</a>)</li> <li>GitHub Action <code>extra-args</code> no longer undergoes shell expansion - The Action previously appended <code>extra-args</code> directly into the shell command (<code>datamodel-codegen "${ARGS[@]}" ${{ inputs.extra-args }}</code>), so the value was subject to word-splitting, glob expansion, variable expansion, and command substitution. It is now tokenized with Python's <code>shlex.split</code>. Workflows that relied on shell features inside <code>extra-args</code> (globs like <code>*.json</code>, variables like <code>$HOME</code>, or command substitution <code>$(...)</code>) will no longer have them expanded and must pass literal, individually-quoted arguments instead. (<a href="https://redirect.github.com/koxudaxi/datamodel-code-generator/issues/3542">#3542</a>)</li> <li>GitHub Action <code>extras</code> input is now validated against a whitelist - Previously any value passed to the <code>extras</code> input was accepted and injected into the pip install spec. It is now validated against the fixed set <code>graphql</code>, <code>http</code>, <code>validation</code>, <code>ruff</code>, <code>all</code>; any other value now fails the install step with <code>::error::Unsupported extras value: <value></code> instead of being passed through. Workflows passing extras values outside this set will now error. (<a href="https://redirect.github.com/koxudaxi/datamodel-code-generator/issues/3542">#3542</a>)</li> </ul> <h3>Error Handling Changes</h3> <ul> <li>Malformed auto-detected input now raises an error instead of silently inferring CSV - Under <code>auto</code> inference, input that fails YAML parsing and does not look like CSV now raises <code>Error</code> rather than falling back to CSV and attempting generation. The error message was also expanded to include the underlying YAML parser error, e.g. <code>Can't infer input file type from the input data. YAML parser error: <Type>: <detail>. Please specify the input file type explicitly with --input-file-type option.</code> Workflows depending on the old blanket-CSV fallback must now pass <code>--input-file-type csv</code> explicitly. (<a href="https://redirect.github.com/koxudaxi/datamodel-code-generator/issues/3536">#3536</a>)</li> </ul> <h2>What's Changed</h2> <ul> <li>Update CHANGELOG for 0.66.3 by <a href="https://github.com/dcg-generated-docs"><code>@dcg-generated-docs</code></a>[bot] in <a href="https://redirect.github.com/koxudaxi/datamodel-code-generator/pull/3515">koxudaxi/datamodel-code-generator#3515</a></li> <li>Update release benchmark data by <a href="https://github.com/dcg-generated-docs"><code>@dcg-generated-docs</code></a>[bot] in <a href="https://redirect.github.com/koxudaxi/datamodel-code-generator/pull/3516">koxudaxi/datamodel-code-generator#3516</a></li> <li>Update supported data type docs by <a href="https://github.com/koxudaxi"><code>@koxudaxi</code></a> in <a href="https://redirect.github.com/koxudaxi/datamodel-code-generator/pull/3517">koxudaxi/datamodel-code-generator#3517</a></li> <li>Render CLI option relationships in docs by <a href="https://github.com/koxudaxi"><code>@koxudaxi</code></a> in <a href="https://redirect.github.com/koxudaxi/datamodel-code-generator/pull/3518">koxudaxi/datamodel-code-generator#3518</a></li> <li>Generate tested docs examples by <a href="https://github.com/koxudaxi"><code>@koxudaxi</code></a> in <a href="https://redirect.github.com/koxudaxi/datamodel-code-generator/pull/3519">koxudaxi/datamodel-code-generator#3519</a></li> <li>Add CLI option topic metadata foundation by <a href="https://github.com/koxudaxi"><code>@koxudaxi</code></a> in <a href="https://redirect.github.com/koxudaxi/datamodel-code-generator/pull/3522">koxudaxi/datamodel-code-generator#3522</a></li> <li>Sync README support lists by <a href="https://github.com/koxudaxi"><code>@koxudaxi</code></a> in <a href="https://redirect.github.com/koxudaxi/datamodel-code-generator/pull/3523">koxudaxi/datamodel-code-generator#3523</a></li> <li>Add CLI reference recipe sections by <a href="https://github.com/koxudaxi"><code>@koxudaxi</code></a> in <a href="https://redirect.github.com/koxudaxi/datamodel-code-generator/pull/3520">koxudaxi/datamodel-code-generator#3520</a></li> <li>Sync generated docs by <a href="https://github.com/dcg-generated-docs"><code>@dcg-generated-docs</code></a>[bot] in <a href="https://redirect.github.com/koxudaxi/datamodel-code-generator/pull/3524">koxudaxi/datamodel-code-generator#3524</a></li> <li>Add Playground option documentation links by <a href="https://github.com/koxudaxi"><code>@koxudaxi</code></a> in <a href="https://redirect.github.com/koxudaxi/datamodel-code-generator/pull/3521">koxudaxi/datamodel-code-generator#3521</a></li> <li>Sync generated docs by <a href="https://github.com/dcg-generated-docs"><code>@dcg-generated-docs</code></a>[bot] in <a href="https://redirect.github.com/koxudaxi/datamodel-code-generator/pull/3525">koxudaxi/datamodel-code-generator#3525</a></li> <li>Add CLI topic pages by <a href="https://github.com/koxudaxi"><code>@koxudaxi</code></a> in <a href="https://redirect.github.com/koxudaxi/datamodel-code-generator/pull/3526">koxudaxi/datamodel-code-generator#3526</a></li> <li>Add aggregate docs check by <a href="https://github.com/koxudaxi"><code>@koxudaxi</code></a> in <a href="https://redirect.github.com/koxudaxi/datamodel-code-generator/pull/3527">koxudaxi/datamodel-code-generator#3527</a></li> <li>Expand tested docs examples by <a href="https://github.com/koxudaxi"><code>@koxudaxi</code></a> in <a href="https://redirect.github.com/koxudaxi/datamodel-code-generator/pull/3528">koxudaxi/datamodel-code-generator#3528</a></li> <li>Add schema format guide tables by <a href="https://github.com/koxudaxi"><code>@koxudaxi</code></a> in <a href="https://redirect.github.com/koxudaxi/datamodel-code-generator/pull/3529">koxudaxi/datamodel-code-generator#3529</a></li> <li>Add benchmark scenario guidance by <a href="https://github.com/koxudaxi"><code>@koxudaxi</code></a> in <a href="https://redirect.github.com/koxudaxi/datamodel-code-generator/pull/3531">koxudaxi/datamodel-code-generator#3531</a></li> <li>Sync README quick-start recipes by <a href="https://github.com/koxudaxi"><code>@koxudaxi</code></a> in <a href="https://redirect.github.com/koxudaxi/datamodel-code-generator/pull/3532">koxudaxi/datamodel-code-generator#3532</a></li> <li>Sync generated docs by <a href="https://github.com/dcg-generated-docs"><code>@dcg-generated-docs</code></a>[bot] in <a href="https://redirect.github.com/koxudaxi/datamodel-code-generator/pull/3534">koxudaxi/datamodel-code-generator#3534</a></li> <li>Add CLI relationship summary by <a href="https://github.com/koxudaxi"><code>@koxudaxi</code></a> in <a href="https://redirect.github.com/koxudaxi/datamodel-code-generator/pull/3530">koxudaxi/datamodel-code-generator#3530</a></li> <li>Cover parsed source cache parity by <a href="https://github.com/koxudaxi"><code>@koxudaxi</code></a> in <a href="https://redirect.github.com/koxudaxi/datamodel-code-generator/pull/3535">koxudaxi/datamodel-code-generator#3535</a></li> <li>Fix auto CSV fallback by <a href="https://github.com/koxudaxi"><code>@koxudaxi</code></a> in <a href="https://redirect.github.com/koxudaxi/datamodel-code-generator/pull/3536">koxudaxi/datamodel-code-generator#3536</a></li> <li>Cover input error messages by <a href="https://github.com/koxudaxi"><code>@koxudaxi</code></a> in <a href="https://redirect.github.com/koxudaxi/datamodel-code-generator/pull/3537">koxudaxi/datamodel-code-generator#3537</a></li> <li>Refresh Docker image by <a href="https://github.com/koxudaxi"><code>@koxudaxi</code></a> in <a href="https://redirect.github.com/koxudaxi/datamodel-code-generator/pull/3538">koxudaxi/datamodel-code-generator#3538</a></li> <li>Gate release publishing by <a href="https://github.com/koxudaxi"><code>@koxudaxi</code></a> in <a href="https://redirect.github.com/koxudaxi/datamodel-code-generator/pull/3539">koxudaxi/datamodel-code-generator#3539</a></li> <li>Harden GitHub Action by <a href="https://github.com/koxudaxi"><code>@koxudaxi</code></a> in <a href="https://redirect.github.com/koxudaxi/datamodel-code-generator/pull/3542">koxudaxi/datamodel-code-generator#3542</a></li> <li>Document Docker image and action usage by <a href="https://github.com/koxudaxi"><code>@koxudaxi</code></a> in <a href="https://redirect.github.com/koxudaxi/datamodel-code-generator/pull/3544">koxudaxi/datamodel-code-generator#3544</a></li> <li>Add Docker metadata coverage by <a href="https://github.com/koxudaxi"><code>@koxudaxi</code></a> in <a href="https://redirect.github.com/koxudaxi/datamodel-code-generator/pull/3548">koxudaxi/datamodel-code-generator#3548</a></li> <li>Gate unused type ignores by <a href="https://github.com/koxudaxi"><code>@koxudaxi</code></a> in <a href="https://redirect.github.com/koxudaxi/datamodel-code-generator/pull/3547">koxudaxi/datamodel-code-generator#3547</a></li> <li>Assert parsed source cache population by <a href="https://github.com/koxudaxi"><code>@koxudaxi</code></a> in <a href="https://redirect.github.com/koxudaxi/datamodel-code-generator/pull/3546">koxudaxi/datamodel-code-generator#3546</a></li> <li>Harden action cache key by <a href="https://github.com/koxudaxi"><code>@koxudaxi</code></a> in <a href="https://redirect.github.com/koxudaxi/datamodel-code-generator/pull/3545">koxudaxi/datamodel-code-generator#3545</a></li> <li>Cover de facto public symbols by <a href="https://github.com/koxudaxi"><code>@koxudaxi</code></a> in <a href="https://redirect.github.com/koxudaxi/datamodel-code-generator/pull/3550">koxudaxi/datamodel-code-generator#3550</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/koxudaxi/datamodel-code-generator/blob/main/CHANGELOG.md">datamodel-code-generator's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/koxudaxi/datamodel-code-generator/releases/tag/0.67.0">0.67.0</a> - 2026-07-03</h2> <h2>Breaking Changes</h2> <h3>Default Behavior Changes</h3> <ul> <li>Auto input-type CSV fallback is now conditional - When <code>--input-file-type auto</code> is used, <code>infer_input_type()</code> previously treated <strong>any</strong> YAML parse failure as CSV data. It now falls back to CSV only when the text looks like CSV (non-empty lines with consistent, non-zero comma counts). Inputs that were previously inferred as <code>csv</code> — including malformed JSON/YAML and ragged CSV with inconsistent column counts (e.g. <code>id,name,tel\n1,taro\n</code>) — will no longer be inferred as CSV. (<a href="https://redirect.github.com/koxudaxi/datamodel-code-generator/issues/3536">#3536</a>)</li> <li>GitHub Action <code>extra-args</code> no longer undergoes shell expansion - The Action previously appended <code>extra-args</code> directly into the shell command (<code>datamodel-codegen "${ARGS[@]}" ${{ inputs.extra-args }}</code>), so the value was subject to word-splitting, glob expansion, variable expansion, and command substitution. It is now tokenized with Python's <code>shlex.split</code>. Workflows that relied on shell features inside <code>extra-args</code> (globs like <code>*.json</code>, variables like <code>$HOME</code>, or command substitution <code>$(...)</code>) will no longer have them expanded and must pass literal, individually-quoted arguments instead. (<a href="https://redirect.github.com/koxudaxi/datamodel-code-generator/issues/3542">#3542</a>)</li> <li>GitHub Action <code>extras</code> input is now validated against a whitelist - Previously any value passed to the <code>extras</code> input was accepted and injected into the pip install spec. It is now validated against the fixed set <code>graphql</code>, <code>http</code>, <code>validation</code>, <code>ruff</code>, <code>all</code>; any other value now fails the install step with <code>::error::Unsupported extras value: <value></code> instead of being passed through. Workflows passing extras values outside this set will now error. (<a href="https://redirect.github.com/koxudaxi/datamodel-code-generator/issues/3542">#3542</a>)</li> </ul> <h3>Error Handling Changes</h3> <ul> <li>Malformed auto-detected input now raises an error instead of silently inferring CSV - Under <code>auto</code> inference, input that fails YAML parsing and does not look like CSV now raises <code>Error</code> rather than falling back to CSV and attempting generation. The error message was also expanded to include the underlying YAML parser error, e.g. <code>Can't infer input file type from the input data. YAML parser error: <Type>: <detail>. Please specify the input file type explicitly with --input-file-type option.</code> Workflows depending on the old blanket-CSV fallback must now pass <code>--input-file-type csv</code> explicitly. (<a href="https://redirect.github.com/koxudaxi/datamodel-code-generator/issues/3536">#3536</a>)</li> </ul> <h2>What's Changed</h2> <ul> <li>Update CHANGELOG for 0.66.3 by <a href="https://github.com/dcg-generated-docs"><code>@dcg-generated-docs</code></a>[bot] in <a href="https://redirect.github.com/koxudaxi/datamodel-code-generator/pull/3515">koxudaxi/datamodel-code-generator#3515</a></li> <li>Update release benchmark data by <a href="https://github.com/dcg-generated-docs"><code>@dcg-generated-docs</code></a>[bot] in <a href="https://redirect.github.com/koxudaxi/datamodel-code-generator/pull/3516">koxudaxi/datamodel-code-generator#3516</a></li> <li>Update supported data type docs by <a href="https://github.com/koxudaxi"><code>@koxudaxi</code></a> in <a href="https://redirect.github.com/koxudaxi/datamodel-code-generator/pull/3517">koxudaxi/datamodel-code-generator#3517</a></li> <li>Render CLI option relationships in docs by <a href="https://github.com/koxudaxi"><code>@koxudaxi</code></a> in <a href="https://redirect.github.com/koxudaxi/datamodel-code-generator/pull/3518">koxudaxi/datamodel-code-generator#3518</a></li> <li>Generate tested docs examples by <a href="https://github.com/koxudaxi"><code>@koxudaxi</code></a> in <a href="https://redirect.github.com/koxudaxi/datamodel-code-generator/pull/3519">koxudaxi/datamodel-code-generator#3519</a></li> <li>Add CLI option topic metadata foundation by <a href="https://github.com/koxudaxi"><code>@koxudaxi</code></a> in <a href="https://redirect.github.com/koxudaxi/datamodel-code-generator/pull/3522">koxudaxi/datamodel-code-generator#3522</a></li> <li>Sync README support lists by <a href="https://github.com/koxudaxi"><code>@koxudaxi</code></a> in <a href="https://redirect.github.com/koxudaxi/datamodel-code-generator/pull/3523">koxudaxi/datamodel-code-generator#3523</a></li> <li>Add CLI reference recipe sections by <a href="https://github.com/koxudaxi"><code>@koxudaxi</code></a> in <a href="https://redirect.github.com/koxudaxi/datamodel-code-generator/pull/3520">koxudaxi/datamodel-code-generator#3520</a></li> <li>Sync generated docs by <a href="https://github.com/dcg-generated-docs"><code>@dcg-generated-docs</code></a>[bot] in <a href="https://redirect.github.com/koxudaxi/datamodel-code-generator/pull/3524">koxudaxi/datamodel-code-generator#3524</a></li> <li>Add Playground option documentation links by <a href="https://github.com/koxudaxi"><code>@koxudaxi</code></a> in <a href="https://redirect.github.com/koxudaxi/datamodel-code-generator/pull/3521">koxudaxi/datamodel-code-generator#3521</a></li> <li>Sync generated docs by <a href="https://github.com/dcg-generated-docs"><code>@dcg-generated-docs</code></a>[bot] in <a href="https://redirect.github.com/koxudaxi/datamodel-code-generator/pull/3525">koxudaxi/datamodel-code-generator#3525</a></li> <li>Add CLI topic pages by <a href="https://github.com/koxudaxi"><code>@koxudaxi</code></a> in <a href="https://redirect.github.com/koxudaxi/datamodel-code-generator/pull/3526">koxudaxi/datamodel-code-generator#3526</a></li> <li>Add aggregate docs check by <a href="https://github.com/koxudaxi"><code>@koxudaxi</code></a> in <a href="https://redirect.github.com/koxudaxi/datamodel-code-generator/pull/3527">koxudaxi/datamodel-code-generator#3527</a></li> <li>Expand tested docs examples by <a href="https://github.com/koxudaxi"><code>@koxudaxi</code></a> in <a href="https://redirect.github.com/koxudaxi/datamodel-code-generator/pull/3528">koxudaxi/datamodel-code-generator#3528</a></li> <li>Add schema format guide tables by <a href="https://github.com/koxudaxi"><code>@koxudaxi</code></a> in <a href="https://redirect.github.com/koxudaxi/datamodel-code-generator/pull/3529">koxudaxi/datamodel-code-generator#3529</a></li> <li>Add benchmark scenario guidance by <a href="https://github.com/koxudaxi"><code>@koxudaxi</code></a> in <a href="https://redirect.github.com/koxudaxi/datamodel-code-generator/pull/3531">koxudaxi/datamodel-code-generator#3531</a></li> <li>Sync README quick-start recipes by <a href="https://github.com/koxudaxi"><code>@koxudaxi</code></a> in <a href="https://redirect.github.com/koxudaxi/datamodel-code-generator/pull/3532">koxudaxi/datamodel-code-generator#3532</a></li> <li>Sync generated docs by <a href="https://github.com/dcg-generated-docs"><code>@dcg-generated-docs</code></a>[bot] in <a href="https://redirect.github.com/koxudaxi/datamodel-code-generator/pull/3534">koxudaxi/datamodel-code-generator#3534</a></li> <li>Add CLI relationship summary by <a href="https://github.com/koxudaxi"><code>@koxudaxi</code></a> in <a href="https://redirect.github.com/koxudaxi/datamodel-code-generator/pull/3530">koxudaxi/datamodel-code-generator#3530</a></li> <li>Cover parsed source cache parity by <a href="https://github.com/koxudaxi"><code>@koxudaxi</code></a> in <a href="https://redirect.github.com/koxudaxi/datamodel-code-generator/pull/3535">koxudaxi/datamodel-code-generator#3535</a></li> <li>Fix auto CSV fallback by <a href="https://github.com/koxudaxi"><code>@koxudaxi</code></a> in <a href="https://redirect.github.com/koxudaxi/datamodel-code-generator/pull/3536">koxudaxi/datamodel-code-generator#3536</a></li> <li>Cover input error messages by <a href="https://github.com/koxudaxi"><code>@koxudaxi</code></a> in <a href="https://redirect.github.com/koxudaxi/datamodel-code-generator/pull/3537">koxudaxi/datamodel-code-generator#3537</a></li> <li>Refresh Docker image by <a href="https://github.com/koxudaxi"><code>@koxudaxi</code></a> in <a href="https://redirect.github.com/koxudaxi/datamodel-code-generator/pull/3538">koxudaxi/datamodel-code-generator#3538</a></li> <li>Gate release publishing by <a href="https://github.com/koxudaxi"><code>@koxudaxi</code></a> in <a href="https://redirect.github.com/koxudaxi/datamodel-code-generator/pull/3539">koxudaxi/datamodel-code-generator#3539</a></li> <li>Harden GitHub Action by <a href="https://github.com/koxudaxi"><code>@koxudaxi</code></a> in <a href="https://redirect.github.com/koxudaxi/datamodel-code-generator/pull/3542">koxudaxi/datamodel-code-generator#3542</a></li> <li>Document Docker image and action usage by <a href="https://github.com/koxudaxi"><code>@koxudaxi</code></a> in <a href="https://redirect.github.com/koxudaxi/datamodel-code-generator/pull/3544">koxudaxi/datamodel-code-generator#3544</a></li> <li>Add Docker metadata coverage by <a href="https://github.com/koxudaxi"><code>@koxudaxi</code></a> in <a href="https://redirect.github.com/koxudaxi/datamodel-code-generator/pull/3548">koxudaxi/datamodel-code-generator#3548</a></li> <li>Gate unused type ignores by <a href="https://github.com/koxudaxi"><code>@koxudaxi</code></a> in <a href="https://redirect.github.com/koxudaxi/datamodel-code-generator/pull/3547">koxudaxi/datamodel-code-generator#3547</a></li> <li>Assert parsed source cache population by <a href="https://github.com/koxudaxi"><code>@koxudaxi</code></a> in <a href="https://redirect.github.com/koxudaxi/datamodel-code-generator/pull/3546">koxudaxi/datamodel-code-generator#3546</a></li> <li>Harden action cache key by <a href="https://github.com/koxudaxi"><code>@koxudaxi</code></a> in <a href="https://redirect.github.com/koxudaxi/datamodel-code-generator/pull/3545">koxudaxi/datamodel-code-generator#3545</a></li> <li>Cover de facto public symbols by <a href="https://github.com/koxudaxi"><code>@koxudaxi</code></a> in <a href="https://redirect.github.com/koxudaxi/datamodel-code-generator/pull/3550">koxudaxi/datamodel-code-generator#3550</a></li> <li>Correct experimental feature metadata by <a href="https://github.com/koxudaxi"><code>@koxudaxi</code></a> in <a href="https://redirect.github.com/koxudaxi/datamodel-code-generator/pull/3551">koxudaxi/datamodel-code-generator#3551</a></li> <li>Add generation determinism guard by <a href="https://github.com/koxudaxi"><code>@koxudaxi</code></a> in <a href="https://redirect.github.com/koxudaxi/datamodel-code-generator/pull/3549">koxudaxi/datamodel-code-generator#3549</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/koxudaxi/datamodel-code-generator/compare/0.66.3...0.67.0">https://github.com/koxudaxi/datamodel-code-generator/compare/0.66.3...0.67.0</a></p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/koxudaxi/datamodel-code-generator/commit/822a04e419847131d2547caec51da0c8ec09252a"><code>822a04e</code></a> Add generation determinism guard (<a href="https://redirect.github.com/koxudaxi/datamodel-code-generator/issues/3549">#3549</a>)</li> <li><a href="https://github.com/koxudaxi/datamodel-code-generator/commit/2c525b3b156be64d4ad12a667edef63e1a2f663b"><code>2c525b3</code></a> Correct experimental feature metadata (<a href="https://redirect.github.com/koxudaxi/datamodel-code-generator/issues/3551">#3551</a>)</li> <li><a href="https://github.com/koxudaxi/datamodel-code-generator/commit/7c39414f2fd634776d4886a78e0dc9d81ef45114"><code>7c39414</code></a> Cover de facto public symbols (<a href="https://redirect.github.com/koxudaxi/datamodel-code-generator/issues/3550">#3550</a>)</li> <li><a href="https://github.com/koxudaxi/datamodel-code-generator/commit/f433c2a506a856270b0e12186abc0dedde83e9b0"><code>f433c2a</code></a> Harden action cache key (<a href="https://redirect.github.com/koxudaxi/datamodel-code-generator/issues/3545">#3545</a>)</li> <li><a href="https://github.com/koxudaxi/datamodel-code-generator/commit/f877a589f91e74eda29ed1a2b6f9a34a0199e677"><code>f877a58</code></a> Assert parsed source cache population (<a href="https://redirect.github.com/koxudaxi/datamodel-code-generator/issues/3546">#3546</a>)</li> <li><a href="https://github.com/koxudaxi/datamodel-code-generator/commit/f0f150a17efc54976fda0104c06cf5b553cf6769"><code>f0f150a</code></a> Gate unused type ignores (<a href="https://redirect.github.com/koxudaxi/datamodel-code-generator/issues/3547">#3547</a>)</li> <li><a href="https://github.com/koxudaxi/datamodel-code-generator/commit/26f7507f1e6a61876a4ff5ae753779edce071353"><code>26f7507</code></a> Add Docker metadata coverage (<a href="https://redirect.github.com/koxudaxi/datamodel-code-generator/issues/3548">#3548</a>)</li> <li><a href="https://github.com/koxudaxi/datamodel-code-generator/commit/33476e61b7cc87c4260d082df16f8208af075bc6"><code>33476e6</code></a> Document Docker image and action usage (<a href="https://redirect.github.com/koxudaxi/datamodel-code-generator/issues/3544">#3544</a>)</li> <li><a href="https://github.com/koxudaxi/datamodel-code-generator/commit/a437c7ddf07e7c8140dcb69ec5788e71c0aa6e55"><code>a437c7d</code></a> Harden GitHub Action (<a href="https://redirect.github.com/koxudaxi/datamodel-code-generator/issues/3542">#3542</a>)</li> <li><a href="https://github.com/koxudaxi/datamodel-code-generator/commit/958c5b6f37e7789a308ab6e788d4a52b86b8a744"><code>958c5b6</code></a> Gate release publishing (<a href="https://redirect.github.com/koxudaxi/datamodel-code-generator/issues/3539">#3539</a>)</li> <li>Additional commits viewable in <a href="https://github.com/koxudaxi/datamodel-code-generator/compare/0.66.0...0.67.0">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 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> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
