Skip to content

chore(deps): bump slugify from 1.6.6 to 1.6.8#77

Closed
dependabot[bot] wants to merge 151 commits intomainfrom
dependabot/npm_and_yarn/slugify-1.6.8
Closed

chore(deps): bump slugify from 1.6.6 to 1.6.8#77
dependabot[bot] wants to merge 151 commits intomainfrom
dependabot/npm_and_yarn/slugify-1.6.8

Conversation

@dependabot
Copy link

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

Bumps slugify from 1.6.6 to 1.6.8.

Changelog

Sourced from slugify's changelog.

Change Log

Commits

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 21 commits March 12, 2026 13:54
…provider contracts

- Add azureAiSearchVector.contract.ts with full Zod schema for Azure AI Search configuration
- Update elasticsearchCloudVector.contract.ts with expanded field support
- Extend milvusCloudVector.contract.ts and milvusVector.contract.ts with additional fields
- Register azureAiSearch in contracts/index.ts
- Update package.json and package-lock.json dependencies
- 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.
Bumps [slugify](https://github.com/simov/slugify) from 1.6.6 to 1.6.8.
- [Changelog](https://github.com/simov/slugify/blob/master/CHANGELOG.md)
- [Commits](simov/slugify@v1.6.6...v1.6.8)

---
updated-dependencies:
- dependency-name: slugify
  dependency-version: 1.6.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@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:17
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Mar 25, 2026
@dependabot @github
Copy link
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/slugify-1.6.8 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