-
Notifications
You must be signed in to change notification settings - Fork 21
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): update dependency chalk to v5 #575
Conversation
|
e979af1
to
b7fc5bd
Compare
2831dbf
to
4970562
Compare
4970562
to
dccc937
Compare
8c37266
to
cf894c9
Compare
cf894c9
to
dde0359
Compare
dde0359
to
d714a05
Compare
dd238fd
to
660a62c
Compare
23ff0b2
to
d0a20b5
Compare
⚠ Artifact update problemRenovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is. ♻ Renovate will retry this branch, including artifacts, only when one of the following happens:
The artifact failure details are included below: File name: yarn.lock
|
d0a20b5
to
98181a2
Compare
|
3c8cdd3
to
aa9d66b
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 0
Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Files selected for processing (1)
- packages/druxt/package.json (1 hunks)
Additional comments not posted (1)
packages/druxt/package.json (1)
46-46
: LGTM! But verify compatibility with Node.js and TypeScript versions.The update to
chalk
version5.3.0
is approved. However, ensure that the project is compatible with Node.js version 12.20 or higher and TypeScript version 4.7 or later due to the transition to a pure ESM format.The code changes are approved.
Run the following script to verify the Node.js and TypeScript versions used in the project:
be3edb3
to
58c136e
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 0
Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Files selected for processing (1)
- packages/druxt/package.json (1 hunks)
Files skipped from review due to trivial changes (1)
- packages/druxt/package.json
421e7ed
to
5d0db06
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 0
Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Files selected for processing (1)
- packages/druxt/package.json (1 hunks)
Files skipped from review due to trivial changes (1)
- packages/druxt/package.json
5d0db06
to
a2246a3
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 0
Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Files selected for processing (1)
- packages/druxt/package.json (1 hunks)
Files skipped from review due to trivial changes (1)
- packages/druxt/package.json
a2246a3
to
81150bf
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 0
Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Files selected for processing (1)
- packages/druxt/package.json (1 hunks)
Files skipped from review due to trivial changes (1)
- packages/druxt/package.json
1f16c7e
to
292e47e
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 0
Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Files selected for processing (1)
- packages/druxt/package.json (1 hunks)
Files skipped from review due to trivial changes (1)
- packages/druxt/package.json
292e47e
to
6570674
Compare
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 0
Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Files ignored due to path filters (1)
yarn.lock
is excluded by!**/yarn.lock
,!**/*.lock
Files selected for processing (1)
- packages/druxt/package.json (1 hunks)
Files skipped from review due to trivial changes (1)
- packages/druxt/package.json
Chalk v5 is an ESM module and will require changes to implement. Closing renovate MR. |
Renovate Ignore NotificationBecause you closed this PR without merging, Renovate will ignore this update. You will not get PRs for any future If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR. |
This PR contains the following updates:
^4.1.2
->^5.3.0
Release Notes
chalk/chalk (chalk)
v5.3.0
Compare Source
sideEffects
field to package.json5aafc0a
29b8569
v5.2.0
Compare Source
7443e9f
7443e9f
7443e9f
7443e9f
v5.1.2
Compare Source
a34bcf6
v5.1.1
Compare Source
6e0df05
v5.1.0
Compare Source
d7d7571
v5.0.1
Compare Source
main
field to package.json for backwards compatibility with some developer tools85f7e96
v5.0.0
Compare Source
Breaking
fa16f4e
chalk.Instance
→Chalk
chalk.supportsColor
→supportsColor
chalk.stderr
→chalkStderr
chalk.stderr.supportsColor
→supportsColorStderr
.keyword()
,.hsl()
,.hsv()
,.hwb()
, and.ansi()
coloring methods (#433)4cf2e40
color-convert
package.chalk-template
(#524)c987c61
Improvements
04fdbd6
overline
style (#433)4cf2e40
0fba91b
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 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 this update again.
This PR was generated by Mend Renovate. View the repository job log.
Summary by CodeRabbit
chalk
library to version 5.3.0, which may introduce new features and performance improvements.