Bump primer upstream 0.50.0 #1463
lint.yml
on: pull_request
markdown
52s
rubocop
44s
erblint
45s
eslint
54s
stylelint
53s
herb
17s
Annotations
10 errors
|
herb
Process completed with exit code 1.
|
|
parser-no-errors • @herb-tools/linter@0.8.10:
previews/primer/alpha/action_menu_preview/with_actions.html.erb#L31
`<% end %>` appears outside its control flow block. Keep ERB control flow statements together within the same HTML scope (tag, attribute, or content). (`ERB_CONTROL_FLOW_SCOPE_ERROR`) [parser-no-errors]
/home/runner/work/primer_view_components/primer_view_components/previews/primer/alpha/action_menu_preview/with_actions.html.erb:31:0
29 │ <% contents.call(component) %>
30 │ <% end %>
→ 31 │ <% end %>
│ ~~~~~~~~~
32 │
|
|
parser-no-errors • @herb-tools/linter@0.8.10:
previews/primer/alpha/action_menu_preview/single_select_form_items.html.erb#L30
`<% end %>` appears outside its control flow block. Keep ERB control flow statements together within the same HTML scope (tag, attribute, or content). (`ERB_CONTROL_FLOW_SCOPE_ERROR`) [parser-no-errors]
/home/runner/work/primer_view_components/primer_view_components/previews/primer/alpha/action_menu_preview/single_select_form_items.html.erb:30:0
28 │ }
29 │ ) %>
→ 30 │ <% end %>
│ ~~~~~~~~~
31 │
32 │ <%= render(Primer::Alpha::ActionMenu.new(select_variant: :single)) do
│ |menu| %>
|
|
parser-no-errors • @herb-tools/linter@0.8.10:
previews/primer/alpha/action_menu_preview/opens_dialog.html.erb#L20
`<% end %>` appears outside its control flow block. Keep ERB control flow statements together within the same HTML scope (tag, attribute, or content). (`ERB_CONTROL_FLOW_SCOPE_ERROR`) [parser-no-errors]
/home/runner/work/primer_view_components/primer_view_components/previews/primer/alpha/action_menu_preview/opens_dialog.html.erb:20:0
18 │ <% contents.call(component) %>
19 │ <% end %>
→ 20 │ <% end %>
│ ~~~~~~~~~
21 │
22 │ <%= render(Primer::Alpha::Dialog.new(id: "my-dialog",
│ title: "Confirm deletion")) do |dialog| %>
|
|
parser-no-errors • @herb-tools/linter@0.8.10:
previews/primer/alpha/action_menu_preview/multiple_select_form.html.erb#L22
`<% end %>` appears outside its control flow block. Keep ERB control flow statements together within the same HTML scope (tag, attribute, or content). (`ERB_CONTROL_FLOW_SCOPE_ERROR`) [parser-no-errors]
/home/runner/work/primer_view_components/primer_view_components/previews/primer/alpha/action_menu_preview/multiple_select_form.html.erb:22:0
20 │ <%= f.submit(class: "Button--secondary Button--medium Button") %>
21 │ </div>
→ 22 │ <% end %>
│ ~~~~~~~~~
23 │
|
|
eslint
Process completed with exit code 1.
|
|
eslint:
app/components/primer/alpha/tree_view/tree_view.ts#L476
Definition for rule 'custom-elements/no-dom-traversal-in-connectedcallback' was not found
|
|
eslint:
app/components/primer/alpha/tree_view/tree_view.ts#L27
Definition for rule 'custom-elements/no-dom-traversal-in-connectedcallback' was not found
|
|
eslint:
app/components/primer/alpha/tree_view/tree_view.ts#L2
SelectVariant not found in './tree_view_sub_tree_node_element'
|
|
eslint:
app/components/primer/alpha/tree_view/tree_view.ts#L2
SelectStrategy not found in './tree_view_sub_tree_node_element'
|