Skip to content

Commit 49b2657

Browse files
committed
build: upgrade core dependencies and handwritten libraries to ESLint v10 and add flat configurations
1 parent d67ad56 commit 49b2657

16 files changed

Lines changed: 37 additions & 0 deletions

File tree

handwritten/bigquery-storage/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@
4545
"protobufjs": "^7.5.5"
4646
},
4747
"devDependencies": {
48+
"eslint": "^10.0.0",
4849
"@google-cloud/bigquery": "^8.0.0",
4950
"@types/extend": "^3.0.4",
5051
"@types/mocha": "^10.0.10",

handwritten/bigquery/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@
7070
}
7171
},
7272
"devDependencies": {
73+
"eslint": "^10.0.0",
7374
"@google-cloud/storage": "^7.16.0",
7475
"@types/big.js": "^6.2.2",
7576
"@types/duplexify": "^3.6.4",

handwritten/bigtable/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@
7979
"stream-events": "^1.0.5"
8080
},
8181
"devDependencies": {
82+
"eslint": "^10.0.0",
8283
"@grpc/grpc-js": "^1.13.2",
8384
"@grpc/proto-loader": "^0.7.13",
8485
"@types/escape-string-regexp": "^2.0.3",

handwritten/cloud-profiler/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@
4848
"teeny-request": "^9.0.0"
4949
},
5050
"devDependencies": {
51+
"eslint": "^10.0.0",
5152
"@types/extend": "^3.0.0",
5253
"@types/long": "^5.0.0",
5354
"@types/mocha": "^9.0.0",

handwritten/datastore/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@
5757
"stream-events": "^1.0.5"
5858
},
5959
"devDependencies": {
60+
"eslint": "^10.0.0",
6061
"@google-cloud/storage": "^7.16.0",
6162
"@types/extend": "^3.0.4",
6263
"@types/is": "^0.0.25",

handwritten/error-reporting/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@
3939
"console-log-level": "^1.4.1"
4040
},
4141
"devDependencies": {
42+
"eslint": "^10.0.0",
4243
"@compodoc/compodoc": "1.1.25",
4344
"@hapi/hapi": "^21.4.4",
4445
"@types/boom": "^7.3.5",

handwritten/eslint.config.mjs

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
export default [
2+
{
3+
ignores: [
4+
"**/node_modules/**",
5+
"**/build/**",
6+
"**/coverage/**",
7+
"**/.nyc_output/**"
8+
]
9+
}
10+
];

handwritten/firestore/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@
7676
"protobufjs": "^7.5.3"
7777
},
7878
"devDependencies": {
79+
"eslint": "^10.0.0",
7980
"@google-cloud/cloud-rad": "^0.4.10",
8081
"@google-cloud/opentelemetry-cloud-trace-exporter": "^3.0.0",
8182
"@google-cloud/promisify": "^5.0.0",

handwritten/logging-bunyan/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@
5959
"google-auth-library": "^9.0.0"
6060
},
6161
"devDependencies": {
62+
"eslint": "^10.0.0",
6263
"@google-cloud/common": "^5.0.0",
6364
"@types/bunyan": "^1.8.4",
6465
"@types/express": "^4.16.0",

handwritten/logging-winston/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@
6060
"winston-transport": "^4.9.0"
6161
},
6262
"devDependencies": {
63+
"eslint": "^10.0.0",
6364
"@google-cloud/common": "^6.0.0",
6465
"@types/lodash.mapvalues": "^4.6.9",
6566
"@types/mocha": "^10.0.10",

0 commit comments

Comments
 (0)