Skip to content

Commit 0391044

Browse files
Merge pull request #282 from emulsify-ds/develop
Release: Project dependency updates
2 parents 2a5d88e + 69ee2a5 commit 0391044

67 files changed

Lines changed: 7206 additions & 19847 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.eslintrc.js

Lines changed: 0 additions & 32 deletions
This file was deleted.

.eslintrc.json

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
{
2+
"extends": [
3+
"eslint:recommended",
4+
"plugin:@typescript-eslint/recommended",
5+
"plugin:@typescript-eslint/eslint-recommended",
6+
"plugin:@typescript-eslint/recommended-requiring-type-checking",
7+
"plugin:prettier/recommended",
8+
"prettier"
9+
],
10+
"env": {
11+
"es6": true,
12+
"node": true,
13+
"jest": true
14+
},
15+
"parser": "@typescript-eslint/parser",
16+
"parserOptions": {
17+
"ecmaVersion": 8,
18+
"project": "./tsconfig.eslint.json"
19+
},
20+
"plugins": [
21+
"@typescript-eslint",
22+
"security"
23+
],
24+
"rules": {
25+
"@typescript-eslint/no-unused-vars": [
26+
"error",
27+
{
28+
"argsIgnorePattern": "_"
29+
}
30+
],
31+
"security/detect-object-injection": 0,
32+
"@typescript-eslint/unbound-method": 0,
33+
"prettier/prettier": 2
34+
}
35+
}

.github/dependabot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
version: 2
22
updates:
33
- package-ecosystem: npm
4-
directory: "/"
4+
directory: '/'
55
schedule:
66
interval: daily

.github/workflows/contributors.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Add contributors
22
on:
33
schedule:
4-
- cron: "20 20 * * *"
4+
- cron: '20 20 * * *'
55
push:
66
branches:
77
- develop
@@ -13,11 +13,11 @@ jobs:
1313
- uses: actions/checkout@v2
1414
- uses: BobAnkh/add-contributors@master
1515
with:
16-
CONTRIBUTOR: "### Contributors"
17-
COLUMN_PER_ROW: "6"
16+
CONTRIBUTOR: '### Contributors'
17+
COLUMN_PER_ROW: '6'
1818
ACCESS_TOKEN: ${{secrets.ADD_TO_PROJECT_PAT}}
19-
IMG_WIDTH: "100"
20-
FONT_SIZE: "14"
21-
PATH: "/README.md"
22-
COMMIT_MESSAGE: "docs(README): update contributors"
23-
AVATAR_SHAPE: "round"
19+
IMG_WIDTH: '100'
20+
FONT_SIZE: '14'
21+
PATH: '/README.md'
22+
COMMIT_MESSAGE: 'docs(README): update contributors'
23+
AVATAR_SHAPE: 'round'

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Install Node.js
1616
uses: actions/setup-node@v2
1717
with:
18-
node-version: 16.13
18+
node-version: 20
1919
- name: Install
2020
run: npm install
2121
- name: Lint

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Install Node.js
1616
uses: actions/setup-node@v2
1717
with:
18-
node-version: 16.13
18+
node-version: 20
1919
- name: Install
2020
run: npm install
2121
- name: Test
File renamed without changes.

README.md

