stellar / freighter

Stellar browser extension
81 stars 25 forks source link

Bump the minor-and-patch group across 3 directories with 13 updates #1680

Open dependabot[bot] opened 5 days ago

dependabot[bot] commented 5 days ago

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

Package From To
@vercel/ncc 0.38.2 0.38.3
webpack 5.95.0 5.96.1
@blockaid/client 0.28.1 0.29.1
@docusaurus/core 3.5.2 3.6.1
@docusaurus/preset-classic 3.5.2 3.6.1
@sentry/browser 8.36.0 8.38.0
@stellar/typescript-wallet-sdk-km 1.7.0 1.8.0
@types/chrome 0.0.277 0.0.283
sass 1.80.5 1.81.0
tsconfig-paths-webpack-plugin 4.1.0 4.2.0
tslib 2.7.0 2.8.1
@playwright/test 1.48.0 1.48.2

Bumps the minor-and-patch group with 1 update in the /@shared/api directory: @blockaid/client. Bumps the minor-and-patch group with 3 updates in the /extension directory: @types/chrome, tslib and @playwright/test.

Updates @vercel/ncc from 0.38.2 to 0.38.3

Release notes

Sourced from @​vercel/ncc's releases.

0.38.3

0.38.3 (2024-11-15)

Bug Fixes

  • add missing --asset-builds to cli help message (#1228) (84f8c52)
Commits
  • 84f8c52 fix: add missing --asset-builds to cli help message (#1228)
  • 0ff93c6 chore(deps): Bump elliptic from 6.5.7 to 6.6.0 (#1223)
  • ae5bf16 chore(deps): Bump amannn/action-semantic-pull-request from 5.3.0 to 5.5.3 (#1...
  • 738a2bf chore(deps-dev): Bump axios from 0.21.4 to 1.7.7 (#1209)
  • See full diff in compare view


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


Updates @blockaid/client from 0.28.1 to 0.29.1

Release notes

Sourced from @​blockaid/client's releases.

v0.29.1

0.29.1 (2024-11-13)

Full Changelog: v0.29.0...v0.29.1

Features

v0.29.0

0.29.0 (2024-11-12)

Full Changelog: v0.28.1...v0.29.0

Features

Chores

Changelog

Sourced from @​blockaid/client's changelog.

0.29.1 (2024-11-13)

Full Changelog: v0.29.0...v0.29.1

Features

0.29.0 (2024-11-12)

Full Changelog: v0.28.1...v0.29.0

Features

Chores

Commits


Updates @docusaurus/core from 3.5.2 to 3.6.1

Release notes

Sourced from @​docusaurus/core's releases.

3.6.1 (2024-11-08)

:bug: Bug Fix

  • docusaurus
  • docusaurus-bundler, docusaurus-faster, docusaurus-utils-common, docusaurus-utils

:nail_care: Polish

  • docusaurus-bundler, docusaurus-types, docusaurus

:memo: Documentation

:wrench: Maintenance

  • docusaurus-mdx-loader
    • #10651 refactor(mdx-loader): streamline typescript usage for remark plugin types (@​lebalz)
  • Other

Committers: 2

3.6.0 (2024-11-04)

Blog post: https://docusaurus.io/blog/releases/3.6

:rocket: New Feature

  • docusaurus-plugin-content-blog, docusaurus-theme-classic
    • #10586 feat(blog): Add frontMatter.title_meta to override title for SEO (@​ilg-ul)
  • docusaurus
    • #10600 feat(cli): build/deploy should allow multiple --locale options (@​slorber)
  • docusaurus-logger
  • docusaurus-plugin-rsdoctor
  • docusaurus-bundler, docusaurus-faster, docusaurus-theme-classic, docusaurus
    • #10402 feat(core): Replace Webpack with Rspack - siteConfig.future.experimental_faster.rspackBundler (@​slorber)
  • docusaurus-bundler, docusaurus-faster, docusaurus-types, docusaurus
    • #10554 feat(core): faster HTML minimizer - siteConfig.future.experimental_faster.swcHtmlMinimizer (@​slorber)
    • #10522 feat(core): faster CSS minimizer - siteConfig.future.experimental_faster.lightningCssMinimizer (@​slorber)
  • docusaurus-theme-mermaid

... (truncated)

Changelog

Sourced from @​docusaurus/core's changelog.

3.6.1 (2024-11-08)

:bug: Bug Fix

  • docusaurus
  • docusaurus-bundler, docusaurus-faster, docusaurus-utils-common, docusaurus-utils

:nail_care: Polish

  • docusaurus-bundler, docusaurus-types, docusaurus

:memo: Documentation

:wrench: Maintenance

  • docusaurus-mdx-loader
    • #10651 refactor(mdx-loader): streamline typescript usage for remark plugin types (@​lebalz)
  • Other

Committers: 2

3.6.0 (2024-11-04)

:rocket: New Feature

  • docusaurus-plugin-content-blog, docusaurus-theme-classic
    • #10586 feat(blog): Add frontMatter.title_meta to override title for SEO (@​ilg-ul)
  • docusaurus
    • #10600 feat(cli): build/deploy should allow multiple --locale options (@​slorber)
  • docusaurus-logger
  • docusaurus-plugin-rsdoctor
  • docusaurus-bundler, docusaurus-faster, docusaurus-theme-classic, docusaurus
    • #10402 feat(core): Replace Webpack with Rspack - siteConfig.future.experimental_faster.rspackBundler (@​slorber)
  • docusaurus-bundler, docusaurus-faster, docusaurus-types, docusaurus
    • #10554 feat(core): faster HTML minimizer - siteConfig.future.experimental_faster.swcHtmlMinimizer (@​slorber)
    • #10522 feat(core): faster CSS minimizer - siteConfig.future.experimental_faster.lightningCssMinimizer (@​slorber)
  • docusaurus-theme-mermaid
    • #10510 feat(theme-mermaid): support Mermaid 11+ including new types of diagrams (@​slorber)
  • docusaurus-mdx-loader, docusaurus-plugin-content-blog, docusaurus-plugin-content-docs, docusaurus-plugin-content-pages, docusaurus-types, docusaurus

... (truncated)

Commits


Updates @docusaurus/preset-classic from 3.5.2 to 3.6.1

Release notes

Sourced from @​docusaurus/preset-classic's releases.

3.6.1 (2024-11-08)

:bug: Bug Fix

  • docusaurus
  • docusaurus-bundler, docusaurus-faster, docusaurus-utils-common, docusaurus-utils

:nail_care: Polish

  • docusaurus-bundler, docusaurus-types, docusaurus

:memo: Documentation

:wrench: Maintenance

  • docusaurus-mdx-loader
    • #10651 refactor(mdx-loader): streamline typescript usage for remark plugin types (@​lebalz)
  • Other

Committers: 2

3.6.0 (2024-11-04)

Blog post: https://docusaurus.io/blog/releases/3.6

:rocket: New Feature

  • docusaurus-plugin-content-blog, docusaurus-theme-classic
    • #10586 feat(blog): Add frontMatter.title_meta to override title for SEO (@​ilg-ul)
  • docusaurus
    • #10600 feat(cli): build/deploy should allow multiple --locale options (@​slorber)
  • docusaurus-logger
  • docusaurus-plugin-rsdoctor
  • docusaurus-bundler, docusaurus-faster, docusaurus-theme-classic, docusaurus
    • #10402 feat(core): Replace Webpack with Rspack - siteConfig.future.experimental_faster.rspackBundler (@​slorber)
  • docusaurus-bundler, docusaurus-faster, docusaurus-types, docusaurus
    • #10554 feat(core): faster HTML minimizer - siteConfig.future.experimental_faster.swcHtmlMinimizer (@​slorber)
    • #10522 feat(core): faster CSS minimizer - siteConfig.future.experimental_faster.lightningCssMinimizer (@​slorber)
  • docusaurus-theme-mermaid

... (truncated)

Changelog

Sourced from @​docusaurus/preset-classic's changelog.

3.6.1 (2024-11-08)

:bug: Bug Fix

  • docusaurus
  • docusaurus-bundler, docusaurus-faster, docusaurus-utils-common, docusaurus-utils

:nail_care: Polish

  • docusaurus-bundler, docusaurus-types, docusaurus

:memo: Documentation

:wrench: Maintenance

  • docusaurus-mdx-loader
    • #10651 refactor(mdx-loader): streamline typescript usage for remark plugin types (@​lebalz)
  • Other

Committers: 2

3.6.0 (2024-11-04)

:rocket: New Feature

  • docusaurus-plugin-content-blog, docusaurus-theme-classic
    • #10586 feat(blog): Add frontMatter.title_meta to override title for SEO (@​ilg-ul)
  • docusaurus
    • #10600 feat(cli): build/deploy should allow multiple --locale options (@​slorber)
  • docusaurus-logger
  • docusaurus-plugin-rsdoctor
  • docusaurus-bundler, docusaurus-faster, docusaurus-theme-classic, docusaurus
    • #10402 feat(core): Replace Webpack with Rspack - siteConfig.future.experimental_faster.rspackBundler (@​slorber)
  • docusaurus-bundler, docusaurus-faster, docusaurus-types, docusaurus
    • #10554 feat(core): faster HTML minimizer - siteConfig.future.experimental_faster.swcHtmlMinimizer (@​slorber)
    • #10522 feat(core): faster CSS minimizer - siteConfig.future.experimental_faster.lightningCssMinimizer (@​slorber)
  • docusaurus-theme-mermaid
    • #10510 feat(theme-mermaid): support Mermaid 11+ including new types of diagrams (@​slorber)
  • docusaurus-mdx-loader, docusaurus-plugin-content-blog, docusaurus-plugin-content-docs, docusaurus-plugin-content-pages, docusaurus-types, docusaurus

... (truncated)

Commits


Updates @sentry/browser from 8.36.0 to 8.38.0

Release notes

Sourced from @​sentry/browser's releases.

8.38.0

  • docs: Improve docstrings for node otel integrations (#14217)
  • feat(browser): Add moduleMetadataIntegration lazy loading support (#13817)
  • feat(core): Add trpc path to context in trpcMiddleware (#14218)
  • feat(deps): Bump @​opentelemetry/instrumentation-amqplib from 0.42.0 to 0.43.0 (#14230)
  • feat(deps): Bump @​sentry/cli from 2.37.0 to 2.38.2 (#14232)
  • feat(node): Add knex integration (#13526)
  • feat(node): Add tedious integration (#13486)
  • feat(utils): Single implementation to fetch debug ids (#14199)
  • fix(browser): Avoid recording long animation frame spans starting before their parent span (#14186)
  • fix(node): Include debug_meta with ANR events (#14203)
  • fix(nuxt): Fix dynamic import rollup plugin to work with latest nitro (#14243)
  • fix(react): Support wildcard routes on React Router 6 (#14205)
  • fix(spotlight): Export spotlightBrowserIntegration from the main browser package (#14208)
  • ref(browser): Ensure start time of interaction root and child span is aligned (#14188)
  • ref(nextjs): Make build-time value injection turbopack compatible (#14081)

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

Bundle size 📦

Path Size
@​sentry/browser 22.77 KB
@​sentry/browser - with treeshaking flags 21.53 KB
@​sentry/browser (incl. Tracing) 35.26 KB
@​sentry/browser (incl. Tracing, Replay) 71.98 KB
@​sentry/browser (incl. Tracing, Replay) - with treeshaking flags 62.35 KB
@​sentry/browser (incl. Tracing, Replay with Canvas) 76.31 KB
@​sentry/browser (incl. Tracing, Replay, Feedback) 89.14 KB
@​sentry/browser (incl. Feedback) 39.93 KB
@​sentry/browser (incl. sendFeedback) 27.42 KB
@​sentry/browser (incl. FeedbackAsync) 32.23 KB
@​sentry/react 25.52 KB
@​sentry/react (incl. Tracing) 38.22 KB
@​sentry/vue 26.91 KB
@​sentry/vue (incl. Tracing) 37.1 KB
@​sentry/svelte 22.91 KB
CDN Bundle 24.13 KB
CDN Bundle (incl. Tracing) 37.04 KB
CDN Bundle (incl. Tracing, Replay) 71.7 KB
CDN Bundle (incl. Tracing, Replay, Feedback) 77.05 KB
CDN Bundle - uncompressed 70.73 KB
CDN Bundle (incl. Tracing) - uncompressed 109.9 KB
CDN Bundle (incl. Tracing, Replay) - uncompressed 222.42 KB
CDN Bundle (incl. Tracing, Replay, Feedback) - uncompressed 235.64 KB
@​sentry/nextjs (client) 38.33 KB
@​sentry/sveltekit (client) 35.84 KB
@​sentry/node 133.37 KB
@​sentry/node - without tracing 95.67 KB

... (truncated)

Changelog

Sourced from @​sentry/browser's changelog.

8.38.0

  • docs: Improve docstrings for node otel integrations (#14217)
  • feat(browser): Add moduleMetadataIntegration lazy loading support (#13817)
  • feat(core): Add trpc path to context in trpcMiddleware (#14218)
  • feat(deps): Bump @​opentelemetry/instrumentation-amqplib from 0.42.0 to 0.43.0 (#14230)
  • feat(deps): Bump @​sentry/cli from 2.37.0 to 2.38.2 (#14232)
  • feat(node): Add knex integration (#13526)
  • feat(node): Add tedious integration (#13486)
  • feat(utils): Single implementation to fetch debug ids (#14199)
  • fix(browser): Avoid recording long animation frame spans starting before their parent span (#14186)
  • fix(node): Include debug_meta with ANR events (#14203)
  • fix(nuxt): Fix dynamic import rollup plugin to work with latest nitro (#14243)
  • fix(react): Support wildcard routes on React Router 6 (#14205)
  • fix(spotlight): Export spotlightBrowserIntegration from the main browser package (#14208)
  • ref(browser): Ensure start time of interaction root and child span is aligned (#14188)
  • ref(nextjs): Make build-time value injection turbopack compatible (#14081)

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

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

... (truncated)

Commits
  • 396e2f9 release: 8.38.0
  • 9a98d98 Merge pull request #14244 from getsentry/prepare-release/8.38.0
  • ad1f938 meta(changelog): Update changelog for 8.38.0
  • 0aa7f1d fix(nuxt): Fix dynamic import rollup plugin to work with latest nitro (#14243)
  • 2e5fe94 chore: Add external contributor to CHANGELOG.md (#14235)
  • 1f56ffa feat(node): Add knex integration (#13526)
  • 68781c5 feat(deps): Bump @​sentry/cli from 2.37.0 to 2.38.2 (#14232)
  • 48c3594 feat(deps): Bump @​opentelemetry/instrumentation-amqplib from 0.42.0 to 0.43.0...
  • fac7209 fix(node): Include debug_meta with ANR events (#14203)
  • 8532e25 chore: Add external contributor to changelog (#14228)
  • Additional commits viewable in compare view


Updates @stellar/typescript-wallet-sdk-km from 1.7.0 to 1.8.0

Updates @types/chrome from 0.0.277 to 0.0.283

Commits


Updates mini-css-extract-plugin from 2.9.1 to 2.9.2

Release notes

Sourced from mini-css-extract-plugin's releases.

v2.9.2

2.9.2 (2024-11-01)

Bug Fixes

Changelog

Sourced from mini-css-extract-plugin's changelog.

2.9.2 (2024-11-01)

Bug Fixes

Commits


Updates sass from 1.80.5 to 1.81.0

Release notes

Sourced from sass's releases.

Dart Sass 1.81.0

To install Sass 1.81.0, download one of the packages below and add it to your PATH, or see the Sass website for full installation instructions.

Changes

  • Fix a few cases where deprecation warnings weren't being emitted for global built-in functions whose names overlap with CSS calculations.

  • Add support for the CSS round() calculation with a single argument, as long as that argument might be a unitless number.

See the full changelog for changes in earlier releases.

Dart Sass 1.80.7

To install Sass 1.80.7, download one of the packages below and add it to your PATH, or see the Sass website for full installation instructions.

Changes

Embedded Host

  • Don't treat 0 as undefined for the green and blue channels in the LegacyColor constructor.

See the full changelog for changes in earlier releases.

Dart Sass 1.80.6

To install Sass 1.80.6, download one of the packages below and add it to your PATH, or see the Sass website for full installation instructions.

Changes

Command-Line Interface

  • Make @parcel/watcher an optional dependency so this can still be installed on operating systems where it's unavailable.

See the full changelog for changes in earlier releases.

Changelog

Sourced from sass's changelog.

1.81.0

  • Fix a few cases where deprecation warnings weren't being emitted for global built-in functions whose names overlap with CSS calculations.

  • Add support for the CSS round() calculation with a single argument, as long as that argument might be a unitless number.

1.80.7

Embedded Host

  • Don't treat 0 as undefined for the green and blue channels in the LegacyColor constructor.

1.80.6

Command-Line Interface

  • Make
socket-security[bot] commented 5 days ago