Skip to content

Commit

Permalink
chore: update dev dependencies (#341)
Browse files Browse the repository at this point in the history
<!-- 👋 Hi, thanks for sending a PR to ts-api-utils! 💖.
Please fill out all fields below and make sure each item is true and [x]
checked.
Otherwise we may not be able to review your PR. -->

## PR Checklist

- [ ] Addresses an existing open issue: fixes #000
- [ ] That issue was marked as [`status: accepting
prs`](/~https://github.com/JoshuaKGoldberg/ts-api-utils/issues?q=is%3Aopen+is%3Aissue+label%3A%22status%3A+accepting+prs%22)
- [ ] Steps in
[CONTRIBUTING.md](/~https://github.com/JoshuaKGoldberg/ts-api-utils/blob/main/.github/CONTRIBUTING.md)
were taken

## Overview

Updates all the dev deps to the latest versions.

---------

Co-authored-by: Josh Goldberg <git@joshuakgoldberg.com>
  • Loading branch information
RebeccaStevens and JoshuaKGoldberg authored Dec 24, 2023
1 parent f12728a commit 5081005
Show file tree
Hide file tree
Showing 7 changed files with 827 additions and 1,089 deletions.
6 changes: 5 additions & 1 deletion knip.production.jsonc
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
{
"$schema": "https://unpkg.com/knip@next/schema.json",
"$schema": "https://unpkg.com/knip@latest/schema.json",
"entry": ["src/**/index.ts!"],
"ignore": [
// /~https://github.com/JoshuaKGoldberg/ts-api-utils/issues/343
"src/usage/scopes.ts"
],
"project": ["src/**/*.ts!", "!src/test/**/*.ts!", "!src/**/*.test.ts!"]
}
61 changes: 30 additions & 31 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"scripts": {
"build": "tsup",
"docs": "typedoc",
"docs:serve": "http-server docs/generated",
"docs:serve": "npx --yes http-server docs/generated",
"format": "prettier \"**/*\" --ignore-unknown",
"lint": "eslint . .*js --max-warnings 0 --report-unused-disable-directives",
"lint:docs": "typedoc --validation --treatValidationWarningsAsErrors",
Expand All @@ -52,50 +52,49 @@
},
"devDependencies": {
"@phenomnomnominal/tsquery": "^6.1.3",
"@release-it/conventional-changelog": "^8.0.0",
"@types/eslint": "^8.44.3",
"@typescript-eslint/eslint-plugin": "^6.7.3",
"@release-it/conventional-changelog": "^8.0.1",
"@types/eslint": "^8.56.0",
"@typescript-eslint/eslint-plugin": "^6.15.0",
"@typescript-eslint/parser": "6.15.0",
"@typescript/vfs": "^1.5.0",
"@vitest/coverage-v8": "^0.34.6",
"@vitest/coverage-v8": "^1.1.0",
"console-fail-test": "^0.2.3",
"cspell": "^8.0.0",
"eslint": "^8.50.0",
"cspell": "^8.2.3",
"eslint": "^8.56.0",
"eslint-plugin-deprecation": "^2.0.0",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-jsdoc": "^46.8.2",
"eslint-plugin-jsonc": "^2.9.0",
"eslint-plugin-jsdoc": "^46.9.1",
"eslint-plugin-jsonc": "^2.11.2",
"eslint-plugin-markdown": "^3.0.1",
"eslint-plugin-n": "^16.1.0",
"eslint-plugin-n": "^16.5.0",
"eslint-plugin-no-only-tests": "^3.1.0",
"eslint-plugin-perfectionist": "^2.1.0",
"eslint-plugin-regexp": "^2.0.0",
"eslint-plugin-vitest": "^0.3.1",
"eslint-plugin-yml": "^1.9.0",
"http-server": "^14.1.1",
"eslint-plugin-perfectionist": "^2.5.0",
"eslint-plugin-regexp": "^2.1.2",
"eslint-plugin-vitest": "^0.3.18",
"eslint-plugin-yml": "^1.11.0",
"husky": "^8.0.3",
"jsonc-eslint-parser": "^2.3.0",
"knip": "^3.0.0",
"lint-staged": "^15.0.0",
"markdownlint": "^0.32.0",
"jsonc-eslint-parser": "^2.4.0",
"knip": "^3.8.4",
"lint-staged": "^15.2.0",
"markdownlint": "^0.32.1",
"markdownlint-cli": "^0.38.0",
"npm-package-json-lint": "^7.0.0",
"npm-package-json-lint": "^7.1.0",
"npm-package-json-lint-config-default": "^6.0.0",
"prettier": "^3.0.3",
"prettier": "^3.1.1",
"prettier-plugin-curly": "^0.1.3",
"prettier-plugin-packagejson": "^2.4.6",
"release-it": "^17.0.0",
"prettier-plugin-packagejson": "^2.4.7",
"release-it": "^17.0.1",
"sentences-per-line": "^0.2.1",
"should-semantic-release": "^0.2.1",
"tsup": "^8.0.0",
"typedoc": "^0.25.0",
"typedoc-plugin-coverage": "^2.0.0",
"typedoc-plugin-custom-validation": "^1.1.0",
"tsup": "^8.0.1",
"typedoc": "^0.24.8",
"typedoc-plugin-coverage": "^2.2.0",
"typedoc-plugin-custom-validation": "^1.1.1",
"typedoc-plugin-konamimojisplosion": "^0.0.2",
"typedoc-plugin-mdn-links": "^3.0.0",
"typedoc-plugin-versions": "^0.2.3",
"typescript": "^5.2.2",
"vitest": "^0.34.6",
"typedoc-plugin-mdn-links": "^3.1.8",
"typedoc-plugin-versions": "^0.2.4",
"typescript": "^5.3.3",
"vitest": "^1.1.0",
"yaml-eslint-parser": "^1.2.2"
},
"peerDependencies": {
Expand Down
Loading

0 comments on commit 5081005

Please sign in to comment.