-
Notifications
You must be signed in to change notification settings - Fork 6
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 codemirror to v6 #454
Open
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/codemirror-6.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.
+140
−6
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
force-pushed
the
renovate/codemirror-6.x
branch
from
August 22, 2024 01:54
60d6abd
to
081f7bf
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #454 +/- ##
==========================================
+ Coverage 48.14% 48.24% +0.09%
==========================================
Files 48 48
Lines 6023 6023
==========================================
+ Hits 2900 2906 +6
+ Misses 2844 2840 -4
+ Partials 279 277 -2 ☔ View full report in Codecov by Sentry. 🚨 Try these New Features:
|
renovate
bot
force-pushed
the
renovate/codemirror-6.x
branch
from
August 22, 2024 03:48
081f7bf
to
7b4ea0b
Compare
renovate
bot
force-pushed
the
renovate/codemirror-6.x
branch
from
August 22, 2024 23:17
7b4ea0b
to
32faf23
Compare
renovate
bot
force-pushed
the
renovate/codemirror-6.x
branch
from
August 23, 2024 01:34
32faf23
to
96ab30c
Compare
renovate
bot
force-pushed
the
renovate/codemirror-6.x
branch
from
August 23, 2024 01:39
96ab30c
to
96cb1f9
Compare
renovate
bot
force-pushed
the
renovate/codemirror-6.x
branch
from
August 23, 2024 04:42
96cb1f9
to
89f2465
Compare
renovate
bot
force-pushed
the
renovate/codemirror-6.x
branch
from
August 23, 2024 04:47
89f2465
to
c27e5d1
Compare
renovate
bot
force-pushed
the
renovate/codemirror-6.x
branch
from
August 23, 2024 21:39
c27e5d1
to
6c37c10
Compare
renovate
bot
force-pushed
the
renovate/codemirror-6.x
branch
from
August 23, 2024 21:44
6c37c10
to
bbb9ce8
Compare
renovate
bot
force-pushed
the
renovate/codemirror-6.x
branch
from
August 24, 2024 01:11
bbb9ce8
to
15eb7e1
Compare
renovate
bot
force-pushed
the
renovate/codemirror-6.x
branch
from
August 24, 2024 01:16
15eb7e1
to
b033a88
Compare
renovate
bot
force-pushed
the
renovate/codemirror-6.x
branch
from
August 24, 2024 08:51
b033a88
to
9ee8d7f
Compare
renovate
bot
force-pushed
the
renovate/codemirror-6.x
branch
from
August 24, 2024 08:56
9ee8d7f
to
38443d2
Compare
renovate
bot
force-pushed
the
renovate/codemirror-6.x
branch
from
October 25, 2024 00:49
d2b7d20
to
d26718d
Compare
renovate
bot
force-pushed
the
renovate/codemirror-6.x
branch
from
October 28, 2024 19:25
d26718d
to
821bfe9
Compare
renovate
bot
force-pushed
the
renovate/codemirror-6.x
branch
from
October 30, 2024 06:54
821bfe9
to
a8b3761
Compare
renovate
bot
force-pushed
the
renovate/codemirror-6.x
branch
from
November 5, 2024 08:25
a8b3761
to
5211a73
Compare
renovate
bot
force-pushed
the
renovate/codemirror-6.x
branch
2 times, most recently
from
November 5, 2024 08:33
bd496fa
to
340b0ec
Compare
renovate
bot
force-pushed
the
renovate/codemirror-6.x
branch
8 times, most recently
from
November 8, 2024 22:52
7212d92
to
5939321
Compare
renovate
bot
force-pushed
the
renovate/codemirror-6.x
branch
7 times, most recently
from
November 21, 2024 04:42
dde63ab
to
12f3e41
Compare
renovate
bot
force-pushed
the
renovate/codemirror-6.x
branch
from
November 21, 2024 04:45
12f3e41
to
9c2ee0b
Compare
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:
^5.57.0
->^6.0.0
Release Notes
codemirror/basic-setup (codemirror)
v6.0.1
Compare Source
Bug fixes
Work around limitations in tree-shaking software that prevented
basicSetup
from being removed when unused.v6.0.0
Compare Source
Breaking changes
Change the package name from
@codemirror/example-setup
to justcodemirror
.The package no longer exports
EditorState
(since that is no longer necessary to set up a basic editor).New features
The new
minimalSetup
export provides a minimal set of editor extensions.Configuration
📅 Schedule: Branch creation - "after 11pm every weekday,before 7am every weekday,every weekend" in timezone Europe/Brussels, Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ 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.
This PR was generated by Mend Renovate. View the repository job log.