Skip to content
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

build(deps): bump @hey-api/client-fetch from 0.4.3 to 0.5.0 #29

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 25, 2024

Bumps @hey-api/client-fetch from 0.4.3 to 0.5.0.

Release notes

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

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

Minor Changes

  • #1333 734a62d Thanks @​mrlubos! - feat: add buildUrl() method

    Build URL

    ::: warning To use this feature, you must opt in to the experimental parser. :::

    If you need to access the compiled URL, you can use the buildUrl() method. It's loosely typed by default to accept almost any value; in practice, you will want to pass a type hint.

    type FooData = {
      path: {
        fooId: number;
      };
      query?: {
        bar?: string;
      };
      url: '/foo/{fooId}';
    };
    const url = client.buildUrl<FooData>({
    path: {
    fooId: 1,
    },
    query: {
    bar: 'baz',
    },
    url: '/foo/{fooId}',
    });
    console.log(url); // prints '/foo/1?bar=baz'

Patch Changes

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

Patch Changes

Changelog

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

0.5.0

Minor Changes

  • feat: allow choosing naming convention for types (#402)

0.4.0

Minor Changes

  • docs: add integrations (#394)

  • feat: rename generated files (#363)

Patch Changes

  • docs: add enums migration (#358)

0.3.0

Minor Changes

  • fix: rename write to dryRun and invert value (#326)

Patch Changes

  • docs: update contributing guidelines (#347)

0.2.2

Patch Changes

  • docs: add migration notes (#306)

0.2.1

Patch Changes

  • fix(config): rename exportSchemas to schemas (#288)

0.2.0

Minor Changes

  • docs: add support for localization of docs (#251)

Patch Changes

  • docs: add logo (#250)
Commits
  • 47026d4 Merge pull request #1331 from hey-api/changeset-release/main
  • d76f8a7 Version Packages
  • 0278fcf Merge pull request #1340 from hey-api/feat/reusable-request-body
  • 8b5663e Merge pull request #1338 from hey-api/dependabot/npm_and_yarn/angular-deps-41...
  • c8511e0 fix: experimental parser exports reusable request bodies
  • 12e3e1b chore(deps): bump the angular-deps group with 13 updates
  • 9e5f634 Merge pull request #1337 from hey-api/dependabot/npm_and_yarn/prod-deps-7cb9b...
  • 487a281 chore(deps): bump the prod-deps group with 6 updates
  • 4d8c6ac Merge pull request #1336 from hey-api/fix/transformers-any-of-null
  • 6857da8 fix: experimental parser transforms anyOf date and null
  • Additional commits viewable in compare view

Dependabot compatibility score

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 this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/hey-api/client-fetch-0.5.0 branch 3 times, most recently from 78b34dd to 8cb4299 Compare December 2, 2024 05:55
Bumps [@hey-api/client-fetch](https://github.com/hey-api/openapi-ts) from 0.4.3 to 0.5.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/[email protected]...@hey-api/[email protected])

---
updated-dependencies:
- dependency-name: "@hey-api/client-fetch"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/hey-api/client-fetch-0.5.0 branch from 8cb4299 to 25455b9 Compare December 2, 2024 07:40
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 9, 2024

Superseded by #35.

@dependabot dependabot bot closed this Dec 9, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/hey-api/client-fetch-0.5.0 branch December 9, 2024 01:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants