Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 8, 2025

Bumps the ember-data group with 4 updates: @ember-data/adapter, @ember-data/model, @ember-data/serializer and @warp-drive/build-config.

Updates @ember-data/adapter from 5.3.12 to 5.6.0

Release notes

Sourced from @​ember-data/adapter's releases.

v4.11.3 - Roads? Where We're Going ...

Fixes a memory leak in SSR/Tests and Infinite Recursion bug in develop when yielded/awaited in an ember-concurrency task.

Changelog

Sourced from @​ember-data/adapter's changelog.

v5.6.0 (2025-07-01)

Committers: (0)

v5.3.4 (2024-06-15)

🌲 New Deprecation

📝 Documentation

🚀 Enhancement

... (truncated)

Commits

Updates @ember-data/model from 5.3.12 to 5.6.0

Release notes

Sourced from @​ember-data/model's releases.

v4.11.3 - Roads? Where We're Going ...

Fixes a memory leak in SSR/Tests and Infinite Recursion bug in develop when yielded/awaited in an ember-concurrency task.

Changelog

Sourced from @​ember-data/model's changelog.

v5.6.0 (2025-07-01)

Committers: (0)

v5.3.4 (2024-06-15)

🌲 New Deprecation

📝 Documentation

🚀 Enhancement

... (truncated)

Commits

Updates @ember-data/serializer from 5.3.12 to 5.6.0

Release notes

Sourced from @​ember-data/serializer's releases.

v4.11.3 - Roads? Where We're Going ...

Fixes a memory leak in SSR/Tests and Infinite Recursion bug in develop when yielded/awaited in an ember-concurrency task.

Changelog

Sourced from @​ember-data/serializer's changelog.

v5.6.0 (2025-07-01)

Committers: (0)

v5.3.4 (2024-06-15)

🌲 New Deprecation

📝 Documentation

🚀 Enhancement

... (truncated)

Commits

Updates @warp-drive/build-config from 5.5.0 to 5.6.0

Release notes

Sourced from @​warp-drive/build-config's releases.

v4.11.3 - Roads? Where We're Going ...

Fixes a memory leak in SSR/Tests and Infinite Recursion bug in develop when yielded/awaited in an ember-concurrency task.

Changelog

Sourced from @​warp-drive/build-config's changelog.

v5.6.0 (2025-07-01)

Committers: (0)

v5.3.4 (2024-06-15)

🌲 New Deprecation

📝 Documentation

🚀 Enhancement

... (truncated)

Commits

You can trigger a rebase of this PR 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 <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> 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 <dependency name> 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 <dependency name> 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 <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jul 8, 2025
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jul 8, 2025
@netlify
Copy link

netlify bot commented Jul 8, 2025

Deploy Preview for ilios-frontend ready!

Name Link
🔨 Latest commit f068e2d
🔍 Latest deploy log https://app.netlify.com/projects/ilios-frontend/deploys/68cdd9695461f200085e4f04
😎 Deploy Preview https://deploy-preview-8671--ilios-frontend.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/ember-data-3a6ee9bc05 branch 2 times, most recently from 12be110 to fb908de Compare July 20, 2025 20:58
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/ember-data-3a6ee9bc05 branch 2 times, most recently from 45ebb38 to 563df91 Compare July 22, 2025 18:49
@jrjohnson
Copy link
Member

jrjohnson commented Jul 25, 2025

Tests are failing here as this.store.query has an issue that prevents the results being cached, so calls to that are getting repeated infinitely. This is resolved in v5.7.0-alpha.15, will wait for a release and update accordingly. Adding a no merge label as I've updated this PR to that alpha version, but we don't want to go to that in production.

@jrjohnson jrjohnson self-assigned this Jul 25, 2025
@jrjohnson jrjohnson force-pushed the dependabot/npm_and_yarn/ember-data-3a6ee9bc05 branch from 667922b to 2a61232 Compare July 27, 2025 04:24
@ucsf-sonarqube-cloud-public-repo

Quality Gate failed Quality Gate failed

Failed conditions
7.4% Duplication on New Code (required ≤ 3%)

See analysis details on SonarQube

@jrjohnson jrjohnson force-pushed the dependabot/npm_and_yarn/ember-data-3a6ee9bc05 branch from 2a61232 to f424124 Compare September 12, 2025 05:35
@jrjohnson
Copy link
Member

I've rebased this and updated it to the 5.7 release of all these packages. I believe it's not ready, but would like a second set of eyes.

@jrjohnson jrjohnson removed their assignment Sep 12, 2025
@jrjohnson jrjohnson added the run ui tests Run the expensive UI tests label Sep 12, 2025
@michaelchadwick
Copy link
Contributor

@jrjohnson are these updates only not ready to go because of the Browserstack tests failing? Nothing else seems to fail currently.

