chore(deps): bump the everything-else group across 1 directory with 3 updates - #6412
Open
dependabot[bot] wants to merge 1 commit into
Open
Conversation
… updates Bumps the everything-else group with 3 updates in the /redisinsight/api directory: [class-validator](https://github.com/typestack/class-validator), [quicktype-core](https://github.com/glideapps/quicktype) and [esbuild](https://github.com/evanw/esbuild). Updates `class-validator` from 0.14.4 to 0.15.1 - [Release notes](https://github.com/typestack/class-validator/releases) - [Changelog](https://github.com/typestack/class-validator/blob/develop/CHANGELOG.md) - [Commits](typestack/class-validator@v0.14.4...v0.15.1) Updates `quicktype-core` from 23.0.176 to 23.3.25 - [Release notes](https://github.com/glideapps/quicktype/releases) - [Commits](https://github.com/glideapps/quicktype/commits) Updates `esbuild` from 0.28.1 to 0.28.2 - [Release notes](https://github.com/evanw/esbuild/releases) - [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG.md) - [Commits](evanw/esbuild@v0.28.1...v0.28.2) --- updated-dependencies: - dependency-name: class-validator dependency-version: 0.15.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: everything-else - dependency-name: esbuild dependency-version: 0.28.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: everything-else - dependency-name: quicktype-core dependency-version: 23.3.25 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: everything-else ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
Bot
force-pushed
the
dependabot/npm_and_yarn/redisinsight/api/everything-else-b45fe45306
branch
from
August 16, 2026 23:05
b593ee1 to
c984750
Compare
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.
Bumps the everything-else group with 3 updates in the /redisinsight/api directory: class-validator, quicktype-core and esbuild.
Updates
class-validatorfrom 0.14.4 to 0.15.1Release notes
Sourced from class-validator's releases.
Changelog
Sourced from class-validator's changelog.
Commits
2e1a5c2chore: publish 0.15.1 (#2672)737d2a7chore: publish 0.15.0 (#2671)8bc5f96chore: release 0.15.0 (#2670)dc41588fix small grammatical error in README.md (#2596)2c0ff53feat(IsIBAN): Add IsIBANOptions as argument for IsIBAN decorator (#2618)e0eaa02feat: addisISO6391decorator for language codes (#2626)a8b2f6echore: bump vulnerable dependencies (#2669)35e589dfeat: update UUID validation to support versions 1-8, nil, max, and all (#2647)042fb57feat: addvalidateIfto validation options (#1579)4fcad7bfeat: addIsISO31661Numericdecorator for country codes (#2657)Updates
quicktype-corefrom 23.0.176 to 23.3.25Commits
Maintainer changes
This version was pushed to npm by GitHub Actions, a new releaser for quicktype-core since your current version.
Updates
esbuildfrom 0.28.1 to 0.28.2Release notes
Sourced from esbuild's releases.
... (truncated)
Changelog
Sourced from esbuild's changelog.
... (truncated)
Commits
609683dpublish 0.28.2 to npm11b1fe4add to release notesab50d91css: fix green/blue channel swap in oklch gamut mapping (#4488)04627b6fix #4498:asyncTLA checks need a worklist5c15177disablegoplsin thegofolderfc2ee9bcss: adjust parser to allow--foo: {...}209db54release notes for css nesting bugfixc625d31fix #4497: preserve nested ampersands during minification (#4500)34474e2better isolation of current part in js parser07f6e8cfix #4507:importassignment tree-shaking bugNote
Medium Risk
class-validator 0.15.x can change validation behavior on API inputs; esbuild and quicktype-core are lower risk (build tooling and AI type generation).
Overview
Bumps three
redisinsight/apidependencies inpackage.jsonandpackage-lock.json:class-validator0.14.4→0.15.1,quicktype-core~23.0.176→~23.3.25, and devesbuild0.28.1→0.28.2.class-validatoris a runtime dependency used for Nest request DTO validation; the jump to 0.15.x adds validators and stricter UUID handling, with a documented breaking change only for@IsIBANwhen passed validation options.quicktype-corepowers JSON-to-type generation in the AI query context utilities.esbuildis used only for the API minify/build scripts (esbuild.js), not request handling.Reviewed by Cursor Bugbot for commit c984750. Bugbot is set up for automated code reviews on this repo. Configure here.