Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: bumped deps to latest with Node.js >=18.3.0 minimum #1605

Merged
merged 9 commits into from
Aug 7, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"
npx lint-staged
2 changes: 1 addition & 1 deletion docs/FAQs.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ Then:

<!-- eslint-disable jsonc/sort-keys -->

```jsonc package.json
```json package.json
{
"exports": {
".": {
Expand Down
5 changes: 5 additions & 0 deletions eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
jsdoc.configs["flat/recommended-typescript-error"],
n.configs["flat/recommended"],
packageJson,
perfectionist.configs["recommended-natural"],

Check failure on line 48 in eslint.config.js

View workflow job for this annotation

GitHub Actions / lint

Unsafe argument of type `any` assigned to a parameter of type `ConfigWithExtends`

Check failure on line 48 in eslint.config.js

View workflow job for this annotation

GitHub Actions / lint

Unsafe member access ["recommended-natural"] on an `error` typed value
regexp.configs["flat/recommended"],
...tseslint.config({
extends: [
Expand Down Expand Up @@ -73,6 +73,7 @@
"operator-assignment": "error",

// These on-by-default rules don't work well for this repo and we like them off.
"jsdoc/lines-before-block": "off",
"jsdoc/require-jsdoc": "off",
"jsdoc/require-param": "off",
"jsdoc/require-property": "off",
Expand All @@ -95,6 +96,10 @@
"error",
{ allowBoolean: true, allowNullish: true, allowNumber: true },
],
"n/no-unsupported-features/node-builtins": [
"error",
{ allowExperimental: true },
],
"perfectionist/sort-objects": [
"error",
{
Expand Down
76 changes: 38 additions & 38 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,69 +42,69 @@
},
"dependencies": {
"@clack/prompts": "^0.7.0",
"all-contributors-for-repository": "^0.2.1",
"all-contributors-for-repository": "^0.2.2",
"chalk": "^5.3.0",
"execa": "^9.0.0",
"execa": "^9.3.0",
"get-github-auth-token": "^0.1.0",
"git-remote-origin-url": "^4.0.0",
"git-url-parse": "^14.0.0",
"git-url-parse": "^14.1.0",
"js-yaml": "^4.1.0",
"lazy-value": "^3.0.0",
"npm-user": "^6.0.0",
"octokit": "^4.0.0",
"npm-user": "^6.1.1",
"octokit": "^4.0.2",
"parse-author": "^2.0.0",
"prettier": "^3.1.0",
"replace-in-file": "^8.0.0",
"rimraf": "^6.0.0",
"title-case": "^4.1.2",
"zod": "^3.22.4",
"zod-validation-error": "^3.0.2"
"prettier": "^3.3.3",
"replace-in-file": "^8.1.0",
"rimraf": "^6.0.1",
"title-case": "^4.3.1",
"zod": "^3.23.8",
"zod-validation-error": "^3.3.1"
},
"devDependencies": {
"@eslint-community/eslint-plugin-eslint-comments": "^4.3.0",
"@eslint/js": "^9.2.0",
"@octokit/request-error": "^6.1.1",
"@eslint/js": "^9.8.0",
"@octokit/request-error": "^6.1.4",
"@release-it/conventional-changelog": "^8.0.1",
"@types/eslint-plugin-markdown": "^2.0.2",
"@types/eslint__js": "^8.42.3",
"@types/git-url-parse": "^9.0.3",
"@types/js-yaml": "^4.0.9",
"@types/node": "^20.12.7",
"@types/node": "^22.1.0",
"@types/parse-author": "^2.0.3",
"@vitest/coverage-v8": "^2.0.2",
"c8": "^10.0.0",
"@vitest/coverage-v8": "^2.0.5",
"c8": "^10.1.2",
"console-fail-test": "^0.4.4",
"cspell": "^8.1.3",
"eslint": "^9.2.0",
"eslint-plugin-jsdoc": "^48.5.0",
"eslint-plugin-jsonc": "^2.15.0",
"eslint-plugin-markdown": "^5.0.0",
"eslint-plugin-n": "^17.3.1",
"eslint-plugin-package-json": "^0.15.0",
"cspell": "^8.13.1",
"eslint": "^9.8.0",
"eslint-plugin-jsdoc": "^49.0.0",
"eslint-plugin-jsonc": "^2.16.0",
"eslint-plugin-markdown": "^5.1.0",
"eslint-plugin-n": "^17.10.2",
"eslint-plugin-package-json": "^0.15.2",
"eslint-plugin-perfectionist": "^3.1.2",
"eslint-plugin-regexp": "^2.5.0",
"eslint-plugin-vitest": "^0.5.3",
"eslint-plugin-regexp": "^2.6.0",
"eslint-plugin-vitest": "^0.5.4",
"eslint-plugin-yml": "^1.14.0",
"globby": "^14.0.1",
"husky": "^9.0.11",
"globby": "^14.0.2",
"husky": "^9.1.4",
"jsonc-eslint-parser": "^2.4.0",
"knip": "5.26.0",
"lint-staged": "^15.2.2",
"knip": "5.27.0",
"lint-staged": "^15.2.8",
"markdownlint": "^0.34.0",
"markdownlint-cli": "^0.41.0",
"prettier-plugin-curly": "^0.2.1",
"prettier-plugin-packagejson": "^2.5.0",
"prettier-plugin-curly": "^0.2.2",
"prettier-plugin-packagejson": "^2.5.1",
"prettier-plugin-sh": "^0.14.0",
"release-it": "^17.3.0",
"release-it": "^17.6.0",
"sentences-per-line": "^0.2.1",
"tsup": "^8.1.0",
"tsx": "^4.9.0",
"typescript": "^5.5.2",
"typescript-eslint": "^8.0.0",
"vitest": "^2.0.2"
"tsup": "^8.2.4",
"tsx": "^4.16.5",
"typescript": "^5.5.4",
"typescript-eslint": "^8.0.1",
"vitest": "^2.0.5"
},
"engines": {
"node": ">=18"
"node": ">=18.3.0"
},
"publishConfig": {
"provenance": true
Expand Down
Loading
Loading