@jrjohnson jrjohnson added run ui tests Run the expensive UI tests and removed run ui tests Run the expensive UI tests labels Sep 16, 2025
@jrjohnson jrjohnson added run ui tests Run the expensive UI tests and removed run ui tests Run the expensive UI tests labels Sep 18, 2025
@jrjohnson jrjohnson force-pushed the dependabot/npm_and_yarn/ember-data-3a6ee9bc05 branch from ca626ac to 0375ec8 Compare September 19, 2025 04:40
@jrjohnson
Copy link
Member

This is finally ready!! Yay!! @dartajax can you give it a thorough click through?

@dartajax
Copy link
Member

I'd be glad to merge this but that SonarQube Code Analysis is failing.

@jrjohnson
Copy link
Member

That won't block a merge. It does need a look from a dev, but I think you can start review first. @stopfstedt or @michaelchadwick can you give this a look. Most of the heavy lifting wasn't mine, but I still probably shouldn't be the reviewer.

@michaelchadwick
Copy link
Contributor

@jrjohnson I'd love to approve this, but I'm not sure how best to test a change like this. Another change that's like this, #7773, has no SonarQube Code Analysis, so no idea if it's complaining about something novel or not.

@jrjohnson
Copy link
Member

Not much of a test strategy for this. It's all of our data handling so the only idea I have is to trust @dartajax's instincts to find stuff and rely on our tests.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why was a percySnapshot change added to a dependency update PR?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I got lazy, but now that I'm looking at it it should be its own PR. I'll do that now.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Rebased and repushed with that commit on it's own.

@jrjohnson jrjohnson added DO NOT MERGE and removed run ui tests Run the expensive UI tests labels Sep 19, 2025
dependabot bot and others added 6 commits September 19, 2025 15:29
Bumps the ember-data group with 4 updates: [@ember-data/adapter](https://github.com/emberjs/data/tree/HEAD/packages/adapter), [@ember-data/model](https://github.com/emberjs/data/tree/HEAD/packages/model), [@ember-data/serializer](https://github.com/emberjs/data/tree/HEAD/packages/serializer) and [@warp-drive/build-config](https://github.com/emberjs/data/tree/HEAD/warp-drive-packages/build-config).

Updates `@ember-data/adapter` from 5.3.12 to 5.6.0
- [Release notes](https://github.com/emberjs/data/releases)
- [Changelog](https://github.com/emberjs/data/blob/v5.6.0/CHANGELOG.md)
- [Commits](https://github.com/emberjs/data/commits/v5.6.0/packages/adapter)

Updates `@ember-data/model` from 5.3.12 to 5.6.0
- [Release notes](https://github.com/emberjs/data/releases)
- [Changelog](https://github.com/emberjs/data/blob/v5.6.0/CHANGELOG.md)
- [Commits](https://github.com/emberjs/data/commits/v5.6.0/packages/model)

Updates `@ember-data/serializer` from 5.3.12 to 5.6.0
- [Release notes](https://github.com/emberjs/data/releases)
- [Changelog](https://github.com/emberjs/data/blob/v5.6.0/CHANGELOG.md)
- [Commits](https://github.com/emberjs/data/commits/v5.6.0/packages/serializer)

Updates `@warp-drive/build-config` from 5.5.0 to 5.6.0
- [Release notes](https://github.com/emberjs/data/releases)
- [Changelog](https://github.com/emberjs/data/blob/v5.6.0/CHANGELOG.md)
- [Commits](https://github.com/emberjs/data/commits/v5.6.0/warp-drive-packages/build-config)

---
updated-dependencies:
- dependency-name: "@ember-data/adapter"
  dependency-version: 5.6.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: ember-data
- dependency-name: "@ember-data/model"
  dependency-version: 5.6.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: ember-data
- dependency-name: "@ember-data/serializer"
  dependency-version: 5.6.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: ember-data
- dependency-name: "@warp-drive/build-config"
  dependency-version: 5.6.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: ember-data
...

Signed-off-by: dependabot[bot] <[email protected]>
Fixes an issue with store.query
Removing the unnecessary v prefix and allowing these packages to float to
the nearest minor version.
@jrjohnson jrjohnson force-pushed the dependabot/npm_and_yarn/ember-data-3a6ee9bc05 branch from 16128e1 to f068e2d Compare September 19, 2025 22:29
@jrjohnson jrjohnson added run ui tests Run the expensive UI tests and removed DO NOT MERGE labels Sep 19, 2025
@ucsf-sonarqube-cloud-public-repo

Quality Gate failed Quality Gate failed

Failed conditions
7.4% Duplication on New Code (required ≤ 3%)

See analysis details on SonarQube

@michaelchadwick michaelchadwick self-requested a review September 19, 2025 22:57
@jrjohnson jrjohnson merged commit e000def into master Sep 19, 2025
38 of 40 checks passed
@jrjohnson jrjohnson deleted the dependabot/npm_and_yarn/ember-data-3a6ee9bc05 branch September 19, 2025 23:42
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 javascript Pull requests that update Javascript code run ui tests Run the expensive UI tests

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants