Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 19, 2024

Bumps the mvnpm group with 38 updates:

Package From To
org.mvnpm.at.babel:runtime 7.23.6 7.23.8
org.mvnpm.at.restart:hooks 0.4.7 0.4.11
org.mvnpm.at.sentry-internal:tracing 7.63.0 7.91.0
org.mvnpm.at.sentry:browser 7.63.0 7.89.0
org.mvnpm.at.sentry:core 7.63.0 7.91.0
org.mvnpm.at.sentry:replay 7.63.0 7.91.0
org.mvnpm.at.sentry:types 7.63.0 7.91.0
org.mvnpm.at.sentry:utils 7.63.0 7.91.0
org.mvnpm.at.stdlib:array-float32 0.0.6 0.1.1
org.mvnpm.at.stdlib:array-uint16 0.0.6 0.1.1
org.mvnpm.at.stdlib:assert-has-uint16array-support 0.0.8 0.1.1
org.mvnpm.at.stdlib:assert-has-uint8array-support 0.0.8 0.1.1
org.mvnpm.at.stdlib:assert-is-buffer 0.0.8 0.1.1
org.mvnpm.at.stdlib:assert-is-object-like 0.0.8 0.1.1
org.mvnpm.at.stdlib:assert-tools-array-function 0.0.7 0.1.1
org.mvnpm.at.stdlib:cli-ctor 0.0.3 0.1.1
org.mvnpm.at.stdlib:constants-float64-high-word-sign-mask 0.0.1 0.1.1
org.mvnpm.at.stdlib:constants-float64-min-base2-exponent-subnormal 0.0.8 0.1.1
org.mvnpm.at.stdlib:math-base-assert-is-infinite 0.0.9 0.1.1
org.mvnpm.at.stdlib:number-float64-base-from-words 0.0.6 0.1.1
org.mvnpm.at.stdlib:number-float64-base-to-words 0.0.7 0.1.1
org.mvnpm.at.stdlib:process-cwd 0.0.8 0.1.1
org.mvnpm.at.stdlib:utils-get-prototype-of 0.0.7 0.1.1
org.mvnpm.at.stdlib:utils-global 0.0.7 0.1.1
org.mvnpm.at.stdlib:utils-noop 0.0.14 0.1.1
org.mvnpm.at.stdlib:utils-type-of 0.0.8 0.1.1
org.mvnpm.at.types:react 18.2.0 18.2.39
org.mvnpm:core-js 3.34.0 3.35.0
org.mvnpm:debug 2.6.9 4.3.4
org.mvnpm:js-cookie 3.0.1 3.0.5
org.mvnpm:js-tokens 4.0.0 8.0.2
org.mvnpm:ms 2.0.0 2.1.3
org.mvnpm:node-fetch 2.7.0 3.3.2
org.mvnpm:react-hotkeys-hook 4.4.1 4.4.4
org.mvnpm:react-is 16.13.1 18.2.0
org.mvnpm:regenerator-runtime 0.14.0 0.14.1
org.mvnpm:tr46 0.0.3 4.1.1
org.mvnpm:webidl-conversions 3.0.1 7.0.0

Updates org.mvnpm.at.babel:runtime from 7.23.6 to 7.23.8

Release notes

Sourced from org.mvnpm.at.babel:runtime's releases.

v7.23.8 (2024-01-08)

🐛 Bug Fix

↩️ Revert

🔬 Output optimization

  • babel-helpers, babel-plugin-proposal-decorators, babel-plugin-transform-class-properties, babel-plugin-transform-classes, babel-plugin-transform-function-name, babel-plugin-transform-parameters, babel-plugin-transform-react-jsx, babel-plugin-transform-runtime, babel-plugin-transform-spread, babel-plugin-transform-typescript, babel-preset-env, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime

Committers: 3

v7.23.7 (2023-12-29)

🐛 Bug Fix

🏠 Internal

  • babel-helper-create-class-features-plugin
  • babel-helper-create-class-features-plugin, babel-plugin-proposal-decorators

Committers: 4

Changelog

Sourced from org.mvnpm.at.babel:runtime's changelog.

v7.23.8 (2024-01-08)

🐛 Bug Fix

↩️ Revert

🔬 Output optimization

  • babel-helpers, babel-plugin-proposal-decorators, babel-plugin-transform-class-properties, babel-plugin-transform-classes, babel-plugin-transform-function-name, babel-plugin-transform-parameters, babel-plugin-transform-react-jsx, babel-plugin-transform-runtime, babel-plugin-transform-spread, babel-plugin-transform-typescript, babel-preset-env, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime

v7.23.7 (2023-12-29)

🐛 Bug Fix

🏠 Internal

  • babel-helper-create-class-features-plugin
  • babel-helper-create-class-features-plugin, babel-plugin-proposal-decorators
Commits

Updates org.mvnpm.at.restart:hooks from 0.4.7 to 0.4.11

Changelog

Sourced from org.mvnpm.at.restart:hooks's changelog.

0.4.11 (2023-07-17)

Bug Fixes

  • useIsInitialRenderRef: clarify usage and fix ordering (437c417)

0.4.10 (2023-07-13)

