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

Bump debug, express, finalhandler, send, serve-static and prerender-spa-plugin in /vue-mpa-prerender #156

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

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Jan 12, 2023

Bumps debug to 2.6.9 and updates ancestor dependencies debug, express, finalhandler, send, serve-static and prerender-spa-plugin. These dependencies need to be updated together.

Updates debug from 2.6.8 to 2.6.9

Release notes

Sourced from debug's releases.

2.6.9

Patches

  • Remove ReDoS regexp in %o formatter: #504

Credits

Huge thanks to @​zhuangya for their help!

Changelog

Sourced from debug's changelog.

2.6.9 / 2017-09-22

  • remove ReDoS regexp in %o formatter (#504)
Commits

Updates express from 4.15.4 to 4.18.2

Release notes

Sourced from express's releases.

4.18.2

4.18.1

  • Fix hanging on large stack of sync routes

4.18.0

... (truncated)

Changelog

Sourced from express's changelog.

4.18.2 / 2022-10-08

4.18.1 / 2022-04-29

  • Fix hanging on large stack of sync routes

4.18.0 / 2022-04-25

... (truncated)

Commits

Updates finalhandler from 1.0.4 to 1.1.2

Release notes

Sourced from finalhandler's releases.

1.1.2

  • Set stricter Content-Security-Policy header
  • deps: parseurl@~1.3.3
  • deps: statuses@~1.5.0

1.1.1

  • Fix 404 output for bad / missing pathnames
  • deps: encodeurl@~1.0.2
    • Fix encoding % as last character
  • deps: statuses@~1.4.0

1.1.0

  • Use res.headersSent when available

1.0.6

1.0.5

  • deps: parseurl@~1.3.2
    • perf: reduce overhead for full URLs
    • perf: unroll the "fast-path" RegExp
Changelog

Sourced from finalhandler's changelog.

1.1.2 / 2019-05-09

  • Set stricter Content-Security-Policy header
  • deps: parseurl@~1.3.3
  • deps: statuses@~1.5.0

1.1.1 / 2018-03-06

  • Fix 404 output for bad / missing pathnames
  • deps: encodeurl@~1.0.2
    • Fix encoding % as last character
  • deps: statuses@~1.4.0

1.1.0 / 2017-09-24

  • Use res.headersSent when available

1.0.6 / 2017-09-22

1.0.5 / 2017-09-15

  • deps: parseurl@~1.3.2
    • perf: reduce overhead for full URLs
    • perf: unroll the "fast-path" RegExp
Commits

Updates send from 0.15.4 to 0.18.0

Changelog

Sourced from send's changelog.

0.18.0 / 2022-03-23

0.17.2 / 2021-12-11

0.17.1 / 2019-05-10

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

0.17.0 / 2019-05-03

  • 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

... (truncated)

Commits

Updates serve-static from 1.12.4 to 1.15.0

Release notes

Sourced from serve-static's releases.

1.15.0

1.14.2

1.14.1

  • Set stricter CSP header in redirect response
  • deps: [email protected]
    • deps: range-parser@~1.2.1

1.14.0

1.13.2

  • Fix incorrect end tag in redirects
  • deps: encodeurl@~1.0.2
    • Fix encoding % as last character
  • deps: [email protected]
    • deps: depd@~1.1.2
    • deps: encodeurl@~1.0.2
    • deps: statuses@~1.4.0

1.13.1

1.13.0

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

... (truncated)

Changelog

Sourced from serve-static's changelog.

1.15.0 / 2022-03-24

1.14.2 / 2021-12-15

1.14.1 / 2019-05-10

  • Set stricter CSP header in redirect response
  • deps: [email protected]
    • deps: range-parser@~1.2.1

1.14.0 / 2019-05-07

1.13.2 / 2018-02-07

  • Fix incorrect end tag in redirects
  • deps: encodeurl@~1.0.2
    • Fix encoding % as last character
  • deps: [email protected]
    • deps: depd@~1.1.2
    • deps: encodeurl@~1.0.2
    • deps: statuses@~1.4.0

1.13.1 / 2017-09-29

... (truncated)

Commits

Updates prerender-spa-plugin from 2.1.0 to 3.4.0

Release notes

Sourced from prerender-spa-plugin's releases.

v3.4.0

Additions

  • #243 Allow postProcess to return a Promise, allowing for async processing of route output. (See README.md) (Thanks @​isidrok!)

Fixes

  • #235 Wait for writeFile to finish instead of treating it like a synchronous call. (Thanks, @​qkdreyer!)

v3.3.0

Additions

  • [prerenderer/#16](Tribex/prerenderer#16) Allow setting the options passed to puppeteer's page.goto() call using new PuppeteerRenderer({rendererOptions: Object}). See README.md. (Thanks @​cbravo!)

Breaking

  • #232 Terminate the build process if prerender-spa-plugin fails to render a page. This is the intended behavior. If you relied on this bug, you'll need to adjust accordingly. (Thanks again @​cbravo!)

Changes

  • Updated dependencies.

v3.2.1

Fixes

  • #204 DeprecationWarning: Tapable.plugin is deprecated warning in Webpack 4. (Thanks @​qkdreyer!)
  • 3.2.0 Included accidental log statement.

Changes

  • #195 Now uses compiler.outputFileSystem to write files instead of fs and mkdirp-promise. Should work exactly the same way in 99.9% of use-cases, and fix an issue in the last 0.1%
  • Updated dependencies.

v3.1.0

Fixes

  • #184 Upgrade prerenderer to 0.7.1 to fix handling of Unicode and non-URL characters in route paths.
  • If users forget to return the context object in postProcess, a clearer error is thrown.

Additions

  • postProcess now allows you to overwrite context.outputPath. It is null by default but will be used if set. Otherwise, it will continue to calculate the output path as normal. Can be used to write files that end with a file extension directly instead of writing them to index.html in a folder by the same name. (#179) See README.

v3.0.0

Upgrade Rationale

prerender-spa-plugin 2.x was developed around PhantomJS and closely integrated with it to provide prerendering support. Unfortunately, PhantomJS has been falling behind in terms of support for modern web platform features, often requiring unwieldy polyfills. In the meantime, alternatives such as puppeteer have filled the void left by PhantomJS.

However, it was impossible for us to maintain full backwards-compatibility with prerender-spa-plugin 2.x while also switching out the rendering backend, so instead we took this as an opportunity to modularize the plugin and make a few much-needed changes while also replacing PhantomJS with puppeteer.

For clarification, basic usage of prerender-spa-plugin 3 is still backwards-compatible with 2.x, but deprecated. For obvious reasons, custom configuration of PhantomJS will no longer function.

Notable Changes

  • The plugin initialization signature has changed from new PrerenderSPAPlugin(staticDir: String, routes: Array<String>, config: Object) to `new PrerenderSPAPlugin(config: Object). For example: new PrerenderSPAPlugin({ staticDir: String, routes: String,

... (truncated)

Commits
  • 1f49b36 3.4.0
  • 30dfeaa feat: allow postProcess to return a promise (#243)
  • a501698 Merge pull request #235 from qkdreyer/master
  • d890455 Fixed empty file written to outputPath
  • 15d79f2 Added qkdreyer as contributor
  • 5b5fef2 Eslinted + Factorized error message
  • 8abb6ec 3.3.0
  • 0dfa75d Update dependencies
  • 1d6188e Merge pull request #232 from cbravo/feat-error-handling
  • 6b7f2b3 feat(errors): adds error handling that will terminate the node process.
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by tribex, a new releaser for prerender-spa-plugin 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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language

You can disable automated security fix PRs for this repo from the Security Alerts page.

…pa-plugin

Bumps [debug](https://github.com/debug-js/debug) to 2.6.9 and updates ancestor dependencies [debug](https://github.com/debug-js/debug), [express](https://github.com/expressjs/express), [finalhandler](https://github.com/pillarjs/finalhandler), [send](https://github.com/pillarjs/send), [serve-static](https://github.com/expressjs/serve-static) and [prerender-spa-plugin](https://github.com/chrisvfritz/prerender-spa-plugin). These dependencies need to be updated together.


Updates `debug` from 2.6.8 to 2.6.9
- [Release notes](https://github.com/debug-js/debug/releases)
- [Changelog](https://github.com/debug-js/debug/blob/2.6.9/CHANGELOG.md)
- [Commits](debug-js/debug@2.6.8...2.6.9)

Updates `express` from 4.15.4 to 4.18.2
- [Release notes](https://github.com/expressjs/express/releases)
- [Changelog](https://github.com/expressjs/express/blob/master/History.md)
- [Commits](expressjs/express@4.15.4...4.18.2)

Updates `finalhandler` from 1.0.4 to 1.1.2
- [Release notes](https://github.com/pillarjs/finalhandler/releases)
- [Changelog](https://github.com/pillarjs/finalhandler/blob/master/HISTORY.md)
- [Commits](pillarjs/finalhandler@v1.0.4...v1.1.2)

Updates `send` from 0.15.4 to 0.18.0
- [Release notes](https://github.com/pillarjs/send/releases)
- [Changelog](https://github.com/pillarjs/send/blob/master/HISTORY.md)
- [Commits](pillarjs/send@0.15.4...0.18.0)

Updates `serve-static` from 1.12.4 to 1.15.0
- [Release notes](https://github.com/expressjs/serve-static/releases)
- [Changelog](https://github.com/expressjs/serve-static/blob/master/HISTORY.md)
- [Commits](expressjs/serve-static@v1.12.4...v1.15.0)

Updates `prerender-spa-plugin` from 2.1.0 to 3.4.0
- [Release notes](https://github.com/chrisvfritz/prerender-spa-plugin/releases)
- [Commits](chrisvfritz/prerender-spa-plugin@v2.1.0...v3.4.0)

---
updated-dependencies:
- dependency-name: debug
  dependency-type: indirect
- dependency-name: express
  dependency-type: direct:development
- dependency-name: finalhandler
  dependency-type: indirect
- dependency-name: send
  dependency-type: indirect
- dependency-name: serve-static
  dependency-type: indirect
- dependency-name: prerender-spa-plugin
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jan 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants