Skip to content

Commit

Permalink
[🔥AUDIT🔥] Revert "Version Packages (#695)" (#705)
Browse files Browse the repository at this point in the history
🖍 _This is an audit!_ 🖍

## Summary:
The publish failed because a script was trying to run 'npm test' for eslint-khan-plugin, but that script doesn't exist anymore now that we can run the eslint tests with the main jest config.  I'll fix this in a followup PR.  For now, this is a clean revert.

Issue: None

## Test plan:
- let CI run

Author: kevinbarabash

Auditors: #frontend-infra

Required Reviewers:

Approved By:

Checks: ⌛ Lint, typecheck, and coverage check (ubuntu-latest, 16.x), ✅ Prime node_modules cache for primary configuration (ubuntu-latest, 16.x), ✅ gerald, ⌛ Analyze (javascript), ⏭  dependabot

Pull Request URL: #705
  • Loading branch information
kevinbarabash authored May 15, 2023
1 parent e53dd44 commit f3127aa
Show file tree
Hide file tree
Showing 25 changed files with 51 additions and 99 deletions.
5 changes: 5 additions & 0 deletions .changeset/dull-penguins-impress.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@khanacademy/eslint-plugin": minor
---

Add eslint rule to disallow @ts- error suppression comments on JSXAttribute nodes
5 changes: 5 additions & 0 deletions .changeset/eight-days-teach.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@khanacademy/eslint-plugin": major
---

Migrate code to TS, drop rules for flow and enzyme
5 changes: 5 additions & 0 deletions .changeset/eighty-lobsters-flash.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@khanacademy/wonder-stuff-core": minor
---

Add isTruthy and isNonNullable type predicates
5 changes: 5 additions & 0 deletions .changeset/good-months-change.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@khanacademy/eslint-config": minor
---

Add @khanacademy/ts-no-error-suppressions to config
5 changes: 5 additions & 0 deletions .changeset/grumpy-hats-dress.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@khanacademy/eslint-plugin": major
---

Remove always/never from eslint rule options
2 changes: 2 additions & 0 deletions .changeset/shiny-bikes-happen.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
---
---
5 changes: 5 additions & 0 deletions .changeset/sweet-apes-decide.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@khanacademy/wonder-stuff-core": minor
---

Add UnreachableCaseError for use in exhaustive switch-case statements
13 changes: 0 additions & 13 deletions packages/eslint-config-khan/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,5 @@
# @khanacademy/eslint-config

## 2.0.0

### Minor Changes

- eba825a: Add @khanacademy/ts-no-error-suppressions to config

### Patch Changes

- Updated dependencies [599060f]
- Updated dependencies [2ff595c]
- Updated dependencies [1766154]
- @khanacademy/eslint-plugin@2.0.0

## 1.3.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/eslint-config-khan/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@khanacademy/eslint-config",
"version": "2.0.0",
"version": "1.3.0",
"publishConfig": {
"access": "public"
},
Expand All @@ -10,7 +10,7 @@
"author": "Kevin Barabash <[email protected]>",
"license": "MIT",
"peerDependencies": {
"@khanacademy/eslint-plugin": "^2.0.0",
"@khanacademy/eslint-plugin": "^1.4.2",
"@typescript-eslint/eslint-plugin": "^5.52.0",
"@typescript-eslint/parser": "^5.52.0",
"eslint": "^8.38.0",
Expand Down
11 changes: 0 additions & 11 deletions packages/eslint-plugin-khan/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,5 @@
# @khanacademy/eslint-plugin

## 2.0.0

### Major Changes

- 2ff595c: Migrate code to TS, drop rules for flow and enzyme
- 1766154: Remove always/never from eslint rule options

### Minor Changes

- 599060f: Add eslint rule to disallow @ts- error suppression comments on JSXAttribute nodes

## 1.4.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-plugin-khan/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@khanacademy/eslint-plugin",
"version": "2.0.0",
"version": "1.4.2",
"publishConfig": {
"access": "public"
},
Expand Down
6 changes: 0 additions & 6 deletions packages/wonder-stuff-ci/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
# @khanacademy/wonder-stuff-ci

## 0.0.4

### Patch Changes

- @khanacademy/wonder-stuff-server@4.0.7

## 0.0.3

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/wonder-stuff-ci/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"node": ">=16"
},
"name": "@khanacademy/wonder-stuff-ci",
"version": "0.0.4",
"version": "0.0.3",
"description": "Functions for automation and scripts.",
"module": "dist/es/index.js",
"main": "dist/index.js",
Expand All @@ -21,6 +21,6 @@
"author": "",
"license": "MIT",
"dependencies": {
"@khanacademy/wonder-stuff-server": "^4.0.7"
"@khanacademy/wonder-stuff-server": "^4.0.6"
}
}
7 changes: 0 additions & 7 deletions packages/wonder-stuff-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,5 @@
# @khanacademy/wonder-stuff-core