Features

  • useFocusManager: fire focused change immediately (#92) (7bb6d5a)

0.4.9 (2023-02-10)

Features

  • add exports field in package.json (#88) (1c325b0)

0.4.8 (2023-01-25)

Bug Fixes

  • useDebouncedCallback: fix return type (#85) (f2e26a0)
Commits

Updates org.mvnpm.at.sentry-internal:tracing from 7.63.0 to 7.91.0

Release notes

Sourced from org.mvnpm.at.sentry-internal:tracing's releases.

7.91.0

Important Changes

  • feat: Add server runtime metrics aggregator (#9894)

The release adds alpha support for Sentry developer metrics in the server runtime SDKs (@sentry/node, @sentry/deno, @sentry/nextjs server-side, etc.). Via the newly introduced APIs, you can now flush metrics directly to Sentry.

To enable capturing metrics, you first need to add the metricsAggregator experiment to your Sentry.init call.

Sentry.init({
  dsn: '__DSN__',
  _experiments: {
    metricsAggregator: true,
  },
});

Then you'll be able to add counters, sets, distributions, and gauges under the Sentry.metrics namespace.

// Add 4 to a counter named `hits`
Sentry.metrics.increment('hits', 4);
// Add 2 to gauge named parallel_requests, tagged with type: "a"
Sentry.metrics.gauge('parallel_requests', 2, { tags: { type: 'a' } });
// Add 4.6 to a distribution named response_time with unit seconds
Sentry.metrics.distribution('response_time', 4.6, { unit: 'seconds' });
// Add 2 to a set named valuable.ids
Sentry.metrics.set('valuable.ids', 2);

  • feat(node): Rework ANR to use worker script via an integration (#9945)

The ANR tracking integration for Node has been reworked to use an integration. ANR tracking now requires a minimum Node version of 16 or higher. Previously you had to call Sentry.enableANRDetection before running your application, now you can simply add the Anr integration to your Sentry.init call.

import * as Sentry from '@sentry/node';
Sentry.init({
dsn: 'https://[email protected]/1337',
integrations: [new Sentry.Integrations.Anr({ captureStackTrace: true, anrThreshold: 200 })],
});

Other Changes

  • feat(breadcrumbs): Send component names on UI breadcrumbs (#9946)

... (truncated)

Changelog

Sourced from org.mvnpm.at.sentry-internal:tracing's changelog.

7.91.0

Important Changes

  • feat: Add server runtime metrics aggregator (#9894)

The release adds alpha support for Sentry developer metrics in the server runtime SDKs (@sentry/node, @sentry/deno, @sentry/nextjs server-side, etc.). Via the newly introduced APIs, you can now flush metrics directly to Sentry.

To enable capturing metrics, you first need to add the metricsAggregator experiment to your Sentry.init call.

Sentry.init({
  dsn: '__DSN__',
  _experiments: {
    metricsAggregator: true,
  },
});

Then you'll be able to add counters, sets, distributions, and gauges under the Sentry.metrics namespace.

// Add 4 to a counter named `hits`
Sentry.metrics.increment('hits', 4);
// Add 2 to gauge named parallel_requests, tagged with type: "a"
Sentry.metrics.gauge('parallel_requests', 2, { tags: { type: 'a' } });
// Add 4.6 to a distribution named response_time with unit seconds
Sentry.metrics.distribution('response_time', 4.6, { unit: 'seconds' });
// Add 2 to a set named valuable.ids
Sentry.metrics.set('valuable.ids', 2);

  • feat(node): Rework ANR to use worker script via an integration (#9945)

The ANR tracking integration for Node has been reworked to use an integration. ANR tracking now requires a minimum Node version of 16 or higher. Previously you had to call Sentry.enableANRDetection before running your application, now you can simply add the Anr integration to your Sentry.init call.

import * as Sentry from '@sentry/node';
Sentry.init({
dsn: 'https://[email protected]/1337',
integrations: [new Sentry.Integrations.Anr({ captureStackTrace: true, anrThreshold: 200 })],
</tr></table>

... (truncated)

Commits
  • 4c19ee3 release: 7.91.0
  • cf412d9 fix(core): Rethrow caught promise rejections in startSpan, `startSpanManual...
  • 948e7d3 feat(sveltekit): Add options to configure fetch instrumentation script for CS...
  • 7f8eca7 feat: Add server runtime metrics aggregator (#9894)
  • 5d16aae chore(biome): enable noUnusedImports rule (#9895)
  • f819d81 feat(breadcrumbs): Send component names on UI breadcrumbs (#9946)
  • 9a2570b feat(replay): Send component names in replay breadcrumbs (#9947)
  • f433a55 feat(tracing): Send component name on interaction spans (#9948)
  • de6d41a Merge pull request #9949 from getsentry/feat/react-send-component-name-on-spans
  • b6a7cef feat(core): Ensure startSpan & startSpanManual fork scope (#9955)
  • Additional commits viewable in compare view

Updates org.mvnpm.at.sentry:browser from 7.63.0 to 7.89.0

Release notes

Sourced from org.mvnpm.at.sentry:browser's releases.

7.89.0

Important Changes

Deprecations

  • feat(core): Deprecate configureScope (#9887)
  • feat(core): Deprecate pushScope & popScope (#9890)

This release deprecates configureScope, pushScope, and popScope, which will be removed in the upcoming v8 major release.

Hapi Integration

  • feat(node): Add Hapi Integration (#9539)

This release adds an integration for Hapi. It can be used as follows:

const Sentry = require('@sentry/node');
const Hapi = require('@hapi/hapi');
const init = async () => {
const server = Hapi.server({
// your server configuration ...
});
Sentry.init({
  dsn: '__DSN__',
  tracesSampleRate: 1.0,
  integrations: [
    new Sentry.Integrations.Hapi({ server }),
  ],
});
server.route({
// your route configuration ...
});
await server.start();

};

SvelteKit 2.0

  • chore(sveltekit): Add SvelteKit 2.0 to peer dependencies (#9861)

This release adds support for SvelteKit 2.0 in the @sentry/sveltekit package. If you're upgrading from SvelteKit 1.x to 2.x and already use the Sentry SvelteKit SDK, no changes apart from upgrading to this (or a newer) version are necessary.

Other Changes

  • feat(core): Add type & utility for function-based integrations (#9818)

... (truncated)

Changelog

Sourced from org.mvnpm.at.sentry:browser's changelog.

7.89.0

Important Changes

Deprecations

  • feat(core): Deprecate configureScope (#9887)
  • feat(core): Deprecate pushScope & popScope (#9890)

This release deprecates configureScope, pushScope, and popScope, which will be removed in the upcoming v8 major release.

Hapi Integration

  • feat(node): Add Hapi Integration (#9539)

This release adds an integration for Hapi. It can be used as follows:

const Sentry = require('@sentry/node');
const Hapi = require('@hapi/hapi');
const init = async () => {
const server = Hapi.server({
// your server configuration ...
});
Sentry.init({
dsn: 'DSN',
tracesSampleRate: 1.0,
integrations: [new Sentry.Integrations.Hapi({ server })],
});
server.route({
// your route configuration ...
});
await server.start();
};

SvelteKit 2.0

  • chore(sveltekit): Add SvelteKit 2.0 to peer dependencies (#9861)

This release adds support for SvelteKit 2.0 in the @sentry/sveltekit package. If you're upgrading from SvelteKit 1.x to 2.x and already use the Sentry SvelteKit SDK, no changes apart from upgrading to this (or a newer) version are necessary.

Other Changes

... (truncated)

Commits
  • 5e9a4f4 release: 7.89.0
  • cf773fc fix(sveltekit): Avoid capturing 404 errors on client side (#9902)
  • cef3621 ref(sveltekit): Improve SvelteKit 2.0 404 server error handling (#9901)
  • 31c769c test(sveltekit): Add SvelteKit 2.0 E2E test app (#9873)
  • a856913 fix(remix): Do not capture thrown redirect responses. (#9909)
  • 6d32228 fix(sveltekit): Add conditional exports (#9872)
  • 4e0c460 chore(sveltekit): Add SvelteKit 2.0 to peer dependencies (#9861)
  • c9552a4 ref(node): Refactor LocalVariables integration to avoid setupOnce (#9897)
  • 91a6b4e ref(browser): Refactor browser integrations to avoid setupOnce (#9898)
  • 32f4bf0 ref(deno): Refactor deno integration to avoid setupOnce (#9900)
  • Additional commits viewable in compare view

Updates org.mvnpm.at.sentry:core from 7.63.0 to 7.91.0

Release notes

Sourced from org.mvnpm.at.sentry:core's releases.

7.91.0

Important Changes

  • feat: Add server runtime metrics aggregator (#9894)

The release adds alpha support for Sentry developer metrics in the server runtime SDKs (@sentry/node, @sentry/deno, @sentry/nextjs server-side, etc.). Via the newly introduced APIs, you can now flush metrics directly to Sentry.

To enable capturing metrics, you first need to add the metricsAggregator experiment to your Sentry.init call.

Sentry.init({
  dsn: '__DSN__',
  _experiments: {
    metricsAggregator: true,
  },
});

Then you'll be able to add counters, sets, distributions, and gauges under the Sentry.metrics namespace.

// Add 4 to a counter named `hits`
Sentry.metrics.increment('hits', 4);
// Add 2 to gauge named parallel_requests, tagged with type: &quot;a&quot;
Sentry.metrics.gauge('parallel_requests', 2, { tags: { type: 'a' } });
// Add 4.6 to a distribution named response_time with unit seconds
Sentry.metrics.distribution('response_time', 4.6, { unit: 'seconds' });
// Add 2 to a set named valuable.ids
Sentry.metrics.set('valuable.ids', 2);

  • feat(node): Rework ANR to use worker script via an integration (#9945)

The ANR tracking integration for Node has been reworked to use an integration. ANR tracking now requires a minimum Node version of 16 or higher. Previously you had to call Sentry.enableANRDetection before running your application, now you can simply add the Anr integration to your Sentry.init call.

import * as Sentry from '@sentry/node';
Sentry.init({
dsn: 'https://[email protected]/1337',
integrations: [new Sentry.Integrations.Anr({ captureStackTrace: true, anrThreshold: 200 })],
});

Other Changes

  • feat(breadcrumbs): Send component names on UI breadcrumbs (#9946)

... (truncated)

Changelog

Sourced from org.mvnpm.at.sentry:core's changelog.

7.91.0

Important Changes

  • feat: Add server runtime metrics aggregator (#9894)

The release adds alpha support for Sentry developer metrics in the server runtime SDKs (@sentry/node, @sentry/deno, @sentry/nextjs server-side, etc.). Via the newly introduced APIs, you can now flush metrics directly to Sentry.

To enable capturing metrics, you first need to add the metricsAggregator experiment to your Sentry.init call.

Sentry.init({
  dsn: '__DSN__',
  _experiments: {
    metricsAggregator: true,
  },
});

Then you'll be able to add counters, sets, distributions, and gauges under the Sentry.metrics namespace.

// Add 4 to a counter named `hits`
Sentry.metrics.increment('hits', 4);
// Add 2 to gauge named parallel_requests, tagged with type: &quot;a&quot;
Sentry.metrics.gauge('parallel_requests', 2, { tags: { type: 'a' } });
// Add 4.6 to a distribution named response_time with unit seconds
Sentry.metrics.distribution('response_time', 4.6, { unit: 'seconds' });
// Add 2 to a set named valuable.ids
Sentry.metrics.set('valuable.ids', 2);

  • feat(node): Rework ANR to use worker script via an integration (#9945)

The ANR tracking integration for Node has been reworked to use an integration. ANR tracking now requires a minimum Node version of 16 or higher. Previously you had to call Sentry.enableANRDetection before running your application, now you can simply add the Anr integration to your Sentry.init call.

import * as Sentry from '@sentry/node';
Sentry.init({
dsn: 'https://[email protected]/1337',
integrations: [new Sentry.Integrations.Anr({ captureStackTrace: true, anrThreshold: 200 })],
</tr></table>

... (truncated)

Commits
  • 4c19ee3 release: 7.91.0
  • cf412d9 fix(core): Rethrow caught promise rejections in startSpan, `startSpanManual...
  • 948e7d3 feat(sveltekit): Add options to configure fetch instrumentation script for CS...
  • 7f8eca7 feat: Add server runtime metrics aggregator (#9894)
  • 5d16aae chore(biome): enable noUnusedImports rule (#9895)
  • f819d81 feat(breadcrumbs): Send component names on UI breadcrumbs (#9946)
  • 9a2570b feat(replay): Send component names in replay breadcrumbs (#9947)
  • f433a55 feat(tracing): Send component name on interaction spans (#9948)
  • de6d41a Merge pull request #9949 from getsentry/feat/react-send-component-name-on-spans
  • b6a7cef feat(core): Ensure startSpan & startSpanManual fork scope (#9955)
  • Additional commits viewable in compare view

Updates org.mvnpm.at.sentry:replay from 7.63.0 to 7.91.0

Release notes

Sourced from org.mvnpm.at.sentry:replay's releases.

7.91.0

Important Changes

  • feat: Add server runtime metrics aggregator (#9894)

The release adds alpha support for Sentry developer metrics in the server runtime SDKs (@sentry/node, @sentry/deno, @sentry/nextjs server-side, etc.). Via the newly introduced APIs, you can now flush metrics directly to Sentry.

To enable capturing metrics, you first need to add the metricsAggregator experiment to your Sentry.init call.

Sentry.init({
  dsn: '__DSN__',
  _experiments: {
    metricsAggregator: true,
  },
});

Then you'll be able to add counters, sets, distributions, and gauges under the Sentry.metrics namespace.

// Add 4 to a counter named `hits`
Sentry.metrics.increment('hits', 4);
// Add 2 to gauge named parallel_requests, tagged with type: &quot;a&quot;
Sentry.metrics.gauge('parallel_requests', 2, { tags: { type: 'a' } });
// Add 4.6 to a distribution named response_time with unit seconds
Sentry.metrics.distribution('response_time', 4.6, { unit: 'seconds' });
// Add 2 to a set named valuable.ids
Sentry.metrics.set('valuable.ids', 2);

  • feat(node): Rework ANR to use worker script via an integration (#9945)

The ANR tracking integration for Node has been reworked to use an integration. ANR tracking now requires a minimum Node version of 16 or higher. Previously you had to call Sentry.enableANRDetection before running your application, now you can simply add the Anr integration to your Sentry.init call.

import * as Sentry from '@sentry/node';
Sentry.init({
dsn: 'https://[email protected]/1337',
integrations: [new Sentry.Integrations.Anr({ captureStackTrace: true, anrThreshold: 200 })],
});

Other Changes

  • feat(breadcrumbs): Send component names on UI breadcrumbs (#9946)

... (truncated)

Changelog

Sourced from org.mvnpm.at.sentry:replay's changelog.

7.91.0

Important Changes

  • feat: Add server runtime metrics aggregator (#9894)

The release adds alpha support for Sentry developer metrics in the server runtime SDKs (@sentry/node, @sentry/deno, @sentry/nextjs server-side, etc.). Via the newly introduced APIs, you can now flush metrics directly to Sentry.

To enable capturing metrics, you first need to add the metricsAggregator experiment to your Sentry.init call.

Sentry.init({
  dsn: '__DSN__',
  _experiments: {
    metricsAggregator: true,
  },
});

Then you'll be able to add counters, sets, distributions, and gauges under the Sentry.metrics namespace.

// Add 4 to a counter named `hits`
Sentry.metrics.increment('hits', 4);
// Add 2 to gauge named parallel_requests, tagged with type: &quot;a&quot;
Sentry.metrics.gauge('parallel_requests', 2, { tags: { type: 'a' } });
// Add 4.6 to a distribution named response_time with unit seconds
Sentry.metrics.distribution('response_time', 4.6, { unit: 'seconds' });
// Add 2 to a set named valuable.ids
Sentry.metrics.set('valuable.ids', 2);

  • feat(node): Rework ANR to use worker script via an integration (#9945)

The ANR tracking integration for Node has been reworked to use an integration. ANR tracking now requires a minimum Node version of 16 or higher. Previously you had to call Sentry.enableANRDetection before running your application, now you can simply add the Anr integration to your Sentry.init call.

import * as Sentry from '@sentry/node';
Sentry.init({
dsn: 'https://[email protected]/1337',
integrations: [new Sentry.Integrations.Anr({ captureStackTrace: true, anrThreshold: 200 })],
</tr></table>

... (truncated)

Commits
  • 4c19ee3 release: 7.91.0
  • 17f490e Merge pull request #9965 from getsentry/prepare-release/7.91.0
  • f08bec8 meta(changelog): Update changelog for 7.91.0
  • cf412d9 fix(core): Rethrow caught promise rejections in startSpan, `startSpanManual...
  • 948e7d3 feat(sveltekit): Add options to configure fetch instrumentation script for CS...
  • f56219a build: Fix size limit (#9967)
  • 7f8eca7 feat: Add server runtime metrics aggregator (#9894)
  • 5d16aae chore(biome): enable noUnusedImports rule (#9895)
  • f819d81 feat(breadcrumbs): Send component names on UI breadcrumbs (#9946)
  • 9a2570b feat(replay): Send component names in replay breadcrumbs (#9947)
  • Additional commits viewable in compare view

Updates org.mvnpm.at.sentry:types from 7.63.0 to 7.91.0

Release notes

Sourced from org.mvnpm.at.sentry:types's releases.

7.91.0

Important Changes

  • feat: Add server runtime metrics aggregator (#9894)

The release adds alpha support for Sentry developer metrics in the server runtime SDKs (@sentry/node, @sentry/deno, @sentry/nextjs server-side, etc.). Via the newly introduced APIs, you can now flush metrics directly to Sentry.

To enable capturing metrics, you first need to add the metricsAggregator experiment to your Sentry.init call.

Sentry.init({
  dsn: '__DSN__',
  _experiments: {
    metricsAggregator: true,
  },
});

Then you'll be able to add counters, sets, distributions, and gauges under the Sentry.metrics namespace.

// Add 4 to a counter named `hits`
Sentry.metrics.increment('hits', 4);
// Add 2 to gauge named parallel_requests, tagged with type: &quot;a&quot;
Sentry.metrics.gauge('parallel_requests', 2, { tags: { type: 'a' } });
// Add 4.6 to a distribution named response_time with unit seconds
Sentry.metrics.distribution('response_time', 4.6, { unit: 'seconds' });
// Add 2 to a set named valuable.ids
Sentry.metrics.set('valuable.ids', 2);

  • feat(node): Rework ANR to use worker script via an integration (#9945)

The ANR tracking integration for Node has been reworked to use an integration. ANR tracking now requires a minimum Node version of 16 or higher. Previously you had to call Sentry.enableANRDetection before running your application, now you can simply add the Anr integration to your Sentry.init call.

import * as Sentry from '@sentry/node';
Sentry.init({
dsn: 'https://[email protected]/1337',
integrations: [new Sentry.Integrations.Anr({ captureStackTrace: true, anrThreshold: 200 })],
});

Other Changes

  • feat(breadcrumbs): Send component names on UI breadcrumbs (#9946)

... (truncated)

Changelog

Sourced from org.mvnpm.at.sentry:types's changelog.

7.91.0

Important Changes

  • feat: Add server runtime metrics aggregator (#9894)

The release adds alpha support for Sentry developer metrics in the server runtime SDKs (@sentry/node, @sentry/deno, @sentry/nextjs server-side, etc.). Via the newly introduced APIs, you can now flush metrics directly to Sentry.

To enable capturing metrics, you first need to add the metricsAggregator experiment to your Sentry.init call.

Sentry.init({
  dsn: '__DSN__',
  _experiments: {
    metricsAggregator: true,
  },
});

Then you'll be able to add counters, sets, distributions, and gauges under the Sentry.metrics namespace.

// Add 4 to a counter named `hits`
Sentry.metrics.increment('hits', 4);
// Add 2 to gauge named parallel_requests, tagged with type: &quot;a&quot;
Sentry.metrics.gauge('parallel_requests', 2, { tags: { type: 'a' } });
// Add 4.6 to a distribution named response_time with unit seconds
Sentry.metrics.distribution('response_time', 4.6, { unit: 'seconds' });
// Add 2 to a set named valuable.ids
Sentry.metrics.set('valuable.ids', 2);

  • feat(node): Rework ANR to use worker script via an integration (#9945)

The ANR tracking integration for Node has been reworked to use an integration. ANR tracking now requires a minimum Node version of 16 or higher. Previously you had to call Sentry.enableANRDetection before running your application, now you can simply add the Anr integration to your Sentry.init call.

import * as Sentry from '@sentry/node';
Sentry.init({
dsn: 'https://[email protected]/1337',
integrations: [new Sentry.Integrations.Anr({ captureStackTrace: true, anrThreshold: 200 })],
</tr></table>

... (truncated)

Commits
  • 4c19ee3 release: 7.91.0
  • cf412d9 fix(core): Rethrow caught promise rejections in startSpan, `startSpanManual...
  • 948e7d3 feat(sveltekit): Add options to configure fetch instrumentation script for CS...
  • 7f8eca7 feat: Add server runtime metrics aggregator (#9894)
  • 5d16aae chore(biome): enable noUnusedImports rule (#9895)
  • f819d81 feat(breadcrumbs): Send component names on UI breadcrumbs (#9946)
  • 9a2570b feat(replay): Send component names in replay breadcrumbs (#9947)
  • f433a55 feat(tracing): Send component name on interaction spans (#9948)
  • de6d41a Merge pull request #9949 from getsentry/feat/react-send-component-name-on-spans
  • b6a7cef feat(core): Ensure startSpan & startSpanManual fork scope (#9955)
  • Additional commits viewable in compare view

Updates org.mvnpm.at.sentry:utils from 7.63.0 to 7.91.0

Release notes

Sourced from org.mvnpm.at.sentry:utils's releases.

7.91.0

Important Changes

  • feat: Add server runtime metrics aggregator (#9894)

The release adds alpha support for Sentry developer metrics in the server runtime SDKs (@sentry/node, @sentry/deno, @sentry/nextjs server-side, etc.). Via the newly introduced APIs, you can now flush metrics directly to Sentry.

To enable capturing metrics, you first need to add the metricsAggregator experiment to your Sentry.init call.

Sentry.init({
  dsn: '__DSN__',
  _experiments: {
    metricsAggregator: true,
  },
});

Then you'll be able to add counters, sets, distributions, and gauges under the Sentry.metrics namespace.

// Add 4 to a counter named `hits`
Sentry.metrics.increment('hits', 4);
// Add 2 to gauge named parallel_requests, tagged with type: &quot;a&quot;
Sentry.metrics.gauge('parallel_requests', 2, { tags: { type: 'a' } });
// Add 4.6 to a distribution named response_time with unit seconds
Sentry.metrics.distribution('response_time', 4.6, { unit: 'seconds' });
// Add 2 to a set named valuable.ids
Sentry.metrics.set('valuable.ids', 2);

  • feat(node): Rework ANR to use worker script via an integration (#9945)

The ANR tracking integration for Node has been reworked to use an integration. ANR tracking now requires a minimum Node version of 16 or higher. Previously you had to call Sentry.enableANRDetection before running your application, now you can simply add the Anr integration to your Sentry.init call.

import * as Sentry from '@sentry/node';
Sentry.init({
dsn: 'https://[email protected]/1337',
integrations: [new Sentry.Integrations.Anr({ captureStackTrace: true, anrThreshold: 200 })],
});

Other Changes

  • feat(breadcrumbs): Send component names on UI breadcrumbs (#9946)

... (truncated)

Changelog

Sourced from org.mvnpm.at.sentry:utils's changelog.

7.91.0

Important Changes

  • feat: Add server runtime metrics aggregator (#9894)

The release adds alpha support for Sentry developer metrics in the server runtime SDKs (@sentry/node, @sentry/deno, @sentry/nextjs server-side, etc.). Via the newly introduced APIs, you can now flush metrics directly to Sentry.

To enable capturing metrics, you first need to add the metricsAggregator experiment to your Sentry.init call.

Sentry.init({
  dsn: '__DSN__',
  _experiments: {
    metricsAggregator: true,
  },
});

Then you'll be able to add counters, sets, distributions, and gauges under the Sentry.metrics namespace.

// Add 4 to a counter named `hits`
Sentry.metrics.increment('hits', 4);
// Add 2 to gauge named parallel_requests, tagged with type: &quot;a&quot;
Sentry.metrics.gauge('parallel_requests', 2, { tags: { type: 'a' } });
// Add 4.6 to a distribution named response_time with unit seconds
Sentry.metrics.distribution('response_time', 4.6, { unit: 'seconds' });
...
Description has been truncated

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jan 19, 2024
@dependabot dependabot bot force-pushed the dependabot/maven/mvnpm-2e46de48e9 branch from deb09c0 to f22a58f Compare January 22, 2024 10:30
Bumps the mvnpm group with 38 updates:

| Package | From | To |
| --- | --- | --- |
| [org.mvnpm.at.babel:runtime](https://github.com/babel/babel) | `7.23.6` | `7.23.8` |
| [org.mvnpm.at.restart:hooks](https://github.com/react-restart/hooks) | `0.4.7` | `0.4.11` |
| [org.mvnpm.at.sentry-internal:tracing](https://github.com/getsentry/sentry-javascript) | `7.63.0` | `7.91.0` |
| [org.mvnpm.at.sentry:browser](https://github.com/getsentry/sentry-javascript) | `7.63.0` | `7.89.0` |
| [org.mvnpm.at.sentry:core](https://github.com/getsentry/sentry-javascript) | `7.63.0` | `7.91.0` |
| [org.mvnpm.at.sentry:replay](https://github.com/getsentry/sentry-javascript) | `7.63.0` | `7.91.0` |
| [org.mvnpm.at.sentry:types](https://github.com/getsentry/sentry-javascript) | `7.63.0` | `7.91.0` |
| [org.mvnpm.at.sentry:utils](https://github.com/getsentry/sentry-javascript) | `7.63.0` | `7.91.0` |
| [org.mvnpm.at.stdlib:array-float32](https://github.com/stdlib-js/array-float32) | `0.0.6` | `0.1.1` |
| [org.mvnpm.at.stdlib:array-uint16](https://github.com/stdlib-js/array-uint16) | `0.0.6` | `0.1.1` |
| [org.mvnpm.at.stdlib:assert-has-uint16array-support](https://github.com/stdlib-js/assert-has-uint16array-support) | `0.0.8` | `0.1.1` |
| [org.mvnpm.at.stdlib:assert-has-uint8array-support](https://github.com/stdlib-js/assert-has-uint8array-support) | `0.0.8` | `0.1.1` |
| [org.mvnpm.at.stdlib:assert-is-buffer](https://github.com/stdlib-js/assert-is-buffer) | `0.0.8` | `0.1.1` |
| [org.mvnpm.at.stdlib:assert-is-object-like](https://github.com/stdlib-js/assert-is-object-like) | `0.0.8` | `0.1.1` |
| [org.mvnpm.at.stdlib:assert-tools-array-function](https://github.com/stdlib-js/assert-tools-array-function) | `0.0.7` | `0.1.1` |
| [org.mvnpm.at.stdlib:cli-ctor](https://github.com/stdlib-js/cli-ctor) | `0.0.3` | `0.1.1` |
| [org.mvnpm.at.stdlib:constants-float64-high-word-sign-mask](https://github.com/stdlib-js/constants-float64-high-word-sign-mask) | `0.0.1` | `0.1.1` |
| [org.mvnpm.at.stdlib:constants-float64-min-base2-exponent-subnormal](https://github.com/stdlib-js/constants-float64-min-base2-exponent-subnormal) | `0.0.8` | `0.1.1` |
| [org.mvnpm.at.stdlib:math-base-assert-is-infinite](https://github.com/stdlib-js/math-base-assert-is-infinite) | `0.0.9` | `0.1.1` |
| [org.mvnpm.at.stdlib:number-float64-base-from-words](https://github.com/stdlib-js/number-float64-base-from-words) | `0.0.6` | `0.1.1` |
| [org.mvnpm.at.stdlib:number-float64-base-to-words](https://github.com/stdlib-js/number-float64-base-to-words) | `0.0.7` | `0.1.1` |
| [org.mvnpm.at.stdlib:process-cwd](https://github.com/stdlib-js/process-cwd) | `0.0.8` | `0.1.1` |
| [org.mvnpm.at.stdlib:utils-get-prototype-of](https://github.com/stdlib-js/utils-get-prototype-of) | `0.0.7` | `0.1.1` |
| [org.mvnpm.at.stdlib:utils-global](https://github.com/stdlib-js/utils-global) | `0.0.7` | `0.1.1` |
| [org.mvnpm.at.stdlib:utils-noop](https://github.com/stdlib-js/utils-noop) | `0.0.14` | `0.1.1` |
| [org.mvnpm.at.stdlib:utils-type-of](https://github.com/stdlib-js/utils-type-of) | `0.0.8` | `0.1.1` |
| [org.mvnpm.at.types:react](https://github.com/DefinitelyTyped/DefinitelyTyped) | `18.2.0` | `18.2.39` |
| [org.mvnpm:core-js](https://github.com/zloirock/core-js) | `3.34.0` | `3.35.0` |
| [org.mvnpm:debug](https://github.com/debug-js/debug) | `2.6.9` | `4.3.4` |
| [org.mvnpm:js-cookie](https://github.com/js-cookie/js-cookie) | `3.0.1` | `3.0.5` |
| [org.mvnpm:js-tokens](https://github.com/lydell/js-tokens) | `4.0.0` | `8.0.2` |
| [org.mvnpm:ms](https://github.com/vercel/ms) | `2.0.0` | `2.1.3` |
| [org.mvnpm:node-fetch](https://github.com/node-fetch/node-fetch) | `2.7.0` | `3.3.2` |
| [org.mvnpm:react-hotkeys-hook](https://github.com/JohannesKlauss/react-keymap-hook) | `4.4.1` | `4.4.4` |
| [org.mvnpm:react-is](https://github.com/facebook/react) | `16.13.1` | `18.2.0` |
| [org.mvnpm:regenerator-runtime](https://github.com/facebook/regenerator) | `0.14.0` | `0.14.1` |
| [org.mvnpm:tr46](https://github.com/jsdom/tr46) | `0.0.3` | `4.1.1` |
| [org.mvnpm:webidl-conversions](https://github.com/jsdom/webidl-conversions) | `3.0.1` | `7.0.0` |


Updates `org.mvnpm.at.babel:runtime` from 7.23.6 to 7.23.8
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](babel/babel@v7.23.6...v7.23.8)

Updates `org.mvnpm.at.restart:hooks` from 0.4.7 to 0.4.11
- [Changelog](https://github.com/react-restart/hooks/blob/master/CHANGELOG.md)
- [Commits](react-restart/hooks@v0.4.7...v0.4.11)

Updates `org.mvnpm.at.sentry-internal:tracing` from 7.63.0 to 7.91.0
- [Release notes](https://github.com/getsentry/sentry-javascript/releases)
- [Changelog](https://github.com/getsentry/sentry-javascript/blob/develop/CHANGELOG.md)
- [Commits](getsentry/sentry-javascript@7.63.0...7.91.0)

Updates `org.mvnpm.at.sentry:browser` from 7.63.0 to 7.89.0
- [Release notes](https://github.com/getsentry/sentry-javascript/releases)
- [Changelog](https://github.com/getsentry/sentry-javascript/blob/develop/CHANGELOG.md)
- [Commits](getsentry/sentry-javascript@7.63.0...7.89.0)

Updates `org.mvnpm.at.sentry:core` from 7.63.0 to 7.91.0
- [Release notes](https://github.com/getsentry/sentry-javascript/releases)
- [Changelog](https://github.com/getsentry/sentry-javascript/blob/develop/CHANGELOG.md)
- [Commits](getsentry/sentry-javascript@7.63.0...7.91.0)

Updates `org.mvnpm.at.sentry:replay` from 7.63.0 to 7.91.0
- [Release notes](https://github.com/getsentry/sentry-javascript/releases)
- [Changelog](https://github.com/getsentry/sentry-javascript/blob/develop/CHANGELOG.md)
- [Commits](getsentry/sentry-javascript@7.63.0...7.91.0)

Updates `org.mvnpm.at.sentry:types` from 7.63.0 to 7.91.0
- [Release notes](https://github.com/getsentry/sentry-javascript/releases)
- [Changelog](https://github.com/getsentry/sentry-javascript/blob/develop/CHANGELOG.md)
- [Commits](getsentry/sentry-javascript@7.63.0...7.91.0)

Updates `org.mvnpm.at.sentry:utils` from 7.63.0 to 7.91.0
- [Release notes](https://github.com/getsentry/sentry-javascript/releases)
- [Changelog](https://github.com/getsentry/sentry-javascript/blob/develop/CHANGELOG.md)
- [Commits](getsentry/sentry-javascript@7.63.0...7.91.0)

Updates `org.mvnpm.at.stdlib:array-float32` from 0.0.6 to 0.1.1
- [Changelog](https://github.com/stdlib-js/array-float32/blob/main/CHANGELOG.md)
- [Commits](stdlib-js/array-float32@v0.0.6...v0.1.1)

Updates `org.mvnpm.at.stdlib:array-uint16` from 0.0.6 to 0.1.1
- [Changelog](https://github.com/stdlib-js/array-uint16/blob/main/CHANGELOG.md)
- [Commits](stdlib-js/array-uint16@v0.0.6...v0.1.1)

Updates `org.mvnpm.at.stdlib:assert-has-uint16array-support` from 0.0.8 to 0.1.1
- [Changelog](https://github.com/stdlib-js/assert-has-uint16array-support/blob/main/CHANGELOG.md)
- [Commits](stdlib-js/assert-has-uint16array-support@v0.0.8...v0.1.1)

Updates `org.mvnpm.at.stdlib:assert-has-uint8array-support` from 0.0.8 to 0.1.1
- [Changelog](https://github.com/stdlib-js/assert-has-uint8array-support/blob/main/CHANGELOG.md)
- [Commits](stdlib-js/assert-has-uint8array-support@v0.0.8...v0.1.1)

Updates `org.mvnpm.at.stdlib:assert-is-buffer` from 0.0.8 to 0.1.1
- [Changelog](https://github.com/stdlib-js/assert-is-buffer/blob/main/CHANGELOG.md)
- [Commits](stdlib-js/assert-is-buffer@v0.0.8...v0.1.1)

Updates `org.mvnpm.at.stdlib:assert-is-object-like` from 0.0.8 to 0.1.1
- [Changelog](https://github.com/stdlib-js/assert-is-object-like/blob/main/CHANGELOG.md)
- [Commits](stdlib-js/assert-is-object-like@v0.0.8...v0.1.1)

Updates `org.mvnpm.at.stdlib:assert-tools-array-function` from 0.0.7 to 0.1.1
- [Changelog](https://github.com/stdlib-js/assert-tools-array-function/blob/main/CHANGELOG.md)
- [Commits](stdlib-js/assert-tools-array-function@v0.0.7...v0.1.1)

Updates `org.mvnpm.at.stdlib:cli-ctor` from 0.0.3 to 0.1.1
- [Changelog](https://github.com/stdlib-js/cli-ctor/blob/main/CHANGELOG.md)
- [Commits](stdlib-js/cli-ctor@v0.0.3...v0.1.1)

Updates `org.mvnpm.at.stdlib:constants-float64-high-word-sign-mask` from 0.0.1 to 0.1.1
- [Changelog](https://github.com/stdlib-js/constants-float64-high-word-sign-mask/blob/main/CHANGELOG.md)
- [Commits](https://github.com/stdlib-js/constants-float64-high-word-sign-mask/commits)

Updates `org.mvnpm.at.stdlib:constants-float64-min-base2-exponent-subnormal` from 0.0.8 to 0.1.1
- [Changelog](https://github.com/stdlib-js/constants-float64-min-base2-exponent-subnormal/blob/main/CHANGELOG.md)
- [Commits](https://github.com/stdlib-js/constants-float64-min-base2-exponent-subnormal/commits)

Updates `org.mvnpm.at.stdlib:math-base-assert-is-infinite` from 0.0.9 to 0.1.1
- [Changelog](https://github.com/stdlib-js/math-base-assert-is-infinite/blob/main/CHANGELOG.md)
- [Commits](stdlib-js/math-base-assert-is-infinite@v0.0.9...v0.1.1)

Updates `org.mvnpm.at.stdlib:number-float64-base-from-words` from 0.0.6 to 0.1.1
- [Changelog](https://github.com/stdlib-js/number-float64-base-from-words/blob/main/CHANGELOG.md)
- [Commits](stdlib-js/number-float64-base-from-words@v0.0.6...v0.1.1)

Updates `org.mvnpm.at.stdlib:number-float64-base-to-words` from 0.0.7 to 0.1.1
- [Changelog](https://github.com/stdlib-js/number-float64-base-to-words/blob/main/CHANGELOG.md)
- [Commits](stdlib-js/number-float64-base-to-words@v0.0.7...v0.1.1)

Updates `org.mvnpm.at.stdlib:process-cwd` from 0.0.8 to 0.1.1
- [Changelog](https://github.com/stdlib-js/process-cwd/blob/main/CHANGELOG.md)
- [Commits](stdlib-js/process-cwd@v0.0.8...v0.1.1)

Updates `org.mvnpm.at.stdlib:utils-get-prototype-of` from 0.0.7 to 0.1.1
- [Changelog](https://github.com/stdlib-js/utils-get-prototype-of/blob/main/CHANGELOG.md)
- [Commits](stdlib-js/utils-get-prototype-of@v0.0.7...v0.1.1)

Updates `org.mvnpm.at.stdlib:utils-global` from 0.0.7 to 0.1.1
- [Changelog](https://github.com/stdlib-js/utils-global/blob/main/CHANGELOG.md)
- [Commits](stdlib-js/utils-global@v0.0.7...v0.1.1)

Updates `org.mvnpm.at.stdlib:utils-noop` from 0.0.14 to 0.1.1
- [Changelog](https://github.com/stdlib-js/utils-noop/blob/main/CHANGELOG.md)
- [Commits](stdlib-js/utils-noop@v0.0.14...v0.1.1)

Updates `org.mvnpm.at.stdlib:utils-type-of` from 0.0.8 to 0.1.1
- [Changelog](https://github.com/stdlib-js/utils-type-of/blob/main/CHANGELOG.md)
- [Commits](stdlib-js/utils-type-of@v0.0.8...v0.1.1)

Updates `org.mvnpm.at.types:react` from 18.2.0 to 18.2.39
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits)

Updates `org.mvnpm:core-js` from 3.34.0 to 3.35.0
- [Release notes](https://github.com/zloirock/core-js/releases)
- [Changelog](https://github.com/zloirock/core-js/blob/master/CHANGELOG.md)
- [Commits](zloirock/core-js@v3.34.0...v3.35.0)

Updates `org.mvnpm:debug` from 2.6.9 to 4.3.4
- [Release notes](https://github.com/debug-js/debug/releases)
- [Commits](debug-js/debug@2.6.9...4.3.4)

Updates `org.mvnpm:js-cookie` from 3.0.1 to 3.0.5
- [Release notes](https://github.com/js-cookie/js-cookie/releases)
- [Changelog](https://github.com/js-cookie/js-cookie/blob/main/.release-it.json)
- [Commits](js-cookie/js-cookie@v3.0.1...v3.0.5)

Updates `org.mvnpm:js-tokens` from 4.0.0 to 8.0.2
- [Changelog](https://github.com/lydell/js-tokens/blob/main/CHANGELOG.md)
- [Commits](lydell/js-tokens@v4.0.0...v8.0.2)

Updates `org.mvnpm:ms` from 2.0.0 to 2.1.3
- [Release notes](https://github.com/vercel/ms/releases)
- [Commits](vercel/ms@2.0.0...2.1.3)

Updates `org.mvnpm:node-fetch` from 2.7.0 to 3.3.2
- [Release notes](https://github.com/node-fetch/node-fetch/releases)
- [Commits](node-fetch/node-fetch@v2.7.0...v3.3.2)

Updates `org.mvnpm:react-hotkeys-hook` from 4.4.1 to 4.4.4
- [Release notes](https://github.com/JohannesKlauss/react-keymap-hook/releases)
- [Changelog](https://github.com/JohannesKlauss/react-hotkeys-hook/blob/main/CHANGELOG.md)
- [Commits](JohannesKlauss/react-hotkeys-hook@v4.4.1...v4.4.4)

Updates `org.mvnpm:react-is` from 16.13.1 to 18.2.0
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md)
- [Commits](facebook/react@v16.13.1...v18.2.0)

Updates `org.mvnpm:regenerator-runtime` from 0.14.0 to 0.14.1
- [Release notes](https://github.com/facebook/regenerator/releases)
- [Commits](facebook/regenerator@v0.14.0...v0.14.1)

Updates `org.mvnpm:tr46` from 0.0.3 to 4.1.1
- [Release notes](https://github.com/jsdom/tr46/releases)
- [Commits](jsdom/tr46@0.0.3...v4.1.1)

Updates `org.mvnpm:webidl-conversions` from 3.0.1 to 7.0.0
- [Release notes](https://github.com/jsdom/webidl-conversions/releases)
- [Commits](jsdom/webidl-conversions@v3.0.1...v7.0.0)

---
updated-dependencies:
- dependency-name: org.mvnpm.at.babel:runtime
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: mvnpm
- dependency-name: org.mvnpm.at.restart:hooks
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: mvnpm
- dependency-name: org.mvnpm.at.sentry-internal:tracing
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: mvnpm
- dependency-name: org.mvnpm.at.sentry:browser
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: mvnpm
- dependency-name: org.mvnpm.at.sentry:core
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: mvnpm
- dependency-name: org.mvnpm.at.sentry:replay
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: mvnpm
- dependency-name: org.mvnpm.at.sentry:types
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: mvnpm
- dependency-name: org.mvnpm.at.sentry:utils
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: mvnpm
- dependency-name: org.mvnpm.at.stdlib:array-float32
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: mvnpm
- dependency-name: org.mvnpm.at.stdlib:array-uint16
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: mvnpm
- dependency-name: org.mvnpm.at.stdlib:assert-has-uint16array-support
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: mvnpm
- dependency-name: org.mvnpm.at.stdlib:assert-has-uint8array-support
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: mvnpm
- dependency-name: org.mvnpm.at.stdlib:assert-is-buffer
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: mvnpm
- dependency-name: org.mvnpm.at.stdlib:assert-is-object-like
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: mvnpm
- dependency-name: org.mvnpm.at.stdlib:assert-tools-array-function
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: mvnpm
- dependency-name: org.mvnpm.at.stdlib:cli-ctor
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: mvnpm
- dependency-name: org.mvnpm.at.stdlib:constants-float64-high-word-sign-mask
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: mvnpm
- dependency-name: org.mvnpm.at.stdlib:constants-float64-min-base2-exponent-subnormal
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: mvnpm
- dependency-name: org.mvnpm.at.stdlib:math-base-assert-is-infinite
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: mvnpm
- dependency-name: org.mvnpm.at.stdlib:number-float64-base-from-words
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: mvnpm
- dependency-name: org.mvnpm.at.stdlib:number-float64-base-to-words
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: mvnpm
- dependency-name: org.mvnpm.at.stdlib:process-cwd
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: mvnpm
- dependency-name: org.mvnpm.at.stdlib:utils-get-prototype-of
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: mvnpm
- dependency-name: org.mvnpm.at.stdlib:utils-global
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: mvnpm
- dependency-name: org.mvnpm.at.stdlib:utils-noop
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: mvnpm
- dependency-name: org.mvnpm.at.stdlib:utils-type-of
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: mvnpm
- dependency-name: org.mvnpm.at.types:react
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: mvnpm
- dependency-name: org.mvnpm:core-js
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: mvnpm
- dependency-name: org.mvnpm:debug
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: mvnpm
- dependency-name: org.mvnpm:js-cookie
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: mvnpm
- dependency-name: org.mvnpm:js-tokens
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: mvnpm
- dependency-name: org.mvnpm:ms
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: mvnpm
- dependency-name: org.mvnpm:node-fetch
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: mvnpm
- dependency-name: org.mvnpm:react-hotkeys-hook
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: mvnpm
- dependency-name: org.mvnpm:react-is
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: mvnpm
- dependency-name: org.mvnpm:regenerator-runtime
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: mvnpm
- dependency-name: org.mvnpm:tr46
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: mvnpm
- dependency-name: org.mvnpm:webidl-conversions
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: mvnpm
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/maven/mvnpm-2e46de48e9 branch from f22a58f to c8f13d7 Compare January 23, 2024 10:44
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 24, 2024

Superseded by #1280.

@dependabot dependabot bot closed this Jan 24, 2024
@dependabot dependabot bot deleted the dependabot/maven/mvnpm-2e46de48e9 branch January 24, 2024 10:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants