This repository has been archived by the owner on Sep 11, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 827
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
renovate
bot
added
Dependencies
Pull requests that update a dependency file
T-Task
Refactoring, enabling or disabling functionality, other engineering tasks
labels
Feb 8, 2023
renovate
bot
force-pushed
the
renovate/linkify
branch
from
February 8, 2023 09:16
a5dff66
to
838d45b
Compare
renovate
bot
force-pushed
the
renovate/linkify
branch
from
February 8, 2023 13:37
838d45b
to
02896fb
Compare
renovate
bot
force-pushed
the
renovate/linkify
branch
from
February 8, 2023 18:58
02896fb
to
25e1d60
Compare
renovate
bot
changed the title
Update linkify to v4.1.0
fix(deps): update linkify to v4.1.0
Feb 8, 2023
renovate
bot
force-pushed
the
renovate/linkify
branch
from
February 9, 2023 10:27
25e1d60
to
0832cb0
Compare
renovate
bot
force-pushed
the
renovate/linkify
branch
from
February 9, 2023 15:40
0832cb0
to
f9ed987
Compare
renovate
bot
force-pushed
the
renovate/linkify
branch
from
February 9, 2023 16:35
f9ed987
to
966d511
Compare
renovate
bot
force-pushed
the
renovate/linkify
branch
from
February 9, 2023 16:50
966d511
to
ba30cc8
Compare
renovate
bot
force-pushed
the
renovate/linkify
branch
from
February 10, 2023 10:57
ba30cc8
to
d7c60f2
Compare
renovate
bot
force-pushed
the
renovate/linkify
branch
from
February 10, 2023 14:17
d7c60f2
to
dce1bb0
Compare
renovate
bot
force-pushed
the
renovate/linkify
branch
from
February 10, 2023 17:43
dce1bb0
to
ae9f6c2
Compare
renovate
bot
force-pushed
the
renovate/linkify
branch
from
February 11, 2023 02:20
ae9f6c2
to
c91af6b
Compare
renovate
bot
force-pushed
the
renovate/linkify
branch
from
February 12, 2023 21:00
c91af6b
to
aa3814e
Compare
renovate
bot
force-pushed
the
renovate/linkify
branch
from
April 5, 2023 03:40
be2203b
to
7f007dd
Compare
renovate
bot
force-pushed
the
renovate/linkify
branch
from
April 5, 2023 11:08
7f007dd
to
1ac9a4a
Compare
auto-merge was automatically disabled
April 5, 2023 12:54
Merge queue setting changed
renovate
bot
force-pushed
the
renovate/linkify
branch
from
April 5, 2023 14:25
1ac9a4a
to
ca5a9a7
Compare
renovate
bot
force-pushed
the
renovate/linkify
branch
from
April 5, 2023 18:38
ca5a9a7
to
90bd1b3
Compare
renovate
bot
force-pushed
the
renovate/linkify
branch
from
April 6, 2023 08:10
90bd1b3
to
b7f9b8a
Compare
renovate
bot
force-pushed
the
renovate/linkify
branch
2 times, most recently
from
April 6, 2023 08:54
0cff4cc
to
27cc700
Compare
renovate
bot
force-pushed
the
renovate/linkify
branch
2 times, most recently
from
April 6, 2023 09:49
505f316
to
6fd2ae4
Compare
renovate
bot
force-pushed
the
renovate/linkify
branch
from
April 6, 2023 10:15
6fd2ae4
to
27fc552
Compare
renovate
bot
force-pushed
the
renovate/linkify
branch
from
April 6, 2023 10:51
27fc552
to
1e50a67
Compare
renovate
bot
force-pushed
the
renovate/linkify
branch
2 times, most recently
from
April 6, 2023 11:14
13c3f30
to
a1d89eb
Compare
renovate
bot
force-pushed
the
renovate/linkify
branch
from
April 6, 2023 12:19
a1d89eb
to
8a7874a
Compare
Renovate Ignore NotificationBecause you closed this PR without merging, Renovate will ignore this update (4.1.1). You will get a PR once a newer version is released. To ignore this dependency forever, add it to the If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
Dependencies
Pull requests that update a dependency file
T-Task
Refactoring, enabling or disabling functionality, other engineering tasks
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:
4.0.0-beta.4
->4.1.1
4.0.0-beta.4
->4.1.1
4.0.0-beta.4
->4.1.1
4.0.0-beta.4
->4.1.1
Release Notes
Hypercontext/linkifyjs
v4.1.1
Compare Source
v4.1.0
Compare Source
v4.0.2
Compare Source
v4.0.1
Compare Source
v4.0.0
Compare Source
BREAKING CHANGES
linkifyjs/string
,linkifyjs/html
,linkifyjs/plugins/*
packages. Use
linkify-string
,linkify-html
andlinkify-plugin-*
instead.mailto:
now have typeurl
instead ofemail
Added
linkify-plugin-ip
plugin for detecting IPv4 and IPv6 addresseslinkify-plugin-keyword
plugin for detecting arbitrary keywordslinkify.find()
function accepts anoptions
argument for output formattingrender
option to override link renderingoptionalSlashSlash
argument forregisterCustomProtocol
to allow links that don't require//
afterscheme:
toFormattedString(options)
,toFormattedHref(options)
andtoFormattedObject(options)
that accept alinkify.Options
objectlinkify-react
: Newas
property (alias fortagName
)Fixed
truncate
)linkify-html
: Improved HTML entity parsingv4.0.0-beta.6
Compare Source
v4.0.0-beta.5
Compare Source
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR has been generated by Mend Renovate. View repository job log here.
This change is marked as an internal change (Task), so will not be included in the changelog.