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: delete eslint-config-fb-strict package from repo #10739

Merged
merged 1 commit into from Oct 30, 2020
Merged
Show file tree
Hide file tree
Changes from all 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.js
Expand Up @@ -7,7 +7,7 @@

module.exports = {
extends: [
'./packages/eslint-config-fb-strict/index.js',
'fb-strict',
'plugin:import/errors',
'plugin:import/typescript',
'prettier',
Expand Down
7 changes: 4 additions & 3 deletions CHANGELOG.md
Expand Up @@ -7,16 +7,17 @@
### Fixes

- `[babel-plugin-jest-hoist]` Preserve order of hoisted mock nodes within containing block ([#10536](https://github.com/facebook/jest/pull/10536))
- `[jest-config]` Fix bug introduced in watch mode by PR[#10678](https://github.com/facebook/jest/pull/10678/files#r511037803) ([#10692](https://github.com/facebook/jest/pull/10692))
- `[expect]` Stop modifying the sample in `expect.objectContaining()` ([#10711](https://github.com/facebook/jest/pull/10711))
- `[jest-circus, jest-jasmine2]` fix: don't assume `stack` is always a string ([#10697](https://github.com/facebook/jest/pull/10697))
- `[jest-config]` Fix bug introduced in watch mode by PR[#10678](https://github.com/facebook/jest/pull/10678/files#r511037803) ([#10692](https://github.com/facebook/jest/pull/10692))
- `[jest-resolve-dependencies]` Resolve mocks as dependencies ([#10713](https://github.com/facebook/jest/pull/10713))

### Chore & Maintenance

- `[docs]` Add docs for using mocks in TypeScript([#10415](https://github.com/facebook/jest/pull/10415))
- `[jest-cli]` chore: standardize files and folder names ([#10698](https://github.com/facebook/jest/pull/1098))
- `[docs]` Add docs for using mocks in TypeScript ([#10415](https://github.com/facebook/jest/pull/10415))
- `[eslint-config-fb-strict]` Move package from this repo to `fbjs` repo ([#10739](https://github.com/facebook/jest/pull/10739))
- `[examples]` Update TypeScript example to show use of newer Jest types ([#10399](https://github.com/facebook/jest/pull/10399))
- `[jest-cli]` chore: standardize files and folder names ([#10698](https://github.com/facebook/jest/pull/10698))

### Performance

Expand Down
1 change: 1 addition & 0 deletions package.json
Expand Up @@ -33,6 +33,7 @@
"debug": "^4.0.1",
"dedent": "^0.7.0",
"eslint": "^7.7.0",
"eslint-config-fb-strict": "^26.0.0",
"eslint-config-prettier": "^6.1.0",
"eslint-plugin-babel": "^5.1.0",
"eslint-plugin-eslint-comments": "^3.1.2",
Expand Down
87 changes: 0 additions & 87 deletions packages/eslint-config-fb-strict/index.js

This file was deleted.

29 changes: 0 additions & 29 deletions packages/eslint-config-fb-strict/package.json

This file was deleted.

12 changes: 7 additions & 5 deletions yarn.lock
Expand Up @@ -7861,9 +7861,9 @@ __metadata:
languageName: node
linkType: hard

"eslint-config-fb-strict@workspace:packages/eslint-config-fb-strict":
version: 0.0.0-use.local
resolution: "eslint-config-fb-strict@workspace:packages/eslint-config-fb-strict"
"eslint-config-fb-strict@npm:^26.0.0":
version: 26.0.0
resolution: "eslint-config-fb-strict@npm:26.0.0"
dependencies:
eslint-config-fbjs: ^3.1.1
peerDependencies:
Expand All @@ -7874,8 +7874,9 @@ __metadata:
eslint-plugin-jest: ^21.0.0 || ^22.0.0 || ^23.0.0
eslint-plugin-jsx-a11y: ^6.0.2
eslint-plugin-react: ^7.1.0
languageName: unknown
linkType: soft
checksum: 8ea89ca2f08627d6ef727047d870c86cf4f3027a4321f74b15bc5206d9fef8790b3d63f413cba274ca5ddbe0cb9c40febfced7db4c9e796a10e31345ccdeda78
languageName: node
linkType: hard

"eslint-config-fbjs@npm:^3.1.1":
version: 3.1.1
Expand Down Expand Up @@ -17208,6 +17209,7 @@ fsevents@^1.2.7:
debug: ^4.0.1
dedent: ^0.7.0
eslint: ^7.7.0
eslint-config-fb-strict: ^26.0.0
eslint-config-prettier: ^6.1.0
eslint-plugin-babel: ^5.1.0
eslint-plugin-eslint-comments: ^3.1.2
Expand Down