chore(deps): bump the npm_and_yarn group across 5 directories with 6 updates#1
Conversation
…updates Bumps the npm_and_yarn group with 2 updates in the /packages/web directory: [@astrojs/cloudflare](https://github.com/withastro/astro/tree/HEAD/packages/integrations/cloudflare) and [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro). Bumps the npm_and_yarn group with 1 update in the /packages/ui directory: [dompurify](https://github.com/cure53/DOMPurify). Bumps the npm_and_yarn group with 1 update in the /packages/opencode directory: [minimatch](https://github.com/isaacs/minimatch). Bumps the npm_and_yarn group with 1 update in the /packages/desktop-electron directory: [electron](https://github.com/electron/electron). Bumps the npm_and_yarn group with 1 update in the /packages/console/app directory: [wrangler](https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler). Updates `@astrojs/cloudflare` from 12.6.3 to 12.6.6 - [Release notes](https://github.com/withastro/astro/releases) - [Changelog](https://github.com/withastro/astro/blob/main/packages/integrations/cloudflare/CHANGELOG.md) - [Commits](https://github.com/withastro/astro/commits/@astrojs/cloudflare@12.6.6/packages/integrations/cloudflare) Updates `astro` from 5.7.13 to 5.18.1 - [Release notes](https://github.com/withastro/astro/releases) - [Changelog](https://github.com/withastro/astro/blob/astro@5.18.1/packages/astro/CHANGELOG.md) - [Commits](https://github.com/withastro/astro/commits/astro@5.18.1/packages/astro) Updates `dompurify` from 3.3.1 to 3.3.2 - [Release notes](https://github.com/cure53/DOMPurify/releases) - [Commits](cure53/DOMPurify@3.3.1...3.3.2) Updates `minimatch` from 10.0.3 to 10.2.3 - [Changelog](https://github.com/isaacs/minimatch/blob/main/changelog.md) - [Commits](isaacs/minimatch@v10.0.3...v10.2.3) Updates `electron` from 40.4.1 to 40.8.4 - [Release notes](https://github.com/electron/electron/releases) - [Commits](electron/electron@v40.4.1...v40.8.4) Updates `wrangler` from 4.50.0 to 4.59.1 - [Release notes](https://github.com/cloudflare/workers-sdk/releases) - [Commits](https://github.com/cloudflare/workers-sdk/commits/wrangler@4.59.1/packages/wrangler) --- updated-dependencies: - dependency-name: "@astrojs/cloudflare" dependency-version: 12.6.6 dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: astro dependency-version: 5.18.1 dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: dompurify dependency-version: 3.3.2 dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: minimatch dependency-version: 10.2.3 dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: electron dependency-version: 40.8.4 dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: wrangler dependency-version: 4.59.1 dependency-type: direct:development dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
Reviewed the dependency bumps across 5 packages. The version changes themselves look reasonable (all patch/minor within semver range), but two issues need attention before merging:
Mention @roomote in a comment to request specific changes to this pull request or fix all unresolved issues. |
| "@types/luxon": "catalog:", | ||
| "ai": "catalog:", | ||
| "astro": "5.7.13", | ||
| "astro": "5.18.1", |
There was a problem hiding this comment.
The bun.lock file is not updated in this PR. Dependabot doesn't natively support bun lockfiles, so the lockfile still references the old package versions (e.g., @astrojs/cloudflare@12.6.3, astro@5.7.13). After merging, bun install will need to be run and the regenerated lockfile committed separately -- otherwise CI or local builds that rely on the lockfile will still resolve the old versions.
Fix it with Roo Code or mention @roomote and request a fix.
| "@astrojs/markdown-remark": "6.3.1", | ||
| "@astrojs/solid-js": "5.1.0", | ||
| "@astrojs/starlight": "0.34.3", | ||
| "@fontsource/ibm-plex-mono": "5.2.5", | ||
| "@shikijs/transformers": "3.20.0", | ||
| "@types/luxon": "catalog:", | ||
| "ai": "catalog:", | ||
| "astro": "5.7.13", | ||
| "astro": "5.18.1", |
There was a problem hiding this comment.
This is a large minor version jump (5.7 to 5.18, spanning 11 minor releases). The @astrojs/markdown-remark dependency in this same file is still pinned at 6.3.1, while astro@5.18.1 internally depends on @astrojs/markdown-remark@6.3.11. This version mismatch could cause subtle build or rendering issues if the two packages expect aligned behavior. Worth verifying the build still works and considering whether @astrojs/markdown-remark should be bumped as well.
Fix it with Roo Code or mention @roomote and request a fix.
Bumps the npm_and_yarn group with 2 updates in the /packages/web directory: @astrojs/cloudflare and astro.
Bumps the npm_and_yarn group with 1 update in the /packages/ui directory: dompurify.
Bumps the npm_and_yarn group with 1 update in the /packages/opencode directory: minimatch.
Bumps the npm_and_yarn group with 1 update in the /packages/desktop-electron directory: electron.
Bumps the npm_and_yarn group with 1 update in the /packages/console/app directory: wrangler.
Updates
@astrojs/cloudflarefrom 12.6.3 to 12.6.6Changelog
Sourced from
@astrojs/cloudflare's changelog.Commits
24b04c1[ci] release (#14267)fbec0e0[ci] format9ecf359Merge commit from fork4823c42feat(netlify): dev context (#14269)d471be5[ci] release (#14242)02366e9fix: don't warnign when using in static build (#14259)15b55f3Filter duplicate exports from Cloudflare adapter'snamedExports(#14234)77b18fbUpdate Astro peer dependency in adapters with auto-enabled sessions (#14240)9288133[ci] release (#14232)Updates
astrofrom 5.7.13 to 5.18.1Release notes
Sourced from astro's releases.
Changelog
Sourced from astro's changelog.
... (truncated)
Commits
434d9cc[ci] release (#15829)c2cd371fix(helpers): Backport remote patterns segments fix (#15828)011f061[ci] release (#15597)efae11cfix: X-Forwarded-Proto rejected when allowedDomains includes protocol… (#15594)751ccf0Update actionBodySizeLimit changeset and make minor (#15600)b7dd447make actionBodySizeLimit configurable (#15589)e0f1a2b[ci] release (#15571)522f880Limit action request body size (#15564)436962achore: Upgrade Vite and esbuild (#15554)e01e98bRespect remote image allowlists (#15569)Maintainer changes
This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for astro since your current version.
Updates
dompurifyfrom 3.3.1 to 3.3.2Release notes
Sourced from dompurify's releases.
Commits
5e56114Getting 3.x branch ready for 3.3.2 release (#1208)e8c95f4fix: Fixed the broken package-lock.json9636037Update package-lock.json5cad4ceGetting 3.x branch ready for 3.3.2 releas (#1205)Updates
minimatchfrom 10.0.3 to 10.2.3Changelog
Sourced from minimatch's changelog.
... (truncated)
Commits
ea9484010.2.30873fbaupdate depscecaad1more extglob coalescing for performance11d0df6limit nested extglob recursion, flatten extglobsc3448c4update assertValidPattern param type to unknown from any0bf499alimit recursion for **, improve perf considerably9f15c58update depsf42b23910.2.2fa2133bupdate depsb9d0153ci: update action workflowsUpdates
electronfrom 40.4.1 to 40.8.4Release notes
Sourced from electron's releases.
... (truncated)
Commits
2871c1dfix: read nodeIntegrationInWorker from per-frame WebPreferences (#50122) (#50...0d3f57fchore: cherry-pick 074d472db745 from chromium (#50449)6247116chore: cherry-pick 3 changes from chromium (#50460)5a1bda2chore: cherry-pick 50b057660b4d from chromium (#50441)cca4a73fix: don't re-parse URL unnecessarily when handling dialogs (#50401)a8dfe36fix: correct utility process exit code on Windows (#50387)a495539ci: output build cache hit rate as GHA annotation (#50368)bd193defix: correctly track BaseWindow::IsActive() on MacOS (#50337)ef66db3chore: Respect HTTP(S) proxy env variable for Yarn (#50352)00827a2fix: always call the original impl in swizzled mousedown impls (#50355)Updates
wranglerfrom 4.50.0 to 4.59.1Commits
37a8607Version Packages (#11890)99b1f32fix: execute git commands in pages deploy safely (#11889)e98c95aVersion Packages (#11836)ad65efaAdd--checkflag towrangler types(#11852)beb96affeat(unenv-preset): add support for native node:sqlite module (#11841)b0e54b2[wrangler] Add AI agent detection to analytics events (#11820)2203af4Add Node.js 24 and 25 compatibility to the test suites for Miniflare, Wrangle...b6148edchore(deps): bump the workerd-and-workers-types group with 2 updates (#11872)0eb973dDo not warn user when using a redirected config that came from a config with ...0f8d69dcontainers: users can set multiple tiers for constraints (#11755)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 conditionsYou can disable automated security fix PRs for this repo from the Security Alerts page.