-
Notifications
You must be signed in to change notification settings - Fork 6
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: defenseunicorns/kubernetes-fluent-client
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.4.4
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: defenseunicorns/kubernetes-fluent-client
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.4.5
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 2 commits
- 2 files changed
- 1 contributor
Commits on Mar 13, 2025
-
chore(deps-dev): bump lint-staged from 15.4.3 to 15.5.0 in the develo…
…pment-dependencies group (#587) Bumps the development-dependencies group with 1 update: [lint-staged](https://github.com/lint-staged/lint-staged). Updates `lint-staged` from 15.4.3 to 15.5.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/lint-staged/lint-staged/releases">lint-staged's releases</a>.</em></p> <blockquote> <h2>v15.5.0</h2> <h3>Minor Changes</h3> <ul> <li> <p><a href="https://redirect.github.com/lint-staged/lint-staged/pull/1526">#1526</a> <a href="https://github.com/lint-staged/lint-staged/commit/630af5fb48ed43eb6ccaefa7a9d9612309023b6f"><code>630af5f</code></a> Thanks <a href="https://github.com/iiroj"><code>@iiroj</code></a>! - Lint-staged no longer resets to the original state when preventing an empty git commit. This happens when your configured tasks reset all the staged changes, typically when trying to commit formatting changes which conflict with your linter setup like ESLint or Prettier.</p> <h3>Example with Prettier</h3> <p>By default Prettier <a href="https://prettier.io/docs/rationale#strings">prefers double quotes</a>.</p> <h4>Previously</h4> <ol> <li>Stage <code>file.js</code> with only double quotes <code>"</code> changed to <code>'</code></li> <li>Run <code>git commit -am "I don't like double quotes"</code></li> <li><em>Lint-staged</em> runs <code>prettier --write file.js</code>, converting all the <code>'</code> back to <code>"</code></li> <li>Because there are now no changes, <em>lint-staged</em> fails, cancels the commit, and resets back to the original state</li> <li>Commit was not done, original state is restored and single quotes <code>'</code> are staged</li> </ol> <h4>Now</h4> <ol> <li>Stage <code>file.js</code> with only double-quotes <code>"</code> changed to <code>'</code></li> <li>Run <code>git commit -am "I don't like double quotes"</code></li> <li><em>Lint-staged</em> runs <code>prettier --write file.js</code>, converting all the <code>'</code> back to <code>"</code></li> <li>Because there are now no changes, <em>lint-staged</em> fails and cancels the commit</li> <li>Commit was not done, and there are no staged changes</li> </ol> </li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/lint-staged/lint-staged/blob/main/CHANGELOG.md">lint-staged's changelog</a>.</em></p> <blockquote> <h2>15.5.0</h2> <h3>Minor Changes</h3> <ul> <li> <p><a href="https://redirect.github.com/lint-staged/lint-staged/pull/1526">#1526</a> <a href="https://github.com/lint-staged/lint-staged/commit/630af5fb48ed43eb6ccaefa7a9d9612309023b6f"><code>630af5f</code></a> Thanks <a href="https://github.com/iiroj"><code>@iiroj</code></a>! - Lint-staged no longer resets to the original state when preventing an empty git commit. This happens when your configured tasks reset all the staged changes, typically when trying to commit formatting changes which conflict with your linter setup like ESLint or Prettier.</p> <h3>Example with Prettier</h3> <p>By default Prettier <a href="https://prettier.io/docs/rationale#strings">prefers double quotes</a>.</p> <h4>Previously</h4> <ol> <li>Stage <code>file.js</code> with only double quotes <code>"</code> changed to <code>'</code></li> <li>Run <code>git commit -am "I don't like double quotes"</code></li> <li><em>Lint-staged</em> runs <code>prettier --write file.js</code>, converting all the <code>'</code> back to <code>"</code></li> <li>Because there are now no changes, <em>lint-staged</em> fails, cancels the commit, and resets back to the original state</li> <li>Commit was not done, original state is restored and single quotes <code>'</code> are staged</li> </ol> <h4>Now</h4> <ol> <li>Stage <code>file.js</code> with only double-quotes <code>"</code> changed to <code>'</code></li> <li>Run <code>git commit -am "I don't like double quotes"</code></li> <li><em>Lint-staged</em> runs <code>prettier --write file.js</code>, converting all the <code>'</code> back to <code>"</code></li> <li>Because there are now no changes, <em>lint-staged</em> fails and cancels the commit</li> <li>Commit was not done, and there are no staged changes</li> </ol> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/lint-staged/lint-staged/commit/7e6abe47c2c7584e72ded13a16d2e93d0a98f57b"><code>7e6abe4</code></a> chore(changeset): release</li> <li><a href="https://github.com/lint-staged/lint-staged/commit/0ebfa69f49a8c3335a07bb6a170b5700776ef52d"><code>0ebfa69</code></a> build(deps): update dependencies</li> <li><a href="https://github.com/lint-staged/lint-staged/commit/630af5fb48ed43eb6ccaefa7a9d9612309023b6f"><code>630af5f</code></a> feat: do not reset to original state when preventing empty commit</li> <li><a href="https://github.com/lint-staged/lint-staged/commit/7b8be705e29c9ec91964d0b12e6c732789a00476"><code>7b8be70</code></a> chore: update default branch references from "master" to "main"</li> <li><a href="https://github.com/lint-staged/lint-staged/commit/362a78df9ccb0fe8515c42164f93adaa87469954"><code>362a78d</code></a> docs: add workaround for tsc ignoring tsconfig.json issue to README FAQ (<a href="https://redirect.github.com/lint-staged/lint-staged/issues/1523">#1523</a>)</li> <li><a href="https://github.com/lint-staged/lint-staged/commit/e013823e1867f076eb35e886c0422060dccb23b9"><code>e013823</code></a> fix: "node_modules" typo in eslint.config.js</li> <li><a href="https://github.com/lint-staged/lint-staged/commit/67019ee77fac5e116ce86816663d8d1ee7e5a37a"><code>67019ee</code></a> test: add integration test to ensure unmodified merged files are not linted (...</li> <li><a href="https://github.com/lint-staged/lint-staged/commit/366f8bdf90dbd18e9547b69d6b7d16f82bf4e8c2"><code>366f8bd</code></a> refactor: move TypeScript types to "index.d.ts" file</li> <li><a href="https://github.com/lint-staged/lint-staged/commit/85ea6a40a7902f1c4b16e43e07b3adca196bbe9f"><code>85ea6a4</code></a> docs: adjust readme regarding monorepo setup</li> <li>See full diff in <a href="https://github.com/lint-staged/lint-staged/compare/v15.4.3...v15.5.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 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> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 87345c2 - Browse repository at this point
Copy the full SHA 87345c2View commit details -
fix: undici bump with new features (#586)
Bumps the production-dependencies group with 1 update: [undici](https://github.com/nodejs/undici). Updates `undici` from 7.4.0 to 7.5.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/nodejs/undici/releases">undici's releases</a>.</em></p> <blockquote> <h2>v7.5.0</h2> <h2>What's Changed</h2> <ul> <li>feat(docs): button to switch dark and light mode by <a href="https://github.com/shivarm"><code>@shivarm</code></a> in <a href="https://redirect.github.com/nodejs/undici/pull/4044">nodejs/undici#4044</a></li> <li>feat: add mock call history to access request configuration in test by <a href="https://github.com/blephy"><code>@blephy</code></a> in <a href="https://redirect.github.com/nodejs/undici/pull/4029">nodejs/undici#4029</a></li> <li>fix: Fix retry-handler.js when retry-after header is a Date by <a href="https://github.com/fgiova"><code>@fgiova</code></a> in <a href="https://redirect.github.com/nodejs/undici/pull/4084">nodejs/undici#4084</a></li> <li>Update Cache Tests by <a href="https://github.com/github-actions"><code>@github-actions</code></a> in <a href="https://redirect.github.com/nodejs/undici/pull/4027">nodejs/undici#4027</a></li> <li>Allow disabling autoSelectFamily in an Agent by <a href="https://github.com/hitsthings"><code>@hitsthings</code></a> in <a href="https://redirect.github.com/nodejs/undici/pull/4070">nodejs/undici#4070</a></li> <li>Removed clients with unrecoverable errors from the Pool by <a href="https://github.com/mcollina"><code>@mcollina</code></a> in <a href="https://redirect.github.com/nodejs/undici/pull/4088">nodejs/undici#4088</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/blephy"><code>@blephy</code></a> made their first contribution in <a href="https://redirect.github.com/nodejs/undici/pull/4029">nodejs/undici#4029</a></li> <li><a href="https://github.com/fgiova"><code>@fgiova</code></a> made their first contribution in <a href="https://redirect.github.com/nodejs/undici/pull/4084">nodejs/undici#4084</a></li> <li><a href="https://github.com/hitsthings"><code>@hitsthings</code></a> made their first contribution in <a href="https://redirect.github.com/nodejs/undici/pull/4070">nodejs/undici#4070</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/nodejs/undici/compare/v7.4.0...v7.5.0">https://github.com/nodejs/undici/compare/v7.4.0...v7.5.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/nodejs/undici/commit/a180465f3ae472d1cc860badcc36bda5566ff2a5"><code>a180465</code></a> Bumped v7.5.0 (<a href="https://redirect.github.com/nodejs/undici/issues/4091">#4091</a>)</li> <li><a href="https://github.com/nodejs/undici/commit/f317618ec28753a4218beccea048bcf89c36db25"><code>f317618</code></a> Removed clients with unrecoverable errors from the Pool (<a href="https://redirect.github.com/nodejs/undici/issues/4088">#4088</a>)</li> <li><a href="https://github.com/nodejs/undici/commit/1e58b58523c59fa49ce5de61fefbae6825052633"><code>1e58b58</code></a> feat: Allow disabling autoSelectFamily in an Agent (<a href="https://redirect.github.com/nodejs/undici/issues/4070">#4070</a>)</li> <li><a href="https://github.com/nodejs/undici/commit/2767d0e4e9214bf36e446f82675e758c8ef2f49e"><code>2767d0e</code></a> chore: update cache tests (<a href="https://redirect.github.com/nodejs/undici/issues/4027">#4027</a>)</li> <li><a href="https://github.com/nodejs/undici/commit/ef276d4a296b99f547ed563a11e74ae71bc84bc1"><code>ef276d4</code></a> fix: Fix retry-handler.js when retry-after header is a Date (<a href="https://redirect.github.com/nodejs/undici/issues/4084">#4084</a>)</li> <li><a href="https://github.com/nodejs/undici/commit/61797882f210e7e6f2b34158c0f25336ff72a751"><code>6179788</code></a> feat: add mock call history to access request configuration in test (<a href="https://redirect.github.com/nodejs/undici/issues/4029">#4029</a>)</li> <li><a href="https://github.com/nodejs/undici/commit/f11ae944dab697d2dc22318403200b144b4b2b91"><code>f11ae94</code></a> feat(docs): button to switch dark and light mode (<a href="https://redirect.github.com/nodejs/undici/issues/4044">#4044</a>)</li> <li>See full diff in <a href="https://github.com/nodejs/undici/compare/v7.4.0...v7.5.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 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> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 38d9159 - Browse repository at this point
Copy the full SHA 38d9159View commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v3.4.4...v3.4.5