Skip to content

👻 Bump the tools group across 1 directory with 4 updates#48

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

👻 Bump the tools group across 1 directory with 4 updates#48
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/tools-8213604ae1

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot Bot commented on behalf of github Aug 5, 2025

Bumps the tools group with 4 updates in the / directory: @hey-api/openapi-ts, @rsbuild/core, @rsbuild/plugin-react and @rsbuild/plugin-type-check.

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

Release notes

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

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

Patch Changes

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

Patch Changes

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

Minor Changes

  • #2341 9954bcf Thanks @​mrlubos! - feat(zod): add support for Zod 4 and Zod Mini

    Added Zod 4 and Zod Mini

    This release adds support for Zod 4 and Zod Mini. By default, the zod plugin will generate output for Zod 4. If you want to preserve the previous output for Zod 3 or use Zod Mini, set compatibilityVersion to 3 or mini.

    export default {
      input: 'https://get.heyapi.dev/hey-api/backend',
      output: 'src/client',
      plugins: [
        // ...other plugins
        {
          name: 'zod',
          compatibilityVersion: 3,
        },
      ],
    };
    export default {
      input: 'https://get.heyapi.dev/hey-api/backend',
      output: 'src/client',
      plugins: [
        // ...other plugins
        {
          name: 'zod',
          compatibilityVersion: 'mini',
        },
      ],
    };

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

... (truncated)

Commits
  • 7897efd Merge pull request #2384 from hey-api/changeset-release/main
  • 7e40d04 Version Packages
  • 27c8be7 Merge pull request #2383 from j-ibarra/main
  • 2ac456f Create lucky-seals-boil.md
  • ed7500c Merge pull request #2382 from idbenami/feat/accept-axios-instance
  • 003fdd7 Merge branch 'hey-api:main' into main
  • 074e8ab TypeTransformer
  • 3a23362 Create odd-ligers-jump.md
  • ff13a1b updated openapi-ts-tests spanshots
  • 8e9b9ae feat(client-axios): enhance createClient to accept AxiosStatic or AxiosInstance
  • Additional commits viewable in compare view

Updates @rsbuild/core from 1.4.2 to 1.4.14

Release notes

Sourced from @​rsbuild/core's releases.

v1.4.14

What's Changed

Trusted Publishing

All Rsbuild npm packages are now published based on npm's trusted publishing, making Rsbuild's npm packages more secure and transparent.

See:

Other Changes

Full Changelog: web-infra-dev/rsbuild@v1.4.13...v1.4.14

v1.4.13

What's Changed

New Features 🎉

Bug Fixes 🐞

Refactor 🔨

Document 📖

Other Changes

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for @​rsbuild/core since your current version.


Updates @rsbuild/plugin-react from 1.3.2 to 1.3.5

Release notes

Sourced from @​rsbuild/plugin-react's releases.

v1.3.5

What's Changed

New Features 🎉

Bug Fixes 🐞

Document 📖

Other Changes

Full Changelog: web-infra-dev/rsbuild@v.1.3.4...v1.3.5

v.1.3.4

What's Changed

New Features 🎉

Bug Fixes 🐞

Document 📖

Other Changes

New Contributors

Full Changelog: web-infra-dev/rsbuild@v1.3.3...v.1.3.4

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for @​rsbuild/plugin-react since your current version.


Updates @rsbuild/plugin-type-check from 1.2.3 to 1.2.4

Release notes

Sourced from @​rsbuild/plugin-type-check's releases.

v1.2.4

What's Changed

New Contributors

Full Changelog: rstackjs/rsbuild-plugin-type-check@v1.2.3...v1.2.4

Commits
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for @​rsbuild/plugin-type-check since your current version.


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

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Aug 5, 2025
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/tools-8213604ae1 branch 2 times, most recently from 427d658 to c6c430b Compare August 6, 2025 12:39
Bumps the tools group with 4 updates in the / directory: [@hey-api/openapi-ts](https://github.com/hey-api/openapi-ts), [@rsbuild/core](https://github.com/web-infra-dev/rsbuild/tree/HEAD/packages/core), [@rsbuild/plugin-react](https://github.com/web-infra-dev/rsbuild/tree/HEAD/packages/plugin-react) and [@rsbuild/plugin-type-check](https://github.com/rspack-contrib/rsbuild-plugin-type-check).


Updates `@hey-api/openapi-ts` from 0.77.0 to 0.80.2
- [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.77.0...@hey-api/openapi-ts@0.80.2)

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

Updates `@rsbuild/plugin-react` from 1.3.2 to 1.3.5
- [Release notes](https://github.com/web-infra-dev/rsbuild/releases)
- [Commits](https://github.com/web-infra-dev/rsbuild/commits/v1.3.5/packages/plugin-react)

Updates `@rsbuild/plugin-type-check` from 1.2.3 to 1.2.4
- [Release notes](https://github.com/rspack-contrib/rsbuild-plugin-type-check/releases)
- [Commits](rstackjs/rsbuild-plugin-type-check@v1.2.3...v1.2.4)

---
updated-dependencies:
- dependency-name: "@hey-api/openapi-ts"
  dependency-version: 0.80.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: tools
- dependency-name: "@rsbuild/core"
  dependency-version: 1.4.14
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: tools
- dependency-name: "@rsbuild/plugin-react"
  dependency-version: 1.3.5
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: tools
- dependency-name: "@rsbuild/plugin-type-check"
  dependency-version: 1.2.4
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: tools
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/tools-8213604ae1 branch from c6c430b to aa45ad2 Compare August 12, 2025 09:52
@dependabot @github
Copy link
Copy Markdown
Author

dependabot Bot commented on behalf of github Aug 18, 2025

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

@dependabot dependabot Bot closed this Aug 18, 2025
@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/tools-8213604ae1 branch August 18, 2025 13:32
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