Skip to content

Commit 58a2a12

Browse files
khan-actions-botgithub-actions[bot]
andauthoredDec 4, 2024··
Version Packages (#1086)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

File tree

6 files changed

+17
-11
lines changed

6 files changed

+17
-11
lines changed
 

‎.changeset/silver-boxes-hang.md

-6
This file was deleted.

‎.changeset/tidy-walls-destroy.md

-2
This file was deleted.

‎packages/eslint-config-khan/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @khanacademy/eslint-config
22

3+
## 4.0.1
4+
5+
### Patch Changes
6+
7+
- 86caa2d: Update @typescript-eslint/\* to versions that work with TypeScript v5.7.x
8+
- Updated dependencies [86caa2d]
9+
- @khanacademy/eslint-plugin@3.0.1
10+
311
## 4.0.0
412

513
### Patch Changes

‎packages/eslint-config-khan/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@khanacademy/eslint-config",
3-
"version": "4.0.0",
3+
"version": "4.0.1",
44
"description": "ESLint config that applies Khan Academy's setings",
55
"repository": {
66
"type": "git",
@@ -15,7 +15,7 @@
1515
"author": "Kevin Barabash <kevinb@khanacademy.org>",
1616
"license": "MIT",
1717
"peerDependencies": {
18-
"@khanacademy/eslint-plugin": "^3.0.0",
18+
"@khanacademy/eslint-plugin": "^3.0.1",
1919
"@typescript-eslint/eslint-plugin": "8.17.0",
2020
"@typescript-eslint/parser": "8.17.0",
2121
"eslint": "^8.44.0",

‎packages/eslint-plugin-khan/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @khanacademy/eslint-plugin
22

3+
## 3.0.1
4+
5+
### Patch Changes
6+
7+
- 86caa2d: Update @typescript-eslint/\* to versions that work with TypeScript v5.7.x
8+
39
## 3.0.0
410

511
### Major Changes

‎packages/eslint-plugin-khan/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@khanacademy/eslint-plugin",
3-
"version": "3.0.0",
3+
"version": "3.0.1",
44
"description": "ESLint plugin that applies Khan Academy's custom rules",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)
Please sign in to comment.