Skip to content

Commit

Permalink
build(deps-dev): bump markdownlint-cli from 0.28.1 to 0.29.0
Browse files Browse the repository at this point in the history
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
  • Loading branch information
dependabot[bot] authored and molant committed Oct 16, 2021
1 parent ee7fa9a commit 437f507
Show file tree
Hide file tree
Showing 5 changed files with 34 additions and 46 deletions.
3 changes: 2 additions & 1 deletion .markdownlint.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,6 @@
},
"single-h1": false,
"no-inline-html": false,
"ul-style": false
"ul-style": false,
"single-trailing-newline": false
}
3 changes: 2 additions & 1 deletion docs/browser-engine.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,8 @@ not available in the web.

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

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

Expand Down
4 changes: 2 additions & 2 deletions docs/xamarin.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ The implementation details for the iOS and Android are different and can be chec
Microsoft is working on [.NET MAUI]:

> .NET MAUI is open-source and is the evolution of Xamarin.Forms, extended from mobile to desktop
> scenarios, with UI controls rebuilt from the ground up for performance and extensibility. If you've
> previously used Xamarin.Forms to build cross-platform user interfaces, you'll notice many
> scenarios, with UI controls rebuilt from the ground up for performance and extensibility. If
> you've previously used Xamarin.Forms to build cross-platform user interfaces, you'll notice many
> similarities with .NET MAUI.
While Xamarin products still receive bug fixes and security updates, it is .NET MAUI the product
Expand Down
66 changes: 26 additions & 40 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"write-heading-ids": "docusaurus write-heading-ids",
"add-technology": "node scripts/add-technology.js",
"prebuild": "json2ts -i data/schemas -o data/types",
"lint": "markdownlint docs/",
"test": "markdownlint docs/",
"update-data": "node scripts/update-data.js"
},
"dependencies": {
Expand Down Expand Up @@ -51,7 +51,7 @@
"json5": "^2.2.0",
"latest-version": "^5.1.0",
"markdownlint": "^0.24.0",
"markdownlint-cli": "^0.28.1",
"markdownlint-cli": "^0.29.0",
"pluralize": "^8.0.0",
"prettier": "^2.4.1",
"semver": "^7.3.5",
Expand Down

0 comments on commit 437f507

Please sign in to comment.