stellar / freighter-backend

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

Bump the minor-and-patch group with 10 updates #173

Closed dependabot[bot] closed 5 days ago

dependabot[bot] commented 1 week ago

Bumps the minor-and-patch group with 10 updates:

Package From To
@blockaid/client 0.25.0 0.28.1
@sentry/node 8.34.0 8.36.0
@urql/core 5.0.6 5.0.8
fastify 5.0.0 5.1.0
pino 9.4.0 9.5.0
pino-pretty 11.2.2 11.3.0
@babel/preset-typescript 7.25.7 7.26.0
@types/jest 29.5.13 29.5.14
@types/node 22.7.5 22.8.6
webpack 5.95.0 5.96.1

Updates @blockaid/client from 0.25.0 to 0.28.1

Release notes

Sourced from @​blockaid/client's releases.

v0.28.1

0.28.1 (2024-10-28)

Full Changelog: v0.28.0...v0.28.1

Features

v0.28.0

0.28.0 (2024-10-11)

Full Changelog: v0.27.4...v0.28.0

Features

v0.27.4

0.27.4 (2024-10-09)

Full Changelog: v0.27.3...v0.27.4

Features

  • api: OpenAPI spec update via Stainless API (#284) (238ae23)
  • api: OpenAPI spec update via Stainless API (#286) (2697398)
  • api: OpenAPI spec update via Stainless API (#289) (2ae9a5f)

Chores

  • internal: codegen related update (#287) (b1bc6c8)
  • internal: pass props through internal parser (#290) (55a62f5)

v0.27.3

0.27.3 (2024-10-01)

Full Changelog: v0.27.2...v0.27.3

Features

  • api: OpenAPI spec update via Stainless API (#278) (04a46b3)
  • api: OpenAPI spec update via Stainless API (#281) (6b71634)

Chores

... (truncated)

Changelog

Sourced from @​blockaid/client's changelog.

0.28.1 (2024-10-28)

Full Changelog: v0.28.0...v0.28.1

Features

0.28.0 (2024-10-11)

Full Changelog: v0.27.4...v0.28.0

Features

0.27.4 (2024-10-09)

Full Changelog: v0.27.3...v0.27.4

Features

  • api: OpenAPI spec update via Stainless API (#284) (238ae23)
  • api: OpenAPI spec update via Stainless API (#286) (2697398)
  • api: OpenAPI spec update via Stainless API (#289) (2ae9a5f)

Chores

  • internal: codegen related update (#287) (b1bc6c8)
  • internal: pass props through internal parser (#290) (55a62f5)

0.27.3 (2024-10-01)

Full Changelog: v0.27.2...v0.27.3

Features

  • api: OpenAPI spec update via Stainless API (#278) (04a46b3)
  • api: OpenAPI spec update via Stainless API (#281) (6b71634)

Chores

0.27.2 (2024-09-25)

... (truncated)

Commits
  • 2d874ea Merge pull request #300 from blockaid-official/release-please--branches--main...
  • 5e98df9 release: 0.28.1
  • cfc56f1 feat(api): api update (#298)
  • e701e4f feat(api): api update (#296)
  • 10b7fce Merge pull request #293 from blockaid-official/release-please--branches--main...
  • 2e7f893 release: 0.28.0
  • 6485e5d feat(api): api update (#294)
  • afde75c feat(api): OpenAPI spec update via Stainless API (#292)
  • 60314fa Merge pull request #285 from blockaid-official/release-please--branches--main...
  • e92dd77 release: 0.27.4
  • Additional commits viewable in compare view


Updates @sentry/node from 8.34.0 to 8.36.0

Release notes

Sourced from @​sentry/node's releases.

8.36.0

Important Changes

  • feat(nextjs/vercel-edge/cloudflare): Switch to OTEL for performance monitoring (#13889)

With this release, the Sentry Next.js, and Cloudflare SDKs will now capture performance data based on OpenTelemetry. Some exceptions apply in cases where Next.js captures inaccurate data itself.

NOTE: You may experience minor differences in transaction names in Sentry. Most importantly transactions for serverside pages router invocations will now be named GET /[param]/my/route instead of /[param]/my/route. This means that those transactions are now better aligned with the OpenTelemetry semantic conventions.

Other Changes

  • deps: Bump bundler plugins and CLI to 2.22.6 and 2.37.0 respectively (#14050)
  • feat(deps): bump @​opentelemetry/instrumentation-aws-sdk from 0.44.0 to 0.45.0 (#14099)
  • feat(deps): bump @​opentelemetry/instrumentation-connect from 0.39.0 to 0.40.0 (#14101)
  • feat(deps): bump @​opentelemetry/instrumentation-express from 0.43.0 to 0.44.0 (#14102)
  • feat(deps): bump @​opentelemetry/instrumentation-fs from 0.15.0 to 0.16.0 (#14098)
  • feat(deps): bump @​opentelemetry/instrumentation-kafkajs from 0.3.0 to 0.4.0 (#14100)
  • feat(nextjs): Add method and url to route handler request data (#14084)
  • feat(node): Add breadcrumbs for child_process and worker_thread (#13896)
  • fix(core): Ensure standalone spans are not sent if SDK is disabled (#14088)
  • fix(nextjs): Await flush in api handlers (#14023)
  • fix(nextjs): Don't leak webpack types into exports (#14116)
  • fix(nextjs): Fix matching logic for file convention type for root level components (#14038)
  • fix(nextjs): Respect directives in value injection loader (#14083)
  • fix(nuxt): Only wrap .mjs entry files in rollup (#14060)
  • fix(nuxt): Re-export all exported bindings (#14086)
  • fix(nuxt): Server-side setup in readme (#14049)
  • fix(profiling-node): Always warn when running on incompatible major version of Node.js (#14043)
  • fix(replay): Fix onError callback (#14002)
  • perf(otel): Only calculate current timestamp once (#14094)
  • test(browser-integration): Add sentry DSN route handler by default (#14095)

Bundle size 📦

Path Size
@​sentry/browser 22.73 KB
@​sentry/browser - with treeshaking flags 21.52 KB
@​sentry/browser (incl. Tracing) 35.11 KB
@​sentry/browser (incl. Tracing, Replay) 71.82 KB
@​sentry/browser (incl. Tracing, Replay) - with treeshaking flags 62.26 KB
@​sentry/browser (incl. Tracing, Replay with Canvas) 76.13 KB
@​sentry/browser (incl. Tracing, Replay, Feedback) 88.94 KB
@​sentry/browser (incl. Tracing, Replay, Feedback, metrics) 90.77 KB
@​sentry/browser (incl. metrics) 26.98 KB
@​sentry/browser (incl. Feedback) 39.87 KB
@​sentry/browser (incl. sendFeedback) 27.37 KB

... (truncated)

Changelog

Sourced from @​sentry/node's changelog.

8.36.0

Important Changes

  • feat(nextjs/vercel-edge/cloudflare): Switch to OTEL for performance monitoring (#13889)

With this release, the Sentry Next.js, and Cloudflare SDKs will now capture performance data based on OpenTelemetry. Some exceptions apply in cases where Next.js captures inaccurate data itself.

NOTE: You may experience minor differences in transaction names in Sentry. Most importantly transactions for serverside pages router invocations will now be named GET /[param]/my/route instead of /[param]/my/route. This means that those transactions are now better aligned with the OpenTelemetry semantic conventions.

Other Changes

  • deps: Bump bundler plugins and CLI to 2.22.6 and 2.37.0 respectively (#14050)
  • feat(deps): bump @​opentelemetry/instrumentation-aws-sdk from 0.44.0 to 0.45.0 (#14099)
  • feat(deps): bump @​opentelemetry/instrumentation-connect from 0.39.0 to 0.40.0 (#14101)
  • feat(deps): bump @​opentelemetry/instrumentation-express from 0.43.0 to 0.44.0 (#14102)
  • feat(deps): bump @​opentelemetry/instrumentation-fs from 0.15.0 to 0.16.0 (#14098)
  • feat(deps): bump @​opentelemetry/instrumentation-kafkajs from 0.3.0 to 0.4.0 (#14100)
  • feat(nextjs): Add method and url to route handler request data (#14084)
  • feat(node): Add breadcrumbs for child_process and worker_thread (#13896)
  • fix(core): Ensure standalone spans are not sent if SDK is disabled (#14088)
  • fix(nextjs): Await flush in api handlers (#14023)
  • fix(nextjs): Don't leak webpack types into exports (#14116)
  • fix(nextjs): Fix matching logic for file convention type for root level components (#14038)
  • fix(nextjs): Respect directives in value injection loader (#14083)
  • fix(nuxt): Only wrap .mjs entry files in rollup (#14060)
  • fix(nuxt): Re-export all exported bindings (#14086)
  • fix(nuxt): Server-side setup in readme (#14049)
  • fix(profiling-node): Always warn when running on incompatible major version of Node.js (#14043)
  • fix(replay): Fix onError callback (#14002)
  • perf(otel): Only calculate current timestamp once (#14094)
  • test(browser-integration): Add sentry DSN route handler by default (#14095)

8.35.0

Beta release of the official Nuxt Sentry SDK

This release marks the beta release of the @sentry/nuxt Sentry SDK. For details on how to use it, check out the Sentry Nuxt SDK README. Please reach out on GitHub if you have any feedback or concerns.

  • feat(nuxt): Make dynamic import() wrapping default (#13958) (BREAKING)
  • feat(nuxt): Add Rollup plugin to wrap server entry with import() (#13945)

**It is no longer required to add a Node --import flag. Please update your start command to avoid initializing Sentry

... (truncated)

Commits
  • 13e6c8e release: 8.36.0
  • a566681 Merge pull request #14136 from getsentry/prepare-release/8.36.0
  • 09c8577 meta(changelog): Update changelog for 8.36.0
  • b6dbde8 Merge pull request #14135 from getsentry/master
  • 472c228 ref(nuxt): Revert Sentry Pinia plugin (#14134)
  • a9cedf9 Merge pull request #14120 from getsentry/prepare-release/8.36.0
  • c98377b fix(aws-serverless): Remove possible prototype pollution source (#14110)
  • a091bdd feat(replay): Expose recordingMode in public API (#14085)
  • 8d9322c meta(changelog): Update changelog for 8.36.0
  • 06ef628 feat(nextjs): Add method and url to route handler request data (#14084)
  • Additional commits viewable in compare view


Updates @urql/core from 5.0.6 to 5.0.8

Release notes

Sourced from @​urql/core's releases.

@​urql/core@​5.0.8

Patch Changes

@​urql/core@​5.0.7

Patch Changes

  • Remove for-of syntax from @urql/core helpers for JSC memory reduction Submitted by @​kitten (See #3690)
Changelog

Sourced from @​urql/core's changelog.

5.0.8

Patch Changes

5.0.7

Patch Changes

  • Remove for-of syntax from @urql/core helpers for JSC memory reduction Submitted by @​kitten (See #3690)
Commits


Updates fastify from 5.0.0 to 5.1.0

Release notes

Sourced from fastify's releases.

v5.1.0

What's Changed

... (truncated)

Commits


Updates pino from 9.4.0 to 9.5.0

Release notes

Sourced from pino's releases.

v9.5.0

What's Changed

New Contributors

Full Changelog: https://github.com/pinojs/pino/compare/v9.4.0...v9.5.0

Commits
  • bb68e01 Bumped v9.5.0
  • 84bbd35 fix: Ensure silent log level is respected with browser.transmit option (#2052)
  • 5bc0a92 feature: allow sync flag to be passed to ThreadStream for synchronous… (#2063)
  • f220965 docs -> #2061 Alphabetize transport list and reorder sections in documentatio...
  • d32fd55 docs->added pino-hana transport (#2059)
  • 7cff45a build(deps-dev): bump @​yao-pkg/pkg from 5.13.0 to 5.15.0 (#2050)
  • cd09737 doc: Add Transport @​macfja/pino-fingers-crossed (#2047)
  • 0ab1bdd Update transports.md (#2041)
  • de5a697 build(deps): bump pino-abstract-transport from 1.2.0 to 2.0.0 (#2043)
  • eef2f87 build(deps-dev): bump @​yao-pkg/pkg from 5.12.1 to 5.13.0 (#2042)
  • See full diff in compare view


Updates pino-pretty from 11.2.2 to 11.3.0

Release notes

Sourced from pino-pretty's releases.

v11.3.0

What's Changed

New Contributors

Full Changelog: https://github.com/pinojs/pino-pretty/compare/v11.2.2...v11.3.0

Commits


Updates @babel/preset-typescript from 7.25.7 to 7.26.0

Release notes

Sourced from @​babel/preset-typescript's releases.

v7.26.0 (2024-10-25)

Thanks @​timofei-iatsenko for your first PR!

You can find the release blog post with some highlights at https://babeljs.io/blog/2024/10/25/7.26.0.

:rocket: New Feature

  • babel-core, babel-generator, babel-parser, babel-plugin-syntax-import-assertions, babel-plugin-syntax-import-attributes, babel-preset-env, babel-standalone, babel-types
  • babel-core
  • babel-compat-data, babel-plugin-proposal-regexp-modifiers, babel-plugin-transform-regexp-modifiers, babel-preset-env, babel-standalone
  • babel-parser
  • babel-generator, babel-parser, babel-plugin-syntax-flow
  • babel-helpers, babel-preset-typescript, babel-runtime-corejs3
  • babel-generator, babel-parser

:bug: Bug Fix

:nail_care: Polish

  • babel-plugin-proposal-json-modules, babel-plugin-transform-json-modules, babel-standalone

:house: Internal

:running_woman: Performance

  • babel-helper-module-transforms, babel-plugin-transform-modules-commonjs

Committers: 5

v7.25.9 (2024-10-22)

... (truncated)

Changelog

Sourced from @​babel/preset-typescript's changelog.

v7.26.0 (2024-10-25)

:rocket: New Feature

  • babel-core, babel-generator, babel-parser, babel-plugin-syntax-import-assertions, babel-plugin-syntax-import-attributes, babel-preset-env, babel-standalone, babel-types
  • babel-core
  • babel-compat-data, babel-plugin-proposal-regexp-modifiers, babel-plugin-transform-regexp-modifiers, babel-preset-env, babel-standalone
  • babel-parser
  • babel-generator, babel-parser, babel-plugin-syntax-flow
  • babel-helpers, babel-preset-typescript, babel-runtime-corejs3
  • babel-generator, babel-parser

:bug: Bug Fix

:nail_care: Polish

  • babel-plugin-proposal-json-modules, babel-plugin-transform-json-modules, babel-standalone

:house: Internal

:running_woman: Performance

  • babel-helper-module-transforms, babel-plugin-transform-modules-commonjs

v7.25.9 (2024-10-22)

:bug: Bug Fix

  • babel-parser, babel-template, babel-types
  • babel-helper-compilation-targets, babel-preset-env
  • Other

:house: Internal

  • babel-helper-transform-fixture-test-runner

... (truncated)

Commits
  • 63d3038 v7.26.... _Description has been truncated_
socket-security[bot] commented 1 week ago

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

Package New capabilities Transitives Size Publisher
npm/@babel/code-frame@7.26.2 None 0 33.2 kB existentialism, hzoo, jlhwung, ...1 more
npm/@babel/generator@7.26.2 None +1 2.44 MB existentialism, hzoo, jlhwung, ...1 more
npm/@babel/helper-annotate-as-pure@7.25.9 None 0 4.05 kB existentialism, hzoo, jlhwung, ...1 more
npm/@babel/helper-create-class-features-plugin@7.25.9 None 0 441 kB existentialism, hzoo, jlhwung, ...1 more
npm/@babel/helper-member-expression-to-functions@7.25.9 None 0 54.7 kB existentialism, hzoo, jlhwung, ...1 more
npm/@babel/helper-module-imports@7.25.9 None 0 63.7 kB existentialism, hzoo, jlhwung, ...1 more
npm/@babel/helper-module-transforms@7.26.0 None 0 161 kB existentialism, hzoo, jlhwung, ...1 more
npm/@babel/helper-optimise-call-expression@7.25.9 None 0 6.67 kB existentialism, hzoo, jlhwung, ...1 more
npm/@babel/helper-plugin-utils@7.25.9 None 0 12 kB existentialism, hzoo, jlhwung, ...1 more
npm/@babel/helper-replace-supers@7.25.9 None 0 43.3 kB existentialism, hzoo, jlhwung, ...1 more
npm/@babel/helper-simple-access@7.25.9 None 0 14.1 kB existentialism, hzoo, jlhwung, ...1 more
npm/@babel/helper-skip-transparent-expression-wrappers@7.25.9 None 0 6 kB existentialism, hzoo, jlhwung, ...1 more
npm/@babel/helper-string-parser@7.25.9 None 0 31.8 kB existentialism, hzoo, jlhwung, ...1 more
npm/@babel/helper-validator-identifier@7.25.9 None 0 48.3 kB nicolo-ribaudo
npm/@babel/helper-validator-option@7.25.9 None 0 11.8 kB existentialism, hzoo, jlhwung, ...1 more
npm/@babel/plugin-syntax-jsx@7.25.9 None 0 4.14 kB existentialism, hzoo, jlhwung, ...1 more
npm/@babel/plugin-syntax-typescript@7.25.9 None 0 7.04 kB nicolo-ribaudo
npm/@babel/plugin-transform-modules-commonjs@7.25.9 None 0 42.5 kB existentialism, hzoo, jlhwung, ...1 more
npm/@babel/plugin-transform-typescript@7.25.9 None 0 135 kB existentialism, hzoo, jlhwung, ...1 more
npm/@babel/preset-typescript@7.26.0 None 0 23.6 kB existentialism, hzoo, jlhwung, ...1 more
npm/@babel/template@7.25.9 None 0 70.3 kB nicolo-ribaudo
npm/@babel/traverse@7.25.9 None 0 672 kB existentialism, hzoo, jlhwung, ...1 more
npm/@babel/types@7.26.0 environment 0 2.55 MB nicolo-ribaudo
npm/@blockaid/client@0.28.1 environment, network 0 972 kB blockaiduser
npm/@opentelemetry/instrumentation-connect@0.40.0 None +2 686 kB bogdandrutu, dyladan, pichlermarc
npm/@opentelemetry/instrumentation-express@0.44.0 None 0 93.3 kB bogdandrutu, dyladan, pichlermarc
npm/@opentelemetry/instrumentation-fastify@0.40.0 None 0 70.1 kB dyladan
npm/@opentelemetry/instrumentation-fs@0.16.0 None 0 80.6 kB bogdandrutu, dyladan, pichlermarc
npm/@opentelemetry/instrumentation-kafkajs@0.4.0 None 0 60.1 kB dyladan
npm/@sentry/core@8.36.0 None 0 1.91 MB sentry-bot
npm/@sentry/node@8.36.0 None 0 2.76 MB benvinegar, billyvg, evanpurkhiser, ...8 more
npm/@sentry/opentelemetry@8.36.0 None 0 957 kB benvinegar, billyvg, evanpurkhiser, ...8 more
npm/@sentry/types@8.36.0 None 0 338 kB sentry-bot
npm/@sentry/utils@8.36.0 network 0 1.18 MB sentry-bot
npm/@types/eslint-scope@3.7.7 None +1 32.1 kB types
npm/@types/eslint@9.6.1 None +1 227 kB types
npm/@types/jest@29.5.14 None 0 78.8 kB types
npm/@urql/core@5.0.8 environment, network 0 930 kB jdecroock
npm/acorn@8.14.0 None 0 547 kB marijn
npm/fastify@5.1.0 None 0 2.55 MB eomm
npm/pino-abstract-transport@2.0.0 None 0 38.2 kB matteo.collina
npm/pino-pretty@11.3.0 None 0 237 kB jsumners, matteo.collina, watson
npm/pino@9.5.0 None 0 743 kB davidmarkclements, jsumners, matteo.collina, ...1 more
npm/webpack@5.96.1 environment, filesystem, network, unsafe 0 5.18 MB evilebottnawi, jhnns, sokra, ...1 more

🚮 Removed packages: npm/@babel/code-frame@7.25.7, npm/@babel/generator@7.25.7, npm/@babel/helper-annotate-as-pure@7.25.7, npm/@babel/helper-create-class-features-plugin@7.25.7, npm/@babel/helper-member-expression-to-functions@7.25.7, npm/@babel/helper-module-imports@7.25.7, npm/@babel/helper-module-transforms@7.25.7, npm/@babel/helper-optimise-call-expression@7.25.7, npm/@babel/helper-plugin-utils@7.25.7, npm/@babel/helper-replace-supers@7.25.7, npm/@babel/helper-simple-access@7.25.7, npm/@babel/helper-skip-transparent-expression-wrappers@7.25.7, npm/@babel/helper-string-parser@7.25.7, npm/@babel/helper-validator-identifier@7.25.7, npm/@babel/helper-validator-option@7.25.7, npm/@babel/highlight@7.25.7, npm/@babel/parser@7.25.8, npm/@babel/plugin-syntax-jsx@7.25.7, npm/@babel/plugin-syntax-typescript@7.25.7, npm/@babel/plugin-transform-modules-commonjs@7.25.7, npm/@babel/plugin-transform-typescript@7.25.7, npm/@babel/preset-typescript@7.25.7, npm/@babel/template@7.25.7, npm/@babel/traverse@7.25.7, npm/@babel/types@7.25.8, npm/@blockaid/client@0.25.0, npm/@opentelemetry/instrumentation-connect@0.39.0, npm/@opentelemetry/instrumentation-express@0.42.0, npm/@opentelemetry/instrumentation-fastify@0.39.0, npm/@opentelemetry/instrumentation-fs@0.15.0, npm/@opentelemetry/instrumentation-kafkajs@0.3.0, npm/@sentry/core@8.34.0, npm/@sentry/node@8.34.0, npm/@sentry/opentelemetry@8.34.0, npm/@sentry/types@8.34.0, npm/@sentry/utils@8.34.0, npm/@types/jest@29.5.13, npm/@urql/core@5.0.6, npm/acorn@8.12.1, npm/chalk@2.4.2, npm/escape-string-regexp@1.0.5, npm/fastify@5.0.0, npm/has-flag@3.0.0, npm/pino-abstract-transport@1.2.0, npm/pino-pretty@11.2.2, npm/pino@9.4.0, npm/supports-color@5.5.0, npm/to-fast-properties@2.0.0, npm/webpack@5.95.0

View full report↗︎

dependabot[bot] commented 5 days ago

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