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(deps): update all non-major dependencies #1167

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 5, 2024

This PR contains the following updates:

Package Type Update Change Age Adoption Passing Confidence
colored dependencies minor 2.1.0 -> 2.2.0 age adoption passing confidence
miette dependencies minor 7.2.0 -> 7.5.0 age adoption passing confidence
node (source) minor 20.14.0 -> 20.18.3 age adoption passing confidence
node-semver dependencies minor 2.1.0 -> 2.2.0 age adoption passing confidence
pnpm (source) packageManager minor 9.1.4 -> 9.15.5 age adoption passing confidence
pnpm/action-setup action minor v4.0.0 -> v4.1.0 age adoption passing confidence
sysinfo dependencies minor 0.30.12 -> 0.33.0 age adoption passing confidence
tempfile (source) dependencies minor 3.13.0 -> 3.17.0 age adoption passing confidence

Release Notes

mackwic/colored (colored)

v2.2.0

Compare Source

  • Updated top-level docs to include a note about ColoredString's role in the Colorize pipeline as well as link to it to suggest learning more about how to manipulate existing ColoredString's.
  • Changes to ColoredString:
    • Expose fields.
    • [DEPRECATION]: Deprecated methods fgcolor, bgcolor, and style due to their obsolescence in the face of the exposing of their represented fields.
    • Add methods for clearing specific elements of fgcolor, bgcolor, and style.
    • Change Default implementation to be via derive as Style now implements Default (see changes to Style below).
    • Add implementation of DerefMut.
    • Updated docs to reflect the above changes as well as generally greatly expand them.
  • Changes to Style:
    • Implemented Default for Style (returns CLEAR). This exposes a method by which users can create plain Style's from scratch.
    • Implemented From<Styles> for Style. This lets users easily create Style's from specific styles.
    • Exposed previously private method add.
    • Created method remove which essentially does the opposite.
    • Added builder-style methods in the vein of Colorize to add stylings (e.g. bold, underline, italic, strikethrough).
    • Implemented bitwise operators BitAnd, BitOr, BitXor, and Not as well as their representative assignment operators. You can also use a Styles as an operand for these.
    • Implemented FromIterator<Styles> for Style.
  • Changes to Styles:
    • Implemented bitwise operators BitAnd, BitOr, BitXor, and Not which all combine Styles's and output Style's. These can also take a Style as an operand.
  • Added additional testing for all of the above changes.
  • Added methods with_style and with_color_and_style to Colorize.
zkat/miette (miette)

v7.5.0

Features
  • graphical: support rendering related diagnostics as nested (#​417) (771a0751)
Bug Fixes
  • graphical: prevent leading newline when no link/code (#​418) (1e1938a0)

v7.4.0

Compare Source

Features

v7.3.0

Compare Source

Features
Performance
Bug Fixes
Documentation
nodejs/node (node)

v20.18.3: 2025-02-10, Version 20.18.3 'Iron' (LTS), @​marco-ippolito

Compare Source

Notable Changes
Commits

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 becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


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

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the PR: Dependency Update A dependency was updated label Jun 5, 2024
Copy link

changeset-bot bot commented Jun 5, 2024

⚠️ No Changeset found

Latest commit: c2bb6d6

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

Copy link

vercel bot commented Jun 5, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
fnm ✅ Ready (Inspect) Visit Preview 💬 Add feedback Feb 16, 2025 10:59pm

@renovate renovate bot changed the title chore(deps): update pnpm to v9.2.0 chore(deps): update pnpm to v9.3.0 Jun 10, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 617e577 to c068e07 Compare June 10, 2024 13:05
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from c068e07 to 6e3e341 Compare June 17, 2024 19:54
@renovate renovate bot changed the title chore(deps): update pnpm to v9.3.0 chore(deps): update pnpm to v9.4.0 Jun 17, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 6e3e341 to 25aed9a Compare June 20, 2024 18:36
@renovate renovate bot changed the title chore(deps): update pnpm to v9.4.0 chore(deps): update all non-major dependencies Jun 20, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 25aed9a to 0971509 Compare July 7, 2024 19:25
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 0971509 to d7a1364 Compare July 8, 2024 19:46
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from d7a1364 to 5ac8bde Compare July 22, 2024 02:00
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 5ac8bde to 3649435 Compare July 24, 2024 14:08
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 3649435 to aac16a0 Compare July 31, 2024 15:18
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from aac16a0 to 9c77924 Compare August 2, 2024 22:02
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 9c77924 to 527cd4c Compare August 6, 2024 09:50
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 527cd4c to 1847abe Compare August 6, 2024 20:03
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 1847abe to b346de9 Compare August 7, 2024 01:51
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 4804d9a to 6385966 Compare December 28, 2024 21:38
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 6385966 to 53481b3 Compare January 2, 2025 23:27
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 53481b3 to 590facc Compare January 6, 2025 01:41
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 590facc to 1bc4c10 Compare January 14, 2025 18:13
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 1bc4c10 to 6347182 Compare January 21, 2025 17:48
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 6347182 to 3398862 Compare January 29, 2025 00:56
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 3398862 to abdbad3 Compare January 30, 2025 18:10
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from abdbad3 to d1115bb Compare February 1, 2025 20:53
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from d1115bb to ac30868 Compare February 2, 2025 21:44
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from ac30868 to 5531f83 Compare February 6, 2025 21:40
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 5531f83 to c9a82f6 Compare February 7, 2025 05:39
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from c9a82f6 to 09dfa7e Compare February 9, 2025 14:40
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 09dfa7e to 01079dc Compare February 11, 2025 10:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
PR: Dependency Update A dependency was updated
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants