DEFRA / waste-carriers-frontend

Waste Carrier Registrations Frontend Code
Other
1 stars 1 forks source link

Bump wicked_pdf from 1.0.6 to 1.2.1 #201

Closed dependabot-preview[bot] closed 5 years ago

dependabot-preview[bot] commented 5 years ago

Bumps wicked_pdf from 1.0.6 to 1.2.1.

Changelog *Sourced from [wicked_pdf's changelog](https://github.com/mileszs/wicked_pdf/blob/master/CHANGELOG.md).* > ## [1.2.1] - 2019-03-16 > ### Changed > - [Fix `SystemStackError` in some setups](https://github-redirect.dependabot.com/mileszs/wicked_pdf/pull/813) > > ## [1.2.0] - 2019-03-16 > ### Added > - [Add `raise_on_all_errors: true` option to raise on any error that prints to STDOUT during PDF generation](https://github-redirect.dependabot.com/mileszs/wicked_pdf/pull/751) > - [Add ability to use the `assigns` option to `render` to assign instance variables to a PDF template](https://github-redirect.dependabot.com/mileszs/wicked_pdf/pull/801) > - [Add ability to track console progress](https://github-redirect.dependabot.com/mileszs/wicked_pdf/pull/804) with `progress: -> (output) { puts output }`. This is useful to add reporting hooks to show your frontend what page number is being generated. > > ### Changed > - [Fix conflict with other gems that hook into `render`](https://github-redirect.dependabot.com/mileszs/wicked_pdf/pull/574) and avoid using `alias_method_chain` where possible > - [Fix issue using the shell to locate `wkhtmltopdf` in a Bundler environment](https://github-redirect.dependabot.com/mileszs/wicked_pdf/pull/728) > - [Fix `wkhtmltopdf` path detection when HOME environment variable is unset](https://github-redirect.dependabot.com/mileszs/wicked_pdf/pull/568) > - [Fix error when the `Rails` constant is defined but not actually using Rails](https://github-redirect.dependabot.com/mileszs/wicked_pdf/pull/613) > - [Fix compatibility issue with Sprockets 4](https://github-redirect.dependabot.com/mileszs/wicked_pdf/pull/615) > - [Fix compatibility issue with `Mime::JS` in Rails 5.1+](https://github-redirect.dependabot.com/mileszs/wicked_pdf/pull/627) > - [Fix deprecation warning by using `after_action` instead of `after_filter` when available](https://github-redirect.dependabot.com/mileszs/wicked_pdf/pull/663) > - [Provide Rails `base_path` to `find_asset` calls for Sprockets file lookup](https://github-redirect.dependabot.com/mileszs/wicked_pdf/pull/688) > - Logger changes: > - [Use `Rails.logger.debug` instead of `p`](https://github-redirect.dependabot.com/mileszs/wicked_pdf/pull/575) > - [Change logger message to prepend `[wicked_pdf]` instead of nonstandard `****************WICKED****************`](https://github-redirect.dependabot.com/mileszs/wicked_pdf/pull/589) > - Documentation changes: > - [Update link to wkhtmltopdf homepage](https://github-redirect.dependabot.com/mileszs/wicked_pdf/pull/582) > - [Update link to `wkhtmltopdf_binary_gem`](https://github.com/mileszs/wicked_pdf/commit/59e6c5fca3985f2fa2f345089596250df5da2682) > - [Update documentation for usage with the Asset Pipeline](https://github.com/mileszs/wicked_pdf/commit/690d00157706699a71b7dcd71834759f4d84702f) > - [Document `default_protocol` option](https://github-redirect.dependabot.com/mileszs/wicked_pdf/pull/585) > - [Document `image` and `no_image` options](https://github-redirect.dependabot.com/mileszs/wicked_pdf/pull/689) > - [Document issue with DPI/scaling on various platforms](https://github-redirect.dependabot.com/mileszs/wicked_pdf/pull/715) > - [Document creating and attaching a PDF in a mailer](https://github-redirect.dependabot.com/mileszs/wicked_pdf/pull/746) > - [Document dependency on `wkhtmltopdf` with RubyGems](https://github-redirect.dependabot.com/mileszs/wicked_pdf/pull/656) > - [Add example using WickedPDF with Rails in an API-only configuration](https://github-redirect.dependabot.com/mileszs/wicked_pdf/pull/796) > - [Add example for rending a template as a header/footer](https://github-redirect.dependabot.com/mileszs/wicked_pdf/pull/603) > - [Add GitHub issue template](https://github-redirect.dependabot.com/mileszs/wicked_pdf/pull/805) > - [Add CodeClimate Badge](https://github-redirect.dependabot.com/mileszs/wicked_pdf/pull/646) > - RuboCop cleanup > - Updates to Travis CI pipeline to support newer versions of Ruby & Rails > > ## [1.1.0] - 2016-08-30 > ### Added > - Support Rails 5.x and Sprockets 3.x > - Support `window_status: 'somestring'` option, to instruct wkhtmltopdf to wait until the browser `window.status` is equal to the supplied string. This can be useful to force rendering to wait [as explained quite well here](https://spin.atomicobject.com/2015/08/29/ember-app-done-loading/) > - Support `no_stop_slow_scripts: true` to let slow running scripts delay rendering > > ### Changed > - [Improved error handling](https://github-redirect.dependabot.com/mileszs/wicked_pdf/pull/543) > - [Namespace helper classes under WickedPdf namespace](https://github-redirect.dependabot.com/mileszs/wicked_pdf/pull/538) > - [Changes to asset finding to support Rails 5](https://github-redirect.dependabot.com/mileszs/wicked_pdf/pull/561)
Commits - See full diff in [compare view](https://github.com/mileszs/wicked_pdf/commits)


Dependabot compatibility score

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 ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major 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 - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot.