Skip to content
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 @cycle/dom to v23 - abandoned #116

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Aug 28, 2021

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@cycle/dom (source) ^22.8.0 -> ^23.0.0 age adoption passing confidence

Release Notes

cyclejs/cyclejs

v23.1.0

Bug Fixes
  • dom: update snabbdom to v3.4.0 (9cbb45b)
Features
  • dom: support Snabbdom options (0577d9e)

23.0.0 (2021-07-04)

BREAKING CHANGE
  • Snabbdom v0.x is no longer supported.

22.8.0 (2020-08-31)

22.7.0 (2020-04-23)

22.6.0 (2020-03-23)

  • fix(dom): fix nonBubbling events bug for resubscribing streams (#​906) (2f4ebc9), closes #​906 #​893
  • fix(dom): fix type inference for modules array (27c29e3)
  • feat(dom): accept partial modules in DOMDriverOptions (#​928) (3b25d53), closes #​928 #​927
  • feat(dom): add reportSnabbdomError option to DOMDriverOptions (21a8f1e), closes #​922
  • docs(dom): note about reportSnabbdomError in DOMDriverOptions (5b70cd8)

22.5.0 (2019-11-06)

22.4.0 (2019-09-10)

  • fix(dom): update snabbdom-selector and tidy up pnpm configs (1607a94), closes #​901
  • chore(dom): tweak test so that TypeScript compiles (fb3ac3a), closes #​871
  • chore(dom): use isolate v5 in tests (990755f)

22.3.0 (2018-12-10)

  • fix(dom): add better typings for the hyperscript helpers (e211037)

22.2.0 (2018-12-10)

  • fix(dom): support TypeScript's strict mode (90645d6)

22.1.0 (2018-12-05)

22.0.0 (2018-10-17)

  • fix(dom): support Typescript 3.1 (8174c25)
BREAKING CHANGE
  • If you use JavaScript, there are no breaking changes. If you use
    TypeScript, then you may have to change some imports, only if you are
    using RxJS or Most.js. If you are using RxJS: change
    import {makeDOMDriver} from '@​cycle/dom' to
    import {makeDOMDriver} from '@​cycle/dom/lib/cjs/rxjs' and change
    import {DOMSource} from '@​cycle/dom/rxjs-typings' to
    import {DOMSource} from '@​cycle/dom/lib/cjs/rxjs'. If you are
    using Most.js: change
    import {makeDOMDriver} from '@​cycle/dom' to
    import {makeDOMDriver} from '@​cycle/dom/lib/cjs/most' and change
    import {DOMSource} from '@​cycle/dom/most-typings' to
    import {DOMSource} from '@​cycle/dom/lib/cjs/most'.

21.1.0 (2018-09-04)

  • fix(dom): update snabbdom (4ae8f80), closes #​747
  • docs(dom): document browser support for v21 (2412938)
  • test(dom): test against older browsers (60788d1)

21.4.0 (2018-08-21)

  • docs(dom): more release notes on the new driver (b83f8d7)
  • fix(dom): add polyfills for IE10 and Safari 8 (4fae7e4)
  • fix(dom): document the breaking changes in the new dom driver (5937168)
  • fix(dom): EventDelegator shouldnt register duplicate event listeners (3e2e1cc)
  • fix(dom): fix rxjs and most typings (c19ffea), closes #​775
  • test(dom): add Android to browserstack tests (af6d6e6)
  • test(dom): add test for #​747 (0982d67), closes #​747
  • test(dom): add test for sibling isolation with className prop (4a46cd4)
  • test(dom): fix dom tests (160cc89)
  • test(dom): remove old and unused tests (b169d64)
  • refactor(dom): abort bubbling if elements are not in the DOM any more (244f239)
  • refactor(dom): add remote BrowserStack tests (9c44022), closes #​803
  • refactor(dom): fix remapping of coverage reports (a261457)
  • refactor(dom): improve bubbling algorithm (0a33539)
  • refactor(dom): improve handling of domListenersToAdd (4afb985)
  • refactor(dom): move DOM tests to karma (88d226d)
  • refactor(dom): rewrite DOM driver to fix isolation (34a5e6d)
  • refactor(dom): use Array not T[], for consistency (d7edf9e)
BREAKING CHANGE

v23.0.0

BREAKING CHANGE
  • Snabbdom v0.x is no longer supported.

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/cycle-dom-23.x branch from 3ab12d9 to b2a5e77 Compare August 29, 2021 03:02
@renovate renovate bot changed the title fix(deps): update dependency @cycle/dom to v23 Update dependency @cycle/dom to v23 Aug 30, 2021
@renovate renovate bot changed the title Update dependency @cycle/dom to v23 fix(deps): update dependency @cycle/dom to v23 Mar 16, 2023
@renovate
Copy link
Author

renovate bot commented Mar 24, 2023

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@renovate renovate bot changed the title fix(deps): update dependency @cycle/dom to v23 fix(deps): update dependency @cycle/dom to v23 - abandoned Dec 8, 2024
Copy link
Author

renovate bot commented Dec 8, 2024

Autoclosing Skipped

This PR has been flagged for autoclosing. However, it is being skipped due to the branch being already modified. Please close/delete it manually or report a bug if you think this is in error.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant