segiddins / segiddins.me

http://segiddins.me/
0 stars 0 forks source link

Bump slim from 1.3.9 to 3.0.9 #4

Closed dependabot-preview[bot] closed 1 year ago

dependabot-preview[bot] commented 6 years ago

⚠️ Dependabot Preview has been deactivated ⚠️

This pull request was created by Dependabot Preview, and you've upgraded to Dependabot. This means it won't respond to dependabot commands nor will it be automatically closed if a new version is found.

If you close this pull request, Dependabot will re-create it the next time it checks for updates and everything will work as expected.


Bumps slim from 1.3.9 to 3.0.9.

Changelog *Sourced from [slim's changelog](https://github.com/slim-template/slim/blob/master/CHANGES).* > 3.0.9 (2017-11-09) > > * Fixed Cross-site Scripting in splat attributes names (See [#767](https://github-redirect.dependabot.com/slim-template/slim/issues/767)) > * Restrict access to public methods in logic_less templates (See [#781](https://github-redirect.dependabot.com/slim-template/slim/issues/781)) > > 3.0.8 (2017-05-06) > > * Added splat_prefix configuration option for Angular2 syntax support > * Require Ruby >= 2.0.0 > * Relax temple dependency > > 3.0.7 (2016-05-22) > > * Add additional attributes feature to shortcuts > * Freeze string literals > > 3.0.6 (2015-06-05) > > * Fix warnings [#625](https://github-redirect.dependabot.com/slim-template/slim/issues/625) > > 3.0.4 (2015-06-02) > > * javascript: doesn't add type='text/javascript' anymore > * slimrb: --require added > * Fix [#624](https://github-redirect.dependabot.com/slim-template/slim/issues/624) > > 3.0.3 (2015-03-06) > > * Fix [#392](https://github-redirect.dependabot.com/slim-template/slim/issues/392), capturing for splat attributes didn't work correctly under Rails > > 3.0.2 (2015-02-02) > > * slimrb: Add option --locals > * Fix issues in the test suite ([#576](https://github-redirect.dependabot.com/slim-template/slim/issues/576)), thanks [**dmke**](https://github.com/dmke)! > > 3.0.1 (2014-12-22) > > * Allow more special characters in html attribute names (See https://html.spec.whatwg.org/multipage/syntax.html#attributes-2), [#567](https://github-redirect.dependabot.com/slim-template/slim/issues/567) > * Fix: Code attributes mutate their argument ([#571](https://github-redirect.dependabot.com/slim-template/slim/issues/571)) > > 3.0.0 (2014-12-07) > > * Drop 1.8.7 support > * Deprecate default_options in favor of options > * Support xml pretty printing with format: :xml > * Deprecate `='`, `=='` and `tag'` syntax for trailing whitespace. Use `=<` etc. instead. > * slimrb: Remove deprecated plugin options -l and -t > > 2.1.0 (2014-10-15) > > ... (truncated)
Commits - [`da17e17`](https://github.com/slim-template/slim/commit/da17e1752f032c51026e1193c2cda08df7cb99af) v3.0.9 - [`289201b`](https://github.com/slim-template/slim/commit/289201b8dababb8b79773d1e6eedb213016b23e3) Update README.jp.md ([#785](https://github-redirect.dependabot.com/slim-template/slim/issues/785)) - [`8ee8442`](https://github.com/slim-template/slim/commit/8ee844294b560db3f0ba0885830cd2126d81a769) Drop Haml's ugly: true in benchmark ([#765](https://github-redirect.dependabot.com/slim-template/slim/issues/765)) - [`db8a0c7`](https://github.com/slim-template/slim/commit/db8a0c717760e5692783218888d3a0bcc9b5cf3b) Restrict access to public methods in logic_less templates ([#781](https://github-redirect.dependabot.com/slim-template/slim/issues/781)) - [`452d9db`](https://github.com/slim-template/slim/commit/452d9dbebb0c1ee0ace3e12e6dd40242e31e4fa7) Fix type in logic_less doc ([#782](https://github-redirect.dependabot.com/slim-template/slim/issues/782)) - [`49ab3e9`](https://github.com/slim-template/slim/commit/49ab3e910ac327f669e5c9d6972bdcfd9ee7bd1f) Cross-site Scripting in splat attributes names ([#767](https://github-redirect.dependabot.com/slim-template/slim/issues/767)) - [`5feac80`](https://github.com/slim-template/slim/commit/5feac80c339ebb7ba2537a121da7c707f2ce3150) Explain how to avoid escaping interpolated content in JP README - [`6f16594`](https://github.com/slim-template/slim/commit/6f165948e4cdf91e8e4a988dbfe5884ec5cea744) Explain how to avoid escaping interpolated content ([#771](https://github-redirect.dependabot.com/slim-template/slim/issues/771)) - [`5025afd`](https://github.com/slim-template/slim/commit/5025afda23ff617071079648237c8209a33c8f6f) v3.0.8 - [`caac926`](https://github.com/slim-template/slim/commit/caac9263299c3917869f35d8a45b7e71a48e5971) remove unnecessary import - Additional commits viewable in [compare view](https://github.com/slim-template/slim/compare/v1.3.9...v3.0.9)


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.


Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.

You can always request more updates by clicking Bump now in your Dependabot dashboard.

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 cancel merge` will cancel a previously requested merge - `@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.