Skip to content

chore(deps-dev): bump vitest from 4.0.18 to 4.1.1#70

Closed
dependabot[bot] wants to merge 153 commits intomainfrom
dependabot/npm_and_yarn/vitest-4.1.1
Closed

chore(deps-dev): bump vitest from 4.0.18 to 4.1.1#70
dependabot[bot] wants to merge 153 commits intomainfrom
dependabot/npm_and_yarn/vitest-4.1.1

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot bot commented on behalf of github Mar 25, 2026

Bumps vitest from 4.0.18 to 4.1.1.

Release notes

Sourced from vitest's releases.

v4.1.1

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub

v4.1.0

Vitest 4.1 is out!

This release page lists all changes made to the project during the 4.1 beta. To get a review of all the new features, read our blog post.

   🚀 Features

... (truncated)

Commits
  • 1f2d318 chore: release v4.1.1
  • ebfde79 refactor: rename matchesTagsFilter to matchesTags (#9956)
  • 5611500 feat(experimental): introduce experimental.vcsProvider (#9928)
  • eec53d9 feat(experimental): expose matchesTagsFilter to test if the current filter ...
  • bf89208 fix(coverage): load built-in provider without module runner (#9939)
  • 5a60868 refactor: fix typos (#9950)
  • aaf9f18 fix(coverage): simplify provider types (#9931)
  • 6fdb2ba fix: guard disposable and optional body (#9912)
  • e78adcf fix: open browser in --standalone mode without running tests (#9911)
  • ae5ec03 fix: properly re-evaluate actual modules of mocked external (#9898)
  • Additional commits viewable in compare view

Dependabot compatibility score

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

anilguleroglu and others added 30 commits September 30, 2025 17:06
- Added `inferenceService.ts` to handle chat completion and embedding requests.
- Integrated logging for model usage and error handling.
- Created utility functions for message sanitization and overrides.
- Developed streaming support for chat completions.

feat: Build models for LangChain integration

- Introduced `langchainBuilder.ts` to construct chat and embedding models based on provider settings.
- Supported multiple providers including OpenAI, Together AI, Amazon Bedrock, and Google Vertex AI.

feat: Enhance model management with modelService

- Implemented CRUD operations for models in `modelService.ts`.
- Added unique key generation and provider validation.

feat: Adapt OpenAI API responses

- Created `openaiAdapter.ts` to transform OpenAI messages and extract usage metrics.
- Implemented error handling and response formatting for OpenAI API.

feat: Define provider catalog and types

- Established `providerCatalog.ts` to define supported providers and their configurations.
- Created types for provider credentials and model options in `types.ts`.

feat: Log usage and calculate costs

- Developed `usageLogger.ts` to log model usage and calculate costs based on token usage.

feat: Tenant database resolution utility

- Added `tenant.ts` utility to resolve tenant database names based on tenant slugs.

chore: Update TypeScript definitions for LangChain modules

- Added type declarations for community chat models and embeddings in `langchain.d.ts`.
- Adjusted spacing in pricing display for better readability.
- Updated button variant for creating new models.
- Improved model table layout with consistent text sizes and spacing.
- Changed card components to paper for a more uniform appearance.
- Enhanced model details display with better alignment and sizing.
- Updated MongoDB provider methods to remove unnecessary type assertions.
- Refined database provider interfaces to use ObjectId where applicable.
- Added new translation keys for improved internationalization support.
- Updated usage logging to handle ObjectId conversion more gracefully.
infra/dockerize: Dockerfile adjusted
infra/dockerize: Fix domain addresses for dev environemnt
infra/production: Cgate production implementation completed
infra/production: Fix misleading builder tag
infra/helm-fix: Checksum added to track secret content changes
feat: add model management feature to policies
Bor4brn and others added 17 commits March 12, 2026 16:09
- elasticsearch-cloud: make apiKey optional in form (runtime already accepts apiKey OR username/password)
- milvus + milvus-cloud: use configured metric instead of hardcoded COSINE when auto-creating missing index on upsert
- milvus + milvus-cloud: listIndexes now fetches actual metric_type via describeIndex instead of returning static 'cosine'
- add metricFromMilvusType / metricFromMilvusCloudType reverse-mapping helpers
…date-vector-contracts

feat: add Azure AI Search vector contract and update existing vector …
* deployment.yaml updated, dev-aws and dev-azure.yaml created

* build deploy updated

* infra/k8s-full: Fix minimal changes for command and syntax issues

* infra/k8s-full: The runner name fixed

* infra/k8s-full: Enabled AWS deploy

* env tag update

* fixed

* security context updated

* build-deployyaml updated for env tag issue

* commendout build

* tag issue

* tag issue commend out

* infra/k8s-full:  Fix TLS cert

* comment out ECR build and push steps in build-deploy.yaml; remove unused service account and resource configurations in dev-aws.yaml

* fix: correct runner name for Azure deployment in build-deploy.yaml

* fix: simplify image tag generation in build-deploy.yaml

* fix: comment out security context configuration in values.yaml

* fix: uncomment Build & Push to ECR step in build-deploy.yaml

---------

Co-authored-by: barkin <brknatici@hotmail.com>
Co-authored-by: Emir Özbir <emirozbir@Emir-MacBook-Air.local>
Co-authored-by: Emir Özbir <emirozbir@invalid-1e3zykv9.hs-net.private>
Co-authored-by: Emir Özbir <emirozbir@Emir-MacBook-Air.local>
Co-authored-by: Emir Özbir <emirozbir@Emir-MacBook-Air.local>
Co-authored-by: Emir Özbir <emirozbir@Emir-MacBook-Air.local>
…ed (#55)

Co-authored-by: Emir Özbir <emirozbir@Emir-MacBook-Air.local>
* k8s/fix-dev-dns: The DNS addresses of dev environment has been adjusted

* k8s/fix-dev-dns: Lint mapped secContext

* k8s/fix-dev-dns: Fix syntax of the secrets

---------

Co-authored-by: Emir Özbir <emirozbir@Emir-MacBook-Air.local>
Co-authored-by: Emir Özbir <emirozbir@invalid-1e3zykv9.hs-net.private>
* k8s/fix-oss-release: Discard deploy pipelines

* k8s/fix-oss-release: Discard deploy pipelines

* k8s/fix-oss-release: Fix dockerfile

* k8s/fix-oss-release: The runs on fixed

* k8s/fix-oss-release: Fix RC tags on dev and production environment

* k8s/fix-oss-release: Fix the repo address and secrets

* k8s/fix-oss-release: Production tagging adedd

---------

Co-authored-by: Emir Özbir <emirozbir@Emir-MacBook-Air.local>
Co-authored-by: Emir Özbir <emirozbir@invalid-1e3zykv9.hs-net.private>
- Create CODEOWNERS file for automatic review routing.
- Add bug report issue template for reproducible defects.
- Introduce feature request issue template for proposing new capabilities.
- Configure issue template settings with contact links for security and commercial inquiries.
- Implement pull request template for consistent contributions.
- Set up Dependabot configuration for automated dependency updates.
- Establish CI workflow for continuous integration and validation.
- Add Contributor Covenant Code of Conduct for community guidelines.
- Create COMMERCIAL.md for commercial use terms and licensing options.
- Implement SECURITY.md for responsible vulnerability reporting.
- Add licensing documentation in docs/guide/licensing.md.
- Document SDK integration process in docs/guide/sdk-integration.md.
- Outline security practices in docs/guide/security.md.
- Add CSS styles for dashboard overview and agent detail pages.
- Create common components for empty and loading states.
- Implement SectionCard component for consistent layout.
- Design AuthShell layout for authentication pages.
- Add styles for prompt version history modal.
- Define TypeScript types for Handlebars integration.
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Mar 25, 2026
@dependabot dependabot bot requested a review from anilguleroglu as a code owner March 25, 2026 13:16
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Mar 25, 2026
anilguleroglu and others added 3 commits March 25, 2026 16:56
…gement

- Introduced a new modal component for adding memory items with form validation.
- Added API endpoints for creating, deleting, and recalling memory items.
- Updated memory store descriptions and added contextual help in the UI.
- Removed demo-related configurations and references from the codebase.
- Enhanced project handling logic to improve user experience for non-demo tenants.
Bumps [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) from 4.0.18 to 4.1.1.
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v4.1.1/packages/vitest)

---
updated-dependencies:
- dependency-name: vitest
  dependency-version: 4.1.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/vitest-4.1.1 branch from a7e473b to e8eaee4 Compare March 25, 2026 13:58
@dependabot @github
Copy link
Copy Markdown
Author

dependabot bot commented on behalf of github Mar 25, 2026

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/npm_and_yarn/vitest-4.1.1 branch March 25, 2026 14:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants