Skip to content

Commit

Permalink
Merge pull request #1447 from YusukeHirao/updates/2024-02-09
Browse files Browse the repository at this point in the history
Update 2024-02-09
  • Loading branch information
YusukeHirao committed Feb 9, 2024
2 parents b0bc2b7 + 182c692 commit 6172b30
Show file tree
Hide file tree
Showing 54 changed files with 939 additions and 778 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,25 +68,25 @@
"vscode"
],
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^6.20.0",
"@typescript-eslint/parser": "^6.20.0",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"cspell": "^8.3.2",
"eslint": "^8.56.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsdoc": "^48.0.4",
"eslint-plugin-jsdoc": "^48.0.6",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-regexp": "^2.2.0",
"eslint-plugin-sort-class-members": "^1.17.1",
"eslint-plugin-unicorn": "^50.0.1",
"eslint-plugin-unicorn": "^51.0.1",
"heapdump": "^0.3.15",
"husky": "^9.0.10",
"lerna": "^8.0.2",
"lint-staged": "^15.2.1",
"lerna": "^8.1.2",
"lint-staged": "^15.2.2",
"npm-run-all": "^4.1.5",
"prettier": "^3.2.4",
"textlint": "13.4.1",
"prettier": "^3.2.5",
"textlint": "14.0.1",
"textlint-filter-rule-comments": "^1.2.2",
"textlint-rule-preset-ja-spacing": "^2.3.0",
"textlint-rule-preset-ja-technical-writing": "^10.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/@markuplint/astro-parser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@
"astro-eslint-parser": "^0.16.2"
},
"devDependencies": {
"@astrojs/compiler": "^2.5.2"
"@astrojs/compiler": "^2.5.3"
}
}
10 changes: 5 additions & 5 deletions packages/@markuplint/astro-parser/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@
"compilerOptions": {
"composite": true,
"outDir": "./lib",
"rootDir": "./src",
"rootDir": "./src"
},
"references": [
{
"path": "../ml-ast",
"path": "../ml-ast"
},
{
"path": "../parser-utils",
},
"path": "../parser-utils"
}
],
"include": ["./src/**/*"],
"exclude": ["node_modules", "lib", "./src/**/*.spec.ts"],
"exclude": ["node_modules", "lib", "./src/**/*.spec.ts"]
}
4 changes: 2 additions & 2 deletions packages/@markuplint/cli-utils/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
"compilerOptions": {
"composite": true,
"outDir": "./lib",
"rootDir": "./src",
"rootDir": "./src"
},
"references": [],
"include": ["./src/**/*"],
"exclude": ["node_modules", "lib", "./src/**/*.spec.ts"],
"exclude": ["node_modules", "lib", "./src/**/*.spec.ts"]
}
2 changes: 1 addition & 1 deletion packages/@markuplint/create-rule/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"@markuplint/cli-utils": "4.0.0",
"@markuplint/ml-core": "4.0.2",
"glob": "^10.3.6",
"prettier": "^3.2.4",
"prettier": "^3.2.5",
"ts-node": "^10.9.2",
"typescript": "^5.3.3"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
"lib": ["dom", "es2015", "es2016", "es2017", "es2018", "es2019", "esnext"],
"skipLibCheck": true,
"outDir": "./lib",
"rootDir": "./src",
"rootDir": "./src"
},
"include": ["./src/**/*"],
"exclude": ["node_modules", "lib", "./src/**/*.spec.ts"],
"exclude": ["node_modules", "lib", "./src/**/*.spec.ts"]
}
10 changes: 5 additions & 5 deletions packages/@markuplint/create-rule/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@
"compilerOptions": {
"composite": true,
"outDir": "./lib",
"rootDir": "./src",
"rootDir": "./src"
},
"references": [
{
"path": "../cli-utils",
"path": "../cli-utils"
},
{
"path": "../ml-core",
},
"path": "../ml-core"
}
],
"include": ["./src/**/*"],
"exclude": ["node_modules", "lib", "./src/**/*.spec.ts"],
"exclude": ["node_modules", "lib", "./src/**/*.spec.ts"]
}
10 changes: 5 additions & 5 deletions packages/@markuplint/ejs-parser/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@
"compilerOptions": {
"composite": true,
"outDir": "./lib",
"rootDir": "./src",
"rootDir": "./src"
},
"references": [
{
"path": "../html-parser",
"path": "../html-parser"
},
{
"path": "../parser-utils",
},
"path": "../parser-utils"
}
],
"include": ["./src/**/*"],
"exclude": ["node_modules", "lib", "./src/**/*.spec.ts"],
"exclude": ["node_modules", "lib", "./src/**/*.spec.ts"]
}
10 changes: 5 additions & 5 deletions packages/@markuplint/erb-parser/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@
"compilerOptions": {
"composite": true,
"outDir": "./lib",
"rootDir": "./src",
"rootDir": "./src"
},
"references": [
{
"path": "../html-parser",
"path": "../html-parser"
},
{
"path": "../parser-utils",
},
"path": "../parser-utils"
}
],
"include": ["./src/**/*"],
"exclude": ["node_modules", "lib", "./src/**/*.spec.ts"],
"exclude": ["node_modules", "lib", "./src/**/*.spec.ts"]
}
1 change: 1 addition & 0 deletions packages/@markuplint/esm-adapter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
},
"devDependencies": {
"@types/debug": "^4.1.12",
"default-markuplint": "npm:markuplint@next",
"test-markuplint": "npm:markuplint@next"
}
}
4 changes: 2 additions & 2 deletions packages/@markuplint/esm-adapter/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"compilerOptions": {
"composite": true,
"outDir": "./lib",
"rootDir": "./src",
"rootDir": "./src"
},
"include": ["./*.d.ts"],
"exclude": ["node_modules", "cjs", "esm", "test"],
"exclude": ["node_modules", "cjs", "esm", "test"]
}
2 changes: 1 addition & 1 deletion packages/@markuplint/file-resolver/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"clean": "tsc --build --clean"
},
"devDependencies": {
"@types/node": "20.11.16"
"@types/node": "20.11.17"
},
"dependencies": {
"@markuplint/html-parser": "4.0.0",
Expand Down
20 changes: 10 additions & 10 deletions packages/@markuplint/file-resolver/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,31 +3,31 @@
"compilerOptions": {
"composite": true,
"outDir": "./lib",
"rootDir": "./src",
"rootDir": "./src"
},
"references": [
{
"path": "../ml-ast",
"path": "../ml-ast"
},
{
"path": "../ml-config",
"path": "../ml-config"
},
{
"path": "../ml-core",
"path": "../ml-core"
},
{
"path": "../ml-spec",
"path": "../ml-spec"
},
{
"path": "../parser-utils",
"path": "../parser-utils"
},
{
"path": "../selector",
"path": "../selector"
},
{
"path": "../shared",
},
"path": "../shared"
}
],
"include": ["./src/**/*"],
"exclude": ["node_modules", "lib", "test", "./src/**/*.spec.ts"],
"exclude": ["node_modules", "lib", "test", "./src/**/*.spec.ts"]
}
10 changes: 5 additions & 5 deletions packages/@markuplint/html-parser/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@
"compilerOptions": {
"composite": true,
"outDir": "./lib",
"rootDir": "./src",
"rootDir": "./src"
},
"references": [
{
"path": "../ml-ast",
"path": "../ml-ast"
},
{
"path": "../parser-utils",
},
"path": "../parser-utils"
}
],
"include": ["./src/**/*"],
"exclude": ["node_modules", "lib", "./src/**/*.spec.ts"],
"exclude": ["node_modules", "lib", "./src/**/*.spec.ts"]
}
2 changes: 1 addition & 1 deletion packages/@markuplint/html-spec/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -11634,7 +11634,7 @@
},
{
"name": "tabpanel",
"description": "A container for the resources associated with a tab, where each tab is contained in a tablist.\n\nAuthors SHOULD associate a tabpanel element with its tab, either by using the aria-controls attribute on the tab to reference the tab panel, or by using the aria-labelledby attribute on the tab panel to reference the tab.\n\ntablist elements are typically placed near, usually preceding, a series of tabpanel elements. See the WAI-ARIA Authoring Practices for details on implementing a tab set design pattern.",
"description": "A container for the resources associated with a tab, where each tab is contained in a tablist.\n\nAuthors SHOULD associate a tabpanel element with its tab, by using the aria-controls attribute on the tab to reference the tab panel, and/or by using the aria-labelledby attribute on the tab panel to reference the tab.\n\ntablist elements are typically placed near, usually preceding, a series of tabpanel elements. See the WAI-ARIA Authoring Practices for details on implementing a tab set design pattern.",
"generalization": ["section"],
"requiredContextRole": [],
"requiredOwnedElements": [],
Expand Down
4 changes: 2 additions & 2 deletions packages/@markuplint/html-spec/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"extends": "../../../tsconfig.json",
"compilerOptions": {
"composite": true,
"composite": true
},
"references": [],
"exclude": ["node_modules"],
"exclude": ["node_modules"]
}
8 changes: 4 additions & 4 deletions packages/@markuplint/i18n/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
"module": "ESNext",
"composite": true,
"outDir": "./esm",
"rootDir": "./src",
"rootDir": "./src"
},
"references": [
{
"path": "../ml-ast",
},
"path": "../ml-ast"
}
],
"include": ["./src/**/*"],
"exclude": ["node_modules", "esm", "cjs", "./src/**/*.spec.ts"],
"exclude": ["node_modules", "esm", "cjs", "./src/**/*.spec.ts"]
}
4 changes: 2 additions & 2 deletions packages/@markuplint/jsx-parser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"@markuplint/html-parser": "4.0.0",
"@markuplint/ml-ast": "4.0.0",
"@markuplint/parser-utils": "4.0.0",
"@typescript-eslint/types": "^6.20.0",
"@typescript-eslint/typescript-estree": "^6.20.0"
"@typescript-eslint/types": "^6.21.0",
"@typescript-eslint/typescript-estree": "^6.21.0"
}
}
12 changes: 6 additions & 6 deletions packages/@markuplint/jsx-parser/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,19 @@
"compilerOptions": {
"composite": true,
"outDir": "./lib",
"rootDir": "./src",
"rootDir": "./src"
},
"references": [
{
"path": "../html-parser",
"path": "../html-parser"
},
{
"path": "../ml-ast",
"path": "../ml-ast"
},
{
"path": "../parser-utils",
},
"path": "../parser-utils"
}
],
"include": ["./src/**/*"],
"exclude": ["node_modules", "lib", "./src/**/*.spec.ts"],
"exclude": ["node_modules", "lib", "./src/**/*.spec.ts"]
}
10 changes: 5 additions & 5 deletions packages/@markuplint/liquid-parser/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@
"compilerOptions": {
"composite": true,
"outDir": "./lib",
"rootDir": "./src",
"rootDir": "./src"
},
"references": [
{
"path": "../html-parser",
"path": "../html-parser"
},
{
"path": "../parser-utils",
},
"path": "../parser-utils"
}
],
"include": ["./src/**/*"],
"exclude": ["node_modules", "lib", "./src/**/*.spec.ts"],
"exclude": ["node_modules", "lib", "./src/**/*.spec.ts"]
}
4 changes: 2 additions & 2 deletions packages/@markuplint/ml-ast/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"compilerOptions": {
"composite": true,
"outDir": "./lib",
"rootDir": "./src",
"rootDir": "./src"
},
"include": ["./src/**/*"],
"exclude": ["node_modules", "lib", "./src/**/*.spec.ts"],
"exclude": ["node_modules", "lib", "./src/**/*.spec.ts"]
}
12 changes: 6 additions & 6 deletions packages/@markuplint/ml-config/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,19 @@
"compilerOptions": {
"composite": true,
"outDir": "./lib",
"rootDir": "./src",
"rootDir": "./src"
},
"references": [
{
"path": "../ml-ast",
"path": "../ml-ast"
},
{
"path": "../selector",
"path": "../selector"
},
{
"path": "../shared",
},
"path": "../shared"
}
],
"include": ["./src/**/*"],
"exclude": ["node_modules", "lib", "./src/**/*.spec.ts"],
"exclude": ["node_modules", "lib", "./src/**/*.spec.ts"]
}
Loading

0 comments on commit 6172b30

Please sign in to comment.