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

fix(deps): Update dependency hexo-filter-cleanup to version 1.2.2 🌟 #1667

Merged
merged 15 commits into from
May 13, 2019

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 9, 2019

This PR contains the following updates:

Package Type Update Change References
hexo-filter-cleanup dependencies minor 1.1.0 -> 1.2.2 source

Release Notes

mamboer/hexo-filter-cleanup

v1.2.2

Compare Source

Bug Fixes

v1.2.1

Compare Source

Bug Fixes

v1.2.0

Compare Source

Bug Fixes
Features

Renovate configuration

📅 Schedule: "after 10pm every weekday,every weekend,before 5am every weekday" in timezone America/New_York.

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

♻️ Rebasing: Whenever PR becomes conflicted, or if you modify the PR title to begin with "rebase!".

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

@renovate renovate bot force-pushed the renovate/hexo-filter-cleanup-1.x branch from b50f8b5 to faecb4d Compare May 10, 2019 02:11
# Conflicts:
#	index.js
#	package-lock.json
…' into renovate/hexo-filter-cleanup-1.x

# Conflicts:
#	index.js
#	package-lock.json
@renovate
Copy link
Contributor Author

renovate bot commented May 13, 2019

PR has been edited

👷 This PR has received other commits, so Renovate will stop updating it to avoid conflicts or other problems. If you wish to abandon your changes and have Renovate start over you may click the "rebase" checkbox in the PR body/description.

@jennifer-shehane jennifer-shehane merged commit 274ca49 into develop May 13, 2019
@renovate renovate bot deleted the renovate/hexo-filter-cleanup-1.x branch May 13, 2019 08:11
jennifer-shehane pushed a commit that referenced this pull request May 15, 2019
* Add cypress-log-to-output to plugins (#1670)

* Add cypress-log-to-output to plugins

* note that only chrome is supported

* fix(deps): Update dependency hexo-filter-cleanup to version 1.2.2 🌟 (#1667)

* Update dependency hexo-filter-cleanup to v1.1.0

* fix(deps): update hexo-filter-cleanup to 1.2.1 🌟

* add logo@2x to not have cache added to logo

* formatting

* bump hexo-filter-cleanup + fix issue where hexo-renderer-scss git repo was not resolving

* package-lock

* fix(deps): Update hexo-filter-cleanup to 1.2.2 🌟

* remove output config + update to 1.2.2 of hfc


Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Gleb Bahmutov <gleb.bahmutov@gmail.com>
Co-authored-by: Jennifer Shehane <jennifer@cypress.io>

* Change download link to use HTTPS (#1674)

The download link was HTTP and the HSTS configuration for domain cypress.io doesn't include subdomains, so directing to http for download would allow a network attacker to redirect to an infected copy or other malware.

* chore(deps): update dependency fs-extra to version 8.0.0 🌟 (#1673)



Co-authored-by: Renovate Bot <bot@renovateapp.com>

* chore(deps): update dependency snap-shot-it to version 7.4.4 🌟 (#1666)



Co-authored-by: Renovate Bot <bot@renovateapp.com>

* Improved phrasing and fixed typo (#1665)

* Improved phrasing and fixed typo

* Update installing-cypress.md

* chore(deps): update dependency fs-extra to version 8.0.1 🌟 (#1678)

chore(deps): update dependency fs-extra to version 8.0.1 🌟

Co-authored-by: Renovate Bot <bot@renovateapp.com>

* chore(deps): update dependency @types/jest to version 24.0.13 🌟 (#1677)



Co-authored-by: Renovate Bot <bot@renovateapp.com>

* fix(deps): update dependency docsearch.js to version 2.6.3 🌟 (#1679)



Co-authored-by: Renovate Bot <bot@renovateapp.com>

* Remove outdated Windows support info
jennifer-shehane pushed a commit that referenced this pull request May 16, 2019
* guides: add Proxy Configuration to Configuration

* guides: indicate that localhost must be re-added to NO_PROXY

* more in-depth, moved to its own page

* Minor updates

@flotwig
- When link to a header within the same doc, use `urlhash` instead of
`url`.
- When linking to other doc pages, only reference the final document
name, so instead of `guides/references/configuration`, just put
`configuration`

* Add autogenerated changelog

* Write more human readable changeglog

* Add newly closed issue to changelog

* Add new accessibility feature to changelog

* removed docs link feature - after further review I realize this was not part of PR

* guides: add details on environment variables in proxy configuration (#1545)

* guides: add details on environment variables in proxy configuration

* Mostly restructured the content

- Have main section be ‘View, unset, and set env vars’ - with OSes as
sub sections
- Only have 1 line per command line (since our styling doesn’t really
accomodate more than 1 line :(
- Remove comments from command line - we want users to be able to
copy/pasta as much as possible and comments in the command line are
inavlid.
- Add h3 headers for easier linking to sub-sub-sections


Co-authored-by: Jennifer Shehane <jennifer@cypress.io>

* Indicate that CLI does not look at system-wide Windows proxy settings (#1561)

* Add the documentation for the insert, page up and page down keys.

* guides: update installing-cypress with new download URLs

* Added link to changelog at mention of Cypress 3.3.0

* Add history for type to indicate special chars added in 3.3.0

* Remove notice about Windows only supporting 32bit binaries

* Add newly merged issues to changelog

* Add new issues to 3.3.0 changelog

* Add newly merged PR to changelog

* Fix typo 'not' to 'now' 😝

* Add addressed issue to changelog that was not logged

* Add new issues to 3.3.0 that are solved by Electron upgrade

* Add commit info dep update to changelog

* document new focus assertion (#1372)

* Revert "clarify effect of should command on implicit DOM assertions (#1289)"

This reverts commit 7d2f44d.

* add docs for focus assertion

* Revert "Revert "clarify effect of should command on implicit DOM assertions (#1289)""

This reverts commit 296da56.

* add doc changes for its/invoke (#1644)

* add doc changes for its/invoke

* Add 'express-handlebars' to updated deps

* remove redundant explanation that function is function

* formatting + *** -> ###


Co-authored-by: Jennifer Shehane <jennifer@cypress.io>

* Add find-process dep update to changelog

* Add new 'focus' feature + recent doc changes

* Document retryOnStatusCodeFailure, retryOnNetworkFailure

* Added newly closed issues to 3.3.0 changelog

* Add more closed issues to 3.3.0 changelog

* add new issue + fix broken links

* document Cypress.isCy

* Update iscy.md

* Add new prs + deps to 3.3.0

* Remove outdated Windows support info (#1680)

* Add cypress-log-to-output to plugins (#1670)

* Add cypress-log-to-output to plugins

* note that only chrome is supported

* fix(deps): Update dependency hexo-filter-cleanup to version 1.2.2 🌟 (#1667)

* Update dependency hexo-filter-cleanup to v1.1.0

* fix(deps): update hexo-filter-cleanup to 1.2.1 🌟

* add logo@2x to not have cache added to logo

* formatting

* bump hexo-filter-cleanup + fix issue where hexo-renderer-scss git repo was not resolving

* package-lock

* fix(deps): Update hexo-filter-cleanup to 1.2.2 🌟

* remove output config + update to 1.2.2 of hfc


Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Gleb Bahmutov <gleb.bahmutov@gmail.com>
Co-authored-by: Jennifer Shehane <jennifer@cypress.io>

* Change download link to use HTTPS (#1674)

The download link was HTTP and the HSTS configuration for domain cypress.io doesn't include subdomains, so directing to http for download would allow a network attacker to redirect to an infected copy or other malware.

* chore(deps): update dependency fs-extra to version 8.0.0 🌟 (#1673)



Co-authored-by: Renovate Bot <bot@renovateapp.com>

* chore(deps): update dependency snap-shot-it to version 7.4.4 🌟 (#1666)



Co-authored-by: Renovate Bot <bot@renovateapp.com>

* Improved phrasing and fixed typo (#1665)

* Improved phrasing and fixed typo

* Update installing-cypress.md

* chore(deps): update dependency fs-extra to version 8.0.1 🌟 (#1678)

chore(deps): update dependency fs-extra to version 8.0.1 🌟

Co-authored-by: Renovate Bot <bot@renovateapp.com>

* chore(deps): update dependency @types/jest to version 24.0.13 🌟 (#1677)



Co-authored-by: Renovate Bot <bot@renovateapp.com>

* fix(deps): update dependency docsearch.js to version 2.6.3 🌟 (#1679)



Co-authored-by: Renovate Bot <bot@renovateapp.com>

* Remove outdated Windows support info

* Just add a note that this may be useful when writing Cypress plugins
brian-mann pushed a commit that referenced this pull request May 17, 2019
* guides: add Proxy Configuration to Configuration

* guides: indicate that localhost must be re-added to NO_PROXY

* more in-depth, moved to its own page

* Minor updates

@flotwig
- When link to a header within the same doc, use `urlhash` instead of
`url`.
- When linking to other doc pages, only reference the final document
name, so instead of `guides/references/configuration`, just put
`configuration`

* Add autogenerated changelog

* Write more human readable changeglog

* Add newly closed issue to changelog

* Add new accessibility feature to changelog

* removed docs link feature - after further review I realize this was not part of PR

* guides: add details on environment variables in proxy configuration (#1545)

* guides: add details on environment variables in proxy configuration

* Mostly restructured the content

- Have main section be ‘View, unset, and set env vars’ - with OSes as
sub sections
- Only have 1 line per command line (since our styling doesn’t really
accomodate more than 1 line :(
- Remove comments from command line - we want users to be able to
copy/pasta as much as possible and comments in the command line are
inavlid.
- Add h3 headers for easier linking to sub-sub-sections


Co-authored-by: Jennifer Shehane <jennifer@cypress.io>

* Indicate that CLI does not look at system-wide Windows proxy settings (#1561)

* Add the documentation for the insert, page up and page down keys.

* guides: update installing-cypress with new download URLs

* Added link to changelog at mention of Cypress 3.3.0

* Add history for type to indicate special chars added in 3.3.0

* Remove notice about Windows only supporting 32bit binaries

* Add newly merged issues to changelog

* Add new issues to 3.3.0 changelog

* Add newly merged PR to changelog

* Fix typo 'not' to 'now' 😝

* Add addressed issue to changelog that was not logged

* Add new issues to 3.3.0 that are solved by Electron upgrade

* Add commit info dep update to changelog

* document new focus assertion (#1372)

* Revert "clarify effect of should command on implicit DOM assertions (#1289)"

This reverts commit 7d2f44d.

* add docs for focus assertion

* Revert "Revert "clarify effect of should command on implicit DOM assertions (#1289)""

This reverts commit 296da56.

* add doc changes for its/invoke (#1644)

* add doc changes for its/invoke

* Add 'express-handlebars' to updated deps

* remove redundant explanation that function is function

* formatting + *** -> ###


Co-authored-by: Jennifer Shehane <jennifer@cypress.io>

* Add find-process dep update to changelog

* Add new 'focus' feature + recent doc changes

* Document retryOnStatusCodeFailure, retryOnNetworkFailure

* Added newly closed issues to 3.3.0 changelog

* Add more closed issues to 3.3.0 changelog

* add new issue + fix broken links

* Add new prs + deps to 3.3.0

* Remove outdated Windows support info (#1680)

* Add cypress-log-to-output to plugins (#1670)

* Add cypress-log-to-output to plugins

* note that only chrome is supported

* fix(deps): Update dependency hexo-filter-cleanup to version 1.2.2 🌟 (#1667)

* Update dependency hexo-filter-cleanup to v1.1.0

* fix(deps): update hexo-filter-cleanup to 1.2.1 🌟

* add logo@2x to not have cache added to logo

* formatting

* bump hexo-filter-cleanup + fix issue where hexo-renderer-scss git repo was not resolving

* package-lock

* fix(deps): Update hexo-filter-cleanup to 1.2.2 🌟

* remove output config + update to 1.2.2 of hfc


Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Gleb Bahmutov <gleb.bahmutov@gmail.com>
Co-authored-by: Jennifer Shehane <jennifer@cypress.io>

* Change download link to use HTTPS (#1674)

The download link was HTTP and the HSTS configuration for domain cypress.io doesn't include subdomains, so directing to http for download would allow a network attacker to redirect to an infected copy or other malware.

* chore(deps): update dependency fs-extra to version 8.0.0 🌟 (#1673)



Co-authored-by: Renovate Bot <bot@renovateapp.com>

* chore(deps): update dependency snap-shot-it to version 7.4.4 🌟 (#1666)



Co-authored-by: Renovate Bot <bot@renovateapp.com>

* Improved phrasing and fixed typo (#1665)

* Improved phrasing and fixed typo

* Update installing-cypress.md

* chore(deps): update dependency fs-extra to version 8.0.1 🌟 (#1678)

chore(deps): update dependency fs-extra to version 8.0.1 🌟

Co-authored-by: Renovate Bot <bot@renovateapp.com>

* chore(deps): update dependency @types/jest to version 24.0.13 🌟 (#1677)



Co-authored-by: Renovate Bot <bot@renovateapp.com>

* fix(deps): update dependency docsearch.js to version 2.6.3 🌟 (#1679)



Co-authored-by: Renovate Bot <bot@renovateapp.com>

* Remove outdated Windows support info

* Add history note for request and visit

* add newly closed issues to Changelog

* Add url for isCy to changelog

* Add new retry behavior to changelog

* bump pluralize version in changelog

* add DISPLAY issue to the 3.3.0 changelog

* Add new dep changes to 3.3.0 + fix broken issue link

* Fix incorrect issue tags

* Add back missing 3.3.0 docs 😑

* Fix missing file definitions
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants