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.4.0 age adoption passing confidence
node (source) minor 20.14.0 -> 20.18.2 age adoption passing confidence
pnpm (source) packageManager minor 9.1.4 -> 9.15.4 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.15.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.4.0

Compare Source

Features

v7.3.0

Compare Source

Features
Performance
Bug Fixes
Documentation
nodejs/node (node)

v20.18.2

Compare Source

v20.18.1: 2024-11-20, Version 20.18.1 'Iron' (LTS), @​marco-ippolito

Compare Source

Notable Changes
Commits

v20.18.0: 2024-10-03, Version 20.18.0 'Iron' (LTS), @​targos

Compare Source

Notable Changes
Experimental Network Inspection Support in Node.js

This update introduces the initial support for network inspection in Node.js.
Currently, this is an experimental feature, so you need to enable it using the --experimental-network-inspection flag.
With this feature enabled, you can inspect network activities occurring within a JavaScript application.

To use network inspection, start your Node.js application with the following command:

$ node --inspect-wait --experimental-network-inspection index.js

Please note that the network inspection capabilities are in active development.
We are actively working on enhancing this feature and will continue to expand its functionality in future updates.

Contributed by Kohei Ueno in #​53593 and #​54246

Exposes X509_V_FLAG_PARTIAL_CHAIN to tls.createSecureContext

This releases introduces a new option to the API tls.createSecureContext. From
now on, tls.createSecureContext({ allowPartialTrustChain: true }) can be used
to treat intermediate (non-self-signed) certificates in the trust CA certificate
list as trusted.

Contributed by Anna Henningsen in #​54790

New option for vm.createContext() to create a context with a freezable globalThis

Node.js implements a flavor of vm.createContext() and friends that creates a context without contextifying its global
object when vm.constants.DONT_CONTEXTIFY is used. This is suitable when users want to freeze the context
(impossible when the global is contextified i.e. has interceptors installed) or speed up the global access if they
don't need the interceptor behavior.

Contributed by Joyee Cheung in #​54394

Deprecations
  • [64aa31f6e5] - repl: doc-deprecate instantiating node:repl classes without new (Aviv Keller) #​54842
  • [4c52ee3d7f] - zlib: deprecate instantiating classes without new (Yagiz Nizipli) #​54708
Other 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: 6347182

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 Jan 21, 2025 5:48pm

@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 93ba376 to ff2d379 Compare November 26, 2024 13:22
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from ff2d379 to 367fc36 Compare November 27, 2024 07:06
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 367fc36 to c243470 Compare November 28, 2024 18:22
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from c243470 to 5ce3032 Compare November 29, 2024 12:34
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 5ce3032 to a8bef70 Compare December 4, 2024 14:15
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from a8bef70 to 0b080ab Compare December 6, 2024 17:49
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 0b080ab to cdb736d Compare December 15, 2024 16:04
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from cdb736d to 6c309ec Compare December 20, 2024 03:50
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 6c309ec to 4804d9a Compare December 25, 2024 08:20
@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
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