getsentry/sentry-javascript
### [`v6.17.9`](https://togithub.com/getsentry/sentry-javascript/blob/HEAD/CHANGELOG.md#6179)
[Compare Source](https://togithub.com/getsentry/sentry-javascript/compare/6.17.8...6.17.9)
- fix(gatsby): Add missing React peer dependency ([#4576](https://togithub.com/getsentry/sentry-javascript/pull/4576))
- fix(types): Use Sentry event type instead of dom one ([#4584](https://togithub.com/getsentry/sentry-javascript/pull/4584))
Work in this release contributed by [@aaronadamsCA](https://togithub.com/aaronadamsCA). Thank you for your contribution!
### [`v6.17.8`](https://togithub.com/getsentry/sentry-javascript/blob/HEAD/CHANGELOG.md#6178)
[Compare Source](https://togithub.com/getsentry/sentry-javascript/compare/6.17.7...6.17.8)
- feat(types): Add Envelope types ([#4527](https://togithub.com/getsentry/sentry-javascript/pull/4527))
- fix(build): Remove node code from CDN bundles ([#4548](https://togithub.com/getsentry/sentry-javascript/pull/4548))
- fix(build): Prevent unused utils code in integration bundles ([#4547](https://togithub.com/getsentry/sentry-javascript/pull/4547))
- fix(tracing): Export BrowserTracing directly in CDN bundle ([#4570](https://togithub.com/getsentry/sentry-javascript/pull/4570))
- fix(utils): Use apply in console instrumentation ([#4568](https://togithub.com/getsentry/sentry-javascript/pull/4568))
- ref(core): Log `normalizeDepth` when normalization is skipped([#4574](https://togithub.com/getsentry/sentry-javascript/pull/4574))
Work in this release contributed by [@mydea](https://togithub.com/mydea). Thank you for your contribution!
mixpanel/mixpanel-js
### [`v2.45.0`](https://togithub.com/mixpanel/mixpanel-js/releases/v2.45.0)
[Compare Source](https://togithub.com/mixpanel/mixpanel-js/compare/v2.43.0...v2.45.0)
All code relating to in-app notifications has been removed, as the "Messages & Experiments" product is now entirely inactive after a 1.5 year deprecation cycle. The only noticeable changes should be:
- The SDK no longer makes network calls to the `/decide` API endpoint.
- The gzipped size of the minified full SDK is now 17435 bytes.
There is now also support for surfacing SDK errors/warnings via the `error_reporter` configuration option. Exceptions and error messages which the SDK catches and handles will be passed to your handler function if supplied, e.g.:
```js
mixpanel.init('my token', {
error_reporter: function(msg, err) {
Rollbar.warn(msg, err); // send to your 3rd-party error monitor
console.error(...arguments); // blow up your dev console locally
},
});
```
The `err` argument is an `Error` object preserving the stack. Note that errors that make it to the user-configured reporter are generally already handled by the SDK and should be used just for informational/debugging/monitoring purposes (e.g., "Error; retry in 10000 ms" is the batch/retry system responding to a network failure). Some errors are informative for uncovering implementation issues, e.g. "No event name provided to mixpanel.track".
Several fixes are included in this release:
- Several `var` declarations were missing for the asynchronous HTML "snippet" loader ([https://github.com/mixpanel/mixpanel-js/issues/215](https://togithub.com/mixpanel/mixpanel-js/issues/215))
- Some edge cases of the batch/retry system have been fixed that could cause many extraneous network requests (primarily in cases where `localStorage` becomes unusable after an event has already been queued).
balena-io-modules/rendition
### [`v25.12.1`](https://togithub.com/balena-io-modules/rendition/blob/HEAD/CHANGELOG.md#v25121)
[Compare Source](https://togithub.com/balena-io-modules/rendition/compare/v25.12.0...v25.12.1)
#### (2022-02-18)
- Table: Add fuzzy pager option \[Lucian Buzzo]
### [`v25.12.0`](https://togithub.com/balena-io-modules/rendition/blob/HEAD/CHANGELOG.md#v25120)
[Compare Source](https://togithub.com/balena-io-modules/rendition/compare/v25.11.1...v25.12.0)
#### (2022-02-15)
- Replace custom filter Edit with Form \[JSReds]
balena-io-modules/skhema
### [`v6.0.3`](https://togithub.com/balena-io-modules/skhema/blob/HEAD/CHANGELOG.md#v603)
[Compare Source](https://togithub.com/balena-io-modules/skhema/compare/v6.0.2...v6.0.3)
#### (2022-02-18)
- Do not fail to validate if `type` is not specified \[Carol Schulze]
Configuration
📅 Schedule: "every weekend" (UTC).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
[ ] If you want to rebase/retry this PR, click this checkbox.
This PR contains the following updates:
^6.17.7
->^6.17.9
^2.43.0
->^2.45.0
^25.11.1
->^25.12.1
^6.0.2
->^6.0.3
Release Notes
getsentry/sentry-javascript
### [`v6.17.9`](https://togithub.com/getsentry/sentry-javascript/blob/HEAD/CHANGELOG.md#6179) [Compare Source](https://togithub.com/getsentry/sentry-javascript/compare/6.17.8...6.17.9) - fix(gatsby): Add missing React peer dependency ([#4576](https://togithub.com/getsentry/sentry-javascript/pull/4576)) - fix(types): Use Sentry event type instead of dom one ([#4584](https://togithub.com/getsentry/sentry-javascript/pull/4584)) Work in this release contributed by [@aaronadamsCA](https://togithub.com/aaronadamsCA). Thank you for your contribution! ### [`v6.17.8`](https://togithub.com/getsentry/sentry-javascript/blob/HEAD/CHANGELOG.md#6178) [Compare Source](https://togithub.com/getsentry/sentry-javascript/compare/6.17.7...6.17.8) - feat(types): Add Envelope types ([#4527](https://togithub.com/getsentry/sentry-javascript/pull/4527)) - fix(build): Remove node code from CDN bundles ([#4548](https://togithub.com/getsentry/sentry-javascript/pull/4548)) - fix(build): Prevent unused utils code in integration bundles ([#4547](https://togithub.com/getsentry/sentry-javascript/pull/4547)) - fix(tracing): Export BrowserTracing directly in CDN bundle ([#4570](https://togithub.com/getsentry/sentry-javascript/pull/4570)) - fix(utils): Use apply in console instrumentation ([#4568](https://togithub.com/getsentry/sentry-javascript/pull/4568)) - ref(core): Log `normalizeDepth` when normalization is skipped([#4574](https://togithub.com/getsentry/sentry-javascript/pull/4574)) Work in this release contributed by [@mydea](https://togithub.com/mydea). Thank you for your contribution!mixpanel/mixpanel-js
### [`v2.45.0`](https://togithub.com/mixpanel/mixpanel-js/releases/v2.45.0) [Compare Source](https://togithub.com/mixpanel/mixpanel-js/compare/v2.43.0...v2.45.0) All code relating to in-app notifications has been removed, as the "Messages & Experiments" product is now entirely inactive after a 1.5 year deprecation cycle. The only noticeable changes should be: - The SDK no longer makes network calls to the `/decide` API endpoint. - The gzipped size of the minified full SDK is now 17435 bytes. There is now also support for surfacing SDK errors/warnings via the `error_reporter` configuration option. Exceptions and error messages which the SDK catches and handles will be passed to your handler function if supplied, e.g.: ```js mixpanel.init('my token', { error_reporter: function(msg, err) { Rollbar.warn(msg, err); // send to your 3rd-party error monitor console.error(...arguments); // blow up your dev console locally }, }); ``` The `err` argument is an `Error` object preserving the stack. Note that errors that make it to the user-configured reporter are generally already handled by the SDK and should be used just for informational/debugging/monitoring purposes (e.g., "Error; retry in 10000 ms" is the batch/retry system responding to a network failure). Some errors are informative for uncovering implementation issues, e.g. "No event name provided to mixpanel.track". Several fixes are included in this release: - Several `var` declarations were missing for the asynchronous HTML "snippet" loader ([https://github.com/mixpanel/mixpanel-js/issues/215](https://togithub.com/mixpanel/mixpanel-js/issues/215)) - Some edge cases of the batch/retry system have been fixed that could cause many extraneous network requests (primarily in cases where `localStorage` becomes unusable after an event has already been queued).balena-io-modules/rendition
### [`v25.12.1`](https://togithub.com/balena-io-modules/rendition/blob/HEAD/CHANGELOG.md#v25121) [Compare Source](https://togithub.com/balena-io-modules/rendition/compare/v25.12.0...v25.12.1) #### (2022-02-18) - Table: Add fuzzy pager option \[Lucian Buzzo] ### [`v25.12.0`](https://togithub.com/balena-io-modules/rendition/blob/HEAD/CHANGELOG.md#v25120) [Compare Source](https://togithub.com/balena-io-modules/rendition/compare/v25.11.1...v25.12.0) #### (2022-02-15) - Replace custom filter Edit with Form \[JSReds]balena-io-modules/skhema
### [`v6.0.3`](https://togithub.com/balena-io-modules/skhema/blob/HEAD/CHANGELOG.md#v603) [Compare Source](https://togithub.com/balena-io-modules/skhema/compare/v6.0.2...v6.0.3) #### (2022-02-18) - Do not fail to validate if `type` is not specified \[Carol Schulze]Configuration
📅 Schedule: "every weekend" (UTC).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by WhiteSource Renovate. View repository job log here.