emotion-js/emotion
### [`v11.8.1`](https://togithub.com/emotion-js/emotion/blob/HEAD/packages/react/CHANGELOG.md#1181)
[Compare Source](https://togithub.com/emotion-js/emotion/compare/@emotion/react@11.8.0...@emotion/react@11.8.1)
##### Patch Changes
- [#2651](https://togithub.com/emotion-js/emotion/pull/2651) [`39ac5b99`](https://togithub.com/emotion-js/emotion/commit/39ac5b99483994a68fa2b51e23ad6c173f42f1c1) Thanks [@Andarist](https://togithub.com/Andarist)! - Fixed a transpilation issue that caused `useInsertionEffect` to be referenced directly in the specifiers list of the import statement. This has caused build errors in the consuming tools since the import statement can only reference known exports of a module.
### [`v11.8.0`](https://togithub.com/emotion-js/emotion/blob/HEAD/packages/react/CHANGELOG.md#1180)
[Compare Source](https://togithub.com/emotion-js/emotion/compare/@emotion/react@11.7.1...@emotion/react@11.8.0)
##### Minor Changes
- [#2600](https://togithub.com/emotion-js/emotion/pull/2600) [`2f27156a`](https://togithub.com/emotion-js/emotion/commit/2f27156a73f94c3aac82e4ed492cbfdc97225573) Thanks [@Andarist](https://togithub.com/Andarist)! - Refactored code to use the upcoming `React.useInsertionEffect` when it's available (this is a new hook that is going to be introduced in React 18). This shouldn't have any effect on existing codebases and the change should be transparent.
##### Patch Changes
- [#2609](https://togithub.com/emotion-js/emotion/pull/2609) [`242f7d8c`](https://togithub.com/emotion-js/emotion/commit/242f7d8c9f3ddbba2a69664bcc0fa22501df849f) Thanks [@Andarist](https://togithub.com/Andarist)! - Added `@emotion/babel-plugin` as a dependency - this is an actual dependency of the `@emotion/react/macro` entrypoint and it has to be explicitly declared to fix compatibility with strict package managers.
- [#2615](https://togithub.com/emotion-js/emotion/pull/2615) [`3d672acd`](https://togithub.com/emotion-js/emotion/commit/3d672acd4d379f5861012d6e6d38feadd212966a) Thanks [@srmagura](https://togithub.com/srmagura)! - Fix an edge case where runtime label extraction in class components led to invalid class names in Firefox. This only affected the development build of Emotion.
- Updated dependencies \[[`2f27156a`](https://togithub.com/emotion-js/emotion/commit/2f27156a73f94c3aac82e4ed492cbfdc97225573)]:
- [@emotion/utils](https://togithub.com/emotion/utils)[@1](https://togithub.com/1).1.0
getsentry/sentry-javascript
### [`v6.18.0`](https://togithub.com/getsentry/sentry-javascript/blob/HEAD/CHANGELOG.md#6180)
[Compare Source](https://togithub.com/getsentry/sentry-javascript/compare/6.17.9...6.18.0)
This patch deprecates the `frameContextLines` option for the Node SDK. The [migration documentation](./MIGRATION.md#upgrading-from-6.17.x-to-6.18.0) details how to migrate off the deprecated `frameContextLines` option.
- fix(browser): Only set event.stacktrace if we have 1 or more frames ([#4614](https://togithub.com/getsentry/sentry-javascript/pull/4614))
- fix(hub): keep hint event id if it's provided ([#4577](https://togithub.com/getsentry/sentry-javascript/pull/4577))
- fix(nextjs): Use env variable for build detection ([#4608](https://togithub.com/getsentry/sentry-javascript/pull/4608))
- ref(node): Refactor node source fetching into integration ([#3729](https://togithub.com/getsentry/sentry-javascript/pull/3729))
- feat(serverless): Added `ignoreSentryErrors` option for AWS lambda ([#4620](https://togithub.com/getsentry/sentry-javascript/pull/4620))
Work in this release contributed by [@GoshaEgorian](https://togithub.com/GoshaEgorian) and [@ichina](https://togithub.com/ichina). Thank you for your contributions!
balena-io-modules/rendition
### [`v25.13.1`](https://togithub.com/balena-io-modules/rendition/blob/HEAD/CHANGELOG.md#v25131)
[Compare Source](https://togithub.com/balena-io-modules/rendition/compare/v25.13.0...v25.13.1)
#### (2022-02-23)
- Remove duplicate contributor checklist item on PR template \[Lucian Buzzo]
### [`v25.13.0`](https://togithub.com/balena-io-modules/rendition/blob/HEAD/CHANGELOG.md#v25130)
[Compare Source](https://togithub.com/balena-io-modules/rendition/compare/v25.12.2...v25.13.0)
#### (2022-02-23)
- Mermaid: Add support for callback functions in graphs \[Lucian Buzzo]
### [`v25.12.2`](https://togithub.com/balena-io-modules/rendition/blob/HEAD/CHANGELOG.md#v25122)
[Compare Source](https://togithub.com/balena-io-modules/rendition/compare/v25.12.1...v25.12.2)
#### (2022-02-21)
- Improve filters style and fix boolean summary \[JSReds]
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:
^11.7.1
->^11.8.1
^6.17.9
->^6.18.0
^25.12.1
->^25.13.1
Release Notes
emotion-js/emotion
### [`v11.8.1`](https://togithub.com/emotion-js/emotion/blob/HEAD/packages/react/CHANGELOG.md#1181) [Compare Source](https://togithub.com/emotion-js/emotion/compare/@emotion/react@11.8.0...@emotion/react@11.8.1) ##### Patch Changes - [#2651](https://togithub.com/emotion-js/emotion/pull/2651) [`39ac5b99`](https://togithub.com/emotion-js/emotion/commit/39ac5b99483994a68fa2b51e23ad6c173f42f1c1) Thanks [@Andarist](https://togithub.com/Andarist)! - Fixed a transpilation issue that caused `useInsertionEffect` to be referenced directly in the specifiers list of the import statement. This has caused build errors in the consuming tools since the import statement can only reference known exports of a module. ### [`v11.8.0`](https://togithub.com/emotion-js/emotion/blob/HEAD/packages/react/CHANGELOG.md#1180) [Compare Source](https://togithub.com/emotion-js/emotion/compare/@emotion/react@11.7.1...@emotion/react@11.8.0) ##### Minor Changes - [#2600](https://togithub.com/emotion-js/emotion/pull/2600) [`2f27156a`](https://togithub.com/emotion-js/emotion/commit/2f27156a73f94c3aac82e4ed492cbfdc97225573) Thanks [@Andarist](https://togithub.com/Andarist)! - Refactored code to use the upcoming `React.useInsertionEffect` when it's available (this is a new hook that is going to be introduced in React 18). This shouldn't have any effect on existing codebases and the change should be transparent. ##### Patch Changes - [#2609](https://togithub.com/emotion-js/emotion/pull/2609) [`242f7d8c`](https://togithub.com/emotion-js/emotion/commit/242f7d8c9f3ddbba2a69664bcc0fa22501df849f) Thanks [@Andarist](https://togithub.com/Andarist)! - Added `@emotion/babel-plugin` as a dependency - this is an actual dependency of the `@emotion/react/macro` entrypoint and it has to be explicitly declared to fix compatibility with strict package managers. - [#2615](https://togithub.com/emotion-js/emotion/pull/2615) [`3d672acd`](https://togithub.com/emotion-js/emotion/commit/3d672acd4d379f5861012d6e6d38feadd212966a) Thanks [@srmagura](https://togithub.com/srmagura)! - Fix an edge case where runtime label extraction in class components led to invalid class names in Firefox. This only affected the development build of Emotion. - Updated dependencies \[[`2f27156a`](https://togithub.com/emotion-js/emotion/commit/2f27156a73f94c3aac82e4ed492cbfdc97225573)]: - [@emotion/utils](https://togithub.com/emotion/utils)[@1](https://togithub.com/1).1.0getsentry/sentry-javascript
### [`v6.18.0`](https://togithub.com/getsentry/sentry-javascript/blob/HEAD/CHANGELOG.md#6180) [Compare Source](https://togithub.com/getsentry/sentry-javascript/compare/6.17.9...6.18.0) This patch deprecates the `frameContextLines` option for the Node SDK. The [migration documentation](./MIGRATION.md#upgrading-from-6.17.x-to-6.18.0) details how to migrate off the deprecated `frameContextLines` option. - fix(browser): Only set event.stacktrace if we have 1 or more frames ([#4614](https://togithub.com/getsentry/sentry-javascript/pull/4614)) - fix(hub): keep hint event id if it's provided ([#4577](https://togithub.com/getsentry/sentry-javascript/pull/4577)) - fix(nextjs): Use env variable for build detection ([#4608](https://togithub.com/getsentry/sentry-javascript/pull/4608)) - ref(node): Refactor node source fetching into integration ([#3729](https://togithub.com/getsentry/sentry-javascript/pull/3729)) - feat(serverless): Added `ignoreSentryErrors` option for AWS lambda ([#4620](https://togithub.com/getsentry/sentry-javascript/pull/4620)) Work in this release contributed by [@GoshaEgorian](https://togithub.com/GoshaEgorian) and [@ichina](https://togithub.com/ichina). Thank you for your contributions!balena-io-modules/rendition
### [`v25.13.1`](https://togithub.com/balena-io-modules/rendition/blob/HEAD/CHANGELOG.md#v25131) [Compare Source](https://togithub.com/balena-io-modules/rendition/compare/v25.13.0...v25.13.1) #### (2022-02-23) - Remove duplicate contributor checklist item on PR template \[Lucian Buzzo] ### [`v25.13.0`](https://togithub.com/balena-io-modules/rendition/blob/HEAD/CHANGELOG.md#v25130) [Compare Source](https://togithub.com/balena-io-modules/rendition/compare/v25.12.2...v25.13.0) #### (2022-02-23) - Mermaid: Add support for callback functions in graphs \[Lucian Buzzo] ### [`v25.12.2`](https://togithub.com/balena-io-modules/rendition/blob/HEAD/CHANGELOG.md#v25122) [Compare Source](https://togithub.com/balena-io-modules/rendition/compare/v25.12.1...v25.12.2) #### (2022-02-21) - Improve filters style and fix boolean summary \[JSReds]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.