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 across 1 directory with 4 updates #193

Merged
merged 3 commits into from
Nov 22, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 20, 2024

Bumps the dev-dependencies group with 4 updates in the / directory: @npmcli/run-script, chalk, inquirer and vanilla-jsoneditor.

Updates @npmcli/run-script from 8.1.0 to 9.0.1

Release notes

Sourced from @​npmcli/run-script's releases.

v9.0.1

9.0.1 (2024-10-02)

Dependencies

v9.0.0

9.0.0 (2024-09-26)

⚠️ BREAKING CHANGES

  • @npmcli/run-script now supports node ^18.17.0 || >=20.5.0

Bug Fixes

Dependencies

Chores

Changelog

Sourced from @​npmcli/run-script's changelog.

9.0.1 (2024-10-02)

Dependencies

9.0.0 (2024-09-26)

⚠️ BREAKING CHANGES

  • @npmcli/run-script now supports node ^18.17.0 || >=20.5.0

Bug Fixes

Dependencies

Chores

Commits

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 12.1.0

Release notes

Sourced from inquirer's releases.

[email protected]

  • @types/node is now only a peerDependencies. This reduces the install size of inquirer dramatically for folks not using Typescript. It's unlikely to break your builds if you used TS already, if it does run npm install --dev @types/node/yarn add --dev @types/node.

[email protected]

  • Now exports base utility Typescript types: import type { Question, DistinctQuestion, Answers } from 'inquirer';

You should use as follow to keep the inference working properly:

const questions = [
    { ... }
] as const satisfies Question[];
// If you're not using inquirer plugins, `Question` could alternatively be replaced by `DistinctQuestion` for stricter checks.

[email protected]

  • Fix #1555: when behaviour changed unexpectedly when returning a falsy value.

