magidoc icon indicating copy to clipboard operation
magidoc copied to clipboard

Autogenerate static GraphQL API documentation

Results 51 magidoc issues
Sort by recently updated
recently updated
newest added

Bumps [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier) from 8.10.0 to 9.1.0. Changelog Sourced from eslint-config-prettier's changelog. Version 9.1.0 (2023-12-02) Added: [unicorn/template-indent], (as a [special rule][unicorn/template-indent-special]). Thanks to Gürgün Dayıoğlu (@​gurgunday)! Changed: All the [formatting rules...

dependencies

Bumps [@types/lodash](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/lodash) from 4.17.0 to 4.17.1. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@types/lodash&package-manager=npm_and_yarn&previous-version=4.17.0&new-version=4.17.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

Bumps [svelte](https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte) from 4.2.15 to 4.2.16. Release notes Sourced from svelte's releases. [email protected] Patch Changes fix: check if svelte component exists on custom element destroy (#11489) Changelog Sourced from svelte's...

dependencies

Bumps [@types/prismjs](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/prismjs) from 1.26.3 to 1.26.4. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@types/prismjs&package-manager=npm_and_yarn&previous-version=1.26.3&new-version=1.26.4)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

> added npm/npx command NPM is still used by a majority of people, so I think it makes sense to have a NPM-ish option as well to enable wide adoption

Bumps the all group with 14 updates: | Package | From | To | | --- | --- | --- | | [husky](https://github.com/typicode/husky) | `9.1.4` | `9.1.5` | | [svelte](https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte)...

dependencies

### Describe the bug After upgrading from 5.0.3 to 6.0.1 the same GraphQL query now generates this error for multiple types: ``` Error: Cannot generate a random value for scalar...

bug

![snyk-top-banner](https://github.com/andygongea/OWASP-Benchmark/assets/818805/c518c423-16fe-447e-b67f-ad5a49b5d123) ### Snyk has created this PR to fix 1 vulnerabilities in the npm dependencies of this project. #### Snyk changed the following file(s): - `packages/cli/package.json` #### Vulnerabilities that will...

### Describe the bug When running `magidoc dev` for any project, including the default `spacex` example, the following error occurs: `Error: ENOENT: no such file or directory, realpath '/private/var/folders/cx/0lwng48n405dwjlp4694b5bc0000gn/T/[email protected]/localhost'`. The...

bug

### Describe the bug The rendering of markdown contents breaks when there is nested content in html tags like `` Example: ````html Examples ``` // Amazing code ``` ```` Marked...

bug