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 xpath to v0.0.33 - abandoned #58

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 28, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
xpath 0.0.32 -> 0.0.33 age adoption passing confidence

⚠ Dependency Lookup Warnings ⚠

Warnings were logged while processing this repo. Please check the Dependency Dashboard for more information.


Release Notes

goto100/xpath (xpath)

v0.0.33

Compare Source


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

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

@renovate renovate bot force-pushed the renovate/xpath-0.0.x branch 5 times, most recently from 280568c to 290482f Compare August 29, 2023 11:21
@@ -43,7 +43,8 @@ export async function _getXPathNodes(strategy, selector, mult, context) {
this._cachedSourceDirty = true;
const source = await this.getPageSource();
const doc = new DOMParser().parseFromString(source, 'text/xml');
return xpath.select(selector, doc);
const single = false;
return xpath.select(selector, doc, single);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It seems like explicit single: false helps the readability
goto100/xpath@v0.0.32...0617cef

Copy link
Contributor Author

renovate bot commented Nov 1, 2023

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

Warning: custom changes will be lost.

@renovate renovate bot changed the title fix(deps): update dependency xpath to v0.0.33 fix(deps): update dependency xpath to v0.0.33 - abandoned Dec 8, 2023
Copy link
Contributor Author

renovate bot commented Dec 8, 2023

Autoclosing Skipped

This PR has been flagged for autoclosing. However, it is being skipped due to the branch being already modified. Please close/delete it manually or report a bug if you think this is in error.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant