build(deps): bump the npm-dependencies group with 4 updates
Bumps the npm-dependencies group with 4 updates: @sentry/node, @sentry/tracing, discord-api-types and i18next.
Updates @sentry/node from 7.109.0 to 7.112.2
Release notes
Sourced from @sentry/node's releases.
7.112.2
- fix(nextjs|sveltekit): Ensure we can pass
browserTracingIntegration(#11765)7.112.1
- fix(ember/v7): Do not create rendering spans without transaction (#11750)
7.112.0
Important Changes
- feat: Export pluggable integrations from SDK packages (#11723)
Instead of installing
@sentry/integrations, you can now import the pluggable integrations directly from your SDK package:// Before import * as Sentry fromv '@sentry/browser'; import { dedupeIntegration } from '@sentry/integrations';Sentry.init({ integrations: [dedupeIntegration()], });
// After import * as Sentry from '
@sentry/browser';Sentry.init({ integrations: [Sentry.dedupeIntegration()], });
Note that only the functional integrations (e.g.
xxxIntegration()) are re-exported.Other Changes
- feat(replay): Add "maxCanvasSize" option for replay canvases (#11732)
- fix(serverless): [v7] Check if cloud event callback is a function (#11734)
Bundle size 📦
Path Size @sentry/browser(incl. Tracing, Replay, Feedback) - Webpack (gzipped)80.72 KB @sentry/browser(incl. Tracing, Replay) - Webpack (gzipped)71.69 KB @sentry/browser(incl. Tracing, Replay with Canvas) - Webpack (gzipped)75.91 KB @sentry/browser(incl. Tracing, Replay) - Webpack with treeshaking flags (gzipped)65.32 KB @sentry/browser(incl. Tracing) - Webpack (gzipped)35.62 KB @sentry/browser(incl. browserTracingIntegration) - Webpack (gzipped)35.5 KB @sentry/browser(incl. Feedback) - Webpack (gzipped)31.57 KB @sentry/browser(incl. sendFeedback) - Webpack (gzipped)31.58 KB
... (truncated)
Changelog
Sourced from @sentry/node's changelog.
7.112.2
- fix(nextjs|sveltekit): Ensure we can pass
browserTracingIntegration(#11765)7.112.1
- fix(ember/v7): Do not create rendering spans without transaction (#11750)
7.112.0
Important Changes
- feat: Export pluggable integrations from SDK packages (#11723)
Instead of installing
@sentry/integrations, you can now import the pluggable integrations directly from your SDK package:// Before import * as Sentry fromv '@sentry/browser'; import { dedupeIntegration } from '@sentry/integrations';Sentry.init({ integrations: [dedupeIntegration()], });
// After import * as Sentry from '
@sentry/browser';Sentry.init({ integrations: [Sentry.dedupeIntegration()], });
Note that only the functional integrations (e.g.
xxxIntegration()) are re-exported.Other Changes
- feat(replay): Add "maxCanvasSize" option for replay canvases (#11732)
- fix(serverless): [v7] Check if cloud event callback is a function (#11734)
7.111.0
- feat(core): Add
server.addressto browserhttp.clientspans (#11663)- fix: Ensure next & sveltekit correctly handle
browserTracingIntegration(#11647)- fix(browser): Don't assume window.document is available (#11598)
7.110.1
- fix(nextjs): Fix
tunnelRoutematching logic for hybrid cloud (#11577)
... (truncated)
Commits
b6fd7e8release: 7.112.2afaa3e4meta(changelog): Update changelog for v7.112.2 (#11768)5d045ebfix(nextjs|sveltekit/v7): Ensure we can passbrowserTracingIntegration(#11...cfaa9beMerge branch 'release/7.112.1' into v76f267d2release: 7.112.1c4bd3b9meta(changelog): Update changelog for 7.112.1 (#11751)8f55e3efix(ember/v7): Do not create rendering spans without transaction (#11750)9544973Merge branch 'release/7.112.0' into v76dc447drelease: 7.112.0d6c7884meta(changelog): Update changelog for v7.112.0 (#11744)- Additional commits viewable in compare view
Updates @sentry/tracing from 7.109.0 to 7.112.2
Release notes
Sourced from @sentry/tracing's releases.
7.112.2
- fix(nextjs|sveltekit): Ensure we can pass
browserTracingIntegration(#11765)7.112.1
- fix(ember/v7): Do not create rendering spans without transaction (#11750)
7.112.0
Important Changes
- feat: Export pluggable integrations from SDK packages (#11723)
Instead of installing
@sentry/integrations, you can now import the pluggable integrations directly from your SDK package:// Before import * as Sentry fromv '@sentry/browser'; import { dedupeIntegration } from '@sentry/integrations';Sentry.init({ integrations: [dedupeIntegration()], });
// After import * as Sentry from '
@sentry/browser';Sentry.init({ integrations: [Sentry.dedupeIntegration()], });
Note that only the functional integrations (e.g.
xxxIntegration()) are re-exported.Other Changes
- feat(replay): Add "maxCanvasSize" option for replay canvases (#11732)
- fix(serverless): [v7] Check if cloud event callback is a function (#11734)
Bundle size 📦
Path Size @sentry/browser(incl. Tracing, Replay, Feedback) - Webpack (gzipped)80.72 KB @sentry/browser(incl. Tracing, Replay) - Webpack (gzipped)71.69 KB @sentry/browser(incl. Tracing, Replay with Canvas) - Webpack (gzipped)75.91 KB @sentry/browser(incl. Tracing, Replay) - Webpack with treeshaking flags (gzipped)65.32 KB @sentry/browser(incl. Tracing) - Webpack (gzipped)35.62 KB @sentry/browser(incl. browserTracingIntegration) - Webpack (gzipped)35.5 KB @sentry/browser(incl. Feedback) - Webpack (gzipped)31.57 KB @sentry/browser(incl. sendFeedback) - Webpack (gzipped)31.58 KB
... (truncated)
Changelog
Sourced from @sentry/tracing's changelog.
7.112.2
- fix(nextjs|sveltekit): Ensure we can pass
browserTracingIntegration(#11765)7.112.1
- fix(ember/v7): Do not create rendering spans without transaction (#11750)
7.112.0
Important Changes
- feat: Export pluggable integrations from SDK packages (#11723)
Instead of installing
@sentry/integrations, you can now import the pluggable integrations directly from your SDK package:// Before import * as Sentry fromv '@sentry/browser'; import { dedupeIntegration } from '@sentry/integrations';Sentry.init({ integrations: [dedupeIntegration()], });
// After import * as Sentry from '
@sentry/browser';Sentry.init({ integrations: [Sentry.dedupeIntegration()], });
Note that only the functional integrations (e.g.
xxxIntegration()) are re-exported.Other Changes
- feat(replay): Add "maxCanvasSize" option for replay canvases (#11732)
- fix(serverless): [v7] Check if cloud event callback is a function (#11734)
7.111.0
- feat(core): Add
server.addressto browserhttp.clientspans (#11663)- fix: Ensure next & sveltekit correctly handle
browserTracingIntegration(#11647)- fix(browser): Don't assume window.document is available (#11598)
7.110.1
- fix(nextjs): Fix
tunnelRoutematching logic for hybrid cloud (#11577)
... (truncated)
Commits
b6fd7e8release: 7.112.2afaa3e4meta(changelog): Update changelog for v7.112.2 (#11768)5d045ebfix(nextjs|sveltekit/v7): Ensure we can passbrowserTracingIntegration(#11...cfaa9beMerge branch 'release/7.112.1' into v76f267d2release: 7.112.1c4bd3b9meta(changelog): Update changelog for 7.112.1 (#11751)8f55e3efix(ember/v7): Do not create rendering spans without transaction (#11750)9544973Merge branch 'release/7.112.0' into v76dc447drelease: 7.112.0d6c7884meta(changelog): Update changelog for v7.112.0 (#11744)- Additional commits viewable in compare view
Updates discord-api-types from 0.37.77 to 0.37.83
Release notes
Sourced from discord-api-types's releases.
0.37.83
0.37.83 (2024-04-27)
Features
- APIAuditLogChange: add missing keys (#964 by
@fiftyy) (4e37de7)- one time premium app purchases (#966 by
@N1ckPro) (c9f2c5b)New Contributors
@fiftyymade their first contribution in discordjs/discord-api-types#964Full Changelog: https://github.com/discordjs/discord-api-types/compare/0.37.82...0.37.83
0.37.82
0.37.82 (2024-04-25)
Features
- APIInvite: add
type(#858 by@almeidx) (c4ee790)- AuditLogEvent: onboarding events (#795 by
@almeidx) (fddb225)- ConnectionService: add
domain(#818 by@almeidx) (3ae6d72)Full Changelog: https://github.com/discordjs/discord-api-types/compare/0.37.81...0.37.82
0.37.81
0.37.81 (2024-04-22)
Bug Fixes
- Polls: correct APIPollAnswer properties (#962 by
@socram03) (308d7d4)New Contributors
@socram03made their first contribution in discordjs/discord-api-types#962Full Changelog: https://github.com/discordjs/discord-api-types/compare/0.37.80...0.37.81
... (truncated)
Changelog
Sourced from discord-api-types's changelog.
0.37.83 (2024-04-27)
Features
- APIAuditLogChange: add missing keys (#964) (4e37de7)
- one time premium app purchases (#966) (c9f2c5b)
0.37.82 (2024-04-25)
Features
- APIInvite: add
type(#858) (c4ee790)- AuditLogEvent: onboarding events (#795) (fddb225)
- ConnectionService: add
domain(#818) (3ae6d72)0.37.81 (2024-04-22)
Bug Fixes
0.37.80 (2024-04-22)
Features
0.37.79 (2024-04-04)
Features
0.37.78 (2024-04-01)
... (truncated)
Commits
189e91dchore(release): 0.37.83 🎉 (#970)2eae29dchore(deps): lock file maintenance (#969)2c595f7chore(deps): lock file maintenance (#968)cf4ecedchore(deps): update patch/minor dependencies (#967)4e37de7feat(APIAuditLogChange): add missing keys (#964)c9f2c5bfeat: one time premium app purchases (#966)312947dchore(release): 0.37.82 🎉 (#965)3ae6d72feat(ConnectionService): adddomain(#818)fddb225feat(AuditLogEvent): onboarding events (#795)8de6d6bchore: make check deno actually work for once- Additional commits viewable in compare view
Updates i18next from 23.10.1 to 23.11.3
Release notes
Sourced from i18next's releases.
v23.11.3
- fix: Unsupported language is automatically added to preload option 2178
v23.11.2
- allow defaultValue in nested translation 2174
v23.11.1
- types: remove const from ParseKeys Context type parameter and disable
skipLibCheck2169v23.11.0
- Fix typing performance regression 2166
Changelog
Sourced from i18next's changelog.
23.11.3
- fix: Unsupported language is automatically added to preload option 2178
23.11.2
- allow defaultValue in nested translation 2174
23.11.1
- types: remove const from ParseKeys Context type parameter and disable
skipLibCheck216923.11.0
- Fix typing performance regression 2166
Commits
99d6d6923.11.3462525abuildc1e2f91fix: Unsupported language is automatically added to preload option #2178c9e2bf523.11.2ba49a6fallow defaultValue in nested translation #2174677755ctest(types): add context + enum scenario (#2173)2a2a68223.11.1be7edc5release2c8d493types: remove const from ParseKeys Context type parameter and disable `skipLi...e8efbf023.11.0- Additional commits viewable in compare view
Dependabot 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 <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions
👋 Thanks for opening a pull request!
If you are new, please check out the deployment process below to understand how to deploy this pull request:
-
👀 Observe the CI output on this pull request to ensure it is passing and doing what it is supposed to do
-
✔️ Obtain an approval/review on this pull request
-
🚀 Branch deploy your pull request to production with
.deployComment
.deployon this pull request to trigger a deploy. If anything goes wrong, rollback with.deploy main -
🎉 Merge!
If you need additional help with branch deployments, checkout the usage guide
.deploy
Deployment Triggered 🚀
Razzmatazzz, started a branch deployment to production
You can watch the progress here 🔗
Branch:
dependabot/npm_and_yarn/npm-dependencies-66ffb71d9f
Deployment Results ✅
Razzmatazzz successfully deployed branch dependabot/npm_and_yarn/npm-dependencies-66ffb71d9f to production