Skip to content

Commit e2ca579

Browse files
Bump markdownlint-cli from 0.40.0 to 0.45.0
Bumps [markdownlint-cli](https://github.com/igorshubovych/markdownlint-cli) from 0.40.0 to 0.45.0. - [Release notes](https://github.com/igorshubovych/markdownlint-cli/releases) - [Commits](igorshubovych/markdownlint-cli@v0.40.0...v0.45.0) --- updated-dependencies: - dependency-name: markdownlint-cli dependency-version: 0.45.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 7e55305 commit e2ca579

File tree

1 file changed

+98
-98
lines changed

1 file changed

+98
-98
lines changed

package.json

Lines changed: 98 additions & 98 deletions
Original file line numberDiff line numberDiff line change
@@ -1,98 +1,98 @@
1-
{
2-
"name": "com.wallstop-studios.unity-helpers",
3-
"version": "2.0.0-rc81.9",
4-
"displayName": "Unity Helpers",
5-
"description": "Various Unity Helper Library",
6-
"dependencies": {},
7-
"unity": "2021.3",
8-
"keywords": [
9-
"helper",
10-
"library",
11-
"quad tree",
12-
"extension",
13-
"helpers",
14-
"random",
15-
"pcg random",
16-
"protobuf",
17-
"pascal",
18-
"rtree",
19-
"r tree",
20-
"kd tree",
21-
"kdtree",
22-
"cyclic buffer"
23-
],
24-
"license": "MIT",
25-
"repository": {
26-
"type": "git",
27-
"url": "git+https://github.com/wallstop/unity-helpers.git"
28-
},
29-
"bugs": {
30-
"url": "https://github.com/wallstop/unity-helpers/issues"
31-
},
32-
"author": "wallstop studios <wallstop@wallstopstudios.com> (https://wallstopstudios.com)",
33-
"homepage": "https://github.com/wallstop/unity-helpers#readme",
34-
"main": "README.md",
35-
"samples": [
36-
{
37-
"displayName": "DI – VContainer",
38-
"description": "LifetimeScope registration, scene-wide assignment, and runtime BuildUpWithRelations.",
39-
"path": "Samples~/DI - VContainer"
40-
},
41-
{
42-
"displayName": "DI – Zenject",
43-
"description": "SceneContext installer, scene-wide assignment, and prefab instantiation with relations.",
44-
"path": "Samples~/DI - Zenject"
45-
},
46-
{
47-
"displayName": "Relational Components – Basic",
48-
"description": "Attribute-based auto-wiring without DI; parent/sibling/child examples.",
49-
"path": "Samples~/Relational Components - Basic"
50-
},
51-
{
52-
"displayName": "Serialization – JSON",
53-
"description": "System.Text.Json with Unity converters; pretty and fast options.",
54-
"path": "Samples~/Serialization - JSON"
55-
},
56-
{
57-
"displayName": "Random – PRNG",
58-
"description": "PCG seeds, floats, Gaussian, and list sampling.",
59-
"path": "Samples~/Random - PRNG"
60-
},
61-
{
62-
"displayName": "Spatial Structures – 2D and 3D",
63-
"description": "QuadTree2D, KdTree2D nearest neighbors, SpatialHash2D queries.",
64-
"path": "Samples~/Spatial Structures - 2D and 3D"
65-
},
66-
{
67-
"displayName": "UI Toolkit – MultiFile Selector (Editor)",
68-
"description": "EditorWindow using MultiFileSelectorElement for multi-file picking.",
69-
"path": "Samples~/UI Toolkit - MultiFile Selector (Editor)"
70-
},
71-
{
72-
"displayName": "UGUI – EnhancedImage",
73-
"description": "Programmatic Canvas setup and HDR-tinted EnhancedImage.",
74-
"path": "Samples~/UGUI - EnhancedImage"
75-
}
76-
],
77-
"scripts": {
78-
"test": "echo \"Error: no test specified\" && exit 1",
79-
"lint:docs": "pwsh -NoProfile -File scripts/lint-doc-links.ps1",
80-
"hooks:install": "git config core.hooksPath .githooks",
81-
"eol:check": "pwsh -NoProfile -File scripts/check-eol.ps1",
82-
"eol:fix": "pwsh -NoProfile -File scripts/normalize-eol.ps1",
83-
"format:md": "prettier --write \"**/*.{md,markdown}\"",
84-
"format:md:check": "prettier --check \"**/*.{md,markdown}\"",
85-
"format:json": "prettier --write \"**/*.{json,asmdef,asmref}\"",
86-
"format:json:check": "prettier --check \"**/*.{json,asmdef,asmref}\"",
87-
"format:yaml": "prettier --write \"**/*.{yml,yaml}\"",
88-
"format:yaml:check": "prettier --check \"**/*.{yml,yaml}\"",
89-
"lint:markdown": "markdownlint \"**/*.md\" \"**/*.markdown\" --config .markdownlint.json --ignore-path .markdownlintignore",
90-
"validate:content": "npm run lint:docs && npm run lint:markdown && npm run format:md:check && npm run format:json:check && npm run format:yaml:check",
91-
"validate:prepush": "npm run validate:content && npm run eol:check",
92-
"prepublishOnly": "npm run validate:content"
93-
},
94-
"devDependencies": {
95-
"markdownlint-cli": "^0.40.0",
96-
"prettier": "3.3.3"
97-
}
98-
}
1+
{
2+
"name": "com.wallstop-studios.unity-helpers",
3+
"version": "2.0.0-rc81.9",
4+
"displayName": "Unity Helpers",
5+
"description": "Various Unity Helper Library",
6+
"dependencies": {},
7+
"unity": "2021.3",
8+
"keywords": [
9+
"helper",
10+
"library",
11+
"quad tree",
12+
"extension",
13+
"helpers",
14+
"random",
15+
"pcg random",
16+
"protobuf",
17+
"pascal",
18+
"rtree",
19+
"r tree",
20+
"kd tree",
21+
"kdtree",
22+
"cyclic buffer"
23+
],
24+
"license": "MIT",
25+
"repository": {
26+
"type": "git",
27+
"url": "git+https://github.com/wallstop/unity-helpers.git"
28+
},
29+
"bugs": {
30+
"url": "https://github.com/wallstop/unity-helpers/issues"
31+
},
32+
"author": "wallstop studios <wallstop@wallstopstudios.com> (https://wallstopstudios.com)",
33+
"homepage": "https://github.com/wallstop/unity-helpers#readme",
34+
"main": "README.md",
35+
"samples": [
36+
{
37+
"displayName": "DI – VContainer",
38+
"description": "LifetimeScope registration, scene-wide assignment, and runtime BuildUpWithRelations.",
39+
"path": "Samples~/DI - VContainer"
40+
},
41+
{
42+
"displayName": "DI – Zenject",
43+
"description": "SceneContext installer, scene-wide assignment, and prefab instantiation with relations.",
44+
"path": "Samples~/DI - Zenject"
45+
},
46+
{
47+
"displayName": "Relational Components – Basic",
48+
"description": "Attribute-based auto-wiring without DI; parent/sibling/child examples.",
49+
"path": "Samples~/Relational Components - Basic"
50+
},
51+
{
52+
"displayName": "Serialization – JSON",
53+
"description": "System.Text.Json with Unity converters; pretty and fast options.",
54+
"path": "Samples~/Serialization - JSON"
55+
},
56+
{
57+
"displayName": "Random – PRNG",
58+
"description": "PCG seeds, floats, Gaussian, and list sampling.",
59+
"path": "Samples~/Random - PRNG"
60+
},
61+
{
62+
"displayName": "Spatial Structures – 2D and 3D",
63+
"description": "QuadTree2D, KdTree2D nearest neighbors, SpatialHash2D queries.",
64+
"path": "Samples~/Spatial Structures - 2D and 3D"
65+
},
66+
{
67+
"displayName": "UI Toolkit – MultiFile Selector (Editor)",
68+
"description": "EditorWindow using MultiFileSelectorElement for multi-file picking.",
69+
"path": "Samples~/UI Toolkit - MultiFile Selector (Editor)"
70+
},
71+
{
72+
"displayName": "UGUI – EnhancedImage",
73+
"description": "Programmatic Canvas setup and HDR-tinted EnhancedImage.",
74+
"path": "Samples~/UGUI - EnhancedImage"
75+
}
76+
],
77+
"scripts": {
78+
"test": "echo \"Error: no test specified\" && exit 1",
79+
"lint:docs": "pwsh -NoProfile -File scripts/lint-doc-links.ps1",
80+
"hooks:install": "git config core.hooksPath .githooks",
81+
"eol:check": "pwsh -NoProfile -File scripts/check-eol.ps1",
82+
"eol:fix": "pwsh -NoProfile -File scripts/normalize-eol.ps1",
83+
"format:md": "prettier --write \"**/*.{md,markdown}\"",
84+
"format:md:check": "prettier --check \"**/*.{md,markdown}\"",
85+
"format:json": "prettier --write \"**/*.{json,asmdef,asmref}\"",
86+
"format:json:check": "prettier --check \"**/*.{json,asmdef,asmref}\"",
87+
"format:yaml": "prettier --write \"**/*.{yml,yaml}\"",
88+
"format:yaml:check": "prettier --check \"**/*.{yml,yaml}\"",
89+
"lint:markdown": "markdownlint \"**/*.md\" \"**/*.markdown\" --config .markdownlint.json --ignore-path .markdownlintignore",
90+
"validate:content": "npm run lint:docs && npm run lint:markdown && npm run format:md:check && npm run format:json:check && npm run format:yaml:check",
91+
"validate:prepush": "npm run validate:content && npm run eol:check",
92+
"prepublishOnly": "npm run validate:content"
93+
},
94+
"devDependencies": {
95+
"markdownlint-cli": "^0.45.0",
96+
"prettier": "3.3.3"
97+
}
98+
}

0 commit comments

Comments
 (0)