chore: updates#27
Merged
Merged
Conversation
chore: sync main into dev
Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.9.3 to 6.0.3. - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Commits](microsoft/TypeScript@v5.9.3...v6.0.3) --- updated-dependencies: - dependency-name: typescript dependency-version: 6.0.3 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
…ypescript-6.0.3 chore(deps-dev): bump typescript from 5.9.3 to 6.0.3
…across 1 directory with 4 updates Bumps the development-minor-patch-dependencies group with 4 updates in the / directory: [globals](https://github.com/sindresorhus/globals), [prettier](https://github.com/prettier/prettier), [tsdown](https://github.com/rolldown/tsdown) and [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint). Updates `globals` from 17.6.0 to 17.7.0 - [Release notes](https://github.com/sindresorhus/globals/releases) - [Commits](sindresorhus/globals@v17.6.0...v17.7.0) Updates `prettier` from 3.8.2 to 3.9.3 - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md) - [Commits](prettier/prettier@3.8.2...3.9.3) Updates `tsdown` from 0.21.10 to 0.22.3 - [Release notes](https://github.com/rolldown/tsdown/releases) - [Commits](rolldown/tsdown@v0.21.10...v0.22.3) Updates `typescript-eslint` from 8.61.1 to 8.62.0 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.62.0/packages/typescript-eslint) --- updated-dependencies: - dependency-name: globals dependency-version: 17.7.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: development-minor-patch-dependencies - dependency-name: prettier dependency-version: 3.9.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: development-minor-patch-dependencies - dependency-name: tsdown dependency-version: 0.22.3 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: development-minor-patch-dependencies - dependency-name: typescript-eslint dependency-version: 8.62.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: development-minor-patch-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
…evelopment-minor-patch-dependencies-c958750159 chore(deps-dev): bump the development-minor-patch-dependencies group across 1 directory with 4 updates
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Describe the change clearly and concisely.
Why This Change
Explain the problem being solved or the reason for the change.
Type of Change
Branching
Please confirm this pull request follows the repository branching model.
Typical targets:
devfor feature, fix, refactor, docs, and most CI/tooling workmainonly for approved hotfixes or release-related mergesScope and Impact
What areas are affected?
Breaking Changes
If this is breaking, describe the change and required migration steps.
Testing
What did you do to validate this change?
pnpm run formatpnpm run lintpnpm run typecheckpnpm run testpnpm run buildDescribe any additional manual or automated testing performed.
Documentation
Related Issues
Link any related issues, discussions, or follow-up work.
Closes #
Screenshots / Output
If applicable, add screenshots, logs, or code snippets that help reviewers.
Reviewer Notes
Anything in particular reviewers should focus on?
Any tradeoffs or known limitations?