Sec-ant / zxing-wasm-demo

zxing-wasm demo
https://zxing-wasm-demo.deno.dev
MIT License
5 stars 0 forks source link

chore(deps): bump the major-updates group with 1 update #18

Closed dependabot[bot] closed 8 months ago

dependabot[bot] commented 8 months ago

Bumps the major-updates group with 1 update: main-thread-scheduling.

Updates main-thread-scheduling from 10.0.0 to 13.0.0

Release notes

Sourced from main-thread-scheduling's releases.

v13.0.0

๐Ÿงฌ A full rewrite of the library. It will be easier to add new features and maintain the library in the future.

https://github.com/astoilkov/main-thread-scheduling/compare/v12.0.1...v13.0.0

v12.0.1

  • ๐Ÿ› error when building a project with Vite, resolve #12 b47a61b

https://github.com/astoilkov/main-thread-scheduling/compare/v12.0.0...v12.0.1

v12.0.0

BREAKING CHANGE: The browser user-blocking, user-visible, and background didn't fit well in what main-thread-scheduling was doing. Also, it was confusing for users to see the same values as scheduler.postTask() but observe different behavior between the two. This is why the library renamed the concept of scheduling priority to scheduling strategy and the new values are interactive, smooth, and idle. These values represent better what's happening when we yield to the main thread and what main-thread-scheduling is actually doing. I feel the new values are more intuitive. You can think of them like you are completing this sentence: "Scheduling the task keeps the page interactive/smooth/idle."

https://github.com/astoilkov/main-thread-scheduling/compare/v11.0.0...v12.0.0

v11.0.0

BREAKING CHANGE: The priority user-visible is now called user-blocking. user-visible has changed it runs for less time before yielding and you can use it even if an animation is running in the background.

  • ๐ŸŽ improve the performance of isTimeToYield() d9ab933
  • โœจ new exported type: SchedulingPriority that includes user-blocking, user-visible, and background priorities b20053d
  • โœ๏ธ add postTask() implementation example using main-thread-scheduling in the readme 7017c2d

https://github.com/astoilkov/main-thread-scheduling/compare/v10.0.0...v11.0.0

Commits
  • b70bcff v13.0.0
  • f965cf2 ๐Ÿงช add performance test for queueTask()
  • eae99c8 ๐Ÿงช improve playground
  • cc4a77f โ™ป๏ธ scheduler โ†’ threadScheduler (don't use the browser name)
  • 91502d5 ๐Ÿœ use let
  • 816db4c ๐Ÿงช postTask()
  • 32334a5 ๐Ÿงช simulateWork() button
  • 5cc7430 ๐Ÿงช improve runPostTask() method
  • 0df5084 ๐Ÿ› frameTracker never stops running
  • 476b29f ๐Ÿ”ฅ remove no longer used code
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore ` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
changeset-bot[bot] commented 8 months ago

โš ๏ธ No Changeset found

Latest commit: 7dc35101f6dc3b1e16c869e7525caea85523352c

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

netlify[bot] commented 8 months ago

Deploy Preview for zxing-wasm-demo failed.

Name Link
Latest commit 7dc35101f6dc3b1e16c869e7525caea85523352c
Latest deploy log https://app.netlify.com/sites/zxing-wasm-demo/deploys/65ca5e3627d7d200085d844f
dependabot[bot] commented 8 months ago

Looks like main-thread-scheduling is updatable in another way, so this is no longer needed.