Juan D
aa8438d8bd
Create CheckBox element and supporting child elements
2023-06-22 14:49:03 -04:00
Juan D
79363c2c2c
Modify Pargraph's children to accept CheckBox
2023-06-22 14:43:10 -04:00
Juan D
f706d8e62d
Modify sdt-properties to accommodate for children elements
2023-06-22 14:42:17 -04:00
dependabot[bot]
e7ee2a0fdf
build(deps-dev): bump vitest from 0.32.0 to 0.32.2
...
Bumps [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest ) from 0.32.0 to 0.32.2.
- [Release notes](https://github.com/vitest-dev/vitest/releases )
- [Commits](https://github.com/vitest-dev/vitest/commits/v0.32.2/packages/vitest )
---
updated-dependencies:
- dependency-name: vitest
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-06-19 11:57:31 +00:00
dependabot[bot]
bd17df8e98
build(deps-dev): bump @vitest/ui from 0.32.0 to 0.32.2
...
Bumps [@vitest/ui](https://github.com/vitest-dev/vitest/tree/HEAD/packages/ui ) from 0.32.0 to 0.32.2.
- [Release notes](https://github.com/vitest-dev/vitest/releases )
- [Commits](https://github.com/vitest-dev/vitest/commits/v0.32.2/packages/ui )
---
updated-dependencies:
- dependency-name: "@vitest/ui"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-06-19 11:57:19 +00:00
dependabot[bot]
e237326319
build(deps-dev): bump @vitest/coverage-v8 from 0.32.0 to 0.32.2
...
Bumps [@vitest/coverage-v8](https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-v8 ) from 0.32.0 to 0.32.2.
- [Release notes](https://github.com/vitest-dev/vitest/releases )
- [Commits](https://github.com/vitest-dev/vitest/commits/v0.32.2/packages/coverage-v8 )
---
updated-dependencies:
- dependency-name: "@vitest/coverage-v8"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-06-19 11:56:47 +00:00
Dolan Miu
a368ed7fd3
Add docsify-terminal-block to documentation
2023-06-15 21:29:10 +01:00
Dolan Miu
a9fa31ebac
Upgrade testing libraries
2023-06-15 21:15:39 +01:00
Dolan
6b4a78ed41
Merge pull request #2177 from dolanmiu/dependabot/npm_and_yarn/eslint-plugin-unicorn-47.0.0
...
build(deps-dev): bump eslint-plugin-unicorn from 46.0.0 to 47.0.0
2023-06-15 12:49:17 +01:00
Dolan
9b93a15323
Merge pull request #2176 from dolanmiu/dependabot/npm_and_yarn/types/unzipper-0.10.6
...
build(deps-dev): bump @types/unzipper from 0.10.5 to 0.10.6
2023-06-15 12:49:08 +01:00
dependabot[bot]
17774c50be
build(deps-dev): bump eslint-plugin-unicorn from 46.0.0 to 47.0.0
...
Bumps [eslint-plugin-unicorn](https://github.com/sindresorhus/eslint-plugin-unicorn ) from 46.0.0 to 47.0.0.
- [Release notes](https://github.com/sindresorhus/eslint-plugin-unicorn/releases )
- [Commits](https://github.com/sindresorhus/eslint-plugin-unicorn/compare/v46.0.0...v47.0.0 )
---
updated-dependencies:
- dependency-name: eslint-plugin-unicorn
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-06-14 11:57:06 +00:00
dependabot[bot]
a63095a7b4
build(deps-dev): bump @types/unzipper from 0.10.5 to 0.10.6
...
Bumps [@types/unzipper](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/unzipper ) from 0.10.5 to 0.10.6.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/unzipper )
---
updated-dependencies:
- dependency-name: "@types/unzipper"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-06-14 11:56:34 +00:00
Dolan Miu
9aba21e64c
Add filtering and ordering to list of demos
2023-06-14 03:44:46 +01:00
Dolan Miu
6288bb0701
Bump sign off sheet
2023-06-14 02:48:56 +01:00
Dolan
2061854778
Merge pull request #2119 from pulpgrinder/master
...
Added style support for noProof option.
2023-06-14 02:25:36 +01:00
Dolan Miu
e4eeb3f87f
Fix spelling
2023-06-14 01:55:47 +01:00
Dolan Miu
a168dc1c15
Remove redundant code
2023-06-14 01:17:44 +01:00
Dolan Miu
99dee460ae
Fix prettier
2023-06-13 20:55:20 +01:00
Pulpgrinder Dev Team
36e9ac1179
Adding tests for noProof option
2023-06-13 20:27:28 +01:00
Pulpgrinder Dev Team
df619ffe49
Added style support for noProof option.
...
Useful for blocks of source code, and
possibly other things that cause the grammar
and spelling checkers to go nuts.
Example usage:
run: {
font:"Consolas",
color: "0000AA",
break:1,
noProof:true,
},
Also added section to .gitignore to exclude
Mac .DS_Store files. These are useless on
anything other than a Mac.
2023-06-13 20:26:45 +01:00
Dolan
b1513d4ce9
Merge pull request #2160 from dolanmiu/dependabot/npm_and_yarn/eslint-plugin-jsdoc-46.2.6
...
build(deps-dev): bump eslint-plugin-jsdoc from 40.1.0 to 46.2.6
2023-06-13 20:25:29 +01:00
dependabot[bot]
7d0a71acef
build(deps-dev): bump eslint-plugin-jsdoc from 40.1.0 to 46.2.6
...
Bumps [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc ) from 40.1.0 to 46.2.6.
- [Release notes](https://github.com/gajus/eslint-plugin-jsdoc/releases )
- [Changelog](https://github.com/gajus/eslint-plugin-jsdoc/blob/main/.releaserc )
- [Commits](https://github.com/gajus/eslint-plugin-jsdoc/compare/v40.1.0...v46.2.6 )
---
updated-dependencies:
- dependency-name: eslint-plugin-jsdoc
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-06-13 19:13:01 +00:00
Dolan
307a651e6d
Merge pull request #2166 from dolanmiu/dependabot/npm_and_yarn/typescript-eslint/eslint-plugin-5.59.11
...
build(deps-dev): bump @typescript-eslint/eslint-plugin from 5.57.1 to 5.59.11
2023-06-13 20:12:17 +01:00
Dolan
b7f6a7da6b
Merge pull request #2165 from dolanmiu/dependabot/npm_and_yarn/typescript-eslint/parser-5.59.11
...
build(deps-dev): bump @typescript-eslint/parser from 5.57.1 to 5.59.11
2023-06-13 20:12:01 +01:00
Dolan
1d9ff920e8
Merge pull request #2152 from dolanmiu/dependabot/npm_and_yarn/typescript-5.1.3
...
build(deps-dev): bump typescript from 5.0.3 to 5.1.3
2023-06-13 20:11:33 +01:00
Dolan Miu
810846c49a
Fix linting
2023-06-13 20:11:04 +01:00
dependabot[bot]
cb66d68980
build(deps-dev): bump @typescript-eslint/eslint-plugin
...
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin ) from 5.57.1 to 5.59.11.
- [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/v5.59.11/packages/eslint-plugin )
---
updated-dependencies:
- dependency-name: "@typescript-eslint/eslint-plugin"
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-06-13 18:36:19 +00:00
dependabot[bot]
1badd6a53f
build(deps-dev): bump @typescript-eslint/parser from 5.57.1 to 5.59.11
...
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser ) from 5.57.1 to 5.59.11.
- [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/v5.59.11/packages/parser )
---
updated-dependencies:
- dependency-name: "@typescript-eslint/parser"
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-06-13 18:35:04 +00:00
dependabot[bot]
7e37d8d27a
build(deps-dev): bump typescript from 5.0.3 to 5.1.3
...
Bumps [typescript](https://github.com/Microsoft/TypeScript ) from 5.0.3 to 5.1.3.
- [Release notes](https://github.com/Microsoft/TypeScript/releases )
- [Commits](https://github.com/Microsoft/TypeScript/compare/v5.0.3...v5.1.3 )
---
updated-dependencies:
- dependency-name: typescript
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-06-13 18:33:45 +00:00
Dolan
5c950e1a07
Merge pull request #2153 from dolanmiu/dependabot/npm_and_yarn/eslint-8.42.0
...
build(deps-dev): bump eslint from 8.37.0 to 8.42.0
2023-06-13 19:33:05 +01:00
Dolan
adbb16f7eb
Merge pull request #2154 from dolanmiu/dependabot/npm_and_yarn/typedoc-0.24.8
...
build(deps-dev): bump typedoc from 0.23.28 to 0.24.8
2023-06-13 19:32:45 +01:00
Dolan
dd088bf584
Merge pull request #2170 from dolanmiu/dependabot/npm_and_yarn/vite-plugin-node-polyfills-0.9.0
...
build(deps-dev): bump vite-plugin-node-polyfills from 0.8.2 to 0.9.0
2023-06-13 19:32:35 +01:00
Dolan
a27cb7db47
Merge pull request #2171 from dolanmiu/dependabot/npm_and_yarn/unzipper-0.10.14
...
build(deps-dev): bump unzipper from 0.10.11 to 0.10.14
2023-06-13 19:32:26 +01:00
Dolan
2e41387a50
Merge pull request #2172 from dolanmiu/dependabot/npm_and_yarn/types/node-20.3.1
...
build(deps): bump @types/node from 18.15.11 to 20.3.1
2023-06-13 19:32:16 +01:00
Dolan
9bb4803ac5
Merge pull request #2173 from dolanmiu/dependabot/npm_and_yarn/vitest-0.32.0
...
build(deps-dev): bump vitest from 0.31.4 to 0.32.0
2023-06-13 19:32:01 +01:00
dependabot[bot]
8bf2b6c9ce
build(deps-dev): bump vitest from 0.31.4 to 0.32.0
...
Bumps [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest ) from 0.31.4 to 0.32.0.
- [Release notes](https://github.com/vitest-dev/vitest/releases )
- [Commits](https://github.com/vitest-dev/vitest/commits/v0.32.0/packages/vitest )
---
updated-dependencies:
- dependency-name: vitest
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-06-13 11:57:22 +00:00
dependabot[bot]
37f60c1766
build(deps): bump @types/node from 18.15.11 to 20.3.1
...
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node ) from 18.15.11 to 20.3.1.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node )
---
updated-dependencies:
- dependency-name: "@types/node"
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-06-13 11:57:03 +00:00
dependabot[bot]
7bce84eba0
build(deps-dev): bump unzipper from 0.10.11 to 0.10.14
...
Bumps [unzipper](https://github.com/ZJONSSON/node-unzipper ) from 0.10.11 to 0.10.14.
- [Release notes](https://github.com/ZJONSSON/node-unzipper/releases )
- [Commits](https://github.com/ZJONSSON/node-unzipper/commits )
---
updated-dependencies:
- dependency-name: unzipper
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-06-13 11:56:48 +00:00
dependabot[bot]
46bedaa241
build(deps-dev): bump vite-plugin-node-polyfills from 0.8.2 to 0.9.0
...
Bumps [vite-plugin-node-polyfills](https://github.com/davidmyersdev/vite-plugin-node-polyfills ) from 0.8.2 to 0.9.0.
- [Release notes](https://github.com/davidmyersdev/vite-plugin-node-polyfills/releases )
- [Commits](https://github.com/davidmyersdev/vite-plugin-node-polyfills/compare/v0.8.2...v0.9.0 )
---
updated-dependencies:
- dependency-name: vite-plugin-node-polyfills
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-06-13 11:56:36 +00:00
dependabot[bot]
9a6d8c0e8b
build(deps-dev): bump typedoc from 0.23.28 to 0.24.8
...
Bumps [typedoc](https://github.com/TypeStrong/TypeDoc ) from 0.23.28 to 0.24.8.
- [Release notes](https://github.com/TypeStrong/TypeDoc/releases )
- [Changelog](https://github.com/TypeStrong/typedoc/blob/master/CHANGELOG.md )
- [Commits](https://github.com/TypeStrong/TypeDoc/compare/v0.23.28...v0.24.8 )
---
updated-dependencies:
- dependency-name: typedoc
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-06-12 23:44:44 +00:00
Dolan
1571b7a1a7
Merge pull request #2039 from dolanmiu/dependabot/npm_and_yarn/nanoid-4.0.2
...
build(deps): bump nanoid from 3.3.4 to 4.0.2
2023-06-13 00:43:07 +01:00
dependabot[bot]
16f5e5bbbc
build(deps-dev): bump eslint from 8.37.0 to 8.42.0
...
Bumps [eslint](https://github.com/eslint/eslint ) from 8.37.0 to 8.42.0.
- [Release notes](https://github.com/eslint/eslint/releases )
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md )
- [Commits](https://github.com/eslint/eslint/compare/v8.37.0...v8.42.0 )
---
updated-dependencies:
- dependency-name: eslint
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-06-12 23:40:58 +00:00
Dolan
e3a8def43e
Merge pull request #2164 from dolanmiu/dependabot/npm_and_yarn/vite-4.3.9
...
build(deps-dev): bump vite from 4.3.3 to 4.3.9
2023-06-13 00:40:19 +01:00
Dolan
40c11bae22
Merge pull request #2167 from dolanmiu/dependabot/npm_and_yarn/prettier-2.8.8
...
build(deps-dev): bump prettier from 2.8.7 to 2.8.8
2023-06-13 00:40:03 +01:00
Dolan
3a3415a3da
Merge pull request #2159 from dolanmiu/dependabot/npm_and_yarn/glob-10.2.7
...
build(deps-dev): bump glob from 9.3.2 to 10.2.7
2023-06-13 00:39:47 +01:00
dependabot[bot]
222024fdde
build(deps): bump nanoid from 3.3.4 to 4.0.2
...
Bumps [nanoid](https://github.com/ai/nanoid ) from 3.3.4 to 4.0.2.
- [Release notes](https://github.com/ai/nanoid/releases )
- [Changelog](https://github.com/ai/nanoid/blob/main/CHANGELOG.md )
- [Commits](https://github.com/ai/nanoid/compare/3.3.4...4.0.2 )
---
updated-dependencies:
- dependency-name: nanoid
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-06-12 23:31:29 +00:00
dependabot[bot]
c5511bb3d9
build(deps-dev): bump prettier from 2.8.7 to 2.8.8
...
Bumps [prettier](https://github.com/prettier/prettier ) from 2.8.7 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.8.7...2.8.8 )
---
updated-dependencies:
- dependency-name: prettier
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-06-12 19:17:59 +00:00
dependabot[bot]
5c4696a660
build(deps-dev): bump glob from 9.3.2 to 10.2.7
...
Bumps [glob](https://github.com/isaacs/node-glob ) from 9.3.2 to 10.2.7.
- [Changelog](https://github.com/isaacs/node-glob/blob/main/changelog.md )
- [Commits](https://github.com/isaacs/node-glob/compare/v9.3.2...v10.2.7 )
---
updated-dependencies:
- dependency-name: glob
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-06-12 19:08:53 +00:00
dependabot[bot]
2812bef532
build(deps-dev): bump vite from 4.3.3 to 4.3.9
...
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite ) from 4.3.3 to 4.3.9.
- [Release notes](https://github.com/vitejs/vite/releases )
- [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md )
- [Commits](https://github.com/vitejs/vite/commits/v4.3.9/packages/vite )
---
updated-dependencies:
- dependency-name: vite
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-06-12 19:08:15 +00:00
Dolan
91379070d3
Merge pull request #2148 from dolanmiu/feat/deprecate-shelljs
...
Upgrade project to use ESM and Vite
2023-06-12 20:07:03 +01:00