Bump tar, bcrypt and canvas
Type: Pull Request
State: Closed
Association: Unknown
Comments: 2
(5 months ago)
(2 months ago)
(2 months ago)
dependencies javascript
Removes tar. It's no longer used after updating ancestor dependencies tar, bcrypt and canvas. These dependencies need to be updated together.
Removes tar
Updates bcrypt from 5.1.1 to 6.0.0
Release notes
Sourced from bcrypt's releases.
v6.0.0
What's Changed
- Include platform, arch, and libc in module path by
@johanholmerinin kelektiv/node.bcrypt.js#1002- Remove node-pre-gyp, use prebuildify by
@thom-nicin kelektiv/node.bcrypt.js#890- Add string encoding to README by
@veigariboin kelektiv/node.bcrypt.js#1009- Fix redefine variable in async_compare.js by
@asportnoyin kelektiv/node.bcrypt.js#1045- fix/typo-overridden-word by
@nikhilnishadoo7in kelektiv/node.bcrypt.js#1043- fix:typo error in comments in bcrypt.js file by
@alokranjan609in kelektiv/node.bcrypt.js#1036- update libs for security reasons by
@tbo47in kelektiv/node.bcrypt.js#1049- Prepare for v6 by
@recrsnin kelektiv/node.bcrypt.js#1186New Contributors
@johanholmerinmade their first contribution in kelektiv/node.bcrypt.js#1002@thom-nicmade their first contribution in kelektiv/node.bcrypt.js#890@veigaribomade their first contribution in kelektiv/node.bcrypt.js#1009@asportnoymade their first contribution in kelektiv/node.bcrypt.js#1045@nikhilnishadoo7made their first contribution in kelektiv/node.bcrypt.js#1043@alokranjan609made their first contribution in kelektiv/node.bcrypt.js#1036@tbo47made their first contribution in kelektiv/node.bcrypt.js#1049Full Changelog: https://github.com/kelektiv/node.bcrypt.js/compare/v5.1.1...v6.0.0
Changelog
Sourced from bcrypt's changelog.
6.0.0 (2025-02-28)
- Drop support for NodeJS <= 16
- Remove
node-pre-gypin favor ofprebuildify, prebuilt binaries are now shipped with the package- Update
node-addon-apito 8.3.0- Update JS code to newer ES syntax
Commits
17894bdMerge pull request #1186 from recrsn/v6-release473c150Update changelog7e93b78Test package8fc0ceaExclude Windows x86 as it is no longer supported1bbb5aeAlso compile linux against Node 185517028Use Node 18/20 for macos/windows271035aModernize JSefe4968Prepare for v6cf4269aMerge pull request #1049 from tbo47/update-libs5e9afd4Merge pull request #1036 from alokranjan609/fix/typo-in-comments- Additional commits viewable in compare view
Updates canvas from 2.11.2 to 3.2.1
Release notes
Sourced from canvas's releases.
v3.2.1
3.2.1
- Fix error message HTTP response status code in image src setter
roundRect()shape incorrect when radii were large relative to rectangle size (#2400)- Reject loadImage when src is null or invalid (#2304)
- Fix compilation on GCC 15 by including (#2545)
v3.2.0
3.2.0
Added
- Added
ctx.langto set the ISO language code for textv3.1.2
3.1.2
Fixed
- Fix crash when setting width/height on PDF, SVG canvas (#2520)
v3.1.1
3.1.1
This release also introduces arm64 prebuilds for Linux!
Fixed
- Fix a crash when SVGs without width or height are loaded (#2486)
- Fix fetching prebuilds during installation on certain newer versions of Node (#2497)
- Fixed issue with fillText that was breaking subsequent fillText calls (#2171)
- Fix svg rendering when the image is resized (#2498)
- Fix measureText with direction rtl textAlign start/end
- Fix a crash in Node 24, due to external memory API change (#2514)
v3.1.0
3.1.0
- Replaced
simple-getwithNode.js builtinfetch(#2309)ctx.fonthas a new C++ parser and is 2x-400x faster. Please file an issue if you experience different results, as caching has been removed.- The restriction of registering fonts before a canvas is created has been removed. You can now register a font as late as right before the
fillTextcall (#1921)Added
- Support for accessibility and links in PDFs
ctx.directionis implemented:'rtl'or'ltr'set the base direction of textctx.textAlign'start'and'end'are now'right'and'left'whenctx.direction === 'rtl'Fixed
- Fix a crash in
getImageDatawhen the rectangle is entirely outside the canvas. (#2024)- Fix
getImageDatacropping the resultingImageDatawhen the given rectangle is partly outside the canvas. (#1849)v3.0.1
3.0.1
... (truncated)
Changelog
Sourced from canvas's changelog.
3.2.1
- Fix error message HTTP response status code in image src setter
roundRect()shape incorrect when radii were large relative to rectangle size (#2400)- Reject loadImage when src is null or invalid (#2304)
- Fix compilation on GCC 15 by including (#2545)
3.2.0
Added
- Added
ctx.langto set the ISO language code for text3.1.2
Fixed
- Fix crash when setting width/height on PDF, SVG canvas (#2520)
3.1.1
Fixed
- Fix a crash when SVGs without width or height are loaded (#2486)
- Fix fetching prebuilds during installation on certain newer versions of Node (#2497)
- Fixed issue with fillText that was breaking subsequent fillText calls (#2171)
- Fix svg rendering when the image is resized (#2498)
- Fix measureText with direction rtl textAlign start/end
- Fix a crash in Node 24, due to external memory API change (#2514)
3.1.0
Changed
- Replaced
simple-getwithNode.js builtinfetch(#2309)ctx.fonthas a new C++ parser and is 2x-400x faster. Please file an issue if you experience different results, as caching has been removed.- The restriction of registering fonts before a canvas is created has been removed. You can now register a font as late as right before the
fillTextcall (#1921)Added
- Support for accessibility and links in PDFs
ctx.directionis implemented:'rtl'or'ltr'set the base direction of textctx.textAlign'start'and'end'are now'right'and'left'whenctx.direction === 'rtl'Fixed
- Fix a crash in
getImageDatawhen the rectangle is entirely outside the canvas. (#2024)- Fix
getImageDatacropping the resultingImageDatawhen the given rectangle is partly outside the canvas. (#1849)3.0.1
Fixed
- Fixed accidental depenency on ambient DOM types
3.0.0
... (truncated)
Commits
41adf08v3.2.1f2c570dFix compilation on GCC 15 by including <cstdint> (#2545) (#2546)7f34c9bFix error message HTTP response status code in image src setter (#2532)616859bfix: reject loadImage when src is null or invalid (#2518)418f555bug: incorrect roundRect() with large radii9bcf3633.2.06ce963dSet pango language through ctx.lang (#2526)d548caause memcpy to avoid misaligned pointer UB6353debci: windows-2025 image (2019 was retired)a862af83.1.2- Additional commits viewable in compare view
You can trigger a rebase of this PR 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.
Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.
Package Dependencies
tar, bcrypt
npm
Technical Details
| ID: | 14894839 |
| UUID: | 3823789430 |
| Node ID: | PR_kwDOKRGsUc69thmH |
| Host: | GitHub |
| Repository: | BaseMax/ImageProcessingTSAPI |