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

fix: update package dependencies to v5 (major) - autoclosed #5

Closed
wants to merge 2 commits into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 15, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
chalk ^4.1.2 -> ^5.3.0 age adoption passing confidence
listr2 ^4.0.5 -> ^5.0.8 age adoption passing confidence

Release Notes

chalk/chalk (chalk)

v5.3.0

Compare Source

v5.2.0

Compare Source

v5.1.2

Compare Source

v5.1.1

Compare Source

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

v5.1.0

Compare Source

v5.0.1

Compare Source

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

v5.0.0

Compare Source

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
    • These were not commonly used and added a lot of bloat to Chalk. You can achieve the same by using the color-convert package.
  • The tagged template literal support moved into a separate package: chalk-template (#​524) c987c61
-import chalk from 'chalk';
+import chalkTemplate from 'chalk-template';

-chalk`2 + 3 = {bold ${2 + 3}}`;
+chalkTemplate`2 + 3 = {bold ${2 + 3}}`;
Improvements
listr2/listr2 (listr2)

v5.0.8

Compare Source

Bug Fixes
  • render subtasks of the subtasks if parent has no title (7b443f9), closes #​663

v5.0.7

Compare Source

Bug Fixes
  • deps: update dependency rxjs to ^7.8.0 (0e83e8d)

v5.0.6

Compare Source

Bug Fixes
  • deps: update dependency rxjs to ^7.5.7 (324f012)

v5.0.5

Compare Source

Bug Fixes

v5.0.4

Compare Source

Bug Fixes
  • listr-error: changes the types for the listrerror (306a304), closes #​653

v5.0.3

Compare Source

Bug Fixes
  • Use 'isObservable' utility instance of 'instanceof' (197e373)

v5.0.2

Compare Source

Bug Fixes
  • update build configuration because of seg fault (54b54dd)

v5.0.1

Compare Source

Bug Fixes

v5.0.0

Compare Source

Bug Fixes
  • update command for docs (6e42d91)
Performance Improvements
BREAKING CHANGES
  • drops support for node12, migrate build to gitlab

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - "before 4am on the first day of the month" in timezone Europe/Paris.

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Aug 15, 2023
@changeset-bot
Copy link

changeset-bot bot commented Aug 15, 2023

⚠️ No Changeset found

Latest commit: ea5d934

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@renovate renovate bot force-pushed the renovate/major-5-package-dependencies branch from c0ab7b6 to ea5d934 Compare August 18, 2023 06:48
@renovate renovate bot changed the title fix: update package dependencies to v5 (major) fix: update package dependencies to v5 (major) - autoclosed Aug 18, 2023
@renovate renovate bot closed this Aug 18, 2023
@renovate renovate bot deleted the renovate/major-5-package-dependencies branch August 18, 2023 12:05
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.

None yet

1 participant