Bump @types/jest from 26.0.24 to 27.0.3 in /ui#3
Closed
dependabot[bot] wants to merge 1 commit intomasterfrom
Closed
Bump @types/jest from 26.0.24 to 27.0.3 in /ui#3dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot[bot] wants to merge 1 commit intomasterfrom
Conversation
Contributor
Author
|
The following labels could not be found: |
Contributor
|
@dependabot recreate |
5158078 to
fc4dc98
Compare
|
Tag for build #7177 is 💻 For deploying this image using the dev scripts, run the following first: export MAIN_IMAGE_TAG='3.67.x-104-g0ea9370a96'📦 You can also generate an installation bundle with: docker run -i --rm stackrox/main:3.67.x-104-g0ea9370a96 central generate interactive > bundle.zip🕹️ A |
Bumps [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest) from 26.0.24 to 27.0.3. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jest) --- updated-dependencies: - dependency-name: "@types/jest" dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
fc4dc98 to
0ea9370
Compare
Contributor
Author
|
Superseded by #216. |
1 task
2 tasks
clickboo
added a commit
that referenced
this pull request
Aug 27, 2024
# 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
9 tasks
5 tasks
4 tasks
GrimmiMeloni
added a commit
that referenced
this pull request
Feb 2, 2026
…scriptors Address three critical issues identified in code quality review: Critical Issue #1: Unchecked Type Assertions - Add checked type assertions at lines 29-42 for spec, crds, owned fields - Add checked assertions at lines 46-60 for CRD and descriptor entries - Add checked assertions at lines 84-89 in fixDescriptorOrder for path fields - Add checked assertion at line 133-136 for currentPath field - All failures now have proper error handling instead of panics Critical Issue #2: Path Resolution Bug - Fix lines 138-142 to check for strings.LastIndex returning -1 - Handle top-level paths (no dots) gracefully with early continue - Prevents index-out-of-bounds panic when processing top-level fields Critical Issue #3: URN Value Handling - Fix line 125 to use strings.Join(parts[6:], ":") - Preserves colons in URN values instead of truncating after first colon - Handles values like "database:enabled" correctly All existing tests pass. The tool now handles malformed input gracefully with clear error messages instead of panicking. This code was partially generated with AI assistance. Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
GrimmiMeloni
added a commit
that referenced
this pull request
Feb 3, 2026
…scriptors Address three critical issues identified in code quality review: Critical Issue #1: Unchecked Type Assertions - Add checked type assertions at lines 29-42 for spec, crds, owned fields - Add checked assertions at lines 46-60 for CRD and descriptor entries - Add checked assertions at lines 84-89 in fixDescriptorOrder for path fields - Add checked assertion at line 133-136 for currentPath field - All failures now have proper error handling instead of panics Critical Issue #2: Path Resolution Bug - Fix lines 138-142 to check for strings.LastIndex returning -1 - Handle top-level paths (no dots) gracefully with early continue - Prevents index-out-of-bounds panic when processing top-level fields Critical Issue #3: URN Value Handling - Fix line 125 to use strings.Join(parts[6:], ":") - Preserves colons in URN values instead of truncating after first colon - Handles values like "database:enabled" correctly All existing tests pass. The tool now handles malformed input gracefully with clear error messages instead of panicking. This code was partially generated with AI assistance. Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
GrimmiMeloni
added a commit
that referenced
this pull request
Feb 3, 2026
…scriptors Address three critical issues identified in code quality review: Critical Issue #1: Unchecked Type Assertions - Add checked type assertions at lines 29-42 for spec, crds, owned fields - Add checked assertions at lines 46-60 for CRD and descriptor entries - Add checked assertions at lines 84-89 in fixDescriptorOrder for path fields - Add checked assertion at line 133-136 for currentPath field - All failures now have proper error handling instead of panics Critical Issue #2: Path Resolution Bug - Fix lines 138-142 to check for strings.LastIndex returning -1 - Handle top-level paths (no dots) gracefully with early continue - Prevents index-out-of-bounds panic when processing top-level fields Critical Issue #3: URN Value Handling - Fix line 125 to use strings.Join(parts[6:], ":") - Preserves colons in URN values instead of truncating after first colon - Handles values like "database:enabled" correctly All existing tests pass. The tool now handles malformed input gracefully with clear error messages instead of panicking. This code was partially generated with AI assistance. Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
GrimmiMeloni
added a commit
that referenced
this pull request
Feb 5, 2026
…scriptors Address three critical issues identified in code quality review: Critical Issue #1: Unchecked Type Assertions - Add checked type assertions at lines 29-42 for spec, crds, owned fields - Add checked assertions at lines 46-60 for CRD and descriptor entries - Add checked assertions at lines 84-89 in fixDescriptorOrder for path fields - Add checked assertion at line 133-136 for currentPath field - All failures now have proper error handling instead of panics Critical Issue #2: Path Resolution Bug - Fix lines 138-142 to check for strings.LastIndex returning -1 - Handle top-level paths (no dots) gracefully with early continue - Prevents index-out-of-bounds panic when processing top-level fields Critical Issue #3: URN Value Handling - Fix line 125 to use strings.Join(parts[6:], ":") - Preserves colons in URN values instead of truncating after first colon - Handles values like "database:enabled" correctly All existing tests pass. The tool now handles malformed input gracefully with clear error messages instead of panicking. This code was partially generated with AI assistance. Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
GrimmiMeloni
added a commit
that referenced
this pull request
Feb 5, 2026
…scriptors Address three critical issues identified in code quality review: Critical Issue #1: Unchecked Type Assertions - Add checked type assertions at lines 29-42 for spec, crds, owned fields - Add checked assertions at lines 46-60 for CRD and descriptor entries - Add checked assertions at lines 84-89 in fixDescriptorOrder for path fields - Add checked assertion at line 133-136 for currentPath field - All failures now have proper error handling instead of panics Critical Issue #2: Path Resolution Bug - Fix lines 138-142 to check for strings.LastIndex returning -1 - Handle top-level paths (no dots) gracefully with early continue - Prevents index-out-of-bounds panic when processing top-level fields Critical Issue #3: URN Value Handling - Fix line 125 to use strings.Join(parts[6:], ":") - Preserves colons in URN values instead of truncating after first colon - Handles values like "database:enabled" correctly All existing tests pass. The tool now handles malformed input gracefully with clear error messages instead of panicking. This code was partially generated with AI assistance. Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
davdhacs
added a commit
that referenced
this pull request
Mar 11, 2026
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
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 @types/jest from 26.0.24 to 27.0.3.
Commits
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 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)