Skip to content

Commit c401c11

Browse files
Merge remote-tracking branch 'origin/next' into add-isbn
2 parents 0d949ea + 0ca1e44 commit c401c11

107 files changed

Lines changed: 2550 additions & 1453 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.eslintrc.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ module.exports = defineConfig({
114114
},
115115
},
116116
{
117-
files: ['test/*.spec.ts'],
117+
files: ['test/**/*.spec.ts'],
118118
extends: ['plugin:vitest/recommended'],
119119
rules: {
120120
'deprecation/deprecation': 'off',

.github/renovate.json5

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,6 @@
5151
"groupName": "doc-dependencies",
5252
"matchPackageNames": [
5353
"@algolia/client-search",
54-
"@types/react",
55-
"react",
56-
"react-dom",
5754
"typedoc",
5855
"typedoc-plugin-missing-exports",
5956
"vitepress"

.prettierrc.cjs renamed to .prettierrc.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,9 @@
44
* @type {import('prettier').Options}
55
*/
66
module.exports = {
7-
plugins: [require.resolve('prettier-plugin-organize-imports')],
7+
plugins: ['prettier-plugin-organize-imports'],
88
singleQuote: true,
9+
trailingComma: 'es5',
910
overrides: [
1011
{
1112
files: '*.json5',

docs/about/team/members.json

Lines changed: 17 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -61,26 +61,33 @@
6161
{ "icon": "twitter", "link": "https://twitter.com/_JessicaSachs" }
6262
],
6363
"sponsor": "https://github.com/sponsors/JessicaSachs"
64+
},
65+
{
66+
"avatar": "https://github.com/xDivisionByZerox.png",
67+
"name": "Leyla Jähnig",
68+
"title": "Code Maintainer",
69+
"desc": "Tell me about your favorite programming language and why is it TypeScript?",
70+
"links": [
71+
{ "icon": "github", "link": "https://github.com/xDivisionByZerox" }
72+
]
6473
}
6574
],
6675
"contributors": [
6776
{
6877
"avatar": "https://github.com/import-brain.png",
6978
"name": "Eric Cheng",
70-
"title": "Triage",
79+
"title": "Contributor",
7180
"org": "",
7281
"orgLink": "",
7382
"desc": "",
74-
"links": [{ "icon": "github", "link": "https://github.com/import-brain" }]
75-
},
76-
{
77-
"avatar": "https://github.com/xDivisionByZerox.png",
78-
"name": "Leyla Jähnig",
79-
"title": "Contributor",
80-
"desc": "",
8183
"links": [
82-
{ "icon": "github", "link": "https://github.com/xDivisionByZerox" }
83-
]
84+
{ "icon": "github", "link": "https://github.com/import-brain" },
85+
{
86+
"icon": "linkedin",
87+
"link": "https://www.linkedin.com/in/ericcheng-software/"
88+
}
89+
],
90+
"sponsor": "https://github.com/sponsors/import-brain"
8491
},
8592
{
8693
"avatar": "https://github.com/matthewmayer.png",

package.json

Lines changed: 23 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -88,48 +88,43 @@
8888
},
8989
"devDependencies": {
9090
"@actions/github": "~5.1.1",
91-
"@algolia/client-search": "~4.18.0",
91+
"@algolia/client-search": "~4.19.1",
9292
"@types/markdown-it": "~12.2.3",
93-
"@types/node": "~20.4.1",
94-
"@types/prettier": "~2.7.3",
95-
"@types/react": "~18.2.15",
93+
"@types/node": "~20.4.8",
9694
"@types/sanitize-html": "~2.9.0",
9795
"@types/semver": "~7.5.0",
98-
"@types/validator": "~13.7.17",
99-
"@typescript-eslint/eslint-plugin": "~5.62.0",
100-
"@typescript-eslint/parser": "~5.62.0",
101-
"@vitest/coverage-v8": "~0.33.0",
102-
"@vitest/ui": "~0.33.0",
103-
"@vueuse/core": "~10.2.1",
96+
"@types/validator": "~13.9.0",
97+
"@typescript-eslint/eslint-plugin": "~6.2.1",
98+
"@typescript-eslint/parser": "~6.2.1",
99+
"@vitest/coverage-v8": "~0.34.1",
100+
"@vitest/ui": "~0.34.1",
101+
"@vueuse/core": "~10.3.0",
104102
"conventional-changelog-cli": "~3.0.0",
105-
"cypress": "~12.17.0",
106-
"esbuild": "~0.18.11",
107-
"eslint": "~8.44.0",
108-
"eslint-config-prettier": "~8.8.0",
109-
"eslint-define-config": "~1.21.0",
103+
"cypress": "~12.17.3",
104+
"esbuild": "~0.18.18",
105+
"eslint": "~8.46.0",
106+
"eslint-config-prettier": "~9.0.0",
107+
"eslint-define-config": "~1.23.0",
110108
"eslint-gitignore": "~0.1.0",
111-
"eslint-plugin-deprecation": "~1.4.1",
112-
"eslint-plugin-jsdoc": "~46.4.3",
113-
"eslint-plugin-prettier": "~4.2.1",
114-
"eslint-plugin-vitest": "~0.2.6",
109+
"eslint-plugin-deprecation": "~1.5.0",
110+
"eslint-plugin-jsdoc": "~46.4.6",
111+
"eslint-plugin-prettier": "~5.0.0",
112+
"eslint-plugin-vitest": "~0.2.8",
115113
"glob": "~10.3.3",
116114
"npm-run-all": "~4.1.5",
117-
"picocolors": "~1.0.0",
118-
"prettier": "2.8.8",
119-
"prettier-plugin-organize-imports": "~3.2.2",
120-
"react": "~18.2.0",
121-
"react-dom": "~18.2.0",
115+
"prettier": "3.0.1",
116+
"prettier-plugin-organize-imports": "~3.2.3",
122117
"rimraf": "~5.0.1",
123118
"sanitize-html": "~2.11.0",
124119
"semver": "~7.5.4",
125120
"standard-version": "~9.5.0",
126121
"tsx": "~3.12.7",
127122
"typedoc": "~0.24.8",
128123
"typescript": "~4.9.5",
129-
"validator": "~13.9.0",
130-
"vite": "~4.4.2",
131-
"vitepress": "1.0.0-beta.5",
132-
"vitest": "~0.33.0",
124+
"validator": "~13.11.0",
125+
"vite": "~4.4.8",
126+
"vitepress": "1.0.0-beta.7",
127+
"vitest": "~0.34.1",
133128
"vue": "~3.3.4"
134129
},
135130
"packageManager": "pnpm@8.5.1",

0 commit comments

Comments
 (0)