-
Notifications
You must be signed in to change notification settings - Fork 946
Description
Bumps the frontend group with 3 updates: @babel/core, @sentry/browser and caniuse-lite.
Updates @babel/core from 7.28.3 to 7.28.4
Release notes
Sourced from @babel/core's releases.
v7.28.4 (2025-09-05)
Thanks
@gwillenand@mrginglymusfor your first PRs!🏠 Internal
babel-core,babel-helper-check-duplicate-nodes,babel-traverse,babel-types
- [#17493](https://redirect.github.com/Update Jest to v30.1.1 babel/babel#17493) Update Jest to v30.1.1 (
@JLHwung)babel-plugin-transform-regenerator
- [#17455](https://redirect.github.com/chore: Clean up
transform-regeneratorbabel/babel#17455) chore: Clean uptransform-regenerator(@liuxingbaoyu)babel-core
- [#17474](https://redirect.github.com/Switch to @jridgewell/remapping babel/babel#17474) Switch to
@jridgewell/remapping(@mrginglymus)Committers: 5
- Babel Bot (
@babel-bot)- Bill Collins (
@mrginglymus)- Glenn Willen (
@gwillen)- Huáng Jùnliàng (
@JLHwung)@liuxingbaoyu
Changelog
Sourced from @babel/core's changelog.
v7.28.4 (2025-09-05)
🏠 Internal
babel-core,babel-helper-check-duplicate-nodes,babel-traverse,babel-types
- [#17493](https://redirect.github.com/Update Jest to v30.1.1 babel/babel#17493) Update Jest to v30.1.1 (
@JLHwung)babel-plugin-transform-regenerator
- [#17455](https://redirect.github.com/chore: Clean up
transform-regeneratorbabel/babel#17455) chore: Clean uptransform-regenerator(@liuxingbaoyu)babel-core
- [#17474](https://redirect.github.com/Switch to @jridgewell/remapping babel/babel#17474) Switch to
@jridgewell/remapping(@mrginglymus)
Commits
35055e3v7.28.4b41f8cdUpdate Jest to v30.1.1 ([#17493](https://github.com/babel/babel/tree/HEAD/packages/babel-core/issues/17493))18d88b8Improve@babel/coretypings ([#17471](https://github.com/babel/babel/tree/HEAD/packages/babel-core/issues/17471))453b068Switch to@jridgewell/remapping([#17474](https://github.com/babel/babel/tree/HEAD/packages/babel-core/issues/17474))- See full diff in [compare view](https://github.com/babel/babel/commits/v7.28.4/packages/babel-core)
Updates @sentry/browser from 10.8.0 to 10.13.0
Release notes
Sourced from @sentry/browser's releases.
10.12.0
Important Changes
ref: Add and Adjust error event
mechanismvaluesThis release includes a variety of changes aimed at setting the
mechanismfield on errors captured automatically by the Sentry SDKs. [The intention](https://redirect.github.com/Ensure SDK-captured error events have a propermechanismgetsentry/sentry-javascript#17212) is to clearly mark which instrumentation captured an error. In addition, some instrumentations previously did not yet annotate the error as handled or unhandled which this series of PRs corrects as well.Released in
10.12.0:
- ref(angular): Adjust ErrorHandler event mechanism ([#17608](https://redirect.github.com/ref(angular): Adjust ErrorHandler event mechanism getsentry/sentry-javascript#17608))
- ref(astro): Adjust
mechanismon error events captured by astro middleware ([#17613](https://redirect.github.com/ref(astro): Adjustmechanismon error events captured by astro middleware getsentry/sentry-javascript#17613))- ref(aws-severless): Slightly adjust aws-serverless mechanism type ([#17614](https://redirect.github.com/ref(aws-severless): Slightly adjust aws-serverless mechanism type getsentry/sentry-javascript#17614))
- ref(bun): Adjust
mechanismof errors captured in Bun.serve ([#17616](https://redirect.github.com/ref(bun): Adjustmechanismof errors captured in Bun.serve getsentry/sentry-javascript#17616))- ref(cloudflare): Adjust event
mechanismsand durable object origin ([#17618](https://redirect.github.com/ref(cloudflare): Adjust eventmechanisms and durable object origin getsentry/sentry-javascript#17618))- ref(core): Adjust
mechanismincaptureConsoleIntegration([#17633](https://redirect.github.com/ref(core): AdjustmechanismincaptureConsoleIntegrationgetsentry/sentry-javascript#17633))- ref(core): Adjust MCP server error event
mechanism([#17622](https://redirect.github.com/ref(core): Adjust MCP server error eventmechanismgetsentry/sentry-javascript#17622))- ref(core): Simplify
linkedErrorsmechanism logic ([#17600](https://redirect.github.com/ref(core): SimplifylinkedErrorsmechanism logic getsentry/sentry-javascript#17600))- ref(deno): Adjust
mechanismof errors caught byglobalHandlersIntegration([#17635](https://redirect.github.com/ref(deno): Adjustmechanismof errors caught byglobalHandlersIntegrationgetsentry/sentry-javascript#17635))- ref(nextjs): Set more specific event
mechanisms ([#17543](https://redirect.github.com/ref(nextjs): Set more specific eventmechanisms getsentry/sentry-javascript#17543))- ref(node): Adjust mechanism of express, hapi and fastify error handlers ([#17623](https://redirect.github.com/ref(node): Adjust mechanism of
express,hapiandfastifyerror handlers getsentry/sentry-javascript#17623))- ref(node-core): Add
mechanismto cron instrumentations ([#17544](https://redirect.github.com/ref(node-core): Addmechanismto cron instrumentations getsentry/sentry-javascript#17544))- ref(node-core): Add more specific
mechanism.typeto worker thread errors fromchildProcessIntegration([#17578](https://redirect.github.com/ref(node-core): Add more specificmechanism.typeto worker thread errors fromchildProcessIntegrationgetsentry/sentry-javascript#17578))- ref(node-core): Adjust
mechanismofonUnhandledRejectionandonUnhandledExceptionintegrations ([#17636](https://redirect.github.com/ref(node-core): AdjustmechanismofonUnhandledRejectionandonUnhandledExceptionintegrations getsentry/sentry-javascript#17636))- ref(node): Add mechanism to errors captured via connect and koa integrations ([#17579](https://redirect.github.com/ref(node): Add mechanism to errors captured via connect and koa integrations getsentry/sentry-javascript#17579))
- ref(nuxt): Add and adjust
mechanism.typein error events ([#17599](https://redirect.github.com/ref(nuxt): Add and adjustmechanism.typein error events getsentry/sentry-javascript#17599))- ref(react): Add mechanism to
reactErrorHandlerand adjust mechanism inErrorBoundary([#17602](https://redirect.github.com/ref(react): Add mechanism toreactErrorHandlerand adjust mechanism inErrorBoundarygetsentry/sentry-javascript#17602))- ref(remix): Adjust event mechanism of
captureRemixServerException([#17629](https://redirect.github.com/ref(remix): Adjust event mechanism ofcaptureRemixServerExceptiongetsentry/sentry-javascript#17629))- ref(replay-internal): Add mechanism to error caught by
replayIntegrationin debug mode ([#17606](https://redirect.github.com/ref(replay-internal): Add mechanism to error caught byreplayIntegrationin debug mode getsentry/sentry-javascript#17606))- ref(solid): Add
mechanismto error captured bywithSentryErrorBoundary([#17607](https://redirect.github.com/ref(solid): Addmechanismto error captured bywithSentryErrorBoundarygetsentry/sentry-javascript#17607))- ref(solidstart): Adjust event mechanism in withServerActionInstrumentation ([#17637](https://redirect.github.com/ref(solidstart): Adjust event
mechanisminwithServerActionInstrumentationgetsentry/sentry-javascript#17637))- ref(sveltekit): Adjust
mechanismof error events ([#17646](https://redirect.github.com/ref(sveltekit): Adjustmechanismof error events getsentry/sentry-javascript#17646))- ref(vue): Adjust mechanism in Vue error handler ([#17647](https://redirect.github.com/ref(vue): Adjust
mechanismin Vue error handler getsentry/sentry-javascript#17647))Released in
10.11.0:
- ref(browser): Add more specific
mechanism.typeto errors captured byhttpClientIntegration([#17254](https://redirect.github.com/ref(browser): Add more specificmechanism.typeto errors captured byhttpClientIntegrationgetsentry/sentry-javascript#17254))- ref(browser): Set more descriptive
mechanism.typeinbrowserApiErrorsIntergation([#17251](https://redirect.github.com/ref(browser): Set more descriptivemechanism.typeinbrowserApiErrorsIntergationgetsentry/sentry-javascript#17251))- ref(core): Add
mechanism.typetotrpcMiddlewareerrors ([#17287](https://redirect.github.com/ref(core): Addmechanism.typetotrpcMiddlewareerrors getsentry/sentry-javascript#17287))- ref(core): Add more specific event
mechanisms and span origins toopenAiIntegration([#17288](https://redirect.github.com/ref(core): Add more specific eventmechanisms and span origins toopenAiIntegrationgetsentry/sentry-javascript#17288))- ref(nestjs): Add
mechanismto captured errors ([#17312](https://redirect.github.com/ref(nestjs): Addmechanismto captured errors getsentry/sentry-javascript#17312))
- feat(node) Ensure
prismaIntegrationworks with Prisma 5 ([#17595](https://redirect.github.com/feat(node): EnsureprismaIntegrationworks with Prisma v5 getsentry/sentry-javascript#17595))
... (truncated)
Changelog
Sourced from @sentry/browser's changelog.
10.13.0
Important Changes
feat(browser): Add option to explicitly end pageload span via
reportPageLoaded()([#17697](https://redirect.github.com/feat(browser): Add option to explicitly end pageload span viareportPageLoaded()getsentry/sentry-javascript#17697))With this release you can take manual control of ending the pageload span. Usually this span is ended automatically by the SDK, based on a period of inactivity after the initial page was loaded in the browser. If you want full control over the pageload duration, you can tell Sentry, when your page was fully loaded:
Sentry.init({ //... integrations: [ // 1. Enable manual pageload reporting Sentry.browserTracingIntegration({ enableReportPageLoaded: true }), ], }); // 2. Whenever you decide the page is loaded, call: Sentry.reportPageLoaded();Note that if
Sentry.reportPageLoaded()is not called within 30 seconds of the initial pageload (or whatever value thefinalTimeoutoption is set to), the pageload span will be ended automatically.feat(core,node): Add instrumentation for
GoogleGenerativeAI([#17625](https://redirect.github.com/feat(core,node): Add instrumentation forGoogleGenAIgetsentry/sentry-javascript#17625))The SDK now automatically instruments the
@google/generative-aipackage to provide insights into your AI operations.feat(nextjs): Promote
useRunAfterProductionCompileHookto non-experimental build option ([#17721](https://redirect.github.com/feat(nextjs): PromoteuseRunAfterProductionCompileHookto non-experimental build option getsentry/sentry-javascript#17721))The
useRunAfterProductionCompileHookoption is no longer experimental and is now a stable build option for Next.js projects.feat(nextjs): Use
afterProductionCompilehook for webpack builds ([#17655](https://redirect.github.com/feat(nextjs): UseafterProductionCompilehook for webpack builds getsentry/sentry-javascript#17655))Next.js projects using webpack can opt-in to use the
useRunAfterProductionCompileHookhook for source map uploads.feat(nextjs): Flip default value for
useRunAfterProductionCompileHookfor Turbopack builds ([#17722](https://redirect.github.com/feat(nextjs): Flip default value foruseRunAfterProductionCompileHookturbopack builds getsentry/sentry-javascript#17722))The
useRunAfterProductionCompileHookoption is now enabled by default for Turbopack builds, enabling automated source map uploads.feat(node): Do not drop 300 and 304 status codes by default ([#17686](https://redirect.github.com/feat(node): Do not drop 300 and 304 status codes by default getsentry/sentry-javascript#17686))
HTTP transactions with 300 and 304 status codes are now captured by default, providing better visibility into redirect and caching behavior.
Other Changes
- feat(core): Add logger to core and allow scope to be passed log methods ([#17698](https://redirect.github.com/feat(core): Add logger to core and allow scope to be passed log methods getsentry/sentry-javascript#17698))
- feat(core): Allow to pass
onSuccesstohandleCallbackErrors([#17679](https://redirect.github.com/feat(core): Allow to passonSuccesstohandleCallbackErrorsgetsentry/sentry-javascript#17679))- feat(core): Create template attributes in
consoleLoggingIntegration([#17703](https://redirect.github.com/feat(core): Create template attributes inconsoleLoggingIntegrationgetsentry/sentry-javascript#17703))- feat(deps): bump
@sentry/clifrom 2.52.0 to 2.53.0 ([#17652](https://redirect.github.com/feat(deps): bump @sentry/cli from 2.52.0 to 2.53.0 getsentry/sentry-javascript#17652))- feat(node): Add extra platforms to
oscontext ([#17720](https://redirect.github.com/feat(node): Add extra platforms tooscontext getsentry/sentry-javascript#17720))
... (truncated)
Commits
d18a95erelease: 10.13.0a2e84ffMerge pull request [#17727](https://redirect.github.com/meta(changelog): Update changelog for 10.13.0 getsentry/sentry-javascript#17727) from getsentry/prepare-release/10.13.085e8678meta(changelog): Update changelog for 10.13.061b3f97feat(nextjs): Flip default value foruseRunAfterProductionCompileHookturbo...cf7913cfeat(nextjs): PromoteuseRunAfterProductionCompileHookto non-experimental ...9e24a70chore: Add external contributor to CHANGELOG.md ([#17725](https://redirect.github.com/chore: Add external contributor to CHANGELOG.md getsentry/sentry-javascript#17725))592ed90chore: Add link to build and test icon in readme ([#17719](https://redirect.github.com/chore: Add link to build and test icon in readme getsentry/sentry-javascript#17719))51c16a4feat(node): Add extra platforms tooscontext ([#17720](https://redirect.github.com/feat(node): Add extra platforms tooscontext getsentry/sentry-javascript#17720))ee4ed05chore(repo): Add changelog entry forreportPageLoaded([#17724](https://redirect.github.com/chore(repo): Add changelog entry forreportPageLoadedgetsentry/sentry-javascript#17724))0e0c711feat(core): Create template attributes inconsoleLoggingIntegration([#17703](https://redirect.github.com/feat(core): Create template attributes inconsoleLoggingIntegrationgetsentry/sentry-javascript#17703))- Additional commits viewable in [compare view](https://github.com/getsentry/sentry-javascript/compare/10.8.0...10.13.0)
Updates caniuse-lite from 1.0.30001739 to 1.0.30001743
Commits
2dfbeb8Update caniuse-db 1.0.3000174398574e6Update dependencies70b2976Print log on CI to save detailsbd193daFix user for CIe1f9967Update caniuse-db 1.0.300017427abe1fdAdd npm provenanceb7ca36dUpdate caniuse-db 1.0.30001741b1af798Update caniuse-db 1.0.30001740- See full diff in [compare view](https://github.com/browserslist/caniuse-lite/compare/1.0.30001739...1.0.30001743)
Maintainer changes
This version was pushed to npm by [GitHub Actions]([https://www.npmjs.com/~GitHub](https://www.npmjs.com/~GitHub) Actions), a new releaser for caniuse-lite since your current version.
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
┆Issue is synchronized with this Jira Task