-
Notifications
You must be signed in to change notification settings - Fork 3
Version 0.51.0 #1789
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Version 0.51.0 #1789
Conversation
…pecifying Tagtype
…pecifying Tagtype
Jest Test Results0 tests 0 ✅ 0s ⏱️ Results for commit 95ad76d. ♻️ This comment has been updated with latest results. |
…ect not specified
…taging/typescript-5.9.3' into dev
…/staging/types/node-24.7.0' into dev
…/staging/jiti-2.6.1' into dev
…/staging/tanstack/vue-query-5.90.2' into dev
…/staging/quasar-2.18.5' into dev
…sumer/staging/open-telemetry-76091d6c66' into dev
…sumer/staging/types/node-24.7.0' into dev
…staging/open-telemetry-76091d6c66' into dev
…staging/types/express-5.0.3' into dev
…sumer/staging/winston-3.18.3' into dev
…staging/minio-8.0.6' into dev
…staging/winston-3.18.3' into dev
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 24.6.0 to 24.7.0. - [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-version: 24.7.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.9.2 to 5.9.3. - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release-publish.yml) - [Commits](microsoft/TypeScript@v5.9.2...v5.9.3) --- updated-dependencies: - dependency-name: typescript dependency-version: 5.9.3 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
Bumps [@types/dockerode](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/dockerode) from 3.3.43 to 3.3.44. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/dockerode) --- updated-dependencies: - dependency-name: "@types/dockerode" dependency-version: 3.3.44 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
…taging/types/node-24.7.0' into dev
…sumer/staging/types/dockerode-3.3.44' into dev
…sumer/staging/typescript-5.9.3' into dev
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR bumps the version to 0.51.0 and introduces experimental support for new file types (.yaml, .svo2, .tum, .db3) along with CLI metadata functionality updates. The changes refactor type imports to use standardized DTO naming conventions and update multiple dependency versions.
- Version bump to 0.51.0 across all package.json files
- Adds experimental support for new file types (.yaml, .svo2, .tum, .db3)
- Updates type imports to use DTO naming conventions (e.g., ProjectWithRequiredTags → ProjectWithRequiredTagsDto)
Reviewed Changes
Copilot reviewed 40 out of 44 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| package.json files | Version bumped to 0.51.0 |
| Frontend files | Updated type imports to use DTO naming conventions |
| CLI files | Added experimental file type support and metadata validation |
| Backend files | Enhanced file type handling and project query exact matching |
| Documentation | Added browser compatibility notes and formatting fixes |
Comments suppressed due to low confidence (1)
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
.yaml,.svo2,.tum,.db3files ([Feature Request] New file types for Kleinkram #1758)