Skip to content

[Dependency] Bump plotly.js-dist from 3.1.0 to 3.1.1 in /site#12108

Merged
williamjallen merged 2 commits intomainfrom
dependabot/npm_and_yarn/site/plotly.js-dist-3.1.1
Oct 18, 2025
Merged

[Dependency] Bump plotly.js-dist from 3.1.0 to 3.1.1 in /site#12108
williamjallen merged 2 commits intomainfrom
dependabot/npm_and_yarn/site/plotly.js-dist-3.1.1

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 1, 2025

Bumps plotly.js-dist from 3.1.0 to 3.1.1.

Release notes

Sourced from plotly.js-dist's releases.

v3.1.1

Fixed

  • Update plot with all config changes during call to Plotly.react [#7475]
  • Fix wheel event handler Violation in Chromium by setting passive: true [#7517]
  • Fix locationmode warning to be less aggressive: show warning only when locationmode is 'country names' [#7520]
  • Refactor drawMainTitle to use context-specific selections for title and subtitle, avoiding conflicts when multiple plots are present on the same page [#7522], with thanks to @​davibarbosa2 for the contribution!
  • Fix broken styling of map attributions [#7526]
  • Calculate colorscale properly for histogram when marker cmin/cmax/cmid values are undefined [#7534]
  • Tidy up some stray characters in attribute descriptions [#7539], [#7540]
  • Fix some typos (and a conditional check) [#7542], with thanks to @​musvaage for the contribution!
  • Fix cropping of subunits in USA topojson, clean up land and coastlines layers for all topojson [#7555]
  • Fix issue causing empty ScatterGL plots when using text elements #7563

Full Changelog: plotly/plotly.js@v3.1.0...v3.1.1

Changelog

Sourced from plotly.js-dist's changelog.

[3.1.1] -- 2025-09-29

Fixed

  • Update plot with all config changes during call to Plotly.react [#7475]
  • Fix wheel event handler Violation in Chromium by setting passive: true [#7517]
  • Fix locationmode warning to be less aggressive: show warning only when locationmode is 'country names' [#7520]
  • Refactor drawMainTitle to use context-specific selections for title and subtitle, avoiding conflicts when multiple plots are present on the same page [#7522], with thanks to @​davibarbosa2 for the contribution!
  • Fix broken styling of map attributions [#7526]
  • Calculate colorscale properly for histogram when marker cmin/cmax/cmid values are undefined [#7534]
  • Tidy up some stray characters in attribute descriptions [#7539], [#7540]
  • Fix some typos (and a conditional check) [#7542], with thanks to @​musvaage for the contribution!
  • Fix cropping of subunits in USA topojson, clean up land and coastlines layers for all topojson [#7555]
  • Fix issue causing empty ScatterGL plots when using text elements #7563
Commits
  • 415d01a 3.1.1
  • 4e167c4 update changelog, citation, and README for v3.1.1
  • fc5993d Merge pull request #7566 from plotly/add-missing-draftlogs-2025-09
  • 5d7f480 add missing draftlogs and fix formatting
  • c624d3d Merge pull request #7563 from plotly/fix-missing-json-font-attrs
  • 33c46a4 ci build should pass same _bundle arguments as regular build
  • 860cdb6 add draftlog
  • 7f18a75 biome formatter
  • 92d9a9c update image baseline
  • 443b385 update image mock to test text on scattergl
  • Additional commits viewable in compare view

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 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 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)

@github-project-automation github-project-automation bot moved this to Seeking Reviewer in Submitty Development Oct 1, 2025
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/site/plotly.js-dist-3.1.1 branch from 567006f to 56f9193 Compare October 6, 2025 02:44
Bumps [plotly.js-dist](https://github.com/plotly/plotly.js) from 3.1.0 to 3.1.1.
- [Release notes](https://github.com/plotly/plotly.js/releases)
- [Changelog](https://github.com/plotly/plotly.js/blob/master/CHANGELOG.md)
- [Commits](plotly/plotly.js@v3.1.0...v3.1.1)

---
updated-dependencies:
- dependency-name: plotly.js-dist
  dependency-version: 3.1.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/site/plotly.js-dist-3.1.1 branch from 56f9193 to 3afc5f9 Compare October 6, 2025 02:47
Copy link
Contributor

@lavalleeale lavalleeale left a comment

Choose a reason for hiding this comment

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

No breaking changes in changelog and tests still pass so lgtm

@github-project-automation github-project-automation bot moved this from Seeking Reviewer to Awaiting Maintainer Review in Submitty Development Oct 14, 2025
@codecov
Copy link

codecov bot commented Oct 14, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 21.68%. Comparing base (9733059) to head (e06a1db).
⚠️ Report is 8 commits behind head on main.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff            @@
##               main   #12108   +/-   ##
=========================================
  Coverage     21.68%   21.68%           
  Complexity     9598     9598           
=========================================
  Files           268      268           
  Lines         36620    36620           
  Branches        475      475           
=========================================
  Hits           7941     7941           
  Misses        28208    28208           
  Partials        471      471           
Flag Coverage Δ
autograder 21.39% <ø> (ø)
js 2.07% <ø> (ø)
migrator 100.00% <ø> (ø)
php 20.69% <ø> (ø)
python_submitty_utils 80.08% <ø> (ø)
submitty_daemon_jobs 90.72% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@williamjallen williamjallen merged commit b2d290e into main Oct 18, 2025
24 of 25 checks passed
@williamjallen williamjallen deleted the dependabot/npm_and_yarn/site/plotly.js-dist-3.1.1 branch October 18, 2025 21:32
@github-project-automation github-project-automation bot moved this from Awaiting Maintainer Review to Done in Submitty Development Oct 18, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

Archived in project

Development

Successfully merging this pull request may close these issues.

2 participants