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

prefix_from_database Update dependency send to v0.18.0 #22

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

Conversation

developer-platform-dev[bot]
Copy link

@developer-platform-dev developer-platform-dev bot commented Feb 22, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
send 0.11.1 -> 0.18.0 age adoption passing confidence

Release Notes

pillarjs/send (send)

v0.18.0

Compare Source

===================

v0.17.2

Compare Source

===================

v0.17.1

Compare Source

===================

  • Set stricter CSP header in redirect & error responses
  • deps: range-parser@~1.2.1

v0.17.0

Compare Source

===================

  • deps: http-errors@~1.7.2
    • Set constructor name when possible
    • Use toidentifier module to make class names
    • deps: depd@~1.1.2
    • deps: [email protected]
    • deps: statuses@'>= 1.5.0 < 2'
  • deps: [email protected]
    • Add extensions for JPEG-2000 images
    • Add new font/* types from IANA
    • Add WASM mapping
    • Update .bdoc to application/bdoc
    • Update .bmp to image/bmp
    • Update .m4a to audio/mp4
    • Update .rtf to application/rtf
    • Update .wav to audio/wav
    • Update .xml to application/xml
    • Update generic extensions to application/octet-stream:
      .deb, .dll, .dmg, .exe, .iso, .msi
    • Use mime-score module to resolve extension conflicts
  • deps: [email protected]
    • Add week/w support
    • Fix negative number handling
  • deps: statuses@~1.5.0
  • perf: remove redundant path.normalize call

v0.16.2

Compare Source

===================

  • Fix incorrect end tag in default error & redirects
  • deps: depd@~1.1.2
    • perf: remove argument reassignment
  • deps: encodeurl@~1.0.2
    • Fix encoding % as last character
  • deps: statuses@~1.4.0

v0.16.1

Compare Source

===================

  • Fix regression in edge-case behavior for empty path

v0.16.0

Compare Source

===================

  • Add immutable option
  • Fix missing </html> in default error & redirects
  • Use instance methods on steam to check for listeners
  • deps: [email protected]
    • Add 70 new types for file extensions
    • Set charset as "UTF-8" for .js and .json
  • perf: improve path validation speed

v0.15.6

Compare Source

===================

v0.15.5

Compare Source

===================

  • deps: etag@~1.8.1
    • perf: replace regular expression with substring
  • deps: [email protected]
    • Fix handling of modified headers with invalid dates
    • perf: improve ETag match loop
    • perf: improve If-None-Match token parsing

v0.15.4

Compare Source

===================

v0.15.3

Compare Source

===================

v0.15.2

Compare Source

===================

v0.15.1

Compare Source

===================

  • Fix issue when Date.parse does not return NaN on invalid date
  • Fix strict violation in broken environments

v0.15.0

Compare Source

===================

  • Support If-Match and If-Unmodified-Since headers
  • Add res and path arguments to directory event
  • Remove usage of res._headers private field
    • Improves compatibility with Node.js 8 nightly
  • Send complete HTML document in redirect & error responses
  • Set default CSP header in redirect & error responses
  • Use res.getHeaderNames() when available
  • Use res.headersSent when available
  • deps: [email protected]
    • Allow colors in workers
    • Deprecated DEBUG_FD environment variable set to 3 or higher
    • Fix error when running under React Native
    • Use same color for same namespace
    • deps: [email protected]
  • deps: etag@~1.8.0
  • deps: [email protected]
    • Fix false detection of no-cache request directive
    • Fix incorrect result when If-None-Match has both * and ETags
    • Fix weak ETag matching to match spec
    • perf: delay reading header values until needed
    • perf: enable strict mode
    • perf: hoist regular expressions
    • perf: remove duplicate conditional
    • perf: remove unnecessary boolean coercions
    • perf: skip checking modified time if ETag check failed
    • perf: skip parsing If-None-Match when no ETag header
    • perf: use Date.parse instead of new Date
  • deps: http-errors@~1.6.1

v0.14.2

Compare Source

===================

v0.14.1

Compare Source

===================

  • Fix redirect error when path contains raw non-URL characters
  • Fix redirect when path starts with multiple forward slashes

v0.14.0

Compare Source

===================

  • Add acceptRanges option
  • Add cacheControl option
  • Attempt to combine multiple ranges into single range
  • Correctly inherit from Stream class
  • Fix Content-Range header in 416 responses when using start/end options
  • Fix Content-Range header missing from default 416 responses
  • Ignore non-byte Range headers
  • deps: http-errors@~1.5.0
    • Add HttpError export, for err instanceof createError.HttpError
    • Support new code 421 Misdirected Request
    • Use setprototypeof module to replace __proto__ setting
    • deps: [email protected]
    • deps: statuses@'>= 1.3.0 < 2'
    • perf: enable strict mode
  • deps: range-parser@~1.2.0
    • Fix incorrectly returning -1 when there is at least one valid range
    • perf: remove internal function
  • deps: statuses@~1.3.0
    • Add 421 Misdirected Request
    • perf: enable strict mode
  • perf: remove argument reassignment

v0.13.2

Compare Source

===================

  • Fix invalid Content-Type header when send.mime.default_type unset

v0.13.1

Compare Source

===================

  • deps: depd@~1.1.0
    • Support web browser loading
    • perf: enable strict mode
  • deps: destroy@~1.0.4
    • perf: enable strict mode
  • deps: escape-html@~1.0.3
    • perf: enable strict mode
    • perf: optimize string replacement
    • perf: use faster string coercion
  • deps: range-parser@~1.0.3
    • perf: enable strict mode

v0.13.0

Compare Source

===================

  • Allow Node.js HTTP server to set Date response header
  • Fix incorrectly removing Content-Location on 304 response
  • Improve the default redirect response headers
  • Send appropriate headers on default error response
  • Use http-errors for standard emitted errors
  • Use statuses instead of http module for status messages
  • deps: [email protected]
  • deps: etag@~1.7.0
    • Improve stat performance by removing hashing
  • deps: [email protected]
    • Add weak ETag matching support
  • deps: on-finished@~2.3.0
    • Add defined behavior for HTTP CONNECT requests
    • Add defined behavior for HTTP Upgrade requests
    • deps: [email protected]
  • perf: enable strict mode
  • perf: remove unnecessary array allocations

v0.12.3

Compare Source

===================

  • Improve support for JXcore
  • Support "fake" stats objects in environments without fs

v0.12.2

Compare Source

===================

  • Throw errors early for invalid extensions or index options
  • deps: debug@~2.1.3

v0.12.1

Compare Source

===================

  • Fix regression sending zero-length files

v0.12.0

Compare Source

===================

  • Always read the stat size from the file
  • Fix mutating passed-in options
  • deps: [email protected]

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@developer-platform-dev developer-platform-dev bot changed the title Update dependency send to v0.18.0 prefix_from_worker Update dependency send to v0.18.0 Mar 20, 2023
@developer-platform-dev developer-platform-dev bot changed the title prefix_from_worker Update dependency send to v0.18.0 prefix_from_database Update dependency send to v0.18.0 Mar 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants