Bump the development group across 1 directory with 3 updates - #102
Bump the development group across 1 directory with 3 updates#102dependabot[bot] wants to merge 1 commit into
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: ab852e31e6
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
| "@vitest/coverage-v8": "^4.1.10", | ||
| "gpt-tokenizer": "3.4.0", | ||
| "typescript": "^5.9.3", | ||
| "typescript": "^7.0.2", |
There was a problem hiding this comment.
Keep TypeScript below 7 until tsconfig is updated
When the package resolves this new TypeScript 7 version, npm run build from fluentcart-mcp/ fails immediately with TS5107: Option 'esModuleInterop=false' is deprecated and will stop functioning in TypeScript 7.0; specify ignoreDeprecations. Because the package's tooling/conformance checks start by running the build, this dependency bump blocks the required local checks until either TypeScript stays on a compatible version or tsconfig.json is updated.
AGENTS.md reference: AGENTS.md:L30-L34
Useful? React with 👍 / 👎.
Bumps the development group with 3 updates in the /fluentcart-mcp directory: [@biomejs/biome](https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome), [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) and [typescript](https://github.com/microsoft/TypeScript). Updates `@biomejs/biome` from 2.5.5 to 2.5.6 - [Release notes](https://github.com/biomejs/biome/releases) - [Changelog](https://github.com/biomejs/biome/blob/main/packages/@biomejs/biome/CHANGELOG.md) - [Commits](https://github.com/biomejs/biome/commits/@biomejs/biome@2.5.6/packages/@biomejs/biome) Updates `@types/node` from 24.13.3 to 26.1.2 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Updates `typescript` from 5.9.3 to 7.0.2 - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Commits](https://github.com/microsoft/TypeScript/commits) --- updated-dependencies: - dependency-name: "@biomejs/biome" dependency-version: 2.5.6 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: development - dependency-name: "@types/node" dependency-version: 26.1.2 dependency-type: direct:development update-type: version-update:semver-major dependency-group: development - dependency-name: typescript dependency-version: 7.0.2 dependency-type: direct:development update-type: version-update:semver-major dependency-group: development ... Signed-off-by: dependabot[bot] <support@github.com>
ab852e3 to
252e31c
Compare
Bumps the development group with 3 updates in the /fluentcart-mcp directory: @biomejs/biome, @types/node and typescript.
Updates
@biomejs/biomefrom 2.5.5 to 2.5.6Release notes
Sourced from @biomejs/biome's releases.
... (truncated)
Changelog
Sourced from @biomejs/biome's changelog.
... (truncated)
Commits
1139f1cci: release (#11022)781d68dfeat(lint/js): addnoRestrictedProperties(#9806)Updates
@types/nodefrom 24.13.3 to 26.1.2Commits
Updates
typescriptfrom 5.9.3 to 7.0.2Release notes
Sourced from typescript's releases.
Commits
Maintainer changes
This version was pushed to npm by microsoft1es, a new releaser for typescript since your current version.