Skip to content

Bump the minor-patch group across 1 directory with 5 updates #1112

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 1, 2025

Bumps the minor-patch group with 5 updates in the /frontend directory:

Package From To
@hey-api/client-fetch 0.6.0 0.8.2
isbot 5.1.21 5.1.23
preact 10.25.4 10.26.4
preact-render-to-string 6.5.12 6.5.13
sirv 3.0.0 3.0.1

Updates @hey-api/client-fetch from 0.6.0 to 0.8.2

Release notes

Sourced from @​hey-api/client-fetch's releases.

@​hey-api/client-fetch@​0.8.2

Patch Changes

@​hey-api/client-fetch@​0.8.1

Patch Changes

  • #1674 7f0f4a7 Thanks @​ale18V! - Return a string from urlSearchParamsBodySerializer instead of a URLSearchParams object. This is due to some runtimes not being able to handle the URLSearchParams object as fetch body.

@​hey-api/client-fetch@​0.8.0

Minor Changes

  • #1661 bb6d46a Thanks @​mrlubos! - fix: make createConfig, CreateClientConfig, and Config accept ClientOptions generic

    Added ClientOptions interface

    The Config interface now accepts an optional generic extending ClientOptions instead of boolean type ThrowOnError.

    type Foo = Config<false>; // [!code --]
    type Foo = Config<{ throwOnError: false }>; // [!code ++]

@​hey-api/client-fetch@​0.7.3

Patch Changes

@​hey-api/client-fetch@​0.7.2

Patch Changes

@​hey-api/client-fetch@​0.7.1

Patch Changes

@​hey-api/client-fetch@​0.7.0

Minor Changes

... (truncated)

Changelog

Sourced from @​hey-api/client-fetch's changelog.

@​docs/openapi-ts

0.10.0

Minor Changes

0.9.0

Minor Changes

  • #1511 4e8064d Thanks @​mrlubos! - feat: add watch mode

    Watch Mode

    ::: warning Watch mode currently supports only remote files via URL. :::

    If your schema changes frequently, you may want to automatically regenerate the output during development. To watch your input file for changes, enable watch mode in your configuration or pass the --watch flag to the CLI.

    Config

    export default {
      client: '@hey-api/client-fetch',
      input: 'path/to/openapi.json',
      output: 'src/client',
      watch: true,
    };

    CLI

    npx @hey-api/openapi-ts \
      -c @hey-api/client-fetch \
      -i path/to/openapi.json \
      -o src/client \
      -w

Patch Changes

0.8.0

Minor Changes

... (truncated)

Commits
  • 1b72206 Merge pull request #1756 from hey-api/changeset-release/main
  • b173bad Version Packages
  • d1c70c2 Merge pull request #1753 from LinuCC/1752-dont-drop-content-type-header-on-fa...
  • b8cc9f8 Create brave-beds-walk.md
  • 9c1a1fc Merge pull request #1754 from LinuCC/1659-add-unknown-as-type-for-body
  • 5bdda40 Merge pull request #1755 from Matsuuu/openapi-ts-watch-no-head
  • 1115bc8 fix: dropping Content-Type header with falsey but valid json body
  • 6480fba fix: request body type being to specific in some clients
  • 82f7c14 Create selfish-nails-fail.md
  • f89bd76 fix: Wrap the GET request in watch mode with try-catch to prevent crashes on ...
  • Additional commits viewable in compare view

Updates isbot from 5.1.21 to 5.1.23

Changelog

Sourced from isbot's changelog.

5.1.23

  • [Pattern] Pattern updates

5.1.22

  • [Pattern] Pattern updates
Commits

Updates preact from 10.25.4 to 10.26.4

Release notes

Sourced from preact's releases.

10.26.4

Fixes

10.26.3

Fixes

Types

Maintenance

10.26.2

This is a hotfix release! If you are encountering bundling issues with regards to unallowed import syntax, this will fix it!

Fixes

Maintenance

10.26.1

Fixes

  • Fixes memory leak when wrapping Fragment is captured by an effect closure (#4680, thanks @​JoviDeCroock)

Optimization

Maintenance

... (truncated)

Commits

Updates preact-render-to-string from 6.5.12 to 6.5.13

Release notes

Sourced from preact-render-to-string's releases.

v6.5.13

Patch Changes

  • #408 8e8e8ac Thanks @​f0x52! - Ensure that the _parent is kept around across multiple suspensions and avoid circular references. In doing so our useId hook should always output unique ids during renderingToString.

  • #409 2afaf31 Thanks @​f0x52! - Ensure the renderToStream types of /stream and /stream-node accept a generic for the props of the passed in VNode

  • #405 0a698f6 Thanks @​f0x52! - renderToPipeableStream: expose errors through onError, no longer emit un-catchable error event on internal stream

Changelog

Sourced from preact-render-to-string's changelog.

6.5.13

Patch Changes

  • #408 8e8e8ac Thanks @​f0x52! - Ensure that the _parent is kept around across multiple suspensions and avoid circular references. In doing so our useId hook should always output unique ids during renderingToString.
  • #409 2afaf31 Thanks @​f0x52! - Ensure the renderToStream types of /stream and /stream-node accept a generic for the props of the passed in VNode
  • #405 0a698f6 Thanks @​f0x52! - renderToPipeableStream: expose errors through onError, no longer emit un-catchable error event on internal stream
Commits
  • b2050f4 Version Packages (#410)
  • 0a698f6 renderToPipeableStream: expose errors through onError, no longer emit un-catc...
  • c819f51 Ensure use id works (#411)
  • 8e8e8ac Use suspense boundary vnode as parent for subtree re-render (#408)
  • 2afaf31 Use generic type for vnode props in renderToReadableStream/renderToPipeableSt...
  • See full diff in compare view

Updates sirv from 3.0.0 to 3.0.1

Release notes

Sourced from sirv's releases.

v3.0.1

Patches

  • (sirv): ensure "types" field points to real file (#169) Thank you @​bluwy

  • (sirv-cli): ensure PORT is used if available (#165, #164) When string, always chose a random port. Thank you @​pixeldrew


Full Changelog: lukeed/sirv@v3.0.0...v3.0.1

Commits

You can trigger a rebase of this PR 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

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Mar 1, 2025
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/frontend/minor-patch-4b2a291eaa branch from 5637646 to a3006f0 Compare March 1, 2025 21:58
Bumps the minor-patch group with 5 updates in the /frontend directory:

| Package | From | To |
| --- | --- | --- |
| [@hey-api/client-fetch](https://github.com/hey-api/openapi-ts) | `0.6.0` | `0.8.2` |
| [isbot](https://github.com/omrilotan/isbot) | `5.1.21` | `5.1.23` |
| [preact](https://github.com/preactjs/preact) | `10.25.4` | `10.26.4` |
| [preact-render-to-string](https://github.com/preactjs/preact-render-to-string) | `6.5.12` | `6.5.13` |
| [sirv](https://github.com/lukeed/sirv) | `3.0.0` | `3.0.1` |



Updates `@hey-api/client-fetch` from 0.6.0 to 0.8.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/[email protected]...@hey-api/[email protected])

Updates `isbot` from 5.1.21 to 5.1.23
- [Changelog](https://github.com/omrilotan/isbot/blob/main/CHANGELOG.md)
- [Commits](omrilotan/isbot@v5.1.21...v5.1.23)

Updates `preact` from 10.25.4 to 10.26.4
- [Release notes](https://github.com/preactjs/preact/releases)
- [Commits](preactjs/preact@10.25.4...10.26.4)

Updates `preact-render-to-string` from 6.5.12 to 6.5.13
- [Release notes](https://github.com/preactjs/preact-render-to-string/releases)
- [Changelog](https://github.com/preactjs/preact-render-to-string/blob/main/CHANGELOG.md)
- [Commits](preactjs/preact-render-to-string@v6.5.12...v6.5.13)

Updates `sirv` from 3.0.0 to 3.0.1
- [Release notes](https://github.com/lukeed/sirv/releases)
- [Commits](lukeed/sirv@v3.0.0...v3.0.1)

---
updated-dependencies:
- dependency-name: "@hey-api/client-fetch"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-patch
- dependency-name: isbot
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-patch
- dependency-name: preact
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-patch
- dependency-name: preact-render-to-string
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-patch
- dependency-name: sirv
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/frontend/minor-patch-4b2a291eaa branch from a3006f0 to f2e77be Compare April 1, 2025 16:10
@tillprochaska
Copy link
Collaborator

@dependabot ignore @hey-api/client-fetch

Copy link
Contributor Author

dependabot bot commented on behalf of github Apr 30, 2025

OK, I won't notify you about @hey-api/client-fetch again, unless you unignore it.

Copy link
Contributor Author

dependabot bot commented on behalf of github Apr 30, 2025

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

@dependabot dependabot bot closed this Apr 30, 2025
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/frontend/minor-patch-4b2a291eaa branch April 30, 2025 18:34
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.

1 participant