An open index of dependabot pull requests across open source projects.

build(deps): bump the dependencies group across 1 directory with 17 updates

Open
Number: #1680
Type: Pull Request
State: Open
Author: dependabot[bot] dependabot[bot]
Association: Contributor
Comments: 1
Created: August 20, 2025 at 08:53 AM UTC
(18 days ago)
Updated: August 20, 2025 at 08:53 AM UTC
(18 days ago)
Labels:
dependencies javascript
Description:

Bumps the dependencies group with 17 updates in the / directory:

Package From To
turbo 2.5.5 2.5.6
@sentry/nextjs 10.4.0 10.5.0
@tailwindcss/postcss 4.1.11 4.1.12
next 15.4.6 15.5.0
pretty-bytes 7.0.0 7.0.1
swr 2.3.5 2.3.6
tailwindcss 4.1.11 4.1.12
@babel/core 7.28.0 7.28.3
@types/node 24.2.1 24.3.0
@types/react 19.1.9 19.1.10
tsx 4.20.3 4.20.4
puppeteer 24.16.1 24.16.2
@next/eslint-plugin-next 15.4.6 15.5.0
eslint-plugin-turbo 2.5.5 2.5.6
typescript-eslint 8.39.0 8.40.0
@radix-ui/react-popover 1.1.14 1.1.15
@radix-ui/react-tooltip 1.2.7 1.2.8

Updates turbo from 2.5.5 to 2.5.6

Release notes

Sourced from turbo's releases.

Turborepo v2.5.6

What's Changed

Docs

@​turbo/repository

Examples

Changelog

New Contributors

Full Changelog: https://github.com/vercel/turborepo/compare/v2.5.5...v2.5.6

Turborepo v2.5.6-canary.2

What's Changed

@​turbo/repository

... (truncated)

