marksy
marksy copied to clipboard
📑 A markdown to custom VDOM components library
Fixes Inefficient Regular Expression Complexity already fixed in `marked` library https://github.com/advisories/GHSA-5v2h-r2cx-5xgj ``` marked
Bumps [webpack](https://github.com/webpack/webpack) from 5.51.1 to 5.79.0. Release notes Sourced from webpack's releases. v5.79.0 New Features webpack will now support simple destructuring scenarios for treeshaking namespaced imports and DefinePlugin by @vankop...
Bumps [@babel/cli](https://github.com/babel/babel/tree/HEAD/packages/babel-cli) from 7.6.4 to 7.21.0. Release notes Sourced from @babel/cli's releases. v7.21.0 (2023-02-20) Thanks @azizghuloum, @ehoogeveen-medweb, @fwienber, and @Lioness100 for your first PRs! :rocket: New Feature babel-core, babel-helper-create-class-features-plugin, babel-plugin-proposal-class-properties,...
Bumps [size-limit](https://github.com/ai/size-limit) from 4.11.0 to 8.2.4. Changelog Sourced from size-limit's changelog. Change Log This project adheres to Semantic Versioning. 8.2.3 Fixed npm release process. 8.2.2 Fixed npm release process. 8.2.1...
Bumps [highlight.js](https://github.com/highlightjs/highlight.js) from 11.0.0 to 11.7.0. Release notes Sourced from highlight.js's releases. 11.7.0 - "Gobble Gobble" Thanksgiving Edition Version 11.7.0 New Grammars: added 3rd party LookML grammar to SUPPORTED_LANGUAGES Josh...
Bumps [eslint-plugin-import](https://github.com/import-js/eslint-plugin-import) from 2.23.3 to 2.27.5. Release notes Sourced from eslint-plugin-import's releases. v2.25.2 Full Changelog: https://github.com/import-js/eslint-plugin-import/compare/v2.25.1...v2.25.2 v2.25.1 Full Changelog: https://github.com/import-js/eslint-plugin-import/compare/v2.25.0...v2.25.1 v2.25.0 What's Changed [Tests] use ESLint class in cli test...
Bumps [@babel/preset-react](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-react) from 7.14.5 to 7.18.6. Release notes Sourced from @babel/preset-react's releases. v7.18.6 (2022-06-27) :eyeglasses: Spec Compliance babel-parser #14650 [ts] Disallow property access after instantiation expression (@nicolo-ribaudo) #14636 [ts] Allow...
npm is giving me a security issue with the current version of the `marked` dependency. It recommends that we upgrade to `0.7.0`.
As the title suggest. The following is a temporary fix, but not ideal: ``` declare module "marksy" { const value: any export default value } declare module "marksy/components" { const...
### Describe the bug jsx renderer never renders any components anymore. ### Steps to reproduce the behavior Run the demo snippet from the readme using the jsx syntax. ### Expected...