chore(deps): update all non-major dependencies #998
Annotations
5 errors and 1 notice
|
lint
Process completed with exit code 1.
|
|
test
Process completed with exit code 1.
|
|
error: expect(received).toContain(expected):
packages/bun-query-builder/test/migrations.snapshot.test.ts#L810
Expected to contain: "CREATE TABLE \"users\""
Received: "CREATE TABLE IF NOT EXISTS \"users\" (\n \"id\" BIGSERIAL PRIMARY KEY,\n \"email\" varchar(255)\n);"
at <anonymous> (/home/runner/work/bun-query-builder/bun-query-builder/packages/bun-query-builder/test/migrations.snapshot.test.ts:810:27)
|
|
error: expect(received).toContain(expected):
packages/bun-query-builder/test/migrations.snapshot.test.ts#L522
Expected to contain: "CREATE TABLE \"users\""
Received: "CREATE TABLE IF NOT EXISTS \"users\" (\n \"id\" BIGSERIAL PRIMARY KEY,\n \"email\" varchar(255)\n);"
at <anonymous> (/home/runner/work/bun-query-builder/bun-query-builder/packages/bun-query-builder/test/migrations.snapshot.test.ts:522:26)
|
|
error: expect(received).toContain(expected):
packages/bun-query-builder/test/migrations.snapshot.test.ts#L210
Expected to contain: "CREATE TABLE \"posts\""
Received: "CREATE TABLE IF NOT EXISTS \"posts\" (\n \"id\" BIGSERIAL PRIMARY KEY,\n \"title\" varchar(255),\n \"user_id\" bigint\n);\nALTER TABLE \"posts\" ADD CONSTRAINT \"posts_user_id_fk\" FOREIGN KEY (\"user_id\") REFERENCES \"users\"(\"id\");"
at <anonymous> (/home/runner/work/bun-query-builder/bun-query-builder/packages/bun-query-builder/test/migrations.snapshot.test.ts:210:28)
|
|
publish-commit
{
"workflowData": {
"owner": "stacksjs",
"repo": "bun-query-builder",
"sha": "78450c88dc4cf045ad0a74e81578fd324b4ad5f7",
"ref": "639"
},
"key": "LsiDYUhE6y",
"runId": 20580314112,
"webhookDebug": {
"action": "requested",
"head_branch": "renovate/all-minor-patch",
"head_repository_full_name": "stacksjs/bun-query-builder",
"full_name": "stacksjs/bun-query-builder",
"isPullRequest": true,
"prNumber": 639,
"prNumberType": "number",
"isNewPullRequest": true,
"isOldPullRequest": false,
"prKey": "stacksjs/bun-query-builder:renovate/all-minor-patch",
"oldPrDataHash": "OU1WvNyYA4",
"lookupKey": "stacksjs/bun-query-builder:renovate/all-minor-patch",
"data": {
"owner": "stacksjs",
"repo": "bun-query-builder",
"sha": "78450c88dc4cf045ad0a74e81578fd324b4ad5f7",
"ref": "639"
}
}
}
|