chore(deps-dev): Bump the dev-dependencies-minor group across 1 directory with 5 updates#17
Open
dependabot[bot] wants to merge 1 commit into
Open
Conversation
s-zx
added a commit
that referenced
this pull request
Apr 25, 2026
Worktree sandboxing (#16): - :worktree [name] creates a git worktree at .crest/worktrees/<name>/ with branch worktree-<name>, following Claude Code's model - :worktree exit/remove/discard removes the worktree - When active, all agent :do operations use the worktree cwd - Opt-in per session, persists across turns, not per-task - Backend: MakeWorktree, HasChanges, Remove in sandbox.go - HTTP: /api/agent-worktree endpoint (create/remove/status) - Random name generator if name omitted Conversation undo (#17): - :undo removes the last user+assistant turn from both frontend (ai-sdk messages) and backend (chatstore PopLastMessages) - HTTP: /api/agent-undo endpoint - ChatStore.PopLastMessages(chatId, count) method Co-Authored-By: Claude Opus 4 (1M context) <noreply@anthropic.com>
…tory with 5 updates Bumps the dev-dependencies-minor group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [@vitejs/plugin-react-swc](https://github.com/vitejs/vite-plugin-react/tree/HEAD/packages/plugin-react-swc) | `4.2.3` | `4.3.0` | | [globals](https://github.com/sindresorhus/globals) | `17.4.0` | `17.6.0` | | [node-abi](https://github.com/electron/node-abi) | `4.26.0` | `4.29.0` | | [sass](https://github.com/sass/dart-sass) | `1.91.0` | `1.99.0` | | [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.56.1` | `8.59.1` | Updates `@vitejs/plugin-react-swc` from 4.2.3 to 4.3.0 - [Release notes](https://github.com/vitejs/vite-plugin-react/releases) - [Changelog](https://github.com/vitejs/vite-plugin-react/blob/main/packages/plugin-react-swc/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite-plugin-react/commits/v4.3.0/packages/plugin-react-swc) Updates `globals` from 17.4.0 to 17.6.0 - [Release notes](https://github.com/sindresorhus/globals/releases) - [Commits](sindresorhus/globals@v17.4.0...v17.6.0) Updates `node-abi` from 4.26.0 to 4.29.0 - [Release notes](https://github.com/electron/node-abi/releases) - [Commits](electron/node-abi@v4.26.0...v4.29.0) Updates `sass` from 1.91.0 to 1.99.0 - [Release notes](https://github.com/sass/dart-sass/releases) - [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md) - [Commits](sass/dart-sass@1.91.0...1.99.0) Updates `typescript-eslint` from 8.56.1 to 8.59.1 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.59.1/packages/typescript-eslint) --- updated-dependencies: - dependency-name: "@vitejs/plugin-react-swc" dependency-version: 4.3.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies-minor - dependency-name: globals dependency-version: 17.5.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies-minor - dependency-name: node-abi dependency-version: 4.28.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies-minor - dependency-name: sass dependency-version: 1.99.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies-minor - dependency-name: typescript-eslint dependency-version: 8.59.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies-minor ... Signed-off-by: dependabot[bot] <support@github.com>
b5d0419 to
d799bd0
Compare
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 dev-dependencies-minor group with 5 updates in the / directory:
4.2.34.3.017.4.017.6.04.26.04.29.01.91.01.99.08.56.18.59.1Updates
@vitejs/plugin-react-swcfrom 4.2.3 to 4.3.0Release notes
Sourced from @vitejs/plugin-react-swc's releases.
Changelog
Sourced from @vitejs/plugin-react-swc's changelog.
Commits
Updates
globalsfrom 17.4.0 to 17.6.0Release notes
Sourced from globals's releases.
Commits
6b1587017.6.000a4dd9Update globals (2026-05-01) (#343)b8170c817.5.05d84602Update globals (2026-04-12) (#342)1b727e5Fix build script for ES globals (#341)Updates
node-abifrom 4.26.0 to 4.29.0Release notes
Sourced from node-abi's releases.
Commits
7455da6feat: update ABI registry (#284)ef6749ebuild(deps): bump actions/setup-node from 6.3.0 to 6.4.0 (#281)04cfa07build(deps): bump electron/github-app-auth-action from 2.0.0 to 2.1.0 (#282)1604ccabuild(deps): bump actions/github-script from 8.0.0 to 9.0.0 (#283)80c3250build: oxc.rs (#280)0f48016ci: don't deploy to auto-updater environment (#279)01a4804feat: update ABI registry (#277)3277437ci: fixups to pass zizmor audit (#276)3cb8793build(deps): bump actions/setup-node from 6.2.0 to 6.3.0 (#275)efd71c7build(deps): bump dsanders11/github-app-commit-action (#274)Install script changes
This version adds
preparescript that runs during installation. Review the package contents before updating.Updates
sassfrom 1.91.0 to 1.99.0Release notes
Sourced from sass's releases.
... (truncated)
Changelog
Sourced from sass's changelog.
... (truncated)
Commits
83c39feSupport the top-level parent selector (#2758)ec85871Bump EndBug/add-and-commit from 9 to 10 (#2756)a604acd[Function Name] Implement changes (#2731)5a81ae3Bump version to 1.98.0 (#2754)e25e71dUpdate immutable to v5.1.5 (#2753)43fac1aBump actions/upload-artifact from 6 to 7 (#2747)8b85c9aBump actions/download-artifact from 7 to 8 (#2749)00f83f0Bump postcss from 8.5.6 to 8.5.8 in /pkg/sass-parser (#2752)0a325a4Bump actions/attest-build-provenance from 3 to 4 (#2748)7fb3c0fGracefully handle dependency loops in watch mode (#2746)Maintainer changes
This version was pushed to npm by GitHub Actions, a new releaser for sass since your current version.
Updates
typescript-eslintfrom 8.56.1 to 8.59.1Release notes
Sourced from typescript-eslint's releases.
... (truncated)
Changelog
Sourced from typescript-eslint's changelog.
... (truncated)
Commits
5245793chore(release): publish 8.59.1ea9ae4fchore(release): publish 8.59.090c2803chore(release): publish 8.58.2b3315fdchore: convert import eslint to import js - followup (#12100)be6b49afix: remove tsbuildinfo cache file from published packages (#12187)5311ed3chore(release): publish 8.58.14933417chore(release): publish 8.58.08cde2d0feat: support TypeScript 6 (#12124)be4d54dchore(release): publish 8.57.2c7c38aachore(release): publish 8.57.1