chore(deps): bump the production-dependencies group with 7 updates#85
Open
dependabot[bot] wants to merge 1 commit into
Open
chore(deps): bump the production-dependencies group with 7 updates#85dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
Bumps the production-dependencies group with 7 updates: | Package | From | To | | --- | --- | --- | | [@clack/prompts](https://github.com/bombshell-dev/clack/tree/HEAD/packages/prompts) | `1.3.0` | `1.4.0` | | [@webgpu/types](https://github.com/gpuweb/types) | `0.1.69` | `0.1.70` | | [preact](https://github.com/preactjs/preact) | `10.29.1` | `10.29.2` | | [preact-render-to-string](https://github.com/preactjs/preact-render-to-string) | `6.6.7` | `6.7.0` | | [ws](https://github.com/websockets/ws) | `8.20.0` | `8.20.1` | | [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `25.6.2` | `25.8.0` | | [tsx](https://github.com/privatenumber/tsx) | `4.21.0` | `4.22.1` | Updates `@clack/prompts` from 1.3.0 to 1.4.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.4.0/packages/prompts) Updates `@webgpu/types` from 0.1.69 to 0.1.70 - [Commits](gpuweb/types@v0.1.69...v0.1.70) Updates `preact` from 10.29.1 to 10.29.2 - [Release notes](https://github.com/preactjs/preact/releases) - [Commits](preactjs/preact@10.29.1...10.29.2) Updates `preact-render-to-string` from 6.6.7 to 6.7.0 - [Release notes](https://github.com/preactjs/preact-render-to-string/releases) - [Changelog](https://github.com/preactjs/preact-render-to-string/blob/main/CHANGELOG.md) - [Commits](preactjs/preact-render-to-string@v6.6.7...v6.7.0) Updates `ws` from 8.20.0 to 8.20.1 - [Release notes](https://github.com/websockets/ws/releases) - [Commits](websockets/ws@8.20.0...8.20.1) Updates `@types/node` from 25.6.2 to 25.8.0 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Updates `tsx` from 4.21.0 to 4.22.1 - [Release notes](https://github.com/privatenumber/tsx/releases) - [Changelog](https://github.com/privatenumber/tsx/blob/master/release.config.cjs) - [Commits](privatenumber/tsx@v4.21.0...v4.22.1) --- updated-dependencies: - dependency-name: "@clack/prompts" dependency-version: 1.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: "@webgpu/types" dependency-version: 0.1.70 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies - dependency-name: preact dependency-version: 10.29.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies - dependency-name: preact-render-to-string dependency-version: 6.7.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: ws dependency-version: 8.20.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies - dependency-name: "@types/node" dependency-version: 25.8.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: tsx dependency-version: 4.22.1 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 7 updates:
1.3.01.4.00.1.690.1.7010.29.110.29.26.6.76.7.08.20.08.20.125.6.225.8.04.21.04.22.1Updates
@clack/promptsfrom 1.3.0 to 1.4.0Release notes
Sourced from @clack/prompts's releases.
Changelog
Sourced from @clack/prompts's changelog.
Commits
fe2bcd2[ci] release (#530)aab46a2docs: add jsdoc fortext,password, andmultilineprompts (#523)54be8d7fix: trim lines from correct end (#532)284677efeat(prompts): support maxItems in groupMultiselect (#528)Updates
@webgpu/typesfrom 0.1.69 to 0.1.70Commits
70100320.1.703ff4bb7Sync immediates API with WebGPU spec (#200)Updates
preactfrom 10.29.1 to 10.29.2Release notes
Sourced from preact's releases.
Commits
fce6ed710.29.2 (#5091)84581d0Fix buggy edge case (#5090)5a39554Add CODEOWNERS for GitHub configuration (#5088)562e0f5Fix trusted publishing workflow (#5084)3a01255Trusted publishing (#5072)cae8d3aFix migrations when we have defaultValue or value on a textarea (#5081)Maintainer changes
This version was pushed to npm by GitHub Actions, a new releaser for preact since your current version.
Updates
preact-render-to-stringfrom 6.6.7 to 6.7.0Release notes
Sourced from preact-render-to-string's releases.
Changelog
Sourced from preact-render-to-string's changelog.
Commits
eb871c8Merge pull request #460 from preactjs/changeset-release/mainb22fc16Version Packages833043bMerge pull request #461 from preactjs/fix-linke32a4cdReject namespaced attribute990307aMerge pull request #458 from preactjs/changesets-based-publishingbcd3b0bPin npm in CI950a59fAdd changesets based publishing797a662Merge pull request #450 from preactjs/id-adjustementsdbc692fAdd changeset1081193Adjust streamed id from preact-island to $sUpdates
wsfrom 8.20.0 to 8.20.1Release notes
Sourced from ws's releases.
Commits
5d9b316[dist] 8.20.1c0327ec[security] Fix uninitialized memory disclosure inwebsocket.close()ce2a3d6[ci] Test on node 2658e45b8[ci] Do not test on node 255f26c24[ci] Run the lint step on node 24Updates
@types/nodefrom 25.6.2 to 25.8.0Commits
Updates
tsxfrom 4.21.0 to 4.22.1Release notes
Sourced from tsx's releases.
Commits
6979f28fix: resolve tsconfig path aliases containing a colon (#780)b29f6eefeat: upgrade esbuild to 0.28 (#789)0dd17e9test: cover registerHooks loader compositionacf3d8ffix: support Node 20.11/21.2 import.meta paths4bbef80test: cover configDir paths without baseUrldddc5cetest: cover sync-hook watch reruns and cleanup retries09e8f8ctest: assert CLI runs without warnings1d7e528fix: support Node.js 26.1.0 and 25.9.0c1d2d45fix: support Node.js 24.15.0d04672dtest: update node version feature gatesMaintainer changes
This version was pushed to npm by GitHub Actions, a new releaser for tsx since your current version.
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