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

Add dependabot, update CI #7

Merged
merged 5 commits into from
Aug 22, 2024
Merged

Add dependabot, update CI #7

merged 5 commits into from
Aug 22, 2024

Conversation

ottomated
Copy link
Contributor

Typescript complains when the @libsql/client version is out of sync. I updated it, enabled dependabot to automatically bump versions, and updated the CI to match the new version.

Error: Type 'import("node_modules/.pnpm/@[email protected]/node_modules/@libsql/core/lib-esm/api").Client' is not assignable to type 'import("node_modules/.pnpm/@[email protected]/node_modules/@libsql/core/lib-esm/api").Client'.
  The types returned by 'sync()' are incompatible between these types.
    Type 'Promise<Replicated>' is not assignable to type 'Promise<void>'.
      Type 'Replicated' is not assignable to type 'void'.
        Type '{ frame_no: number; frames_synced: number; }' is not assignable to type 'void'. 

export const db = new Kysely<DB>({
  dialect: new LibsqlDialect({ client: dbClient }),
});

ottomated and others added 5 commits August 14, 2024 08:44
Bumps the dependencies group with 5 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@libsql/client](https://github.com/libsql/libsql-client-ts) | `0.8.0` | `0.9.0` |
| [jest](https://github.com/jestjs/jest/tree/HEAD/packages/jest) | `29.4.3` | `29.7.0` |
| [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest) | `29.4.0` | `29.5.12` |
| [ts-jest](https://github.com/kulshekhar/ts-jest) | `29.0.5` | `29.2.4` |
| [typescript](https://github.com/Microsoft/TypeScript) | `4.9.5` | `5.5.4` |



Updates `@libsql/client` from 0.8.0 to 0.9.0
- [Changelog](https://github.com/tursodatabase/libsql-client-ts/blob/main/CHANGELOG.md)
- [Commits](tursodatabase/libsql-client-ts@v0.8.0...v0.9.0)

Updates `jest` from 29.4.3 to 29.7.0
- [Release notes](https://github.com/jestjs/jest/releases)
- [Changelog](https://github.com/jestjs/jest/blob/main/CHANGELOG.md)
- [Commits](https://github.com/jestjs/jest/commits/v29.7.0/packages/jest)

Updates `@types/jest` from 29.4.0 to 29.5.12
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jest)

Updates `ts-jest` from 29.0.5 to 29.2.4
- [Release notes](https://github.com/kulshekhar/ts-jest/releases)
- [Changelog](https://github.com/kulshekhar/ts-jest/blob/main/CHANGELOG.md)
- [Commits](kulshekhar/ts-jest@v29.0.5...v29.2.4)

Updates `typescript` from 4.9.5 to 5.5.4
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml)
- [Commits](microsoft/TypeScript@v4.9.5...v5.5.4)

---
updated-dependencies:
- dependency-name: "@libsql/client"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: jest
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@types/jest"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: ts-jest
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
…cies-4293d973d9

Bump the dependencies group across 1 directory with 5 updates
@penberg penberg merged commit aa9d2ad into tursodatabase:main Aug 22, 2024
1 check passed
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.

2 participants