|
Repo Added
|
Build
8495
Last
|
Files
1018
|
Badge
README BADGES
|
github
fix(deps): add @patternfly/react-styles as an explicit dependency Introduced in #3581, @patternfly/react-code-editor declares @patternfly/react-styles with a loose `^6.4.0` range (published from `workspace:^` in the PF monorepo). npm resolves that to 6.5.1 (latest satisfying): @patternfly/react-code-editor@6.4.1 └── @patternfly/react-styles@^6.4.0 → resolved to 6.5.1 https://github.com/patternfly/patternfly-react/blob/189eb789f/packages/react-code-editor/package.json#L36 Other PF packages (e.g. react-core) also pull react-styles, but at a different version. npm cannot flatten two different versions of the same package to the root node_modules, so 6.5.1 ends up nested and direct imports break at build/runtime: import textStyles from "@patternfly/react-styles/css/utilities/Text/text"; import spacingStyles from "@patternfly/react-styles/css/utilities/Spacing/spacing"; PR #3581 already froze all other PatternFly deps to 6.4.x to avoid a known layout regression in 6.5.1. Adding react-styles@6.4.0 explicitly completes that freeze, collapses all transitive resolutions to the same version, and guarantees a stable root-level path.
4401 of 6437 branches covered (68.37%)
Branch coverage included in aggregate %.
23912 of 28309 relevant lines covered (84.47%)
98.32 hits per line
| Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line | Branch Hits | Branch Misses |
|---|
![]() |
Badge your Repo: agamaWe detected this repo isn’t badged! Grab the embed code to the right, add it to your repo to show off your code coverage, and when the badge is live hit the refresh button to remove this message.Could not find badge in README. |
|
Embed ▾
README BADGES
|