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 9 updates #174

Closed dependabot[bot] closed 2 days ago

dependabot[bot] commented 5 days ago

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

Package From To
@blockaid/client 0.25.0 0.28.1
@sentry/node 8.34.0 8.37.1
@urql/core 5.0.6 5.0.8
fastify 5.0.0 5.1.0
pino 9.4.0 9.5.0
@babel/preset-typescript 7.25.7 7.26.0
@types/jest 29.5.13 29.5.14
@types/node 22.7.5 22.9.0
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.37.1

Release notes

Sourced from @​sentry/node's releases.

8.37.1

  • feat(deps): Bump @​opentelemetry/instrumentation from 0.53.0 to 0.54.0 for @​sentry/opentelemetry (#14187)

Bundle size 📦

Path Size
@​sentry/browser 22.76 KB
@​sentry/browser - with treeshaking flags 21.54 KB
@​sentry/browser (incl. Tracing) 35.18 KB
@​sentry/browser (incl. Tracing, Replay) 71.9 KB
@​sentry/browser (incl. Tracing, Replay) - with treeshaking flags 62.33 KB
@​sentry/browser (incl. Tracing, Replay with Canvas) 76.22 KB
@​sentry/browser (incl. Tracing, Replay, Feedback) 89.02 KB
@​sentry/browser (incl. Feedback) 39.9 KB
@​sentry/browser (incl. sendFeedback) 27.4 KB
@​sentry/browser (incl. FeedbackAsync) 32.2 KB
@​sentry/react 25.51 KB
@​sentry/react (incl. Tracing) 38.15 KB
@​sentry/vue 26.9 KB
@​sentry/vue (incl. Tracing) 37.07 KB
@​sentry/svelte 22.89 KB
CDN Bundle 24.11 KB
CDN Bundle (incl. Tracing) 37 KB
CDN Bundle (incl. Tracing, Replay) 71.66 KB
CDN Bundle (incl. Tracing, Replay, Feedback) 77 KB
CDN Bundle - uncompressed 70.66 KB
CDN Bundle (incl. Tracing) - uncompressed 109.79 KB
CDN Bundle (incl. Tracing, Replay) - uncompressed 222.31 KB
CDN Bundle (incl. Tracing, Replay, Feedback) - uncompressed 235.52 KB
@​sentry/nextjs (client) 38.23 KB
@​sentry/sveltekit (client) 35.78 KB
@​sentry/node 131.52 KB
@​sentry/node - without tracing 95.64 KB
@​sentry/aws-serverless 105.91 KB

8.37.0

Important CHanges

  • feat(nuxt): Add piniaIntegration (#14138)

The Nuxt SDK now allows you to track Pinia state for captured errors. To enable the Pinia plugin, add the piniaIntegration to your client config:

// sentry.client.config.ts
import { usePinia } from '#imports';

Sentry.init({
integrations: [
Sentry.piniaIntegration(usePinia(), {
</tr></table>

... (truncated)

Changelog

Sourced from @​sentry/node's changelog.

8.37.1

  • feat(deps): Bump @​opentelemetry/instrumentation from 0.53.0 to 0.54.0 for @​sentry/opentelemetry (#14187)

8.37.0

Important Changes

  • feat(nuxt): Add piniaIntegration (#14138)

The Nuxt SDK now allows you to track Pinia state for captured errors. To enable the Pinia plugin, add the piniaIntegration to your client config:

// sentry.client.config.ts
import { usePinia } from '#imports';

Sentry.init({
integrations: [
Sentry.piniaIntegration(usePinia(), {
/* optional Pinia plugin options */
}),
],
});

  • feat: Deprecate metrics API (#14157)

The Sentry Metrics beta has ended in favour of revisiting metrics in another form at a later date.

This new approach will include different APIs, making the current metrics API unnecessary. This release deprecates the metrics API with the plan to remove in the next SDK major version. If you currently use the metrics API in your code, you can safely continue to do so but sent data will no longer be processed by Sentry.

Learn more about the end of the Metrics beta.

Other Changes

  • feat(browser): Add http.response_delivery_type attribute to resource spans (#14056)
  • feat(browser): Add skipBrowserExtensionCheck escape hatch option (#14147)
  • feat(deps): Bump @​opentelemetry/instrumentation from 0.53.0 to 0.54.0 (#14174)
  • feat(deps): Bump @​opentelemetry/instrumentation-fastify from 0.40.0 to 0.41.0 (#14175)
  • feat(deps): Bump @​opentelemetry/instrumentation-graphql from 0.43.0 to 0.44.0 (#14173)
  • feat(deps): Bump @​opentelemetry/instrumentation-mongodb from 0.47.0 to 0.48.0 (#14171)
  • feat(deps): Bump @​opentelemetry/propagator-aws-xray from 1.25.1 to 1.26.0 (#14172)
  • feat(nuxt): Add asyncFunctionReExports to define re-exported server functions (#14104)
  • feat(nuxt): Add piniaIntegration (#14138)
  • fix(browser): Avoid recording long task spans starting before their parent span (#14183)
  • fix(core): Ensure errors thrown in async cron jobs bubble up (#14182)
  • fix(core): Silently fail maybeInstrument (#14140)
  • fix(nextjs): Resolve path for dynamic webpack import (#13751)

... (truncated)

Commits
  • f27ee4e release: 8.37.1
  • abde7a0 Merge pull request #14189 from getsentry/prepare-release/8.37.1
  • d3a628e meta(changelog): Update changelog for 8.37.1
  • 5b8e7ba Merge pull request #14185 from getsentry/master
  • 3612bdd feat(deps): Bump @​opentelemetry/instrumentation from 0.53.0 to 0.54.0 for @​se...
  • daf2d3a Merge branch 'release/8.37.0'
  • e82a929 release: 8.37.0
  • 765de25 Merge pull request #14184 from getsentry/prepare-release/8.37.0
  • ad42711 meta: Update Changelog for 8.37.0
  • ac57e53 fix(browser): Avoid recording long task spans starting before their parent sp...
  • 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 @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


Updates @types/jest from 29.5.13 to 29.5.14

Commits


Updates @types/node from 22.7.5 to 22.9.0

Commits


Updates webpack from 5.95.0 to 5.96.1

Release notes

Sourced from webpack's releases.

v5.96.1

Bug Fixes

  • [Types] Add @types/eslint-scope to dependencieS
  • [Types] Fixed regression in validate

v5.96.0

Bug Fixes

  • Fixed Module Federation should track all referenced chunks
  • Handle Data URI without base64 word
  • HotUpdateChunk have correct runtime when modified with new runtime
  • Order of chunks ids in generated chunk code
  • No extra Javascript chunks when using asset module as an entrypoint
  • Use optimistically logic for output.environment.dynamicImport to determine chunk format when no browserslist or target
  • Collision with global variables for optimization.avoidEntryIife
  • Avoid through variables in inlined module
  • Allow chunk template strings in output.devtoolNamespace
  • No extra runtime for get javascript/css chunk filename
  • No extra runtime for prefetch and preload in JS runtime when it was unsed in CSS
  • Avoid cache invalidation using ProgressPlugin
  • Increase parallelism when using importModule on the execution stage
  • Correctly parsing string in export and import
  • Typescript types
  • [CSS] css/auto considers a module depending on its filename as css (pure CSS) or css/local, before it was css/global and css/local
  • [CSS] Always interpolate classes even if they are not involved in export
  • [CSS] No extra runtime in Javascript runtime chunks for asset modules used in CSS
  • [CSS] No extra runtime in Javascript runtime chunks for external asset modules used in CSS
  • [CSS] No extra runtime for the node target
  • [CSS] Fixed url()s and @import parsing
  • [CSS] Fixed - emit a warning on broken :local and :global

New Features

  • Export CSS and ESM runtime modules
  • Single Runtime Chunk and Federation eager module hoisting
  • [CSS] Support /* webpackIgnore: true */ for CSS files
  • [CSS] Support src() support
  • [CSS] CSS nesting in CSS modules
Commits
  • d4ced73 chore(release): 5.96.1
  • 7d6dbea fix: types regression in validate
  • 5c556e3 fix: types regression in validate
  • 2420eae fix: add @types/eslint-scope to dependencies due types regression
  • ec45d2d fix: add @types/eslint-scope to dependencies
  • aff0c3e chore(release): 5.96.0
  • 6f11ec1 refactor: module source types code
  • b07142f refactor: module source types code
  • 7d98b3c fix: Module Federation should track all referenced chunks
  • 6d09769 chore: linting
  • 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 Depe... _Description has been truncated_
socket-security[bot] commented 5 days 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/api-logs@0.54.2 None 0 200 kB bogdandrutu, dyladan, pichlermarc
npm/@opentelemetry/instrumentation-connect@0.40.0 None 0 53.6 kB bogdandrutu, dyladan, pichlermarc
npm/@opentelemetry/instrumentation-express@0.44.0 None 0 93.3 kB bogdandrutu, dyladan, pichlermarc
npm/@opentelemetry/instrumentation-fastify@0.41.0 None 0 70.1 kB bogdandrutu, dyladan, pichlermarc
npm/@opentelemetry/instrumentation-fs@0.16.0 None 0 80.6 kB bogdandrutu, dyladan, pichlermarc
npm/@opentelemetry/instrumentation-graphql@0.44.0 None 0 126 kB dyladan
npm/@opentelemetry/instrumentation-kafkajs@0.4.0 None 0 60.1 kB dyladan
npm/@opentelemetry/instrumentation-mongodb@0.48.0 None 0 130 kB bogdandrutu, dyladan, pichlermarc
npm/@opentelemetry/instrumentation@0.54.2 Transitive: unsafe +1 546 kB bogdandrutu, dyladan, pichlermarc
npm/@sentry/core@8.37.1 network 0 1.92 MB sentry-bot
npm/@sentry/node@8.37.1 environment, unsafe 0 2.76 MB sentry-bot
npm/@sentry/opentelemetry@8.37.1 None 0 957 kB sentry-bot
npm/@sentry/types@8.37.1 None 0 338 kB benvinegar, billyvg, evanpurkhiser, ...8 more
npm/@sentry/utils@8.37.1 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@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-graphql@0.43.0, npm/@opentelemetry/instrumentation-kafkajs@0.3.0, npm/@opentelemetry/instrumentation-mongodb@0.47.0, npm/@opentelemetry/sdk-metrics@1.26.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@9.4.0, npm/supports-color@5.5.0, npm/to-fast-properties@2.0.0, npm/webpack@5.95.0

View full report↗︎

aristidesstaffieri commented 2 days ago

@dependabot rebase

dependabot[bot] commented 2 days ago

Superseded by #175.