-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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 mdast-util-gfm-strikethrough to v2 #8691
Open
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/mdast-util-gfm-strikethrough-2.x
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This comment was marked as resolved.
This comment was marked as resolved.
renovate
bot
force-pushed
the
renovate/mdast-util-gfm-strikethrough-2.x
branch
from
July 17, 2023 14:10
8212f58
to
2817465
Compare
renovate
bot
force-pushed
the
renovate/mdast-util-gfm-strikethrough-2.x
branch
from
August 28, 2023 17:39
2817465
to
8d45fb3
Compare
renovate
bot
force-pushed
the
renovate/mdast-util-gfm-strikethrough-2.x
branch
2 times, most recently
from
October 23, 2023 17:22
9666a3c
to
88905dc
Compare
renovate
bot
force-pushed
the
renovate/mdast-util-gfm-strikethrough-2.x
branch
from
November 13, 2023 17:45
88905dc
to
3737e4a
Compare
renovate
bot
force-pushed
the
renovate/mdast-util-gfm-strikethrough-2.x
branch
from
April 2, 2024 17:06
3737e4a
to
fa2de5c
Compare
renovate
bot
force-pushed
the
renovate/mdast-util-gfm-strikethrough-2.x
branch
from
April 29, 2024 14:15
fa2de5c
to
95cf665
Compare
renovate
bot
force-pushed
the
renovate/mdast-util-gfm-strikethrough-2.x
branch
from
May 27, 2024 16:37
95cf665
to
626638a
Compare
renovate
bot
force-pushed
the
renovate/mdast-util-gfm-strikethrough-2.x
branch
from
June 3, 2024 16:43
626638a
to
4c32f1f
Compare
renovate
bot
force-pushed
the
renovate/mdast-util-gfm-strikethrough-2.x
branch
from
July 8, 2024 17:48
4c32f1f
to
97c91b1
Compare
dcousens
force-pushed
the
renovate/mdast-util-gfm-strikethrough-2.x
branch
from
July 17, 2024 06:05
97c91b1
to
ca41d49
Compare
This was referenced Jul 17, 2024
dcousens
changed the title
fix(deps): update dependency mdast-util-gfm-strikethrough to v2
fix(deps): update dependency mdast/micromark to v2
Jul 17, 2024
dcousens
changed the title
fix(deps): update dependency mdast/micromark to v2
fix(deps): update dependency mdast/* and micromark/* to v2
Jul 17, 2024
dcousens
force-pushed
the
renovate/mdast-util-gfm-strikethrough-2.x
branch
from
July 19, 2024 00:56
a6282fa
to
241a482
Compare
renovate
bot
force-pushed
the
renovate/mdast-util-gfm-strikethrough-2.x
branch
from
October 15, 2024 22:25
241a482
to
183a409
Compare
renovate
bot
changed the title
fix(deps): update dependency mdast/* and micromark/* to v2
fix(deps): update dependency mdast-util-gfm-strikethrough to v2
Oct 15, 2024
renovate
bot
changed the title
fix(deps): update dependency mdast-util-gfm-strikethrough to v2
fix(deps): update dependency mdast-util-gfm-strikethrough to v2 - autoclosed
Dec 8, 2024
renovate
bot
changed the title
fix(deps): update dependency mdast-util-gfm-strikethrough to v2 - autoclosed
fix(deps): update dependency mdast-util-gfm-strikethrough to v2
Dec 10, 2024
renovate
bot
force-pushed
the
renovate/mdast-util-gfm-strikethrough-2.x
branch
from
December 10, 2024 15:55
e04e6a1
to
183a409
Compare
New and removed dependencies detected. Learn more about Socket for GitHub ↗︎
🚮 Removed packages: npm/body-parser@1.20.3, npm/bytes@3.1.2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^0.2.3
->^2.0.0
Release Notes
syntax-tree/mdast-util-gfm-strikethrough (mdast-util-gfm-strikethrough)
v2.0.0
Compare Source
Change
7f34853
Update@types/mdast
, mdast utilitiesmigrate: update too
7eef26c
Change to require Node.js 16migrate: update too
13586c9
Change to useexports
migrate: don’t use private APIs
2e35fca
Change to expose functionsmigrate:
gfmStrikethroughFromMarkdown
->gfmStrikethroughFromMarkdown()
andgfmStrikethroughToMarkdown
->gfmStrikethroughToMarkdown()
Full Changelog: syntax-tree/mdast-util-gfm-strikethrough@1.0.3...2.0.0
v1.0.3
Compare Source
Misc
bf5e841
Add improved docs0ba3b1b
c628864
Refactor code-style059e140
00691e9
080b6f5
Updatetsconfig.json
Full Changelog: syntax-tree/mdast-util-gfm-strikethrough@1.0.2...1.0.3
v1.0.2
Compare Source
98a14b4
Remove escapes of~
in phrasing when it’s fineby @bertramakers in /~https://github.com/syntax-tree/mdast-util-gfm-strikethrough/pull/2
24d6765
Add improved docsFull Changelog: syntax-tree/mdast-util-gfm-strikethrough@1.0.1...1.0.2
v1.0.1
Compare Source
b851c1a
Add support for position trackingFull Changelog: syntax-tree/mdast-util-gfm-strikethrough@1.0.0...1.0.1
v1.0.0
Compare Source
b0b9c3a
Add JSDoc based types8920833
Add better docs0a79140
Use ESMConfiguration
📅 Schedule: Branch creation - "before 7am on Tuesday,before 7am on Wednesday" in timezone Australia/Sydney, 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 was generated by Mend Renovate. View the repository job log.