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

build(deps): bump the production-dependencies group across 1 directory with 7 updates #1433

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the production-dependencies group with 1 update in the / directory: @hapi/hoek.

Updates @hapi/hoek from 11.0.4 to 11.0.7

Commits

Updates chalk from 2.4.2 to 4.1.2

Release notes

Sourced from chalk's releases.

v4.1.2

  • Readme updates

v4.1.1

v4.1.0

  • Support template literals for nested calls (#392) 09ddbad

chalk/chalk@v4.0.0...v4.1.0

v4.0.0

Breaking

  • Require Node.js 10 61999a4
  • Change the Level TypeScript type to be a union instead of enum f0f4638
-if (chalk.level > Level.None) {}
+if (chalk.level > 0) {}

Improvements

  • Use Object.setPrototypeOf as __proto__ could potentially be disabled (#387) 63469d3

chalk/chalk@v3.0.0...v4.0.0

v3.0.0

This release has been in development for more than a year and massively improves performance and the time it takes to import Chalk.

Thanks to @​stroncium for his hard work on this. 🙌

Breaking

  • Require Node.js 8 3ef170b
  • Remove the .enabled property in favor of .level (#356) 1f77953
    • Why: It was confusing to users to have two properties for detecting color support.
    • Migrate:
-if (chalk.enabled) {}
+if (chalk.level > 0) {}
  • Remove chalk.constructor() in favor of chalk.Instance() (#322) de2f4cd
    • Migrate:
-new chalk.constructor({level: 1});
+new chalk.Instance({level: 1})

Minor breaking

... (truncated)

Commits

Updates contentful-management from 11.35.1 to 11.39.1

Release notes

Sourced from contentful-management's releases.

v11.39.1

11.39.1 (2024-11-21)

Bug Fixes

  • bump contentful-sdk-core to ensure httpsAgent isn't copied [EXT-5676] (#2471) (d5f1b4a)

v11.39.0

11.39.0 (2024-11-21)

Features

v11.38.0

11.38.0 (2024-11-14)

Features

  • add archivedAt property type to SpaceProps (#2187) (3e51f79)

v11.37.0

11.37.0 (2024-11-12)

Features

v11.36.2

11.36.2 (2024-11-07)

Bug Fixes

  • common-types: add back and deprecate status (#2463) (3dcacc2)

v11.36.1

11.36.1 (2024-11-06)

Bug Fixes

v11.36.1-beta.1

... (truncated)

Commits
  • d5f1b4a fix: bump contentful-sdk-core to ensure httpsAgent isn't copied [EXT-5676] (#...
  • 08ddb7b Refactor: replace test suite with vitest (#2328)
  • da65d62 feat: [GROOT-1550] add support for taxonomy PUT methods (#2464)
  • 3e51f79 feat: add archivedAt property type to SpaceProps (#2187)
  • 25c15f5 chore: fix types & docs for upload credentials [] (#2466)
  • 3d0fca0 feat: add upload credentials api to client [] (#2465)
  • 3dcacc2 fix(common-types): add back and deprecate status (#2463)
  • e27e01a fix: add back and deprecate removed types (#2460)
  • 9f950e1 fix: soc2 vulns [EXT-5919] (#2459)
  • 21eaad8 feat: allow locales to be paginated [ZEND-5557] (#2458)
  • Additional commits viewable in compare view

Updates https-proxy-agent from 7.0.5 to 5.0.1

Changelog

Sourced from https-proxy-agent's changelog.

https-proxy-agent

Commits

Updates inquirer from 8.2.5 to 8.2.6

Release notes

Sourced from inquirer's releases.

[email protected]

  • Bugfix: Fix a dependency who became ESM only
Commits

Updates listr2 from 5.0.6 to 3.14.0

Release notes

Sourced from listr2's releases.

[email protected]

listr2 9.0.0-beta.2 (2024-10-19)

Bug Fixes

Performance Improvements

  • utils: return actual writable type from the createWritable utility (a5cdba3)

BREAKING CHANGES

  • utils: - The return type of the createWritable function has changed from NodeJS.WritableStream to Writable. This is a more right type for the object that is returned from the function.

[email protected]

listr2 9.0.0-beta.1 (2024-10-19)

Performance Improvements

  • update core dependencies and styling (56f4d64)

BREAKING CHANGES

  • This includes breaking changes in the inqurer setup.

The styling is completely changed.

[email protected]

listr2 8.2.5 (2024-10-03)

Bug Fixes

[email protected]

listr2 8.2.4 (2024-07-27)

Bug Fixes

  • deps: update dependency log-update to ^6.1.0 (df1407f)

[email protected]

... (truncated)

Changelog

Sourced from listr2's changelog.

3.14.0 (2022-01-04)

Bug Fixes

  • add tests and inject context variable as mutable (afe3528)

Features

  • ability to change the context type on subtasks (7dccdfc), closes #612

3.13.6 (2022-01-03)

Bug Fixes

3.13.5 (2021-11-22)

Bug Fixes

  • swap clone package for rfdc to improve speed of error reporting (a75c857)

3.13.4 (2021-11-17)

Bug Fixes

  • mark enquirer as optional as peer (742395e), closes #589

3.13.3 (2021-11-02)

Bug Fixes

3.13.2 (2021-11-02)

Bug Fixes

3.13.1 (2021-10-23)

Bug Fixes

  • use v8 functions for error collection (be37833)

3.13.0 (2021-10-23)

Bug Fixes

... (truncated)

Commits
  • 29a7ccd chore(release): 3.14.0 - 20220104 [skip ci]
  • d82c3c4 Merge pull request #612 from BeeeQueue/context
  • af8146e chore: fix lint staged behavior
  • afe3528 fix: add tests and inject context variable as mutable
  • 7dccdfc feat: ability to change the context type on subtasks
  • 2e5c077 Merge branch 'master' into context
  • 8f96149 chore(release): 3.13.6 - 20220103 [skip ci]
  • 9ce590c fix: update dependencies
  • 40f6820 make parameter context stack on the options context
  • 77e67aa allow using new contexts in newListr
  • Additional commits viewable in compare view

Updates yargs from 16.2.0 to 15.4.1

Changelog

Sourced from yargs's changelog.

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

17.7.2 (2023-04-27)

Bug Fixes

  • do not crash completion when having negated options (#2322) (7f42848)

17.7.1 (2023-02-21)

Bug Fixes

  • address display bug with default sub-commands (#2303) (9aa2490)

17.7.0 (2023-02-13)

Features

  • add method to hide option extras (#2156) (2c144c4)
  • convert line break to whitespace for the description of the option (#2271) (4cb41dc)

Bug Fixes

  • copy the description of the option to its alias in completion (#2269) (f37ee6f)

17.6.2 (2022-11-03)

Bug Fixes

  • deps: update dependency yargs-parser to v21.1.1 (#2231) (75b4d52)
  • lang: typo in Finnish unknown argument singular form (#2222) (a6dfd0a)

17.6.1 (2022-11-02)

Bug Fixes

  • lang: fix "Not enough non-option arguments" message for the Czech language (#2242) (3987b13)

17.6.0 (2022-10-01)

Features

... (truncated)

Commits

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

…y with 7 updates

Bumps the production-dependencies group with 1 update in the / directory: [@hapi/hoek](https://github.com/hapijs/hoek).


Updates `@hapi/hoek` from 11.0.4 to 11.0.7
- [Release notes](https://github.com/hapijs/hoek/releases)
- [Commits](hapijs/hoek@v11.0.4...v11.0.7)

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

Updates `contentful-management` from 11.35.1 to 11.39.1
- [Release notes](https://github.com/contentful/contentful-management.js/releases)
- [Changelog](https://github.com/contentful/contentful-management.js/blob/master/CHANGELOG.md)
- [Commits](contentful/contentful-management.js@v11.35.1...v11.39.1)

Updates `https-proxy-agent` from 7.0.5 to 5.0.1
- [Release notes](https://github.com/TooTallNate/proxy-agents/releases)
- [Changelog](https://github.com/TooTallNate/proxy-agents/blob/main/packages/https-proxy-agent/CHANGELOG.md)
- [Commits](https://github.com/TooTallNate/proxy-agents/commits/5.0.1/packages/https-proxy-agent)

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

Updates `listr2` from 5.0.6 to 3.14.0
- [Release notes](https://github.com/listr2/listr2/releases)
- [Changelog](https://github.com/listr2/listr2/blob/v3.14.0/CHANGELOG.md)
- [Commits](listr2/listr2@v5.0.6...v3.14.0)

Updates `yargs` from 16.2.0 to 15.4.1
- [Release notes](https://github.com/yargs/yargs/releases)
- [Changelog](https://github.com/yargs/yargs/blob/main/CHANGELOG.md)
- [Commits](yargs/yargs@v16.2.0...v15.4.1)

---
updated-dependencies:
- dependency-name: "@hapi/hoek"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: chalk
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: contentful-management
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: https-proxy-agent
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: inquirer
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: listr2
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: yargs
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@contentful-automation contentful-automation bot enabled auto-merge (squash) November 22, 2024 00:36
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 25, 2024

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Nov 25, 2024
auto-merge was automatically disabled November 25, 2024 01:19

Pull request was closed

@dependabot dependabot bot deleted the dependabot/npm_and_yarn/production-dependencies-92b3b7950a branch November 25, 2024 01:19
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants