stellar / freighter-backend

Freighter's indexer integration layer and general backend
1 stars 3 forks source link

Bump the minor-and-patch group across 1 directory with 7 updates #154

Closed dependabot[bot] closed 1 month ago

dependabot[bot] commented 1 month ago

Bumps the minor-and-patch group with 7 updates in the / directory:

Package From To
@blockaid/client 0.25.0 0.26.0
@sentry/node 8.28.0 8.30.0
stellar-sdk 12.2.0 12.3.0
@types/jest 29.5.12 29.5.13
@types/node 22.5.4 22.5.5
husky 9.1.5 9.1.6
typescript 5.5.4 5.6.2

Updates @blockaid/client from 0.25.0 to 0.26.0

Release notes

Sourced from @​blockaid/client's releases.

v0.26.0

0.26.0 (2024-09-12)

Full Changelog: v0.25.0...v0.26.0

Features

  • api: OpenAPI spec update via Stainless API (#242) (922248c)
  • api: OpenAPI spec update via Stainless API (#245) (e5bae2f)
  • api: OpenAPI spec update via Stainless API (#246) (98816a0)
  • api: OpenAPI spec update via Stainless API (#248) (2aab321)
  • api: OpenAPI spec update via Stainless API (#256) (2fa0c63)
  • api: OpenAPI spec update via Stainless API (#261) (b5ed130)

Bug Fixes

  • client: correct File construction from node-fetch Responses (#244) (1785ebf)
  • errors: pass message through to APIConnectionError (#254) (f785f53)
  • errors: pass message through to APIConnectionError (#259) (e5904f0)
  • uploads: avoid making redundant memory copies (#251) (8d73c25)

Chores

  • better object fallback behaviour for casting errors (#255) (f1e5a10)
  • better object fallback behaviour for casting errors (#260) (0b79ea3)
  • internal: codegen related update (#252) (bc00dce)
  • internal: codegen related update (#253) (b56587a)
  • internal: codegen related update (#257) (5f37e23)
  • internal: codegen related update (#258) (d7c64c3)
  • internal: dependency updates (#247) (7778143)
Changelog

Sourced from @​blockaid/client's changelog.

0.26.0 (2024-09-12)

Full Changelog: v0.25.0...v0.26.0

Features

  • api: OpenAPI spec update via Stainless API (#242) (922248c)
  • api: OpenAPI spec update via Stainless API (#245) (e5bae2f)
  • api: OpenAPI spec update via Stainless API (#246) (98816a0)
  • api: OpenAPI spec update via Stainless API (#248) (2aab321)
  • api: OpenAPI spec update via Stainless API (#256) (2fa0c63)
  • api: OpenAPI spec update via Stainless API (#261) (b5ed130)

Bug Fixes

  • client: correct File construction from node-fetch Responses (#244) (1785ebf)
  • errors: pass message through to APIConnectionError (#254) (f785f53)
  • errors: pass message through to APIConnectionError (#259) (e5904f0)
  • uploads: avoid making redundant memory copies (#251) (8d73c25)

Chores

  • better object fallback behaviour for casting errors (#255) (f1e5a10)
  • better object fallback behaviour for casting errors (#260) (0b79ea3)
  • internal: codegen related update (#252) (bc00dce)
  • internal: codegen related update (#253) (b56587a)
  • internal: codegen related update (#257) (5f37e23)
  • internal: codegen related update (#258) (d7c64c3)
  • internal: dependency updates (#247) (7778143)
Commits
  • 28807ce Merge pull request #243 from blockaid-official/release-please--branches--main...
  • b237a7a release: 0.26.0
  • b5ed130 feat(api): OpenAPI spec update via Stainless API (#261)
  • 0b79ea3 chore: better object fallback behaviour for casting errors (#260)
  • e5904f0 fix(errors): pass message through to APIConnectionError (#259)
  • d7c64c3 chore(internal): codegen related update (#258)
  • 5f37e23 chore(internal): codegen related update (#257)
  • 2fa0c63 feat(api): OpenAPI spec update via Stainless API (#256)
  • f1e5a10 chore: better object fallback behaviour for casting errors (#255)
  • f785f53 fix(errors): pass message through to APIConnectionError (#254)
  • Additional commits viewable in compare view


Updates @sentry/node from 8.28.0 to 8.30.0

Release notes

Sourced from @​sentry/node's releases.

8.30.0

Important Changes

  • feat(node): Add kafkajs integration (#13528)

This release adds a new integration that instruments kafkajs library with spans and traces. This integration is automatically enabled by default, but can be included with the Sentry.kafkaIntegration() import.

Sentry.init({
  integrations: [Sentry.kafkaIntegration()],
});

Other Changes

  • feat(core): Allow adding measurements without global client (#13612)
  • feat(deps): Bump @​opentelemetry/instrumentation-undici from 0.5.0 to 0.6.0 (#13622)
  • feat(deps): Bump @​sentry/cli from 2.33.0 to 2.35.0 (#13624)
  • feat(node): Use @opentelemetry/instrumentation-undici for fetch tracing (#13485)
  • feat(nuxt): Add server config to root folder (#13583)
  • feat(otel): Upgrade @​opentelemetry/semantic-conventions to 1.26.0 (#13631)
  • fix(browser): check supportedEntryTypes before caling the function (#13541)
  • fix(browser): Ensure Standalone CLS span timestamps are correct (#13649)
  • fix(nextjs): Widen removal of 404 transactions (#13628)
  • fix(node): Remove ambiguity and race conditions when matching local variables to exceptions (#13501)
  • fix(node): Update OpenTelemetry instrumentation package for solidstart and opentelemetry (#13640)
  • fix(node): Update OpenTelemetry instrumentation package for solidstart and opentelemetry (#13642)
  • fix(vue): Ensure Vue trackComponents list matches components with or without <> (#13543)
  • ref(profiling): Conditionally shim cjs globals (#13267)

Work in this release was contributed by @​Zen-cronic and @​odanado. Thank you for your contributions!

8.29.0

Important Changes

  • Beta releases of official Solid and SolidStart Sentry SDKs

This release marks the beta releases of the @sentry/solid and @sentry/solidstart Sentry SDKs. For details on how to use them, check out the Sentry Solid SDK README and the Sentry SolidStart SDK README respectively. Please reach out on GitHub if you have any feedback or concerns.

  • feat(node): Option to only wrap instrumented modules (#13139)

Adds the SDK option to only wrap ES modules with import-in-the-middle that specifically need to be instrumented.

</tr></table> 

... (truncated)

Changelog

Sourced from @​sentry/node's changelog.

8.30.0

Important Changes

  • feat(node): Add kafkajs integration (#13528)

This release adds a new integration that instruments kafkajs library with spans and traces. This integration is automatically enabled by default, but can be included with the Sentry.kafkaIntegration() import.

Sentry.init({
  integrations: [Sentry.kafkaIntegration()],
});

Other Changes

  • feat(core): Allow adding measurements without global client (#13612)
  • feat(deps): Bump @​opentelemetry/instrumentation-undici from 0.5.0 to 0.6.0 (#13622)
  • feat(deps): Bump @​sentry/cli from 2.33.0 to 2.35.0 (#13624)
  • feat(node): Use @opentelemetry/instrumentation-undici for fetch tracing (#13485)
  • feat(nuxt): Add server config to root folder (#13583)
  • feat(otel): Upgrade @​opentelemetry/semantic-conventions to 1.26.0 (#13631)
  • fix(browser): check supportedEntryTypes before caling the function (#13541)
  • fix(browser): Ensure Standalone CLS span timestamps are correct (#13649)
  • fix(nextjs): Widen removal of 404 transactions (#13628)
  • fix(node): Remove ambiguity and race conditions when matching local variables to exceptions (#13501)
  • fix(node): Update OpenTelemetry instrumentation package for solidstart and opentelemetry (#13640)
  • fix(node): Update OpenTelemetry instrumentation package for solidstart and opentelemetry (#13642)
  • fix(vue): Ensure Vue trackComponents list matches components with or without <> (#13543)
  • ref(profiling): Conditionally shim cjs globals (#13267)

Work in this release was contributed by @​Zen-cronic and @​odanado. Thank you for your contributions!

8.29.0

Important Changes

  • Beta releases of official Solid and SolidStart Sentry SDKs

This release marks the beta releases of the @sentry/solid and @sentry/solidstart Sentry SDKs. For details on how to use them, check out the Sentry Solid SDK README and the Sentry SolidStart SDK README respectively. Please reach out on GitHub if you have any feedback or concerns.

  • feat(node): Option to only wrap instrumented modules (#13139)

Adds the SDK option to only wrap ES modules with import-in-the-middle that specifically need to be instrumented.

... (truncated)

Commits
  • c4fe337 release: 8.30.0
  • 7750a3f Merge pull request #13648 from getsentry/prepare-release/8.30.0
  • aba68f7 meta: Update CHANGELOG for 8.30.0
  • ae4451d ci: Add some additional GH project automation (#13629)
  • a2d1b2c fix(browser): Ensure Standalone CLS span timestamps are correct (#13649)
  • 1285e4b feat(node): Add kafkajs integration (#13528)
  • cef6986 feat(otel): Upgrade @​opentelemetry/semantic-conventions to 1.26.0 (#13631)
  • 017e8f9 fix(nextjs): Widen removal of 404 transactions (#13628)
  • 4c6dd80 fix(node): Remove ambiguity and race conditions when matching local variables...
  • 7fa366f ref(profiling): Conditionally shim cjs globals (#13267)
  • Additional commits viewable in compare view


Updates stellar-sdk from 12.2.0 to 12.3.0

Release notes

Sourced from stellar-sdk's releases.

v12.3.0

Added

  • rpc.Server now has a getTransactions, which has the same response schema as getTransactions except with bundles of transactions (#1037).
  • rpc.Server now has a getVersionInfo method which reports version information of the RPC instance it is connected to (#1028):
export interface GetVersionInfoResponse {
  version: string;
  commit_hash: string;
  build_time_stamp: string;
  captive_core_version: string;
  protocol_version: number;
}

Fixed

  • Lower authorization entry's default signature expiration to ~8min for security reasons (#1023).
  • Remove statusText error check to broaden compatibility (#1001).
  • Upgraded stellar-base which includes various fixes (release notes, #1045).

Contributors

@​Shaptic @​chadoh @​aditya1702 @​psheth9

New Contributors

Full Changelog: https://github.com/stellar/js-stellar-sdk/compare/v12.2.0...v12.3.0

Changelog

Sourced from stellar-sdk's changelog.

v12.3.0

Added

  • rpc.Server now has a getTransactions, which has the same response schema as getTransactions except with bundles of transactions (#1037).
  • rpc.Server now has a getVersionInfo method which reports version information of the RPC instance it is connected to (#1028):
export interface GetVersionInfoResponse {
  version: string;
  commit_hash: string;
  build_time_stamp: string;
  captive_core_version: string;
  protocol_version: number;
}

Fixed

  • Lower authorization entry's default signature expiration to ~8min for security reasons (#1023).
  • Remove statusText error check to broaden compatibility (#1001).
  • Upgraded stellar-base which includes various fixes (release notes, #1045).
Commits
  • 99cf4cc Release v12.3.0 (#1045)
  • e6cda07 RPC: Add support for getTransactions endpoint (#1037)
  • 581b32a Use renamed custom types example contract (#1043)
  • 3e081ba Modify auth entry sig expiration to ~8min (#1023)
  • 72ec060 Add support for getVersionInfo endpoint (#1028)
  • e4dd603 Remove statusText error check to broaden compatibility (#1001)
  • a2f69d9 Bump the minor-and-patch group across 1 directory with 9 updates (#1027)
  • 5ab7797 Update endpoint documentation references in the jsdocs (#1026)
  • 6a0c519 Update npm link in the README (#1025)
  • 161c083 Bump the minor-and-patch group across 1 directory with 2 updates (#1018)
  • Additional commits viewable in compare view


Updates @types/jest from 29.5.12 to 29.5.13

Commits


Updates @types/node from 22.5.4 to 22.5.5

Commits


Updates husky from 9.1.5 to 9.1.6

Release notes

Sourced from husky's releases.

v9.1.6

What's Changed

New Contributors

Full Changelog: https://github.com/typicode/husky/compare/v9.1.5...v9.1.6

Commits


Updates typescript from 5.5.4 to 5.6.2

Release notes

Sourced from typescript's releases.

TypeScript 5.6

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

TypeScript 5.6 RC

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

TypeScript 5.6 Beta

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

Commits
  • a7e3374 Bump version to 5.6.2 and LKG
  • 2063357 🤖 Pick PR #59708 (LEGO: Pull request from lego/hb_537...) into release-5.6 (#...
  • 4fe7e41 🤖 Pick PR #59670 (fix(59649): ts Move to a new file d...) into release-5.6 (#...
  • 1a03e53 🤖 Pick PR #59761 (this can be nullish) into release-5.6 (#59762)
  • 6212132 Update LKG
  • bbb5faf 🤖 Pick PR #59542 (Fixing delay caused in vscode due t...) into release-5.6 (#...
  • e6914a5 Bump version to 5.6.1-rc and LKG
  • 34121c4 Update LKG
  • 2a30c2a Merge remote-tracking branch 'origin/main' into release-5.6
  • 936a79b Expose TypeChecker. getAwaitedType to public (#59268)
  • Additional commits viewable in compare view


Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore ` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
socket-security[bot] commented 1 month ago

New and removed dependencies detected. Learn more about Socket for GitHub ↗︎

Package New capabilities Transitives Size Publisher
npm/@blockaid/client@0.26.0 environment, network 0 928 kB blockaiduser
npm/@opentelemetry/api-logs@0.53.0 None 0 166 kB pichlermarc
npm/@opentelemetry/core@1.26.0 None 0 908 kB pichlermarc
npm/@opentelemetry/instrumentation-connect@0.39.0 None 0 53.6 kB bogdandrutu, dyladan, pichlermarc
npm/@opentelemetry/instrumentation-express@0.42.0 None 0 90.2 kB bogdandrutu, dyladan, pichlermarc
npm/@opentelemetry/instrumentation-fastify@0.39.0 None 0 70.1 kB bogdandrutu, dyladan, pichlermarc
npm/@opentelemetry/instrumentation-fs@0.15.0 None 0 80.6 kB bogdandrutu, dyladan, pichlermarc
npm/@opentelemetry/instrumentation-generic-pool@0.39.0 None 0 35.4 kB bogdandrutu, dyladan, pichlermarc
npm/@opentelemetry/instrumentation-graphql@0.43.0 None 0 126 kB bogdandrutu, dyladan, pichlermarc
npm/@opentelemetry/instrumentation-hapi@0.41.0 None 0 85.8 kB bogdandrutu, dyladan, pichlermarc
npm/@opentelemetry/instrumentation-http@0.53.0 None 0 184 kB pichlermarc
npm/@opentelemetry/instrumentation-ioredis@0.43.0 None 0 56.5 kB bogdandrutu, dyladan, pichlermarc
npm/@opentelemetry/instrumentation-kafkajs@0.3.0 None 0 60.2 kB dyladan
npm/@opentelemetry/instrumentation-koa@0.43.0 None 0 60.8 kB bogdandrutu, dyladan, pichlermarc
npm/@opentelemetry/instrumentation-mongodb@0.47.0 None 0 130 kB bogdandrutu, dyladan, pichlermarc
npm/@opentelemetry/instrumentation-mongoose@0.42.0 None 0 68.7 kB bogdandrutu, dyladan, pichlermarc
npm/@opentelemetry/instrumentation-mysql@0.41.0 None 0 74.9 kB bogdandrutu, dyladan, pichlermarc
npm/@opentelemetry/instrumentation-mysql2@0.41.0 None 0 55 kB bogdandrutu, dyladan, pichlermarc
npm/@opentelemetry/instrumentation-nestjs-core@0.40.0 None 0 51.9 kB bogdandrutu, dyladan, pichlermarc
npm/@opentelemetry/instrumentation-pg@0.44.0 None 0 104 kB bogdandrutu, dyladan, pichlermarc
npm/@opentelemetry/instrumentation-redis-4@0.42.0 None 0 82.2 kB bogdandrutu, dyladan, pichlermarc
npm/@opentelemetry/instrumentation-undici@0.6.0 unsafe 0 106 kB dyladan
npm/@opentelemetry/instrumentation@0.53.0 filesystem 0 432 kB pichlermarc
npm/@opentelemetry/resources@1.26.0 environment, filesystem, shell 0 557 kB pichlermarc
npm/@opentelemetry/sdk-trace-base@1.26.0 None 0 783 kB pichlermarc
npm/@opentelemetry/semantic-conventions@1.27.0 None 0 5.34 MB pichlermarc
npm/@prisma/instrumentation@5.19.1 environment 0 35.6 kB prismabot
npm/@sentry/core@8.30.0 None 0 1.94 MB benvinegar, billyvg, evanpurkhiser, ...8 more
npm/@sentry/node@8.30.0 environment, unsafe 0 2.63 MB benvinegar, billyvg, evanpurkhiser, ...8 more
npm/@sentry/opentelemetry@8.30.0 None 0 963 kB sentry-bot
npm/@sentry/types@8.30.0 None 0 333 kB benvinegar, billyvg, evanpurkhiser, ...8 more
npm/@sentry/utils@8.30.0 None 0 1.19 MB benvinegar, billyvg, evanpurkhiser, ...8 more
npm/@types/jest@29.5.13 None 0 78.8 kB types
npm/@types/mysql@2.15.26 None 0 25.3 kB types
npm/@types/node@22.5.5 None 0 2.2 MB types
npm/@types/pg-pool@2.0.6 None 0 4.4 kB types
npm/husky@9.1.6 environment, filesystem, shell 0 4.03 kB typicode
npm/typescript@5.6.2 None 0 22.4 MB typescript-bot

🚮 Removed packages: npm/@blockaid/client@0.25.0, npm/@opentelemetry/api-logs@0.52.1, npm/@opentelemetry/core@1.25.1, npm/@opentelemetry/instrumentation-connect@0.38.0, npm/@opentelemetry/instrumentation-express@0.41.1, npm/@opentelemetry/instrumentation-fastify@0.38.0, npm/@opentelemetry/instrumentation-fs@0.14.0, npm/@opentelemetry/instrumentation-graphql@0.42.0, npm/@opentelemetry/instrumentation-hapi@0.40.0, npm/@opentelemetry/instrumentation-http@0.52.1, npm/@opentelemetry/instrumentation-ioredis@0.42.0, npm/@opentelemetry/instrumentation-koa@0.42.0, npm/@opentelemetry/instrumentation-mongodb@0.46.0, npm/@opentelemetry/instrumentation-mongoose@0.40.0, npm/@opentelemetry/instrumentation-mysql2@0.40.0, npm/@opentelemetry/instrumentation-mysql@0.40.0, npm/@opentelemetry/instrumentation-nestjs-core@0.39.0, npm/@opentelemetry/instrumentation-pg@0.43.0, npm/@opentelemetry/instrumentation-redis-4@0.41.0, npm/@opentelemetry/instrumentation@0.52.1, npm/@opentelemetry/resources@1.25.1, npm/@opentelemetry/sdk-trace-base@1.25.1, npm/@opentelemetry/semantic-conventions@1.25.1, npm/@prisma/instrumentation@5.18.0, npm/@sentry/core@8.28.0, npm/@sentry/node@8.28.0, npm/@sentry/opentelemetry@8.28.0, npm/@sentry/types@8.28.0, npm/@sentry/utils@8.28.0, npm/@types/jest@29.5.12, npm/@types/mysql@2.15.22, npm/@types/node@22.5.4, npm/@types/pg-pool@2.0.4, npm/husky@9.1.5, npm/opentelemetry-instrumentation-fetch-node@1.2.3, npm/typescript@5.5.4

View full report↗︎

dependabot[bot] commented 1 month ago

Looks like these dependencies are updatable in another way, so this is no longer needed.