Commits
  • f02b1a8 publish 2.5.6 to registry
  • a0eed73 release(turborepo): 2.5.6-canary.2 (#10765)
  • ddaed6e fix(turbo): graceful shutdown on sighup (#10764)
  • 6f5557f feat: upgrade NestJS to v11 and migrate to ESLint flat config (#10746)
  • e34dcd4 chore(deps-dev): bump the non-monorepo group in /examples/non-monorepo with 2...
  • bc7cbe0 chore(deps-dev): bump the with-tailwind group in /examples/with-tailwind with...
  • 310565e chore(deps-dev): bump the basic group in /examples/basic with 4 updates (#10757)
  • 8113d43 chore: update to Rust 1.89.0 (#10749)
  • f9a61db release(turborepo): 2.5.6-canary.1 (#10761)
  • ae20686 fix(logs): no longer output group prefixes if no logs present (#10760)
  • Additional commits viewable in compare view

Updates @sentry/nextjs from 10.4.0 to 10.5.0

Release notes

Sourced from @​sentry/nextjs's releases.

10.5.0

  • feat(core): Better cause data extraction (#17375)
  • feat(deps): Bump @​sentry/cli from 2.50.2 to 2.51.1 (#17382)
  • feat(deps): Bump @​sentry/rollup-plugin and @​sentry/vite-plugin from 4.0.2 to 4.1.0 (#17383)
  • feat(deps): Bump @​sentry/webpack-plugin from 4.0.2 to 4.1.0 (#17381)
  • feat(node): Capture SystemError context and remove paths from message (#17331)
  • fix(nextjs): Inject Next.js version for dev symbolication (#17379)
  • fix(mcp-server): Add defensive patches for Transport edge cases (#17291)
  • chore(repo): Adjust "Publishing a Release" document to include internal changes section in changelog (#17374)
  • test(aws): Run E2E tests with AWS SAM (#17367)
  • test(node): Add tests for full http.server span attribute coverage (#17373)

Work in this release was contributed by @​ha1fstack. Thank you for your contribution!

Bundle size 📦

Path Size
@​sentry/browser 23.59 KB
@​sentry/browser - with treeshaking flags 22.2 KB
@​sentry/browser (incl. Tracing) 38.94 KB
@​sentry/browser (incl. Tracing, Replay) 76.16 KB
@​sentry/browser (incl. Tracing, Replay) - with treeshaking flags 66.24 KB
@​sentry/browser (incl. Tracing, Replay with Canvas) 80.75 KB
@​sentry/browser (incl. Tracing, Replay, Feedback) 92.57 KB
@​sentry/browser (incl. Feedback) 39.87 KB
@​sentry/browser (incl. sendFeedback) 28.13 KB
@​sentry/browser (incl. FeedbackAsync) 32.92 KB
@​sentry/react 25.27 KB
@​sentry/react (incl. Tracing) 40.88 KB
@​sentry/vue 27.97 KB
@​sentry/vue (incl. Tracing) 40.72 KB
@​sentry/svelte 23.62 KB
CDN Bundle 25.06 KB
CDN Bundle (incl. Tracing) 38.82 KB
CDN Bundle (incl. Tracing, Replay) 74.04 KB
CDN Bundle (incl. Tracing, Replay, Feedback) 79.36 KB
CDN Bundle - uncompressed 73.2 KB
CDN Bundle (incl. Tracing) - uncompressed 114.83 KB
CDN Bundle (incl. Tracing, Replay) - uncompressed 226.44 KB
CDN Bundle (incl. Tracing, Replay, Feedback) - uncompressed 238.75 KB
@​sentry/nextjs (client) 42.86 KB
@​sentry/sveltekit (client) 39.38 KB
@​sentry/node-core 46.86 KB

... (truncated)

Changelog

Sourced from @​sentry/nextjs's changelog.

10.5.0

  • feat(core): better cause data extraction (#17375)
  • feat(deps): Bump @​sentry/cli from 2.50.2 to 2.51.1 (#17382)
  • feat(deps): Bump @​sentry/rollup-plugin and @​sentry/vite-plugin from 4.0.2 to 4.1.0 (#17383)
  • feat(deps): Bump @​sentry/webpack-plugin from 4.0.2 to 4.1.0 (#17381)
  • feat(node): Capture SystemError context and remove paths from message (#17331)
  • fix(nextjs): Inject Next.js version for dev symbolication (#17379)
  • fix(mcp-server): Add defensive patches for Transport edge cases (#17291)
  • chore(repo): Adjust "Publishing a Release" document to include internal changes section in changelog (#17374)
  • test(aws): Run E2E tests with AWS SAM (#17367)
  • test(node): Add tests for full http.server span attribute coverage (#17373)

Work in this release was contributed by @​ha1fstack. Thank you for your contribution!

Commits
  • 577fbef release: 10.5.0
  • ddcf6d8 Merge pull request #17390 from getsentry/prepare-release/10.5.0
  • e969998 meta(changelog): Update changelog for 10.5.0
  • dcd7913 feat(deps): Bump @​sentry/webpack-plugin from 4.0.2 to 4.1.0 (#17381)
  • 278496a test(node): Ensure runner does not create unused tmp files (#17392)
  • 4abfe01 fix(mcp-server): Add defensive patches for Transport edge cases (#17291)
  • 377c7fc feat(deps): Bump @​sentry/rollup-plugin and @​sentry/vite-plugin from 4.0.2 to ...
  • a0c04a7 fix(nextjs): Inject Next.js version for dev symbolication (#17379)
  • 9b65733 feat(node): Capture SystemError context and remove paths from message (#17331)
  • a89aa3d feat(core): better cause data extraction (#17375)
  • Additional commits viewable in compare view

Updates @tailwindcss/postcss from 4.1.11 to 4.1.12

Release notes

Sourced from @​tailwindcss/postcss's releases.

v4.1.12

Fixed

  • Don't consider the global important state in @apply (#18404)
  • Add missing suggestions for flex-<number> utilities (#18642)
  • Fix trailing ) from interfering with extraction in Clojure keywords (#18345)
  • Detect classes inside Elixir charlist, word list, and string sigils (#18432)
  • Track source locations through @plugin and @config (#18345)
  • Allow boolean values of process.env.DEBUG in @tailwindcss/node (#18485)
  • Ignore consecutive semicolons in the CSS parser (#18532)
  • Center the dropdown icon added to an input with a paired datalist by default (#18511)
  • Extract candidates in Slang templates (#18565)
  • Improve error messages when encountering invalid functional utility names (#18568)
  • Discard CSS AST objects with false or undefined properties (#18571)
  • Allow users to disable URL rebasing in @tailwindcss/postcss via transformAssetUrls: false (#18321)
  • Fix false-positive migrations in addEventListener and JavaScript variable names (#18718)
  • Fix Standalone CLI showing default Bun help when run via symlink on Windows (#18723)
  • Read from --border-color-* theme keys in divide-* utilities for backwards compatibility (#18704)
  • Don't scan .hdr and .exr files for classes by default (#18734)
Changelog

Sourced from @​tailwindcss/postcss's changelog.

[4.1.12] - 2025-08-13

Fixed

  • Don't consider the global important state in @apply (#18404)
  • Add missing suggestions for flex-<number> utilities (#18642)
  • Fix trailing ) from interfering with extraction in Clojure keywords (#18345)
  • Detect classes inside Elixir charlist, word list, and string sigils (#18432)
  • Track source locations through @plugin and @config (#18345)
  • Allow boolean values of process.env.DEBUG in @tailwindcss/node (#18485)
  • Ignore consecutive semicolons in the CSS parser (#18532)
  • Center the dropdown icon added to an input with a paired datalist by default (#18511)
  • Extract candidates in Slang templates (#18565)
  • Improve error messages when encountering invalid functional utility names (#18568)
  • Discard CSS AST objects with false or undefined properties (#18571)
  • Allow users to disable URL rebasing in @tailwindcss/postcss via transformAssetUrls: false (#18321)
  • Fix false-positive migrations in addEventListener and JavaScript variable names (#18718)
  • Fix Standalone CLI showing default Bun help when run via symlink on Windows (#18723)
  • Read from --border-color-* theme keys in divide-* utilities for backwards compatibility (#18704)
  • Don't scan .hdr and .exr files for classes by default (#18734)
Commits
  • 6791e81 Prepare v4.1.12 release (#18728)
  • 4923042 Allow users to disable url rewriting in the PostCSS plugin (#18321)
  • 88b9f15 Center the dropdown icon added to an input with a paired datalist in Chrome (...
  • 9169d73 update READMEs
  • See full diff in compare view

Updates next from 15.4.6 to 15.5.0

Release notes

Sourced from next's releases.

v15.5.0

Core Changes

  • Use and enforce exhaustive switch statements for work unit store: #81577
  • Enable @typescript-eslint/switch-exhaustiveness-check rule: #81583
  • [dynamicIO] use RSC dynamicness to control partial vs complete PPR result: #81627
  • [dynamicIO] Do not use React.unstable_postpone(): #81652
  • feat: new detachable panel UI: #81483
  • Turbopack: content-hash PageLoaderAsset: #81450
  • [segment explorer] fix content overflow styling: #81649
  • Improve reliability of owner stacks for async I/O errors: #81501
  • fix(router): Prevent redirect loop on root data requests with basePath: #81096
  • Ensure custom NextServer config is honored: #81681
  • Fix before interactive incorrectly render css: #81146
  • perf: memorize exclude function in webpack config: #81525
  • Also enforce experimental features when there's no next config file: #81679
  • feat(next/image): warn when images.qualities is undefined: #81690
  • feat(build): optimize filterUniqueParamsCombinations to generate sub-combinations: #81321
  • Update NextAdapter type and re-export: #81692
  • upgrade to path-to-regexp@6.3.0: #80123
  • [metadata] replace for initial body icon case: #81688
  • [segment explorer] remove dev panel ui flag: #81670
  • Simplify running test apps locally with ppr or dynamicIO enabled: #81668
  • [turbopack] Return cached Promise from __turbopack_load_by_url__ : #81663
  • Upgrade React from 97cdd5d3-20250710 to 2f0e7e57-20250715: #81678
  • Delete unused renderToString function: #81707
  • Discard prerendered route handler data from FS cache after revalidation: #81611
  • Upgrade React from 2f0e7e57-20250715 to d85ec5f5-20250716: #81708
  • Ignore pending revalidations during prerendering: #81621
  • [turbopack] Clear chunk cache on HMR instead of creating new next-server VM: #81664
  • fix: rootParams should throw in client when fallbackParams are not present: #81711
  • perf(build): optimize buildAppStaticPaths performance and add helper function: #81386
  • Turbopack: Support string without options for @​next/mdx: #81713
  • [Segment Cache] Support dynamic head prefetching: #81677
  • [sourcemaps] Consistent cursor columns: #81375
  • fix: revert client segment route changes for sub shell generation: #81731
  • fix: pages router metadata bugs with React 19: #81733
  • Improve error handling for headers/cookies/draftMode in 'use cache': #81716
  • [devtool] fix duplicate rendered indicator on server: #81729
  • [devtool] enable segment explorer by default: #81737
  • [turbopack] Stop exposing globals from Turbopack runtime: #81727
  • Remove unnecessary await: #81761
  • [chore] bump zod to latest v3: #81757
  • feat(turbopack): Log anonymized internal error (panic) information to telemetry: #81272
  • fix: revert client segment route changes for sub shell generation: #81740
  • bugfix: static resources staleTime should be renewed once refetched: #81771
  • [devtool] move font styling to global.css: #81782
  • [devtool] copy decoded info of error details: #81735
  • fix(build): add sourcePage context for PPR dynamic route lambda creation: #81781
  • refactor: rename experimental.dynamicIO to experimental.cacheComponents: #81562

... (truncated)

Commits

Updates pretty-bytes from 7.0.0 to 7.0.1

Release notes

Sourced from pretty-bytes's releases.

v7.0.1

  • Fix precision with the binary option (#88) c9fd951

https://github.com/sindresorhus/pretty-bytes/compare/v7.0.0...v7.0.1

Commits

Updates swr from 2.3.5 to 2.3.6

Release notes

Sourced from swr's releases.

v2.3.6

Patches

Full Changelog: https://github.com/vercel/swr/compare/v2.3.5...v2.3.6

Commits

Updates tailwindcss from 4.1.11 to 4.1.12

Release notes

Sourced from tailwindcss's releases.

v4.1.12

Fixed

  • Don't consider the global important state in @apply (#18404)
  • Add missing suggestions for flex-<number> utilities (#18642)
  • Fix trailing ) from interfering with extraction in Clojure keywords (#18345)
  • Detect classes inside Elixir charlist, word list, and string sigils (#18432)
  • Track source locations through @plugin and @config (#18345)
  • Allow boolean values of process.env.DEBUG in @tailwindcss/node (#18485)
  • Ignore consecutive semicolons in the CSS parser (#18532)
  • Center the dropdown icon added to an input with a paired datalist by default (#18511)
  • Extract candidates in Slang templates (#18565)
  • Improve error messages when encountering invalid functional utility names (#18568)
  • Discard CSS AST objects with false or undefined properties (#18571)
  • Allow users to disable URL rebasing in @tailwindcss/postcss via transformAssetUrls: false (#18321)
  • Fix false-positive migrations in addEventListener and JavaScript variable names (#18718)
  • Fix Standalone CLI showing default Bun help when run via symlink on Windows (#18723)
  • Read from --border-color-* theme keys in divide-* utilities for backwards compatibility (#18704)
  • Don't scan .hdr and .exr files for classes by default (#18734)
Changelog

Sourced from tailwindcss's changelog.

[4.1.12] - 2025-08-13

Fixed

  • Don't consider the global important state in @apply (#18404)
  • Add missing suggestions for flex-<number> utilities (#18642)
  • Fix trailing ) from interfering with extraction in Clojure keywords (#18345)
  • Detect classes inside Elixir charlist, word list, and string sigils (#18432)
  • Track source locations through @plugin and @config (#18345)
  • Allow boolean values of process.env.DEBUG in @tailwindcss/node (#18485)
  • Ignore consecutive semicolons in the CSS parser (#18532)
  • Center the dropdown icon added to an input with a paired datalist by default (#18511)
  • Extract candidates in Slang templates (#18565)
  • Improve error messages when encountering invalid functional utility names (#18568)
  • Discard CSS AST objects with false or undefined properties (#18571)
  • Allow users to disable URL rebasing in @tailwindcss/postcss via transformAssetUrls: false (#18321)
  • Fix false-positive migrations in addEventListener and JavaScript variable names (#18718)
  • Fix Standalone CLI showing default Bun help when run via symlink on Windows (#18723)
  • Read from --border-color-* theme keys in divide-* utilities for backwards compatibility (#18704)
  • Don't scan .hdr and .exr files for classes by default (#18734)
Commits
  • 6791e81 Prepare v4.1.12 release (#18728)
  • 1855d68 Add --border-color to divide theme keys (#18704)
  • 8e8a2d6 update @ampproject/remapping to @jridgewell/remapping (#18716)
  • 68a79b1 Suggest bare values for flex-* utilities (#18642)
  • fa3f45f Don’t output CSS objects with false or undefined in the AST (#18571)
  • 939fda6 Show more specific error for functional-like but invalid utility names (#18568)
  • 88b9f15 Center the dropdown icon added to an input with a paired datalist in Chrome (...
  • 798a7bf Ignore consecutive semicolons in the CSS parser (#18532)
  • 2941a7b Track source locations through @plugin and @config (#18329)
  • 9169d73 update READMEs
  • Additional commits viewable in compare view

Updates @babel/core from 7.28.0 to 7.28.3

Release notes

Sourced from @​babel/core's releases.

v7.28.3 (2025-08-14)

:eyeglasses: Spec Compliance

  • babel-helper-create-class-features-plugin, babel-plugin-proposal-decorators, babel-plugin-transform-class-static-block, babel-preset-env

:bug: Bug Fix

:nail_care: Polish

  • babel-plugin-transform-regenerator, babel-plugin-transform-runtime

:memo: Documentation

:house: Internal

:microscope: Output optimization

  • babel-plugin-proposal-destructuring-private, babel-plugin-proposal-do-expressions

Committers: 5

v7.28.2 (2025-07-24)

Thanks @​souhailaS for your first PR!

:bug: Bug Fix

  • babel-types
  • babel-helpers, babel-plugin-transform-async-generator-functions, babel-plugin-transform-regenerator, babel-preset-env, babel-runtime-corejs3

Committers: 4

v7.28.1 (2025-07-12)

... (truncated)

Changelog

Sourced from @​babel/core's changelog.

v7.28.3 (2025-08-14)

:eyeglasses: Spec Compliance

  • babel-helper-create-class-features-plugin, babel-plugin-proposal-decorators, babel-plugin-transform-class-static-block, babel-preset-env

:bug: Bug Fix

:nail_care: Polish

  • babel-plugin-transform-regenerator, babel-plugin-transform-runtime

:memo: Documentation

:house: Internal

:microscope: Output optimization

  • babel-plugin-proposal-destructuring-private, babel-plugin-proposal-do-expressions

v7.28.2 (2025-07-24)

:bug: Bug Fix

  • babel-types
  • babel-helpers, babel-plugin-transform-async-generator-functions, babel-plugin-transform-regenerator, babel-preset-env, babel-runtime-corejs3

v7.28.1 (2025-07-12)

:bug: Bug Fix

  • babel-plugin-transform-async-generator-functions, babel-plugin-transform-regenerator

:memo: Documentation

:leftwards_arrow_with_hook: Revert

  • babel-plugin-proposal-destructuring-private, babel-plugin-proposal-do-expressions, babel-types
Commits

Updates @types/node from 24.2.1 to 24.3.0

Commits

Updates @types/react from 19.1.9 to 19.1.10

Commits

Updates tsx from 4.20.3 to 4.20.4

Release notes

Sourced from tsx's releases.

v4.20.4

4.20.4 (2025-08-12)

Bug Fixes


This release is also available on:

Commits

Updates puppeteer from 24.16.1 to 24.16.2

Release notes

Sourced from puppeteer's releases.

puppeteer-core: v24.16.2

24.16.2 (2025-08-13)

Bug Fixes

puppeteer: v24.16.2

24.16.2 (2025-08-13)

Miscellaneous Chores

  • puppeteer: Synchronize puppeteer versions

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • puppeteer-core bumped from 24.16.1 to 24.16.2
Changelog

Sourced from puppeteer's changelog.

24.16.2 (2025-08-13)

Miscellaneous Chores

  • puppeteer: Synchronize puppeteer versions

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • puppeteer-core bumped from 24.16.1 to 24.16.2

Bug Fixes

Commits
Pull Request Statistics
Commits:
0
Files Changed:
0
Additions:
+0
Deletions:
-0
Package Dependencies
Ecosystem:
npm
Version Change:
24.2.1 → 24.3.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
19.1.9 → 19.1.10
Update Type:
Patch
Package:
puppeteer
Ecosystem:
npm
Version Change:
24.16.1 → 24.16.2
Update Type:
Patch
Package:
next
Ecosystem:
npm
Version Change:
15.4.6 → 15.5.0
Update Type:
Minor
Package:
@babel/core
Ecosystem:
npm
Version Change:
7.28.0 → 7.28.3
Update Type:
Patch
Ecosystem:
npm
Version Change:
4.1.11 → 4.1.12
Update Type:
Patch
Package:
tailwindcss
Ecosystem:
npm
Version Change:
4.1.11 → 4.1.12
Update Type:
Patch
Ecosystem:
npm
Version Change:
8.39.0 → 8.40.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
15.4.6 → 15.5.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
1.2.7 → 1.2.8
Update Type:
Patch
Package:
turbo
Ecosystem:
npm
Version Change:
2.5.5 → 2.5.6
Update Type:
Patch
Package:
tsx
Ecosystem:
npm
Version Change:
4.20.3 → 4.20.4
Update Type:
Patch
Ecosystem:
npm
Version Change:
10.4.0 → 10.5.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
1.1.14 → 1.1.15
Update Type:
Patch
Package:
swr
Ecosystem:
npm
Version Change:
2.3.5 → 2.3.6
Update Type:
Patch
Ecosystem:
npm
Version Change:
7.0.0 → 7.0.1
Update Type:
Patch
Ecosystem:
npm
Version Change:
2.5.5 → 2.5.6
Update Type:
Patch
Technical Details
ID: 5405621
UUID: 3337182265
Node ID: PR_kwDOK4269c6kckbg
Host: GitHub
Repository: FilecoinFoundationWeb/filecoin-foundation