-
Notifications
You must be signed in to change notification settings - Fork 8
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.
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.15% 48.10% -0.05%
==========================================
Files 48 48
Lines 6153 6153
==========================================
- Hits 2963 2960 -3
- Misses 2910 2912 +2
- Partials 280 281 +1 ☔ View full report in Codecov by Sentry. |
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
7 times, most recently
from
November 29, 2024 00:29
f0ccc3c
to
d57eb3a
Compare
renovate
bot
force-pushed
the
renovate/codemirror-6.x
branch
7 times, most recently
from
December 6, 2024 23:29
9cb9d77
to
df39dd9
Compare
renovate
bot
force-pushed
the
renovate/codemirror-6.x
branch
10 times, most recently
from
December 17, 2024 03:51
61c8c6f
to
6d53c10
Compare
renovate
bot
force-pushed
the
renovate/codemirror-6.x
branch
4 times, most recently
from
December 20, 2024 04:13
ae2f2c4
to
1ad20ed
Compare
renovate
bot
force-pushed
the
renovate/codemirror-6.x
branch
from
December 20, 2024 06:15
1ad20ed
to
6e15363
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.