Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 3, 2025

This PR contains the following updates:

Package Change Age Confidence
ember-async-data ^0.7.0 -> ^2.0.1 age confidence

Release Notes

tracked-tools/ember-async-data (ember-async-data)

v2.0.1

  • ember-async-data 2.0.1 (patch)
🐛 Bug Fix
📝 Documentation
🏠 Internal
Committers: 2

v2.0.0

ember-async-data 2.0.0 (major)

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

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

v1.0.3

Compare Source

🐛 Bug Fix
📝 Documentation
🏠 Internal
Committers: 2

v1.0.2

Compare Source

🚀 Enhancement
📝 Documentation
🏠 Internal
Committers: 2

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

v0.7.1: Release 0.7.1

Compare Source

🐛 Bug Fix
Committers: 1

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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Mar 3, 2025
Copy link
Contributor Author

renovate bot commented Mar 3, 2025

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: yarn.lock
/opt/containerbase/tools/corepack/0.34.0/18.14.2/node_modules/corepack/dist/lib/corepack.cjs:22550
  const isURL = URL.canParse(range);
                    ^

TypeError: URL.canParse is not a function
    at parseSpec (/opt/containerbase/tools/corepack/0.34.0/18.14.2/node_modules/corepack/dist/lib/corepack.cjs:22550:21)
    at Object.getSpec (/opt/containerbase/tools/corepack/0.34.0/18.14.2/node_modules/corepack/dist/lib/corepack.cjs:22699:20)
    at Engine.findProjectSpec (/opt/containerbase/tools/corepack/0.34.0/18.14.2/node_modules/corepack/dist/lib/corepack.cjs:22917:31)
    at async Engine.executePackageManagerRequest (/opt/containerbase/tools/corepack/0.34.0/18.14.2/node_modules/corepack/dist/lib/corepack.cjs:22956:24)
    at async Object.runMain (/opt/containerbase/tools/corepack/0.34.0/18.14.2/node_modules/corepack/dist/lib/corepack.cjs:23660:7)

Node.js v18.14.2

@renovate renovate bot force-pushed the renovate/ember-async-data-2.x branch from 5042a97 to 3880583 Compare May 12, 2025 22:41
@renovate renovate bot force-pushed the renovate/ember-async-data-2.x branch 2 times, most recently from 7d63568 to 3336c15 Compare August 13, 2025 22:06
@renovate renovate bot force-pushed the renovate/ember-async-data-2.x branch from 3336c15 to e871b21 Compare September 25, 2025 15:31
Copy link

coderabbitai bot commented Sep 25, 2025

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


Comment @coderabbitai help to get the list of available commands and usage tips.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants