[Docs Site] Bump the non-major group across 1 directory with 31 updates
Type: Pull Request
State: Open
Association: Unknown
Comments: 3
(6 days ago)
(6 days ago)
dependencies javascript size/xl
Bumps the non-major group with 31 updates in the / directory:
| Package | From | To |
|---|---|---|
| @astrojs/react | 5.0.4 |
5.0.7 |
| @astrojs/sitemap | 3.7.2 |
3.7.3 |
| @astrojs/starlight | 0.38.4 |
0.39.3 |
| @base-ui/react | 1.4.1 |
1.5.0 |
| @cloudflare/vitest-pool-workers | 0.15.2 |
0.16.12 |
| @cloudflare/workers-types | 4.20260504.1 |
4.20260603.1 |
| @expressive-code/core | 0.41.7 |
0.42.0 |
| @expressive-code/plugin-collapsible-sections | 0.41.3 |
0.42.0 |
| @expressive-code/plugin-line-numbers | 0.41.7 |
0.42.0 |
| @iconify/utils | 3.1.1 |
3.1.3 |
| @marsidev/react-turnstile | 1.5.1 |
1.5.2 |
| @tailwindcss/postcss | 4.2.4 |
4.3.0 |
| @typescript-eslint/parser | 8.44.0 |
8.60.1 |
| algoliasearch | 5.52.0 |
5.53.0 |
| astro | 6.2.2 |
6.4.4 |
| astro-expressive-code | 0.41.7 |
0.42.0 |
| date-fns | 4.1.0 |
4.4.0 |
| marked | 18.0.3 |
18.0.4 |
| mermaid | 11.14.0 |
11.15.0 |
| react | 19.0.0 |
19.2.7 |
| @types/react | 19.0.7 |
19.2.16 |
| react-dom | 19.0.0 |
19.2.7 |
| @types/react-dom | 19.0.4 |
19.2.3 |
| react-instantsearch | 7.31.0 |
7.35.0 |
| starlight-image-zoom | 0.14.1 |
0.14.2 |
| tailwindcss | 4.1.4 |
4.3.0 |
| ts-blank-space | 0.8.0 |
0.9.0 |
| tsx | 4.21.0 |
4.22.4 |
| typescript-eslint | 8.44.1 |
8.60.1 |
| vitest | 4.1.5 |
4.1.8 |
| wrangler | 4.88.0 |
4.97.0 |
Updates @astrojs/react from 5.0.4 to 5.0.7
Release notes
Sourced from @astrojs/react's releases.
@astrojs/react@5.0.7Patch Changes
@astrojs/react@5.0.6Patch Changes
@astrojs/react@5.0.5Patch Changes
Changelog
Sourced from @astrojs/react's changelog.
5.0.7
Patch Changes
5.0.6
Patch Changes
5.0.5
Patch Changes
Commits
75ae5df[ci] release (#16912)17a0fbdchore(deps): update devalue (#16900)c7157e6[ci] release (#16870)e345bcd[ci] release (#16653)5a8cd09refactor: update tsconfig to use TypeScript project references (#16505)5c543c5refactor(astro): add internal entry points for test (#16473)- See full diff in compare view
Updates @astrojs/sitemap from 3.7.2 to 3.7.3
Release notes
Sourced from @astrojs/sitemap's releases.
@astrojs/sitemap@3.7.3Patch Changes
- #16837
783c4a6Thanks@jdevalk! - Improves<lastmod>accuracy in the sitemap index. Each<sitemap>entry insitemap-index.xmlis now stamped with the most recentlastmodof the URLs in the child sitemap it points to, instead of repeating a single global date on every entry. When a child sitemap has no per-URLlastmod, the entry falls back to thelastmodoption as before. This gives search engines a per-file freshness signal, so they can tell which child sitemaps actually changed without refetching all of them.
Changelog
Sourced from @astrojs/sitemap's changelog.
3.7.3
Patch Changes
- #16837
783c4a6Thanks@jdevalk! - Improves<lastmod>accuracy in the sitemap index. Each<sitemap>entry insitemap-index.xmlis now stamped with the most recentlastmodof the URLs in the child sitemap it points to, instead of repeating a single global date on every entry. When a child sitemap has no per-URLlastmod, the entry falls back to thelastmodoption as before. This gives search engines a per-file freshness signal, so they can tell which child sitemaps actually changed without refetching all of them.
Commits
1e49163[ci] release (#16832)783c4a6Stamp sitemap index entries with per-file lastmod (#16837)5a8cd09refactor: update tsconfig to use TypeScript project references (#16505)5c543c5refactor(astro): add internal entry points for test (#16473)f7566b8refactor: unify test setup (#16445)ba2dbf1refactor(astro): correct Fixture type signatures in test-utils (#16380)245f300refactor: migrate sitemap tests to typescript (#16353)88fcc98fix integrations links across docs (#16098)- See full diff in compare view
Updates @astrojs/starlight from 0.38.4 to 0.39.3
Release notes
Sourced from @astrojs/starlight's releases.
@astrojs/starlight@0.39.3Patch Changes
#3910
dddf405Thanks@andreialba! - Improves Romanian UI translations#3924
02f2ce1Thanks@BouRock! - Improves Turkish UI translations#3928
11a7ed2Thanks@delucis! - Updates Pagefind to v1.5 and adds support for Pagefind’s newdiacriticSimilarityandmetaWeightsadvanced ranking options#3927
e944870Thanks@HiDeoo! - Refactors internal file path handling for Starlight content collections.
@astrojs/starlight@0.39.2Patch Changes
@astrojs/starlight@0.39.1Patch Changes
#3885
010eed1Thanks@ArmandPhilippot! - Fixes the version mentioned in an error message related to autogenerated sidebar groups support.#3887
b3c6990Thanks@delucis! - Adds 13 new icons:clock,desktop,mobile-android,window,database,server,code-branch,notes,question,question-circle,analytics,padlock, andsolidjs.
@astrojs/starlight@0.39.0Minor Changes
#3618
dcf6d09Thanks@HiDeoo! - ⚠️ BREAKING CHANGE: This release changes how autogenerated links work in Starlight’s sidebar configuration.If you have sidebar groups using the
autogeneratekey, you must now wrap that configuration in anitemsarray:{ label: 'My group', - autogenerate: { directory: 'some-dir' }, + items: [{ autogenerate: { directory: 'some-dir' } }], }This change unlocks the possibility to mix autogenerated links and other links in a single group, for example:
{ label: 'Mixed group', items: [ 'example-page', { autogenerate: { directory: 'examples' } }, { label: 'More examples', link: 'https://example.com' }, ], }
... (truncated)
Changelog
Sourced from @astrojs/starlight's changelog.
0.39.3
Patch Changes
#3910
dddf405Thanks@andreialba! - Improves Romanian UI translations#3924
02f2ce1Thanks@BouRock! - Improves Turkish UI translations#3928
11a7ed2Thanks@delucis! - Updates Pagefind to v1.5 and adds support for Pagefind’s newdiacriticSimilarityandmetaWeightsadvanced ranking options#3927
e944870Thanks@HiDeoo! - Refactors internal file path handling for Starlight content collections.0.39.2
Patch Changes
0.39.1
Patch Changes
#3885
010eed1Thanks@ArmandPhilippot! - Fixes the version mentioned in an error message related to autogenerated sidebar groups support.#3887
b3c6990Thanks@delucis! - Adds 13 new icons:clock,desktop,mobile-android,window,database,server,code-branch,notes,question,question-circle,analytics,padlock, andsolidjs.0.39.0
Minor Changes
#3618
dcf6d09Thanks@HiDeoo! - ⚠️ BREAKING CHANGE: This release changes how autogenerated links work in Starlight’s sidebar configuration.If you have sidebar groups using the
autogeneratekey, you must now wrap that configuration in anitemsarray:{ label: 'My group', - autogenerate: { directory: 'some-dir' }, + items: [{ autogenerate: { directory: 'some-dir' } }], }This change unlocks the possibility to mix autogenerated links and other links in a single group, for example:
{ label: 'Mixed group', items: [ 'example-page', { autogenerate: { directory: 'examples' } },
... (truncated)
Commits
668a467[ci] release (#3913)11a7ed2Add support for new Pagefind ranking options (#3928)02f2ce1Update Turkish translations (#3924)e944870RefactorgetCollectionPosixPath()(#3927)dddf405fix: improve Romanian UI translations (#3910)1b5f399CI/E2E tests improvements (#3901)d1d7452Fix inaccurate comment on:langselectors (#3893)76ff51e[ci] release (#3891)2d05e18Make sure to enabletext-autospaceeven in non-Firefox browsers (#3890)0c0acc0[ci] release (#3886)- Additional commits viewable in compare view
Updates @base-ui/react from 1.4.1 to 1.5.0
Release notes
Sourced from @base-ui/react's releases.
v1.5.0
General changes
- Improve mount performance with interaction splitting, including closed popup mount performance by up to 50% and unmounting performance by up to 85% (#4661) by
@atomiks- Use local document for virtual arrow (#4662) by
@lyzno1- Fix macOS Safari and Firefox minimizing fullscreen when closing popups with Esc (#4695) by
@arturbien- Drop unnecessary memoization (#4693) by
@flaviendelangle- Do not use
Math.random()inuseStableCallback()(#4732) by@michaldudak- Fix return focus when reference disconnects (#4655) by
@atomiks- Don't steal initial focus if focus already moved inside a popup (#4775) by
@stefeeAlert Dialog
Autocomplete
- Fix native
FormDatafor popup inputs (#4725) by@lunaxisluCheckbox
- Submit the associated form when pressing Enter (#4713) by
@michaldudakCombobox
- Expose clear visibility state (#4664) by
@atomiks- Fix popup input form submit (#4687) by
@atomiks- Preserve
closeQuerywhen closing multiple input-inside-popup combobox (#4715) by@mj12albert- Fix RTL component behavior (#4840) by
@atomiks- Ignore hidden-input changes while readonly or disabled (#4810) by
@lunaxisluDialog
- Consider the controlled
openprop for open state detection (#4712) by@michaldudakDrawer
Field
Form
Menu
- Fix submenu pointer-events scope for
keepMountedportals (#4723) by@twillhorn
... (truncated)
Changelog
Sourced from @base-ui/react's changelog.
v1.5.0
May 19, 2026
General changes
- Improve mount performance with interaction splitting, including closed popup mount performance by up to 50% and unmounting performance by up to 85% (#4661) by
@atomiks- Use local document for virtual arrow (#4662) by
@lyzno1- Fix macOS Safari and Firefox minimizing fullscreen when closing popups with Esc (#4695) by
@arturbien- Drop unnecessary memoization (#4693) by
@flaviendelangle- Do not use
Math.random()inuseStableCallback()(#4732) by@michaldudak- Fix return focus when reference disconnects (#4655) by
@atomiks- Don't steal initial focus if focus already moved inside a popup (#4775) by
@stefeeAlert Dialog
Autocomplete
- Fix native
FormDatafor popup inputs (#4725) by@lunaxisluCheckbox
- Submit the associated form when pressing Enter (#4713) by
@michaldudakCombobox
- Expose clear visibility state (#4664) by
@atomiks- Fix popup input form submit (#4687) by
@atomiks- Preserve
closeQuerywhen closing multiple input-inside-popup combobox (#4715) by@mj12albert- Fix RTL component behavior (#4840) by
@atomiks- Ignore hidden-input changes while readonly or disabled (#4810) by
@lunaxisluDialog
- Consider the controlled
openprop for open state detection (#4712) by@michaldudakDrawer
Field
Form
... (truncated)
Commits
2fdf1b0[release] v1.5.0 (#4850)8535638[otp field] Fix vertical arrow slot navigation (#4844)09ce83b[alert dialog] Fix handle defaults (#4834)5e0f3e7[menu] Support group labels in radio groups (#4826)8db1aa9[otp field] Fix RTL arrow navigation (#4847)ccb4b30[otp field] ComposenormalizeValuewith validation (#4717)ad99b44[direction provider] Fix RTL component behavior (#4840)5579e7f[drawer] Forwardstyleprop in\<Drawer.Viewport>(#4841)8170336[navigation menu] FixkeepMountedcontent sizing (#4817)4a339d0[otp field] Prevent locked hidden autofill validation (#4827)- Additional commits viewable in compare view
Updates @cloudflare/vitest-pool-workers from 0.15.2 to 0.16.12
Release notes
Sourced from @cloudflare/vitest-pool-workers's releases.
@cloudflare/vitest-pool-workers@0.16.12Patch Changes
#14152
3d7992eThanks@petebacondarwin! - Fix module resolution failing when project path contains spacesWhen a project lived under a directory with spaces (e.g.
/Users/me/Documents/Master CMS/project), the vitest pool would fail withNo such module "threads.js"before any test executed. The module fallback service now uses therawSpecifierfrom workerd's fallback request to correctly decodefile://URLs, avoiding the double-encoding of spaces (%20→%2520) that occurred when workerd resolved these URLs as relative paths.#14105
337e912Thanks@dario-piotrowicz! - Remove trailing periods from URLs in terminal outputURLs printed to the terminal with a sentence-ending period (e.g.
https://example.com/path.) would include the period when clicked in some terminal emulators, causing 404 errors. This removes trailing periods from all URLs displayed in CLI output across wrangler, miniflare, vitest-pool-workers, and workers-utils.#14112
3a746acThanks@penalosa! - Pin non-bundled runtime dependencies to exact versionsDependencies that are not bundled into a package's published output are installed directly into consumers' dependency trees, so they are now pinned to exact versions instead of semver ranges. This closes a supply-chain gap where an unpinned external dependency could resolve to a compromised upstream release on a fresh install. A new
pnpm check:pinned-depslint enforces this for all published packages (and for the shared pnpm catalog) going forward.#14061
da8e306Thanks@Vardiak! - Preserve Durable Object WebSocket handler invocation orderDurable Object WebSocket events could begin executing out of order in the Workers Vitest integration when several events arrived while the test wrapper was resolving user code.
Handler invocation now preserves arrival order while still allowing asynchronous handler completion to run concurrently.
Updated dependencies [
b210c5e,aec1bb8,e06cbb7,9a26191,5565823,4ef790b,890fca7,6fc9777,337e912,8e7b74f,e86489a,42288d4,65b5f9e,3a746ac,64ef9fd,94b29f7]:
- wrangler@4.97.0
- miniflare@4.20260601.0
@cloudflare/vitest-pool-workers@0.16.11Patch Changes
#14070
96ae856Thanks@dmmulroy! - Fix Durable Object RPC dispatch for constructors that return proxiesDurable Object RPC methods mediated by a returned
Proxyare now resolved through that proxy after validating prototype exposure. This allows wrappers that bind methods to the underlying instance to use private fields and methods in Vitest, while matching workerd's rejection of constructor-assigned RPC overrides.Updated dependencies [
a2ef1a3,cbb39bd,cbb39bd,408432a,1103c07,7bb5c7a,5b5cbd3,a2ef1a3,2c1d8b2,ce4eb20,5fa3de6,37176e5,0ce88ea,66d86ba,9dee4cc,97d7d81,c647ccc,f623ae4,c8c7ec0,39d8717,ee56ec0,b64b7e4,e4c8fd9,2dffeeb,972d13d,4c0da7b,13cbadb,59e43e4]:
- miniflare@4.20260529.0
- wrangler@4.96.0
@cloudflare/vitest-pool-workers@0.16.10Patch Changes
- Updated dependencies [
ca5b604,c1fd2fd,49c1a59,fee1ce4,b3962ff,d042705,420e457,8b1467e]:
- wrangler@4.95.0
- miniflare@4.20260526.0
@cloudflare/vitest-pool-workers@0.16.9Patch Changes
#13933
90092c0Thanks@petebacondarwin! - Derive bundler externals frompackage.jsonand shrink the published bundleThe bundler's
externallist was previously hand-maintained and out of sync withpackage.json—undiciandsemverwere both listed as external despite being onlydevDependencies. The publisheddist/pool/index.mjsconsequently contained a top-levelimport { fetch } from "undici"that was only resolvable because pnpm happened to hoistundicifrom other packages' devDependencies during local development.
... (truncated)
Changelog
Sourced from @cloudflare/vitest-pool-workers's changelog.
0.16.12
Patch Changes
#14152
3d7992eThanks@petebacondarwin! - Fix module resolution failing when project path contains spacesWhen a project lived under a directory with spaces (e.g.
/Users/me/Documents/Master CMS/project), the vitest pool would fail withNo such module "threads.js"before any test executed. The module fallback service now uses therawSpecifierfrom workerd's fallback request to correctly decodefile://URLs, avoiding the double-encoding of spaces (%20→%2520) that occurred when workerd resolved these URLs as relative paths.#14105
337e912Thanks@dario-piotrowicz! - Remove trailing periods from URLs in terminal outputURLs printed to the terminal with a sentence-ending period (e.g.
https://example.com/path.) would include the period when clicked in some terminal emulators, causing 404 errors. This removes trailing periods from all URLs displayed in CLI output across wrangler, miniflare, vitest-pool-workers, and workers-utils.#14112
3a746acThanks@penalosa! - Pin non-bundled runtime dependencies to exact versionsDependencies that are not bundled into a package's published output are installed directly into consumers' dependency trees, so they are now pinned to exact versions instead of semver ranges. This closes a supply-chain gap where an unpinned external dependency could resolve to a compromised upstream release on a fresh install. A new
pnpm check:pinned-depslint enforces this for all published packages (and for the shared pnpm catalog) going forward.#14061
da8e306Thanks@Vardiak! - Preserve Durable Object WebSocket handler invocation orderDurable Object WebSocket events could begin executing out of order in the Workers Vitest integration when several events arrived while the test wrapper was resolving user code.
Handler invocation now preserves arrival order while still allowing asynchronous handler completion to run concurrently.
Updated dependencies [
b210c5e,aec1bb8,e06cbb7,9a26191,5565823,4ef790b,890fca7,6fc9777,337e912,8e7b74f,e86489a,42288d4,65b5f9e,3a746ac,64ef9fd,94b29f7]:
- wrangler@4.97.0
- miniflare@4.20260601.0
0.16.11
Patch Changes
#14087
e3c862aThanks@edmundhung! - Fix Durable Object RPC dispatch for constructors that return proxiesDurable Object RPC methods mediated by a returned
Proxyare now resolved through that proxy after validating prototype exposure. This allows wrappers that bind methods to the underlying instance to use private fields and methods in Vitest, while matching workerd's rejection of constructor-assigned RPC overrides.Updated dependencies [
e3c862a,cbb39bd,cbb39bd,408432a,1103c07,7bb5c7a,5b5cbd3,e3c862a,e3c862a,97d7d81,c647ccc,e3c862a,e3c862a,e3c862a,e3c862a,e3c862a,b64b7e4,e3c862a,e3c862a,e4c8fd9,2dffeeb,e3c862a,e3c862a,4c0da7b,972d13d,13cbadb,59e43e4]:
- miniflare@4.20260529.0
- wrangler@4.96.0
0.16.10
Patch Changes
- Updated dependencies [
ca5b604,c1fd2fd,49c1a59,fee1ce4,b3962ff,d042705,420e457,8b1467e]:
- wrangler@4.95.0
- miniflare@4.20260526.0
0.16.9
Patch Changes
... (truncated)
Commits
0b60424Version Packages (#14142)3d7992e[vitest-pool-workers] Fix module resolution for paths with spaces (#14152)da8e306[vitest-pool-workers] Preserve Durable Object handler order (for hibernated D...0998725SetdisallowTypeAnnotationstofalsein `@typescript-eslint/consistent-ty...3a746ac[tools] Lint that all non-bundled deps of published packages are pinned (#14112)337e912Remove trailing periods from URLs in terminal output (#14105)50ef724Version Packages (#14082)e3c862aRevert "Version Packages" (#14087)689f381Version Packages (#14048)96ae856[vitest-pool-workers] Dispatch RPC methods through proxied Durable Object ins...- Additional commits viewable in compare view
Updates @cloudflare/workers-types from 4.20260504.1 to 4.20260603.1
Commits
- See full diff in compare view
Updates @expressive-code/core from 0.41.7 to 0.42.0
Release notes
Sourced from @expressive-code/core's releases.
@expressive-code/core@0.42.0No release notes provided.
Changelog
Sourced from
Package Dependencies
@cloudflare/workers-types
npm
4.20260504.1 → 4.20260603.1
Minor
@typescript-eslint/parser
npm
8.44.0 → 8.60.1
Minor
@cloudflare/vitest-pool-workers
npm
0.15.2 → 0.16.12
Minor
@expressive-code/plugin-line-numbers
npm
0.41.7 → 0.42.0
Minor
npm
0.41.3 → 0.42.0
Minor
Technical Details
| ID: | 15987401 |
| UUID: | 4582749955 |
| Node ID: | PR_kwDOSeDgNc7iXjsw |
| Host: | GitHub |
| Repository: | robvankathmp/cloudflare-docs |