An open index of dependabot pull requests across open source projects.

build(deps): bump the dependencies group across 1 directory with 19 updates

Open
Number: #88
Type: Pull Request
State: Open
Author: dependabot[bot] dependabot[bot]
Association: None
Comments: 1
Created: June 09, 2025 at 04:35 AM UTC
(3 months ago)
Updated: June 09, 2025 at 04:35 AM UTC
(3 months ago)
Labels:
dependencies security
Description:

Bumps the dependencies group with 19 updates in the /packages/onegrep-sdk directory:

Package From To
@blaxel/core 0.2.14 0.2.16
@composio/mcp 1.0.5 1.0.6
@modelcontextprotocol/sdk 1.11.0 1.12.1
@smithery/sdk 1.4.3 1.5.2
cache-manager 6.4.2 7.0.0
cacheable 1.8.10 1.10.0
eventsource 3.0.5 4.0.0
yaml 2.7.1 2.8.0
zod 3.24.2 3.25.56
@rollup/plugin-commonjs 28.0.2 28.0.3
@rollup/plugin-node-resolve 16.0.0 16.0.1
@types/node 22.13.4 22.15.30
dotenv 16.4.7 16.5.0
eslint 8.57.1 9.28.0
@types/eslint 8.56.12 9.6.1
rollup 4.34.9 4.42.0
rollup-plugin-dts 6.1.1 6.2.1
tsup 8.3.6 8.5.0
vitest 3.0.5 3.2.2

Updates @blaxel/core from 0.2.14 to 0.2.16

Commits

Updates @composio/mcp from 1.0.5 to 1.0.6

Maintainer changes

This version was pushed to npm by utkarshdixit, a new releaser for @​composio/mcp since your current version.


Updates @modelcontextprotocol/sdk from 1.11.0 to 1.12.1

Release notes

Sourced from @​modelcontextprotocol/sdk's releases.

1.12.1

What's Changed

New Contributors

Full Changelog: https://github.com/modelcontextprotocol/typescript-sdk/compare/1.12.0...1.12.1

1.12.0

Authorization spec: DRAFT-2025-v2 🔐 🚀

Other changes

New Contributors

Full Changelog: https://github.com/modelcontextprotocol/typescript-sdk/compare/1.11.4...1.12.0

1.11.5

What's Changed

Full Changelog: https://github.com/modelcontextprotocol/typescript-sdk/compare/1.11.4...1.11.5

1.11.4

What's Changed

Full Changelog: https://github.com/modelcontextprotocol/typescript-sdk/compare/1.11.3...1.11.4

... (truncated)

Commits
  • 590d484 Merge pull request #561 from modelcontextprotocol/ihrpr/1.12.1
  • d46d488 bump version
  • b2b426f Merge pull request #560 from daidi/main
  • cdcb009 fix build and add tests
  • 49777d5 fix: Ensure _meta object is not lost when onprogress option is passed
  • df0d9c4 Merge pull request #538 from danielgek/add-request-init-headers-to-sse-start
  • d5c996b Merge pull request #315 from Skn0tt/patch-1
  • d38a597 Add request init headers defined on the sse transport to the start
  • 0c4b308 Merge pull request #537 from modelcontextprotocol/ihrpr/1.12.0
  • c69168c Merge pull request #534 from modelcontextprotocol/ihrpr/fix-example-shttp
  • Additional commits viewable in compare view

Updates @smithery/sdk from 1.4.3 to 1.5.2

Updates cache-manager from 6.4.2 to 7.0.0

Commits

Updates cacheable from 1.8.10 to 1.10.0

Commits

Updates eventsource from 3.0.5 to 4.0.0

Release notes

Sourced from eventsource's releases.

v4.0.0

4.0.0 (2025-05-13)

⚠ BREAKING CHANGES

  • FetchLikeInit is now removed. Use EventSourceFetchInit.
  • Drop support for Node.js v18, as it is end-of-life.

Features

  • require node.js v20 or higher (91a3a48)

Bug Fixes

  • drop FetchLikeInit type. Use EventSourceFetchInit instead. (6786e46)

This release is also available on:

v3.0.7

3.0.7 (2025-05-09)

Bug Fixes

  • mark fetch init properties required in typings (1282872)

This release is also available on:

v3.0.6

3.0.6 (2025-03-27)

Bug Fixes

  • upgrade parser to latest version, improving performance (59a5ddd)

This release is also available on:

Changelog

Sourced from eventsource's changelog.

4.0.0 (2025-05-13)

⚠ BREAKING CHANGES

  • FetchLikeInit is now removed. Use EventSourceFetchInit.
  • Drop support for Node.js v18, as it is end-of-life.

Features

  • require node.js v20 or higher (91a3a48)

Bug Fixes

  • drop FetchLikeInit type. Use EventSourceFetchInit instead. (6786e46)

3.0.7 (2025-05-09)

Bug Fixes

  • mark fetch init properties required in typings (1282872)

3.0.6 (2025-03-27)

Bug Fixes

  • upgrade parser to latest version, improving performance (59a5ddd)
Commits
  • d4385cb chore(release): 4.0.0 [skip ci]
  • 3057f3a docs: update migration guide
  • 6786e46 fix!: drop FetchLikeInit type. Use EventSourceFetchInit instead.
  • 91a3a48 feat!: require node.js v20 or higher
  • 54fbb3e chore(deps): upgrade dev dependencies to latest versions
  • 270e7f2 chore(release): 3.0.7 [skip ci]
  • 1282872 fix: mark fetch init properties required in typings
  • 20869db chore(release): 3.0.6 [skip ci]
  • 55b870d chore: upgrade deno lockfile
  • fae8c99 test: silence write-after-close errors in bun/deno
  • Additional commits viewable in compare view

Updates yaml from 2.7.1 to 2.8.0

Release notes

Sourced from yaml's releases.

