Open
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
d41807b to
cd0e1ad
Compare
cd0e1ad to
3a5efbc
Compare
3a5efbc to
8140af8
Compare
8140af8 to
75efd45
Compare
75efd45 to
c704905
Compare
c704905 to
aa35ab7
Compare
aa35ab7 to
a7b01b0
Compare
a7b01b0 to
7c1bbc7
Compare
7c1bbc7 to
aad549f
Compare
aad549f to
ab92d00
Compare
ab92d00 to
b85a66c
Compare
b85a66c to
2f17772
Compare
2f17772 to
7cdfaa4
Compare
7cdfaa4 to
ffad629
Compare
ffad629 to
660c9d7
Compare
660c9d7 to
df7dc77
Compare
df7dc77 to
fd9ae4f
Compare
fd9ae4f to
1ddde41
Compare
1ddde41 to
c79ccba
Compare
c79ccba to
29ed0ce
Compare
29ed0ce to
e682b59
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:
^3.18.3→^4.36.3^3.18.3→^4.36.3^3.18.3→^4.36.3^3.18.3→^4.36.3^3.18.3→^4.36.3^3.18.3→^4.36.3^3.18.3→^4.36.3^3.18.3→^4.3.1Release Notes
kubb-labs/kubb (@kubb/cli)
v4.36.3Compare Source
Patch Changes
ff16227]:v4.36.2Compare Source
Patch Changes
v4.36.1Compare Source
Patch Changes
a4ac8d2]:v4.36.0Compare Source
Patch Changes
4e06911]:v4.35.1Compare Source
Patch Changes
v4.35.0Compare Source
Patch Changes
v4.34.0Compare Source
Patch Changes
v4.33.5Compare Source
Patch Changes
v4.33.4Compare Source
Patch Changes
711e6a3]:v4.33.3Patch Changes
v4.33.2Patch Changes
v4.33.1Compare Source
Patch Changes
#2689
856fa78Thanks @stijnvanhulle! - Extract node-native and pure-TypeScript utilities into@internals/utils.The following utilities have been moved from
@kubb/core,@kubb/cli, and@kubb/plugin-oasinto the private@internals/utilspackage and are now bundled into each consumer at build time:@kubb/core→@internals/utils:clean,exists/existsSync,read/readSync,write,getRelativePath(fs utilities),formatHrtime/formatMs/getElapsedMs,spawnAsync,executeIfOnline/isOnline,canUseTTY/isCIEnvironment/isGitHubActions,serializePluginOptions@kubb/cli→@internals/utils:randomCliColor/randomColors,formatMsWithColor,toError/getErrorMessage/toCause@kubb/plugin-oas→@kubb/oas:resolveServerUrl(moved to@kubb/oasas it depends on OAS types)The
@kubb/core/fsand@kubb/core/utilssubpath exports have been removed. All symbols previously accessible via these subpaths are now exported from the main@kubb/coreentry point.Consumers that imported from
@kubb/core/fsor@kubb/core/utilsshould update their imports to use@kubb/coredirectly.Updated dependencies [
856fa78]:v4.33.0Compare Source
Minor Changes
9d74bc0Thanks @stijnvanhulle! - Replacecittywith a zero-dependency CLI layer built onnode:utilparseArgs.Command runners are lazily imported via
await import()inside each command handler, so the heavy runner logic is only loaded when that command is actually executed. AddsdefineCommandwith typed option inference, anodeAdapter, andcreateCLIfactory.Patch Changes
v4.32.4Compare Source
Patch Changes
v4.32.3Compare Source
Patch Changes
v4.32.2Compare Source
Patch Changes
7346e64]:v4.32.1Compare Source
Patch Changes
v4.32.0Compare Source
Patch Changes
v4.31.6Compare Source
Patch Changes
v4.31.5Compare Source
Patch Changes
v4.31.4Compare Source
Patch Changes
v4.31.3Compare Source
Patch Changes
v4.31.2Compare Source
Patch Changes
v4.31.1Compare Source
Patch Changes
v4.31.0Compare Source
Minor Changes
#2607
e244177Thanks @copilot-swe-agent! - Add anonymous telemetry to the Kubb CLI to track usage data (command, plugins, version, duration, platform, Node.js version, and file count). No OpenAPI specs, file paths, plugin options, or secrets are ever collected.Telemetry can be disabled at any time by setting:
DO_NOT_TRACK=1– standard opt-out flag recognised by many developer tools (consoledonottrack.com)KUBB_DISABLE_TELEMETRY=1– Kubb-specific opt-out flagPatch Changes
v4.29.1Compare Source
Patch Changes
v4.29.0Compare Source
Minor Changes
bb6f915Thanks @stijnvanhulle! - Use of less packages and/or tiny librariesPatch Changes
#2577
9529af1Thanks @stijnvanhulle! - Total size change: -6.7 MBUpdated dependencies [
bb6f915,9529af1]:v4.28.1Compare Source
Patch Changes
v4.28.0Compare Source
Patch Changes
v4.27.4Patch Changes
3690d37]:v4.27.3Patch Changes
v4.27.2Compare Source
Patch Changes
v4.27.1Compare Source
Patch Changes
605d6c2Thanks @stijnvanhulle! - Add -y flag fornpx kubb initUpdated dependencies []:
v4.27.0Compare Source
Minor Changes
bd0feb0Thanks @stijnvanhulle! - Add--allow-writeand--allow-allCLI flags (and correspondingKUBB_AGENT_ALLOW_WRITE/KUBB_AGENT_ALLOW_ALLenv variables) tokubb agent start.--allow-write/KUBB_AGENT_ALLOW_WRITE=true– opt-in to writing generated files to the filesystem. When not set, the kubb config runs withoutput.write: falseand the Studio config patch is not persisted.--allow-all/KUBB_AGENT_ALLOW_ALL=true– grant all permissions; implies--allow-write.Patch Changes
v4.26.1Patch Changes
#2532
1c6405dThanks @stijnvanhulle! - Update chokidar in @kubb/cli to fulfill provenance requirements in pnpmUpdated dependencies []:
v4.26.0Patch Changes
v4.25.2Patch Changes
v4.25.1Patch Changes
8a295d7Thanks @stijnvanhulle! - Correct use of jiti (dynamic import of babel cannot be used in nitro)Updated dependencies []:
v4.25.0Compare Source
Patch Changes
#2484
3b8136aThanks @stijnvanhulle! - WebSocket integration for Kubb Studio connectivityAdd bidirectional WebSocket communication between Kubb Agent and Kubb Studio. The agent now automatically connects to Studio on startup when
KUBB_STUDIO_URLandKUBB_AGENT_TOKENenvironment variables are set.Features:
generateandconnectcommands from StudioSee the @kubb/agent documentation for setup and usage details.
Updated dependencies []:
v4.24.1Compare Source
Patch Changes
v4.24.0Compare Source
Minor Changes
2daf389Thanks @stijnvanhulle! - Add Agent server package with HTTP-based code generation capabilities and newkubb agent startcommand for running an HTTP server.Patch Changes
v4.23.0Compare Source
Patch Changes
v4.22.3Compare Source
Patch Changes
v4.22.2Compare Source
Patch Changes
v4.22.1Compare Source
Patch Changes
d5ea891Thanks @stijnvanhulle! - addnpx kubb serverUpdated dependencies []:
v4.22.0Compare Source
Patch Changes
v4.21.2Compare Source
Patch Changes
99097c8Thanks @stijnvanhulle! - correct use of /api/health stream apiUpdated dependencies [
99097c8]:v4.21.1Compare Source
Patch Changes
v4.21.0Compare Source
Patch Changes
v4.20.5Compare Source
Patch Changes
v4.20.3Compare Source
Patch Changes
v4.20.2Compare Source
Patch Changes
6006dc3Thanks @stijnvanhulle! - Fixed version check to work offline by gracefully handling network errors. AddedisOnline()andexecuteIfOnline()helpers in@kubb/core/utilsto detect internet connectivity.Updated dependencies [
6006dc3]:v4.20.1Compare Source
Patch Changes
5c50613]:v4.20.0Compare Source
Minor Changes
#2396
b5c4fd9Thanks @stijnvanhulle! - Add newinitcommand for interactive project setupThe CLI now includes a new
kubb initcommand that provides an interactive setup wizard to quickly scaffold a Kubb project:@clack/promptsfor a beautiful CLI experiencenpm,pnpm,yarn, orbunkubb.config.tswith sensible defaultsUsage:
The command will guide you through:
package.json(if needed)kubb.config.tsThis is now the recommended way to start a new Kubb project!
Patch Changes
d3acf9e]:v4.19.2Compare Source
Patch Changes
v4.19.1Compare Source
Patch Changes
v4.19.0Compare Source
Patch Changes
v4.18.5Compare Source
Patch Changes
v4.18.4Compare Source
Patch Changes
38dc28cThanks @stijnvanhulle! - Add CLI Kubb logoUpdated dependencies []:
v4.18.3Compare Source
Patch Changes
v4.18.2Compare Source
Patch Changes
v4.18.1Compare Source
Patch Changes
v4.18.0Compare Source
Minor Changes
ec5893eThanks @sebastianvitterso! - Add support forstaticClientclients, with static methods (removing the need to instantiate the client before use)Patch Changes
#2330
25f657aThanks @copilot-swe-agent! - Updated tsdown from 0.18.4 to 0.19.0 and addedkeepNames: trueinoutputOptionsfor all packages. This preserves function and class names in bundled output, fixing React DevTools component inspection and improving debugging experience.Updated dependencies [
ec5893e,25f657a]:v4.17.1Compare Source
Patch Changes
v4.17.0Compare Source
Minor Changes
18d1a2bThanks @EricPierlotIdmog! - Add oxfmt as a new formatter optionPatch Changes
18d1a2b,e6da3a1]:v4.16.0Compare Source
Patch Changes
f263a20]:v4.15.2Compare Source
Patch Changes
v4.15.1Compare Source
Patch Changes
v4.15.0Compare Source
Patch Changes
4990f00]:v4.14.1Compare Source
Patch Changes
v4.14.0Compare Source
Patch Changes
v4.13.1Compare Source
Patch Changes
v4.13.0Compare Source
Minor Changes
#2272
f5a38daThanks @copilot-swe-agent! - Add 'auto' option for output.lint and output.format to automatically detect available toolsFormat Auto-Detection:
When
format: 'auto'is set, Kubb automatically detects and uses available formatters in this order: biome → prettierLint Auto-Detection:
When
lint: 'auto'is set, Kubb automatically detects and uses available linters in this order: biome → oxlint → eslintThis provides a convenient default for users who want formatting/linting without specifying which tool to use.
Patch Changes
f5a38da]:v4.12.15Compare Source
Patch Changes
#2256
5c0201fThanks @kamilzki! - Ensure the CLI exits with code 1 on generation errors, improving error detection.Updated dependencies []:
v4.12.14Compare Source
Patch Changes
v4.12.13Compare Source
Patch Changes
#2246
f8c1b10Thanks @copilot-swe-agent! - Fix module resolution issue when loading TypeScript config files. The jiti instance now uses the config file's location as the base for module resolution instead of the CLI's location. This prevents errors like "Cannot find module './_baseIsArguments'" when loading user config files that import Kubb plugins.Updated dependencies []:
v4.12.12Compare Source
Patch Changes
v4.12.11Compare Source
Patch Changes
v4.12.10Compare Source
Patch Changes
v4.12.9Compare Source
Patch Changes
v4.12.8Compare Source
Patch Changes
#2227
1f27fb3Thanks @stijnvanhulle! - Better logging + --silent flagUpdated dependencies []:
v4.12.7Compare Source
Patch Changes
93b39af]:v4.12.6Compare Source
Patch Changes
v4.12.5Compare Source
Patch Changes
f6e6ee4]:v4.12.4Compare Source
Patch Changes
v4.12.3Compare Source
Patch Changes
v4.12.2Compare Source
Patch Changes
v4.12.1Compare Source
Patch Changes
#2256
5c0201fThanks @kamilzki! - Ensure the CLI exits with code 1 on generation errors, improving error detection.Updated dependencies []:
v4.12.0Compare Source
Minor Changes
d16354cThanks @copilot-swe-agent! - Replace cli-progress and consola with @clack/prompts for modern interactive progress bars. Introduces flexible logger pattern with Claude-inspired CLI and GitHub Actions support.Patch Changes
d16354c]:v4.11.3Compare Source
Patch Changes
v4.11.2Compare Source
Patch Changes
v4.11.1Patch Changes
v4.11.0Patch Changes
v4.10.1Patch Changes
6b6c13d]:v4.10.0Patch Changes
v4.9.4Compare Source
Patch Changes
v4.9.3Compare Source
Patch Changes
v4.9.2Compare Source
Patch Changes
v4.9.1Compare Source
Patch Changes
v4.9.0Compare Source
Patch Changes
v4.8.1Compare Source
Patch Changes
v4.8.0Compare Source
Patch Changes
v4.7.4Compare Source
Patch Changes
v4.7.3Compare Source
Patch Changes
v4.7.2Compare Source
Patch Changes
v4.7.1Compare Source
Patch Changes
v4.7.0Compare Source
Patch Changes
v4.6.4Compare Source
Patch Changes
v4.6.3Compare Source
Patch Changes
v4.6.2Compare Source
Patch Changes
v4.6.1Compare Source
Patch Changes
v4.6.0Compare Source
Patch Changes
v4.5.15Compare Source
Patch Changes
v4.5.14Compare Source
Patch Changes
c09550b]:v4.5.13Compare Source
Patch Changes
v4.5.12Compare Source
Patch Changes
v4.5.11[Compare Source](https://redirect.git
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), 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.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR was generated by Mend Renovate. View the repository job log.