-
Notifications
You must be signed in to change notification settings - Fork 5
Chore(deps-dev): Bump @sentry/types from 7.120.2 to 9.10.1 #38
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Bumps [@sentry/types](https://github.com/getsentry/sentry-javascript) from 7.120.2 to 9.10.1. - [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.120.2...9.10.1) --- updated-dependencies: - dependency-name: "@sentry/types" dependency-version: 9.10.1 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
|
Important Review skippedBot user detected. To trigger a single review, invoke the You can disable this status message by setting the Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
Branch preview❌ Deploy failed! |
Coverage report for
|
St.❔ |
Category | Percentage | Covered / Total |
|---|---|---|---|
| 🟡 | Statements | 77.54% | 14088/18168 |
| 🔴 | Branches | 56.97% | 3560/6249 |
| 🟡 | Functions | 62.94% | 2123/3373 |
| 🟡 | Lines | 78.97% | 12711/16096 |
Test suite run failed
Failed tests: 11/1834. Failed suites: 5/251.
● useSafeWalletProvider › _useTxFlowApi › should open signing window for off-chain messages
expect(jest.fn()).toHaveBeenCalledWith(...expected)
- Expected
+ Received
"Signature request",
Object {
- "body": "test wants you to sign a message. Open the Evmos Safe to continue.",
+ "body": "test wants you to sign a message. Open the Safe{Wallet} to continue.",
},
Number of calls: 1
105 | const resp = result?.current?.signMessage('message', appInfo)
106 |
> 107 | expect(showNotificationSpy).toHaveBeenCalledWith('Signature request', {
| ^
108 | body: 'test wants you to sign a message. Open the Evmos Safe to continue.',
109 | })
110 |
at Object.toHaveBeenCalledWith (src/services/safe-wallet-provider/useSafeWalletProvider.test.tsx:107:35)
● useSafeWalletProvider › _useTxFlowApi › should open a signing window for on-chain messages
expect(jest.fn()).toHaveBeenCalledWith(...expected)
- Expected
+ Received
"Signature request",
Object {
- "body": "test wants you to sign a message. Open the Evmos Safe to continue.",
+ "body": "test wants you to sign a message. Open the Safe{Wallet} to continue.",
},
Number of calls: 1
157 | const resp2 = result?.current?.signMessage('message', appInfo)
158 |
> 159 | expect(showNotificationSpy).toHaveBeenCalledWith('Signature request', {
| ^
160 | body: 'test wants you to sign a message. Open the Evmos Safe to continue.',
161 | })
162 |
at Object.toHaveBeenCalledWith (src/services/safe-wallet-provider/useSafeWalletProvider.test.tsx:159:35)
● useSafeWalletProvider › _useTxFlowApi › should open signing window for off-chain typed messages
expect(jest.fn()).toHaveBeenCalledWith(...expected)
- Expected
+ Received
"Signature request",
Object {
- "body": "test wants you to sign a message. Open the Evmos Safe to continue.",
+ "body": "test wants you to sign a message. Open the Safe{Wallet} to continue.",
},
Number of calls: 1
228 | const resp = result?.current?.signTypedMessage(typedMessage, appInfo)
229 |
> 230 | expect(showNotificationSpy).toHaveBeenCalledWith('Signature request', {
| ^
231 | body: 'test wants you to sign a message. Open the Evmos Safe to continue.',
232 | })
233 |
at Object.toHaveBeenCalledWith (src/services/safe-wallet-provider/useSafeWalletProvider.test.tsx:230:35)
● useSafeWalletProvider › _useTxFlowApi › should should send (batched) transactions
expect(jest.fn()).toHaveBeenCalledWith(...expected)
- Expected
+ Received
"Transaction request",
Object {
- "body": "test wants to submit a transaction. Open the Evmos Safe to continue.",
+ "body": "test wants to submit a transaction. Open the Safe{Wallet} to continue.",
},
Number of calls: 1
278 | )
279 |
> 280 | expect(showNotificationSpy).toHaveBeenCalledWith('Transaction request', {
| ^
281 | body: 'test wants to submit a transaction. Open the Evmos Safe to continue.',
282 | })
283 |
at Object.toHaveBeenCalledWith (src/services/safe-wallet-provider/useSafeWalletProvider.test.tsx:280:35)
● FallbackHandler › No Fallback Handler › should render a warning when no Fallback Handler is set
expect(received).toBeInTheDocument()
received value must be an HTMLElement or an SVGElement.
Received has value: null
Ignored nodes: comments, script, style
<html>
<head>
<meta
content=""
name="emotion-insertion-point"
/>
</head>
<body>
<div>
<div
class="MuiPaper-root MuiPaper-elevation MuiPaper-rounded MuiPaper-elevation0 css-p4s866-MuiPaper-root"
style="--Paper-shadow: none;"
>
<div
class="MuiGrid-root MuiGrid-container MuiGrid-spacing-xs-3 css-t48d7i-MuiGrid-root"
>
<div
class="MuiGrid-root MuiGrid-item MuiGrid-grid-xs-12 MuiGrid-grid-lg-4 css-1qm8set-MuiGrid-root"
>
<h4
class="MuiTypography-root MuiTypography-h4 css-1wz4xwf-MuiTypography-root"
>
Fallback handler
</h4>
</div>
<div
class="MuiGrid-root MuiGrid-item MuiGrid-grid-xs-true css-1vd824g-MuiGrid-root"
>
<div
class="MuiBox-root css-0"
>
<p
class="MuiTypography-root MuiTypography-body1 css-v6lhhw-MuiTypography-root"
>
The fallback handler adds fallback logic for funtionality that may not be present in the Safe Account contract. Learn more about the fallback handler
<a
class="MuiTypography-root MuiTypography-inherit MuiLink-root MuiLink-underlineAlways css-r9pq5a-MuiTypography-root-MuiLink-root"
href="https://help.safe.global/en/articles/40838-what-is-a-fallback-handler-and-how-does-it-relate-to-safe"
rel="noreferrer noopener"
target="_blank"
>
<span
class="MuiBox-root css-1vqf8mi"
>
here
<svg
aria-hidden="true"
class="MuiSvgIcon-root MuiSvgIcon-fontSizeSmall css-tqxw8e-MuiSvgIcon-root"
data-testid="OpenInNewRoundedIcon"
focusable="false"
viewBox="0 0 24 24"
>
<path
d="M18 19H6c-.55 0-1-.45-1-1V6c0-.55.45-1 1-1h5c.55 0 1-.45 1-1s-.45-1-1-1H5c-1.11 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2v-6c0-.55-.45-1-1-1s-1 .45-1 1v5c0 .55-.45 1-1 1M14 4c0 .55.45 1 1 1h2.59l-9.13 9.13c-.39.39-.39 1.02 0 1.41s1.02.39 1.41 0L19 6.41V9c0 .55.45 1 1 1s1-.45 1-1V4c0-.55-.45-1-1-1h-5c-.55 0-1 .45-1 1"
/>
</svg>
</span>
</a>
</p>
<div
class="MuiPaper-root MuiPaper-elevation MuiPaper-rounded MuiPaper-elevation0 MuiAlert-root MuiAlert-colorWarning MuiAlert-standardWarning MuiAlert-standard css-11b798m-MuiPaper-root-MuiAlert-root"
role="alert"
style="--Paper-shadow: none;"
>
<div
class="MuiAlert-message css-zioonp-MuiAlert-message"
>
<p
class="MuiTypography-root MuiTypography-body2 css-184tsqz-MuiTypography-root"
>
The Safe{Wallet} may not work correctly as no fallback handler is currently set.
It can be set via the
<a
class="MuiTypography-root MuiTypography-inherit MuiLink-root MuiLink-underlineAlways css-r9pq5a-MuiTypography-root-MuiLink-root"
href="/"
>
Transaction Builder
</a>
.
</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</body>
</html>
136 | new RegExp('The Evmos Safe may not work correctly as no fallback handler is currently set.'),
137 | ),
> 138 | ).toBeInTheDocument()
| ^
139 | expect(fbHandler.queryByText('Transaction Builder')).toBeInTheDocument()
140 | })
141 | })
at __EXTERNAL_MATCHER_TRAP__ (../../node_modules/expect/build/index.js:325:30)
at Object.throwingMatcher [as toBeInTheDocument] (../../node_modules/expect/build/index.js:326:15)
at toBeInTheDocument (src/components/settings/FallbackHandler/__tests__/index.test.tsx:138:11)
at runWithExpensiveErrorDiagnosticsDisabled (../../node_modules/@testing-library/dom/dist/config.js:47:12)
at checkCallback (../../node_modules/@testing-library/dom/dist/wait-for.js:124:77)
at checkRealTimersCallback (../../node_modules/@testing-library/dom/dist/wait-for.js:118:16)
at Timeout.task [as _onTimeout] (../../node_modules/jsdom/lib/jsdom/browser/Window.js:520:19)
● FallbackHandler › No Fallback Handler › should conditionally append the Transaction Builder link
expect(received).toBeInTheDocument()
received value must be an HTMLElement or an SVGElement.
Received has value: null
Ignored nodes: comments, script, style
<html>
<head>
<meta
content=""
name="emotion-insertion-point"
/>
</head>
<body>
<div>
<div
class="MuiPaper-root MuiPaper-elevation MuiPaper-rounded MuiPaper-elevation0 css-p4s866-MuiPaper-root"
style="--Paper-shadow: none;"
>
<div
class="MuiGrid-root MuiGrid-container MuiGrid-spacing-xs-3 css-t48d7i-MuiGrid-root"
>
<div
class="MuiGrid-root MuiGrid-item MuiGrid-grid-xs-12 MuiGrid-grid-lg-4 css-1qm8set-MuiGrid-root"
>
<h4
class="MuiTypography-root MuiTypography-h4 css-1wz4xwf-MuiTypography-root"
>
Fallback handler
</h4>
</div>
<div
class="MuiGrid-root MuiGrid-item MuiGrid-grid-xs-true css-1vd824g-MuiGrid-root"
>
<div
class="MuiBox-root css-0"
>
<p
class="MuiTypography-root MuiTypography-body1 css-v6lhhw-MuiTypography-root"
>
The fallback handler adds fallback logic for funtionality that may not be present in the Safe Account contract. Learn more about the fallback handler
<a
class="MuiTypography-root MuiTypography-inherit MuiLink-root MuiLink-underlineAlways css-r9pq5a-MuiTypography-root-MuiLink-root"
href="https://help.safe.global/en/articles/40838-what-is-a-fallback-handler-and-how-does-it-relate-to-safe"
rel="noreferrer noopener"
target="_blank"
>
<span
class="MuiBox-root css-1vqf8mi"
>
here
<svg
aria-hidden="true"
class="MuiSvgIcon-root MuiSvgIcon-fontSizeSmall css-tqxw8e-MuiSvgIcon-root"
data-testid="OpenInNewRoundedIcon"
focusable="false"
viewBox="0 0 24 24"
>
<path
d="M18 19H6c-.55 0-1-.45-1-1V6c0-.55.45-1 1-1h5c.55 0 1-.45 1-1s-.45-1-1-1H5c-1.11 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2v-6c0-.55-.45-1-1-1s-1 .45-1 1v5c0 .55-.45 1-1 1M14 4c0 .55.45 1 1 1h2.59l-9.13 9.13c-.39.39-.39 1.02 0 1.41s1.02.39 1.41 0L19 6.41V9c0 .55.45 1 1 1s1-.45 1-1V4c0-.55-.45-1-1-1h-5c-.55 0-1 .45-1 1"
/>
</svg>
</span>
</a>
</p>
<div
class="MuiPaper-root MuiPaper-elevation MuiPaper-rounded MuiPaper-elevation0 MuiAlert-root MuiAlert-colorWarning MuiAlert-standardWarning MuiAlert-standard css-11b798m-MuiPaper-root-MuiAlert-root"
role="alert"
style="--Paper-shadow: none;"
>
<div
class="MuiAlert-message css-zioonp-MuiAlert-message"
>
<p
class="MuiTypography-root MuiTypography-body2 css-184tsqz-MuiTypography-root"
>
The Safe{Wallet} may not work correctly as no fallback handler is currently set.
</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</body>
</html>
161 | new RegExp('The Evmos Safe may not work correctly as no fallback handler is currently set.'),
162 | ),
> 163 | ).toBeInTheDocument()
| ^
164 | expect(fbHandler.queryByText('Transaction Builder')).not.toBeInTheDocument()
165 | })
166 | })
at __EXTERNAL_MATCHER_TRAP__ (../../node_modules/expect/build/index.js:325:30)
at Object.throwingMatcher [as toBeInTheDocument] (../../node_modules/expect/build/index.js:326:15)
at toBeInTheDocument (src/components/settings/FallbackHandler/__tests__/index.test.tsx:163:11)
at runWithExpensiveErrorDiagnosticsDisabled (../../node_modules/@testing-library/dom/dist/config.js:47:12)
at checkCallback (../../node_modules/@testing-library/dom/dist/wait-for.js:124:77)
at checkRealTimersCallback (../../node_modules/@testing-library/dom/dist/wait-for.js:118:16)
at Timeout.task [as _onTimeout] (../../node_modules/jsdom/lib/jsdom/browser/Window.js:520:19)
● useCompatibilityWarning › should return an error for a dangerous bridge › if the dApp is named
expect(received).toEqual(expected) // deep equality
- Expected - 1
+ Received + 1
Object {
- "message": "Fake Bridge is a bridge that is incompatible with Evmos Safe — the bridged funds will be lost. Consider using a different bridge.",
+ "message": "Fake Bridge is a bridge that is incompatible with Safe{Wallet} — the bridged funds will be lost. Consider using a different bridge.",
"severity": "error",
}
18 | const { result } = renderHook(() => useCompatibilityWarning(proposal, false))
19 |
> 20 | expect(result.current).toEqual({
| ^
21 | message:
22 | 'Fake Bridge is a bridge that is incompatible with Evmos Safe — the bridged funds will be lost. Consider using a different bridge.',
23 | severity: 'error',
at Object.toEqual (src/features/walletconnect/components/WcProposalForm/__tests__/useCompatibilityWarning.test.ts:20:30)
● useCompatibilityWarning › should return an error for a dangerous bridge › if the dApp is not named
expect(received).toEqual(expected) // deep equality
- Expected - 1
+ Received + 1
Object {
- "message": "This dApp is a bridge that is incompatible with Evmos Safe — the bridged funds will be lost. Consider using a different bridge.",
+ "message": "This dApp is a bridge that is incompatible with Safe{Wallet} — the bridged funds will be lost. Consider using a different bridge.",
"severity": "error",
}
35 | const { result } = renderHook(() => useCompatibilityWarning(proposal, false))
36 |
> 37 | expect(result.current).toEqual({
| ^
38 | message:
39 | 'This dApp is a bridge that is incompatible with Evmos Safe — the bridged funds will be lost. Consider using a different bridge.',
40 | severity: 'error',
at Object.toEqual (src/features/walletconnect/components/WcProposalForm/__tests__/useCompatibilityWarning.test.ts:37:30)
● useChainId hook › should return the default chainId if no query params
expect(received).toBe(expected) // Object.is equality
Expected: "11155111"
Received: "9001"
57 | it('should return the default chainId if no query params', () => {
58 | const { result } = renderHook(() => useChainId())
> 59 | expect(result.current).toBe('11155111')
| ^
60 | })
61 |
62 | it('should return the chainId based on the chain query', () => {
at Object.toBe (src/hooks/__tests__/useChainId.test.ts:59:28)
● SettingsHeader › A safe is open › displays Notifications if feature is enabled
TestingLibraryElementError: Unable to find an element with the text: Notifications. This could be because the text is broken up by multiple elements. In this case, you can provide a function for your text matcher to make your matcher more flexible.
Ignored nodes: comments, script, style
<body>
<div>
<div
class="container border MuiBox-root css-0"
>
<h3
class="MuiTypography-root MuiTypography-h3 title css-1j4por9-MuiTypography-root"
>
Settings
</h3>
<div
class="navWrapper"
>
<div
class="MuiTabs-root tabs css-1xkjjjh-MuiTabs-root"
>
<div
class="MuiTabs-scrollableX MuiTabs-hideScrollbar css-i8yde5"
style="width: 99px; height: 99px; position: absolute; top: -9999px; overflow: scroll;"
/>
<div
class="MuiTabs-scroller MuiTabs-hideScrollbar MuiTabs-scrollableX css-1fr578y-MuiTabs-scroller"
style="margin-bottom: 0px;"
>
<div
class="MuiTabs-flexContainer css-1wxkzlj-MuiTabs-flexContainer"
role="tablist"
>
<a
aria-selected="true"
class="MuiButtonBase-root MuiTab-root MuiTab-textColorPrimary Mui-selected tab css-19bq83i-MuiButtonBase-root-MuiTab-root"
href="/settings/setup"
role="tab"
tabindex="0"
>
<p
class="MuiTypography-root MuiTypography-body2 label css-1ll22iv-MuiTypography-root"
>
Setup
</p>
</a>
<a
aria-selected="false"
class="MuiButtonBase-root MuiTab-root MuiTab-textColorPrimary tab css-19bq83i-MuiButtonBase-root-MuiTab-root"
href="/settings/appearance"
role="tab"
tabindex="0"
>
<p
class="MuiTypography-root MuiTypography-body2 label css-3hax7s-MuiTypography-root"
>
Appearance
</p>
</a>
<a
aria-selected="false"
class="MuiButtonBase-root MuiTab-root MuiTab-textColorPrimary tab css-19bq83i-MuiButtonBase-root-MuiTab-root"
href="/settings/security"
role="tab"
tabindex="0"
>
<p
class="MuiTypography-root MuiTypography-body2 label css-3hax7s-MuiTypography-root"
>
Security
</p>
</a>
<a
aria-selected="false"
class="MuiButtonBase-root MuiTab-root MuiTab-textColorPrimary tab css-19bq83i-MuiButtonBase-root-MuiTab-root"
href="/settings/modules"
role="tab"
tabindex="0"
>
<p
class="MuiTypography-root MuiTypography-body2 label css-3hax7s-MuiTypography-root"
>
Modules
</p>
</a>
<a
aria-selected="false"
class="MuiButtonBase-root MuiTab-root MuiTab-textColorPrimary tab css-19bq83i-MuiButtonBase-root-MuiTab-root"
href="/settings/safe-apps"
role="tab"
tabindex="0"
>
<p
class="MuiTypography-root MuiTypography-body2 label css-3hax7s-MuiTypography-root"
>
Safe Apps
</p>
</a>
<a
aria-selected="false"
class="MuiButtonBase-root MuiTab-root MuiTab-textColorPrimary tab css-19bq83i-MuiButtonBase-root-MuiTab-root"
href="/settings/data"
role="tab"
tabindex="0"
>
<p
class="MuiTypography-root MuiTypography-body2 label css-3hax7s-MuiTypography-root"
>
Data
</p>
</a>
<a
aria-selected="false"
class="MuiButtonBase-root MuiTab-root MuiTab-textColorPrimary tab css-19bq83i-MuiButtonBase-root-MuiTab-root"
href="/settings/environment-variables"
role="tab"
tabindex="0"
>
<p
class="MuiTypography-root MuiTypography-body2 label css-3hax7s-MuiTypography-root"
>
Environment variables
</p>
</a>
</div>
<span
class="MuiTabs-indicator css-wgor58-MuiTabs-indicator"
style="left: 0px; width: 0px;"
/>
</div>
</div>
</div>
</div>
</div>
</body>
36 | )
37 |
> 38 | expect(result.getByText('Notifications')).toBeInTheDocument()
| ^
39 | })
40 | })
41 |
at Object.getElementError (../../node_modules/@testing-library/dom/dist/config.js:37:19)
at ../../node_modules/@testing-library/dom/dist/query-helpers.js:76:38
at ../../node_modules/@testing-library/dom/dist/query-helpers.js:52:17
at ../../node_modules/@testing-library/dom/dist/query-helpers.js:95:19
at Object.getByText (src/components/settings/SettingsHeader/index.test.tsx:38:21)
● SettingsHeader › No safe is open › displays Notifications if feature is enabled
TestingLibraryElementError: Unable to find an element with the text: Notifications. This could be because the text is broken up by multiple elements. In this case, you can provide a function for your text matcher to make your matcher more flexible.
Ignored nodes: comments, script, style
<body>
<div>
<div
class="container border MuiBox-root css-0"
>
<h3
class="MuiTypography-root MuiTypography-h3 title css-1j4por9-MuiTypography-root"
>
Preferences
</h3>
<div
class="navWrapper"
>
<div
class="MuiTabs-root tabs css-1xkjjjh-MuiTabs-root"
>
<div
class="MuiTabs-scrollableX MuiTabs-hideScrollbar css-i8yde5"
style="width: 99px; height: 99px; position: absolute; top: -9999px; overflow: scroll;"
/>
<div
class="MuiTabs-scroller MuiTabs-hideScrollbar MuiTabs-scrollableX css-1fr578y-MuiTabs-scroller"
style="margin-bottom: 0px;"
>
<div
class="MuiTabs-flexContainer css-1wxkzlj-MuiTabs-flexContainer"
role="tablist"
>
<a
aria-selected="true"
class="MuiButtonBase-root MuiTab-root MuiTab-textColorPrimary Mui-selected tab css-19bq83i-MuiButtonBase-root-MuiTab-root"
href="/settings/cookies"
role="tab"
tabindex="0"
>
<p
class="MuiTypography-root MuiTypography-body2 label css-1ll22iv-MuiTypography-root"
>
Cookies
</p>
</a>
<a
aria-selected="false"
class="MuiButtonBase-root MuiTab-root MuiTab-textColorPrimary tab css-19bq83i-MuiButtonBase-root-MuiTab-root"
href="/settings/appearance"
role="tab"
tabindex="0"
>
<p
class="MuiTypography-root MuiTypography-body2 label css-3hax7s-MuiTypography-root"
>
Appearance
</p>
</a>
<a
aria-selected="false"
class="MuiButtonBase-root MuiTab-root MuiTab-textColorPrimary tab css-19bq83i-MuiButtonBase-root-MuiTab-root"
href="/settings/security"
role="tab"
tabindex="0"
>
<p
class="MuiTypography-root MuiTypography-body2 label css-3hax7s-MuiTypography-root"
>
Security
</p>
</a>
<a
aria-selected="false"
class="MuiButtonBase-root MuiTab-root MuiTab-textColorPrimary tab css-19bq83i-MuiButtonBase-root-MuiTab-root"
href="/settings/data"
role="tab"
tabindex="0"
>
<p
class="MuiTypography-root MuiTypography-body2 label css-3hax7s-MuiTypography-root"
>
Data
</p>
</a>
<a
aria-selected="false"
class="MuiButtonBase-root MuiTab-root MuiTab-textColorPrimary tab css-19bq83i-MuiButtonBase-root-MuiTab-root"
href="/settings/environment-variables"
role="tab"
tabindex="0"
>
<p
class="MuiTypography-root MuiTypography-body2 label css-3hax7s-MuiTypography-root"
>
Environment variables
</p>
</a>
</div>
<span
class="MuiTabs-indicator css-wgor58-MuiTabs-indicator"
style="left: 0px; width: 0px;"
/>
</div>
</div>
</div>
</div>
</div>
</body>
66 | )
67 |
> 68 | expect(result.getByText('Notifications')).toBeInTheDocument()
| ^
69 | })
70 | })
71 | })
at Object.getElementError (../../node_modules/@testing-library/dom/dist/config.js:37:19)
at ../../node_modules/@testing-library/dom/dist/query-helpers.js:76:38
at ../../node_modules/@testing-library/dom/dist/query-helpers.js:52:17
at ../../node_modules/@testing-library/dom/dist/query-helpers.js:95:19
at Object.getByText (src/components/settings/SettingsHeader/index.test.tsx:68:21)
Report generated by 🧪jest coverage report action from 2871faf
|
Superseded by #40. |
Bumps @sentry/types from 7.120.2 to 9.10.1.
Release notes
Sourced from
@sentry/types's releases.... (truncated)
Changelog
Sourced from
@sentry/types's changelog.... (truncated)
Commits
979fe8frelease: 9.10.1c72d02bMerge pull request #15910 from getsentry/prepare-release/9.10.12139b59meta(changelog): Update changelog for VERSIONbcb15badeps: Bump bundler plugins to version3.2.4(#15909)4dc7006Merge pull request #15876 from getsentry/masterdbde86cMerge branch 'release/9.10.0'791d9e3fix: Correct@sentry-internal/feedbackdocs to match the code (#15874)e383fffrelease: 9.10.003d4ab1Merge pull request #15867 from getsentry/prepare-release/9.10.0d430d96meta(changelog): Update changelog for 9.10.0Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)