chore(deps): update dependency effect to v3.12.0 #390
Annotations
10 errors and 1 warning
๐ถ reviewdog with Biome:
[0m./src/schema-primitive/email/email.ts[0m[0m:[0m[0m9[0m[0m:[0m[0m17[0m[0m#L1
[Biome] reported by reviewdog ๐ถ
```
Raw Output:
./src/schema-primitive/email/email.ts:9:17 ๏ฟฝ]8;;https://biomejs.dev/linter/rules/use-top-level-regex๏ฟฝ\lint/performance/useTopLevelRegex๏ฟฝ]8;;๏ฟฝ\ โโโโโโโโโโโโโโโโโโโโโโโ
```
|
๐ถ reviewdog with Biome:
[0m[0m#L1
[Biome] reported by reviewdog ๐ถ
Raw Output:
โ This regex literal is not defined in the top level scope. This can lead to performance issues if this function is called frequently.
|
๐ถ reviewdog with Biome:
[0m[0m#L1
[Biome] reported by reviewdog ๐ถ
Raw Output:
|
๐ถ reviewdog with Biome:
[0m[0m#L1
[Biome] reported by reviewdog ๐ถ
Raw Output:
7 โ <A extends string>(annotations?: Schema.Annotations.Filter<A>) =>
|
๐ถ reviewdog with Biome:
[0m[0m#L1
[Biome] reported by reviewdog ๐ถ
Raw Output:
8 โ <I, R>(self: Schema.Schema<A, I, R>) => {
|
๐ถ reviewdog with Biome:
[0m[0m#L1
[Biome] reported by reviewdog ๐ถ
Raw Output:
> 9 โ const regex = /^(?!\.)(?!.*\.\.)([A-Z0-9_+-.]*)[A-Z0-9_+-]@([A-Z0-9][A-Z0-9-]*\.)+[A-Z]{2,}$/i
|
๐ถ reviewdog with Biome:
[0m[0m#L1
[Biome] reported by reviewdog ๐ถ
Raw Output:
โ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
๐ถ reviewdog with Biome:
[0m[0m#L1
[Biome] reported by reviewdog ๐ถ
Raw Output:
10 โ const pattern = regex.source
|
๐ถ reviewdog with Biome:
[0m[0m#L1
[Biome] reported by reviewdog ๐ถ
Raw Output:
11 โ return self.pipe(
|
๐ถ reviewdog with Biome
reviewdog: Too many results (annotations) in diff.
You may miss some annotations due to GitHub limitation for annotation created by logging command.
Please check GitHub Actions log console to see all results.
Limitation:
- 10 warning annotations and 10 error annotations per step
- 50 annotations per job (sum of annotations from all the steps)
- 50 annotations per run (separate from the job annotations, these annotations aren't created by users)
Source: https://github.com/orgs/community/discussions/26680#discussioncomment-3252835
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loading