s100

Results 37 comments of s100

Any progress on this? The supplied fix looks okay to me, it should be a no-brainer...

The README for this package says, > **Note:** If you are consuming the code here and you are not also a Facebook project, be prepared for a bad time. APIs...

This is happening because in `./build/Utils.js`, `enzyme` is doing this: https://github.com/enzymejs/enzyme/blob/3d286a4f45f5c1b9c649fd5ee63fe9fd57e0d597/packages/enzyme/src/Utils.js#L11 Notice how this imports a specific internal module from deep inside the guts of `cheerio`, `./lib/utils.js`. This bypasses the...

@ljharb Is this package still actively maintained?

> @s100 yes, as you can see by my comment yesterday. Awesome... so, when can we expect a new release with this fix?

That advisory comes from `node-fetch`, which is used by `isomorphic-fetch`, which is used by `fbjs`, which is used by `[email protected]`, which is used by `react-localize-redux`. `create-react-context` [stopped using `fbjs` entirely](https://github.com/jamiebuilds/create-react-context/pull/22)...

As a workaround for this, we are using the following thin wrapper around `localizeReducer`: ```js import { localizeReducer } from 'react-localize-redux' const wrappedLocalizeReducer = (state, action) => { const nextState...

@elycheea If `@carbon/ibm-cloud-cognitive-cdai` is not supported, does that mean that it's deprecated? If so, is it deprecated in favour of some other, actively-supported package?

@elycheea We use ``, ``, ``, `` and ``, all from `@carbon/ibm-cloud-cognitive-cdai`. I see from Storybook that all of these components are marked as legacy. What are we supposed to...

https://github.com/carbon-design-system/ibm-cloud-cognitive/pull/2244 was merged on 1 September 2022. Now awaiting a new release of `@carbon/ibm-cloud-cognitive-cdai` with this fix in. [Prior releases](https://github.com/carbon-design-system/ibm-cloud-cognitive/releases) of this package are [`1.22.17` on Tuesday 16 August](https://github.com/carbon-design-system/ibm-cloud-cognitive/compare/@carbon/[email protected]...@carbon/[email protected]) and...