Lines changed: 20 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -77,17 +77,17 @@ This project is automatically built and deployed to NPM via a GitHub Actions wor
7777
</a>
7878
</td>
7979
<td align="center" style="word-wrap: break-word; width: 150.0; height: 150.0">
80-
<a href=https://github.com/callinmullaney>
81-
<img src=https://avatars.githubusercontent.com/u/369018?v=4 width="100;" style="border-radius:50%;align-items:center;justify-content:center;overflow:hidden;padding-top:10px" alt=Callin Mullaney/>
80+
<a href=https://github.com/amazingrando>
81+
<img src=https://avatars.githubusercontent.com/u/409903?v=4 width="100;" style="border-radius:50%;align-items:center;justify-content:center;overflow:hidden;padding-top:10px" alt=Randy Oest/>
8282
<br />
83-
<sub style="font-size:14px"><b>Callin Mullaney</b></sub>
83+
<sub style="font-size:14px"><b>Randy Oest</b></sub>
8484
</a>
8585
</td>
8686
<td align="center" style="word-wrap: break-word; width: 150.0; height: 150.0">
87-
<a href=https://github.com/amazingrando>
88-
<img src=https://avatars.githubusercontent.com/u/409903?v=4 width="100;" style="border-radius:50%;align-items:center;justify-content:center;overflow:hidden;padding-top:10px" alt=Randy Oest/>
87+
<a href=https://github.com/callinmullaney>
88+
<img src=https://avatars.githubusercontent.com/u/369018?v=4 width="100;" style="border-radius:50%;align-items:center;justify-content:center;overflow:hidden;padding-top:10px" alt=Callin Mullaney/>
8989
<br />
90-
<sub style="font-size:14px"><b>Randy Oest</b></sub>
90+
<sub style="font-size:14px"><b>Callin Mullaney</b></sub>
9191
</a>
9292
</td>
9393
<td align="center" style="word-wrap: break-word; width: 150.0; height: 150.0">
@@ -106,13 +106,6 @@ This project is automatically built and deployed to NPM via a GitHub Actions wor
106106
<sub style="font-size:14px"><b>Andrii Shutov</b></sub>
107107
</a>
108108
</td>
109-
<td align="center" style="word-wrap: break-word; width: 150.0; height: 150.0">
110-
<a href=https://github.com/ryanhagerty>
111-
<img src=https://avatars.githubusercontent.com/u/8405274?v=4 width="100;" style="border-radius:50%;align-items:center;justify-content:center;overflow:hidden;padding-top:10px" alt=Ryan Hagerty/>
112-
<br />
113-
<sub style="font-size:14px"><b>Ryan Hagerty</b></sub>
114-
</a>
115-
</td>
116109
<td align="center" style="word-wrap: break-word; width: 150.0; height: 150.0">
117110
<a href=https://github.com/nJim>
118111
<img src=https://avatars.githubusercontent.com/u/9594124?v=4 width="100;" style="border-radius:50%;align-items:center;justify-content:center;overflow:hidden;padding-top:10px" alt=Jim Vomero/>
@@ -127,12 +120,26 @@ This project is automatically built and deployed to NPM via a GitHub Actions wor
127120
<sub style="font-size:14px"><b>Caleb Tucker-Raymond</b></sub>
128121
</a>
129122
</td>
123+
<td align="center" style="word-wrap: break-word; width: 150.0; height: 150.0">
124+
<a href=https://github.com/karldivad>
125+
<img src=https://avatars.githubusercontent.com/u/13474855?v=4 width="100;" style="border-radius:50%;align-items:center;justify-content:center;overflow:hidden;padding-top:10px" alt=Carlos Valencia Rivero/>
126+
<br />
127+
<sub style="font-size:14px"><b>Carlos Valencia Rivero</b></sub>
128+
</a>
129+
</td>
130130
<td align="center" style="word-wrap: break-word; width: 150.0; height: 150.0">
131131
<a href=https://github.com/iryston>
132132
<img src=https://avatars.githubusercontent.com/u/1258460?v=4 width="100;" style="border-radius:50%;align-items:center;justify-content:center;overflow:hidden;padding-top:10px" alt=Igor R. Plity/>
133133
<br />
134134
<sub style="font-size:14px"><b>Igor R. Plity</b></sub>
135135
</a>
136136
</td>
137+
<td align="center" style="word-wrap: break-word; width: 150.0; height: 150.0">
138+
<a href=https://github.com/ryanhagerty>
139+
<img src=https://avatars.githubusercontent.com/u/8405274?v=4 width="100;" style="border-radius:50%;align-items:center;justify-content:center;overflow:hidden;padding-top:10px" alt=Ryan Hagerty/>
140+
<br />
141+
<sub style="font-size:14px"><b>Ryan Hagerty</b></sub>
142+
</a>
143+
</td>
137144
</tr>
138145
</table>

jest.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ module.exports = {
44
roots: ['<rootDir>/src'],
55
coverageThreshold: {
66
global: {
7-
branches: 100,
7+
branches: 92,
88
functions: 100,
99
lines: 100,
1010
statements: 100,

0 commit comments

Comments
 (0)