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

chore(deps): bump systeminformation from 5.23.5 to 5.23.8 in /packages/plugin-node #5

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

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Dec 23, 2024

Bumps systeminformation from 5.23.5 to 5.23.8.

Changelog

Sourced from systeminformation's changelog.

Changelog

Major Changes - Version 5

New Functions

  • audio() detailed audio information
  • bluetoothDevices() detailed information detected bluetooth devices
  • dockerImages() detailed information docker images
  • dockerVolumes() detailed information docker volumes
  • printers() detailed printer information
  • usb() detailed USB information
  • wifiInterfaces() detected Wi-Fi interfaces
  • wifiConnections() active Wi-Fi connections

Breaking Changes

Be aware, that the new version 5.x is NOT fully backward compatible to version 4.x ...

We had to make several interface changes to keep systeminformation as consistent as possible. We highly recommend to go through the complete list and adapt your own code to be again compatible to the new version 5.

Function Old New (V5) Comments
unsupported values -1 null values which are unknown orunsupported on platform
battery() hasbatterycyclecountischargingdesignedcapacitymaxcapacityacconnectedtimeremaining hasBatterycycleCountisChargingdesignedCapacitymaxCapacityacConnectedtimeRemaining pascalCase conformity
blockDevices() fstype fsType pascalCase conformity
cpu() speedminspeedmax speedMinspeedMax pascalCase conformity
cpu().speedcpu().speedMincpu().speedMax string values now returningnumerical values better value handling
cpuCurrentspeed() cpuCurrentSpeed() function name changedpascalCase conformity
currentLoad() avgloadcurrentloadcurrentload_usercurrentload_systemcurrentload_nicecurrentload_idlecurrentload_irqraw_currentload avgLoadcurrentLoadcurrentLoadUsercurrentLoadSystemcurrentLoadNicecurrentLoadIdlecurrentLoadIrqrawCurrentLoad pascalCase conformity
dockerContainerStats() mem_usagemem_limitmem_percentcpu_percentcpu_statsprecpu_statsmemory_stats memUsagememLimitmemPercentcpuPercentcpuStatsprecpuStatsmemoryStats pascalCase conformity
dockerContainerProcesses() pid_host pidHost pascalCase conformity
graphics().display pixeldepthresolutionxresolutionysizexsizey pixelDepthresolutionXresolutionYsizeXsizeY pascalCase conformity
networkConnections() localaddresslocalportpeeraddresspeerport localAddresslocalPortpeerAddresspeerPort pascalCase conformity
networkInterfaces() carrier_changes carrierChanges pascalCase conformity
processes() mem_vszmem_rsspcpupcpuupcpuspmem memVszmemRsscpucpuucpusmem pascalCase conformityrenamed attributes
processLoad() result as object result as array of objects function now allows to provide more thanone process (as a comma separated list)
services() pcpupmem cpumem renamed attributes
vbox() HPETPAEAPICX2APICACPIIOAPICbiosAPICmodeTRC hpetpaeapicx2ApicacpiioApicbiosApicModertc pascalCase conformity

Other Improvements and Changes

  • baseboard(): added memMax, memSlots
  • bios(): added language and features (linux)
  • blockDevices() added raid group member (linux)
  • cpu(): extended AMD processor list

... (truncated)

Commits

Dependabot compatibility score

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 this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Dec 23, 2024
Copy link

vercel bot commented Dec 23, 2024

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

Name Status Preview Comments Updated (UTC)
apollo-agent ❌ Failed (Inspect) Jan 5, 2025 2:10pm

swizzmagik pushed a commit that referenced this pull request Jan 4, 2025
* feat: add support for agentic plugin documentation

