chore(deps-dev): bump the development-dependencies group across 1 directory with 7 updates - #13
Open
dependabot[bot] wants to merge 1 commit into
Conversation
…ectory with 7 updates Bumps the development-dependencies group with 6 updates in the / directory: | Package | From | To | | --- | --- | --- | | [@elysiajs/openapi](https://github.com/elysiajs/elysia-openapi) | `1.4.15` | `1.4.16` | | [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `26.1.1` | `26.4.1` | | [@vitest/coverage-v8](https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-v8) | `4.1.10` | `5.0.0` | | [elysia](https://github.com/elysiajs/elysia) | `1.4.29` | `1.4.30` | | [redis](https://github.com/redis/node-redis) | `6.1.0` | `6.2.1` | | [tsdown](https://github.com/rolldown/tsdown) | `0.22.7` | `0.23.0` | Updates `@elysiajs/openapi` from 1.4.15 to 1.4.16 - [Release notes](https://github.com/elysiajs/elysia-openapi/releases) - [Changelog](https://github.com/elysiajs/elysia-openapi/blob/main/CHANGELOG.md) - [Commits](elysiajs/elysia-openapi@1.4.15...1.4.16) Updates `@types/node` from 26.1.1 to 26.4.1 - [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 5.0.0 - [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/v5.0.0/packages/coverage-v8) Updates `elysia` from 1.4.29 to 1.4.30 - [Release notes](https://github.com/elysiajs/elysia/releases) - [Changelog](https://github.com/elysiajs/elysia/blob/main/CHANGELOG.md) - [Commits](elysiajs/elysia@1.4.29...1.4.30) Updates `redis` from 6.1.0 to 6.2.1 - [Release notes](https://github.com/redis/node-redis/releases) - [Changelog](https://github.com/redis/node-redis/blob/master/CHANGELOG.md) - [Commits](https://github.com/redis/node-redis/compare/redis@6.1.0...redis@6.2.1) Updates `tsdown` from 0.22.7 to 0.23.0 - [Release notes](https://github.com/rolldown/tsdown/releases) - [Commits](rolldown/tsdown@v0.22.7...v0.23.0) Updates `vitest` from 4.1.10 to 5.0.0 - [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/v5.0.0/packages/vitest) --- updated-dependencies: - dependency-name: "@elysiajs/openapi" dependency-version: 1.4.16 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: development-dependencies - dependency-name: "@types/node" dependency-version: 26.4.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: development-dependencies - dependency-name: "@vitest/coverage-v8" dependency-version: 5.0.0 dependency-type: direct:development update-type: version-update:semver-major dependency-group: development-dependencies - dependency-name: elysia dependency-version: 1.4.30 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: development-dependencies - dependency-name: redis dependency-version: 6.2.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: development-dependencies - dependency-name: tsdown dependency-version: 0.23.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: development-dependencies - dependency-name: vitest dependency-version: 5.0.0 dependency-type: direct:development update-type: version-update:semver-major dependency-group: development-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
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 development-dependencies group with 6 updates in the / directory:
1.4.151.4.1626.1.126.4.14.1.105.0.01.4.291.4.306.1.06.2.10.22.70.23.0Updates
@elysiajs/openapifrom 1.4.15 to 1.4.16Release notes
Sourced from @elysiajs/openapi's releases.
Changelog
Sourced from @elysiajs/openapi's changelog.
Commits
1d5ad36🧹 chore: update documentd792f61Merge PR #348 with OpenAPI 3.1 support3293154fix(gen): only quote numeric property keysddc220cMerge pull request #329 from alexng353/fix/fromtypes-response-parsing534e5aaMerge branch 'main' into fix/fromtypes-response-parsingf673313Merge pull request #334 from c-ehrlich/fix/withHeaders-response-headers2a9619cMerge pull request #341 from lxy2500798479/fix/arraybuffer-request-bodyb5b154fMerge pull request #342 from lxy2500798479/fix/from-types-compiler-optionsa1c8f63Merge pull request #346 from Umi4Life/fix/invalid-date-type-in-openapi-spec4a9ea0aMerge pull request #349 from Jussinevavuori/fix/support-regex-in-exclude-pathsUpdates
@types/nodefrom 26.1.1 to 26.4.1Commits
Updates
@vitest/coverage-v8from 4.1.10 to 5.0.0Release notes
Sourced from @vitest/coverage-v8's releases.
... (truncated)
Commits
f441c6fchore: release v5.0.0 (#11130)c4473e4fix(coverage): prevent crash on/@fs/prepended virtual files (#11119)897f51fchore: release v5.0.0-rc.4 (#11107)7db80dcchore: release v5.0.0-rc.3 (#11089)5f6a5e8feat(coverage): switch to@vitest/istanbuljspackages (#11053)c6174a6fix(coverage): v8 to ignore Vite SSR's generated import bindings (#11023)af83d1bchore: release v5.0.0-rc.2 (#10976)a7fa111chore: release v5.0.0-rc.1 (#10920)0553851chore: add Knip checks (#10847)b7be731chore: release v5.0.0-beta.7 (#10825)Updates
elysiafrom 1.4.29 to 1.4.30Release notes
Sourced from elysia's releases.
Changelog
Sourced from elysia's changelog.
Commits
e037eca🧹 chore: correct spelling mistake in changelogacea3a7🧹 chore: add SECURITY.mda6b9fc7🧹 chore: update for bun 1.4b1c325fMerge branch 'main' of https://github.com/elysiajs/elysiab8256cc🧹 chore: update for bun 1.4767bad1Merge commit from forkbe31c27🔧 fix: escape schema default keys and values to prevent code injection89088df🧹 chore: remove blank issue2c8b61d🧹 chore: 'I have nothing but my burger and I want nothing more' disclosure7e7dabd🧹 chore: 'I have nothing but my burger and I want nothing more' disclosureUpdates
redisfrom 6.1.0 to 6.2.1Release notes
Sourced from redis's releases.
... (truncated)
Commits
90fd065Release redis@6.2.19d52256Release entraid@6.2.158d2b8aRelease time-series@6.2.17565ac6Release search@6.2.185d7038Release json@6.2.1992f068Release bloom@6.2.110b5625Release client@6.2.1ba1b90bfix(cluster): handle MOVED and ASK redirects for atomic MULTI (#3395)2f0ab75fix(client): decode RESP3 doubles to the value the server sent (#3393)d4eba09fix(cluster): keep batch commands routed by slot during migration (#3377)Updates
tsdownfrom 0.22.7 to 0.23.0Release notes
Sourced from tsdown's releases.
... (truncated)
Commits
ced9a2cchore: release v0.23.0f5f9ea9docs: add Ember support guide (#1043)8ac89dcchore: upgrade Vitest to v596a4098feat: expose programmatic watch controls (#1062)61718d7chore: upgrade depsd04119cchore: upgrade deps55f89c5chore(deps): update pnpm to v12.1.0 (#1060)946224dfix: ignore optional dependencies in type definitions62f01cdchore: release v0.23.0-rc.1bf53f43fix(cli): camel-case nested flag keysUpdates
vitestfrom 4.1.10 to 5.0.0Release notes
Sourced from vitest's releases.