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 rehype-rewrite to v3.0.4 #136

Merged
merged 1 commit into from Oct 8, 2021

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 4, 2021

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
rehype-rewrite (source) 3.0.0 -> 3.0.4 age adoption passing confidence

Release Notes

jaywcjlove/rehype-rewrite

v3.0.4

Compare Source

v3.0.3

Compare Source

v3.0.2

Compare Source

Options

import { Plugin } from 'unified';
import { Root, Element, RootContent } from 'hast';
export declare type RehypeRewriteOptions = {
  /**
   * Select an element to be wrapped. Expects a string selector that can be passed to hast-util-select ([supported selectors](https://togithub.com/syntax-tree/hast-util-select/blob/master/readme.md#support)).
   * If `selector` is not set then wrap will check for a body all elements.
   */
  selector?: string;
  /** Rewrite Element. */
  rewrite(node: Root | RootContent, index: number | null, parent: Root | Element | null): void;
};
declare const remarkRewrite: Plugin<[RehypeRewriteOptions?], Root>;
export default remarkRewrite;

v3.0.1

Compare Source


Configuration

📅 Schedule: 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.


  • If you want to rebase/retry this PR, check this box.

This PR has been generated by WhiteSource Renovate. View repository job log here.

@renovate renovate bot changed the title fix(deps): update dependency rehype-rewrite to v3.0.1 fix(deps): update dependency rehype-rewrite to v3.0.2 Oct 4, 2021
@renovate renovate bot force-pushed the renovate/rehype-rewrite-3.x branch from 0284996 to 6c9c2a8 Compare October 4, 2021 19:40
@renovate renovate bot force-pushed the renovate/rehype-rewrite-3.x branch from 6c9c2a8 to ca073cf Compare October 5, 2021 19:33
@renovate renovate bot changed the title fix(deps): update dependency rehype-rewrite to v3.0.2 fix(deps): update dependency rehype-rewrite to v3.0.4 Oct 5, 2021
@jaywcjlove jaywcjlove merged commit d86fcfe into master Oct 8, 2021
@jaywcjlove jaywcjlove deleted the renovate/rehype-rewrite-3.x branch October 8, 2021 10:55
jaywcjlove added a commit that referenced this pull request Oct 8, 2021
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

2 participants