Skip to content
This repository was archived by the owner on Feb 3, 2025. It is now read-only.

Update dependency express-static-gzip to v2#62

Open
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/express-static-gzip-2.x
Open

Update dependency express-static-gzip to v2#62
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/express-static-gzip-2.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Aug 10, 2019

This PR contains the following updates:

Package Type Update Change
express-static-gzip devDependencies major 1.1.3 -> 2.0.6

Release Notes

tkoenig89/express-static-gzip

v2.0.6

Compare Source

v2.0.5

Compare Source

v2.0.4

Compare Source

v2.0.3

Compare Source

  • Even so this is mayor release, this should be fully backwards compatible and should not have any breaking change to v1.1.3.

  • Moves all options for serverStatic in it's own section, to prevent collisions when setting up your static fileserving middleware.

  • For backwards compatibility all root options that apply to serveStatic will be copied to the new serverStatic section, except if you have set values there already. Here is a small example of this behaviour:

    {
        enableBrotli: true,         // not a serverStatic option, will not be moved
        maxAge: 123,                // not copied, as already present.
        index: 'main.js',           // copied to serveStatic section
        serveStatic: {
            maxAge: 234,            // will be kept 
            cacheControl: false     // will be kept as well
        }
    }

    In the above scenario serveStatic will use cacheControl: false, index: 'main.js', maxAge:234.

v2.0.2

Compare Source

v2.0.1

Compare Source

v2.0.0

Compare Source


Renovate configuration

📅 Schedule: At any time (no schedule defined).

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

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

🔕 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 WhiteSource Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/express-static-gzip-2.x branch 3 times, most recently from 3d29242 to 2b523d8 Compare August 10, 2019 13:53
@renovate renovate bot force-pushed the renovate/express-static-gzip-2.x branch 2 times, most recently from 2c7beb3 to ea7b384 Compare August 31, 2019 12:37
@renovate renovate bot force-pushed the renovate/express-static-gzip-2.x branch from ea7b384 to 5870d20 Compare September 16, 2019 17:56
@renovate renovate bot force-pushed the renovate/express-static-gzip-2.x branch from 5870d20 to 3a22a28 Compare January 12, 2020 07:10
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant