Skip to content

Commit 45c0fef

Browse files
authored
Merge pull request #28 from Sv443-Network/version/1.14.2
2 parents 79e7993 + 141e307 commit 45c0fef

File tree

19 files changed

+351
-245
lines changed

19 files changed

+351
-245
lines changed

.github/ISSUE_TEMPLATE/1_bug_report.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name: Bug report
33
about: Create a bug report to help improve SvCoreLib
44
title: "[Bug] "
5-
labels: "\U0001F41B bug"
5+
labels: "bug"
66
assignees: Sv443
77

88
---

.github/ISSUE_TEMPLATE/2_feature_request.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name: Feature request
33
about: Suggest a feature or an idea for SvCoreLib
44
title: "[Feature] "
5-
labels: "enhancement"
5+
labels: "enhancement"
66
assignees: Sv443
77

88
---

.github/ISSUE_TEMPLATE/3_change_request.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name: Change request
33
about: Suggest changes to an already existing feature
44
title: "[Change] "
5-
labels: "enhancement"
5+
labels: "enhancement"
66
assignees: Sv443
77

88
---

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ contact_links:
44
-
55
name: "Documentation"
66
about: "Please read the documentation before opening a new issue"
7-
url: "https://github.com/Sv443-Network/SvCoreLib/wiki"
7+
url: "https://github.com/Sv443-Network/SvCoreLib/blob/master/docs.md#readme"
88
-
9-
name: "Chat"
9+
name: "Discord"
1010
about: "If you want to chat with the Sv443 Network community or need help, you can join the Discord server"
1111
url: "https://dc.sv443.net"

.github/workflows/build.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,9 @@ jobs:
2424
env:
2525
CI: "true"
2626
- name: Install ESLint # installs ESLint - idk why it doesn't pull this out of the devDependencies but whatever
27-
run: npm i -g eslint
27+
run: |
28+
npm i -g eslint
29+
npm i -D eslint
2830
env:
2931
CI: "true"
3032
- name: Run ESLint # Runs ESLint on the project
@@ -52,4 +54,3 @@ jobs:
5254
with:
5355
args: '🚫 **SvCoreLib CI** (triggered by `{{GITHUB_ACTOR}}` on `{{GITHUB_REF}}`) has failed (see https://github.com/Sv443-Network/SvCoreLib/commit/{{GITHUB_SHA}}/checks)'
5456
if: failure()
55-

.gitignore

Lines changed: 3 additions & 74 deletions
Original file line numberDiff line numberDiff line change
@@ -2,44 +2,12 @@
22
logs
33
*.log
44
npm-debug.log*
5-
yarn-debug.log*
6-
yarn-error.log*
7-
lerna-debug.log*
8-
9-
# Diagnostic reports (https://nodejs.org/api/report.html)
10-
report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json
11-
12-
# Runtime data
13-
pids
14-
*.pid
15-
*.seed
16-
*.pid.lock
17-
18-
# Directory for instrumented libs generated by jscoverage/JSCover
19-
lib-cov
20-
21-
# Coverage directory used by tools like istanbul
22-
coverage
23-
*.lcov
245

256
# nyc test coverage
267
.nyc_output
278

28-
# Grunt intermediate storage (https://gruntjs.com/creating-plugins#storing-task-files)
29-
.grunt
30-
31-
# Bower dependency directory (https://bower.io/)
32-
bower_components
33-
34-
# node-waf configuration
35-
.lock-wscript
36-
37-
# Compiled binary addons (https://nodejs.org/api/addons.html)
38-
build/Release
39-
40-
# Dependency directories
9+
# Dependency directory
4110
node_modules/
42-
jspm_packages/
4311

4412
# TypeScript v1 declaration files
4513
typings/
@@ -53,12 +21,6 @@ typings/
5321
# Optional eslint cache
5422
.eslintcache
5523

56-
# Microbundle cache
57-
.rpt2_cache/
58-
.rts2_cache_cjs/
59-
.rts2_cache_es/
60-
.rts2_cache_umd/
61-
6224
# Optional REPL history
6325
.node_repl_history
6426

@@ -70,40 +32,7 @@ typings/
7032

