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

Update dependency kysely-ctl to ^0.11.0 #182

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 15, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
kysely-ctl ^0.8.10 -> ^0.11.0 age adoption passing confidence

Release Notes

kysely-org/kysely-ctl (kysely-ctl)

v0.11.0: - automatic tsconfig.paths resolution.

Compare Source

Hey 👋

This release adds automatic tsconfig.paths resolution behind a --experimental-resolve-tsconfig-paths flag, as jiti doesn't do it by design - which caused crashes in setups that have aliases (see https://github.com/kysely-org/kysely-ctl/issues/109).

Also:

  • bumps to @arktype/attest, @types/node, nypm, @arethetypeswrong/cli, vitest, pathe, type-fest, pkg-types, consola, better-sqlite3, typescript, tsup.
  • jiti is now part of --debug output.

Full Changelog: kysely-org/kysely-ctl@v0.10.1...v0.11.0

v0.10.1: - disable jiti's fsCache behavior with a flag.

Compare Source

Hey 👋

This release adds the --no-filesystem-caching flag to everything. It allows turning off jiti's fsCache behavior. This is crucial in environments that don't allow writing to disk.

Full Changelog: kysely-org/kysely-ctl@v0.10.0...v0.10.1

v0.10.0: - Top-level await support.

Compare Source

Hey 👋

This release bumps some dependencies and should resolve #​118 because jiti, a transitive dependency through c12, now supports top-level await.

There's also a minor optimization attempt with TypeScript file loading and newer Node.js versions with require(esm) enabled.

Full Changelog: kysely-org/kysely-ctl@v0.9.0...v0.10.0

v0.9.0: - JavaScript file support.

Compare Source

Hey 👋

This release adds optional js, cjs and mjs file support.

kysely init -x js|cjs|mjs is now supported.

if migrations.allowJS is true:

  • kysely migrate make -x js|cjs|mjs is now supported.
  • kysely migrate up|down|latest|rollback won't skip js, cjs and mjs migrations.

if seeds.allowJS is true:

  • kysely seed make -x js|cjs|mjs is now supported.
  • kysely seed run won't skip js, cjs and mjs seeds.

Full Changelog: kysely-org/kysely-ctl@v0.8.11...v0.9.0


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 is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/kysely-ctl-0.x branch 7 times, most recently from bb6c167 to de48bbf Compare November 29, 2024 09:39
@renovate renovate bot force-pushed the renovate/kysely-ctl-0.x branch 8 times, most recently from ae71720 to ddf997b Compare December 11, 2024 08:45
@renovate renovate bot force-pushed the renovate/kysely-ctl-0.x branch 10 times, most recently from 9f66fd7 to bae7bb2 Compare December 11, 2024 21:56
@renovate renovate bot force-pushed the renovate/kysely-ctl-0.x branch from bae7bb2 to 12c66a9 Compare December 21, 2024 19:22
@renovate renovate bot changed the title Update dependency kysely-ctl to ^0.9.0 Update dependency kysely-ctl to ^0.10.0 Dec 21, 2024
@renovate renovate bot force-pushed the renovate/kysely-ctl-0.x branch from 12c66a9 to 57cac69 Compare December 26, 2024 11:11
@renovate renovate bot force-pushed the renovate/kysely-ctl-0.x branch from 57cac69 to ee8358a Compare January 6, 2025 17:36
@renovate renovate bot force-pushed the renovate/kysely-ctl-0.x branch from ee8358a to 103a427 Compare January 17, 2025 12:58
@renovate renovate bot force-pushed the renovate/kysely-ctl-0.x branch 3 times, most recently from a6e43ac to 586b670 Compare January 24, 2025 10:27
@renovate renovate bot force-pushed the renovate/kysely-ctl-0.x branch 5 times, most recently from 4346011 to 132d1a5 Compare January 30, 2025 16:33
@renovate renovate bot force-pushed the renovate/kysely-ctl-0.x branch from 132d1a5 to 1fb0a1f Compare February 9, 2025 21:47
@renovate renovate bot changed the title Update dependency kysely-ctl to ^0.10.0 Update dependency kysely-ctl to ^0.11.0 Feb 9, 2025
@renovate renovate bot force-pushed the renovate/kysely-ctl-0.x branch 9 times, most recently from 61e7f46 to 3d6906d Compare February 14, 2025 19:48
@renovate renovate bot force-pushed the renovate/kysely-ctl-0.x branch 5 times, most recently from 0cce1c4 to d8763c8 Compare February 19, 2025 16:02
@renovate renovate bot force-pushed the renovate/kysely-ctl-0.x branch from d8763c8 to 6c2a7e6 Compare February 19, 2025 16:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants