Bump the development group across 1 directory with 5 updates - #161
Bump the development group across 1 directory with 5 updates#161dependabot[bot] wants to merge 1 commit into
Conversation
Bumps the development group with 4 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), [@vitest/coverage-v8](https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-v8) and [gpt-tokenizer](https://github.com/niieani/gpt-tokenizer). Updates `@biomejs/biome` from 2.5.8 to 2.5.11 - [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.11/packages/@biomejs/biome) Updates `@types/node` from 26.2.0 to 26.4.0 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Updates `@vitest/coverage-v8` from 4.1.10 to 4.1.11 - [Release notes](https://github.com/vitest-dev/vitest/releases) - [Changelog](https://github.com/vitest-dev/vitest/blob/main/docs/releases.md) - [Commits](https://github.com/vitest-dev/vitest/commits/v4.1.11/packages/coverage-v8) Updates `gpt-tokenizer` from 3.4.0 to 4.0.0 - [Release notes](https://github.com/niieani/gpt-tokenizer/releases) - [Commits](niieani/gpt-tokenizer@3.4.0...4.0.0) Updates `vitest` from 4.1.10 to 4.1.11 - [Release notes](https://github.com/vitest-dev/vitest/releases) - [Changelog](https://github.com/vitest-dev/vitest/blob/main/docs/releases.md) - [Commits](https://github.com/vitest-dev/vitest/commits/v4.1.11/packages/vitest) --- updated-dependencies: - dependency-name: "@biomejs/biome" dependency-version: 2.5.11 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: development - dependency-name: "@types/node" dependency-version: 26.4.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: development - dependency-name: "@vitest/coverage-v8" dependency-version: 4.1.11 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: development - dependency-name: gpt-tokenizer dependency-version: 4.0.0 dependency-type: direct:development update-type: version-update:semver-major dependency-group: development - dependency-name: vitest dependency-version: 4.1.11 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: development ... Signed-off-by: dependabot[bot] <support@github.com>
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 620794f928
ℹ️ 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".
| "@types/node": "^26.2.0", | ||
| "@vitest/coverage-v8": "^4.1.10", | ||
| "gpt-tokenizer": "3.4.0", | ||
| "gpt-tokenizer": "4.0.0", |
There was a problem hiding this comment.
Synchronize the tokenizer pin before upgrading the package
After npm ci installs 4.0.0, the acceptance lane deterministically fails because tests/acceptance/token-budget.test.mjs compares the installed version with TOKENIZER, which remains gpt-tokenizer@3.4.0; npm run measure:context also throws the same mismatch. The committed release contract still identifies 3.4.0 and becomes stale, so update the measurement constant, tests, and generated contract together with this dependency or retain the existing pin.
AGENTS.md reference: AGENTS.md:L230-L233
Useful? React with 👍 / 👎.
Bumps the development group with 4 updates in the /fluentcart-mcp directory: @biomejs/biome, @types/node, @vitest/coverage-v8 and gpt-tokenizer.
Updates
@biomejs/biomefrom 2.5.8 to 2.5.11Release notes
Sourced from @biomejs/biome's releases.
... (truncated)
Changelog
Sourced from @biomejs/biome's changelog.
... (truncated)
Commits
4d9c1d5ci: release (#11457)18883b7fix(html): ignore punctuation in Vue attribute casing (#11462)5c353e6feat: adds the noAstroSetHtmlDirective rule for .astro (#11322)3e5367ffeat(lint): rule noUndeclaredCustomProperties (#11191)05797b1ci: release (#11450)5f1ed34chore: add CodSpeed and Cloudflare to sponsors (#11410)2081460ci: release (#11309)6559e6cfeat: adds theuseAstroClientOnlyDirectiveValuerule for .astro files (#11299)a8798eafeat: useNamedLayer (#11377)85aac73feat(lint): addnoUnsafeTypeAssertionrule (#11221)Updates
@types/nodefrom 26.2.0 to 26.4.0Commits
Updates
@vitest/coverage-v8from 4.1.10 to 4.1.11Release notes
Sourced from @vitest/coverage-v8's releases.
Commits
9bd8d46chore: release v4.1.11 (#10995)Updates
gpt-tokenizerfrom 3.4.0 to 4.0.0Release notes
Sourced from gpt-tokenizer's releases.
Commits
fb04ebcbuild: omit BPE rank source mapse6c9404feat: add GPT-2 tokenizer support3942986chore: upgrade dependenciesfdcd989feat: automate model catalog updates2aa3e67chore: enforce strict Oxlint directives6b5c1dafix: restore Harmony submodule metadata125577bchore: update Harmony submodule1586580build!: migrate toolchain to Vite+77f0c30build: replace legacy scaffold toolingff947c5chore: upgrade yarnMaintainer changes
This version was pushed to npm by GitHub Actions, a new releaser for gpt-tokenizer since your current version.
Install script changes
This version modifies
preparescript that runs during installation. Review the package contents before updating.Updates
vitestfrom 4.1.10 to 4.1.11Release notes
Sourced from vitest's releases.
Commits
9bd8d46chore: release v4.1.11 (#10995)9851dbcfix(browser): trigger playwright/chromium gc on lower disk availability [back...Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions