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

chore(deps): update dependency ember-async-data to v1 - autoclosed #823

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 15, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
ember-async-data ^0.7.0 -> ^1.0.0 age adoption passing confidence

Release Notes

chriskrycho/ember-async-data

v1.0.1

Compare Source

Note: This is a significant bug fix which does (very mildly) break the public API, but necessarily so for the sake of fixing a bug.

🐛 Bug Fix
  • #​578 Bugfix: drop context and stop caching TrackedAsyncData (@​chriskrycho)

    Previously, TrackedAsyncData and the load function accepted a context parameter as their second argument, to use with Ember's destroyables API. However, that was (a) unnecessary and (b) could actually cause memory leaks, literally the opposite of what it was designed to do. To account for this change, simply remove that call from all call sites.

    Additionally, note that this means that you will no longer get a single instance of TrackedAsyncData for the same promise. In most cases, this is irrelevant, and it is likely that removing our cache which attempted to be helpful that way will improve your performance.

Committers: 1

v1.0.0

Compare Source

💥 Breaking Change
🚀 Enhancement
📝 Documentation
🏠 Internal
Committers: 5

Configuration

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

🚦 Automerge: Enabled.

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.

@changeset-bot
Copy link

changeset-bot bot commented Mar 15, 2023

⚠️ No Changeset found

Latest commit: f5fdc5c

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

@github-actions
Copy link
Contributor

Estimated impact to a consuming app, depending on which bundle is imported

js min min + gzip min + brotli
/index.js 19.77 kB 3.91 kB 1.57 kB 1.39 kB
├── core/class-based/index.js 9.36 kB 2.44 kB 1.13 kB 983 B
├── core/function-based/index.js 7.88 kB 576 B 269 B 215 B
└── core/use.js 2.91 kB 415 B 256 B 203 B
/link.js 2.67 kB 380 B 234 B 186 B
/service.js 13.77 kB 2.6 kB 1.17 kB 1.02 kB
/util/cell.js 2.46 kB 917 B 433 B 364 B
/util/debounce.js 2.71 kB 837 B 430 B 352 B
/util/ember-concurrency.js 4.39 kB 1.56 kB 743 B 630 B
/util/fps.js 2.47 kB 904 B 469 B 375 B
/util/function.js 7.67 kB 2.72 kB 997 B 852 B
/util/helper.js 1.79 kB 303 B 218 B 177 B
/util/keep-latest.js 1.75 kB 412 B 261 B 209 B
/util/map.js 5.56 kB 2.5 kB 1.11 kB 936 B
/util/remote-data.js 6.06 kB 2.33 kB 777 B 673 B

@github-actions
Copy link
Contributor

@renovate renovate bot force-pushed the renovate/ember-async-data-1.x branch 2 times, most recently from c1e3040 to 1fa9895 Compare March 15, 2023 21:53
@renovate renovate bot force-pushed the renovate/ember-async-data-1.x branch from 1fa9895 to f5fdc5c Compare March 16, 2023 14:53
@renovate renovate bot changed the title chore(deps): update dependency ember-async-data to v1 chore(deps): update dependency ember-async-data to v1 - autoclosed Mar 16, 2023
@renovate renovate bot closed this Mar 16, 2023
@renovate renovate bot deleted the renovate/ember-async-data-1.x branch March 16, 2023 15:08
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.

0 participants