k2snowman69
k2snowman69
From what I gather (still processing, apologizes if my understanding is incorrect) this seems to be a stop-gap measure until React supports Enzyme with some sort of event regarding effect...
This proposal is to add a parenthesis type for expressions. This was slightly mentioned in the [CST issue](https://github.com/estree/estree/issues/41) but I think this is much more basic, hence splitting it out...
## Issue : It's documented in the readme that ts-jest doesn't support semver and instead has locked it's major version to the major version of jest. Overall I can understand...
### Version 29.0.1 ### Steps to reproduce #### Setup 1. Add [email protected] and [email protected] to your repo 2. Ensure `"type": "module",` is set in your package.json 3. Add npm script...
**Describe the bug** 1. Clone the repository 1. Run `npm ci` You get the following output: ``` rickyp@LUSC02DG0MFML87 informed % npm ci npm WARN old lockfile npm WARN old lockfile...
**Describe the bug** Checkboxes and Radio button styles seem to be broken   https://teslamotors.github.io/informed/?path=/story/inputs--number-input
## Changes Adding a group for release-it packages ## Context Currently release-it PRs are created separately so when there is a major breaking change, neither PR is able to merge...
I can't seem to get globbySync to perform a proper negation glob. I'm fairly sure this is likely user error but I honestly can't wrap my head around it. I...
As a typescript user when setting moduleResolution to Node16 or NodeNext, I currently get typescript failures from the ignore package. Due to typescript-eslint@6 upgrading to only support Node16+, I'm unable...
I noticed a few things in the code base and was curious if you would be interested in PR's that: - Migrate from gulp to webpack - Migrate from prop-types...