You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: crates/turborepo/tests/snapshots/boundaries__boundaries_tags_get_boundaries_lints_([email protected]).snap
+4
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,10 @@ expression: query_output
10
10
"message": "Package `@vercel/allowed-and-denied-tag` found with tag listed in denylist for `@vercel/my-app`: `unsafe`",
11
11
"import": "@vercel/allowed-and-denied-tag"
12
12
},
13
+
{
14
+
"message": "Package `@vercel/not-allowed-dependency` found with tag listed in denylist for `@vercel/package-with-boundaries-rules`: `@vercel/not-allowed-dependency`",
15
+
"import": "@vercel/not-allowed-dependency"
16
+
},
13
17
{
14
18
"message": "Package `@vercel/not-allowed-dependent` found without any tag listed in allowlist for `@vercel/allowed-and-denied-tag`",
0 commit comments