Skip to content

Commit b9f5a74

Browse files
cpathipamjac0bs
andauthored
deps: [M3-10381] - Add eslint/plugin-kit package resolution (linode#12567)
* Add resolution for eslint/plugin-kit * Added changeset: Add package resolution for eslint/plugin-kit * Add back missing newline * Update changeset --------- Co-authored-by: mjac0bs <mjacobs@akamai.com>
1 parent ac56f1a commit b9f5a74

File tree

3 files changed

+296
-103
lines changed

3 files changed

+296
-103
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"vitest": "^3.1.2",
1212
"@vitest/ui": "^3.1.2",
1313
"lint-staged": "^15.4.3",
14-
"eslint": "^9.23.0",
14+
"eslint": "^9.24.0",
1515
"eslint-config-prettier": "^10.1.1",
1616
"eslint-plugin-cypress": "^4.2.1",
1717
"eslint-plugin-jsx-a11y": "^6.10.2",
@@ -25,8 +25,8 @@
2525
"eslint-plugin-xss": "^0.1.12",
2626
"prettier": "~3.5.3",
2727
"typescript-eslint": "^8.29.0",
28-
"@typescript-eslint/eslint-plugin": "^8.29.0",
29-
"@typescript-eslint/parser": "^8.29.0",
28+
"@typescript-eslint/eslint-plugin": "^8.38.0",
29+
"@typescript-eslint/parser": "^8.38.0",
3030
"@linode/eslint-plugin-cloud-manager": "^0.0.11"
3131
},
3232
"scripts": {
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@linode/manager": Tech Stories
3+
---
4+
5+
Add package resolution for `eslint/plugin-kit` ([#12567](https://github.com/linode/manager/pull/12567))

0 commit comments

Comments
 (0)