Skip to content

Commit

Permalink
Update most npm packages
Browse files Browse the repository at this point in the history
lydell committed Aug 19, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent b31f762 commit 19bff28
Showing 4 changed files with 1,123 additions and 4,365 deletions.
5 changes: 3 additions & 2 deletions .eslintrc.js
Original file line number Diff line number Diff line change
@@ -13,7 +13,6 @@ module.exports = {
...require("@typescript-eslint/eslint-plugin").configs["eslint-recommended"]
.overrides[0].rules,
...require("@typescript-eslint/eslint-plugin").configs.recommended.rules,
"@typescript-eslint/ban-ts-comment": "off",
"@typescript-eslint/no-var-requires": "off",
"arrow-body-style": "error",
curly: "error",
@@ -36,8 +35,10 @@ module.exports = {
},
rules: {
...require("@typescript-eslint/eslint-plugin").configs[
"recommended-requiring-type-checking"
"recommended-type-checked"
].rules,
"@typescript-eslint/ban-ts-comment": "off",
"@typescript-eslint/no-var-requires": "off",
"@typescript-eslint/strict-boolean-expressions": [
"error",
{
5,466 changes: 1,112 additions & 4,354 deletions package-lock.json

Large diffs are not rendered by default.

16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -28,15 +28,15 @@
"tiny-decoders": "^7.0.1"
},
"devDependencies": {
"@types/jest": "29.2.0",
"@typescript-eslint/eslint-plugin": "5.41.0",
"@typescript-eslint/parser": "5.41.0",
"eslint": "8.26.0",
"eslint-plugin-jest": "27.1.3",
"jest": "29.2.2",
"jest-environment-node-single-context": "29.0.0",
"@types/jest": "29.5.3",
"@typescript-eslint/eslint-plugin": "6.4.0",
"@typescript-eslint/parser": "6.4.0",
"eslint": "8.47.0",
"eslint-plugin-jest": "27.2.3",
"jest": "29.6.2",
"jest-environment-node-single-context": "29.1.0",
"prettier": "2.7.1",
"typescript": "4.8.4"
"typescript": "5.1.6"
},
"scripts": {
"start": "node run-pty.js % cat % false % echo hello 🇬🇧 🙈 world % echo hello wide 古古古古古古古古古古古 % ping localhost % node get-cursor-position.js % node test-keys.js % node signals.js % node slow-kill.js % node slow-kill.js 2000 \"Shutting down…\" % make watch % make signals % node test-clear-down.js % node colored-log.js % node test-exit-in-middle.js % node test-split-color-codes.js % node test-request-colors.js",
1 change: 0 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
@@ -4,7 +4,6 @@
"allowSyntheticDefaultImports": true,
"checkJs": true,
"forceConsistentCasingInFileNames": true,
"importsNotUsedAsValues": "error",
"isolatedModules": true,
"module": "CommonJS",
"moduleResolution": "node",

0 comments on commit 19bff28

Please sign in to comment.