mirror of
https://github.com/ElectronNET/Electron.NET.git
synced 2026-02-03 21:25:13 +00:00
[PR #898] [CLOSED] Bump tmp and exceljs in /src/ElectronNET.WebApp/ElectronHostHook #1339
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/ElectronNET/Electron.NET/pull/898
Author: @dependabot[bot]
Created: 10/31/2025
Status: ❌ Closed
Base:
develop← Head:dependabot/npm_and_yarn/src/ElectronNET.WebApp/ElectronHostHook/multi-7d1d1829ea📝 Commits (9)
ca74838fix #647 process argv for open-file for win and linuxf7de17ffix #647 add initial Process class to ElectronNET.APIdc019ad#647 add to ElectronNET.API Process member interfaces for argv and typec01ef40fix #647 add to ElectronNET.API Process member interfaces for various fields8daf4d1#647 update XML documentation to ElectronNET.API Process membersf9601a6fix #647 make ProcessVersions Entity a record to ensure readonly access to props9a615caMerge pull request #881 from hillin/reintroduce-#648c2ba55eMerge branch 'develop'd44968cBump tmp and exceljs in /src/ElectronNET.WebApp/ElectronHostHook📊 Changes
8 files changed (+762 additions, -430 deletions)
View changed files
📝
src/ElectronNET.API/API/Electron.cs(+5 -0)➕
src/ElectronNET.API/Process.cs(+185 -0)➕
src/ElectronNET.Host/api/process.js(+62 -0)➕
src/ElectronNET.Host/api/process.js.map(+1 -0)➕
src/ElectronNET.Host/api/process.ts(+73 -0)📝
src/ElectronNET.Host/main.js(+1 -0)📝
src/ElectronNET.WebApp/ElectronHostHook/package-lock.json(+434 -429)📝
src/ElectronNET.WebApp/ElectronHostHook/package.json(+1 -1)📄 Description
Bumps tmp to 0.2.5 and updates ancestor dependency exceljs. These dependencies need to be updated together.
Updates
tmpfrom 0.1.0 to 0.2.5Changelog
Sourced from tmp's changelog.
... (truncated)
Commits
3d2fe38Bump up the versione162828Merge pull request #309 from fflorent/fix-tmp-dir-with-dirb847d2fFix use of tmp.dir() withdiroption08fa3abUpdate version1cf4ec5Merge commit from fork188b25eFix GHSA-52f5-9888-hmc673b9fe4Add test case for GHSA-52f5-9888-hmc6b8e2f29Remove broken tests2892a02Remove outdated URLf592318Reformat package.jsonUpdates
exceljsfrom 1.15.0 to 4.4.0Release notes
Sourced from exceljs's releases.
... (truncated)
Commits
ac96f9a4.4.06fb8117Update changelog: v4.4.0 preparations (#2555)3178efd1842: New xlsx option for ignoring certain nodes for improved performance (#2...4abccf5Add type definition for WorksheetModel.merges (#2281)243d7d7fix: add spinCount field for WorksheetProtection type (#2284)bd317dbfix: fix type definitions about last column, formula values and protection (#...b392ec5repair all 'c2fo.io' links ('c2fo.github.io') (#2324)804775aIncrease resilience to generating large workbooks (#2320)56a28e9Add missing tooltip attribute to CellHyperlinkValue index.d.ts (#2350)63795a3Fix build badgeMaintainer changes
This version was pushed to npm by siemienik, a new releaser for exceljs since your current version.
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill 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.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.