Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps-dev): bump the dev-dependencies group with 2 updates #122

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 16, 2024

Bumps the dev-dependencies group with 2 updates: chalk and inquirer.

Updates chalk from 4.1.2 to 5.3.0

Release notes

Sourced from chalk's releases.

v5.3.0

  • Add sideEffects field to package.json 5aafc0a
  • Add support for Gitea Actions (#603) 29b8569

chalk/chalk@v5.2.0...v5.3.0

v5.2.0

  • Improve Deno compatibility (#579) 7443e9f
  • Detect true-color support for GitHub Actions (#579) 7443e9f
  • Detect true-color support for Kitty terminal (#579) 7443e9f
  • Fix test for Azure DevOps environment (#579) 7443e9f

chalk/chalk@v5.1.2...v5.2.0

v5.1.2

  • Fix exported styles names (#569) a34bcf6

chalk/chalk@v5.1.1...v5.1.2

v5.1.1

  • Improved the names of exports introduced in 5.1.0 (#567) 6e0df05
    • We of course preserved the old names.

chalk/chalk@v5.1.0...v5.1.1

v5.1.0

  • Expose style names (#566) d7d7571

chalk/chalk@v5.0.1...v5.1.0

v5.0.1

  • Add main field to package.json for backwards compatibility with some developer tools 85f7e96

chalk/chalk@v5.0.0...v5.0.1

v5.0.0

Breaking

  • This package is now pure ESM. Please read this.
    • If you use TypeScript, you need to use TypeScript 4.7 or later. Why.
    • If you use a bundler, make sure it supports ESM and that you have correctly configured it for ESM.
    • The Chalk issue tracker is not a support channel for your favorite build/bundler tool.
    • It's totally fine to stay on Chalk v4. It's been stable for years.
  • Require Node.js 12.20 fa16f4e
  • Move some properties off the default export to individual named exports:
    • chalk.InstanceChalk
    • chalk.supportsColorsupportsColor
    • chalk.stderrchalkStderr
    • chalk.stderr.supportsColorsupportsColorStderr
  • Remove .keyword(), .hsl(), .hsv(), .hwb(), and .ansi() coloring methods (#433) 4cf2e40

... (truncated)

Commits

Updates inquirer from 10.2.2 to 11.0.1

Release notes

Sourced from inquirer's releases.

[email protected]

No technical breaking changes; but we changed the style of the question prefix once the answer is provided. Once a question is answer, the prefix becomes a tick mark (previously it was the same ? as when the prompt is idle.)

This is theme-able, and so can be overwritten to with theme.prefix.

Commits
  • 9e29035 Publish
  • 9937ea0 Fix: Use strict version instead of ranges
  • 5fe03a4 Publish
  • 826ff4a Chore: Remove cli-spinners as a dependency
  • c17cd67 Chore: Bump dev dependencies
  • 407400d Chore: Make sure turbo consider new TS version when recompiling
  • aff99dd Chore: Bump Yarn
  • 8bc4383 Feat(@​inquirer/core): Pass status to usePrefix/theme.message + Change def...
  • d2690cc Refactor(@​inquirer/core): Streamline exit handlers (#1542)
  • ccda936 Chore(deps-dev): Bump @​eslint/js from 9.9.1 to 9.10.0 (#1546)
  • Additional commits viewable in compare view

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will 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 version will 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

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Sep 16, 2024
Copy link

cloudflare-workers-and-pages bot commented Sep 16, 2024

Deploying x with  Cloudflare Pages  Cloudflare Pages

Latest commit: 6eecda7
Status:🚫  Build failed.

View logs

Copy link
Contributor

coderabbitai bot commented Sep 16, 2024

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


Note

Summarized by CodeRabbit Free

Your organization is on the Free plan. CodeRabbit will generate a high-level summary and a walkthrough for each pull request. For a comprehensive line-by-line review, please upgrade your subscription to CodeRabbit Pro by visiting https://app.coderabbit.ai/login.

Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    -- I pushed a fix in commit <commit_id>, please review it.
    -- Generate unit testing code for this file.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    -- @coderabbitai generate unit testing code for this file.
    -- @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    -- @coderabbitai generate interesting stats about this repository and render them as a table.
    -- @coderabbitai read src/utils.ts and generate unit testing code.
    -- @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    -- @coderabbitai help me debug CodeRabbit configuration file.

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (Invoked using PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

Copy link

github-actions bot commented Sep 16, 2024

Preview failed

Bumps the dev-dependencies group with 2 updates: [chalk](https://github.com/chalk/chalk) and [inquirer](https://github.com/SBoudrias/Inquirer.js).

Updates `chalk` from 4.1.2 to 5.3.0
- [Release notes](https://github.com/chalk/chalk/releases)
- [Commits](chalk/chalk@v4.1.2...v5.3.0)

Updates `inquirer` from 10.2.2 to 11.0.1
- [Release notes](https://github.com/SBoudrias/Inquirer.js/releases)
- [Commits](https://github.com/SBoudrias/Inquirer.js/compare/[email protected]@11.0.1)

---
updated-dependencies:
- dependency-name: chalk
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dev-dependencies
- dependency-name: inquirer
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dev-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@github-actions github-actions bot force-pushed the dependabot/npm_and_yarn/dev-dependencies-35a0a3927c branch from 062629f to 6eecda7 Compare September 16, 2024 14:52
Copy link

New and removed dependencies detected. Learn more about Socket for GitHub ↗︎

Package New capabilities Transitives Size Publisher
npm/@ant-design/[email protected] None 0 34.4 kB zombiej
npm/@ant-design/[email protected] environment 0 92 kB zombiej
npm/@ant-design/[email protected] environment +4 1.69 MB madccc
npm/@ant-design/[email protected] environment +1 12.3 MB afc163
npm/@ant-design/[email protected] filesystem Transitive: environment, eval, network, shell, unsafe +41 6.34 MB madccc
npm/@biomejs/[email protected] None 0 195 kB conaclos, dominionl, ematipico, ...1 more
npm/@codesandbox/[email protected] eval, network 0 1.21 MB danilowoz
npm/@ctrl/[email protected] None 0 244 kB scttcper
npm/@happy-dom/[email protected] None 0 28 kB davidortner
npm/@ianvs/[email protected] environment, unsafe Transitive: filesystem +1 897 kB ianvs
npm/@madccc/[email protected] None 0 19 kB madccc
npm/@microflash/[email protected] None 0 6.71 kB naiyer
npm/@npmcli/[email protected] environment 0 18.3 kB npm-cli-ops
npm/@octokit/[email protected] None 0 8.28 kB gr2m, kfcampbell, nickfloyd, ...1 more
npm/@qixian.cs/[email protected] network 0 19.6 kB chenshuai2144
npm/@rc-component/[email protected] environment, filesystem, shell 0 8.62 kB afc163
npm/@rc-component/[email protected] environment 0 183 kB zombiej
npm/@size-limit/[email protected] None 0 3.43 kB ai
npm/@stackblitz/[email protected] None 0 186 kB tsulkowski
npm/@testing-library/[email protected] environment 0 2.43 MB testing-library-bot
npm/@testing-library/[email protected] None 0 268 kB testing-library-bot
npm/@testing-library/[email protected] environment 0 329 kB testing-library-bot
npm/@testing-library/[email protected] None 0 435 kB testing-library-bot
npm/@types/[email protected] None 0 24.7 kB types
npm/@types/[email protected] None 0 42.2 kB types
npm/@types/[email protected] None 0 13.1 kB types
npm/@types/[email protected] None 0 36.8 kB types
npm/@types/[email protected] None 0 9.1 kB types
npm/@types/[email protected] None 0 4.58 kB types
npm/@types/[email protected] None 0 73.6 kB types
npm/@types/[email protected] None 0 2.77 kB types
npm/@types/[email protected] None 0 6.62 kB types
npm/@types/[email protected] None 0 6.09 kB types
npm/@types/[email protected] None 0 9.68 kB types
npm/@types/[email protected] None 0 78.8 kB types
npm/@types/[email protected] None 0 1.12 MB types
npm/@types/[email protected] None 0 21.9 kB types
npm/@types/[email protected] None 0 73 kB types
npm/@types/[email protected] None 0 6.27 kB types
npm/@types/[email protected] None 0 2.2 MB types
npm/@types/[email protected] None 0 4.83 kB types
npm/@types/[email protected] None 0 1.7 kB types
npm/@types/[email protected] None 0 7.87 kB types
npm/@types/[email protected] None 0 5.47 kB types
npm/@types/[email protected] None 0 19.2 kB types
npm/@types/[email protected] None 0 6.51 kB types
npm/@types/[email protected] None 0 4.36 kB types
npm/@types/[email protected] None 0 37.8 kB types
npm/@types/[email protected] None 0 5.75 kB types
npm/@types/[email protected] None 0 7.36 kB types
npm/@types/[email protected] None +1 1.68 MB types
npm/@types/[email protected] None 0 8.22 kB types
npm/@types/[email protected] None 0 30.8 kB types
npm/@types/[email protected] None 0 6.48 kB types
npm/@umijs/[email protected] environment, filesystem Transitive: unsafe +8 12.6 MB chenshuai2144
npm/[email protected] filesystem 0 121 kB cthackers
npm/[email protected] filesystem 0 2.73 MB fengmk2
npm/[email protected] environment 0 188 kB arvinxx
npm/[email protected] None 0 1.22 MB madccc
npm/[email protected] environment +1 47 MB peachscript
npm/[email protected] network 0 2.14 MB jasonsaayman
npm/[email protected] None 0 7.78 kB marcofugaro
npm/[email protected] None 0 558 kB feedic
npm/[email protected] None 0 10.5 kB theron
npm/[email protected] None 0 62.2 kB andidittrich
npm/[email protected] environment 0 29.1 kB kentcdodds
npm/[email protected] network 0 88.1 kB lquixada
npm/[email protected] None 0 778 B ehsalazar
npm/[email protected] filesystem 0 8.91 kB benjycui
npm/[email protected] None 0 38.7 kB wxh16144
npm/[email protected] environment, eval, filesystem +1 6.5 MB yifankakaxi
npm/[email protected] None 0 32.5 kB hirokiosame
npm/[email protected] filesystem +1 106 kB mrmlnc
npm/[email protected] Transitive: filesystem +2 290 kB yifankakaxi
npm/[email protected] None 0 12.4 kB camsong
npm/[email protected] None 0 54.9 kB ryanzim
npm/[email protected] filesystem, shell +1 153 kB tschaub
npm/[email protected] None 0 475 kB isaacs
npm/[email protected] network, shell, unsafe 0 9.34 MB davidortner
npm/[email protected] network 0 1.87 MB arvinxx
npm/[email protected] environment, filesystem, network +1 141 kB thornjad
npm/[email protected] environment, filesystem, shell 0 4.03 kB typicode
npm/[email protected] None 0 8.38 kB keyanzhang
npm/[email protected] environment 0 627 kB mweststrate
npm/[email protected] None 0 75.3 kB sboudrias
npm/[email protected] None 0 3.81 kB sibiraj-s
npm/[email protected] Transitive: network +1 169 kB mattandrews
npm/[email protected] None +1 38 kB nickcolley
npm/[email protected] None 0 112 kB atool
npm/[email protected] environment, filesystem, shell +1 102 kB amexopensource
npm/[email protected] None 0 3.72 kB neoziro
npm/[email protected] None 0 5.01 kB simenb
npm/[email protected] None 0 1.25 MB timmywil
npm/[email protected] None 0 3.11 MB domenic, joris-van-der-wel, sebmaster, ...3 more
npm/[email protected] None 0 21.2 kB benjycui
npm/[email protected] None 0 28.3 kB benjycui
npm/[email protected] Transitive: filesystem, shell +1 236 kB okonet
npm/[email protected] None 0 1.41 MB bnjmnt4n
npm/[email protected] None 0 1.34 MB 6tail
npm/[email protected] Transitive: environment, filesystem +1 939 kB vitaly
npm/[email protected] None 0 54.5 kB ljharb
npm/[email protected] network 0 107 kB node-fetch-bot
npm/[email protected] environment, filesystem, network, shell +1 5.69 MB mikaelb
npm/[email protected] None 0 31.8 kB rstacruz
npm/[email protected] environment 0 55.2 kB sindresorhus
npm/[email protected] environment 0 27.1 kB sindresorhus
npm/[email protected] None 0 16 kB mourner
npm/[email protected] None 0 650 kB lukeapage
npm/[email protected] None 0 229 kB hosseinmdeveloper
npm/[email protected] environment, filesystem, unsafe 0 7.7 MB prettier-bot
npm/[email protected] None 0 60.7 kB simenb
npm/[email protected] None 0 2.05 MB rundevelopment
npm/[email protected] None 0 341 kB google-wombot, mathias
npm/[email protected] None 0 254 kB ljharb
npm/[email protected] None 0 25.1 kB afc163
npm/[email protected] None 0 106 kB zombiej
npm/[email protected] environment 0 36.5 kB zombiej
npm/[email protected] environment +1 265 kB zombiej
npm/[email protected] environment 0 135 kB zombiej
npm/[email protected] None 0 40.6 kB nkbt
npm/[email protected] None 0 33.5 kB mapkeji
npm/[email protected] environment 0 1.6 MB sergei-startsev
npm/[email protected] None 0 177 kB ankeetmaini
npm/[email protected] None 0 129 kB thebuilder
npm/[email protected] None 0 116 kB strml
npm/[email protected] environment 0 895 kB mjackson
npm/[email protected] None 0 17.8 kB danielberndt
npm/[email protected] None 0 19.2 kB wooorm
npm/[email protected] None 0 18.5 kB wooorm
npm/[email protected] None 0 21.4 kB wooorm
npm/[email protected] None 0 29.4 kB wooorm
npm/[email protected] None 0 8.97 kB wooorm
npm/[email protected] None 0 11.9 kB wooorm
npm/[email protected] None 0 42.6 kB wooorm
npm/[email protected] None 0 15.7 kB wooorm
npm/[email protected] environment 0 503 kB lovell
npm/[email protected] shell 0 955 kB steveukx
npm/[email protected] None 0 35.7 kB ai
npm/[email protected] environment 0 40.8 kB jcarpanelli
npm/[email protected] None 0 245 kB constverum
npm/[email protected] None 0 8.89 kB ybiquitous
npm/[email protected] None 0 21.2 kB bpscott
npm/[email protected] Transitive: environment, filesystem +4 2.24 MB davidtheclark, hudochenkov, jeddy3, ...3 more
npm/[email protected] filesystem Transitive: environment, unsafe +2 1.29 MB chenshuai2144
npm/[email protected] filesystem 0 16.9 kB mafintosh
npm/[email protected] environment, filesystem +1 1.26 MB isaacs
npm/[email protected] None 0 2.2 MB fabiosantoscode
npm/[email protected] None 0 426 kB hirokiosame
npm/[email protected] Transitive: environment +1 2.44 MB typedoc-bot
npm/[email protected] None 0 22.4 MB typescript-bot
npm/[email protected] eval 0 9.37 MB josdejong
npm/[email protected] None 0 165 kB micku7zu
npm/[email protected] environment, filesystem, network Transitive: shell +1 1.38 MB valscion
npm/[email protected] None +1 5.09 MB evilebottnawi, jhnns, sokra, ...1 more

View full report↗︎

Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 18, 2024

Superseded by #124.

@dependabot dependabot bot closed this Sep 18, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/dev-dependencies-35a0a3927c branch September 18, 2024 14:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants