Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Add feature to reset markdig extension settings that are added by default #9780

Closed
wants to merge 31 commits into from
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
46268af
feat: add markdig extension override with default settings
filzrev Mar 11, 2024
5f1442c
build(deps): bump the xunit group with 1 update (#9778)
dependabot[bot] Mar 12, 2024
0a86a0f
fix: Broken examples problems when using inheritdoc tag (#9754)
filzrev Mar 12, 2024
174f052
build(deps): bump PdfPig from 0.1.9-alpha-20240307-ac027 to 0.1.9-alp…
dependabot[bot] Mar 12, 2024
5038d8e
build(deps-dev): bump the typescript-eslint group in /templates with …
dependabot[bot] Mar 12, 2024
3e06043
build(deps): bump the xunit group with 1 update (#9785)
dependabot[bot] Mar 13, 2024
d19f0de
chore: Disable parallel tests for target frameworks that introduced a…
filzrev Mar 14, 2024
fecd104
fix: NullReferenceException occurred when both include and exclude ar…
filzrev Mar 14, 2024
73f7a71
feat: publish nightly pre-release packages (#9788)
yufeih Mar 14, 2024
fb8e408
build(deps-dev): bump esbuild-sass-plugin from 3.1.0 to 3.2.0 in /tem…
dependabot[bot] Mar 14, 2024
be16f69
build(deps): bump paulhatch/semantic-version from 5.3.0 to 5.4.0 (#9789)
dependabot[bot] Mar 14, 2024
347e350
build(deps-dev): bump esbuild from 0.20.1 to 0.20.2 in /templates (#9…
dependabot[bot] Mar 15, 2024
0010c66
build(deps-dev): bump follow-redirects from 1.15.4 to 1.15.6 in /temp…
dependabot[bot] Mar 15, 2024
214d72f
build(deps): bump Markdig from 0.35.0 to 0.36.2 (#9794)
dependabot[bot] Mar 15, 2024
2866d45
build(deps): bump the xunit group with 1 update (#9799)
dependabot[bot] Mar 18, 2024
bd8c1a4
build(deps): bump JsonSchema.Net from 6.0.4 to 6.0.5 (#9801)
dependabot[bot] Mar 19, 2024
20790fd
build(deps-dev): bump the typescript-eslint group in /templates with …
dependabot[bot] Mar 19, 2024
130c45c
chore: Add detailed error message for specific exceptions (#9746)
filzrev Mar 20, 2024
431d692
chore: update pdfpig nuget package version (#9803)
filzrev Mar 21, 2024
8a7a95a
build(deps-dev): bump typescript from 5.4.2 to 5.4.3 in /templates (#…
dependabot[bot] Mar 21, 2024
2c0d733
chore: Change JsonSchema EvaluationOptions instance to shared object …
filzrev Mar 21, 2024
14df1ea
fix: Invalid documentation on type parameter #9755 (#9806)
soniyaprasad77 Mar 21, 2024
2012329
Update markdown documentation regarding MarkDig extension (#9810)
tbolon Mar 25, 2024
fe240c7
build(deps): bump PdfPig from 0.1.9-alpha-20240318-69e2b to 0.1.9-alp…
dependabot[bot] Mar 25, 2024
bd87bd2
build(deps): bump JsonSchema.Net from 6.0.5 to 6.0.6 (#9814)
dependabot[bot] Mar 25, 2024
e301880
build(deps): bump katex from 0.16.9 to 0.16.10 in /templates (#9816)
dependabot[bot] Mar 25, 2024
d8e4aa6
build(deps-dev): bump the typescript-eslint group in /templates with …
dependabot[bot] Mar 26, 2024
3542b48
build(deps): bump JsonSchema.Net from 6.0.6 to 6.0.7 (#9818)
dependabot[bot] Mar 26, 2024
b3ec103
chore: Update `docfx.json` config reference document (#9813)
filzrev Mar 27, 2024
7126223
chore: Correct `docfx template` page title (#9812)
peitschie Mar 27, 2024
a6c4c83
feat: add markdig extension override with default settings
filzrev Mar 11, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
build(deps-dev): bump the typescript-eslint group in /templates with …
…2 updates (#9802)

build(deps-dev): bump the typescript-eslint group

Bumps the typescript-eslint group in /templates with 2 updates: [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) and [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser).


Updates `@typescript-eslint/eslint-plugin` from 7.2.0 to 7.3.1
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v7.3.1/packages/eslint-plugin)

Updates `@typescript-eslint/parser` from 7.2.0 to 7.3.1
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v7.3.1/packages/parser)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: typescript-eslint
- dependency-name: "@typescript-eslint/parser"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: typescript-eslint
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored and filzrev committed Mar 27, 2024
commit 20790fd65b313ddf41010d8fc8ad83d1a6dd2334
188 changes: 94 additions & 94 deletions templates/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 templates/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@
"devDependencies": {
"@types/jest": "^29.5.12",
"@types/lunr": "^2.3.7",
"@typescript-eslint/eslint-plugin": "^7.2.0",
"@typescript-eslint/parser": "^7.2.0",
"@typescript-eslint/eslint-plugin": "^7.3.1",
"@typescript-eslint/parser": "^7.3.1",
"browser-sync": "^3.0.2",
"esbuild": "~0.20.2",
"esbuild-sass-plugin": "~3.2.0",
Expand Down