monkeytype-readme
monkeytype-readme copied to clipboard
build(deps): bump compression from 1.7.4 to 1.8.0
Bumps compression from 1.7.4 to 1.8.0.
Release notes
Sourced from compression's releases.
v1.8.0
What's Changed
- Refactor chunkLength function for improved readability and consistency by
@Ayoub-Mabroukin expressjs/compression#203- Refactor toBuffer function to simplify buffer check logic by
@Ayoub-Mabroukin expressjs/compression#201- ci: add CodeQL (SAST) by
@bjohansebasin expressjs/compression#204- Use headersSent instead of _header by
@maritzin expressjs/compression#129- Bugfix/use write head instead of implicit header by
@Icehunterin expressjs/compression#170- feat: add default option by
@bjohansebasin expressjs/compression#191- ci: update ci workflow by
@bjohansebasin expressjs/compression#206- feat: support for brotli by
@bjohansebasin expressjs/compression#194- docs: improve readme by
@bjohansebasin expressjs/compression#209- docs: keywords field by
@bjohansebasin expressjs/compression#210- refactor: simplify encoding negotiation logic by
@bjohansebasin expressjs/compression#213New Contributors
@Ayoub-Mabroukmade their first contribution in expressjs/compression#203@maritzmade their first contribution in expressjs/compression#129@Icehuntermade their first contribution in expressjs/compression#170Full Changelog: https://github.com/expressjs/compression/compare/1.7.5...v1.8.0
1.7.5
What's Changed
- chore: add support for OSSF scorecard reporting by
@inigomarquinezin expressjs/compression#186- ci: fix errors in ci github action for node 8 and 9 by
@inigomarquinezin expressjs/compression#187- docs: fix spelling by
@dijonkitchenin expressjs/compression#174- deps: [email protected] by
@bjohansebasin expressjs/compression#192- remove --bail option by
@bjohansebasin expressjs/compression#196- build: Node.js 23.0 by
@bjohansebasin expressjs/compression#193- Replace accepts with negotiator by
@blakeembreyin expressjs/compression#197- docs: update history by
@bjohansebasin expressjs/compression#200New Contributors
@inigomarquinezmade their first contribution in expressjs/compression#186@dijonkitchenmade their first contribution in expressjs/compression#174@bjohansebasmade their first contribution in expressjs/compression#192@blakeembreymade their first contribution in expressjs/compression#197@UlisesGasconmade their first contribution in expressjs/compression#195Full Changelog: https://github.com/expressjs/compression/compare/1.7.4...1.7.5
Changelog
Sourced from compression's changelog.
1.8.0 / 2025-02-10
- Use
res.headersSentwhen available- Replace
_implicitHeaderwithwriteHeadproperty- add brotli support for versions of node that support it
- Add the enforceEncoding option for requests without
Accept-Encodingheader1.7.5 / 2024-10-31
- deps: Replace accepts with negotiator@~0.6.4
- Add preference option
- deps: [email protected]
- Add petabyte (
pb) support- Fix "thousandsSeparator" incorrecting formatting fractional part
- Fix return value for un-parsable strings
- deps: compressible@~2.0.18
- Mark
font/ttfas compressible- Remove compressible from
multipart/mixed- deps: mime-db@'>= 1.43.0 < 2'
- deps: [email protected]
Commits
c7ace2cv1.8.00af2a9afix: don't handle * in enforceEncoding (#213)82c9cb5fix(docs): keywords field (#210)0cf7d3ffix(docs): improve readme (#209)d272132feat: support for brotli (#194)96df7c5improve ci workflow (#206)f4e596cfeat: add default option (#191)b7d5d77Bugfix/use write head instead of implicit header (#170)8e5641cUse headersSent instead of _header (#129)7b7f84bci: add CodeQL (SAST) (#204)- Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by wesleytodd, a new releaser for compression 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)