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

fix(deps): update dependency @anthropic-ai/sdk to v0.25.1 #167

Merged
merged 1 commit into from
Aug 14, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 14, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@anthropic-ai/sdk 0.25.0 -> 0.25.1 age adoption passing confidence

Release Notes

anthropics/anthropic-sdk-typescript (@​anthropic-ai/sdk)

v0.25.1

Full Changelog: sdk-v0.25.0...sdk-v0.25.1

Chores

Configuration

📅 Schedule: Branch creation - "* 0-4 * * 3" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Copy link

openai debug - [puLL-Merge] - anthropics/anthropic-sdk-typescript@sdk-v0.25.0..sdk-v0.25.1

Description

This pull request updates the version of the SDK from 0.25.0 to 0.25.1, synchronizes the OpenAPI specification URL, and enhances the NPM publishing script. This PR includes some other housekeeping updates like modifying the lint and format scripts to set the ESLINT_USE_FLAT_CONFIG environment variable to "false".

Changes

Changes

  1. .release-please-manifest.json

    • Updated the version for the package to 0.25.1.
  2. .stats.yml

    • Updated the openapi_spec_url to point to a new OpenAPI specification file.
  3. CHANGELOG.md

    • Added the changelog entry for version 0.25.1 with details on internal chores and synchronization of the OpenAPI version.
  4. bin/publish-npm

    • Modified the npm publish script to include setting the npm auth token in double quotes.
    • Enhanced the script to dynamically determine the pre-release tag and publish accordingly.
  5. package.json

    • Bumped the package version to 0.25.1.
    • Changed the fix script to use the local format script.
  6. scripts/format

    • Added ESLINT_USE_FLAT_CONFIG="false" environment variable while running eslint --fix.
  7. scripts/lint

    • Added ESLINT_USE_FLAT_CONFIG="false" environment variable while running eslint.
  8. src/version.ts

    • Updated the version constant to 0.25.1.

Possible Issues

  1. Bin Script Changes:
    • There's a reliance on regex extraction for determining pre-release tags in the bin/publish-npm script. If not thoroughly tested, it could lead to issues in publishing pre-release versions.

Security Hotspots

None.

Overall, the changes seem to be straightforward and mostly involve version bumps and minor script updates. The key change is in the publish script, and ensuring it has been rigorously tested will be crucial.

Copy link

anthropic debug - [puLL-Merge] - anthropics/anthropic-sdk-typescript@sdk-v0.25.0..sdk-v0.25.1

Description

This PR appears to be a minor version update (0.25.0 to 0.25.1) for the Anthropic SDK TypeScript library. It includes several chores and internal updates, along with changes to the publishing process and linting configuration.

Changes

Changes

  1. .release-please-manifest.json:

    • Updated the version from 0.25.0 to 0.25.1
  2. .stats.yml:

    • Updated the OpenAPI spec URL
  3. CHANGELOG.md:

    • Added entries for version 0.25.1, including:
      • Internal updates
      • OpenAPI version syncing
      • Changes to the npm publish script
  4. bin/publish-npm:

    • Improved the publishing process:
      • Now determines the appropriate npm tag based on the version (e.g., "latest" or a pre-release tag)
      • Uses the determined tag when publishing
  5. package.json:

    • Updated version to 0.25.1
    • Changed the "fix" script to use ./scripts/format instead of directly calling eslint
  6. scripts/format and scripts/lint:

    • Added ESLINT_USE_FLAT_CONFIG="false" environment variable when running eslint
  7. src/version.ts:

    • Updated the VERSION constant to 0.25.1

These changes primarily focus on version bumping, improving the release process, and maintaining consistency in the codebase. The updates to the linting and formatting scripts suggest an effort to standardize the development environment across the project.

Copy link

bedrock debug - [puLL-Merge] - anthropics/anthropic-sdk-typescript@sdk-v0.25.0..sdk-v0.25.1

Description

This PR includes several minor updates and chores for the Anthropic SDK TypeScript project. It bumps the version from 0.25.0 to 0.25.1, updates the changelog, modifies some scripts, and synchronizes the OpenAPI specification version.

Changes

Changes

  1. .release-please-manifest.json:

    • Updated the version from 0.25.0 to 0.25.1
  2. .stats.yml:

    • Updated the OpenAPI spec URL
  3. CHANGELOG.md:

    • Added entries for version 0.25.1, including chores and internal updates
  4. bin/publish-npm:

    • Modified the publish script to determine the appropriate npm tag based on the version
    • Added logic to handle pre-release versions
  5. package.json:

    • Updated version to 0.25.1
    • Changed the "fix" script to use ./scripts/format
  6. scripts/format and scripts/lint:

    • Added ESLINT_USE_FLAT_CONFIG="false" environment variable to ESLint commands
  7. src/version.ts:

    • Updated VERSION constant to '0.25.1'

These changes primarily focus on version management, publishing process improvements, and maintaining consistency across the project's configuration and documentation.

@thypon thypon merged commit cf03b22 into main Aug 14, 2024
8 checks passed
@thypon thypon deleted the renovate/anthropic-ai-sdk-0.x branch August 14, 2024 14:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant