Skip to content

👻 Bump the tools group across 1 directory with 3 updates#46

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

👻 Bump the tools group across 1 directory with 3 updates#46
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/tools-00052263eb

Conversation

@dependabot
Copy link
Copy Markdown

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

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

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

Release notes

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

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

Patch Changes

  • #2281 565830b Thanks @​j-ibarra! - fix(transformers): add transformers option allowing passing custom transform functions

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

Patch Changes

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

Minor Changes

  • #2246 a11a8c5 Thanks @​mrlubos! - feat(config): add parser options

    Added parser options

    Previously, @hey-api/typescript would generate correct types, but the validator plugins would have to re-implement the same logic or generate schemas that didn't match the generated types.

    Since neither option was ideal, this release adds a dedicated place for parser options. Parser is responsible for preparing the input so plugins can generate more accurate output with less effort.

    You can learn more about configuring parser on the Parser page.

    Moved input options

    The following options were moved to the new parser group.

    • input.filters moved to parser.filters
    • input.pagination moved to parser.pagination
    • input.patch moved to parser.patch
    • input.validate_EXPERIMENTAL moved to parser.validate_EXPERIMENTAL

    Updated typescript options

    The following options were renamed.

    • enumsCase moved to enums.case
    • enumsConstantsIgnoreNull moved to enums.constantsIgnoreNull

    Moved typescript options

    The following options were moved to the new parser group.

    • exportInlineEnums moved to parser.transforms.enums

... (truncated)

Commits
  • 7df6059 Merge pull request #2283 from hey-api/changeset-release/main
  • 63f31c6 Version Packages
  • f295a8f Merge pull request #2285 from hey-api/refactor/transformers-types
  • 7be1d56 refactor(transformers): rename types
  • 53363b3 Merge pull request #2281 from j-ibarra/main
  • 565830b Create giant-carrots-change.md
  • 70c5706 custom transformers
  • 9cf1a08 Merge pull request #2276 from hey-api/changeset-release/main
  • 00e6386 Version Packages
  • 202acd7 Merge pull request #2280 from hey-api/fix/zod-dates-offset
  • Additional commits viewable in compare view

Updates @rsbuild/core from 1.3.22 to 1.4.4

Release notes

Sourced from @​rsbuild/core's releases.

v1.4.4

What's Changed

New Features 🎉

Bug Fixes 🐞

Refactor 🔨

Document 📖

Other Changes

New Contributors

Full Changelog: web-infra-dev/rsbuild@v1.4.3...v1.4.4

v1.4.3

What's Changed

New Features 🎉

Bug Fixes 🐞

Document 📖

... (truncated)

Commits
  • 9508968 release: 1.4.4 (#5553)
  • 6d3cbf9 fix(deps): revert @​rspack/core to 1.4.2 (#5552)
  • 3416256 docs: add webSocketToken to documentation (#5548)
  • e6ecd29 chore(deps): update all patch dependencies (#5549)
  • a986484 feat(server): token-based WebSocket authentication (#5531)
  • bfb29f5 fix: ensure that raw query of assets can be accurately matched (#5547)
  • 5053591 feat(deps): update @​rspack/core to v1.4.4 (#5546)
  • 2c42f5b docs: update raw import JSDoc to include scripts (#5544)
  • 3605d90 fix: ensure that raw query of styles can be accurately matched (#5540)
  • e77f5fe chore(deps): update dependency @​types/node to ^22.16.0 (#5535)
  • Additional commits viewable in compare view

Updates @rsbuild/plugin-react from 1.3.2 to 1.3.4

Release notes

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

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

v1.3.3

What's Changed

New Features 🎉

Bug Fixes 🐞

Document 📖

Other Changes

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

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

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jul 8, 2025
Bumps the tools group with 3 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) and [@rsbuild/plugin-react](https://github.com/web-infra-dev/rsbuild/tree/HEAD/packages/plugin-react).


Updates `@hey-api/openapi-ts` from 0.73.0 to 0.78.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.73.0...@hey-api/openapi-ts@0.78.2)

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

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

---
updated-dependencies:
- dependency-name: "@hey-api/openapi-ts"
  dependency-version: 0.78.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: tools
- dependency-name: "@rsbuild/core"
  dependency-version: 1.4.4
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: tools
- dependency-name: "@rsbuild/plugin-react"
  dependency-version: 1.3.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-00052263eb branch from e5a42a7 to d73cf13 Compare July 25, 2025 14:08
@carlosthe19916 carlosthe19916 force-pushed the main branch 6 times, most recently from ae0ef65 to a9c2b0c Compare July 27, 2025 07:17
@dependabot @github
Copy link
Copy Markdown
Author

dependabot Bot commented on behalf of github Aug 4, 2025

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

@dependabot dependabot Bot closed this Aug 4, 2025
@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/tools-00052263eb branch August 4, 2025 22:18
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