build(deps): bump the dependencies group across 1 directory with 17 updates
Type: Pull Request
State: Open
![dependabot[bot]](https://github.com/dependabot.png)
Association: Contributor
Comments: 1
(18 days ago)
(18 days ago)
dependencies javascript
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
- fix(examples): correct 'test:projects' script to use vitest directly by
@namidapoo
in vercel/turborepo#10683- docs: update docs about env file handling by
@anthonyshew
in vercel/turborepo#10710- docs(run): correct --graph formats; remove incorrect default mention by
@anthonyshew
in vercel/turborepo#10744- docs(run): fix --log-prefix options to match CLI (task, not prefix) by
@anthonyshew
in vercel/turborepo#10743- docs: update --graph reference by
@chris-olszewski
in vercel/turborepo#10759
@turbo/repository
- chore: update to Rust 1.88.0 by
@ognevny
in vercel/turborepo#10608- chore: update to Rust 1.89.0 by
@ognevny
in vercel/turborepo#10749Examples
- fix(examples): add missing extension to with-react-native-web ui tsconfig by
@Franck-Fernandez-pro
in vercel/turborepo#10694- chore(deps): bump the kitchen-sink group in /examples/kitchen-sink with 6 updates by
@dependabot
[bot] in vercel/turborepo#10697- chore(deps): bump the with-tailwind group in /examples/with-tailwind with 3 updates by
@dependabot
[bot] in vercel/turborepo#10698- chore(deps): bump the basic group in /examples/basic with 3 updates by
@dependabot
[bot] in vercel/turborepo#10699- chore(deps-dev): bump the with-svelte group in /examples/with-svelte with 5 updates by
@dependabot
[bot] in vercel/turborepo#10700- chore(deps-dev): bump turbo from 2.5.4 to 2.5.5 in /examples/with-shell-commands by
@dependabot
[bot] in vercel/turborepo#10701- chore(deps): bump the non-monorepo group in /examples/non-monorepo with 2 updates by
@dependabot
[bot] in vercel/turborepo#10696- chore(deps-dev): bump the basic group in /examples/basic with 4 updates by
@dependabot
[bot] in vercel/turborepo#10757- chore(deps-dev): bump the with-tailwind group in /examples/with-tailwind with 4 updates by
@dependabot
[bot] in vercel/turborepo#10756- chore(deps-dev): bump the non-monorepo group in /examples/non-monorepo with 2 updates by
@dependabot
[bot] in vercel/turborepo#10753- feat: upgrade NestJS to v11 and migrate to ESLint flat config by
@iamnivekx
in vercel/turborepo#10746Changelog
- docs: add architecture document for
turbo run
by@chris-olszewski
in vercel/turborepo#10702- feat: allow Watch Mode with
--root-turbo-json
by@anthonyshew
in vercel/turborepo#10687- chore(tower-uds): delete unused crate by
@anthonyshew
in vercel/turborepo#10676- test(turbo-utils): improve test coverage by
@anthonyshew
in vercel/turborepo#10693- test(turborepo-auth): unit tests for auth crate by
@anthonyshew
in vercel/turborepo#10692- feat: improve parsing error by
@anthonyshew
in vercel/turborepo#10682- chore: fix lints in tests by
@chris-olszewski
in vercel/turborepo#10707- chore(turbo_json): lift
$TURBO_DEFAULT$
handling to turbo.json resolution by@chris-olszewski
in vercel/turborepo#10709- chore(turbo_json): prefactor loading logic by
@chris-olszewski
in vercel/turborepo#10719- fix(logs): no longer output group prefixes if no logs present by
@chris-olszewski
in vercel/turborepo#10760- fix(turbo): graceful shutdown on sighup by
@chris-olszewski
in vercel/turborepo#10764New Contributors
@namidapoo
made their first contribution in vercel/turborepo#10683@Franck-Fernandez-pro
made their first contribution in vercel/turborepo#10694@iamnivekx
made their first contribution in vercel/turborepo#10746Full 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 registrya0eed73
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 flags22.2 KB @sentry/browser
(incl. Tracing)38.94 KB @sentry/browser
(incl. Tracing, Replay)76.16 KB @sentry/browser
(incl. Tracing, Replay) - with treeshaking flags66.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.0ddcf6d8
Merge pull request #17390 from getsentry/prepare-release/10.5.0e969998
meta(changelog): Update changelog for 10.5.0dcd7913
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): CaptureSystemError
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
orundefined
properties (#18571)- Allow users to disable URL rebasing in
@tailwindcss/postcss
viatransformAssetUrls: 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 individe-*
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
orundefined
properties (#18571)- Allow users to disable URL rebasing in
@tailwindcss/postcss
viatransformAssetUrls: 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 individe-*
utilities for backwards compatibility (#18704)- Don't scan
.hdr
and.exr
files for classes by default (#18734)
Commits
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
ordynamicIO
enabled: #81668- [turbopack] Return cached Promise from
__turbopack_load_by_url__
: #81663- Upgrade React from
97cdd5d3-20250710
to2f0e7e57-20250715
: #81678- Delete unused
renderToString
function: #81707- Discard prerendered route handler data from FS cache after revalidation: #81611
- Upgrade React from
2f0e7e57-20250715
tod85ec5f5-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
7e08c82
v15.5.077bb702
docs: add explanation of disabling lint for next build (#82805)8f6d345
v15.4.2-canary.56533bcd1
docs: Route props helpers, typegen and next lint deprecation (#82784)e6718d6
docs: fix TS error in Node.js runtime local assets example (#82672)91da003
fix: remove a few old references to 'next lint' (#82800)e3e2197
v15.4.2-canary.55408920c
fix: possible null access (#82799)4e9cc18
fix: don't fail with amp config in JS (#82798)c57fe25
feat: add a codemod to migrate from the deprecated "next lint" command (#82685)- Additional commits viewable in compare view
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
3c77fd1
7.0.1c9fd951
Fix precision with thebinary
option (#88)4186190
Fix CI- See full diff in compare view
Updates swr
from 2.3.5 to 2.3.6
Release notes
Sourced from swr's releases.
v2.3.6
Patches
- fix: do not error when not enabled during suspense by
@huozhi
in vercel/swr#4156Full Changelog: https://github.com/vercel/swr/compare/v2.3.5...v2.3.6
Commits
0b3c2c7
2.3.64320796
fix: do not error when not enabled during suspense (#4156)- See full diff in compare view
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
orundefined
properties (#18571)- Allow users to disable URL rebasing in
@tailwindcss/postcss
viatransformAssetUrls: 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 individe-*
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
orundefined
properties (#18571)- Allow users to disable URL rebasing in
@tailwindcss/postcss
viatransformAssetUrls: 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 individe-*
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 forflex-*
utilities (#18642)fa3f45f
Don’t output CSS objects withfalse
orundefined
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
- #17443 [static blocks] Do not inject new static fields after static code (
@nicolo-ribaudo
):bug: Bug Fix
babel-parser
:nail_care: Polish
babel-plugin-transform-regenerator
,babel-plugin-transform-runtime
- #17363 Do not save last yield in call in temp var (
@nicolo-ribaudo
):memo: Documentation
:house: Internal
:microscope: Output optimization
babel-plugin-proposal-destructuring-private
,babel-plugin-proposal-do-expressions
Committers: 5
- Babel Bot (
@babel-bot
)- Huáng Jùnliàng (
@JLHwung
)- Jam Balaya (
@JamBalaya56562
)- Nicolò Ribaudo (
@nicolo-ribaudo
)- easrng (
@easrng
)v7.28.2 (2025-07-24)
Thanks
@souhailaS
for your first PR!:bug: Bug Fix
babel-types
- #17445 [babel 7] Make
operator
param int.tsTypeOperator
optional (@nicolo-ribaudo
)babel-helpers
,babel-plugin-transform-async-generator-functions
,babel-plugin-transform-regenerator
,babel-preset-env
,babel-runtime-corejs3
- #17441 fix:
regeneratorDefine
compatibility with es5 strict mode (@liuxingbaoyu
)Committers: 4
- Babel Bot (
@babel-bot
)- Nicolò Ribaudo (
@nicolo-ribaudo
)- SOUHAILA SERBOUT (
@souhailaS
)@liuxingbaoyu
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
- #17443 [static blocks] Do not inject new static fields after static code (
@nicolo-ribaudo
):bug: Bug Fix
babel-parser
:nail_care: Polish
babel-plugin-transform-regenerator
,babel-plugin-transform-runtime
- #17363 Do not save last yield in call in temp var (
@nicolo-ribaudo
):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
- #17445 [babel 7] Make
operator
param int.tsTypeOperator
optional (@nicolo-ribaudo
)babel-helpers
,babel-plugin-transform-async-generator-functions
,babel-plugin-transform-regenerator
,babel-preset-env
,babel-runtime-corejs3
- #17441 fix:
regeneratorDefine
compatibility with es5 strict mode (@liuxingbaoyu
)v7.28.1 (2025-07-12)
:bug: Bug Fix
babel-plugin-transform-async-generator-functions
,babel-plugin-transform-regenerator
- #17426 fix:
regenerator
correctly handlesthrow
outside oftry
(@liuxingbaoyu
):memo: Documentation
:leftwards_arrow_with_hook: Revert
Commits
Updates @types/node
from 24.2.1 to 24.3.0
Commits
- See full diff in compare view
Updates @types/react
from 19.1.9 to 19.1.10
Commits
- See full diff in compare view
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
a639836
fix: override Node's native TS formats (#733)bddd4f5
chore(deps): update dependency node to v20.19.3 (#720)- See full diff in compare view
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
- report a helpful error if waiting fails (#14104) (21de026)
- roll to Chrome 139.0.7258.68 (#14106) (6d12c61)
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
Pull Request Statistics
0
0
+0
-0
Package Dependencies
Technical Details
ID: | 5405621 |
UUID: | 3337182265 |
Node ID: | PR_kwDOK4269c6kckbg |
Host: | GitHub |
Repository: | FilecoinFoundationWeb/filecoin-foundation |