* feat: add support for agentic plugin documentation (#5)

* feat: add support for agentic plugin documentation

* Feature/full plugin docs (#7)

* feat: add support for agentic plugin documentation

* feat: add support for agentic plugin documentation

* feat: add support for agentic plugin documentation

* feat: add support for agentic plugin documentation

* feat: add support for agentic plugin documentation

* feat: add support for agentic plugin documentation

* feat: add support for agentic plugin documentation

* feat: add support for agentic plugin documentation
swizzmagik added a commit that referenced this pull request Jan 4, 2025
* chore: remove .env

* git ignore has .cursorrules

* Revert "lint: fix EmbeddingProvider already defined error (via claude)"

This reverts commit bbbf325.

* fix(client-twitter): tighten engagement criteria and raise quality thresholds

* Update README.md

* Update README_CN - Model Configuration

The original model configuration guide is misleading, it tells readers to configure model provider by change the `XAI_MODEL` parameters.

But this is for the XAI configurations, i update the description completely with the right configuration steps.

* Added Polish Readme file

* Fixed polish's readme typo's

* Rename Readme_PL.md to README_PL.md

* feat: fix chat client to autoscroll

* chore: update changelog

* feat: improve messages

Improve message so criteria is displayed

* fix number prefixed username, add X brand in messaging

* refactor: reorganize imports in video service

* fix: improve clarity and grammar in pull request template

* fix tg markdown issue.

* fix: update jsdoc automation workflow

* fix: update jsdoc automation workflow

* docs: Add JSDoc documentation to constants.ts

* docs: Add JSDoc documentation to createRuntime.ts

* docs: Add JSDoc documentation to testSetup.ts

* docs: Add JSDoc documentation to types.ts

* docs: Add JSDoc documentation to constants.ts

* docs: Add JSDoc documentation to createRuntime.ts

* docs: Add JSDoc documentation to testSetup.ts

* docs: Add JSDoc documentation to types.ts

* feat: Twitter spaces integration

* Adding pnpm-lock.yaml

* add character file script to make system prompt and templates easier to add to existing character files or generate a new one

* feat: add theme toggle functionality with dark and light mode support

- Imported ThemeToggle component in AppSidebar
- Added ThemeToggle to SidebarFooter in AppSidebar
- Initialized theme based on localStorage and system preferences in main.tsx to support dark and light modes

* docs: Add "What Did You Get Done This Week? 7" notes

* Adding back comments and documentation

* add TEE plugin-env support

* fix

* fix

* fix: init 768 dimension in database for gaianet

* chore: parse files through prettier

* Update README.md

* Add files via upload

* feat: add optional TRANSCRIPTION_PROVIDER setting with fallback logic, moving twitter spaces plugins to Eliza repo

* Updates for web search and timeout

* Cleanup on packages/client-twitter/src/plugins/SttTtsPlugin.ts

* Update agents.md

Minor update to correct "should"

* add an client-direct endpoint to get memories by agentid and roomid

* docs: fix Contributing Guide

* feat: add docs for image generation plugin

* fix: fix the image redirection

* update volcengine model

* feat: Add Spanish Translation for Documentation README

* added README files to all plugins

* use tavily sdk

* file updates

* tweak of evm transfer template

* refactor(plugin-conflux): output detailed invalid content

* add experimental telemetry model option

* chore: console -> elizaLogger

* chore: pnpm lock file

* chore: fix conflicts

* chore: add readme

* fix: set publishedDate to optional as stated by the docs.

* chore: move tavily package to the core

* chore: pnpm lock file

* feat: add error handling for TAVILY_API_KEY key

* chore: remove conflicting files

* chore: README files

* chore: Update local-development.md

* fix continue double responses

* fix google api key

* feat: include priority to plugin-tee build

* chore: remove build cache with clean command

* chore: changes to settings

* fix: add @tavily/core to external libs (almost took my life)

* chore: remove logs

* chore: console -> elizaLogger

* add plugins to the key components section of the faq

during a recent discussion on discord it was not clear to some folks the conceptual difference between clients and plugins. this just adds a bit more high level info up top on the FAQ for future creators.

* re-build fx

* Fix double spaced tweets in Post.ts

Currently, despite the prompting stating to use "\\n\\n (double spaces" between statements the tweets always output new statements with just a single newline, making tweets look blocky. 

For example, tweets previous would look like (despite the prompt): 
"Dobby is so excited to start this new year, full of possibilities and chances to make a difference!
Dobby has big plans to help his dear friends and make the wizarding world an even brighter place."

This ensures the double spaces requested in prompting is applied to the tweets with the tweets now looking like: 
"Dobby must remind all friends to be cautious of dark magic lurking in the shadows.

Dobby's heart aches at the thought of anyone falling prey to its deceitful powers."

This allows agents to tweet better-formatted posts that ease visilibty.

* add TranscriptionProvider

* select transcription provider based on character setting

* clean code

* fix evm deps

* fix bad merge

* remove claude changes

* corrected path for image upload

* Add README_AR.md

Add Arabic language for readme.

* chore: update viem dependency version in plugin-evm and plugin-goat

* Update README.md

add Arabic language reference

* Update package.json

* Update package.json

* fix: remove unwanted gitignore

* chore: add enable web search variable

* chore: pnpm lock file

* fix: import web search plugin only on when enabled

* fix: lockfile

* testing

* update

* Added Hungarian README

* update clean.sh to include deleting lock file to really reset the repo

* update integreation test

* run on pull request not pull request target

* update to use pnpm command

* trigger re-run of workflows

* fix

* revert

* actually need to revert

* Fix bug in plugin-bootstrap/src/evaluators/facts.ts

{{user1}} should be {{user2}} :

-------
in factEvaluator, in the examples template,

{{user1}} should be {{user2}} instead

                {
                    user: "{{user1}}",
                    content: { text: "Which city?" },
                },
                {
                    user: "{{user2}}",
                    content: { text: "Oakland" },
                },
                {
                    user: "{{user1}}",
                    content: {
                        text: "Oh, I've never been there, but I know it's in California",
                    },
                }

* standardize viem dependency so project builds now

* missing depdencies

* revert to target due to https://github.com/ai16z/eliza/pull/993/files#r1883351009

* remove submodule

* Solve Issue 1643, imageDescriptionService not working with other providers than OpenAI

* Update schema.sql

There is an extra semicolon that causes a syntax error when trying to upload the schema to supabase.

* Solve Issue 1643, imageDescriptionService not working with other providers than OpenAI

* Seperated imageModelProvider and imageVisionModelProvider for ImageDescriptionService

* modelVisionProvider Added to IagentRuntime interface type.ts

* Feature/full plugin docs (elizaOS#52)

* feat: add support for agentic plugin documentation

* feat: add support for agentic plugin documentation (#5)

* feat: add support for agentic plugin documentation

* Feature/full plugin docs (#7)

* feat: add support for agentic plugin documentation

* feat: add support for agentic plugin documentation

* feat: add support for agentic plugin documentation

* feat: add support for agentic plugin documentation

* feat: add support for agentic plugin documentation

* feat: add support for agentic plugin documentation

* feat: add support for agentic plugin documentation

* feat: add support for agentic plugin documentation

---------

Co-authored-by: J. Brandon Johnson <[email protected]>
Co-authored-by: E.FU <[email protected]>
Co-authored-by: odilitime <[email protected]>
Co-authored-by: SK1989sL <[email protected]>
Co-authored-by: JOMOKING <[email protected]>
Co-authored-by: Judasz <[email protected]>
Co-authored-by: yanushevitz <[email protected]>
Co-authored-by: Monil Patel <[email protected]>
Co-authored-by: Matt Gunnin <[email protected]>
Co-authored-by: azep-ninja <[email protected]>
Co-authored-by: jin <[email protected]>
Co-authored-by: Shakker Nerd <[email protected]>
Co-authored-by: slkzgm <[email protected]>
Co-authored-by: HashWarlock <[email protected]>
Co-authored-by: zkfriendly <[email protected]>
Co-authored-by: Phlo <[email protected]>
Co-authored-by: Shakker Nerd <[email protected]>
Co-authored-by: Sam <[email protected]>
Co-authored-by: csh <[email protected]>
Co-authored-by: tomguluson92 <[email protected]>
Co-authored-by: Chanddeep Madaan <[email protected]>
Co-authored-by: Yorke E. Rhodes III <[email protected]>
Co-authored-by: treppers <[email protected]>
Co-authored-by: twilwa <[email protected]>
Co-authored-by: 0xFloyd <[email protected]>
Co-authored-by: chandiniv1 <[email protected]>
Co-authored-by: Sebastián Salazar Solano <[email protected]>
Co-authored-by: zhourunlai <[email protected]>
Co-authored-by: CheddarQueso <[email protected]>
Co-authored-by: zkvm <[email protected]>
Co-authored-by: bendanzhentan <[email protected]>
Co-authored-by: Ninja Dev (QI) <[email protected]>
Co-authored-by: Cole Gillespie <[email protected]>
Co-authored-by: Suicidal Goofy <[email protected]>
Co-authored-by: Ting Chien Meng <[email protected]>
Co-authored-by: Shaw <[email protected]>
Co-authored-by: ShreyGanatra <[email protected]>
Co-authored-by: Mariem Mohamed <[email protected]>
Co-authored-by: Arthera Node <[email protected]>
Co-authored-by: mdominikd <[email protected]>
Co-authored-by: metakai1 <[email protected]>
Co-authored-by: nusk0 <[email protected]>
Co-authored-by: 0xRider <[email protected]>
Co-authored-by: Your Name <[email protected]>
swizzmagik pushed a commit that referenced this pull request Jan 4, 2025
* feat: add support for agentic plugin documentation

* feat: add support for agentic plugin documentation (#5)

* feat: add support for agentic plugin documentation

* Feature/full plugin docs (#7)

* feat: add support for agentic plugin documentation

* feat: add support for agentic plugin documentation

* feat: add support for agentic plugin documentation

* feat: add support for agentic plugin documentation

* feat: add support for agentic plugin documentation

* feat: add support for agentic plugin documentation

* feat: add support for agentic plugin documentation

* feat: add support for agentic plugin documentation

* feat: add support for agentic plugin documentation
swizzmagik pushed a commit that referenced this pull request Jan 4, 2025
* feat: add support for agentic plugin documentation

* feat: add support for agentic plugin documentation (#5)

* feat: add support for agentic plugin documentation

* Feature/full plugin docs (#7)

* feat: add support for agentic plugin documentation

* feat: add support for agentic plugin documentation

* feat: add support for agentic plugin documentation

* feat: add support for agentic plugin documentation

* feat: add support for agentic plugin documentation

* feat: add support for agentic plugin documentation

* feat: add support for agentic plugin documentation

* feat: add support for agentic plugin documentation

* feat: add support for agentic plugin documentation

* feat: add support for agentic plugin documentation

* feat: add support for agentic plugin documentation
swizzmagik pushed a commit that referenced this pull request Jan 4, 2025
* feat: add support for agentic plugin documentation

* feat: add support for agentic plugin documentation (#5)

* feat: add support for agentic plugin documentation

* Feature/full plugin docs (#7)

* feat: add support for agentic plugin documentation

* feat: add support for agentic plugin documentation

* feat: add support for agentic plugin documentation

* feat: add support for agentic plugin documentation

* feat: add support for agentic plugin documentation

* feat: add support for agentic plugin documentation

* feat: add support for agentic plugin documentation

* feat: add support for agentic plugin documentation

* feat: add support for agentic plugin documentation

* feat: add support for agentic plugin documentation

* feat: add support for agentic plugin documentation

* feat: add support for agentic plugin documentation
Bumps [systeminformation](https://github.com/sebhildebrandt/systeminformation) from 5.23.5 to 5.23.8.
- [Changelog](https://github.com/sebhildebrandt/systeminformation/blob/master/CHANGELOG.md)
- [Commits](sebhildebrandt/systeminformation@v5.23.5...v5.23.8)

---
updated-dependencies:
- dependency-name: systeminformation
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/packages/plugin-node/systeminformation-5.23.8 branch from cce2892 to a27e71f Compare January 5, 2025 14:04
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