fix(deps): update all non-major dependencies#5843
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
3f213c6 to
2a1c04c
Compare
4adf7a1 to
612c94c
Compare
108b844 to
686fcdd
Compare
99f769c to
0feaf39
Compare
2bbca4c to
fe7fadf
Compare
4451b25 to
5110e31
Compare
61b5a7d to
d6e9cb9
Compare
5bbbcb5 to
3689609
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
23.0.0→23.2.12.2.5→2.2.83.3.1→3.3.59.39.1→9.39.40.87.5→0.97.11.56.1→1.60.07.6.20→7.6.247.6.20→7.6.247.6.20→7.6.247.6.20→7.6.247.6.20→7.6.247.6.20→7.6.247.6.20→7.6.247.6.20→7.6.247.6.20→7.6.247.6.20→7.6.245.90.9→5.100.105.90.2→5.100.101.1.7→1.1.825.0.3→25.7.08.46.4→8.59.35.2.0→5.3.03.3.0→3.4.02.3.0→2.10.25.5.4→5.5.57.13.4→7.16.24.3.0→4.4.12.3.1→2.4.02.2.0→2.4.02.12.1→2.14.65.1.6→5.1.111.94.0→1.99.02.1.2→2.1.51.3.6→1.4.28.46.4→8.59.3Release Notes
badeball/cypress-cucumber-preprocessor (@badeball/cypress-cucumber-preprocessor)
v23.2.1Compare Source
v23.2.0Compare Source
Add a flag to turn expectation errors soft. Relates to #1313 and #1222.
During creation of message reports, which the JSON & HTML reports are products of, some test state is tracked by this library. This requires taking into account a myriad of edge cases, mostly related to Cypress' reload behavior. There are however likely several remaining edge cases that are unaccounted for.
In case of #1222, the fail fast strategy adopted here appeared to mask an underlying issue. I suspect this might also be the case for #1313 and similar issues. Thus an option for erroring softly is introduced. With this option, instead of throwing fast in Cypress' event handlers, the preprocessor will emit an error message to stderr at the end of a run.
My hope is that this will make it easier for the end-user to provide proper reproducible examples when running into these errors. Additionally, it can be useful for users whom which reports aren't strictly a necessity but do encounter such errors.
This option can be configured similar to other options, with examples shown below.
v23.1.0Compare Source
Bumb engine requirement to Node v20.
Expand type signature of scenario and step hooks, to allow tags to be defined using pure string arguments. This is in line with how cucumber-js behaves.
Add support for attachments with filenames. This is in line with how cucumber-js behaves.
Implement
log, as seen in cucumber-js.Implement
link, as seen in cucumber-js.Minor changes to the messages report, to ensure compatibility with
cucumber-js.bahmutov/cypress-esbuild-preprocessor (@bahmutov/cypress-esbuild-preprocessor)
v2.2.8Compare Source
Bug Fixes
v2.2.7Compare Source
Bug Fixes
v2.2.6Compare Source
Bug Fixes
eslint/eslintrc (@eslint/eslintrc)
v3.3.5Compare Source
Bug Fixes
v3.3.4Compare Source
Bug Fixes
ajvto6.14.0to address security vulnerabilities (#221) (9139140)minimatchto3.1.3to address security vulnerabilities (#224) (30339d0)v3.3.3Compare Source
Bug Fixes
eslint/eslint (@eslint/js)
v9.39.4Compare Source
v9.39.3Compare Source
Bug Fixes
791bf8dfix: restore TypeScript 4.0 compatibility in types (#20504) (sethamus)Chores
8594a43chore: upgrade @eslint/js@9.39.3 (#20529) (Milos Djermanovic)9ceef92chore: package.json update for @eslint/js release (Jenkins)af498c6chore: ignore/docs/v9.xin link checker (#20453) (Milos Djermanovic)v9.39.2Compare Source
hey-api/openapi-ts (@hey-api/openapi-ts)
v0.97.0@hey-api/openapi-ts 0.97.0
This release has 15 breaking changes. Please review the release notes carefully before upgrading.
Updates
runtimeConfigPathrelative to the output folder (#3770)Changed
runtimeConfigPathbehaviorThis was a known, long-standing issue confusing first-time users. Before, defining client
runtimeConfigPathvalue would paste it verbatim to the generated output. This release changes the behavior to resolve relative to the current working directory the same way output path works.--applyflag from Biome post-processor commands (#3812)Plugins
@hey-api/client-angular
requestandresponseobjects might be undefined (#3814)throwOnErrorwhen request validation fails (#3814)@hey-api/client-fetch
requestandresponseobjects might be undefined (#3814)throwOnErrorwhen request validation fails (#3814)@hey-api/client-ky
requestandresponseobjects might be undefined (#3814)throwOnErrorwhen request validation fails (#3814)Changed Ky client behavior
The Ky client was updated to be more intuitive. Some Ky options now need to be passed via the
kyOptionsfield and you need to passundefinedto unset an option.@hey-api/client-next
requestandresponseobjects might be undefined (#3814)throwOnErrorwhen request validation fails (#3814)@hey-api/client-ofetch
requestandresponseobjects might be undefined (#3814)throwOnErrorwhen request validation fails (#3814)@tanstack/angular-query-experimental
setQueryDataoption (#3824)@tanstack/preact-query
useSetQueryDataoption (#3824)setQueryDataoption (#3824)@tanstack/react-query
useSetQueryDataoption (#3824)setQueryDataoption (#3824)@tanstack/solid-query
setQueryDataoption (#3824)@tanstack/svelte-query
setQueryDataoption (#3824)@tanstack/vue-query
setQueryDataoption (#3824)zod
.discriminatedUnionto.unionif members contain intersection (#3813)@hey-api/codegen-core 0.8.1
Updates
@hey-api/shared 0.4.2
Updates
v0.96.1@hey-api/openapi-ts 0.96.1
Updates
Plugins
@hey-api/client-angular
headerstoHeadersinResolvedRequestOptions(#3757)@hey-api/client-fetch
headerstoHeadersinResolvedRequestOptions(#3757)@hey-api/client-ky
headerstoHeadersinResolvedRequestOptions(#3757)@hey-api/client-next
headerstoHeadersinResolvedRequestOptions(#3757)@hey-api/client-ofetch
headerstoHeadersinResolvedRequestOptions(#3757)valibot
.variant()(#3780)zod
.discriminatedUnion()(#3780)z.inputandz.outputtypes (#3759)@hey-api/json-schema-ref-parser 1.4.1
Updates
@hey-api/shared 0.4.1
Updates
@hey-api/vite-plugin 0.3.1
Updates
viteoptions (#3776)v0.96.0@hey-api/openapi-ts 0.96.0
This release has 1 breaking change. Please review the release notes carefully before upgrading.
Updates
Plugins
@angular/common
@hey-api/client-angular
@hey-api/client-axios
@hey-api/client-fetch
@hey-api/client-ky
@hey-api/client-next
@hey-api/client-nuxt
@hey-api/client-ofetch
@hey-api/transformers
@hey-api/codegen-core 0.8.0
This release has 1 breaking change. Please review the release notes carefully before upgrading.
Updates
@hey-api/json-schema-ref-parser 1.4.0
This release has 1 breaking change. Please review the release notes carefully before upgrading.
Updates
@hey-api/shared 0.4.0
This release has 1 breaking change. Please review the release notes carefully before upgrading.
Updates
@hey-api/spec-types 0.2.0
This release has 2 breaking changes. Please review the release notes carefully before upgrading.
Updates
OpenAPIExtensionstoSpecExtensions(#3715)WithSpecExtensionstype (#3734)@hey-api/vite-plugin 0.3.0
This release has 1 breaking change. Please review the release notes carefully before upgrading.
Updates
v0.95.0Minor Changes
96f60ad) by @mrlubosValidator request schemas
Valibot plugin no longer exports composite request
Dataschemas. Instead, each layer is exported as a separate schema. If you're using validators with SDKs, you can preserve the composite schema withshouldExtract:plugin.getSymbol()function (#3671) (96f60ad) by @mrlubosRemoved
plugin.getSymbol()functionThis function has been removed. You can use
plugin.querySymbol()instead. It accepts the same arguments and returns the same result.96f60ad) by @mrlubosValidator request schemas
Zod plugin no longer exports composite request
Dataschemas. Instead, each layer is exported as a separate schema. If you're using validators with SDKs, you can preserve the composite schema withshouldExtract:Patch Changes
plugin(@hey-api/client-axios): fix: improve
beforeRequesttyping (#3660) (f3f887e) by @tomvdvplugin(zod): export request body, path, query, and headers schemas (#3671) (
96f60ad) by @mrlubosplugin(@hey-api/client-ky): fix: improve
beforeRequesttyping (#3660) (d65b5c7) by @tomvdvplugin(@hey-api/client-next): fix: improve
beforeRequesttyping (#3660) (a4b13d4) by @tomvdvplugin(@hey-api/client-angular): fix: improve
beforeRequesttyping (#3660) (9ecc562) by @tomvdvplugin(orpc): fix: adjust input shape (#3671) (
96f60ad) by @mrlubosplugin(@hey-api/client-fetch): fix: improve
beforeRequesttyping (#3660) (11be579) by @tomvdvplugin(valibot): export request body, path, query, and headers schemas (#3671) (
96f60ad) by @mrlubosplugin(@hey-api/sdk): improve types for SSE events (#3466) (
51ff11a) by @bilby91Updated Dependencies:
v0.94.4Compare Source
Patch Changes
8e1e62d) by @hyobanv0.94.3Compare Source
Patch Changes
output: pass context as second argument in
module.resolve()function (#3615) (b6a65d6) by @mrlubosplugin(@hey-api/client-nuxt): preserve AbortSignal, FormData, and ReadableStream in unwrapRefs (#3614) (
129afa0) by @copilot-swe-agentparser: fix: self-referencing discriminator (#3601) (
857eb19) by @pgraugoutput: add
moduleoption (#3616) (e4eea23) by @mrlubosplugin(@hey-api/transformers): expose
pluginand$in transformer function context (#3610) (18ccc81) by @mrlubosUpdated Dependencies:
v0.94.2Compare Source
Patch Changes
internal: export Plugins namespace (#3586) (
12827e3) by @mrlubosplugin(nestjs): initial release (#3573) (
e596edb) by @mikhininternal: expand TypeScript peer dependency range (#3588) (
ae5ecc9) by @mrlubosoutput: pass default value to
headerfunction (#3585) (c076e4d) by @mrlubosUpdated Dependencies:
v0.94.1Compare Source
Patch Changes
plugin(@hey-api/typescript): add Resolvers API (#3531) (
0e47fcb) by @mrlubosdsl: expand list of JavaScript globals (#3508) (
1e00a69) by @mrlubosplugin(valibot): provide more resolvers (#3547) (
854ee1c) by @mrluboscli: show environment value in development (#3546) (
571bc8a) by @mrlubosplugin(zod): handle
guidstring format (#3552) (7acb228) by @erikwskiplugin(@hey-api/typescript): implement
getName()symbol hook (#3556) (68c750a) by @mrlubosplugin(zod): implement
getName()symbol hook (#3556) (68c750a) by @mrlubosconfig(plugins): show warning when plugin infer fails (#3540) (
0512650) by @mrlubosplugin(valibot): implement
getName()symbol hook (#3556) (68c750a) by @mrlubosplugin(@hey-api/transformers): fix: support
anyOfschema with null (#3504) (4b6b398) by @copilot-swe-agentplugin(zod): provide more resolvers (#3554) (
bfa255c) by @mrlubosUpdated Dependencies:
v0.94.0Compare Source
Minor Changes
buildUrl()function includesbaseUrlfrom config by default (#3491) (c0cbffb) by @copilot-swe-agentPatch Changes
dsl(reserved): expand reserved keywords with more globals (#3487) (
89a9151) by @mrlubosparser: fix: explicit discriminator mapping wins over fallback in nested
allOf(#3490) (a67d589) by @pgraugplugin(@pinia/colada): fix: pass error type generic to
defineQueryOptions(#3483) (8e5a578) by @lukaspodmelleplugin(@tanstack/react-query): support generating
useMutationhooks (#3432) (12d7660) by @nmokkenstormplugin(typescript): fix: reference enum object when creating enum types (#3500) (
127e67b) by @mrlubosoutput(header): fix: support function signature in client and core files (#3486) (
942913a) by @mrlubosoutput: fix: avoid double sanitizing leading character (#3448) (
c50f7bc) by @mrlubosinternal: fix: simplify dev mode check (#3498) (
ea2538b) by @mrlubosplugin(zod): support function in
metadataoption (#3497) ([`Configuration
📅 Schedule: (in timezone Europe/London)
* 0-3 * * 1)🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.