-
Notifications
You must be signed in to change notification settings - Fork 75
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
chore(deps): update dependency mkdocs-git-revision-date-localized-plugin to v1.2.5 #335
base: main
Are you sure you want to change the base?
chore(deps): update dependency mkdocs-git-revision-date-localized-plugin to v1.2.5 #335
Conversation
24b7971
to
23af334
Compare
for more information, see https://pre-commit.ci
@@ -465,7 +464,8 @@ def refreshFonts(self): | |||
def runMenuItem(self, menu_id): | |||
"""Run a menu item given the menu ID.""" | |||
return self.eval_javascript( | |||
f"app.runMenuItem({menu_id})", | |||
f"app.runMenuItem({menu_id}, | |||
)", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
closing bracket does not match visual indentation
@@ -465,7 +464,8 @@ def refreshFonts(self): | |||
def runMenuItem(self, menu_id): | |||
"""Run a menu item given the menu ID.""" | |||
return self.eval_javascript( | |||
f"app.runMenuItem({menu_id})", | |||
f"app.runMenuItem({menu_id}, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
SyntaxError: EOL while scanning string literal
Edited/Blocked NotificationRenovate 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. |
This PR contains the following updates:
1.2.1
->1.2.5
Release Notes
timvink/mkdocs-git-revision-date-localized-plugin (mkdocs-git-revision-date-localized-plugin)
v1.2.5
: revision-date-localized v1.2.5Compare Source
What's Changed
_vars
deprecation warning by @dbermuehler in https://github.com/timvink/mkdocs-git-revision-date-localized-plugin/pull/132New Contributors
Full Changelog: timvink/mkdocs-git-revision-date-localized-plugin@v1.2.4...v1.2.5
v1.2.4
: revision-date-localized v1.2.4Compare Source
Full Changelog: timvink/mkdocs-git-revision-date-localized-plugin@v1.2.3...v1.2.4
v1.2.3
: revision-date-localized v1.2.3Compare Source
What's Changed
Full Changelog: timvink/mkdocs-git-revision-date-localized-plugin@v1.2.2...v1.2.3
v1.2.2
: revision-date-localized v1.2.2Compare Source
What's Changed
generated_by
by @oprypin in https://github.com/timvink/mkdocs-git-revision-date-localized-plugin/pull/124New Contributors
Full Changelog: timvink/mkdocs-git-revision-date-localized-plugin@v1.2.1...v1.2.2
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.