Skip to content

Commit 32af4d5

Browse files
JoshuaKGoldbergyeonjuan
authored andcommitted
chore: manually updated local package.jsons to 7.4.0 (typescript-eslint#8775)
1 parent 574f9dd commit 32af4d5

File tree

9 files changed

+47
-186
lines changed

9 files changed

+47
-186
lines changed

Diff for: packages/ast-spec/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@typescript-eslint/ast-spec",
3-
"version": "7.3.1",
3+
"version": "7.4.0",
44
"description": "Complete specification for the TypeScript-ESTree AST",
55
"private": true,
66
"keywords": [

Diff for: packages/eslint-plugin-internal/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@typescript-eslint/eslint-plugin-internal",
3-
"version": "7.3.1",
3+
"version": "7.4.0",
44
"private": true,
55
"main": "dist/index.js",
66
"types": "index.d.ts",
@@ -15,10 +15,10 @@
1515
},
1616
"dependencies": {
1717
"@prettier/sync": "^0.5.0",
18-
"@typescript-eslint/rule-tester": "7.3.1",
19-
"@typescript-eslint/scope-manager": "7.3.1",
20-
"@typescript-eslint/type-utils": "7.3.1",
21-
"@typescript-eslint/utils": "7.3.1",
18+
"@typescript-eslint/rule-tester": "7.4.0",
19+
"@typescript-eslint/scope-manager": "7.4.0",
20+
"@typescript-eslint/type-utils": "7.4.0",
21+
"@typescript-eslint/utils": "7.4.0",
2222
"prettier": "^3.0.3"
2323
},
2424
"devDependencies": {

Diff for: packages/eslint-plugin/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
"@types/debug": "*",
7777
"@types/marked": "*",
7878
"@types/natural-compare": "*",
79-
"@typescript-eslint/rule-schema-to-typescript-types": "7.3.1",
79+
"@typescript-eslint/rule-schema-to-typescript-types": "7.4.0",
8080
"@typescript-eslint/rule-tester": "7.4.0",
8181
"ajv": "^6.12.6",
8282
"chalk": "^5.3.0",

Diff for: packages/integration-tests/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@typescript-eslint/integration-tests",
3-
"version": "7.3.1",
3+
"version": "7.4.0",
44
"private": true,
55
"scripts": {
66
"format": "prettier --write \"./**/*.{ts,mts,cts,tsx,js,mjs,cjs,jsx,json,md,css}\" --ignore-path ../../.prettierignore",

Diff for: packages/repo-tools/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@typescript-eslint/repo-tools",
3-
"version": "7.3.1",
3+
"version": "7.4.0",
44
"private": true,
55
"scripts": {
66
"//": "NOTE: intentionally no build step in this package",

Diff for: packages/rule-schema-to-typescript-types/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@typescript-eslint/rule-schema-to-typescript-types",
3-
"version": "7.3.1",
3+
"version": "7.4.0",
44
"private": true,
55
"type": "commonjs",
66
"exports": {
@@ -33,8 +33,8 @@
3333
"typecheck": "tsc -p tsconfig.json --noEmit"
3434
},
3535
"dependencies": {
36-
"@typescript-eslint/type-utils": "7.3.1",
37-
"@typescript-eslint/utils": "7.3.1",
36+
"@typescript-eslint/type-utils": "7.4.0",
37+
"@typescript-eslint/utils": "7.4.0",
3838
"natural-compare": "^1.4.0",
3939
"prettier": "^3.0.3"
4040
},

Diff for: packages/website-eslint/package.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@typescript-eslint/website-eslint",
3-
"version": "7.3.1",
3+
"version": "7.4.0",
44
"private": true,
55
"description": "ESLint which works in browsers.",
66
"files": [
@@ -23,16 +23,16 @@
2323
"typecheck": "tsc --noEmit"
2424
},
2525
"dependencies": {
26-
"@typescript-eslint/types": "7.3.1",
27-
"@typescript-eslint/utils": "7.3.1"
26+
"@typescript-eslint/types": "7.4.0",
27+
"@typescript-eslint/utils": "7.4.0"
2828
},
2929
"devDependencies": {
3030
"@eslint/js": "*",
31-
"@typescript-eslint/eslint-plugin": "7.3.1",
32-
"@typescript-eslint/parser": "7.3.1",
33-
"@typescript-eslint/scope-manager": "7.3.1",
34-
"@typescript-eslint/typescript-estree": "7.3.1",
35-
"@typescript-eslint/visitor-keys": "7.3.1",
31+
"@typescript-eslint/eslint-plugin": "7.4.0",
32+
"@typescript-eslint/parser": "7.4.0",
33+
"@typescript-eslint/scope-manager": "7.4.0",
34+
"@typescript-eslint/typescript-estree": "7.4.0",
35+
"@typescript-eslint/visitor-keys": "7.4.0",
3636
"esbuild": "~0.20.0",
3737
"eslint": "*",
3838
"esquery": "*",

Diff for: packages/website/package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "website",
3-
"version": "7.3.1",
3+
"version": "7.4.0",
44
"private": true,
55
"scripts": {
66
"build": "docusaurus build",
@@ -25,8 +25,8 @@
2525
"@docusaurus/theme-common": "^3.1.1",
2626
"@mdx-js/react": "^3.0.1",
2727
"@prettier/sync": "*",
28-
"@typescript-eslint/parser": "7.3.1",
29-
"@typescript-eslint/website-eslint": "7.3.1",
28+
"@typescript-eslint/parser": "7.4.0",
29+
"@typescript-eslint/website-eslint": "7.4.0",
3030
"clsx": "^2.0.0",
3131
"eslint": "*",
3232
"json-schema": "^0.4.0",
@@ -49,9 +49,9 @@
4949
"@types/react": "*",
5050
"@types/react-helmet": "^6.1.6",
5151
"@types/react-router-dom": "^5.3.3",
52-
"@typescript-eslint/eslint-plugin": "7.3.1",
53-
"@typescript-eslint/rule-schema-to-typescript-types": "7.3.1",
54-
"@typescript-eslint/types": "7.3.1",
52+
"@typescript-eslint/eslint-plugin": "7.4.0",
53+
"@typescript-eslint/rule-schema-to-typescript-types": "7.4.0",
54+
"@typescript-eslint/types": "7.4.0",
5555
"copy-webpack-plugin": "^11.0.0",
5656
"cross-fetch": "*",
5757
"globby": "^11.1.0",

0 commit comments

Comments
 (0)