Skip to content

Commit fef3da7

Browse files
chore(deps): bump @libsql/client from 0.3.6 to 0.15.10 (#1)
* chore(deps): bump @libsql/client from 0.3.6 to 0.15.10 Bumps [@libsql/client](https://github.com/libsql/libsql-client-ts/tree/HEAD/packages/libsql-client) from 0.3.6 to 0.15.10. - [Release notes](https://github.com/libsql/libsql-client-ts/releases) - [Changelog](https://github.com/tursodatabase/libsql-client-ts/blob/main/CHANGELOG.md) - [Commits](https://github.com/libsql/libsql-client-ts/commits/v0.15.10/packages/libsql-client) --- updated-dependencies: - dependency-name: "@libsql/client" dependency-version: 0.15.10 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * chore: recreated pnpm-lock * chore: recreated pnpm-lock * ci: removed max-parallel=1 --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Alberto Maghini <[email protected]>
1 parent 5d0285f commit fef3da7

File tree

3 files changed

+86
-68
lines changed

3 files changed

+86
-68
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ jobs:
9595
runs-on: [self-hosted]
9696
needs: core-build
9797
strategy:
98-
max-parallel: 1
98+
# max-parallel: 1
9999
fail-fast: false
100100
matrix:
101101
database: [mongoose, postgres, postgres-custom-schema, postgres-uuid] #, supabase]

packages/db-postgres/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"prepublishOnly": "pnpm clean && pnpm build"
2525
},
2626
"dependencies": {
27-
"@libsql/client": "^0.3.1",
27+
"@libsql/client": "^0.15.10",
2828
"console-table-printer": "2.11.2",
2929
"drizzle-kit": "0.23.2-df9e596",
3030
"drizzle-orm": "0.32.1",

pnpm-lock.yaml

Lines changed: 84 additions & 66 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)