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 #143

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 9, 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.0.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
  • 4831899 Publish
  • 9d0c140 Chore(*): Bump devDeps
  • 5f4ae3e Fix(all): Require a specific version of @​inquirer/type since type packages ar...
  • c12ab13 Fix(all): Remove dependency on @​types/node (to reduce package size)
  • b0a84ab Test: Link repository @​inquirer/type to the e2e build test
  • c91f8ee Doc(@​inquirer/input): Add tab behavior in the prompt README. Ref #911
  • 69fba02 Chore(test): Isolate a tsc run
  • 109d0da Chore(deps): Bump mute-stream from 1.0.0 to 2.0.0
  • 6f1f74c Revert "deps/devDeps" (wrong branch)
  • d098211 deps/devDeps
  • Additional commits viewable in compare view

Updates vanilla-jsoneditor from 0.23.8 to 1.0.7

Release notes

Sourced from vanilla-jsoneditor's releases.

v1.0.7

   🐞 Bug Fixes

    View changes on GitHub

v1.0.6

   🐞 Bug Fixes

  • Type definition of createJSONEditor not exported in the vanilla-jsoneditor library  -  by @​josdejong (e0aee)
    View changes on GitHub

v1.0.5

   🐞 Bug Fixes

  • Key not rendered when the value contains search results and vice versa  -  by @​josdejong (0c41c)
    View changes on GitHub

v1.0.4

   🐞 Bug Fixes

    View changes on GitHub

v1.0.3

   🐞 Bug Fixes

    View changes on GitHub

v1.0.2

   🐞 Bug Fixes

    View changes on GitHub

v1.0.1

   🐞 Bug Fixes

    View changes on GitHub

... (truncated)

Changelog

Sourced from vanilla-jsoneditor's changelog.

1.0.7 (2024-10-09)

Bug Fixes

  • #488 types JsonEditor and CreateJSONEditorProps not exported in vanilla-jsoneditor (337c33b)
  • #489 anchor styling defined in the TransformModal affecting the global style (a213583)

1.0.6 (2024-09-30)

Bug Fixes

  • type definition of createJSONEditor not exported in the vanilla-jsoneditor library (e0aee3e)

1.0.5 (2024-09-30)

Bug Fixes

  • key not rendered when the value contains search results and vice versa (0c41c79)

1.0.4 (2024-09-27)

Bug Fixes

  • #486 naming conflict for argument isMac in the type definitions (9fac7a3)

1.0.3 (2024-09-26)

Bug Fixes

  • invalid JSONPath query options could crash the Transform Modal (c90a54c)

1.0.2 (2024-09-26)

Bug Fixes

  • more robust positioning of the modal by adding margin: auto, see #384 (2302436)

1.0.1 (2024-09-25)

Bug Fixes

  • handle createQuery throwing an exception in the TransformModal (4b1f3f6)

... (truncated)

Commits
  • e7cb7a0 chore(release): 1.0.7
  • a213583 fix: #489 anchor styling defined in the TransformModal affecting the global s...
  • 337c33b fix: #488 types JsonEditor and CreateJSONEditorProps not exported in `van...
  • 45a7b74 chore(release): 1.0.6
  • e0aee3e fix: type definition of createJSONEditor not exported in the `vanilla-jsone...
  • ea0194f chore(release): 1.0.5
  • 0c41c79 fix: key not rendered when the value contains search results and vice versa
  • dd80ec9 chore(release): 1.0.4
  • 9fac7a3 fix: #486 naming conflict for argument isMac in the type definitions
  • 4263d6f chore(release): 1.0.3
  • 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 Oct 9, 2024
Copy link

cloudflare-workers-and-pages bot commented Oct 9, 2024

Deploying x with  Cloudflare Pages  Cloudflare Pages

Latest commit: 383c145
Status:🚫  Build failed.

View logs

Copy link

github-actions bot commented Oct 9, 2024

Preview failed

@github-actions github-actions bot force-pushed the dependabot/npm_and_yarn/dev-dependencies-726a1012f7 branch from 47b0fb5 to da8eb62 Compare October 9, 2024 08:58
Copy link

socket-security bot commented Oct 9, 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.5 kB sboudrias
npm/[email protected] eval 0 9.06 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-726a1012f7 branch from da8eb62 to a65028a Compare October 9, 2024 15:03
@github-actions github-actions bot force-pushed the dependabot/npm_and_yarn/dev-dependencies-726a1012f7 branch from a65028a to 61d378c Compare October 9, 2024 15:03
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/dev-dependencies-726a1012f7 branch from 61d378c to 9665fa0 Compare October 10, 2024 14:52
@github-actions github-actions bot force-pushed the dependabot/npm_and_yarn/dev-dependencies-726a1012f7 branch from 9665fa0 to b96c749 Compare October 10, 2024 14:53
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/dev-dependencies-726a1012f7 branch from b96c749 to e827d3a Compare October 11, 2024 15:02
…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.0.0
- [Release notes](https://github.com/SBoudrias/Inquirer.js/releases)
- [Commits](https://github.com/SBoudrias/Inquirer.js/compare/[email protected]@12.0.0)

Updates `vanilla-jsoneditor` from 0.23.8 to 1.0.7
- [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...v1.0.7)

---
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-726a1012f7 branch from e827d3a to 383c145 Compare October 11, 2024 15:03
@afc163 afc163 closed this Oct 11, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 11, 2024

This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests.

To ignore these dependencies, configure ignore rules in dependabot.yml

@dependabot dependabot bot deleted the dependabot/npm_and_yarn/dev-dependencies-726a1012f7 branch October 11, 2024 16:01
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