Bump the dependencies group across 1 directory with 5 updates - #5
Merged
revxshafi merged 1 commit intoAug 20, 2026
Merged
Conversation
|
Important Review skippedBot user detected. To trigger a single review, invoke the ⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Free Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
Comment |
Collaborator
|
@dependabot rebase |
revxshafi
enabled auto-merge (squash)
August 20, 2026 20:12
dependabot
Bot
force-pushed
the
dependabot/npm_and_yarn/main/dependencies-6db4b3a802
branch
2 times, most recently
from
August 20, 2026 20:16
5b0b4ff to
920cade
Compare
Collaborator
|
@dependabot recreate |
Bumps the dependencies group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [drizzle-orm](https://github.com/drizzle-team/drizzle-orm) | `0.40.1` | `0.45.2` | | [drizzle-kit](https://github.com/drizzle-team/drizzle-orm) | `0.30.6` | `0.31.10` | | [pg](https://github.com/brianc/node-postgres/tree/HEAD/packages/pg) | `8.22.0` | `8.23.0` | | [@types/pg](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/pg) | `8.20.4` | `8.23.1` | | [tsx](https://github.com/privatenumber/tsx) | `4.23.9` | `4.23.12` | Updates `drizzle-orm` from 0.40.1 to 0.45.2 - [Release notes](https://github.com/drizzle-team/drizzle-orm/releases) - [Commits](drizzle-team/drizzle-orm@0.40.1...0.45.2) Updates `drizzle-kit` from 0.30.6 to 0.31.10 - [Release notes](https://github.com/drizzle-team/drizzle-orm/releases) - [Commits](https://github.com/drizzle-team/drizzle-orm/compare/drizzle-kit@0.30.6...drizzle-kit@0.31.10) Updates `pg` from 8.22.0 to 8.23.0 - [Changelog](https://github.com/brianc/node-postgres/blob/master/CHANGELOG.md) - [Commits](https://github.com/brianc/node-postgres/commits/pg@8.23.0/packages/pg) Updates `@types/pg` from 8.20.4 to 8.23.1 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/pg) Updates `tsx` from 4.23.9 to 4.23.12 - [Release notes](https://github.com/privatenumber/tsx/releases) - [Changelog](https://github.com/privatenumber/tsx/blob/master/release.config.cjs) - [Commits](privatenumber/tsx@v4.23.9...v4.23.12) --- updated-dependencies: - dependency-name: "@types/pg" dependency-version: 8.23.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: drizzle-kit dependency-version: 0.31.10 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: drizzle-orm dependency-version: 0.45.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: pg dependency-version: 8.23.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: tsx dependency-version: 4.23.12 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
Bot
force-pushed
the
dependabot/npm_and_yarn/main/dependencies-6db4b3a802
branch
from
August 20, 2026 20:18
920cade to
859301a
Compare
dependabot
Bot
deleted the
dependabot/npm_and_yarn/main/dependencies-6db4b3a802
branch
August 20, 2026 20:20
revxshafi
added a commit
that referenced
this pull request
Aug 20, 2026
drizzle-orm 0.45 wraps driver errors in a DrizzleQueryError that has no `code` of its own & hangs the real pg error off `.cause`. errcode() only read the top object, so every sqlstate-based decision silently broke: transient retries stopped firing and the D4 table-cache self-heal never saw the 42P01, so a schema dropped out of band surfaced as a hard "relation does not exist" instead of healing. - errcode() now walks the (bounded) `.cause` chain for the first string code - isTransient() matches transient message hints down the chain too - test covers wrapped, double-wrapped & message-only cases Regression came in with the drizzle-orm 0.40 -> 0.45 bump (PR #5); postgres is a non-required check so it slipped past the merge gate.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the dependencies group with 5 updates in the / directory:
0.40.10.45.20.30.60.31.108.22.08.23.08.20.48.23.14.23.94.23.12Updates
drizzle-ormfrom 0.40.1 to 0.45.2Release notes
Sourced from drizzle-orm's releases.
... (truncated)
Commits
273c780+ 0.45.2 (#5534)4aa6ecfKit updates (#5490)e8e6edffeat(drizzle-kit): support d1 via binding (#5302)a086f59Fixed pg-native Pool detection in node-postgres transactions breaking in envi...c445637Merge pull request #5095 from drizzle-team/main-workflowse7b3aaaMerge branch 'main' into main-workflows0d885a5refactor: Update condition for run-feature job to improve clarity and functio...45a1ffbMerge pull request #5087 from drizzle-team/main-workflows6357645chore: Comment out NEON_HTTP_CONNECTION_STRING requirement in release workflows53dec98refactor: Simplify release router workflow by removing unnecessary switch job...Maintainer changes
This version was pushed to npm by GitHub Actions, a new releaser for drizzle-orm since your current version.
Updates
drizzle-kitfrom 0.30.6 to 0.31.10Release notes
Sourced from drizzle-kit's releases.
... (truncated)
Commits
4aa6ecfKit updates (#5490)e8e6edffeat(drizzle-kit): support d1 via binding (#5302)a086f59Fixed pg-native Pool detection in node-postgres transactions breaking in envi...c445637Merge pull request #5095 from drizzle-team/main-workflowse7b3aaaMerge branch 'main' into main-workflows0d885a5refactor: Update condition for run-feature job to improve clarity and functio...45a1ffbMerge pull request #5087 from drizzle-team/main-workflows6357645chore: Comment out NEON_HTTP_CONNECTION_STRING requirement in release workflows53dec98refactor: Simplify release router workflow by removing unnecessary switch job...ce88a18Merge remote-tracking branch 'origin/ext-deps-kit' into main-workflowsMaintainer changes
This version was pushed to npm by GitHub Actions, a new releaser for drizzle-kit since your current version.
Updates
pgfrom 8.22.0 to 8.23.0Changelog
Sourced from pg's changelog.
Commits
df274d1Publisheb19d0fAdd opt-in query pipelining (#3652)Updates
@types/pgfrom 8.20.4 to 8.23.1Commits
Updates
tsxfrom 4.23.9 to 4.23.12Release notes
Sourced from tsx's releases.
Commits
ed9d330fix: shimimport.metawhen tokens are split by comments or newlines (#829)651f5betest: cover CommonJS TypeScript import.meta pathsbd3bc64test: cover CommonJS loader source fallback55cbecefix: preserve async ESM require fallback6c5ba85docs: document CommonJS default interopec1bcd5fix: support nyc coverage discovery (#710)b6e5b48docs: clarify CommonJS default imports