Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Mar 31, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@2bad/axiom 1.0.0-beta.14 -> 1.0.0-beta.15 age adoption passing confidence devDependencies patch
@2bad/tsfix 1.0.0 -> 1.1.1 age adoption passing confidence devDependencies minor
@ai-sdk/anthropic (source) 1.2.1 -> 1.2.10 age adoption passing confidence dependencies patch
@ai-sdk/openai (source) 1.3.2 -> 1.3.21 age adoption passing confidence dependencies patch
@​mastra/core 0.6.4 -> 0.9.1 age adoption passing confidence dependencies minor
@​mastra/mcp 0.3.5 -> 0.4.1 age adoption passing confidence dependencies minor
@​mastra/memory 0.2.5 -> 0.3.1 age adoption passing confidence dependencies minor
@modelcontextprotocol/inspector 0.6.0 -> 0.11.0 age adoption passing confidence devDependencies minor
@modelcontextprotocol/sdk (source) 1.7.0 -> 1.10.2 age adoption passing confidence dependencies minor
@oclif/core 4.2.10 -> 4.3.0 age adoption passing confidence dependencies minor
@swc/cli 0.6.0 -> 0.7.3 age adoption passing confidence devDependencies minor
@swc/core (source) 1.11.13 -> 1.11.24 age adoption passing confidence devDependencies patch
@types/node (source) 22.13.13 -> 22.15.3 age adoption passing confidence devDependencies minor
@vitest/coverage-v8 (source) 3.0.9 -> 3.1.2 age adoption passing confidence devDependencies minor
ai (source) 4.2.2 -> 4.3.12 age adoption passing confidence dependencies minor
fast-cartesian 9.0.0 -> 9.0.1 age adoption passing confidence dependencies patch
fastmcp (source) 1.20.5 -> 1.23.2 age adoption passing confidence dependencies minor
mastra 0.4.3 -> 0.6.0 age adoption passing confidence devDependencies minor
node (source) 22.14.0 -> 22.15.0 age adoption passing confidence volta minor
npm (source) 11.2.0 -> 11.3.0 age adoption passing confidence packageManager minor
npm (source) 11.2.0 -> 11.3.0 age adoption passing confidence volta minor
tsc-alias (source) 1.8.11 -> 1.8.15 age adoption passing confidence devDependencies patch
type-fest 4.38.0 -> 4.40.1 age adoption passing confidence devDependencies minor
typescript (source) 5.8.2 -> 5.8.3 age adoption passing confidence devDependencies patch
vitest (source) 3.0.9 -> 3.1.2 age adoption passing confidence devDependencies minor
zod (source) 3.24.2 -> 3.24.3 age adoption passing confidence dependencies patch

Release Notes

2BAD/axiom (@​2bad/axiom)

v1.0.0-beta.15

Compare Source

What's Changed

Full Changelog: 2BAD/axiom@v1.0.0-beta.14...v1.0.0-beta.15

2BAD/tsfix (@​2bad/tsfix)

v1.1.1

Compare Source

Fixed
  • Corrected issue where path aliases were incorrectly resolved with absolute paths instead of relative

v1.1.0

Compare Source

Added
  • Path alias resolution for TypeScript path mappings defined in tsconfig.json
    • Automatically transforms imports using path aliases to proper relative paths with extensions
    • Works with any path mapping configuration in your tsconfig.json
    • Supports nested aliases with correct resolution of the longest matching pattern
Fixed
  • Improved handling of directory imports to properly resolve to index.js files
  • Better error handling when files can't be found or accessed
Changed
  • More accurate detection of quote types (single vs double) when transforming imports
  • Enhanced error messages for better debugging of transformation issues
vercel/ai (@​ai-sdk/anthropic)

v1.2.10

Compare Source

Patch Changes

v1.2.9

Compare Source

Patch Changes

v1.2.8

Compare Source

Patch Changes

v1.2.7

Compare Source

Patch Changes

v1.2.6

Compare Source

Patch Changes

v1.2.5

Compare Source

Patch Changes

v1.2.4

Compare Source

Patch Changes
  • 523f128: feat (provider/openai): add strictSchemas option to responses model

v1.2.3

Compare Source

Patch Changes

v1.2.2

Compare Source

Patch Changes
  • e3a389e: feat (provider/openai): support responses api
modelcontextprotocol/typescript-sdk (@​modelcontextprotocol/sdk)

v1.10.2

Compare Source

What's Changed

New Contributors

Full Changelog: modelcontextprotocol/typescript-sdk@1.10.1...1.10.2

