Skip to content

Commit

Permalink
build(deps-dev): apply updates
Browse files Browse the repository at this point in the history
Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
  • Loading branch information
jerome-benoit committed Jul 1, 2024
1 parent aaceda9 commit 1e98512
Show file tree
Hide file tree
Showing 26 changed files with 173 additions and 230 deletions.
1 change: 0 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@
"tinypool",
"trimmable",
"tsdoc",
"tseslint",
"typedoc",
"workerpool"
],
Expand Down
12 changes: 4 additions & 8 deletions eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@ import jsdoc from 'eslint-plugin-jsdoc'
import simpleImportSort from 'eslint-plugin-simple-import-sort'
import globals from 'globals'
import neostandard, { plugins } from 'neostandard'
// FIXME: https://github.com/neostandard/neostandard/pull/88
// eslint-disable-next-line n/no-extraneous-import
import tseslint from 'typescript-eslint'

export default defineFlatConfig([
{
Expand All @@ -29,9 +26,9 @@ export default defineFlatConfig([
],
},
},
...tseslint.config(
...tseslint.configs.strictTypeChecked,
...tseslint.configs.stylisticTypeChecked
...plugins['typescript-eslint'].config(
...plugins['typescript-eslint'].configs.strictTypeChecked,
...plugins['typescript-eslint'].configs.stylisticTypeChecked
),
...neostandard({
ts: true,
Expand Down Expand Up @@ -65,7 +62,6 @@ export default defineFlatConfig([
'Quadflieg',
'neostandard',
'poolifier',
'tseslint',
],
},
},
Expand All @@ -84,7 +80,7 @@ export default defineFlatConfig([
},
{
files: ['**/*.js', '**/*.mjs', '**/*.cjs'],
...tseslint.configs.disableTypeChecked,
...plugins['typescript-eslint'].configs.disableTypeChecked,
},
// examples specific configuration
{
Expand Down
2 changes: 1 addition & 1 deletion examples/typescript/http-client-pool/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@
},
"devDependencies": {
"@types/node": "^20.14.9",
"typescript": "^5.5.2"
"typescript": "^5.5.3"
}
}
10 changes: 5 additions & 5 deletions examples/typescript/http-client-pool/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@
"rollup": "^4.18.0",
"rollup-plugin-delete": "^2.0.0",
"tslib": "^2.6.3",
"typescript": "^5.5.2"
"typescript": "^5.5.3"
}
}

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@
"rollup": "^4.18.0",
"rollup-plugin-delete": "^2.0.0",
"tslib": "^2.6.3",
"typescript": "^5.5.2"
"typescript": "^5.5.3"
}
}

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@
"@types/express": "^4.17.21",
"@types/node": "^20.14.9",
"autocannon": "^7.15.0",
"typescript": "^5.5.2"
"typescript": "^5.5.3"
}
}

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@
"rollup": "^4.18.0",
"rollup-plugin-delete": "^2.0.0",
"tslib": "^2.6.3",
"typescript": "^5.5.2"
"typescript": "^5.5.3"
}
}

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@
"rollup": "^4.18.0",
"rollup-plugin-delete": "^2.0.0",
"tslib": "^2.6.3",
"typescript": "^5.5.2"
"typescript": "^5.5.3"
}
}

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@
"devDependencies": {
"@types/node": "^20.14.9",
"autocannon": "^7.15.0",
"typescript": "^5.5.2"
"typescript": "^5.5.3"
}
}
Loading

0 comments on commit 1e98512

Please sign in to comment.