Skip to content

Commit 437f507

Browse files
dependabot[bot]molant
authored andcommitted
build(deps-dev): bump markdownlint-cli from 0.28.1 to 0.29.0
Bumps [markdownlint-cli](https://github.com/igorshubovych/markdownlint-cli) from 0.28.1 to 0.29.0. - [Release notes](https://github.com/igorshubovych/markdownlint-cli/releases) - [Commits](igorshubovych/markdownlint-cli@v0.28.1...v0.29.0) --- updated-dependencies: - dependency-name: markdownlint-cli dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Close #56
1 parent ee7fa9a commit 437f507

File tree

5 files changed

+34
-46
lines changed

5 files changed

+34
-46
lines changed

.markdownlint.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,6 @@
2424
},
2525
"single-h1": false,
2626
"no-inline-html": false,
27-
"ul-style": false
27+
"ul-style": false,
28+
"single-trailing-newline": false
2829
}

docs/browser-engine.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,8 @@ not available in the web.
7676

7777
Since that year, there have been multiple technologies that have been created that use the WebView
7878
provided by the Operating System or even bundle a full browser engine such as [Electron] (2013),
79-
[Chromium Embedded Framework (CEF)][CEF] (2009), [NW.js] (2012), [Capacitor] (2019), [Tauri] (2021), [Chromely] (2018) and more.
79+
[Chromium Embedded Framework (CEF)][CEF] (2009), [NW.js] (2012), [Capacitor] (2019), [Tauri] (2021),
80+
[Chromely] (2018) and more.
8081

8182
The high-level architecture of these technologies is very similar and can be seen as the following:
8283

docs/xamarin.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ The implementation details for the iOS and Android are different and can be chec
3434
Microsoft is working on [.NET MAUI]:
3535

3636
> .NET MAUI is open-source and is the evolution of Xamarin.Forms, extended from mobile to desktop
37-
> scenarios, with UI controls rebuilt from the ground up for performance and extensibility. If you've
38-
> previously used Xamarin.Forms to build cross-platform user interfaces, you'll notice many
37+
> scenarios, with UI controls rebuilt from the ground up for performance and extensibility. If
38+
> you've previously used Xamarin.Forms to build cross-platform user interfaces, you'll notice many
3939
> similarities with .NET MAUI.
4040
4141
While Xamarin products still receive bug fixes and security updates, it is .NET MAUI the product

package-lock.json

+26-40
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"write-heading-ids": "docusaurus write-heading-ids",
1616
"add-technology": "node scripts/add-technology.js",
1717
"prebuild": "json2ts -i data/schemas -o data/types",
18-
"lint": "markdownlint docs/",
18+
"test": "markdownlint docs/",
1919
"update-data": "node scripts/update-data.js"
2020
},
2121
"dependencies": {
@@ -51,7 +51,7 @@
5151
"json5": "^2.2.0",
5252
"latest-version": "^5.1.0",
5353
"markdownlint": "^0.24.0",
54-
"markdownlint-cli": "^0.28.1",
54+
"markdownlint-cli": "^0.29.0",
5555
"pluralize": "^8.0.0",
5656
"prettier": "^2.4.1",
5757
"semver": "^7.3.5",

0 commit comments

Comments
 (0)