-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #24 from opticrd/fix-socket-handling
refactor: multiple fixes Former-commit-id: 9dc022f5fd1b326c3a07bb813604c8d05bd66866 [formerly 69de5890a58b9fd8c27957af9e6d5cef06464d13] [formerly 74186eb26061ce46f6bb169c351ef5eb4dca4724 [formerly ca630ececf704452e1c58b49744a84f4f76577ef]] [formerly cdd479b4760ff3b50a5d48c1d6748fb17a60f57b [formerly 858e1025ff5dfbe8e3b483907f70cca6c22b82ef] [formerly 2400713241cd1dc1496c80f3286daaa752010e67 [formerly 6bd89c04093a77ae65046cdbbc493eec2db40b0c]]] [formerly 1cbc261985bca30404df02ce4e10de1004989619 [formerly 1675957ec9c146d14753c4891da02b0fce12a59e] [formerly da1b581a6d3962b2860309d402a58475ca552842 [formerly c01b73e818ad9e6a23be04216dc288c33d802c75]] [formerly 0746f797f7a797241c4f7c2dabac9f7b24b92a4f [formerly 9e187d4790c9ece99b0f1a93a64eca87e0ed265f] [formerly 51680927cec6ab3f12f62b0ce2db94ffdd319b98 [formerly 35b70a625f6dc99d4ae14852ab239d605d633550]]]] [formerly 2a0bebce9c607728a92662c3547609bacb59a5f1 [formerly 6c0756f71fa928857bbeef8cce30056124f5c1dd] [formerly fd5077a0feefc6598c9851d204380e806e771dae [formerly 1a0e38b3b76da2f4335ee1e66c263616ef6ce94d]] [formerly 80205336db22b020fad1cd042188a8b6a2d20c90 [formerly 145a9dfd5b85c8e29fa65d4b77bc6046d8b3a63c] [formerly a56fb00edebcd2445bd71eebdba694a57e830ad2 [formerly ec6599716bb27f4c62d7b73bef5a50d5a24242cb]]] [formerly eb758d0b57aba642bb1754fb97cc262c0452d79a [formerly 5923f115b04f776faebfbde465a398cdac3f0f6b] [formerly a0f31e1871b7ba1565e86523dc6d8cffb597a71f [formerly e46993f5c68739b59eec4f3be08e91632758bbce]] [formerly e07c57fe9f0e97566d9c2a646bc16f95d1780613 [formerly 9a1033a628849c3a2f2fd16842846e5c26c2c496] [formerly 6431db5f7b4431191a56cbc949932da0b3be07f9 [formerly 9d918ed]]]]] Former-commit-id: 16a1aef0c694c9ca6c368c3987c6f75e06ba2cc2 [formerly 87b723c1030af6278f97421717ab59b9c5ad523c] [formerly 1d4e0cdace381a9c3c6b7e29fee5772aca9fdbda [formerly ebd1def3c138e96ccbca49289e7577372905ec69]] [formerly efa9d21dce90f3638a7d7a3a93ee182d247e9890 [formerly 01ee80f92c1e5fd83037ba3e023971d2cae306e1] [formerly 60c6c502a9e21d328b9d3bb00a95bf7d3801fe36 [formerly e5203a928e7430647afd0fe2774adfd1dc266b57]]] [formerly e1865ded6dfd4aef920e3c129df4bfbf17976a91 [formerly 059fd2c75a8c54153389b0487006f5eb77234149] [formerly f5da00d275815a14d7a156ad7d43610ac8b85ab8 [formerly 4d1f3d0ad135b66eb87f1f7dd20a1ebd57b77d01]] [formerly 4977854f6a2476b0dee6cc7fc59aa6b61abf1d4d [formerly a08b8986cb3ec34430763eadf714a976cf973ab4] [formerly fc594add2c1fd33f5c46dbba03eaf6517b6749ef [formerly 6f04f3650ec86704277d2c1f20eb865fbc43008b]]]] Former-commit-id: 343fb46f3d362c160b68fbec4fe17755fcdb655d [formerly 896367b78be815a92f8a4c1bed33c1db35b167ba] [formerly 96e8d94e7c4835786bfeb5fd3feadc960e853911 [formerly 54b4158dc7f3d1e68e21c69518fa42503025f843]] [formerly 1a1c97be9bd6b92bdd0ef084b7311f97693ea62f [formerly 017279063e429b3535ef2e979f9ead25cbad8db8] [formerly c05362509719984ad644a44d78a67c0a3f55d372 [formerly 368dfb593bbab8940f1530187d3815a5a96fae55]]] Former-commit-id: a375c04856cf611b5688ada179d8d245efe2c6d8 [formerly b3e9a8efca51fd0b55cfb23fd768c27de215bf52] [formerly c41bd8501336a141f2b38d01e75af3addee5a50f [formerly 40815ba76952e25c8a8a1ea6bae780319562f772]] Former-commit-id: 92165c9dae14cb7d46111270eaa94a479a2b1c8a [formerly fcdebb115e71bf2019ca64c39ad877055bfabb8c] Former-commit-id: ddd48ec8e16b4370bef81cd1cca972b25e1218a5
- Loading branch information
Showing
60 changed files
with
760 additions
and
1,121 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,24 @@ | ||
{ | ||
"extends": "next/core-web-vitals" | ||
"env": { | ||
"browser": true, | ||
"es2021": true | ||
}, | ||
"extends": [ | ||
"plugin:@typescript-eslint/recommended", | ||
"next", | ||
"next/core-web-vitals", | ||
"prettier" | ||
], | ||
"parser": "@typescript-eslint/parser", | ||
"parserOptions": { | ||
"ecmaFeatures": { | ||
"jsx": true | ||
}, | ||
"ecmaVersion": 12, | ||
"sourceType": "module" | ||
}, | ||
"rules": { | ||
"@typescript-eslint/no-explicit-any": "off" | ||
}, | ||
"plugins": ["@typescript-eslint"] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,15 @@ | ||
version: 2 | ||
updates: | ||
- package-ecosystem: 'npm' | ||
directory: '/' | ||
- package-ecosystem: "npm" | ||
directory: "/" | ||
target-branch: main | ||
schedule: | ||
interval: 'weekly' | ||
interval: "weekly" | ||
open-pull-requests-limit: 20 | ||
commit-message: | ||
prefix: 'deps' | ||
prefix: "deps" | ||
|
||
- package-ecosystem: "github-actions" | ||
directory: "/" | ||
schedule: | ||
interval: "weekly" | ||
interval: "weekly" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
module.exports = { | ||
printWidth: 80, | ||
semi: true, | ||
singleQuote: true, | ||
tabWidth: 2, | ||
useTabs: false, | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
{ | ||
"version": "0.2.0", | ||
"configurations": [ | ||
{ | ||
"name": "Next.js: debug server-side", | ||
"type": "node-terminal", | ||
"request": "launch", | ||
"command": "yarn run dev" | ||
}, | ||
{ | ||
"name": "Next.js: debug client-side", | ||
"type": "chrome", | ||
"request": "launch", | ||
"url": "http://localhost:3000" | ||
}, | ||
{ | ||
"name": "Next.js: debug full stack", | ||
"type": "node-terminal", | ||
"request": "launch", | ||
"command": "yarn run dev", | ||
"serverReadyAction": { | ||
"pattern": "started server on .+, url: (https?://.+)", | ||
"uriFormat": "%s", | ||
"action": "debugWithChrome" | ||
} | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,16 @@ | ||
{ | ||
// audit-ci supports reading JSON, JSONC, and JSON5 config files. | ||
// Add a $schema property to enable JSON schema validation. | ||
"$schema": "https://github.com/IBM/audit-ci/raw/main/docs/schema.json", | ||
// You only need one of ["low", "moderate", "high", "critical"]. | ||
"low": true, | ||
"allowlist": [ | ||
{ | ||
"GHSA-9c47-m6qq-7p4h|eslint-plugin-import>tsconfig-paths>json5": { | ||
"active": true, // This field is optional and defaults to true. | ||
"expiry": "", // There's no need to set an expiry date because we are unaffected. | ||
"notes": "Transitive development-only dependency for linting doesn't impact the security of this application in production or for developers." | ||
} | ||
// audit-ci supports reading JSON, JSONC, and JSON5 config files. | ||
// Add a $schema property to enable JSON schema validation. | ||
"$schema": "https://github.com/IBM/audit-ci/raw/main/docs/schema.json", | ||
// You only need one of ["low", "moderate", "high", "critical"]. | ||
"low": true, | ||
"allowlist": [ | ||
{ | ||
"GHSA-9c47-m6qq-7p4h|eslint-plugin-import>tsconfig-paths>json5": { | ||
"active": true, // This field is optional and defaults to true. | ||
"expiry": "", // There's no need to set an expiry date because we are unaffected. | ||
"notes": "Transitive development-only dependency for linting doesn't impact the security of this application in production or for developers." | ||
} | ||
] | ||
} | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
d37a2f5aa588ebc67f5d8f8349f1ee83bef65bd0 | ||
b99d6dbb23d221d570860372d59978f77b3a739f |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
b3cad6e88de4ad1b321245cc7e08d84a40d54288 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
44e98e12f0d9ae1c0096cf29dcfdb37d0d2b4b76 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
19338c622e8ace9bc92af8c3af7523f6d9221472 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
954dcd5318fbeb1aa77932a90e26b0846e80ceed |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.