Skip to content

Commit

Permalink
Merge pull request #282 from emulsify-ds/develop
Browse files Browse the repository at this point in the history
Release: Project dependency updates
  • Loading branch information
callinmullaney authored Jul 29, 2024
2 parents 2a5d88e + 69ee2a5 commit 0391044
Show file tree
Hide file tree
Showing 67 changed files with 7,206 additions and 19,847 deletions.
32 changes: 0 additions & 32 deletions .eslintrc.js

This file was deleted.

35 changes: 35 additions & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
{
"extends": [
"eslint:recommended",
"plugin:@typescript-eslint/recommended",
"plugin:@typescript-eslint/eslint-recommended",
"plugin:@typescript-eslint/recommended-requiring-type-checking",
"plugin:prettier/recommended",
"prettier"
],
"env": {
"es6": true,
"node": true,
"jest": true
},
"parser": "@typescript-eslint/parser",
"parserOptions": {
"ecmaVersion": 8,
"project": "./tsconfig.eslint.json"
},
"plugins": [
"@typescript-eslint",
"security"
],
"rules": {
"@typescript-eslint/no-unused-vars": [
"error",
{
"argsIgnorePattern": "_"
}
],
"security/detect-object-injection": 0,
"@typescript-eslint/unbound-method": 0,
"prettier/prettier": 2
}
}
2 changes: 1 addition & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
version: 2
updates:
- package-ecosystem: npm
directory: "/"
directory: '/'
schedule:
interval: daily
16 changes: 8 additions & 8 deletions .github/workflows/contributors.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Add contributors
on:
schedule:
- cron: "20 20 * * *"
- cron: '20 20 * * *'
push:
branches:
- develop
Expand All @@ -13,11 +13,11 @@ jobs:
- uses: actions/checkout@v2
- uses: BobAnkh/add-contributors@master
with:
CONTRIBUTOR: "### Contributors"
COLUMN_PER_ROW: "6"
CONTRIBUTOR: '### Contributors'
COLUMN_PER_ROW: '6'
ACCESS_TOKEN: ${{secrets.ADD_TO_PROJECT_PAT}}
IMG_WIDTH: "100"
FONT_SIZE: "14"
PATH: "/README.md"
COMMIT_MESSAGE: "docs(README): update contributors"
AVATAR_SHAPE: "round"
IMG_WIDTH: '100'
FONT_SIZE: '14'
PATH: '/README.md'
COMMIT_MESSAGE: 'docs(README): update contributors'
AVATAR_SHAPE: 'round'
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Install Node.js
uses: actions/setup-node@v2
with:
node-version: 16.13
node-version: 20
- name: Install
run: npm install
- name: Lint
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Install Node.js
uses: actions/setup-node@v2
with:
node-version: 16.13
node-version: 20
- name: Install
run: npm install
- name: Test
Expand Down
File renamed without changes.
33 changes: 20 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,17 +77,17 @@ This project is automatically built and deployed to NPM via a GitHub Actions wor
</a>
</td>
<td align="center" style="word-wrap: break-word; width: 150.0; height: 150.0">
<a href=https://github.com/callinmullaney>
<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/>
<a href=https://github.com/amazingrando>
<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/>
<br />
<sub style="font-size:14px"><b>Callin Mullaney</b></sub>
<sub style="font-size:14px"><b>Randy Oest</b></sub>
</a>
</td>
<td align="center" style="word-wrap: break-word; width: 150.0; height: 150.0">
<a href=https://github.com/amazingrando>
<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/>
<a href=https://github.com/callinmullaney>
<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/>
<br />
<sub style="font-size:14px"><b>Randy Oest</b></sub>
<sub style="font-size:14px"><b>Callin Mullaney</b></sub>
</a>
</td>
<td align="center" style="word-wrap: break-word; width: 150.0; height: 150.0">
Expand All @@ -106,13 +106,6 @@ This project is automatically built and deployed to NPM via a GitHub Actions wor
<sub style="font-size:14px"><b>Andrii Shutov</b></sub>
</a>
</td>
<td align="center" style="word-wrap: break-word; width: 150.0; height: 150.0">
<a href=https://github.com/ryanhagerty>
<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/>
<br />
<sub style="font-size:14px"><b>Ryan Hagerty</b></sub>
</a>
</td>
<td align="center" style="word-wrap: break-word; width: 150.0; height: 150.0">
<a href=https://github.com/nJim>
<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/>
Expand All @@ -127,12 +120,26 @@ This project is automatically built and deployed to NPM via a GitHub Actions wor
<sub style="font-size:14px"><b>Caleb Tucker-Raymond</b></sub>
</a>
</td>
<td align="center" style="word-wrap: break-word; width: 150.0; height: 150.0">
<a href=https://github.com/karldivad>
<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/>
<br />
<sub style="font-size:14px"><b>Carlos Valencia Rivero</b></sub>
</a>
</td>
<td align="center" style="word-wrap: break-word; width: 150.0; height: 150.0">
<a href=https://github.com/iryston>
<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/>
<br />
<sub style="font-size:14px"><b>Igor R. Plity</b></sub>
</a>
</td>
<td align="center" style="word-wrap: break-word; width: 150.0; height: 150.0">
<a href=https://github.com/ryanhagerty>
<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/>
<br />
<sub style="font-size:14px"><b>Ryan Hagerty</b></sub>
</a>
</td>
</tr>
</table>
2 changes: 1 addition & 1 deletion jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ module.exports = {
roots: ['<rootDir>/src'],
coverageThreshold: {
global: {
branches: 100,
branches: 92,
functions: 100,
lines: 100,
statements: 100,
Expand Down
Loading

0 comments on commit 0391044

Please sign in to comment.