v2.8.0

  • Add node cache for faster alias resolution (#612)
  • Re-introduce compatibility with Node.js 14.6 (#614)
  • Add --merge option to CLI tool (#611)
  • Improve error for tag resolution error on null value (#616)
  • Allow empty string as plain scalar representation, for failsafe schema (#616)
  • docs: include cli example (#617)
Commits
  • c000eb7 2.8.0
  • 1e85fc8 style: Apply updated lint rules
  • 02f7d5f chore: Refresh lockfile
  • 389ca7c docs: include cli example (#617)
  • 0f29ce6 feat: Add --merge option to CLI tool (#611)
  • e00cab9 fix: Improve error for tag resolution error on null value (#616)
  • 2a841cc fix: Allow empty string as plain scalar representation, for failsafe schema (...
  • 55c5ef4 feat: Add node cache for faster alias resolution (#612)
  • ab17552 Merge pull request #614 from eemeli/engines-compat
  • b27c124 ci: Re-introduce tests for Node.js 14.6 and later
  • Additional commits viewable in compare view

Updates zod from 3.24.2 to 3.25.56

Release notes

Sourced from zod's releases.

v3.25.56

Commits:

  • 64bfb7001cf6f2575bf38b5e6130bc73b4b0e371 3.25.56

v3.25.55

Commits:

  • 44141ea1dbd48403f14704386119884aeda5cb27 3.25.55

v3.25.54

Commits:

  • 8ab237423cd8fdca58dc9e18f45d48d56ca2a24d fix(util): cross realm IsPlainObject check (#4627)
  • 2be1c6ad909a9d0598d9f45fedc9038213130529 Fix generic assignability issue. 3.25.54

v3.25.53

Commits:

  • a6adb148012f59d734245c637a577ed413a484e7 zod mini internals (#4631)
  • da4f92170ac838029178c4622015dbdae4a1de7c 3.25.53

v3.25.52

Commits:

  • 2954f40a4e41f61e835ba211ff084467dca1f41e Fix json (#4630)
  • 51dc6f9361851e64a925c3f4ee9364ce4da4c4e7 3.25.52
  • e479ea76ae1571064c3dade621b3af0ea2dff942 Add test cast for deferred self-recursion

v3.25.51

Commits:

  • d7ffdfa73a800ea810218431d1dd751f15d0fba4 Remove _
  • 50ef910565a14c127942442b7e09596afcfdca5f Add output type generic test
  • eb14475c3ca14562c4bf11c2111a1fbfa3d114b6 Improve docs
  • 32104c2801f01edac3fb3168017b09b6c43f3cef Improve extend docs
  • f67332f9fbcae13ce59dbb1eeb67f9c4c60bdcd9 Docs
  • 8230237b3453b02bf34b81d0bc11b40d9868cd09 Standardize string format continuability
  • c58bd9b0125881caee03a408eae88ec1dc5eb18b 3.25.51

v3.25.50

Commits:

  • 5fdece94bf1ada76e5742f2755d45d3711a8e962 fix(v4): reflect inclusive boundaries in minLength/maxLength issue objects (#4591)
  • 4897269451f0b0afeb2313389d20ffa1f22ce8b1 Restructure: mitigate excessively deep errors (#4599)
  • a88a080f0b9782a87b5732cb9cd96fc2b1a71794 Improve prototype tests
  • c7833356a3211d32ae322739a7a6f66dce52ed5f 3.25.50

v3.25.49

Commits:

... (truncated)

Commits

Updates @rollup/plugin-commonjs from 28.0.2 to 28.0.3

Changelog

Sourced from @​rollup/plugin-commonjs's changelog.

v28.0.3

2025-03-06

Bugfixes

  • fix: fix error when bundle contains require() of module with falsy __esModule export (#1850)
Commits
  • 8b5fb98 chore(release): commonjs v28.0.3
  • f873993 fix(commonjs): fix error when bundle contains require() of module with falsy ...
  • See full diff in compare view

Updates @rollup/plugin-node-resolve from 16.0.0 to 16.0.1

Changelog

Sourced from @​rollup/plugin-node-resolve's changelog.

v16.0.1

2025-03-11

Bugfixes

  • fix: add ignoreSideEffectsForRoot to exported interface (#1841)
Commits
  • e1a5ef9 chore(release): node-resolve v16.0.1
  • d455fff fix(node-resolve): add ignoreSideEffectsForRoot to exported interface (#1841)
  • d64f8d6 chore(release): node-resolve v16.0.0
  • ebd0969 feat(node-resolve)!: set development or production condition (#1823)
  • f89ca92 chore(release): node-resolve v15.3.1
  • 4cfc1c3 refactor(pluginutils,node-resolve): replace test with includes (#1787)
  • a8e326d chore(release): node-resolve v15.3.0
  • 032055b feat(node-resolve): allow preferBuiltins to be a function (#1694)
  • 6d4bb6b chore(release): node-resolve v15.2.4
  • 190aa21 chore(node-resolve): remove is-builtin-module (#1735)
  • Additional commits viewable in compare view

Updates @types/node from 22.13.4 to 22.15.30

Commits

Updates dotenv from 16.4.7 to 16.5.0

Changelog

Sourced from dotenv's changelog.

16.5.0 (2025-04-07)

Added

  • 🎉 Added new sponsor Graphite - the AI developer productivity platform helping teams on GitHub ship higher quality software, faster.

[!TIP] Become a sponsor

The dotenvx README is viewed thousands of times DAILY on GitHub and NPM. Sponsoring dotenv is a great way to get in front of developers and give back to the developer community at the same time.

Changed

  • Remove _log method. Use _debug #862
Commits

Updates eslint from 8.57.1 to 9.28.0

Release notes

Sourced from eslint's releases.

v9.28.0

Features

  • b0674be feat: Customization of serialization for languageOptions (#19760) (Nicholas C. Zakas)
  • a95721f feat: Add --pass-on-unpruned-suppressions CLI option (#19773) (Milos Djermanovic)
  • bfd0e7a feat: support TypeScript syntax in no-use-before-define (#19566) (Tanuj Kanti)
  • 68c61c0 feat: support TS syntax in no-shadow (#19565) (Nitin Kumar)
  • 0f773ef feat: support TS syntax in no-magic-numbers (#19561) (Nitin Kumar)
  • c4a6b60 feat: add allowTypeAnnotation to func-style (#19754) (sethamus)
  • b03ad17 feat: add TypeScript support to prefer-arrow-callback (#19678) (Tanuj Kanti)
  • bc3c331 feat: ignore overloaded function declarations in func-style rule (#19755) (sethamus)

Bug Fixes

  • eea3e7e fix: Remove configured global variables from GlobalScope#implicit (#19779) (Milos Djermanovic)
  • a467de3 fix: update context.report types (#19751) (Nitin Kumar)
  • fd467bb fix: remove interopDefault to use jiti's default (#19697) (sethamus)
  • 72d16e3 fix: avoid false positive in no-unassigned-vars for declare module (#19746) (Azat S.)
  • 81c3c93 fix: curly types (#19750) (Eli)

Documentation

  • 3ec2082 docs: Nested arrays in files config entry (#19799) (Nicholas C. Zakas)
  • 89a65b0 docs: clarify how config arrays can apply to subsets of files (#19788) (Shais Ch)
  • 2ba8a0d docs: Add description of meta.namespace to plugin docs (#19798) (Nicholas C. Zakas)
  • 59dd7e6 docs: update func-style with examples (#19793) (Tanuj Kanti)
  • e9129e0 docs: add global scope's implicit field to Scope Manager docs (#19770) (Milos Djermanovic)
  • 52f5b7a docs: fix minor typos and add links (#19743) (루밀LuMir)
  • 00716a3 docs: upfront recommend against using the no-return-await rule (#19727) (Mike DiDomizio)

Chores

  • 175b7b8 chore: upgrade to @eslint/js@9.28.0 (#19802) (Francesco Trotta)
  • 844f5a6 chore: package.json update for @​eslint/js release (Jenkins)
  • 62b1c1b chore: update globals to v16 (#19791) (Nitin Kumar)
  • e8a1cb8 chore: ignore jiti-v2.0 & jiti-v2.1 for renovate (#19786) (Nitin Kumar)
  • 43d3975 chore: Add Copilot Instructions file (#19753) (Nicholas C. Zakas)
  • 2dfb5eb test: update SourceCodeTraverser tests (#19763) (Milos Djermanovic)
  • 5bc21f9 chore: add *.code-workspace to .gitignore (#19771) (루밀LuMir)
  • f4fa40e refactor: NodeEventGenerator -> SourceCodeTraverser (#19679) (Nicholas C. Zakas)
  • 0f49329 refactor: use a service to emit warnings (#19725) (Francesco Trotta)
  • 20a9e59 chore: update dependency shelljs to ^0.10.0 (#19740) (renovate[bot])

v9.27.0

Features

  • d71e37f feat: Allow flags to be set in ESLINT_FLAGS env variable (#19717) (Nicholas C. Zakas)
  • ba456e0 feat: Externalize MCP server (#19699) (Nicholas C. Zakas)
  • 07c1a7e feat: add allowRegexCharacters to no-useless-escape (#19705) (sethamus)
  • 7bc6c71 feat: add no-unassigned-vars rule (#19618) (Jacob Bandes-Storch)
  • ee40364 feat: convert no-array-constructor suggestions to autofixes (#19621) (sethamus)
  • 32957cd feat: support TS syntax in max-params (#19557) (Nitin Kumar)

Bug Fixes

  • 5687ce7 fix: correct mismatched removed rules (#19734) (루밀LuMir)

... (truncated)

Changelog

Sourced from eslint's changelog.

v9.28.0 - May 30, 2025

  • 175b7b8 chore: upgrade to @eslint/js@9.28.0 (#19802) (Francesco Trotta)
  • 844f5a6 chore: package.json update for @​eslint/js release (Jenkins)
  • b0674be feat: Customization of serialization for languageOptions (#19760) (Nicholas C. Zakas)
  • 3ec2082 docs: Nested arrays in files config entry (#19799) (Nicholas C. Zakas)
  • 89a65b0 docs: clarify how config arrays can apply to subsets of files (#19788) (Shais Ch)
  • 2ba8a0d docs: Add description of meta.namespace to plugin docs (#19798) (Nicholas C. Zakas)
  • eea3e7e fix: Remove configured global variables from GlobalScope#implicit (#19779) (Milos Djermanovic)
  • a95721f feat: Add --pass-on-unpruned-suppressions CLI option (#19773) (Milos Djermanovic)
  • a467de3 fix: update context.report types (#19751) (Nitin Kumar)
  • 59dd7e6 docs: update func-style with examples (#19793) (Tanuj Kanti)
  • 62b1c1b chore: update globals to v16 (#19791) (Nitin Kumar)
  • bfd0e7a feat: support TypeScript syntax in no-use-before-define (#19566) (Tanuj Kanti)
  • 68c61c0 feat: support TS syntax in no-shadow (#19565) (Nitin Kumar)
  • e8a1cb8 chore: ignore jiti-v2.0 & jiti-v2.1 for renovate (#19786) (Nitin Kumar)
  • 0f773ef feat: support TS syntax in no-magic-numbers (#19561) (Nitin Kumar)
  • 43d3975 chore: Add Copilot Instructions file (#19753) (Nicholas C. Zakas)
  • c4a6b60 feat: add allowTypeAnnotation to func-style (#19754) (sethamus)
  • fd467bb fix: remove interopDefault to use jiti's default (#19697) (sethamus)
  • 2dfb5eb test: update SourceCodeTraverser tests (#19763) (Milos Djermanovic)
  • b03ad17 feat: add TypeScript support to prefer-arrow-callback (#19678) (Tanuj Kanti)
  • e9129e0 docs: add global scope's implicit field to Scope Manager docs (#19770) (Milos Djermanovic)
  • bc3c331 feat: ignore overloaded function declarations in func-style rule (#19755) (sethamus)
  • 5bc21f9 chore: add *.code-workspace to .gitignore (#19771) (루밀LuMir)
  • 72d16e3 fix: avoid false positive in no-unassigned-vars for declare module (#19746) (Azat S.)
  • f4fa40e refactor: NodeEventGenerator -> SourceCodeTraverser (#19679) (Nicholas C. Zakas)
  • 81c3c93 fix: curly types (#19750) (Eli)
  • 52f5b7a docs: fix minor typos and add links (#19743) (루밀LuMir)
  • 0f49329 refactor: use a service to emit warnings (#19725) (Francesco Trotta)
  • 20a9e59 chore: update dependency shelljs to ^0.10.0 (#19740) (renovate[bot])
  • 00716a3 docs: upfront recommend against using the no-return-await rule (#19727) (Mike DiDomizio)

v9.27.0 - May 16, 2025

  • f8f1560 chore: upgrade @​eslint/js@​9.27.0 (#19739) (Milos Djermanovic)
  • ecaef73 chore: package.json update for @​eslint/js release (Jenkins)
  • 25de550 docs: Update description of frozen rules to mention TypeScript (#19736) (Nicholas C. Zakas)
  • bd5def6 docs: Clean up configuration files docs (#19735) (Nicholas C. Zakas)
  • d71e37f feat: Allow flags to be set in ESLINT_FLAGS env variable (#19717) (Nicholas C. Zakas)
  • 5687ce7 fix: correct mismatched removed rules (#19734) (루밀LuMir)
  • 596fdc6 chore: update dependency @​arethetypeswrong/cli to ^0.18.0 (#19732) (renovate[bot])
  • ba456e0 feat: Externalize MCP server (#19699) (Nicholas C. Zakas)
  • dc5ed33 fix: correct types and tighten type definitions in SourceCode class (#19731) (루밀LuMir)
  • 4d0c60d docs: Add Neovim to editor integrations (#19729) (Maria José Solano)
  • f791da0 chore: remove unbalanced curly brace from .editorconfig (#19730) (Maria José Solano)
  • e86edee refactor: Consolidate Config helpers (#19675) (Nicholas C. Zakas)
  • 07c1a7e feat: add allowRegexCharacters to no-useless-escape (#19705) (sethamus)
  • cf36352 chore: remove shared types (#19718) (Francesco Trotta)
  • f60f276 refactor: Easier RuleContext creation (#19709) (Nicholas C. Zakas)

... (truncated)

Commits
  • f341f21 9.28.0
  • 779dda9 Build: changelog update for 9.28.0
  • 175b7b8 chore: upgrade to @eslint/js@9.28.0 (#19802)
  • 844f5a6 chore: package.json update for @​eslint/js release
  • b0674be feat: Customization of serialization for languageOptions (#19760)
  • 3ec2082 docs: Nested arrays in files config entry (#19799)
  • 89a65b0 docs: clarify how config arrays can apply to subsets of files (#19788)
  • 2ba8a0d docs: Add description of meta.namespace to plugin docs (#19798)
  • eea3e7e fix: Remove configured global variables from GlobalScope#implicit (#19779)
  • a95721f feat: Add --pass-on-unpruned-suppressions CLI option (#19773)
  • Additional commits viewable in compare view

Updates @types/eslint from 8.56.12 to 9.6.1

Commits

Updates rollup from 4.34.9 to 4.42.0

Release notes

Sourced from rollup's releases.

v4.42.0

4.42.0

2025-06-06

Features

  • Add option to allow the input to be located in the output in watch mode (#5966)

Pull Requests

v4.41.2

4.41.2

2025-06-06

Bug Fixes

  • Detect named export usages in dynamic imports with then and non-arrow function expressions (#5977)
  • Do not replace usages of constant variables with their values for readability (#5968)

Pull Requests

v4.41.1

4.41.1

2025-05-24

Bug Fixes

  • If a plugin calls this.resolve with skipSelf: true, subsequent calls when handling this by the same plugin with same parameters will return null to avoid infinite recursions (#5945)

Pull Requests

Package Dependencies
Ecosystem:
npm
Version Change:
3.0.5 → 3.2.2
Update Type:
Minor
Package:
zod
Ecosystem:
npm
Version Change:
3.24.2 → 3.25.56
Update Type:
Minor
Package:
eslint
Ecosystem:
npm
Version Change:
8.57.1 → 9.28.0
Update Type:
Major
Package:
@types/node
Ecosystem:
npm
Version Change:
22.13.4 → 22.15.30
Update Type:
Minor
Package:
yaml
Ecosystem:
npm
Version Change:
2.7.1 → 2.8.0
Update Type:
Minor
Package:
eventsource
Ecosystem:
npm
Version Change:
3.0.5 → 4.0.0
Update Type:
Major
Package:
rollup
Ecosystem:
npm
Version Change:
4.34.9 → 4.42.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
28.0.2 → 28.0.3
Update Type:
Patch
Package:
dotenv
Ecosystem:
npm
Version Change:
16.4.7 → 16.5.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
16.0.0 → 16.0.1
Update Type:
Patch
Package:
tsup
Ecosystem:
npm
Version Change:
8.3.6 → 8.5.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
8.56.12 → 9.6.1
Update Type:
Major
Ecosystem:
npm
Version Change:
1.11.0 → 1.12.1
Update Type:
Minor
Ecosystem:
npm
Version Change:
6.4.2 → 7.0.0
Update Type:
Major
Package:
cacheable
Ecosystem:
npm
Version Change:
1.8.10 → 1.10.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
1.4.3 → 1.5.2
Update Type:
Minor
Ecosystem:
npm
Version Change:
6.1.1 → 6.2.1
Update Type:
Minor
Ecosystem:
npm
Version Change:
0.2.14 → 0.2.16
Update Type:
Patch
Ecosystem:
npm
Version Change:
1.0.5 → 1.0.6
Update Type:
Patch
Technical Details
ID: 1315267
UUID: 3129111600
Node ID: PR_kwDON5upic6Znv0W
Host: GitHub
Repository: OneGrep/typescript-sdk