deps: bump the all-js-deps group with 5 updates - #66
Merged
Merged
Conversation
Bumps the all-js-deps group with 5 updates: | Package | From | To | | --- | --- | --- | | [@astrojs/mdx](https://github.com/withastro/astro/tree/HEAD/packages/integrations/mdx) | `8.0.0` | `8.0.1` | | [@preact/signals](https://github.com/preactjs/signals/tree/HEAD/packages/preact) | `2.11.1` | `2.11.2` | | [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) | `7.3.1` | `7.3.2` | | [bun-types](https://github.com/oven-sh/bun/tree/HEAD/packages/bun-types) | `1.4.0` | `1.4.2` | | [wrangler](https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler) | `4.129.0` | `4.131.0` | Updates `@astrojs/mdx` from 8.0.0 to 8.0.1 - [Release notes](https://github.com/withastro/astro/releases) - [Changelog](https://github.com/withastro/astro/blob/main/packages/integrations/mdx/CHANGELOG.md) - [Commits](https://github.com/withastro/astro/commits/@astrojs/mdx@8.0.1/packages/integrations/mdx) Updates `@preact/signals` from 2.11.1 to 2.11.2 - [Release notes](https://github.com/preactjs/signals/releases) - [Changelog](https://github.com/preactjs/signals/blob/main/packages/preact/CHANGELOG.md) - [Commits](https://github.com/preactjs/signals/commits/@preact/signals@2.11.2/packages/preact) Updates `astro` from 7.3.1 to 7.3.2 - [Release notes](https://github.com/withastro/astro/releases) - [Changelog](https://github.com/withastro/astro/blob/main/packages/astro/CHANGELOG.md) - [Commits](https://github.com/withastro/astro/commits/astro@7.3.2/packages/astro) Updates `bun-types` from 1.4.0 to 1.4.2 - [Release notes](https://github.com/oven-sh/bun/releases) - [Commits](https://github.com/oven-sh/bun/commits/bun-v1.4.2/packages/bun-types) Updates `wrangler` from 4.129.0 to 4.131.0 - [Release notes](https://github.com/cloudflare/workers-sdk/releases) - [Commits](https://github.com/cloudflare/workers-sdk/commits/wrangler@4.131.0/packages/wrangler) --- updated-dependencies: - dependency-name: "@astrojs/mdx" dependency-version: 8.0.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-js-deps - dependency-name: "@preact/signals" dependency-version: 2.11.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-js-deps - dependency-name: astro dependency-version: 7.3.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-js-deps - dependency-name: bun-types dependency-version: 1.4.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: all-js-deps - dependency-name: wrangler dependency-version: 4.131.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all-js-deps ... Signed-off-by: dependabot[bot] <support@github.com>
Deploying with
|
| Status | Name | Latest Commit | Preview URL | Updated (UTC) |
|---|---|---|---|---|
| ✅ Deployment successful! View logs |
goceleris-docs | 4d2f0c6 | Commit Preview URL Branch Preview URL |
Sep 15 2026, 02:12 AM |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the all-js-deps group with 5 updates:
8.0.08.0.12.11.12.11.27.3.17.3.21.4.01.4.24.129.04.131.0Updates
@astrojs/mdxfrom 8.0.0 to 8.0.1Release notes
Sourced from @astrojs/mdx's releases.
Changelog
Sourced from @astrojs/mdx's changelog.
Commits
aa4949e[ci] release (#17915)a548223Only treat literal script/style content as raw in MDX rendering (#17896)Updates
@preact/signalsfrom 2.11.1 to 2.11.2Release notes
Sourced from @preact/signals's releases.
Changelog
Sourced from @preact/signals's changelog.
Commits
b0df09aVersion Packages (#980)7526ad0Prevent parent signal subscriptions during DOM diff (#979)Updates
astrofrom 7.3.1 to 7.3.2Release notes
Sourced from astro's releases.
Changelog
Sourced from astro's changelog.
Commits
aa4949e[ci] release (#17915)42e9188fix(i18n): replace locale segment by index in fallback routing (#17907) (#17908)4b92ddcGuard setFetchHandler call in non-runnable dev entrypoint to fix sessions + m...c1a6a89fix: include .astro files in client optimizeDeps entries to prevent 504 on la...a548223Only treat literal script/style content as raw in MDX rendering (#17896)Updates
bun-typesfrom 1.4.0 to 1.4.2Release notes
Sourced from bun-types's releases.
... (truncated)
Commits
9c3683fbundler: make --min-chunk-size effective on React apps and cheap; fix the sta...7c18e0dbundler: modulepreload the chunks a split browser import() depends on (#41143)d2b71fbbun-types: typewith { type }imports on TypeScript 7.1 (#41076)70736fdwebview: stop close() and browser death from raising uncatchable unhandled re...e8eaae9bundler: bind property accesses on re-exported namespaces directly (#41009)41906a4bun-types: keep generic process.removeListener and off signatures visible wit...1ab272bbun-types: defer Event and EventTarget to lib.dom when it is loaded (#40576)c6f335fBun.serve: HTTP/2 support viahttp2: true(#40137)1a50bfabundler: with --splitting --target bun, require() of an ES module is a chunk ...52baef6WebSocket client: pause()/resume(), working bufferedAmount, and a ServerWebSo...Updates
wranglerfrom 4.129.0 to 4.131.0Release notes
Sourced from wrangler's releases.
... (truncated)
Commits
41d7366Version Packages (#15568)b605aa6[wrangler] Correct Pages delegation analytics (#15581)96688b3fix(deps): bump shell-quote to patch CVE-2026-9277 / CVE-2026-13311 (#15584)24ef86b[wrangler] Handle dynamic retry delays in workflows instances describe (#15569)36aed7fCC-8364 Add top-level Durable Object-managed Containers (#15480)f8aea7eReplace remainingpreview_defaultsreferences withpreviews_base_config(...9d75006[wrangler] Fix named-only module Worker format detection (#15518)128235a[wrangler] Fixtypes --strict-vars=falseemitting invalid TypeScript for an...bff525dfix(wrangler): include transferred_classes in DurableObjectMigration schema (...493e635Remove thewrangler preview settingsandwrangler preview settings update...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