Dane Hillard
Dane Hillard
**Describe the bug** When installing a package with `--editable`, the `package_or_url` field in `pipx_metadata.json` is updated to the local path of the package. Even after forcing the installation of a...
**Expected behavior** When a component is composed of other components, Storybook shows a tabbed interface for the resulting component and each of its constituent components. **Actual behavior** In the React...
**This change:** (check at least one) - [ ] Adds a new feature - [ ] Fixes a bug - [x] Improves maintainability - [ ] Improves documentation - [...
**The problem** We want our dependencies to be up to date so we can continue to benefit from and evolve with the ecosystem around us. **The solution** Upgrade from StyleDictionary...
**The problem** On the latest version of `sass`, we now get deprecation warnings about certain syntax that is quite present in the code base: ``` Deprecation Warning: Sass's behavior for...
## Issue I should be able to use `deps = ["{[arbitrary.section.name]deps}", "one", "two", ...]` to include the dependencies from that arbitrary section in the current section's `deps`. When the arbitrary...
**Bug Report** A function that takes in a function with a broad signature and returns a narrowed partially-applied function now reports `error: Too few arguments [call-arg]` in mypy 1.12. **To...
**Expected behavior** Updating a patch version of `@babel/core` should be okay. **Actual behavior** Updating from 7.26.0 to 7.26.7 breaks the Gatsby site build. **Steps to reproduce the issue** 1. run...
**The problem** React 19 [supports web components natively](https://custom-elements-everywhere.com/libraries/react/results/results.html). We should avoid expending further effort in supporting the React wrapper and the React Storybook, as it duplicates that effort and can...
Resolves #347