PR #92 opened: chore(deps): bump the minor-and-patch group with 7 updates
Bumps the minor-and-patch group with 7 updates:
| Package | From | To |
|---|---|---|
| @sentry/react | 10.40.0 | 10.42.0 |
| @stripe/react-stripe-js | 5.6.0 | 5.6.1 |
| @stripe/stripe-js | 8.8.0 | 8.9.0 |
| lucide-react | 0.576.0 | 0.577.0 |
| @types/node | 25.3.3 | 25.3.5 |
| lightningcss-linux-x64-gnu | 1.31.1 | 1.32.0 |
| lightningcss-win32-x64-msvc | 1.31.1 | 1.32.0 |
Updates @sentry/react from 10.40.0 to 10.42.0
▶Release notes
Sourced from @sentry/react's releases.
10.42.0
- feat(consola): Enhance Consola integration to extract first-param object as searchable attributes (#19534)
- fix(astro): Do not inject withSentry into Cloudflare Pages (#19558)
- fix(core): Do not remove promiseBuffer entirely (#19592)
- fix(deps): Bump fast-xml-parser to 4.5.4 for CVE-2026-25896 (#19588)
- fix(react-router): Set correct transaction name when navigating with object argument (#19590)
- ref(nuxt): Use
addVitePlugininstead of deprecatedvite:extendConfig(#19464)
- chore(deps-dev): bump
@sveltejs/kitfrom 2.52.2 to 2.53.3 (#19571)- chore(deps): Bump
@sveltejs/kitto 2.53.3 in sveltekit-2-svelte-5 E2E test (#19594)- ci(deps): bump actions/checkout from 4 to 6 (#19570)
Bundle size 📦
Path Size @sentry/browser25.02 KB @sentry/browser- with treeshaking flags23.57 KB @sentry/browser(incl. Tracing)41.44 KB @sentry/browser(incl. Tracing, Profiling)45.99 KB @sentry/browser(incl. Tracing, Replay)79.35 KB @sentry/browser(incl. Tracing, Replay) - with treeshaking flags69.21 KB @sentry/browser(incl. Tracing, Replay with Canvas)83.93 KB @sentry/browser(incl. Tracing, Replay, Feedback)95.91 KB @sentry/browser(incl. Feedback)41.44 KB @sentry/browser(incl. sendFeedback)29.58 KB @sentry/browser(incl. FeedbackAsync)34.52 KB @sentry/browser(incl. Metrics)26.17 KB @sentry/browser(incl. Logs)26.31 KB @sentry/browser(incl. Metrics & Logs)26.96 KB @sentry/react26.74 KB @sentry/react(incl. Tracing)43.72 KB @sentry/vue29.37 KB @sentry/vue(incl. Tracing)43.26 KB @sentry/svelte25.05 KB CDN Bundle 27.51 KB CDN Bundle (incl. Tracing) 42.25 KB CDN Bundle (incl. Logs, Metrics) 28.33 KB CDN Bundle (incl. Tracing, Logs, Metrics) 43.07 KB CDN Bundle (incl. Replay, Logs, Metrics) 66.49 KB CDN Bundle (incl. Tracing, Replay) 78.26 KB CDN Bundle (incl. Tracing, Replay, Logs, Metrics) 79.1 KB CDN Bundle (incl. Tracing, Replay, Feedback) 83.65 KB CDN Bundle (incl. Tracing, Replay, Feedback, Logs, Metrics) 84.5 KB CDN Bundle - uncompressed 80.42 KB
... (truncated)
▶Changelog
Sourced from @sentry/react's changelog.
10.42.0
- feat(consola): Enhance Consola integration to extract first-param object as searchable attributes (#19534)
- fix(astro): Do not inject withSentry into Cloudflare Pages (#19558)
- fix(core): Do not remove promiseBuffer entirely (#19592)
- fix(deps): Bump fast-xml-parser to 4.5.4 for CVE-2026-25896 (#19588)
- fix(react-router): Set correct transaction name when navigating with object argument (#19590)
- ref(nuxt): Use
addVitePlugininstead of deprecatedvite:extendConfig(#19464)
- chore(deps-dev): bump
@sveltejs/kitfrom 2.52.2 to 2.53.3 (#19571)- chore(deps): Bump
@sveltejs/kitto 2.53.3 in sveltekit-2-svelte-5 E2E test (#19594)- ci(deps): bump actions/checkout from 4 to 6 (#19570)
10.41.0
Important Changes
feat(core,cloudflare,deno): Add
instrumentPostgresJsSqlinstrumentation (#19566)Added a new instrumentation helper for the
postgres(postgres.js) library, designed for SDKs that are not based on OpenTelemetry (e.g. Cloudflare, Deno). This wraps a postgres.jssqltagged template instance so that all queries automatically create Sentry spans.import postgres from 'postgres'; import * as Sentry from '@sentry/cloudflare'; // or '@sentry/deno'export default Sentry.withSentry(env => ({ dsn: 'DSN' }), {
async fetch(request, env, ctx) {
const sql = Sentry.instrumentPostgresJsSql(postgres(env.DATABASE_URL));// All queries now create Sentry spans const users = await sql`SELECT * FROM users WHERE id = ${userId}`; return Response.json(users);
},
});
The instrumentation is available in
@sentry/core,@sentry/cloudflare, and@sentry/deno.feat(nextjs): Add Turbopack support for
thirdPartyErrorFilterIntegration(#19542)We added experimental support for the
thirdPartyErrorFilterIntegrationwith Turbopack builds.This feature requires Next.js 16+ and is currently behind an experimental flag:
... (truncated)
▶Commits
07c9190release: 10.42.0193a78dMerge pull request #19601 from getsentry/prepare-release/10.42.08738f9bmeta(changelog): Update changelog for 10.42.0f870073fix(astro): Do not inject withSentry into Cloudflare Pages (#19558)552187dchore(deps): Bump@sveltejs/kitto 2.53.3 in sveltekit-2-svelte-5 E2E test (#...1ffba2cfix(core): Do not remove promiseBuffer entirely (#19592)4a7c056fix(react-router): Set correct transaction name when navigating with object a...003e894ci(deps): bump actions/checkout from 4 to 6 (#19570)5d4c0ebchore(deps-dev): bump@sveltejs/kitfrom 2.52.2 to 2.53.3 (#19571)116c3f3fix(deps): Bump fast-xml-parser to 4.5.4 for CVE-2026-25896 (#19588)- Additional commits viewable in compare view
Updates @stripe/react-stripe-js from 5.6.0 to 5.6.1
▶Release notes
Sourced from @stripe/react-stripe-js's releases.
v5.6.1
Fixes
- Fail fast if hub GitHub auth is invalid during publish (#656)
Changed
- Bump rollup from 4.22.4 to 4.59.0 (#657)
▶Commits
Updates @stripe/stripe-js from 8.8.0 to 8.9.0
▶Release notes
Sourced from @stripe/stripe-js's releases.
v8.9.0
New features
- Add types for new Payment Form Element method & change event values 👾 (#878)
- Add buttonColorText and buttonColorBackground Appearance API vars (#876)
Changed
▶Commits
e082e40v8.9.06beb2e3Bump minimatch from 3.1.2 to 3.1.5 in /examples/rollup (#884)a607fbaBump minimatch from 3.1.2 to 3.1.5 in /examples/parcel (#882)7ccd407Bump rollup from 2.79.2 to 2.80.0 (#881)870e250Add types for new Payment Form Element method & change event values 👾 (#878)7789da9Add buttonColorText and buttonColorBackground Appearance API vars (#876)- See full diff in compare view
Updates lucide-react from 0.576.0 to 0.577.0
▶Release notes
Sourced from lucide-react's releases.
Version 0.577.0
What's Changed
- chore(deps): bump rollup from 4.53.3 to 4.59.0 by
@dependabot[bot] in lucide-icons/lucide#4106- fix(repo): correctly ignore docs/releaseMetadata via .gitignore by
@bhavberiin lucide-icons/lucide#4100- feat(icons): added
ellipseicon by@KISHORE-KUMAR-Sin lucide-icons/lucide#3749New Contributors
@bhavberimade their first contribution in lucide-icons/lucide#4100@KISHORE-KUMAR-Smade their first contribution in lucide-icons/lucide#3749Full Changelog: https://github.com/lucide-icons/lucide/compare/0.576.0...0.577.0
▶Commits
f6c0d06chore(deps): bump rollup from 4.53.3 to 4.59.0 (#4106)- See full diff in compare view
Updates @types/node from 25.3.3 to 25.3.5
▶Commits
- See full diff in compare view
Updates lightningcss-linux-x64-gnu from 1.31.1 to 1.32.0
▶Release notes
Sourced from lightningcss-linux-x64-gnu's releases.
v1.32.0
Added
- Enable custom resolvers to mark imports as external. Resolvers may now return
{external: string}to mark an import as external. This will leave the@importin the output CSS instead of bundling it. See the docs for details.- Allow visitors to add dependencies. Visitors may now be functions which receive an
addDependencyfunction as an option. Dependencies may be used by tools that call Lightning CSS such as bundlers to implement file watching or caching. See the docs for details.- Add
mix-blend-modeproperty supportFixed
- Output unknown
color-schemekeywords as-is instead ofnormal- Improved serialization of the rotate property
- keep a single space between functions when formatting
transformvalues- Fix additionally inserted whitespace in
var(--foo,)andenv(--foo,)- Convert the percentage in the
scaleproperty orscale()to a number- update compat data
▶Commits
- See full diff in compare view
Updates lightningcss-win32-x64-msvc from 1.31.1 to 1.32.0
▶Release notes
Sourced from lightningcss-win32-x64-msvc's releases.
v1.32.0
Added
- Enable custom resolvers to mark imports as external. Resolvers may now return
{external: string}to mark an import as external. This will leave the@importin the output CSS instead of bundling it. See the docs for details.- Allow visitors to add dependencies. Visitors may now be functions which receive an
addDependencyfunction as an option. Dependencies may be used by tools that call Lightning CSS such as bundlers to implement file watching or caching. See the docs for details.- Add
mix-blend-modeproperty supportFixed
- Output unknown
color-schemekeywords as-is instead ofnormal- Improved serialization of the rotate property
- keep a single space between functions when formatting
transformvalues- Fix additionally inserted whitespace in
var(--foo,)andenv(--foo,)- Convert the percentage in the
scaleproperty orscale()to a number- update compat data
▶Commits
- See full diff 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 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