Skip to content

Bump ember-simple-charts from 12.2.2 to 13.0.3#9175

Open
dependabot[bot] wants to merge 2 commits intomasterfrom
dependabot/npm_and_yarn/ember-simple-charts-13.0.3
Open

Bump ember-simple-charts from 12.2.2 to 13.0.3#9175
dependabot[bot] wants to merge 2 commits intomasterfrom
dependabot/npm_and_yarn/ember-simple-charts-13.0.3

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 24, 2026

Bumps ember-simple-charts from 12.2.2 to 13.0.3.

Release notes

Sourced from ember-simple-charts's releases.

v13.0.3

What's Changed

Full Changelog: ilios/ember-simple-charts@v13.0.2...v13.0.3

v13.0.2

What's Changed

Full Changelog: ilios/ember-simple-charts@v13.0.1...v13.0.2

v13.0.1

What's Changed

Full Changelog: ilios/ember-simple-charts@v13.0.0...v13.0.1

v13.0.0

What's Changed

... (truncated)

Commits
  • ff62a5f 13.0.3
  • 8f985e4 Merge pull request #1403 from ilios/dependabot/npm_and_yarn/ember/app-tsconfi...
  • 7c9c257 Merge pull request #1411 from jrjohnson/node-24
  • 4e39526 Bump Minimum Node Version to 24
  • 983b48a 13.0.2
  • 6e4e4b3 Merge pull request #1409 from jrjohnson/reconfigure-publishing
  • ec72460 Reconfigure Publishing
  • 110cac5 13.0.1
  • 0abe552 Merge pull request #1410 from stopfstedt/publish-workflow-explicity-set-node-...
  • 31e56f8 excpicitly set node auth token from secret in publish step.
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for ember-simple-charts since your current version.


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Feb 24, 2026
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Feb 24, 2026
@netlify
Copy link

netlify bot commented Feb 24, 2026

Deploy Preview for ilios-frontend ready!

Name Link
🔨 Latest commit d33294f
🔍 Latest deploy log https://app.netlify.com/projects/ilios-frontend/deploys/69ab7a19c068270008b320d7
😎 Deploy Preview https://deploy-preview-9175--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.

@jrjohnson jrjohnson self-assigned this Feb 24, 2026
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/ember-simple-charts-13.0.3 branch from e0f9412 to 94cdb9d Compare February 24, 2026 09:16
@jrjohnson jrjohnson removed their assignment Feb 24, 2026
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/ember-simple-charts-13.0.3 branch 2 times, most recently from 0e3bb19 to f337cc4 Compare February 26, 2026 01:06
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/ember-simple-charts-13.0.3 branch from f337cc4 to 4dcf5cd Compare March 4, 2026 17:09
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 4, 2026

Dependabot can't authenticate to a private package registry. Because of this, Dependabot cannot update this pull request.

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/ember-simple-charts-13.0.3 branch 2 times, most recently from e098d51 to 789f4e3 Compare March 4, 2026 20:10
@stopfstedt
Copy link
Member

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/ember-simple-charts-13.0.3 branch from 789f4e3 to 2aa5b34 Compare March 4, 2026 22:12
@stopfstedt
Copy link
Member

@dependabot rebase

Bumps [ember-simple-charts](https://github.com/ilios/ember-simple-charts) from 12.2.2 to 13.0.3.
- [Release notes](https://github.com/ilios/ember-simple-charts/releases)
- [Commits](ilios/ember-simple-charts@v12.2.2...v13.0.3)

---
updated-dependencies:
- dependency-name: ember-simple-charts
  dependency-version: 13.0.3
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/ember-simple-charts-13.0.3 branch from 2aa5b34 to b5f7dce Compare March 6, 2026 22:31
@stopfstedt stopfstedt self-assigned this Mar 6, 2026
@stopfstedt
Copy link
Member

stopfstedt commented Mar 7, 2026

all viz tests that involve route transitions via click into charts are broken.
the pattern is always the same - checking currentURL() after transitioning returns a stale value.

i'm convinced that the addition of the timeout helper and using it in the SimpleChart component is to blame.

using await settled() does not resolve this issue.

re-using the timeout() helper with a padded value seems to be the only thing that's allowing us to work around this problem.

i have no solution to the timeout issue with viz data tables, yet. but suspect that it's related as well.

@stopfstedt stopfstedt removed their assignment Mar 7, 2026
@stopfstedt stopfstedt force-pushed the dependabot/npm_and_yarn/ember-simple-charts-13.0.3 branch 2 times, most recently from f8ed687 to 0c6953a Compare March 7, 2026 01:01
ember-simple-charts is now waiting for promise resolution in a way
that's not tracked by the runloop, so awaiting for things to settle via
`await settled()` isn't working.
this is an extremely hacky attempt to outwait that timeout,
using the ember-simple-chart's `timeout()` utility method, which is at
the heart of this new problem.
@stopfstedt stopfstedt force-pushed the dependabot/npm_and_yarn/ember-simple-charts-13.0.3 branch from 0c6953a to d33294f Compare March 7, 2026 01:06
@github-actions
Copy link
Contributor

github-actions bot commented Mar 7, 2026

❌ Visual Diff Report — FAILED

768 images compared: 20 different · 748 identical

Details

Differences (20)

File Diff % Notes
desktop-Acceptance _ Program Year - Leadership _ collapsed leadership _ .png 0.07%
desktop-Acceptance _ Program Year - Leadership _ list leadership _ .png 0.06%
desktop-Acceptance _ Program Year - Objectives _ list editable _ .png 0.05%
desktop-Acceptance _ Program Year - Objectives _ list not editable _ .png 0.05%
desktop-Integration _ Component _ courses_loading _ it renders _ .png 100.00% ⚠️ Dimension mismatch (3290x1000 → 2844x1000)
laptop-Acceptance _ Program Year - Cohort members _ cohort members are expanded if URL contains corresponding parameter _ .png 0.07%
laptop-Acceptance _ Program Year - Cohort members _ expand and collapse cohort members _ .png 0.08%
laptop-Acceptance _ Program Year - Course associations _ course associations are expanded if URL contains corresponding parameter _ .png 0.07%
laptop-Acceptance _ Program Year - Course associations _ expand and collapse course associations _ .png 0.08%
laptop-Acceptance _ Program Year - Leadership _ collapsed leadership _ .png 0.08%
laptop-Acceptance _ Program Year - Leadership _ list leadership _ .png 0.07%
laptop-Acceptance _ Program Year - Terms _ list terms _ .png 0.07%
laptop-Acceptance _ Program Year - Terms _ manage terms _ .png 0.05%
laptop-Integration _ Component _ courses_loading _ it renders _ .png 0.21%
phone-Acceptance _ Program Year - Objective Vocabulary Terms _ manage and save terms _ .png 0.13%
phone-Acceptance _ Program Year - Terms _ list terms _ .png 0.14%
phone-Acceptance _ Program Year - Terms _ manage terms _ .png 0.12%
phone-Integration _ Component _ courses_loading _ it renders _ .png 100.00% ⚠️ Dimension mismatch (703x1000 → 683x1000)
tablet-Acceptance _ Program Year - Objectives _ list editable _ .png 0.07%
tablet-Acceptance _ Program Year - Objectives _ list not editable _ .png 0.08%

Download the results.

@stopfstedt stopfstedt self-assigned this Mar 7, 2026
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 DO NOT MERGE javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants