Skip to content

Comments

chore(deps-dev): bump kysely-codegen from 0.16.8 to 0.19.0#89

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/kysely-codegen-0.19.0
Closed

chore(deps-dev): bump kysely-codegen from 0.16.8 to 0.19.0#89
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/kysely-codegen-0.19.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 29, 2026

Bumps kysely-codegen from 0.16.8 to 0.19.0.

Release notes

Sourced from kysely-codegen's releases.

0.19.0

New features

Thanks to amazing contributions from @​kevinmichaelchen in #274, you can now override types on a global level:

.kysely-codegenrc.json

{
  "customImports": {
    "InstantRange": "./custom-types",
    "CustomDuration": "@my-org/custom-types#Duration",
    "Temporal": "@js-temporal/polyfill",
  },
  "typeMapping": {
    "timestamptz": "Temporal.Instant",
    "tstzrange": "InstantRange",
    "date": "Temporal.PlainDate",
    "interval": "CustomDuration"
  }
}

Example of generated output:

import type { InstantRange } from './custom-types';
import type { Duration as CustomDuration } from '@my-org/custom-types';
import type { Temporal } from '@js-temporal/polyfill';
export interface EventModel {
createdAt: Temporal.Instant;
dateRange: ColumnType<InstantRange, InstantRange, never>;
eventDate: Temporal.PlainDate;
interval: CustomDuration;
}
export interface DB {
events: EventModel;
}

What's Changed

... (truncated)

Commits

Dependabot compatibility score

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 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 added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jan 29, 2026
@vercel
Copy link

vercel bot commented Jan 29, 2026

Deployment failed with the following error:

Resource is limited - try again in 17 hours (more than 100, code: "api-deployments-free-per-day").

Learn More: https://vercel.com/hanzoai?upgradeToPro=build-rate-limit

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/kysely-codegen-0.19.0 branch 2 times, most recently from e2b9b11 to 6f22fcf Compare February 12, 2026 00:25
Bumps [kysely-codegen](https://github.com/RobinBlomberg/kysely-codegen) from 0.16.8 to 0.19.0.
- [Release notes](https://github.com/RobinBlomberg/kysely-codegen/releases)
- [Commits](https://github.com/RobinBlomberg/kysely-codegen/commits/0.19.0)

---
updated-dependencies:
- dependency-name: kysely-codegen
  dependency-version: 0.19.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/kysely-codegen-0.19.0 branch from 6f22fcf to d3d1e96 Compare February 17, 2026 00:25
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 18, 2026

Superseded by #103.

@dependabot dependabot bot closed this Feb 18, 2026
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/kysely-codegen-0.19.0 branch February 18, 2026 01:13
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.

0 participants