7133
# dotenv environment variables file
7234
.env
73-
.env.test
74-
75-
# parcel-bundler cache (https://parceljs.org/)
76-
.cache
77-
78-
# Next.js build output
79-
.next
80-
81-
# Nuxt.js build / generate output
82-
.nuxt
83-
dist
84-
85-
# Gatsby files
86-
.cache/
87-
# Comment in the public line in if your project uses Gatsby and *not* Next.js
88-
# https://nextjs.org/blog/next-9-1#public-directory-support
89-
# public
90-
91-
# vuepress build output
92-
.vuepress/dist
93-
94-
# Serverless directories
95-
.serverless/
96-
97-
# FuseBox cache
98-
.fusebox/
99-
100-
# DynamoDB Local files
101-
.dynamodb/
102-
103-
# TernJS port file
104-
.tern-port
105-
106-
10735

36+
# dev test files
10837
test.js
109-
test.ts
38+
test.ts

.npmignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,4 @@ package-npm.json
99
.editorconfig
1010
test.js
1111
test.ts
12+
docs.md

.snyk

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities.
2+
version: v1.19.0
3+
ignore: {}
4+
patch: {}

.vscode/settings.json

Lines changed: 33 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,30 @@
11
{
22
// requires extension "coenraads.bracket-pair-colorizer-2"
33
"bracket-pair-colorizer-2.colors": [
4-
"#4B8AE3",
4+
"#0f6a8f",
55
"#659061",
6-
"#41BCA3",
7-
"#EDD553",
8-
"#E09563",
9-
"#B85442"
6+
"#41bca3",
7+
"#edd553",
8+
"#e09563",
9+
"#b85442",
10+
"#8ced68",
11+
"#7d56a6",
1012
],
1113

1214
// requires extension "fabiospampinato.vscode-highlight"
15+
"highlight.regexFlags": "g",
1316
"highlight.regexes": {
14-
"((jsl\\.|scl\\.)?unused\\([a-zA-Z_,\\[\\]\\s\"'$]+\\);*)": [ // jsl.unused([some_var, some_other_var]); or scl.unused("foo"); or just unused(variable)
17+
"((scl\\.)?unused\\([a-zA-Z_,\\[\\]\\s\\-\":.]*\\)\\s*;?)": [ // scl.unused(xy); or just unused(xy);
1518
{
16-
"backgroundColor": "rgba(0, 0, 0, 0.2)",
17-
"color": "#f88"
19+
"backgroundColor": "inherit",
20+
"color": "rgba(221, 102, 102, 0.75)"
21+
}
22+
],
23+
"(TODO:?)": [ // TODO: or TODO but not todo
24+
{
25+
"backgroundColor": "#cd5",
26+
"color": "#000",
27+
"overviewRulerColor": "#cd5"
1828
}
1929
],
2030
"(#MARKER)": [ // #MARKER test
@@ -25,19 +35,31 @@
2535
"overviewRulerColor": "#f41"
2636
}
2737
],
28-
"(#SECTION ([^\\S\\r\\n]*\\w+)*[:]*)": [ // #SECTION test
38+
"(#SECTION ([^\\S\\r\\n]*[\\w,.\\-_&]+)*[:]*)": [ // #SECTION test, 123 & foo
2939
{
3040
"backgroundColor": "#44f",
3141
"color": "white",
3242
"overviewRulerColor": "#44f"
3343
}
3444
],
35-
"(#DEBUG#?)": [ // #DEBUG# or just #DEBUG
45+
"(#DEBUG#?)": [ // #DEBUG# or #DEBUG
3646
{
3747
"backgroundColor": "#ff0",
3848
"color": "blue",
3949
"overviewRulerColor": "#ff0"
4050
}
41-
]
51+
],
52+
"(IMPORTANT:)": [ // IMPORTANT:
53+
{
54+
"backgroundColor": "#a22",
55+
"color": "#fff"
56+
}
57+
],
58+
"(FIXME:)": // FIXME:
59+
{
60+
"backgroundColor": "#a22",
61+
"color": "#fff",
62+
"overviewRulerColor": "#752020"
63+
}
4264
},
4365
}

0 commit comments

Comments
 (0)