-
-
Notifications
You must be signed in to change notification settings - Fork 115
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Status of the project #353
Comments
The project was recently moved into the enzyme org; I'll try to address those issues and cut a release in the next few weeks. |
Awesome, thanks for the response! Please let us know if there is something you need help with, maybe I can help. |
looks like this project is dead |
@Kikobeats its very much not dead; i just haven’t had time yet to get to it. |
How can I help?
|
@ljharb if you give us the right permissions, we can push the project forward! There are some easy PR that can be merged and keep the project up to date. |
agree. we are stuck right now because of the out of dated js dom. |
@ljharb Hi, Could you update jest-environment-jsdom in jest-environment-enzyme to 27.2.2 version to support the new jest? |
@LexaDel it's on my list of stuff to do. |
This comment has been minimized.
This comment has been minimized.
@ljharb Thanks for doing this! Can imagine how much work it would be. Do you have a timeline for react 17 and node support? |
I do not have a timeline for react 17 support; i don’t know what “node support” it’s lacking. |
This comment has been minimized.
This comment has been minimized.
* Pnpm has started wanting to update `@storybook/builder-webpack5` with every upstream release. Giving the relevant overrides a version makes it stick with the lockfile. * `@automattic/format-currency` seems a bit outdated. We can clean up a lot of the old deps we have in pnpm-lock.yaml by updating its dep on `i18n-calypso` from 4.x to 5.x, and in turn updating `i18n-calypso`'s dep on `interpolate-components` 1.1.0 too. * `jest-environment-enzyme` is [supposedly not dead][1], but still isn't being updated for several months. For our purposes at least it seems to work fine with jest-environment-jsdom 27. * Looks like we've dropped the dep on whatever old version of `terser-webpack-plugin` had a dep on an old version of `serialize-javascript`, so drop the override. [1]: enzymejs/enzyme-matchers#353
* Pnpm has started wanting to update `@storybook/builder-webpack5` with every upstream release. Giving the relevant overrides a version makes it stick with the lockfile. * `@automattic/format-currency` seems a bit outdated. We can clean up a lot of the old deps we have in pnpm-lock.yaml by updating its dep on `i18n-calypso` from 4.x to 5.x, and in turn updating `i18n-calypso`'s dep on `interpolate-components` 1.1.0 too. * `jest-environment-enzyme` is [supposedly not dead][1], but still isn't being updated for several months. For our purposes at least it seems to work fine with jest-environment-jsdom 27. * Looks like we've dropped the dep on whatever old version of `terser-webpack-plugin` had a dep on an old version of `serialize-javascript`, so drop the override. [1]: enzymejs/enzyme-matchers#353
* Pnpm has started wanting to update `@storybook/builder-webpack5` with every upstream release. Giving the relevant overrides a version makes it stick with the lockfile. * `@automattic/format-currency` seems a bit outdated. We can clean up a lot of the old deps we have in pnpm-lock.yaml by updating its dep on `i18n-calypso` from 4.x to 5.x, and in turn updating `i18n-calypso`'s dep on `interpolate-components` 1.1.0 too. * `jest-environment-enzyme` is [supposedly not dead][1], but still isn't being updated for several months. For our purposes at least it seems to work fine with jest-environment-jsdom 27. * Looks like we've dropped the dep on whatever old version of `terser-webpack-plugin` had a dep on an old version of `serialize-javascript`, so drop the override. [1]: enzymejs/enzyme-matchers#353 Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/1546542590
* Pnpm has started wanting to update `@storybook/builder-webpack5` with every upstream release. Giving the relevant overrides a version makes it stick with the lockfile. * `@automattic/format-currency` seems a bit outdated. We can clean up a lot of the old deps we have in pnpm-lock.yaml by updating its dep on `i18n-calypso` from 4.x to 5.x, and in turn updating `i18n-calypso`'s dep on `interpolate-components` 1.1.0 too. * `jest-environment-enzyme` is [supposedly not dead][1], but still isn't being updated for several months. For our purposes at least it seems to work fine with jest-environment-jsdom 27. * Looks like we've dropped the dep on whatever old version of `terser-webpack-plugin` had a dep on an old version of `serialize-javascript`, so drop the override. [1]: enzymejs/enzyme-matchers#353 Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/1546542590
* Pnpm has started wanting to update `@storybook/builder-webpack5` with every upstream release. Giving the relevant overrides a version makes it stick with the lockfile. * `@automattic/format-currency` seems a bit outdated. We can clean up a lot of the old deps we have in pnpm-lock.yaml by updating its dep on `i18n-calypso` from 4.x to 5.x, and in turn updating `i18n-calypso`'s dep on `interpolate-components` 1.1.0 too. * `jest-environment-enzyme` is [supposedly not dead][1], but still isn't being updated for several months. For our purposes at least it seems to work fine with jest-environment-jsdom 27. * Looks like we've dropped the dep on whatever old version of `terser-webpack-plugin` had a dep on an old version of `serialize-javascript`, so drop the override. [1]: enzymejs/enzyme-matchers#353 Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/1546542590
* Pnpm has started wanting to update `@storybook/builder-webpack5` with every upstream release. Giving the relevant overrides a version makes it stick with the lockfile. * `@automattic/format-currency` seems a bit outdated. We can clean up a lot of the old deps we have in pnpm-lock.yaml by updating its dep on `i18n-calypso` from 4.x to 5.x, and in turn updating `i18n-calypso`'s dep on `interpolate-components` 1.1.0 too. * `jest-environment-enzyme` is [supposedly not dead][1], but still isn't being updated for several months. For our purposes at least it seems to work fine with jest-environment-jsdom 27. * Looks like we've dropped the dep on whatever old version of `terser-webpack-plugin` had a dep on an old version of `serialize-javascript`, so drop the override. [1]: enzymejs/enzyme-matchers#353 Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/1546542590
Hi!
What is the status of this project? Is it still being maintained?
Last commit is from almost 1 year ago, and since then there has been important issues like Node 14 support (#349) or Jest 26 support (#351) with no comment from the maintainers.
The text was updated successfully, but these errors were encountered: