Bump the production-dependencies group with 6 updates#69
Merged
MihirRajeshPanchal merged 1 commit intomainfrom Apr 6, 2026
Merged
Conversation
Bumps the production-dependencies group with 6 updates: | Package | From | To | | --- | --- | --- | | [@clack/prompts](https://github.com/bombshell-dev/clack/tree/HEAD/packages/prompts) | `1.1.0` | `1.2.0` | | [minimatch](https://github.com/isaacs/minimatch) | `10.2.4` | `10.2.5` | | [preact](https://github.com/preactjs/preact) | `10.29.0` | `10.29.1` | | [toml](https://github.com/BinaryMuse/toml-node) | `3.0.0` | `4.1.1` | | [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `25.5.0` | `25.5.2` | | [esbuild](https://github.com/evanw/esbuild) | `0.27.4` | `0.28.0` | Updates `@clack/prompts` from 1.1.0 to 1.2.0 - [Release notes](https://github.com/bombshell-dev/clack/releases) - [Changelog](https://github.com/bombshell-dev/clack/blob/main/packages/prompts/CHANGELOG.md) - [Commits](https://github.com/bombshell-dev/clack/commits/@clack/prompts@1.2.0/packages/prompts) Updates `minimatch` from 10.2.4 to 10.2.5 - [Changelog](https://github.com/isaacs/minimatch/blob/main/changelog.md) - [Commits](isaacs/minimatch@v10.2.4...v10.2.5) Updates `preact` from 10.29.0 to 10.29.1 - [Release notes](https://github.com/preactjs/preact/releases) - [Commits](preactjs/preact@10.29.0...10.29.1) Updates `toml` from 3.0.0 to 4.1.1 - [Changelog](https://github.com/BinaryMuse/toml-node/blob/master/CHANGELOG.md) - [Commits](BinaryMuse/toml-node@v3.0.0...v4.1.1) Updates `@types/node` from 25.5.0 to 25.5.2 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Updates `esbuild` from 0.27.4 to 0.28.0 - [Release notes](https://github.com/evanw/esbuild/releases) - [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG.md) - [Commits](evanw/esbuild@v0.27.4...v0.28.0) --- updated-dependencies: - dependency-name: "@clack/prompts" dependency-version: 1.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: minimatch dependency-version: 10.2.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies - dependency-name: preact dependency-version: 10.29.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies - dependency-name: toml dependency-version: 4.1.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: production-dependencies - dependency-name: "@types/node" dependency-version: 25.5.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: production-dependencies - dependency-name: esbuild dependency-version: 0.28.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: production-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
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 production-dependencies group with 6 updates:
1.1.01.2.010.2.410.2.510.29.010.29.13.0.04.1.125.5.025.5.20.27.40.28.0Updates
@clack/promptsfrom 1.1.0 to 1.2.0Release notes
Sourced from
@clack/prompts's releases.Changelog
Sourced from
@clack/prompts's changelog.Commits
aa488fc[ci] release (#482)9fe8de6feat: respectwithGuide: falsein autocomplete and multiselect prompts (#500)001351etest: specify locale in tests (#497)336495afix: correctly wrap multi-line messages in confirm prompt (#495)ffbdcb0[ci] formatfe32e13ref(dates): adjust date interface (#487)bdf89a5feat(prompts,core): make autocomplete placeholder tabbable (#485)52fce8afix(date): resolve timezone issues in DatePrompt (#486)090902cfeat(core, prompts): add DatePrompt for date input with customizable formats ...29a50cbfix(prompts): submit initial directory value in path prompt (#484)Updates
minimatchfrom 10.2.4 to 10.2.5Commits
693c82310.2.57953af1do not allow .. to consume drive letter on Windows1caf918lint and format7783ed6ignore docs6d9b356update deps etcUpdates
preactfrom 10.29.0 to 10.29.1Release notes
Sourced from preact's releases.
Commits
4dc9b5010.29.1 (#5071)0560f9aCreate a unique event-clock for each Preact instance on a page. (#5068)cda06deFix incorrect DOM order with conditional ContextProvider and inner keys (#506...c859700fix: Remove postinstall script for playwright setup (#5063)110966aMerge pull request #5060 from preactjs/playwright20a9be1chore: speed up tests by using playwright instead of webdriveriodacefd5Merge pull request #5059 from preactjs/jsx-migrate22a61642chore: migrate remaining .js -> .jsx files71ecde6Merge pull request #5058 from preactjs/jsx-testscd1c4afchore: rename *.js -> *.jsx when JSX is usedInstall script changes
This version modifies
preparescript that runs during installation. Review the package contents before updating.Updates
tomlfrom 3.0.0 to 4.1.1Changelog
Sourced from toml's changelog.
... (truncated)
Commits
3840fac4.1.15b7b7284.1.04178324Update changelog07626bcMerge pull request #68 from BinaryMuse/mkt/perfa06aa28Improve performance ~5xe04b6b9Merge pull request #67 from BinaryMuse/mkt/spec-1-1-07261002Update README and package.json for TOML v1.1.0 compliance341d9adAdd TOML v1.1.0 supportbe463364.0.19910d08Update changelogUpdates
@types/nodefrom 25.5.0 to 25.5.2Commits
Updates
esbuildfrom 0.27.4 to 0.28.0Release notes
Sourced from esbuild's releases.
... (truncated)
Changelog
Sourced from esbuild's changelog.
... (truncated)
Commits
6a794dfpublish 0.28.0 to npm64ee0eafix #4435: supportwith { type: text }importsef65aeefix sort order insnapshots_packagejson.txt1a26a8etry to fixtest-old-ts, also shuffle CI tasks556ce6cuse''instead ofnullto omit build hashes8e675a8ci: allow missing binary hashes for tests7067763Reapply "update go 1.25.7 => 1.26.1"39473a9fix #4343: integrity check for binary download2025c9fpublish 0.27.7 to npmc6b586efix typo inMakefilefor@esbuild/win32-x64Dependabot 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