Open
Conversation
8d34316 to
950fe58
Compare
e63bfc0 to
a4fb8aa
Compare
a4fb8aa to
4c59c4e
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:
^0.91.1→^0.94.1^5.90.20→^5.90.21^8.55.0→^8.57.0^8.55.0→^8.57.0^2.9.19→^2.10.8^9.39.2→^9.39.4^0.563.0→^0.577.010.29.2+sha512.bef43fa759d91fd2da4b319a5a0d13ef7a45bb985a3d7342058470f9d2051a3ba8674e629672654686ef9443ad13a82da2beb9eeb3e0221c87b8154fff9d74b8→10.32.1Release Notes
hey-api/openapi-ts (@hey-api/openapi-ts)
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) (1ed39bc) by @copilot-swe-agentplugin(valibot): support function in
metadataoption (#3497) (202cc05) by @copilot-swe-agentinternal: log symbol meta if name is falsy (#3448) (
c50f7bc) by @mrlubosclient: fix: change serializer types from
anytounknown(#3471) (ad11be2) by @copilot-swe-agentplugin(@tanstack/preact-query): initial release (#3499) (
873839e) by @mrlubosUpdated Dependencies:
v0.93.1Compare Source
Patch Changes
plugin(@tanstack/query): fix: skip mutation queries for SSE endpoints (#3470) (
3ca4f31) by @copilot-swe-agentclient: fix: avoid removing empty arrays from flat arguments (#3451) (
1518fda) by @copilot-swe-agentplugin(zod): fix: apply nullable modifier to
additionalPropertiesschema (#3452) (2e903af) by @copilot-swe-agentcli: fix: do not set
logs.filetotrueby default (#3469) (9e3d347) by @copilot-swe-agentplugin(@hey-api/sdk): fix: correctly set required flat parameters (#3458) (
bf50a55) by @copilot-swe-agentplugin(zod): add
uflag on regex patterns with unicode property escapes (#3468) (67ad86a) by @copilot-swe-agentplugin(valibot): add
uflag on regex patterns with unicode property escapes (#3468) (003d914) by @copilot-swe-agentplugin(@hey-api/typescript): simplify union types if a member is
unknown(#3454) (96d87df) by @copilot-swe-agentclient(@hey-api/nuxt): fix: do not unwrap blob values (#3459) (
b7233d1) by @LeiCraftclient: support async
createClientConfig(#3445) (cd33d86) by @copilot-swe-agentv0.93.0Compare Source
Minor Changes
enum.nodes.nullableresolver node (#3396) (ea6f386) by @mrlubosRemoved resolver node
Valibot plugin no longer exposes the
enum.nodes.nullablenode. It was refactored so that nullable values are handled outside of resolvers.enum.nodes.nullableresolver node (#3398) (737730c) by @mrlubosRemoved resolver node
Zod plugin no longer exposes the
enum.nodes.nullablenode. It was refactored so that nullable values are handled outside of resolvers.Patch Changes
parser: prefer unprefixed schema names from external files (#3417) (
f3a264b) by @copilot-swe-agentparser(patch): support callback for
patch.schemas(#3415) (e494f4d) by @copilot-swe-agentoutput: fix: apply
output.headerto bundled files (#3438) (bcd0a87) by @copilot-swe-agentparser: handle OpenAPI 3.1
contentMediaTypekeyword as binary format when file-like (#3431) (d6a8538) by @copilot-swe-agentinput: fix: improve returned status code when spec fetch fails (#3427) (
37dd92c) by @copilot-swe-agentclient: expose
onRequestin RequestOptions for SSE request interception (#3392) (8fc4681) by @copilot-swe-agentparser: add
patch.inputand shorthandpatch()option for full specification transformations (#3411) (ba9f893) by @copilot-swe-agentparser: fix: preserve
unevaluatedPropertieskeyword in transforms (#3435) (f659b38) by @copilot-swe-agentplugin(zod): use
.nullable()and.nullish()methods (#3398) (737730c) by @mrlubosparser: fix: resolve sibling schemas from external files during bundling (#3422) (
19fd80a) by @j-westoverparser(transforms): add
schemaNametransform (#3416) (4b9d032) by @copilot-swe-agentplugin(valibot): use
.nullable()and.nullish()methods (#3396) (ea6f386) by @mrlubosinput: fix: avoid prefixing sources if paths do not collide on operations (#3436) (
b1a419a) by @copilot-swe-agentparser(patch): support callback for
patch.operations(#3420) (e1cd970) by @copilot-swe-agentparser: add support for non-string discriminator property types (#3385) (
dd0be9c) by @SipanPUpdated Dependencies:
v0.92.4Compare Source
Patch Changes
plugin(@hey-api/transformers): fix: false positive warning for discriminated
oneOfschemas (#3379) (1f7c262) by @copilot-swe-agentplugin(@hey-api/client-nuxt): fix: forward
asyncDataOptionstouseFetchanduseLazyFetch(#3382) (a4b7399) by @rigtigeEmiloutput: detect
importFileExtensionfrom tsconfigmoduleoption (#3380) (4cbc307) by @copilot-swe-agentplugin(@hey-api/typescript): fix: deduplicate enum keys to avoid name collision (#3376) (
54138b6) by @spikesagalplugin(@hey-api/client-nuxt): unwrap
ComputedRefbody before initial serialization (#3361) (ca52649) by @rigtigeEmilplugin(@angular/common): use generics for HttpRequests (#3384) (
a94f50f) by @quartepieplugin(@hey-api/transformers): fix: handle
$refkeywords inallOfcompositions (#3374) (4b781aa) by @copilot-swe-agentinternal: use shared schema processor (#3370) (
27cd91f) by @mrlubosUpdated Dependencies:
v0.92.3Compare Source
Patch Changes
e54db3e) by @mrlubosv0.92.2Minor Changes
exportFromarray withgetExportFromFilePath()function (#3312) (cd44523) by @mrlubosUpdated Symbol interface
The
exportFromproperty has been replaced with thegetExportFromFilePath()function. This allows you to dynamically determine export paths based on symbol properties. This is a low-level feature, so you're most likely unaffected.Patch Changes
config: rename
exportFromIndexoption toincludeInEntry(#3312) (cd44523) by @mrlubosconfig:
includeInEntryaccepts function in addition to primitive value (#3312) (cd44523) by @mrlubosparser: add
getExportFromFilePath()hook (#3312) (cd44523) by @mrlubosplugin: add
commentsoption to all plugins (#3317) (7b3c8f2) by @mrlubostypes: improve
defineConfig()types (#3312) (cd44523) by @mrlubosconfig: rename
output.indexFiletooutput.entryFile(#3312) (cd44523) by @mrlubosfix: improve dev mode detection causing builds to fail (#3300) (
be2f3fb) by @copilot-swe-agentUpdated Dependencies:
typescript-eslint/typescript-eslint (@typescript-eslint/eslint-plugin)
v8.57.0Compare Source
🚀 Features
🩹 Fixes
TypeOrValueSpecifierto prefer-promise-reject-errors (#12094)cookedwill benull(#11355)❤️ Thank You
See GitHub Releases for more information.
You can read about our versioning strategy and releases on our website.
v8.56.1Compare Source
This was a version bump only for eslint-plugin to align it with other projects, there were no code changes.
See GitHub Releases for more information.
You can read about our versioning strategy and releases on our website.
v8.56.0Compare Source
🚀 Features
🩹 Fixes
❤️ Thank You
See GitHub Releases for more information.
You can read about our versioning strategy and releases on our website.
typescript-eslint/typescript-eslint (@typescript-eslint/parser)
v8.57.0Compare Source
This was a version bump only for parser to align it with other projects, there were no code changes.
See GitHub Releases for more information.
You can read about our versioning strategy and releases on our website.
v8.56.1Compare Source
This was a version bump only for parser to align it with other projects, there were no code changes.
See GitHub Releases for more information.
You can read about our versioning strategy and releases on our website.
v8.56.0Compare Source
🚀 Features
❤️ Thank You
See GitHub Releases for more information.
You can read about our versioning strategy and releases on our website.
web-platform-dx/baseline-browser-mapping (baseline-browser-mapping)
v2.10.8Compare Source
v2.10.7Compare Source
v2.10.0Compare Source
What's Changed
Object.entriesandObject.valuesinstances and lowering ES target in Rollup toes2015.parseArgswhich is not supported by versions of Node prior to 18, changesimporttorequireand changes Rollup export tocjsto allow execution on older versions of Node.legacy-test.jsfile that allows basic testing on older versions of Node where current versions of Jasmine and ESLint are not supported.Full Changelog: web-platform-dx/baseline-browser-mapping@v2.9.24...v2.10.0
eslint/eslint (eslint)
v9.39.4Compare Source
Bug Fixes
f18f6c8fix: update dependency minimatch to ^3.1.5 (#20564) (Milos Djermanovic)a3c868ffix: update dependency @eslint/eslintrc to ^3.3.4 (#20554) (Milos Djermanovic)234d005fix: minimatch security vulnerability patch for v9.x (#20549) (Andrej Beles)b1b37eefix: updateajvto6.14.0to address security vulnerabilities (#20538) (루밀LuMir)Documentation
4675152docs: add deprecation notice partial (#20520) (Milos Djermanovic)Chores
b8b4eb1chore: update dependencies for ESLint v9.39.4 (#20596) (Francesco Trotta)71b2f6bchore: package.json update for @eslint/js release (Jenkins)1d16c2fci: pin Node.js 25.6.1 (#20563) (Milos Djermanovic)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)lucide-icons/lucide (lucide-react-native)
v0.577.0: Version 0.577.0Compare Source
What's Changed
ellipseicon by @KISHORE-KUMAR-S in #3749New Contributors
Full Changelog: lucide-icons/lucide@0.576.0...0.577.0
v0.576.0: Version 0.576.0Compare Source
What's Changed
package-*icons. by @karsa-mistmere in #4074receipticon by @karsa-mistmere in #4075cuboidicon tags and categories by @karsa-mistmere in #4095cuboidicon by @jamiemlaw in #4098fishing-rodicon by @7ender in #3839Full Changelog: lucide-icons/lucide@0.575.0...0.576.0
v0.575.0: Version 0.575.0Compare Source
What's Changed
message-square-checkicon by @karsa-mistmere in #4076metronomeicon by @edwloef in #4063file-pen-lineicon by @jguddas in #3970square-arrow-right-exitandsquare-arrow-right-entericons by @EthanHazel in #3958flip-*tosquare-centerline-dashed-*by @jguddas in #3945New Contributors
Full Changelog: lucide-icons/lucide@0.573.0...0.575.0
v0.574.0: Version 0.574.0Compare Source
What's Changed
rocking-chairicon by @jamiemlaw in #3445coinsicon by @jguddas in #3158x-line-topicon by @jguddas in #2838mouse-lefticon by @marvfash in #2788mouse-righticon by @marvfash in #2787New Contributors
Full Changelog: lucide-icons/lucide@0.572.0...0.574.0
v0.573.0: Version 0.573.0Compare Source
What's Changed
rocking-chairicon by @jamiemlaw in #3445coinsicon by @jguddas in #3158x-line-topicon by @jguddas in #2838mouse-lefticon by @marvfash in #2788mouse-righticon by @marvfash in #2787New Contributors
Full Changelog: lucide-icons/lucide@0.572.0...0.573.0
v0.572.0: Version 0.572.0Compare Source
What's Changed
message-circle-checkicon by @Shrinks99 in #3770New Contributors
Full Changelog: lucide-icons/lucide@0.571.0...0.572.0
v0.571.0: Version 0.571.0Compare Source
What's Changed
circle-icons path and circle order by @adamlindqvist in #3746shelving-uniticon by @karsa-mistmere in #3041New Contributors
Full Changelog: lucide-icons/lucide@0.570.0...0.571.0
v0.570.0: Version 0.570.0Compare Source
What's Changed
towel-rackicon by @jguddas in #3350Full Changelog: lucide-icons/lucide@0.569.0...0.570.0
v0.569.0: Version 0.569.0Compare Source
What's Changed
clipboard-penicon by @Spleefies in #4006mirror-roundandmirror-rectangularby @Muhammad-Aqib-Bashir in #3832Full Changelog: lucide-icons/lucide@0.568.0...0.569.0
v0.568.0: Version 0.568.0Compare Source
What's Changed
clapperboardso slash is no longer protruding by @torfmuer in #3764git-merge-conflicticon by @timmy471 in #3008New Contributors
Full Changelog: lucide-icons/lucide@0.567.0...0.568.0
v0.567.0: Version 0.567.0Compare Source
What's Changed
infoby @jamiemlaw in #4047gifticon by @jguddas in #3977line-dot-right-horizontalicon by @nathan-de-pachtere in #3742Full Changelog: lucide-icons/lucide@0.566.0...0.567.0
v0.566.0: Version 0.566.0Compare Source
What's Changed
forklifticon by @jguddas in #4069rocketicon by @jguddas in #4067globe-officon by @TimNekk in #4051New Contributors
Full Changelog: lucide-icons/lucide@0.565.0...0.566.0
v0.565.0: Version 0.565.0Compare Source
What's Changed
lens-concaveandlens-convexby @Muhammad-Aqib-Bashir in #3831Full Changelog: lucide-icons/lucide@0.564.0...0.565.0
v0.564.0: Version 0.564.0Compare Source
What's Changed
database-searchicon by @Spleefies in #4003user-lockicon by @jguddas in [#&Configuration
📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) (UTC), Automerge - At any time (no schedule defined).
🚦 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.