generated from fresh-app/fresh-remix-app
-
Notifications
You must be signed in to change notification settings - Fork 1
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
chore(deps): update dependency unified to v11 #210
Open
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/unified-11.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
Review or Edit in CodeSandboxOpen the branch in Web Editor • VS Code • Insiders |
❌ Deploy Preview for contentsgarten failed. Why did it fail? →
|
renovate
bot
force-pushed
the
renovate/unified-11.x
branch
2 times, most recently
from
August 22, 2023 17:49
3a6c951
to
b238a89
Compare
renovate
bot
force-pushed
the
renovate/unified-11.x
branch
11 times, most recently
from
August 31, 2023 18:43
5943f08
to
4ad490d
Compare
renovate
bot
force-pushed
the
renovate/unified-11.x
branch
10 times, most recently
from
September 6, 2023 08:28
2965683
to
72ba3eb
Compare
renovate
bot
force-pushed
the
renovate/unified-11.x
branch
4 times, most recently
from
September 11, 2023 21:28
7603876
to
a26ecbf
Compare
renovate
bot
force-pushed
the
renovate/unified-11.x
branch
3 times, most recently
from
September 26, 2023 22:30
4579009
to
ca5f4e5
Compare
renovate
bot
force-pushed
the
renovate/unified-11.x
branch
4 times, most recently
from
October 10, 2023 22:42
63607cf
to
7f6a4e0
Compare
renovate
bot
force-pushed
the
renovate/unified-11.x
branch
7 times, most recently
from
October 17, 2023 18:01
965699d
to
1921d85
Compare
renovate
bot
force-pushed
the
renovate/unified-11.x
branch
9 times, most recently
from
October 25, 2023 21:27
313c079
to
77be0ab
Compare
renovate
bot
force-pushed
the
renovate/unified-11.x
branch
from
October 26, 2023 18:17
77be0ab
to
b573a6d
Compare
renovate
bot
force-pushed
the
renovate/unified-11.x
branch
from
December 8, 2023 10:57
b573a6d
to
32968b9
Compare
renovate
bot
force-pushed
the
renovate/unified-11.x
branch
from
December 16, 2023 14:12
32968b9
to
068bfd3
Compare
renovate
bot
force-pushed
the
renovate/unified-11.x
branch
2 times, most recently
from
July 16, 2024 18:42
fb65768
to
3eb880c
Compare
renovate
bot
force-pushed
the
renovate/unified-11.x
branch
from
July 16, 2024 18:49
3eb880c
to
1e1cc9e
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
None yet
0 participants
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:
^10.1.2
->^11.0.0
Release Notes
unifiedjs/unified (unified)
v11.0.5
Compare Source
Fix
1e0863a
Fix exception on older browsersby @justinbhopper in https://github.com/unifiedjs/unified/pull/246
Full Changelog: unifiedjs/unified@11.0.4...11.0.5
v11.0.4
Compare Source
Types
1ca1a43
Add TypeScript declaration mapsby @remcohaszing in https://github.com/unifiedjs/unified/pull/230
Full Changelog: unifiedjs/unified@11.0.3...11.0.4
v11.0.3
Compare Source
Fix
8dee2ab
Fix support for functions in dataFull Changelog: unifiedjs/unified@11.0.2...11.0.3
v11.0.2
Compare Source
cea788b
Fix type of settings if nothing is registered yetFull Changelog: unifiedjs/unified@11.0.1...11.0.2
v11.0.1
Compare Source
d1a915d
Fix incorrect type ofsettings
in presetsFull Changelog: unifiedjs/unified@11.0.0...11.0.1
v11.0.0
Compare Source
Change
baf80b2
Change to require Node.js 16migrate: update too
dd9834a
Update@types/unist
migrate: update too
620ccf9
Updatevfile
migrate: update too
Change (unlikey to affect you)
a44db46
AddData
,Settings
types to augment shared datamigrate: if you deal with data, type it, see commit for info
fb49556
Change to replaceBuffer
withUint8Array
migrate: you’re probably fine unless you use weird encodings, see commit for details if so
f3e71a8
RemoveAttacher
typemigrate: use
Plugin
insteadcc53bb6
RemoveFrozenProcessor
typemigrate: use
Processor
instead1aa3494
Change to yieldundefined
, notnull
migrate: expect
undefined
932c140
Change to useexports
migrate: don’t use private APIs
8e57478
Remove support for classes as compilers, parsersmigrate: if you love classes, see commit message
4676814
Remove support for compilers returning nullishmigrate: nobody did that
807ffb9
Add improved typesmigrate: it’s probably just better if anything changed at all
b35afe0
Add useful error on empty presetsby @wooorm in https://github.com/unifiedjs/unified/pull/202
6f068a0
Fix to deep clone preset settings56ee288
Fix non-first parameter merging when reconfiguring pluginsMisc
e58b095
ad06700
40f0329
Refactor code-styleffc146c
Updatetypescript
by @ChristianMurphy in https://github.com/unifiedjs/unified/pull/216
7148746
144eec0
2d95451
Add improved docsafb704a
Fix some typosby @ChristianMurphy in https://github.com/unifiedjs/unified/pull/225
2aa15ea
Refactor typesa06537c
Add sponsorFull Changelog: unifiedjs/unified@10.1.2...11.0.0
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ 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.