Bump tmp and exceljs in /src/ElectronNET.WebApp/ElectronHostHook
Type: Pull Request
State: Open
Association: Unknown
Comments: 1
(2 months ago)
(2 months ago)
dependencies javascript
Bumps tmp to 0.2.7 and updates ancestor dependency exceljs. These dependencies need to be updated together.
Updates tmp from 0.1.0 to 0.2.7
Changelog
Sourced from tmp's changelog.
v0.2.2 (2024-02-28)
:bug: Bug Fix
- #278 Closes #268: Revert "fix #246: remove any double quotes or single quotes… (
@mbargiel):memo: Documentation
- #279 Closes #266: move paragraph on graceful cleanup to the head of the documentation (
@silkentrance)Committers: 5
- Carsten Klein (
@silkentrance)- Dave Nicolson (
@dnicolson)- KARASZI István (
@raszi)- Maxime Bargiel (
@mbargiel)@robertoacevesv0.2.1 (2020-04-28)
:rocket: Enhancement
- #252 Closes #250: introduce tmpdir option for overriding the system tmp dir (
@silkentrance):house: Internal
- #253 Closes #191: generate changelog from pull requests using lerna-changelog (
@silkentrance)Committers: 1
- Carsten Klein (
@silkentrance)v0.2.0 (2020-04-25)
:rocket: Enhancement
- #234 feat: stabilize tmp for v0.2.0 release (
@silkentrance):bug: Bug Fix
- #231 Closes #230: regression after fix for #197 (
@silkentrance)- #220 Closes #197: return sync callback when using the sync interface, otherwise return the async callback (
@silkentrance)- #193 Closes #192: tmp must not exit the process on its own (
@silkentrance):memo: Documentation
- #221 Gh 206 document name option (
@silkentrance):house: Internal
- #226 Closes #212: enable direct name option test (
@silkentrance)- #225 Closes #211: existing tests must clean up after themselves (
@silkentrance)- #224 Closes #217: name tests must use tmpName (
@silkentrance)- #223 Closes #214: refactor tests and lib (
@silkentrance)- #198 Update dependencies to latest versions (
@matsev)
... (truncated)
Commits
8ea1f37Bump up the version8f24f78Merge commit from forkce787f3Reject non-string prefix, postfix, template41f7159Bump up the versionefa4a06Merge commit from fork7ef2728Check for relative values3d2fe38Bump up the versione162828Merge pull request #309 from fflorent/fix-tmp-dir-with-dirb847d2fFix use of tmp.dir() withdiroption08fa3abUpdate version- Additional commits viewable in compare view
Updates exceljs from 1.15.0 to 4.4.0
Release notes
Sourced from exceljs's releases.
v4.4.0
Dear ExcelJS Enthusiasts,
Your commitment and insights have paved the way for this remarkable release. A deep thank you to every contributor and user! Let's keep the momentum going: join our thriving Discord community and be a part of shaping ExcelJS's next chapter.
Dive in, experiment with the new features, and share your experiences. Your feedback drives us forward.
Together, we innovate. 🚀
Changelog Highlights:
- fix: styles rendering in case when "numFmt" is present in conditional formatting rules (resolves #1814) by
@andreykrupskiiin exceljs/exceljs#1815- inlineStr cell type support #1575 by
@drdmitryin exceljs/exceljs#1576- Fix parsing of boolean attributes by
@bno1in exceljs/exceljs#1849- add optional custom auto-filter to table by
@thambleyin exceljs/exceljs#1670- Deep copy inherited style by
@ikzhrin exceljs/exceljs#1850- Upgrade actions/cache and actions/setup-node by
@cclaussin exceljs/exceljs#1846- Check object keys in isEqual by
@bno1in exceljs/exceljs#1831- Add v17 to testing workflow by
@Siemienikin exceljs/exceljs#1856- Upgrade jszip to its latest version to date. This version does not have any vulnerability found by Snyk so far by
@ValerioSevillain exceljs/exceljs#1895- Update README.md by
@xjrcodein exceljs/exceljs#1677- (docs): set prototype of RegExp correctly. by
@joeldenningin exceljs/exceljs#1700- Added timeouts to github actions by
@alexbjorligin exceljs/exceljs#1733- fix issue 1676 by
@skypeskyin exceljs/exceljs#1701- ExcelJS/ExcelJS#2237 : Update CI Tests, Drop support for Node v8 by
@Siemienikin exceljs/exceljs#2242- Fix types for getWorksheet() by
@hfhchan-plbin exceljs/exceljs#2223- add characters cannot be used for worksheet name by
@tkm-kjin exceljs/exceljs#2126- Fix issue #1753 Reject promise when workbook reader is writing to temporary file stream and error occurs by
@pauliusgin exceljs/exceljs#1756- README.md to have correct link for Streaming XLSX by
@wulfsolterin exceljs/exceljs#2186- Added a polyfill of promise.finally to support lower versions of Firefox. by
@DemoJjin exceljs/exceljs#1982- Fix read this.worksheet before assign it by
@ZyqGitHub1in exceljs/exceljs#1934- chore: upgrade jszip to ^3.10.1 by
@jarrod-cocoonin exceljs/exceljs#2211- fixed spelling error in README.md file by
@HugoP27in exceljs/exceljs#2208- fix: Fix xlsx.writeFile() not catching error when error occurs by
@zurmokeeperin exceljs/exceljs#2244- Improve worksheets' naming validation logic. by
@Siemienikin exceljs/exceljs#2257- fix issue 2125 - spliceRows remove last row by
@babu-chin exceljs/exceljs#2140- fix: fix the loss of column attributes due to incorrect column order by
@cpaiyueyuein exceljs/exceljs#2222- Fix: Sheet Properties Types by
@albeniraoufin exceljs/exceljs#2327- Use node 18 LTS for tsc, and benchmark. Add node 20. to test matrix. … by
@Siemienikin exceljs/exceljs#2354- Add missing tooltip attribute to CellHyperlinkValue index.d.ts by
@NiklasPorin exceljs/exceljs#2350- Increase resilience to generating large workbooks by
@hfhchan-plbin exceljs/exceljs#2320- repair all 'c2fo.io' links ('c2fo.github.io') by
@justintunev7in exceljs/exceljs#2324- fix: fix type definitions about last column, formula values and protection by
@gltjkin exceljs/exceljs#2309- fix: add spinCount field for WorksheetProtection type by
@damingerdaiin exceljs/exceljs#2284- Add type definition for WorksheetModel.merges by
@ytjmtin exceljs/exceljs#2281- 1842: New xlsx option for ignoring certain nodes for improved performance by
@hofnarwilliein exceljs/exceljs#2132- Update changelog: v4.4.0 preparations by
@Siemienikin exceljs/exceljs#2555New Contributors
... (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 badge- Additional commits viewable in compare view
Maintainer 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 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.
Technical Details
| ID: | 15941562 |
| UUID: | 4536736635 |
| Node ID: | PR_kwDOBkwUec7gC2gD |
| Host: | GitHub |
| Repository: | ElectronNET/Electron.NET |