## 1.5.0

### Minor Changes

- 70a66b6: Add isTruthy and isNonNullable type predicates
- 08c5374: Add UnreachableCaseError for use in exhaustive switch-case statements

## 1.4.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/wonder-stuff-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"node": ">=16"
},
"name": "@khanacademy/wonder-stuff-core",
"version": "1.5.0",
"version": "1.4.2",
"description": "Core APIs for doing useful things that most things want to do",
"module": "dist/es/index.js",
"main": "dist/index.js",
Expand Down
10 changes: 0 additions & 10 deletions packages/wonder-stuff-render-environment-jsdom/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,5 @@
# @khanacademy/wonder-stuff-render-environment-jsdom

## 1.0.5

### Patch Changes

- Updated dependencies [70a66b6]
- Updated dependencies [08c5374]
- @khanacademy/wonder-stuff-core@1.5.0
- @khanacademy/wonder-stuff-render-server@1.0.5
- @khanacademy/wonder-stuff-server@4.0.7

## 1.0.4

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions packages/wonder-stuff-render-environment-jsdom/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"node": ">=16"
},
"name": "@khanacademy/wonder-stuff-render-environment-jsdom",
"version": "1.0.5",
"version": "1.0.4",
"description": "Render environment to use with the Wonder Stuff Render Server",
"module": "dist/es/index.js",
"main": "dist/index.js",
Expand All @@ -16,9 +16,9 @@
"test": "bash -c 'yarn --silent --cwd \"../..\" test ${@:0} $($([[ ${@: -1} = -* ]] || [[ ${@: -1} = bash ]]) && echo $PWD)'"
},
"dependencies": {
"@khanacademy/wonder-stuff-core": "^1.5.0",
"@khanacademy/wonder-stuff-server": "^4.0.7",
"@khanacademy/wonder-stuff-render-server": "^1.0.5"
"@khanacademy/wonder-stuff-core": "^1.4.2",
"@khanacademy/wonder-stuff-server": "^4.0.6",
"@khanacademy/wonder-stuff-render-server": "^1.0.4"
},
"devDependencies": {
"ws-dev-build-settings": "^1.1.0"
Expand Down
9 changes: 0 additions & 9 deletions packages/wonder-stuff-render-server/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,5 @@
# @khanacademy/wonder-stuff-render-server

## 1.0.5

### Patch Changes

- Updated dependencies [70a66b6]
- Updated dependencies [08c5374]
- @khanacademy/wonder-stuff-core@1.5.0
- @khanacademy/wonder-stuff-server@4.0.7

## 1.0.4

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/wonder-stuff-render-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"node": ">=16"
},
"name": "@khanacademy/wonder-stuff-render-server",
"version": "1.0.5",
"version": "1.0.4",
"description": "An unopinionated server for rendering specific URLs using a configured environment.",
"module": "dist/es/index.js",
"main": "dist/index.js",
Expand All @@ -16,8 +16,8 @@
"test": "bash -c 'yarn --silent --cwd \"../..\" test ${@:0} $($([[ ${@: -1} = -* ]] || [[ ${@: -1} = bash ]]) && echo $PWD)'"
},
"dependencies": {
"@khanacademy/wonder-stuff-core": "^1.5.0",
"@khanacademy/wonder-stuff-server": "^4.0.7"
"@khanacademy/wonder-stuff-core": "^1.4.2",
"@khanacademy/wonder-stuff-server": "^4.0.6"
},
"devDependencies": {
"ws-dev-build-settings": "^1.1.0"
Expand Down
8 changes: 0 additions & 8 deletions packages/wonder-stuff-sentry/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,5 @@
# @khanacademy/wonder-stuff-sentry

## 1.2.3

### Patch Changes

- Updated dependencies [70a66b6]
- Updated dependencies [08c5374]
- @khanacademy/wonder-stuff-core@1.5.0

## 1.2.2

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/wonder-stuff-sentry/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"node": ">=16"
},
"name": "@khanacademy/wonder-stuff-sentry",
"version": "1.2.3",
"version": "1.2.2",
"description": "Sentry integration support",
"module": "dist/es/index.js",
"main": "dist/index.js",
Expand All @@ -15,7 +15,7 @@
"test": "bash -c 'yarn --silent --cwd \"../..\" test ${@:0} $($([[ ${@: -1} = -* ]] || [[ ${@: -1} = bash ]]) && echo $PWD)'"
},
"dependencies": {
"@khanacademy/wonder-stuff-core": "^1.5.0"
"@khanacademy/wonder-stuff-core": "^1.4.2"
},
"devDependencies": {
"ws-dev-build-settings": "^1.1.0"
Expand Down
8 changes: 0 additions & 8 deletions packages/wonder-stuff-server/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,5 @@
# @khanacademy/wonder-stuff-server

## 4.0.7

### Patch Changes

- Updated dependencies [70a66b6]
- Updated dependencies [08c5374]
- @khanacademy/wonder-stuff-core@1.5.0

## 4.0.6

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/wonder-stuff-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"node": ">=16"
},
"name": "@khanacademy/wonder-stuff-server",
"version": "4.0.7",
"version": "4.0.6",
"description": "APIs for doing useful things in node servers",
"module": "dist/es/index.js",
"main": "dist/index.js",
Expand All @@ -15,7 +15,7 @@
"test": "bash -c 'yarn --silent --cwd \"../..\" test ${@:0} $($([[ ${@: -1} = -* ]] || [[ ${@: -1} = bash ]]) && echo $PWD)'"
},
"dependencies": {
"@khanacademy/wonder-stuff-core": "^1.5.0"
"@khanacademy/wonder-stuff-core": "^1.4.2"
},
"devDependencies": {
"ws-dev-build-settings": "^1.1.0"
Expand Down
8 changes: 0 additions & 8 deletions packages/wonder-stuff-testing/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,5 @@
# @khanacademy/wonder-stuff-testing

## 2.4.3

### Patch Changes

- Updated dependencies [70a66b6]
- Updated dependencies [08c5374]
- @khanacademy/wonder-stuff-core@1.5.0

## 2.4.2

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/wonder-stuff-testing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"node": ">=16"
},
"name": "@khanacademy/wonder-stuff-testing",
"version": "2.4.3",
"version": "2.4.2",
"description": "Utilities for use in testing",
"module": "dist/es/index.js",
"main": "dist/index.js",
Expand All @@ -15,7 +15,7 @@
"test": "bash -c 'yarn --silent --cwd \"../..\" test ${@:0} $($([[ ${@: -1} = -* ]] || [[ ${@: -1} = bash ]]) && echo $PWD)'"
},
"dependencies": {
"@khanacademy/wonder-stuff-core": "^1.5.0"
"@khanacademy/wonder-stuff-core": "^1.4.2"
},
"devDependencies": {
"ws-dev-build-settings": "^1.1.0"
Expand Down

0 comments on commit f3127aa

Please sign in to comment.