Closed renovate[bot] closed 3 years ago
This PR contains the following updates:
^6.12.0
^6.13.2
^5.1.8
^5.3.0
^10.0.2
^10.0.4
^2.23.0
^2.24.0
^21.6.8
^21.7.6
^4.4.2
^4.4.3
📅 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.
This PR contains the following updates:
^6.12.0
->^6.13.2
^5.1.8
->^5.3.0
^10.0.2
->^10.0.4
^2.23.0
->^2.24.0
^21.6.8
->^21.7.6
^4.4.2
->^4.4.3
Release Notes
getsentry/sentry-javascript
### [`v6.13.2`](https://togithub.com/getsentry/sentry-javascript/blob/master/CHANGELOG.md#6132) [Compare Source](https://togithub.com/getsentry/sentry-javascript/compare/6.13.1...6.13.2) - fix(browser): Use getGlobalObject for document check ([#3996](https://togithub.com/getsentry/sentry-javascript/issues/3996)) - misc(all): Disallow direct usage of globals ([#3999](https://togithub.com/getsentry/sentry-javascript/issues/3999)) ### [`v6.13.1`](https://togithub.com/getsentry/sentry-javascript/blob/master/CHANGELOG.md#6131) [Compare Source](https://togithub.com/getsentry/sentry-javascript/compare/6.13.0...6.13.1) - fix(browser): Check for document when sending outcomes ([#3993](https://togithub.com/getsentry/sentry-javascript/issues/3993)) ### [`v6.13.0`](https://togithub.com/getsentry/sentry-javascript/blob/master/CHANGELOG.md#6130) [Compare Source](https://togithub.com/getsentry/sentry-javascript/compare/6.12.0...6.13.0) - feat(browser): Client Report Support ([#3955](https://togithub.com/getsentry/sentry-javascript/issues/3955)) - feat(perf): Add experimental option to improve LCP collection ([#3879](https://togithub.com/getsentry/sentry-javascript/issues/3879)) - fix(browser): Make sure that `document.head` or `document.body` exists for `injectReportDialog` ([#3972](https://togithub.com/getsentry/sentry-javascript/issues/3972)) - fix(browser): Parse frames-only `safari(-web)-extension` stack ([#3929](https://togithub.com/getsentry/sentry-javascript/issues/3929)) - fix(ember): Move `ember-source` to `devDependencies` ([#3962](https://togithub.com/getsentry/sentry-javascript/issues/3962)) - fix(hub): Don't set `lastEventID` for transactions ([#3966](https://togithub.com/getsentry/sentry-javascript/issues/3966)) - fix(nextjs): Include nextjs config's `basePath` on `urlPrefix` ([#3922](https://togithub.com/getsentry/sentry-javascript/issues/3922)) - fix(node): Add protocol detection for get/request calls without explict protocol ([#3950](https://togithub.com/getsentry/sentry-javascript/issues/3950)) - fix(node): Disable `autoSessionTracking` if dsn undefined ([#3954](https://togithub.com/getsentry/sentry-javascript/issues/3954)) - fix(vue): Check for matched route existence before starting transaction ([#3973](https://togithub.com/getsentry/sentry-javascript/issues/3973)) - ref(browser): Migrate unit tests from Chai and Karma to Jest ([#3965](https://togithub.com/getsentry/sentry-javascript/issues/3965)) - ref(nextjs): Exclude cross-platform tracing code from bundles ([#3978](https://togithub.com/getsentry/sentry-javascript/issues/3978)) - ref(tracing): Idle transaction refactoring ([#3988](https://togithub.com/getsentry/sentry-javascript/issues/3988))date-fns/date-fns
### [`v2.24.0`](https://togithub.com/date-fns/date-fns/blob/master/CHANGELOG.md#v2240---2021-09-17) [Compare Source](https://togithub.com/date-fns/date-fns/compare/v2.23.0...v2.24.0) Kudos to [Sasha Koss](http://github.com/kossnocorp), [Lucas Silva](http://github.com/LucasHFS), [Jan Ziemba](http://github.com/janziemba), [Anastasia Kobzar](http://github.com/rikkalo), [Deepak Gupta](http://github.com/Mr-DG-Wick), [Jonas L](http://github.com/jooola), [Kentaro Suzuki](http://github.com/kentaro84207), [Koussay Haj Kacem](http://github.com/essana3), [fturmel](http://github.com/fturmel), [Tan75](http://github.com/tan75) and [Adriaan Callaerts](http://github.com/call-a3) for working on the release. ##### Fixed - [Fixed an edge case in the Slovak locale caused by unescaped character.](https://togithub.com/date-fns/date-fns/pull/2540) ([#2083](https://togithub.com/date-fns/date-fns/issues/2083)) ##### Changed - [Used `1` instead of `ein` for German `formatDuration` to make it consistent with other locales and formats.](https://togithub.com/date-fns/date-fns/pull/2576) ([#2505](https://togithub.com/date-fns/date-fns/issues/2505)) - [Made Norwegian `formatDuration` consistent with other locales by using numeric representation instead of written.](https://togithub.com/date-fns/date-fns/pull/2631) ([#2469](https://togithub.com/date-fns/date-fns/issues/2469)) - [Use the word "sekunda" instead of "vteřina" for second in the Czech locale.](https://togithub.com/date-fns/date-fns/pull/2577) - [Made Flemish short date format corresponds to the Flemish government.](https://togithub.com/date-fns/date-fns/pull/2535) ##### Added - [Added `roundingMethod` option to `differenceInHours`, `differenceInMinutes`, `differenceInQuarters`, `differenceInSeconds` and `differenceInWeeks` with `trunc` as the default method.](https://togithub.com/date-fns/date-fns/pull/2571) ([#2555](https://togithub.com/date-fns/date-fns/issues/2555)) - [Added new functions: `previousDay`, `previousMonday`, `previousTuesday`, `previousWednesday`, `previousThursday`, `previousFriday`, `previousSaturday` and `previousSunday`.](https://togithub.com/date-fns/date-fns/pull/2522)balena-io-modules/rendition
### [`v21.7.6`](https://togithub.com/balena-io-modules/rendition/blob/master/CHANGELOG.md#v2176) [Compare Source](https://togithub.com/balena-io-modules/rendition/compare/v21.7.5...v21.7.6) #### (2021-09-24) - patch: Update dependency [@testing-library/react](https://togithub.com/testing-library/react) to ^11.2.7 \[Renovate Bot] ### [`v21.7.5`](https://togithub.com/balena-io-modules/rendition/blob/master/CHANGELOG.md#v2175) [Compare Source](https://togithub.com/balena-io-modules/rendition/compare/v21.7.4...v21.7.5) #### (2021-09-24) - patch: Update dependency date-fns to ^2.24.0 \[Renovate Bot] ### [`v21.7.4`](https://togithub.com/balena-io-modules/rendition/blob/master/CHANGELOG.md#v2174) [Compare Source](https://togithub.com/balena-io-modules/rendition/compare/v21.7.3...v21.7.4) #### (2021-09-24) - patch: Update npm to >=5.10.0 \[Renovate Bot] ### [`v21.7.3`](https://togithub.com/balena-io-modules/rendition/blob/master/CHANGELOG.md#v2173) [Compare Source](https://togithub.com/balena-io-modules/rendition/compare/v21.7.2...v21.7.3) #### (2021-09-23) - patch: Update dependency mermaid to ^8.13.0 \[Renovate Bot] ### [`v21.7.2`](https://togithub.com/balena-io-modules/rendition/blob/master/CHANGELOG.md#v2172) [Compare Source](https://togithub.com/balena-io-modules/rendition/compare/v21.7.1...v21.7.2) #### (2021-09-21) - Map: Fix mouse event not triggering \[Thodoris Greasidis] ### [`v21.7.1`](https://togithub.com/balena-io-modules/rendition/blob/master/CHANGELOG.md#v2171) [Compare Source](https://togithub.com/balena-io-modules/rendition/compare/v21.7.0...v21.7.1) #### (2021-09-21) - Add icon to markdown heading links \[Amit Solanki] ### [`v21.7.0`](https://togithub.com/balena-io-modules/rendition/blob/master/CHANGELOG.md#v2170) [Compare Source](https://togithub.com/balena-io-modules/rendition/compare/v21.6.12...v21.7.0) #### (2021-09-11) - Link headings in markdown \[Amit Solanki] ### [`v21.6.12`](https://togithub.com/balena-io-modules/rendition/blob/master/CHANGELOG.md#v21612) [Compare Source](https://togithub.com/balena-io-modules/rendition/compare/v21.6.11...v21.6.12) #### (2021-09-07) - patch: Update dependency unified to ^9.2.2 \[Renovate Bot] ### [`v21.6.11`](https://togithub.com/balena-io-modules/rendition/blob/master/CHANGELOG.md#v21611) [Compare Source](https://togithub.com/balena-io-modules/rendition/compare/v21.6.10...v21.6.11) #### (2021-09-07) - patch: Update dependency copy-to-clipboard to ^3.3.1 \[Renovate Bot] ### [`v21.6.10`](https://togithub.com/balena-io-modules/rendition/blob/master/CHANGELOG.md#v21610) [Compare Source](https://togithub.com/balena-io-modules/rendition/compare/v21.6.9...v21.6.10) #### (2021-09-07) - patch: Update dependency hast-util-sanitize to ^3.0.2 \[Renovate Bot] ### [`v21.6.9`](https://togithub.com/balena-io-modules/rendition/blob/master/CHANGELOG.md#v2169) [Compare Source](https://togithub.com/balena-io-modules/rendition/compare/v21.6.8...v21.6.9) #### (2021-09-02) - patch: Update dependency tslib to ^2.3.1 \[Renovate Bot]Microsoft/TypeScript
### [`v4.4.3`](https://togithub.com/Microsoft/TypeScript/releases/v4.4.3) [Compare Source](https://togithub.com/Microsoft/TypeScript/compare/v4.4.2...v4.4.3) This patch release contains fix for [leaking file watchers on `package.json`](https://togithub.com/microsoft/TypeScript/issues/45633), and a [minor fix for completions in JavaScript files](https://togithub.com/microsoft/TypeScript/issues/45436). *** For release notes, check out the [release announcement](https://devblogs.microsoft.com/typescript/announcing-typescript-4-4/). For the complete list of fixed issues, check out the - [fixed issues query for Typescript 4.4.0 (Beta)](https://togithub.com/microsoft/TypeScript/issues?q=milestone%3A%22TypeScript+4.4.0+%28Beta%29%22+). - [fixed issues query for Typescript 4.4.1 (RC)](https://togithub.com/microsoft/TypeScript/issues?q=milestone%3A%22TypeScript+4.4.1+%28RC%29%22+). - [fixed issues query for Typescript 4.4.2](https://togithub.com/microsoft/TypeScript/issues?q=milestone%3A%22TypeScript+4.4.2%22+). - [fixed issues query for Typescript 4.4.3](https://togithub.com/microsoft/TypeScript/issues?q=milestone%3A%22TypeScript+4.4.3%22+). Downloads are available on: - [npm](https://www.npmjs.com/package/typescript)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.