Skip to content
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

chore: deprecate jest-repl #14459

Open
wants to merge 11 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 6 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion .eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -361,8 +361,8 @@ module.exports = {
files: [
'scripts/*',
'packages/*/__benchmarks__/test.js',
'packages/jest-cli/src/init/index.ts',
eryue0220 marked this conversation as resolved.
Show resolved Hide resolved
'packages/create-jest/src/runCreate.ts',
'packages/jest-repl/src/cli/runtime-cli.ts',
],
rules: {
'no-console': 'off',
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@

### Chore & Maintenance

- `[*]` [**BREAKING**] Deprecate package `jest-repl` ([14459](https://github.com/jestjs/jest/pull/14459))
- `[*]` [**BREAKING**] Drop support for Node.js versions 14 and 19 ([#14460](https://github.com/jestjs/jest/pull/14460))
- `[*]` [**BREAKING**] Drop support for `[email protected]`, minimum version is now `5.0` ([#14542](https://github.com/facebook/jest/pull/14542))
- `[*]` Depend on exact versions of monorepo dependencies instead of `^` range ([#14553](https://github.com/facebook/jest/pull/14553))
Expand Down
1 change: 0 additions & 1 deletion jest.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ export default {
'/packages/jest-haste-map/src/__tests__/haste_impl.js',
'/packages/jest-haste-map/src/__tests__/dependencyExtractor.js',
'/packages/jest-haste-map/src/__tests__/test_dotfiles_root/',
'/packages/jest-repl/src/__tests__/test_root',
'/packages/jest-runtime/src/__tests__/defaultResolver.js',
'/packages/jest-runtime/src/__tests__/module_dir/',
'/packages/jest-runtime/src/__tests__/NODE_PATH_dir',
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@
"remove-examples": "node ./scripts/remove-examples.mjs",
"test-ci-partial": "yarn test-ci-partial:parallel -i",
"test-ci-partial:parallel": "yarn jest --color --config jest.config.ci.mjs",
"test-leak": "yarn jest -i --detectLeaks --color jest-mock jest-diff jest-repl pretty-format",
"test-leak": "yarn jest -i --detectLeaks --color jest-mock jest-diff pretty-format",
"test-ts": "yarn jest --config jest.config.ts.mjs",
"test-types": "yarn test-ts --selectProjects type-tests",
"test": "yarn lint && yarn jest",
Expand Down
8 changes: 0 additions & 8 deletions packages/jest-repl/.npmignore

This file was deleted.

13 changes: 0 additions & 13 deletions packages/jest-repl/bin/jest-repl.js

This file was deleted.

13 changes: 0 additions & 13 deletions packages/jest-repl/bin/jest-runtime-cli.js

This file was deleted.

48 changes: 0 additions & 48 deletions packages/jest-repl/package.json

This file was deleted.

35 changes: 0 additions & 35 deletions packages/jest-repl/src/__tests__/jest_repl.test.js

This file was deleted.

53 changes: 0 additions & 53 deletions packages/jest-repl/src/__tests__/runtime_cli.test.js

This file was deleted.

16 changes: 0 additions & 16 deletions packages/jest-repl/src/__tests__/test_root/logging.js

This file was deleted.

10 changes: 0 additions & 10 deletions packages/jest-repl/src/__tests__/test_root/throwing.js

This file was deleted.

5 changes: 0 additions & 5 deletions packages/jest-repl/src/__tests__/tsconfig.json

This file was deleted.

51 changes: 0 additions & 51 deletions packages/jest-repl/src/cli/args.ts

This file was deleted.

29 changes: 0 additions & 29 deletions packages/jest-repl/src/cli/index.ts

This file was deleted.