Bump the npm-production group across 1 directory with 4 updates#4
Merged
Merged
Conversation
Bumps the npm-production group with 4 updates in the / directory: [@clack/prompts](https://github.com/bombshell-dev/clack/tree/HEAD/packages/prompts), [@commander-js/extra-typings](https://github.com/commander-js/extra-typings), [axios](https://github.com/axios/axios) and [commander](https://github.com/tj/commander.js). Updates `@clack/prompts` from 0.11.0 to 1.5.1 - [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.5.1/packages/prompts) Updates `@commander-js/extra-typings` from 14.0.0 to 15.0.0 - [Release notes](https://github.com/commander-js/extra-typings/releases) - [Changelog](https://github.com/commander-js/extra-typings/blob/main/CHANGELOG.md) - [Commits](commander-js/extra-typings@v14.0.0...v15.0.0) Updates `axios` from 1.16.1 to 1.17.0 - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md) - [Commits](axios/axios@v1.16.1...v1.17.0) Updates `commander` from 14.0.3 to 15.0.0 - [Release notes](https://github.com/tj/commander.js/releases) - [Changelog](https://github.com/tj/commander.js/blob/master/CHANGELOG.md) - [Commits](tj/commander.js@v14.0.3...v15.0.0) --- updated-dependencies: - dependency-name: "@clack/prompts" dependency-version: 1.5.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: npm-production - dependency-name: "@commander-js/extra-typings" dependency-version: 15.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: npm-production - dependency-name: axios dependency-version: 1.17.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: npm-production - dependency-name: commander dependency-version: 15.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: npm-production ... Signed-off-by: dependabot[bot] <support@github.com>
4983055 to
5ad5019
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 npm-production group with 4 updates in the / directory: @clack/prompts, @commander-js/extra-typings, axios and commander.
Updates
@clack/promptsfrom 0.11.0 to 1.5.1Release notes
Sourced from @clack/prompts's releases.
... (truncated)
Changelog
Sourced from @clack/prompts's changelog.
... (truncated)
Commits
02ae191[ci] release (#549)56e9d67docs: add jsdoc fordate,limit-options, andmessages(#546)030ba4d[ci] release (#539)83428acfeat: standard schema for validation (#543)adb6af9docs: add jsdoc forbox,group, andgroup-multi-select(#542)3170ed9docs: add jsdoc forautocomplete,confirm, andpathprompts (#540)3dcb31afix: spaces and uppercase characters in multiline input (#534)fe2bcd2[ci] release (#530)aab46a2docs: add jsdoc fortext,password, andmultilineprompts (#523)54be8d7fix: trim lines from correct end (#532)Maintainer changes
This version was pushed to npm by GitHub Actions, a new releaser for
@clack/promptssince your current version.Updates
@commander-js/extra-typingsfrom 14.0.0 to 15.0.0Release notes
Sourced from @commander-js/extra-typings's releases.
Changelog
Sourced from @commander-js/extra-typings's changelog.
Commits
5a1af3dMerge develop to main for 15.0.04bed262Merge branch 'main' into develop73ad76dUpdate Commander dependency to 15.0.006f0b4fAdd Changelog entry for move to ESMb8f81f3Recognise negative then positive combo (#179)6d0ea59Switch to esm (#178)1c37944Pin GitHub actions with hash (#180)3df3727Revert "Recognise negative then positive combo"48fff8aRecognise negative then positive combo686c1f3Update docs and prepare for 15.0.0 (#177)Updates
axiosfrom 1.16.1 to 1.17.0Release notes
Sourced from axios's releases.
Changelog
Sourced from axios's changelog.
Commits
4306df2chore: add fun 88 sponsorship931cc8fchore(release): prepare release 1.17.0 (#10983)38ba1b3fix(fetch): support basic auth from URL (#10896)32e2515fix: replace ternary side effect in script (#10931)030e722chore(deps): bump axios from 1.15.2 to 1.16.1 in /docs (#10960)ec63164chore: remove openspec (#10958)3dec28ffix(http): preserve TLS options for proxy tunnels (#10957)a2390a5fix: correct isCancel type to narrow to CanceledError<T> (#10952)fa01b92chore(deps-dev): bump tmp from 0.2.5 to 0.2.7 in /docs (#10954)2d2314afix: AxiosHeaderstoJSON()return types (#10956)Updates
commanderfrom 14.0.3 to 15.0.0Release notes
Sourced from commander's releases.
... (truncated)
Changelog
Sourced from commander's changelog.
Commits
ba6d13dFix release dates in changelog (#2523)a752ed9Pin GitHub actions with hash (#2521)74d5dfeDrop EOL node 20 from test matrix, and add node 26 (#2520)6df9b68Update details for 15.0.0 release (#2519)01ce5d0Remove jest esm examples (#2517)d785d8bUpdate dependencies (#2518)9098b48Update dependencies (#2506)373f660Use node:util stripVTControlCharacters instead of own code (#2486)987f289Use simple match in test (to avoid warning about expensive regex) (#2485)0ea3bb3Update dependecies and lint (#2489)