Mark McEver
8d029e735d
Fixed a path bug preventing themes from working on Windows ( #1664 )
2025-04-15 14:50:25 -04:00
thomashohn
0037954c2d
Fix outdated deps ( #1647 )
2025-01-03 09:44:38 -05:00
Jason N. White
00e6439123
Update LICENSE, fix copyright license year ( #1645 )
...
Update LICENSE, fix license year
Signed-off-by: JasonnnW3000 <sufssl04@gmail.com>
2025-01-01 16:02:19 -05:00
dependabot[bot]
b4088dbf99
build(deps): bump remark-html from 15.0.1 to 15.0.2 ( #1600 )
...
Bumps [remark-html](https://github.com/remarkjs/remark-html ) from 15.0.1 to 15.0.2.
- [Release notes](https://github.com/remarkjs/remark-html/releases )
- [Commits](https://github.com/remarkjs/remark-html/compare/15.0.1...15.0.2 )
---
updated-dependencies:
- dependency-name: remark-html
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-02-01 09:45:43 -05:00
Tom MacWright
44da84f508
Stop testing in Node 14 and 16 ( #1623 )
...
test: Stop testing in Node 14 and 16
BREAKING CHANGE
This will require Node 18 as the new minimum required version,
because we no longer test in 14 or 16.
2024-02-01 09:45:34 -05:00
Christian Oliff
8d0fc1dbb3
Add CodeQL Security Scan GitHub Action ( #1622 )
...
Add codeql Security Scan
2024-02-01 09:38:31 -05:00
Christian Oliff
58ae594cc8
Fix typos found with cSpell ( #1621 )
...
Fix typos found wtih cSpell
2024-01-31 12:20:00 -05:00
Tom MacWright
8aae14bef7
chore(release): 14.0.3
v14.0.3
2024-01-30 13:48:22 -05:00
dependabot[bot]
9c42abb561
build(deps): bump actions/setup-node from 3.6.0 to 3.8.0 ( #1614 )
...
Bumps [actions/setup-node](https://github.com/actions/setup-node ) from 3.6.0 to 3.8.0.
- [Release notes](https://github.com/actions/setup-node/releases )
- [Commits](https://github.com/actions/setup-node/compare/v3.6.0...v3.8.0 )
---
updated-dependencies:
- dependency-name: actions/setup-node
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-01-30 13:42:26 -05:00
dependabot[bot]
d4559bed20
build(deps-dev): bump mock-fs from 5.1.4 to 5.2.0 ( #1601 )
...
Bumps [mock-fs](https://github.com/tschaub/mock-fs ) from 5.1.4 to 5.2.0.
- [Release notes](https://github.com/tschaub/mock-fs/releases )
- [Changelog](https://github.com/tschaub/mock-fs/blob/main/changelog.md )
- [Commits](https://github.com/tschaub/mock-fs/compare/v5.1.4...v5.2.0 )
---
updated-dependencies:
- dependency-name: mock-fs
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-01-30 13:42:05 -05:00
Momtchil Momtchev
e030a3f776
Sort memberof ( #1452 )
...
* correctly sort undefined values
* the new sort order is the correct one
* support sorting by memberof
* support sorting by memberof
---------
Co-authored-by: Tom MacWright <tmcw@users.noreply.github.com>
2024-01-30 13:40:11 -05:00
Oliver Schmidt
930edd2ba3
Update USAGE.md ( #1463 )
2024-01-30 13:39:32 -05:00
Alois Klink
1cc2f98431
fix: fix GFM markdown output ( #1553 )
...
GFM output is currently broken (since v13.2.2),
which prevents tables from being written to markdown.
This is because as of [remark v13.0.0][1], GFM support was added
to the remark-gfm pacakge.
6b5bc2548d
fixed parsing GFM, however, it didn't add GFM support for markdown
output.
[1]: https://github.com/remarkjs/remark/releases/tag/13.0.0
Fixes: f4a46b134f58639f352b3024801c3d98f901d66a
2024-01-30 13:39:01 -05:00
Christian Oliff
4600c97731
Remove broken David badge on README ( #1611 )
...
This domain has been offline for a few years.
2024-01-30 13:38:33 -05:00
Christian Fritz
12cfa02ee3
Update NODE_API.md ( #1616 )
...
- fix order -> sortOrder
- added example
2024-01-30 13:38:19 -05:00
franklygeorgy
de30e896b7
Update membership.js ( #1620 )
...
Stops this error from happening:
TypeError: Cannot read properties of null (reading 'name')
at ThisExpression (file:///C:/Users/dev/Documents/Projects/fc-pregmod/node_modules/documentation/src/infer/membership.js:98:54)
at NodePath._call (C:\Users\dev\Documents\Projects\fc-pregmod\node_modules\@babel\traverse\lib\path\context.js:46:20)
at NodePath.call (C:\Users\dev\Documents\Projects\fc-pregmod\node_modules\@babel\traverse\lib\path\context.js:36:17)
at NodePath.visit (C:\Users\dev\Documents\Projects\fc-pregmod\node_modules\@babel\traverse\lib\path\context.js:82:31)
at TraversalContext.visitQueue (C:\Users\dev\Documents\Projects\fc-pregmod\node_modules\@babel\traverse\lib\context.js:86:16)
at TraversalContext.visitSingle (C:\Users\dev\Documents\Projects\fc-pregmod\node_modules\@babel\traverse\lib\context.js:65:19)
at TraversalContext.visit (C:\Users\dev\Documents\Projects\fc-pregmod\node_modules\@babel\traverse\lib\context.js:109:19)
at traverseNode (C:\Users\dev\Documents\Projects\fc-pregmod\node_modules\@babel\traverse\lib\traverse-node.js:22:17)
at traverse (C:\Users\dev\Documents\Projects\fc-pregmod\node_modules\@babel\traverse\lib\index.js:52:34)
at NodePath.traverse (C:\Users\dev\Documents\Projects\fc-pregmod\node_modules\@babel\traverse\lib\path\index.js:101:24)
2024-01-30 13:37:58 -05:00
Christian Oliff
8fcbeae3f6
Fix a few typos on CHANGELOG ( #1610 )
...
Fix typos on CHANGELOG
2023-07-11 10:02:23 -04:00
Birk Skyum
f8fd216c13
chore(release): 14.0.2
2023-05-19 15:36:58 +02:00
Birk Skyum
9b3d82aeba
Add node 20 to ci
2023-05-19 14:11:27 +02:00
dependabot[bot]
49ce1e038b
build(deps-dev): bump husky from 8.0.1 to 8.0.3 ( #1587 )
...
Bumps [husky](https://github.com/typicode/husky ) from 8.0.1 to 8.0.3.
- [Release notes](https://github.com/typicode/husky/releases )
- [Commits](https://github.com/typicode/husky/compare/v8.0.1...v8.0.3 )
---
updated-dependencies:
- dependency-name: husky
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-05-19 14:02:18 +02:00
dependabot[bot]
16adbd9f09
build(deps): bump pify from 6.0.0 to 6.1.0 ( #1579 )
...
Bumps [pify](https://github.com/sindresorhus/pify ) from 6.0.0 to 6.1.0.
- [Release notes](https://github.com/sindresorhus/pify/releases )
- [Commits](https://github.com/sindresorhus/pify/compare/v6.0.0...v6.1.0 )
---
updated-dependencies:
- dependency-name: pify
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-05-19 13:56:59 +02:00
dependabot[bot]
3ddeedda24
build(deps): bump actions/setup-node from 3.5.1 to 3.6.0 ( #1585 )
...
Bumps [actions/setup-node](https://github.com/actions/setup-node ) from 3.5.1 to 3.6.0.
- [Release notes](https://github.com/actions/setup-node/releases )
- [Commits](https://github.com/actions/setup-node/compare/v3.5.1...v3.6.0 )
---
updated-dependencies:
- dependency-name: actions/setup-node
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-05-19 13:54:18 +02:00
dependabot[bot]
def9713800
build(deps): bump vfile from 5.3.4 to 5.3.7 ( #1592 )
...
Bumps [vfile](https://github.com/vfile/vfile ) from 5.3.4 to 5.3.7.
- [Release notes](https://github.com/vfile/vfile/releases )
- [Changelog](https://github.com/vfile/vfile/blob/main/changelog.md )
- [Commits](https://github.com/vfile/vfile/compare/5.3.4...5.3.7 )
---
updated-dependencies:
- dependency-name: vfile
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-05-19 13:53:56 +02:00
dependabot[bot]
3bc4024c7f
build(deps-dev): bump prettier from 2.7.1 to 2.8.8 ( #1598 )
...
Bumps [prettier](https://github.com/prettier/prettier ) from 2.7.1 to 2.8.8.
- [Release notes](https://github.com/prettier/prettier/releases )
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md )
- [Commits](https://github.com/prettier/prettier/compare/2.7.1...2.8.8 )
---
updated-dependencies:
- dependency-name: prettier
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-05-19 13:51:17 +02:00
Jan Buschtöns
798fa10595
fix(exported): respect parse-extension & require-extension ( #1484 )
...
Fixes #1272 . Fixes #1258 .
2023-05-19 12:27:11 +02:00
Saad Hasan
4fec3f4580
Added Another Use full example with Screenshot ( #1557 )
2022-12-14 10:10:07 +01:00
dependabot[bot]
8f005760b5
build(deps): bump ini from 3.0.0 to 3.0.1 ( #1551 )
...
Bumps [ini](https://github.com/npm/ini ) from 3.0.0 to 3.0.1.
- [Release notes](https://github.com/npm/ini/releases )
- [Changelog](https://github.com/npm/ini/blob/main/CHANGELOG.md )
- [Commits](https://github.com/npm/ini/compare/v3.0.0...v3.0.1 )
---
updated-dependencies:
- dependency-name: ini
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-12-14 10:09:39 +01:00
dependabot[bot]
73913f1ecb
build(deps): bump unist-util-visit from 4.1.0 to 4.1.1 ( #1550 )
...
Bumps [unist-util-visit](https://github.com/syntax-tree/unist-util-visit ) from 4.1.0 to 4.1.1.
- [Release notes](https://github.com/syntax-tree/unist-util-visit/releases )
- [Commits](https://github.com/syntax-tree/unist-util-visit/compare/4.1.0...4.1.1 )
---
updated-dependencies:
- dependency-name: unist-util-visit
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-12-14 10:09:29 +01:00
dependabot[bot]
ba29602d44
build(deps): bump actions/setup-node from 3.4.1 to 3.5.1 ( #1566 )
...
Bumps [actions/setup-node](https://github.com/actions/setup-node ) from 3.4.1 to 3.5.1.
- [Release notes](https://github.com/actions/setup-node/releases )
- [Commits](https://github.com/actions/setup-node/compare/v3.4.1...v3.5.1 )
---
updated-dependencies:
- dependency-name: actions/setup-node
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-12-14 10:09:15 +01:00
dependabot[bot]
608611c603
build(deps): bump vue-template-compiler from 2.7.8 to 2.7.14 ( #1576 )
...
Bumps [vue-template-compiler](https://github.com/vuejs/vue ) from 2.7.8 to 2.7.14.
- [Release notes](https://github.com/vuejs/vue/releases )
- [Changelog](https://github.com/vuejs/vue/blob/main/CHANGELOG.md )
- [Commits](https://github.com/vuejs/vue/compare/v2.7.8...v2.7.14 )
---
updated-dependencies:
- dependency-name: vue-template-compiler
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-12-14 10:09:03 +01:00
dependabot[bot]
3f5164d0df
build(deps): bump @babel/generator from 7.18.12 to 7.20.5 ( #1577 )
...
Bumps [@babel/generator](https://github.com/babel/babel/tree/HEAD/packages/babel-generator ) from 7.18.12 to 7.20.5.
- [Release notes](https://github.com/babel/babel/releases )
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md )
- [Commits](https://github.com/babel/babel/commits/v7.20.5/packages/babel-generator )
---
updated-dependencies:
- dependency-name: "@babel/generator"
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-12-14 10:08:51 +01:00
dependabot[bot]
1ba25bf824
build(deps): bump @babel/types from 7.18.10 to 7.20.5 ( #1578 )
...
Bumps [@babel/types](https://github.com/babel/babel/tree/HEAD/packages/babel-types ) from 7.18.10 to 7.20.5.
- [Release notes](https://github.com/babel/babel/releases )
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md )
- [Commits](https://github.com/babel/babel/commits/v7.20.5/packages/babel-types )
---
updated-dependencies:
- dependency-name: "@babel/types"
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-12-14 10:08:40 +01:00
Christian Oliff
990e0a23ce
update Dependabot docs link ( #1562 )
...
The previous link was broken
2022-12-14 10:01:40 +01:00
Birk Skyum
5b7e6cd645
fix changelog
2022-12-14 09:59:59 +01:00
Birk Skyum
73609e5b74
chore(release): 14.0.1
v14.0.1
2022-12-14 09:57:30 +01:00
Lance Ball
97e9361c8d
chore: upgrade git-url-parse to 13.1.0 ( #1565 )
...
Fixes: https://github.com/documentationjs/documentation/issues/1558
Signed-off-by: Lance Ball <lball@redhat.com>
Signed-off-by: Lance Ball <lball@redhat.com>
2022-10-24 14:12:58 +02:00
Birk Skyum
849a0836f4
chore(release): 14.0.0
v14.0.0
2022-08-19 22:59:55 +02:00
dependabot[bot]
42b14a079a
build(deps-dev): bump eslint from 8.21.0 to 8.22.0 ( #1547 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-08-19 22:57:56 +02:00
dependabot[bot]
85ecbbf71c
build(deps): bump @babel/generator from 7.18.10 to 7.18.12 ( #1545 )
...
Bumps [@babel/generator](https://github.com/babel/babel/tree/HEAD/packages/babel-generator ) from 7.18.10 to 7.18.12.
- [Release notes](https://github.com/babel/babel/releases )
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md )
- [Commits](https://github.com/babel/babel/commits/v7.18.12/packages/babel-generator )
---
updated-dependencies:
- dependency-name: "@babel/generator"
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-08-09 23:49:21 +02:00
Birk Skyum
4609719796
chore(release): 14.0.0-alpha.1
v14.0.0-alpha.1
2022-08-07 23:49:47 +02:00
Birk Skyum
f513485eaa
Align babel plugin list with Prettier
2022-08-07 23:30:13 +02:00
Birk Skyum
5d66953ede
Sort babel plugins
2022-08-07 23:09:52 +02:00
Michael Bullington
7e172032d1
revert to upsteam package-lock.json
2022-08-07 16:28:46 -04:00
Michael Bullington
3f187d7313
feat: ✨ update Babel, copy list of plugins from Prettier
2022-08-07 16:25:57 -04:00
Birk Skyum
73bb2a43f8
chore(release): 14.0.0-alpha.0
v14.0.0-alpha.0
2022-08-05 17:06:26 +02:00
Birk Skyum
390edff52f
Update release instructions
2022-08-05 17:05:51 +02:00
Birk Skyum
e4ba155b47
patch updates to babel and husky
2022-08-05 12:49:18 +02:00
Birk Skyum
9941fb60f4
Bump husky from 4 to 8
2022-08-05 12:46:47 +02:00
Birk Skyum
69066bb923
don't ignore updates to husky
2022-08-05 12:44:04 +02:00
Birk Skyum
3d2c043ab9
run migration script from husky 4 to 8
2022-08-05 12:32:56 +02:00