1 Commits
v5.0.1 ... main

Author SHA1 Message Date
f48932001a fix: update markdown-it to v14.1.1 2026-02-20 02:58:22 +01:00
3 changed files with 790 additions and 442 deletions

View File

@@ -1,4 +1,10 @@
{ {
"$schema": "./node_modules/oxlint/configuration_schema.json", "$schema": "./node_modules/oxlint/configuration_schema.json",
"extends": ["node_modules/eslint-config-conventions/.oxlintrc.json"] "extends": ["node_modules/eslint-config-conventions/.oxlintrc.json"],
"env": {
"builtin": true,
"browser": true,
"node": true,
"shared-node-browser": true
}
} }

1210
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -36,18 +36,18 @@
"release": "semantic-release" "release": "semantic-release"
}, },
"dependencies": { "dependencies": {
"markdown-it": "14.1.0", "markdown-it": "14.1.1",
"mime": "4.1.0" "mime": "4.1.0"
}, },
"devDependencies": { "devDependencies": {
"@types/markdown-it": "14.1.2", "@types/markdown-it": "14.1.2",
"@types/node": "25.2.1", "@types/node": "25.3.0",
"eslint-config-conventions": "21.2.0", "eslint-config-conventions": "21.2.2",
"markdownlint": "0.40.0", "markdownlint": "0.40.0",
"markdownlint-cli2": "0.20.0", "markdownlint-cli2": "0.21.0",
"oxfmt": "0.28.0", "oxfmt": "0.34.0",
"oxlint": "1.43.0", "oxlint": "1.49.0",
"oxlint-tsgolint": "0.11.4", "oxlint-tsgolint": "0.14.1",
"semantic-release": "25.0.3", "semantic-release": "25.0.3",
"typescript": "5.9.3" "typescript": "5.9.3"
}, },