Skip to content

👻 Bump the tools group across 1 directory with 2 updates#44

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/tools-f806b88f6d
Closed

👻 Bump the tools group across 1 directory with 2 updates#44
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/tools-f806b88f6d

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot Bot commented on behalf of github Jul 1, 2025

Bumps the tools group with 2 updates in the / directory: @hey-api/openapi-ts and @rsbuild/core.

Updates @hey-api/openapi-ts from 0.73.0 to 0.77.0

Release notes

Sourced from @​hey-api/openapi-ts's releases.

@​hey-api/openapi-ts@​0.77.0

Minor Changes

  • #2227 4ea6f24 Thanks @​mrlubos! - refactor(plugin): add DefinePlugin utility types

    Updated Plugin API

    Please refer to the custom plugin tutorial for the latest guide.

  • #2227 4ea6f24 Thanks @​mrlubos! - feat(sdk): update validator option

    Updated sdk.validator option

    Clients can now validate both request and response data. As a result, passing a boolean or string to validator will control both of these options. To preserve the previous behavior, set validator.request to false and validator.response to your previous configuration.

    export default {
      input: 'https://get.heyapi.dev/hey-api/backend',
      output: 'src/client',
      plugins: [
        // ...other plugins
        {
          name: '@hey-api/sdk',
          validator: {
            request: false,
            response: true,
          },
        },
      ],
    };

Patch Changes

@​hey-api/openapi-ts@​0.76.0

Minor Changes

  • #2226 1c66d88 Thanks @​mrlubos! - feat(valibot): generate a single schema for requests

    Single Valibot schema per request

    Previously, we generated a separate schema for each endpoint parameter and request body. In v0.76.0, a single request schema is generated for the whole endpoint. It may contain a request body, parameters, and headers.

    const vData = v.object({
      body: v.optional(
        v.object({
          foo: v.optional(v.string()),

... (truncated)

Commits
  • 3a39e0d Merge pull request #2240 from hey-api/changeset-release/main
  • f1416f5 Merge pull request #2242 from hey-api/docs/readme-symlink
  • fe7db9d Version Packages
  • cdc5509 docs: correctly symlink readme
  • ec7fdbe Merge pull request #2241 from hey-api/docs/sponsor-cella
  • 81a6262 docs: add Cella sponsorship
  • d387959 Merge pull request #2227 from hey-api/feat/sdk-validator-request
  • 82795b3 docs: fix dead link error
  • 443d01d Merge branch 'main' into feat/sdk-validator-request
  • 4ea6f24 docs: update validators pages
  • Additional commits viewable in compare view

Updates @rsbuild/core from 1.3.22 to 1.4.2

Release notes

Sourced from @​rsbuild/core's releases.

v1.4.2

What's Changed

New Features 🎉

Performance 🚀

Bug Fixes 🐞

Document 📖

Other Changes

Full Changelog: web-infra-dev/rsbuild@v.1.4.1...v1.4.2

v.1.4.1

What's Changed

New Features 🎉

Document 📖

Other Changes

Full Changelog: web-infra-dev/rsbuild@v1.4.0...v.1.4.1

v1.4.0

🎉 See Announcing Rspack 1.4 for more details.

What's Changed

New Features 🎉

... (truncated)

Commits

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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will 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 version will 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

Bumps the tools group with 2 updates in the / directory: [@hey-api/openapi-ts](https://github.com/hey-api/openapi-ts) and [@rsbuild/core](https://github.com/web-infra-dev/rsbuild/tree/HEAD/packages/core).


Updates `@hey-api/openapi-ts` from 0.73.0 to 0.77.0
- [Release notes](https://github.com/hey-api/openapi-ts/releases)
- [Changelog](https://github.com/hey-api/openapi-ts/blob/main/docs/CHANGELOG.md)
- [Commits](https://github.com/hey-api/openapi-ts/compare/@hey-api/openapi-ts@0.73.0...@hey-api/openapi-ts@0.77.0)

Updates `@rsbuild/core` from 1.3.22 to 1.4.2
- [Release notes](https://github.com/web-infra-dev/rsbuild/releases)
- [Commits](https://github.com/web-infra-dev/rsbuild/commits/v1.4.2/packages/core)

---
updated-dependencies:
- dependency-name: "@hey-api/openapi-ts"
  dependency-version: 0.77.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: tools
- dependency-name: "@rsbuild/core"
  dependency-version: 1.4.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: tools
...

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 Jul 1, 2025
@dependabot @github
Copy link
Copy Markdown
Author

dependabot Bot commented on behalf of github Jul 7, 2025

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot Bot closed this Jul 7, 2025
@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/tools-f806b88f6d branch July 7, 2025 23:14
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.

0 participants