v1.10.1

Compare Source

What's Changed

Full Changelog: modelcontextprotocol/typescript-sdk@1.10.0...1.10.1

v1.10.0

Compare Source

Streamable HTTP release

This is the first release supporting the new Streamable HTTP transport from protocol version 2025-03-26, which supersedes the SSE transport from protocol version 2024-11-05. 🎉

Please report any issues at https://github.com/modelcontextprotocol/typescript-sdk/issues.

Other Changes

New Contributors

Full Changelog: modelcontextprotocol/typescript-sdk@1.9.0...1.10.0

v1.9.0

Compare Source

What's Changed

New Contributors

Full Changelog: modelcontextprotocol/typescript-sdk@1.8.0...1.9.0

v1.8.0

Compare Source

What's Changed

New Contributors

Full Changelog: modelcontextprotocol/typescript-sdk@1.7.0...1.8.0

oclif/core (@​oclif/core)

v4.3.0

Compare Source

Features

4.2.10 (2025-03-12)

Bug Fixes

4.2.9 (2025-03-08)

Bug Fixes
  • deps: bump ansis from 3.16.0 to 3.17.0 (83b4db2)

4.2.8 (2025-02-22)

Bug Fixes
  • deps: bump ansis from 3.14.0 to 3.16.0 (beabb00)

4.2.7 (2025-02-17)

Bug Fixes

4.2.6 (2025-02-02)

Bug Fixes
  • deps: bump ansis from 3.9.0 to 3.10.0 (0c3b168)

4.2.5 (2025-01-28)

Bug Fixes

4.2.4 (2025-01-21)

Bug Fixes

4.2.3 (2025-01-14)

Bug Fixes

4.2.2 (2025-01-07)

Bug Fixes
  • deps: bump ansis from 3.5.2 to 3.6.0 (15feb6e)

4.2.1 (2025-01-06)

Bug Fixes
swc-project/swc (@​swc/core)

v1.11.24

Compare Source

v1.11.22

Compare Source

Bug Fixes
Features
  • (bindings/core) Enhance existing parse function to accept both string and buffer types(#​10371) (c9a2afc)

  • (css/prefixer) Fix default implementation (#​10351) (34f4e41)

Miscellaneous Tasks
Performance
Refactor
Testing

v1.11.21

Compare Source

Bug Fixes
Miscellaneous Tasks
Performance

v1.11.20

Compare Source

Bug Fixes

Related issue:

Features
Miscellaneous Tasks
Performance
Testing

v1.11.18

Compare Source

Bug Fixes
Features

Configuration

📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


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

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

@renovate
Copy link
Contributor Author

renovate bot commented Mar 31, 2025

Branch automerge failure

This PR was configured for branch automerge. However, this is not possible, so it has been raised as a PR instead.


  • Branch has one or more failed status checks

@renovate renovate bot enabled auto-merge (rebase) March 31, 2025 07:28
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 0e342b4 to b23bd10 Compare March 31, 2025 10:43
@codecov
Copy link

codecov bot commented Mar 31, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 27.73%. Comparing base (40899f3) to head (052ea43).
Report is 4 commits behind head on master.

❗ There is a different number of reports uploaded between BASE (40899f3) and HEAD (052ea43). Click for more details.

HEAD has 38 uploads less than BASE
Flag BASE (40899f3) HEAD (052ea43)
unit 36 1
integration 3 0
Additional details and impacted files
@@             Coverage Diff             @@
##           master      #93       +/-   ##
===========================================
- Coverage   88.90%   27.73%   -61.18%     
===========================================
  Files          30       30               
  Lines         595      595               
  Branches       85       39       -46     
===========================================
- Hits          529      165      -364     
- Misses         66      409      +343     
- Partials        0       21       +21     
Flag Coverage Δ
integration ?
unit 27.73% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 15 times, most recently from beda0c2 to d20f5c3 Compare April 7, 2025 13:14
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 11 times, most recently from 4268861 to 674c033 Compare April 11, 2025 21:51
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 12 times, most recently from be21b70 to 4329824 Compare April 23, 2025 19:25
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 14 times, most recently from 7d57214 to 533a27c Compare April 30, 2025 17:35
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 533a27c to 052ea43 Compare April 30, 2025 23:57
@mrhyde mrhyde merged commit 052ea43 into master May 1, 2025
1 of 10 checks passed
@mrhyde mrhyde deleted the renovate/all-minor-patch branch May 1, 2025 02:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants