-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: update dependencies, switch from eslint + prettier to biome,
BREAKING CHANGE: Support for Node.js 16 is dropped, as it is End of Life. Our code is tested against Node.js LTS release version 18 and 20. There are a lot of changes in this commit, because of formatting changes (e.g. tabs instead of spaces). Configured vitest to generate a junit test report, which is uploaded to CircleCI. The CI will now run biome check, which checks the code for linting and formatting issues. Signed-off-by: Pascal Sthamer <10992664+P4sca1@users.noreply.github.com>
- Loading branch information
Showing
130 changed files
with
3,359 additions
and
3,422 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
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 |
---|---|---|
|
@@ -2,4 +2,4 @@ | |
"enabled": true, | ||
"baseBranches": ["next"], | ||
"extends": ["github>IPS-Hosting/renovate-config"] | ||
} | ||
} |
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 |
---|---|---|
|
@@ -2,3 +2,4 @@ node_modules/ | |
dist/ | ||
coverage/ | ||
.DS_Store | ||
test-report.xml |
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 was deleted.
Oops, something went wrong.
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 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 |
---|---|---|
@@ -1,6 +1,3 @@ | ||
{ | ||
"recommendations": [ | ||
"dbaeumer.vscode-eslint", | ||
"esbenp.prettier-vscode" | ||
] | ||
} | ||
"recommendations": ["biomejs.biome"] | ||
} |
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,8 +1,10 @@ | ||
{ | ||
"editor.defaultFormatter": "esbenp.prettier-vscode", | ||
"editor.formatOnSave": true, | ||
"eslint.enable": true, | ||
"editor.codeActionsOnSave": { | ||
"source.fixAll.eslint": "explicit" | ||
}, | ||
} | ||
"[javascript][typescript][json]": { | ||
"editor.defaultFormatter": "biomejs.biome", | ||
"editor.formatOnSave": true, | ||
"editor.codeActionsOnSave": { | ||
"quickfix.biome": "explicit", | ||
"source.organizeImports.biome": "explicit" | ||
} | ||
} | ||
} |
Binary file removed
BIN
-5.53 KB
.yarn/cache/@aashutoshrathi-word-wrap-npm-1.2.6-5b1d95e487-ada901b9e7.zip
Binary file not shown.
Binary file not shown.
Binary file removed
BIN
-66.6 KB
.yarn/cache/@eslint-community-regexpp-npm-4.10.0-6bfb984c81-2a6e345429.zip
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed
BIN
-17 KB
.yarn/cache/@humanwhocodes-config-array-npm-0.12.3-71a97339be-4212cf1256.zip
Binary file not shown.
Binary file removed
BIN
-8.53 KB
.yarn/cache/@humanwhocodes-object-schema-npm-2.0.3-4f0e508cd9-d3b78f6c58.zip
Binary file not shown.
Binary file not shown.
Binary file removed
BIN
-14.7 KB
.yarn/cache/@jridgewell-sourcemap-codec-npm-1.4.15-a055fb62cf-b881c7e503.zip
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed
BIN
-6.82 KB
.yarn/cache/@types-json-schema-npm-7.0.15-fd16381786-97ed0cb44d.zip
Binary file not shown.
Binary file not shown.
Binary file removed
BIN
-775 KB
.yarn/cache/@typescript-eslint-eslint-plugin-npm-7.0.1-c4550792e3-d2a6e84bb0.zip
Binary file not shown.
Binary file removed
BIN
-8.79 KB
.yarn/cache/@typescript-eslint-parser-npm-7.0.1-e5fcec1317-de86c90e36.zip
Binary file not shown.
Binary file removed
BIN
-326 KB
.yarn/cache/@typescript-eslint-scope-manager-npm-7.0.1-36a90a1254-b949cb829e.zip
Binary file not shown.
Binary file removed
BIN
-53.3 KB
.yarn/cache/@typescript-eslint-type-utils-npm-7.0.1-3c9cb17f8c-eab9bea237.zip
Binary file not shown.
Binary file removed
BIN
-30.4 KB
.yarn/cache/@typescript-eslint-types-npm-7.0.1-f232e489a8-3bd1b16171.zip
Binary file not shown.
Binary file removed
BIN
-173 KB
.yarn/cache/@typescript-eslint-typescript-estree-npm-7.0.1-df3fd0d56e-d7124ed846.zip
Binary file not shown.
Binary file removed
BIN
-111 KB
.yarn/cache/@typescript-eslint-utils-npm-7.0.1-bede11ab4a-b366691631.zip
Binary file not shown.
Binary file removed
BIN
-9.78 KB
.yarn/cache/@typescript-eslint-visitor-keys-npm-7.0.1-a95f274276-ca07f5c636.zip
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed
BIN
-9.41 KB
.yarn/cache/eslint-config-prettier-npm-9.0.0-8f5ce20d27-362e991b6c.zip
Binary file not shown.
Binary file not shown.
Binary file removed
BIN
-9.74 KB
.yarn/cache/eslint-plugin-prettier-npm-5.0.0-2f21113cba-84e88744b9.zip
Binary file not shown.
Binary file removed
BIN
-62.8 KB
.yarn/cache/eslint-plugin-security-npm-3.0.0-cc0c355aaf-c3cc9452a5.zip
Binary file not shown.
Binary file not shown.
Binary file removed
BIN
-12.4 KB
.yarn/cache/eslint-visitor-keys-npm-3.4.1-a5d0a58208-f05121d868.zip
Binary file not shown.
Binary file removed
BIN
-12.4 KB
.yarn/cache/eslint-visitor-keys-npm-4.0.0-9098eefd77-5c09f89cf2.zip
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed
BIN
-3.07 KB
.yarn/cache/is-inside-container-npm-1.0.0-f2c9e9bb96-c50b75a2ab.zip
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
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 |
---|---|---|
@@ -0,0 +1,24 @@ | ||
{ | ||
"$schema": "https://biomejs.dev/schemas/1.7.1/schema.json", | ||
"files": { | ||
"ignore": ["dist", "node_modules", "coverage"] | ||
}, | ||
"linter": { | ||
"enabled": true, | ||
"rules": { | ||
"recommended": true | ||
} | ||
}, | ||
"formatter": { | ||
"enabled": true | ||
}, | ||
"organizeImports": { | ||
"enabled": true | ||
}, | ||
"javascript": { | ||
"formatter": { | ||
"quoteStyle": "single", | ||
"semicolons": "asNeeded" | ||
} | ||
} | ||
} |
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 |
---|---|---|
@@ -1,9 +1,9 @@ | ||
{ | ||
"name": "@p4sca1/cron-schedule", | ||
"version": "4.0.0", | ||
"exports": { | ||
".": "./src/index.ts", | ||
"./schedulers/interval-based": "./src/schedulers/interval-based.ts", | ||
"./schedulers/timer-based": "./src/schedulers/timer-based.ts" | ||
} | ||
} | ||
"name": "@p4sca1/cron-schedule", | ||
"version": "4.0.0", | ||
"exports": { | ||
".": "./src/index.ts", | ||
"./schedulers/interval-based": "./src/schedulers/interval-based.ts", | ||
"./schedulers/timer-based": "./src/schedulers/timer-based.ts" | ||
} | ||
} |
Oops, something went wrong.