chore(deps): update peter-evans/create-or-update-comment action to v3(#18645)

Merged
Merging
renovate/peter-evans-create-or-update-comment-3.x
into
main
-93%
IMPROVEMENTS
0
REGRESSIONS
1
UNTOUCHED
2
NEW
0
DROPPED
0

Benchmarks

Failing

typescript compilation ~50 Models
Regression
packages/client/src/__tests__/benchmarks/huge-schema/huge-schema.bench.ts::typescript::typescript compilation ~50 Models
-93%
45.5 ms
644.2 ms

Passing

client generation ~50 Models
packages/client/src/__tests__/benchmarks/huge-schema/huge-schema.bench.ts::typescript::client generation ~50 Models
-5%
5.7 s
6 s
client generation 100 models with relations
packages/client/src/__tests__/benchmarks/lots-of-relations/lots-of-relations.bench.ts::typescript::client generation 100 models with relations
+5%
61.3 s
58.2 s

Commits

Click on a commit to change the comparison range
chore: Remove unused variables and enable no-unused-vars rule (#18584) * chore: Remove unused variables and enable no-unused-vars rule Enables `@typesctipt-eslint/no-unused-vars` and fixes all violations. There are a couple of exceptions to the rule: 1. Spreads are ignored, making it possible to omit a property with object spread operator, i.e. this code valid: ```ts const { propToOmit, ...rest } = someObject ``` 2. In some cases, we want to have a function argument that won't be used in the function body. Main use-case for this is TS inference tests. In that case, argument may be prefixed with `_` and the rule won't trigger. * Update snapshots * Update more snapshots * Add comments
base
906d265
8 months ago by SevInf
-93%
chore(deps): update peter-evans/create-or-update-comment action to v3
3c5a28f
8 months ago by renovate[bot]
ResourcesHomePricingDocsBlogGitHub
Copyright © 2023 CodSpeed Technology SAS. All rights reserved.