Bump d3-zoom from 2.0.0 to 3.0.0 in /ui#4
Conversation
|
The following labels could not be found: |
* Add E2E test for external network sources * Addressed Gavin's comments * Added feature flag protection * Fix style * Broke down the tests a bit * Addressed Viswa's commenta * Increased check no edge timeout * Changed verifyNoEdge to wait first * Skipped tc #4 for now * Fix style (cherry picked from commit 4f18d0c)
|
@dependabot recreate |
af07080 to
e96c221
Compare
|
Tag for build #650277 is 💻 For deploying this image using the dev scripts, run the following first: export MAIN_IMAGE_TAG='3.70.x-335-g9ffa707c16'🕹️ A |
e96c221 to
232adc0
Compare
|
Images are ready for the commit at 90762bb. To use with deploy scripts, first |
232adc0 to
9ffa707
Compare
|
@dependabot rebase |
9ffa707 to
1547896
Compare
Bumps [d3-zoom](https://github.com/d3/d3-zoom) from 2.0.0 to 3.0.0. - [Release notes](https://github.com/d3/d3-zoom/releases) - [Commits](d3/d3-zoom@v2.0.0...v3.0.0) --- updated-dependencies: - dependency-name: d3-zoom dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1547896 to
90762bb
Compare
|
@dependabot help |
|
You can trigger Dependabot actions by commenting on this PR:
|
|
OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting If you change your mind, just re-open this PR and I'll resolve any conflicts on it. |
# This is the 1st commit message: WIP: Helm changes for config-controller # The commit message #2 will be skipped: # WIP: Helm changes for config-controller # The commit message #3 will be skipped: # helm ignore # The commit message #4 will be skipped: # remove comment block from deployment yaml # The commit message #5 will be skipped: # manager # The commit message #6 will be skipped: # remove indent # The commit message #7 will be skipped: # more fixes to indentation
…r CLI - Add checked type assertions in echoReplacedVersion - Fix array bounds check (>= 3 not >= 2) - Add validation for --related-images-mode flag - Replace custom string functions with strings package - Unify skip version parsing logic with patch.go User request: Fix the 3 critical issues and Important issue #4 (use standard library) identified in the code quality review for Task 7. This change addresses all critical safety issues: 1. Type assertions now properly check success and return descriptive errors 2. Array bounds bug fixed in version parsing (no longer needed with unified logic) 3. Related-images-mode flag validates against allowed values: downstream, omit, konflux 4. Custom string manipulation replaced with standard strings.Split, strings.TrimSpace, strings.TrimPrefix 5. Version parsing unified with patch.go approach using strings.TrimPrefix All existing tests pass. Note: Code partially generated with AI assistance. Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
…r CLI - Add checked type assertions in echoReplacedVersion - Fix array bounds check (>= 3 not >= 2) - Add validation for --related-images-mode flag - Replace custom string functions with strings package - Unify skip version parsing logic with patch.go User request: Fix the 3 critical issues and Important issue #4 (use standard library) identified in the code quality review for Task 7. This change addresses all critical safety issues: 1. Type assertions now properly check success and return descriptive errors 2. Array bounds bug fixed in version parsing (no longer needed with unified logic) 3. Related-images-mode flag validates against allowed values: downstream, omit, konflux 4. Custom string manipulation replaced with standard strings.Split, strings.TrimSpace, strings.TrimPrefix 5. Version parsing unified with patch.go approach using strings.TrimPrefix All existing tests pass. Note: Code partially generated with AI assistance. Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
…r CLI - Add checked type assertions in echoReplacedVersion - Fix array bounds check (>= 3 not >= 2) - Add validation for --related-images-mode flag - Replace custom string functions with strings package - Unify skip version parsing logic with patch.go User request: Fix the 3 critical issues and Important issue #4 (use standard library) identified in the code quality review for Task 7. This change addresses all critical safety issues: 1. Type assertions now properly check success and return descriptive errors 2. Array bounds bug fixed in version parsing (no longer needed with unified logic) 3. Related-images-mode flag validates against allowed values: downstream, omit, konflux 4. Custom string manipulation replaced with standard strings.Split, strings.TrimSpace, strings.TrimPrefix 5. Version parsing unified with patch.go approach using strings.TrimPrefix All existing tests pass. Note: Code partially generated with AI assistance. Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
Add a dedicated `cve` column with btree index to ImageCVEInfo table to enable efficient lookups by CVE name without parsing the composite ID. This allows queries like: SELECT min(first_system_occurrence) FROM image_cve_infos WHERE cve=$1; Previously, the CVE was only stored as part of the composite primary key (cve#package#datasource), requiring string parsing for CVE lookups. Changes: - Add cve field (field #4) to ImageCVEInfo proto with btree index - Populate Cve field in both image datastore implementations - Update tests to include the new field - Regenerate postgres schema and proto bindings Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
…r CLI - Add checked type assertions in echoReplacedVersion - Fix array bounds check (>= 3 not >= 2) - Add validation for --related-images-mode flag - Replace custom string functions with strings package - Unify skip version parsing logic with patch.go User request: Fix the 3 critical issues and Important issue #4 (use standard library) identified in the code quality review for Task 7. This change addresses all critical safety issues: 1. Type assertions now properly check success and return descriptive errors 2. Array bounds bug fixed in version parsing (no longer needed with unified logic) 3. Related-images-mode flag validates against allowed values: downstream, omit, konflux 4. Custom string manipulation replaced with standard strings.Split, strings.TrimSpace, strings.TrimPrefix 5. Version parsing unified with patch.go approach using strings.TrimPrefix All existing tests pass. Note: Code partially generated with AI assistance. Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
…r CLI - Add checked type assertions in echoReplacedVersion - Fix array bounds check (>= 3 not >= 2) - Add validation for --related-images-mode flag - Replace custom string functions with strings package - Unify skip version parsing logic with patch.go User request: Fix the 3 critical issues and Important issue #4 (use standard library) identified in the code quality review for Task 7. This change addresses all critical safety issues: 1. Type assertions now properly check success and return descriptive errors 2. Array bounds bug fixed in version parsing (no longer needed with unified logic) 3. Related-images-mode flag validates against allowed values: downstream, omit, konflux 4. Custom string manipulation replaced with standard strings.Split, strings.TrimSpace, strings.TrimPrefix 5. Version parsing unified with patch.go approach using strings.TrimPrefix All existing tests pass. Note: Code partially generated with AI assistance. Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
Bumps d3-zoom from 2.0.0 to 3.0.0.
Release notes
Sourced from d3-zoom's releases.
Commits
debbe3d3.0.03419879Expose ZoomTransform constructor. (#191)e2f0e73fix #235; currentTarget initializationc774f9eAdopt type=module (#234)e9aa6cbMerge pull request #236 from fidelthomet/patch-1506ccf3Docs: Update default value for zoom.filter84a5e7badding passive flag to wheel zoom event listener to remove google's warningYou can trigger a rebase of this PR by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)