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): symbol-observable #210

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 26, 2021

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
symbol-observable ^1.0.4 -> ^4.0.0 age adoption passing confidence

Release Notes

blesh/symbol-observable

v4.0.0

Compare Source

Bug Fixes
  • If Symbol.for doesn't exist, just use Symbol (ef81924), closes #​53
Code Refactoring
  • Revert to symbol from unique symbol, the latter caused compatibility issues and provided no real benefit. (72ce7dc)
BREAKING CHANGES
  • Following the advice of the TypeScript team, the type for Symbol.observable is reverted back to symbol from unique symbol. This is to improve compatibility with other libraries using this module. Sincerely sorry for the trashing. Getting the types right for modules is hard. If this continues to cause issues for you, please file an issue with the TypeScript project.

v3.0.0

Compare Source

Bug Fixes
  • TypeScript: Symbol.observable is now unique symbol. (2ef1476), closes #​41
  • TypeScript: Symbol[Symbol.observable] is no longer incorrectly defined (fe4301f)
BREAKING CHANGES
  • TypeScript: Older versions of @types/node will clash with this, because @types/node incorrectly defined Symbol.observable has symbol and not unique symbol. Update to @types/[email protected] or higher.

2.0.3 (2020-09-30)

Bug Fixes
  • package.json ponyfill.d.ts added to package (b25f5bf)

2.0.2 (2020-09-29)

Bug Fixes
  • TypeScript ponyfill types added (10d2ec8)

2.0.1 (2020-09-04)

Bug Fixes
  • package.json: es/ponyfill.js no longer typoed (ad2c079)
  • Resolve issues in environments with frozen Symbol (2323882)

v2.0.3

Compare Source

Bug Fixes
  • package.json ponyfill.d.ts added to package (b25f5bf)

v2.0.2

Compare Source

Bug Fixes
  • TypeScript ponyfill types added (10d2ec8)

v2.0.1

Compare Source

Bug Fixes
  • package.json: es/ponyfill.js no longer typoed (ad2c079)
  • Resolve issues in environments with frozen Symbol (2323882)

v2.0.0

Compare Source

Bug Fixes
  • Resolve issues in environments with frozen Symbol (2323882)

BREAKING CHANGE: This moves to using Symbol.for to create the symbol instance. It's possible that some runtimes that support Symbol do not support Symbol.for. Therefor, I'm marking this as a breaking change. If you find that you hit this issue, please report it. You can work around it by polyfilling Symbol.for.


Configuration

📅 Schedule: Branch creation - "after 3am,before 9am" in timezone America/Los_Angeles, 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/symbol-observable-4.x branch from 2c4eb68 to 4238d88 Compare March 26, 2022 14:38
@renovate
Copy link
Contributor Author

renovate bot commented Mar 25, 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.

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