Skip to content

Commit b00a6a9

Browse files
committed
Update dependencies
1 parent 51a54c7 commit b00a6a9

27 files changed

+3756
-2915
lines changed

.editorconfig

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1-
# editorconfig.org
2-
root = true
3-
4-
[*]
5-
indent_style = space
6-
indent_size = 2
7-
end_of_line = lf
8-
charset = utf-8
9-
trim_trailing_whitespace = true
10-
insert_final_newline = true
11-
12-
[*.md]
1+
# editorconfig.org
2+
root = true
3+
4+
[*]
5+
indent_style = space
6+
indent_size = 2
7+
end_of_line = lf
8+
charset = utf-8
9+
trim_trailing_whitespace = true
10+
insert_final_newline = true
11+
12+
[*.md]
1313
trim_trailing_whitespace = false

.github/ISSUE_TEMPLATE/BugReport.yml

Lines changed: 64 additions & 64 deletions
Original file line numberDiff line numberDiff line change
@@ -1,64 +1,64 @@
1-
name: Bug Report
2-
description: When something has gone wrong.
3-
title: "[Bug] "
4-
labels: [bug, needs confirmation]
5-
assignees:
6-
- studio384
7-
body:
8-
- type: textarea
9-
id: current
10-
attributes:
11-
label: Current behavior
12-
description: Describe the current faulty beharior of Amicons.
13-
validations:
14-
required: true
15-
- type: textarea
16-
id: expected
17-
attributes:
18-
label: Expected behavior
19-
description: Describe the expected beharior of Amicons.
20-
validations:
21-
required: true
22-
- type: textarea
23-
id: reproduction
24-
attributes:
25-
label: Reproduction steps
26-
description: Describe the steps you took to recreate the bug.
27-
validations:
28-
required: true
29-
- type: textarea
30-
id: screenshots
31-
attributes:
32-
label: Add screenshots to showcase the bug.
33-
description: If the bug is visual, showcase it with a screenshot or more.
34-
- type: textarea
35-
id: context
36-
attributes:
37-
label: Additional context
38-
description: Add any extra information you'd like to add.
39-
40-
- type: checkboxes
41-
id: implementations
42-
attributes:
43-
label: Which parts of Amicons are affected?
44-
options:
45-
- label: Web fonts and CSS
46-
required: false
47-
- label: TypeScript definitions
48-
required: false
49-
- label: SVG icons
50-
required: false
51-
- label: React component
52-
required: false
53-
54-
- type: checkboxes
55-
id: checklist
56-
attributes:
57-
label: Bug report checklist
58-
options:
59-
- label: This bug occures in the latest version of Amicons.
60-
required: true
61-
- label: The reproduction is included and is the minimum test case to recreate the faulty behavior.
62-
required: true
63-
- label: I have [searched the issues](https://github.com/studio384/amicons/issues) for any possible duplications of this bug report.
64-
required: true
1+
name: Bug Report
2+
description: When something has gone wrong.
3+
title: "[Bug] "
4+
labels: [bug, needs confirmation]
5+
assignees:
6+
- studio384
7+
body:
8+
- type: textarea
9+
id: current
10+
attributes:
11+
label: Current behavior
12+
description: Describe the current faulty beharior of Amicons.
13+
validations:
14+
required: true
15+
- type: textarea
16+
id: expected
17+
attributes:
18+
label: Expected behavior
19+
description: Describe the expected beharior of Amicons.
20+
validations:
21+
required: true
22+
- type: textarea
23+
id: reproduction
24+
attributes:
25+
label: Reproduction steps
26+
description: Describe the steps you took to recreate the bug.
27+
validations:
28+
required: true
29+
- type: textarea
30+
id: screenshots
31+
attributes:
32+
label: Add screenshots to showcase the bug.
33+
description: If the bug is visual, showcase it with a screenshot or more.
34+
- type: textarea
35+
id: context
36+
attributes:
37+
label: Additional context
38+
description: Add any extra information you'd like to add.
39+
40+
- type: checkboxes
41+
id: implementations
42+
attributes:
43+
label: Which parts of Amicons are affected?
44+
options:
45+
- label: Web fonts and CSS
46+
required: false
47+
- label: TypeScript definitions
48+
required: false
49+
- label: SVG icons
50+
required: false
51+
- label: React component
52+
required: false
53+
54+
- type: checkboxes
55+
id: checklist
56+
attributes:
57+
label: Bug report checklist
58+
options:
59+
- label: This bug occures in the latest version of Amicons.
60+
required: true
61+
- label: The reproduction is included and is the minimum test case to recreate the faulty behavior.
62+
required: true
63+
- label: I have [searched the issues](https://github.com/studio384/amicons/issues) for any possible duplications of this bug report.
64+
required: true
Lines changed: 36 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,36 @@
1-
name: Feature Request
2-
description: Suggest a new idea for Amicons.
3-
title: "[Feature] "
4-
labels: [feature]
5-
assignees:
6-
- studio384
7-
body:
8-
- type: textarea
9-
id: why
10-
attributes:
11-
label: What problem or need will this feature solve?
12-
description: Describe why you need this feature.
13-
validations:
14-
required: true
15-
- type: textarea
16-
id: how
17-
attributes:
18-
label: How would this feature work?
19-
description: Describe how this feature reqeust fixes the problem you have.
20-
validations:
21-
required: true
22-
- type: textarea
23-
id: context
24-
attributes:
25-
label: Additional context
26-
description: Add any extra information you'd like to add.
27-
28-
- type: checkboxes
29-
id: checklist
30-
attributes:
31-
label: Check all that apply.
32-
options:
33-
- label: This is a single feature.
34-
required: true
35-
- label: I have [searched the issues](https://github.com/studio384/amicons/issues) for any possible duplications of this feature request.
36-
required: true
1+
name: Feature Request
2+
description: Suggest a new idea for Amicons.
3+
title: "[Feature] "
4+
labels: [feature]
5+
assignees:
6+
- studio384
7+
body:
8+
- type: textarea
9+
id: why
10+
attributes:
11+
label: What problem or need will this feature solve?
12+
description: Describe why you need this feature.
13+
validations:
14+
required: true
15+
- type: textarea
16+
id: how
17+
attributes:
18+
label: How would this feature work?
19+
description: Describe how this feature reqeust fixes the problem you have.
20+
validations:
21+
required: true
22+
- type: textarea
23+
id: context
24+
attributes:
25+
label: Additional context
26+
description: Add any extra information you'd like to add.
27+
28+
- type: checkboxes
29+
id: checklist
30+
attributes:
31+
label: Check all that apply.
32+
options:
33+
- label: This is a single feature.
34+
required: true
35+
- label: I have [searched the issues](https://github.com/studio384/amicons/issues) for any possible duplications of this feature request.
36+
required: true
Lines changed: 38 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -1,38 +1,38 @@
1-
name: Icon Request
2-
description: Request a new icon to be added to the set.
3-
title: "[Icon] Add ai-"
4-
labels: [icon, external]
5-
assignees:
6-
- studio384
7-
body:
8-
- type: input
9-
id: name
10-
attributes:
11-
label: Description
12-
description: Describe the icon you want to see added.
13-
validations:
14-
required: true
15-
- type: textarea
16-
id: reason
17-
attributes:
18-
label: How would it be used?
19-
description: Describe under what situations this icon would be useful.
20-
validations:
21-
required: true
22-
- type: textarea
23-
id: example
24-
attributes:
25-
label: Example icon
26-
description: Add an image below as an example for a similar icon if you have any.
27-
28-
- type: checkboxes
29-
id: checklist
30-
attributes:
31-
label: Check all that apply.
32-
options:
33-
- label: This is a single icon or part of an expected pair (e.g. `eye` and `eye-slashed`).
34-
required: true
35-
- label: I have [searched the issues](https://github.com/studio384/amicons/issues) for any possible duplications of this icon request.
36-
required: true
37-
- label: An example image is included if available.
38-
required: false
1+
name: Icon Request
2+
description: Request a new icon to be added to the set.
3+
title: "[Icon] Add ai-"
4+
labels: [icon, external]
5+
assignees:
6+
- studio384
7+
body:
8+
- type: input
9+
id: name
10+
attributes:
11+
label: Description
12+
description: Describe the icon you want to see added.
13+
validations:
14+
required: true
15+
- type: textarea
16+
id: reason
17+
attributes:
18+
label: How would it be used?
19+
description: Describe under what situations this icon would be useful.
20+
validations:
21+
required: true
22+
- type: textarea
23+
id: example
24+
attributes:
25+
label: Example icon
26+
description: Add an image below as an example for a similar icon if you have any.
27+
28+
- type: checkboxes
29+
id: checklist
30+
attributes:
31+
label: Check all that apply.
32+
options:
33+
- label: This is a single icon or part of an expected pair (e.g. `eye` and `eye-slashed`).
34+
required: true
35+
- label: I have [searched the issues](https://github.com/studio384/amicons/issues) for any possible duplications of this icon request.
36+
required: true
37+
- label: An example image is included if available.
38+
required: false

0 commit comments

Comments
 (0)