1.23.1 release - #941
Merged
Merged
Conversation
Bumps `@clickhouse/client` from `1.23.0` to `1.23.1` (patch bump). Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Bumps `@clickhouse/client-web` from `1.23.0` to `1.23.1` (patch bump). Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
|
You are seeing this message because GitHub Code Scanning has recently been set up for this repository, or this pull request contains the workflow file for the Code Scanning tool. What Enabling Code Scanning Means:
For more information about GitHub Code Scanning, check out the documentation. |
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
Contributor
There was a problem hiding this comment.
Pull request overview
Syncs the release branch to cut patch releases @clickhouse/client@1.23.1 and @clickhouse/client-web@1.23.1, and fixes CI’s lockfile age audit to request full npm packuments so publish timestamps are available.
Changes:
- Fix
lockfile-age-auditto fetch the default/full npm registry response (restoring access totime[version]). - Bump
@clickhouse/clientand@clickhouse/client-webversions to1.23.1(package.json + runtime version.ts). - Update
package-lock.jsonto reflect workspace version updates.
Reviewed changes
Copilot reviewed 5 out of 6 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| scripts/ci/lockfile-age-audit.mjs | Removes the abbreviated packument Accept header so registry responses include time metadata for age checks. |
| packages/client-web/src/version.ts | Bumps runtime version string to 1.23.1. |
| packages/client-web/package.json | Bumps package version to 1.23.1. |
| packages/client-node/src/version.ts | Bumps runtime version string to 1.23.1. |
| packages/client-node/package.json | Bumps package version to 1.23.1. |
| package-lock.json | Updates workspace package versions to match the bumped packages. |
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.
Sync release from main to cut @clickhouse/client and @clickhouse/client-web 1.23.1 (patch).
Contains:
Release notes: re-export
EXCEPTION_TAG_HEADER_NAMEandextractErrorAtTheEndOfChunkfrom both client packages (#935), a public-API gap from the 1.23.0 common-bundling change, reported downstream by Langfuse.