-
Notifications
You must be signed in to change notification settings - Fork 13
[test] Update linkedom 0.16.6 β 0.16.11 (minor) #419
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
Open
depfu
wants to merge
14
commits into
canary
Choose a base branch
from
depfu/update/test/npm/linkedom-0.16.11
base: canary
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 hidden or 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
0a029e6 to
fb0de14
Compare
ae00120 to
14f95c8
Compare
0051b81 to
5efb317
Compare
93b8915 to
99d6284
Compare
3d20b21 to
dad0349
Compare
e5b8564 to
3de8203
Compare
777dde1 to
cc9b4aa
Compare
f9fea04 to
5730b83
Compare
9ee8c60 to
09f088b
Compare
a412bf1 to
2c890e1
Compare
β¦ovement - Add ProcessingLane class for independent batch processing - Add BatchedWriteQueue class with 4 parallel processing lanes - Implement consistent hashing for operation distribution - Add configurable batch size (100 ops) and timeout (10ms) - Maintain complete backward compatibility with WriteQueue API - Add comprehensive test suite with performance benchmarks - Achieve 33K-45K operations/second throughput - Support runtime enable/disable with fallback to sequential processing - Include retry logic, statistics, and graceful shutdown
2c890e1 to
969217f
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.
Welcome to Depfu π
This is one of the first three pull requests with dependency updates we've sent your way. We tried to start with a few easy patch-level updates. Hopefully your tests will pass and you can merge this pull request without too much risk. This should give you an idea how Depfu works in general.
After you merge your first pull request, we'll send you a few more. We'll never open more than seven PRs at the same time so you're not getting overwhelmed with updates.
Let us know if you have any questions. Thanks so much for giving Depfu a try!
Here is everything you need to know about this update. Please take a good look at what changed and the test results before merging this pull request.
What changed?
β³οΈ linkedom (0.16.6 β 0.16.11) Β· Repo
Commits
See the full diff on Github. The new version differs by 15 commits:
0.16.11Fixed: inspecting document.title deleted it as a side-effect (when cached) (#266)0.16.10Updated worker.js after latest fixFix issue #262 querySelector breaks when dom contains template attribute (#263)0.16.9Updated devDependencies + fixed XML attributes escapeFix issue #260 escape for attributes in `XMLDocument`s (#261)0.16.8Updated all opened PRs that made senseImplemented composedPath API and fixed canBubble argument of initEvent (#240)Added more correct default values for "click" method JS API (#242)textContent="" should clear all child nodes (#244)0.16.7Fix #258 for realRelease Notes
9.1.0
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by more commits than we can show here.
π No CI detected
You don't seem to have any Continuous Integration service set up!
Without a service that will test the Depfu branches and pull requests, we can't inform you if incoming updates actually work with your app. We think that this degrades the service we're trying to provide down to a point where it is more or less meaningless.
This is fine if you just want to give Depfu a quick try. If you want to really let Depfu help you keep your app up-to-date, we recommend setting up a CI system:
* [Circle CI](https://circleci.com), [Semaphore ](https://semaphoreci.com) and [Github Actions](https://docs.github.com/actions) are all excellent options. * If you use something like Jenkins, make sure that you're using the Github integration correctly so that it reports status data back to Github. * If you have already set up a CI for this repository, you might need to check your configuration. Make sure it will run on all new branches. If you donβt want it to run on every branch, you can whitelist branches starting with `depfu/`.Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with
@depfu rebase.All Depfu comment commands