Commit Graph

35 Commits

Author SHA1 Message Date
Ivan Vasilov 83edf14a23 chore: Bump vulnerable dependencies (#44428)
This PR bumps various dependencies to fix vulnerabilities. 

The logic for bumping packages has been taken out of
`fix-audit-vulnerability` into a `bump-package` script.

<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->

## Summary by CodeRabbit

## Release Notes

* **Chores**
  * Removed unused development dependency from generator package
* Updated package version overrides and vulnerability management
configuration to address security concerns
* Enhanced internal package dependency maintenance tooling for improved
operational efficiency

<!-- end of auto-generated comment: release notes by coderabbit.ai -->
2026-04-01 13:10:37 +02:00
Ivan Vasilov bed5a96349 chore: Bump Typescript to v6 (#44204) 2026-03-26 15:27:35 +01:00
Ivan Vasilov 1cd1ebfc7f chire: Sort imports in all packages, cms, design-system and ui-library apps (#41610)
Sorted all imports in all packages, `cms`, `design-system` and
`ui-library` apps by running `pnpm format` on them.

All changes in this PR are done by the script.
2026-02-05 13:54:10 +01:00
Ivan Vasilov 036740b5b5 chore: Bump vulnerable deps (#42182)
* Bump @modelcontextprotocol/sdk.

* Bump qs.

* Bump preact.

* Bump react-router.

* Bump @smithy/config-resolver.

* Bump undici.

* Bump devalue.

* Bump h3.

* Bump tar.

* Bump diff.

* Bump lodash.

* Dedupe @aws-sdk/credential-providers.
2026-01-27 10:29:05 +01:00
Ivan Vasilov e8d2738acf chore: Bump vulnerable dependencies (#39909)
* Bump @playwright/test to fix a playwright vuln.

* Deduplicate msw.

* Deduplicate yaml.

* Deduplicate tsx.

* Add vitest to the catalog and bump it.

* Deduplicate vitest extra packages.

* Bump and deduplicate vite to v7.

* Bump prismjs.
2025-10-29 18:07:32 +01:00
Ivan Vasilov cb2889462e chore: Bump redocly/cli to get updated versions of redoc and dompurify (#34656)
* Bump redocly/cli to bump redoc and dompurify.

* Regenerate spec files.
2025-04-02 17:46:03 +08:00
Ivan Vasilov f03335ccb5 chore: Bump vulnerable packages (#34122)
* Bump vite to v6 to get the newest esbuild.

* Bump tsx to get the newest esbuild.

* Fix lodash version.

* Make the www app use the catalog version of next.
2025-03-12 09:53:25 +01:00
Kamil Ogórek a67fcb1809 docs: Regenerate specs for all API docs references (#33265)
* docs: Regenerate specs for all API docs references

* Fix the reference docs parsing.

* Update snapshots of docs tests.

* fix(ui): hide details panel for file params

* fix(ui): fix array display when inner type is not given

---------

Co-authored-by: Ivan Vasilov <vasilov.ivan@gmail.com>
Co-authored-by: Charis Lam <26616127+charislam@users.noreply.github.com>
2025-02-04 14:57:17 +01:00
Ivan Vasilov a4acebe1bc chore: Expand prettier commands to also run on packages (#32550)
* Run prettier on packages too.

* Add the generated files for icons to prettierignore.

* Format all files in the packages folder.

* Minor fix.
2025-01-03 16:23:32 +01:00
Ivan Vasilov dd572efb0d chore: Switch repo to use pnpm (#29928)
* Fix some missing and duplicate dependencies.

* Fix the types for jest in ai-commands package.

* Replace all npm commands with pnpm. Add pnpm files and workspace links.

* Fix rimraf to work with pnpm.

* Refactor the github actions to work with pnpm.

* Delete package-lock.json.

* Fix the tailwind configs to not include node_modules.

* Fix random files.

* Add preinstall scripts to all packages.

* Fix the Dockerfile to work with pnpm.

* Update the DEVELOPERS documentation.
2024-12-20 13:07:20 +01:00
Ivan Vasilov 02ad2661f7 chore: Downgrade prettier to v3 (#31099)
* Bump all versions of prettier to 3.2.4

* Remove obsolete config in prettier.
2024-12-19 11:02:23 +01:00
Ivan Vasilov 9dd7deb990 chore: Add a clean script to all packages/apps (#29926)
Add a clean command.
2024-10-18 16:25:13 +02:00
Ivan Vasilov b0cf2bf6fa chore: Move parser package to packages folder (#29522)
* Move the spec/parser package into packages folder.

* Fix the spec generation with the new paths.

* Remove the spec folder from prettierignore.

* Run prettier on the spec folder (without regenerating, that's should be done by the product teams).
2024-09-25 23:45:14 +02:00
Copple d45db3271e moves the generator into the spec folder - keep the repo tidier 2022-09-07 15:05:44 +02:00
Inian a51a9aba67 api-docs: add examples if present 2022-08-19 16:38:04 +08:00
Inian 029ce4ac84 api-docs: split up params into path, header and body 2022-08-19 14:53:01 +08:00
Inian 1e545c6ddf move storage to openapi 2022-08-19 13:54:51 +08:00
Kang Ming f065e5251c docs: generate new docs 2022-08-18 15:54:30 +08:00
Kang Ming 0d2e97aaf2 fix: update generator to deal with unnamed types 2022-08-18 15:36:39 +08:00
Kang Ming 9d2c78d3b7 fix: don't merge union types 2022-08-17 19:23:29 +08:00
Copple 4b25ddcd4a fixes broken references 2022-08-16 10:45:06 +02:00
Copple 3c610f338d support for union types 2022-08-16 10:34:25 +02:00
Inian 2849abd22e fix generator 2022-08-16 12:12:46 +08:00
Copple 6178c0b399 improved some 2022-08-15 21:52:53 +02:00
Copple f231173033 Return code object 2022-08-15 19:37:27 +02:00
Copple a5eb5deffa updates v2 js docs 2022-08-15 12:29:42 +02:00
Copple ce0f917f82 add generator for old docs too 2022-08-15 11:38:29 +02:00
Copple d40e499b6e rename folder to "generated" 2022-08-15 11:32:50 +02:00
Copple 8a5e3ac1c4 cleans up build scripts 2022-08-15 11:30:55 +02:00
Copple cfd87f30de generate v1 docs 2022-08-15 11:18:27 +02:00
Copple c921d3d9a3 updates old docs too 2022-08-15 11:07:34 +02:00
Copple f718709ce1 Converts the old dart docs to the new generator 2022-08-15 10:59:24 +02:00
Copple e094ee4404 pretty 2022-08-15 10:46:25 +02:00
Copple e5ece3900e clean up types 2022-08-15 10:46:01 +02:00
Copple bec787735f change spec to generator 2022-08-15 10:41:46 +02:00