[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
  • 84e49bd Publish
  • 05d0bfa Chore: Bump dependencies
  • f9213cb Expose external-editor file options on the editor prompt (#1593)
  • 39a1f55 Chore(deps-dev): Bump @​eslint/js from 9.13.0 to 9.14.0 (#1597)
  • a03c458 Chore(deps-dev): Bump @​types/node from 22.8.1 to 22.9.0 (#1596)
  • f766ff2 Chore(deps-dev): Bump @​arethetypeswrong/cli from 0.16.4 to 0.17.0 (#1595)
  • d9af97a Chore(deps-dev): Bump globals from 15.11.0 to 15.12.0 (#1598)
  • 40cf19e Chore(deps-dev): Bump eslint-plugin-n from 17.12.0 to 17.13.1 (#1599)
  • 365c9b3 Chore(deps-dev): Bump @​vitest/coverage-v8 from 2.1.3 to 2.1.4 (#1590)
  • 133e482 Chore(deps-dev): Bump eslint-plugin-n from 17.11.1 to 17.12.0 (#1591)
  • Additional commits viewable in compare view

Updates vanilla-jsoneditor from 0.23.8 to 2.1.0

Release notes

Sourced from vanilla-jsoneditor's releases.

v2.1.0

   🚀 Features

  • Implement quick key Ctrl+D to duplicate the current row in table mode  -  by @​josdejong (deef1)

   🐞 Bug Fixes

    View changes on GitHub

v2.0.2

   🐞 Bug Fixes

    View changes on GitHub

v2.0.1

   🐞 Bug Fixes

    View changes on GitHub

v2.0.0

   🚀 Features

    View changes on GitHub

v1.1.2

   🐞 Bug Fixes

  • Method patch not working in tree and table mode when the content is text  -  by @​josdejong (5f1c8)
    View changes on GitHub

v1.1.1

   🐞 Bug Fixes

    View changes on GitHub

... (truncated)

Changelog

Sourced from vanilla-jsoneditor's changelog.

2.1.0 (2024-11-20)

Features

  • implement quick key Ctrl+D to duplicate the current row in table mode (deef105)

Bug Fixes

  • exclude the sass dependency from the vanilla package (e3bcddb)
  • update dependencies (jsonpath-plus, @jsonquerylang/jsonquery and others) (b69e9bf)

2.0.2 (2024-11-05)

Bug Fixes

  • cannot sort a nested object inside an array (5ebe9fc)
  • more efficient patch operation for the undo action of moving an item inside an object (187e994)
  • only expand JSON after sort, transform and expand when isn't expanded already (5d84af0)
  • performance issue of sorting the keys of large objects (3708998)

2.0.1 (2024-11-01)

Bug Fixes

  • #498 pressing enter when editing a value submits form (e8c814f)

2.0.0 (2024-10-28)

⚠ BREAKING CHANGES

  • The library is upgraded to Svelte 5. Everything is backward compatible and works in Svelte 3, 4, and 5. There may be subtle breaking changes in specific edge cases though, hence the release as a new major version.

Features

1.1.2 (2024-10-25)

Bug Fixes

  • method patch not working in tree and table mode when the content is text (5f1c8a5)

1.1.1 (2024-10-22)

... (truncated)

Commits
  • bdacef3 chore(release): 2.1.0
  • e3bcddb fix: exclude the sass dependency from the vanilla package
  • b69e9bf fix: update dependencies (jsonpath-plus, @jsonquerylang/jsonquery and oth...
  • deef105 feat: implement quick key Ctrl+D to duplicate the current row in table mode
  • 001b590 chore(release): 2.0.2
  • f88cab1 chore: update package-lock.json, allow older versions of jsonrepair
  • ec767a2 chore: update devDependencies
  • 5d84af0 fix: only expand JSON after sort, transform and expand when isn't expanded al...
  • 3708998 fix: performance issue of sorting the keys of large objects
  • 187e994 fix: more efficient patch operation for the undo action of moving an item ins...
  • 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 the dependencies Pull requests that update a dependency file label Nov 20, 2024
Copy link

cloudflare-workers-and-pages bot commented Nov 20, 2024

Deploying ant-design-x with  Cloudflare Pages  Cloudflare Pages

Latest commit: 17a9b06
Status: ✅  Deploy successful!
Preview URL: https://b52bb977.ant-design-x.pages.dev
Branch Preview URL: https://dependabot-npm-and-yarn-dev.ant-design-x.pages.dev

View logs

@dependabot dependabot bot added the javascript Pull requests that update Javascript code label Nov 20, 2024
Copy link
Contributor

coderabbitai bot commented Nov 20, 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 gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @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 Nov 20, 2024

Preview is ready

@github-actions github-actions bot force-pushed the dependabot/npm_and_yarn/dev-dependencies-ef5154fb0e branch from e6f1b9e to 07efb6c Compare November 20, 2024 15:24
Copy link

socket-security bot commented Nov 20, 2024

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

Package New capabilities Transitives Size Publisher
npm/@npmcli/[email protected] environment 0 18.3 kB npm-cli-ops
npm/[email protected] None 0 71.7 kB danielchatfield, mischah, ruyadorno, ...1 more
npm/[email protected] eval 0 9.35 MB josdejong

🚮 Removed packages: npm/@npmcli/[email protected], npm/[email protected], npm/[email protected]

View full report↗︎

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/dev-dependencies-ef5154fb0e branch from 07efb6c to f793390 Compare November 21, 2024 10:00
@github-actions github-actions bot force-pushed the dependabot/npm_and_yarn/dev-dependencies-ef5154fb0e branch from f793390 to f9d8007 Compare November 21, 2024 10:01
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/dev-dependencies-ef5154fb0e branch from f9d8007 to 380aeb6 Compare November 21, 2024 14:34
…ith 4 updates

Bumps the dev-dependencies group with 4 updates in the / directory: [@npmcli/run-script](https://github.com/npm/run-script), [chalk](https://github.com/chalk/chalk), [inquirer](https://github.com/SBoudrias/Inquirer.js) and [vanilla-jsoneditor](https://github.com/josdejong/svelte-jsoneditor).

Updates `@npmcli/run-script` from 8.1.0 to 9.0.1
- [Release notes](https://github.com/npm/run-script/releases)
- [Changelog](https://github.com/npm/run-script/blob/main/CHANGELOG.md)
- [Commits](npm/run-script@v8.1.0...v9.0.1)

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 12.1.0
- [Release notes](https://github.com/SBoudrias/Inquirer.js/releases)
- [Commits](https://github.com/SBoudrias/Inquirer.js/compare/[email protected]@12.1.0)

Updates `vanilla-jsoneditor` from 0.23.8 to 2.1.0
- [Release notes](https://github.com/josdejong/svelte-jsoneditor/releases)
- [Changelog](https://github.com/josdejong/svelte-jsoneditor/blob/main/CHANGELOG.md)
- [Commits](josdejong/svelte-jsoneditor@v0.23.8...v2.1.0)

---
updated-dependencies:
- dependency-name: "@npmcli/run-script"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dev-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
- dependency-name: vanilla-jsoneditor
  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-ef5154fb0e branch from 380aeb6 to 67231d6 Compare November 21, 2024 14:35
package.json Outdated Show resolved Hide resolved
@afc163 afc163 enabled auto-merge (squash) November 22, 2024 02:11
@afc163 afc163 merged commit da4bb1d into main Nov 22, 2024
10 checks passed
@afc163 afc163 deleted the dependabot/npm_and_yarn/dev-dependencies-ef5154fb0e branch November 22, 2024 02:11
afc163 added a commit that referenced this pull request Nov 22, 2024
…ith 4 updates (#193)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: afc163 <[email protected]>
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.

1 participant