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

Bump the npm group across 1 directory with 38 updates #3670

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 17, 2024

Bumps the npm group with 37 updates in the / directory:

Package From To
bootstrap 3.4.1 5.3.3
bowser 1.0.0 2.11.0
d3 3.5.6 7.9.0
datatables.net 1.13.4 2.1.8
datatables.net-bs 1.13.4 2.1.8
datatables.net-buttons 2.3.6 3.2.0
datatables.net-buttons-bs 2.4.1 3.2.0
dompurify 3.1.6 3.2.3
file-saver 1.3.4 2.0.5
jquery 2.2.4 3.7.1
jquery-ui 1.14.0 1.14.1
plotly.js-dist-min 2.35.0 2.35.3
@babel/traverse 7.25.6 7.26.4
@eslint/eslintrc 3.1.0 3.2.0
@eslint/js 9.11.1 9.17.0
@wdio/browserstack-service 9.0.9 9.4.2
@wdio/cli 9.0.9 9.4.2
@wdio/local-runner 9.0.9 9.4.2
@wdio/mocha-framework 9.0.8 9.4.2
@wdio/spec-reporter 9.0.8 9.4.2
axios 1.7.7 1.7.9
chromedriver 128.0.3 131.0.3
eslint 9.11.1 9.17.0
expect-webdriverio 5.0.2 5.0.5
globals 15.9.0 15.13.0
husky 9.1.6 9.1.7
jasmine-core 5.3.0 5.5.0
jquery-migrate 1.4.1 3.5.2
lint-staged 15.2.10 15.2.11
postcss 8.4.47 8.4.49
prettier 3.3.3 3.4.2
puppeteer 23.4.0 23.10.4
sass 1.79.3 1.83.0
selenium-webdriver 4.25.0 4.27.0
string.prototype.startswith 1.0.0 1.0.1
stylelint 16.9.0 16.12.0
terser 5.33.0 5.37.0

Updates bootstrap from 3.4.1 to 5.3.3

Release notes

Sourced from bootstrap's releases.

v5.3.3

Highlights

  • Fixed a breaking change introduced with color modes where it was required to manually import variables-dark.scss when building Bootstrap with Sass. Now, _variables.scss will automatically import _variables-dark.scss. If you were already importing _variables-dark.scss manually, you should keep doing it as it won't break anything and will be the way to go in v6.
  • Fixed a regression in the selector engine that wasn't able to handle multiple IDs anymore.

Color modes

  • Badges now use the .text-bg-* text utilities to be certain that the text is always readable (especially when the customized colors are different in light and dark modes).
  • Fixed our color-modes.js script to handle the case where the OS is set to light mode and the auto color mode is used on the website. If you copied the script from our docs, you should apply this change to your own script.
  • Fixed color schemes description in the color modes documentation to show that color-scheme() only accept light and dark values as parameters.

Miscellaneous

  • Allowed <dl>, <dt> and <dd> in the sanitizer.
  • Dropped evenly items distribution for modal and offcanvas headers.
  • Fixed the accordion CSS selectors to avoid inheritance issues when nesting accordions.
  • Fixed the focus box-shadow for the validation stated form controls.
  • Fixed the focus ring on focused checked buttons.
  • Fixed the product example mobile navbar toggler.
  • Changed the RTL processing of carousel control icons.

🎨 CSS

  • #37508: Use child combinators to avoid inheriting parent accordion's flush styles
  • #38719: Fix focus box-shadow for validation stated form-controls
  • #38884: fix border-radius on radio-switch
  • #39294: Tests: update navbar in visual modal test
  • #39373: refactor css: modal and offcanvas header spacing
  • #39380: Fix Sass compilation breaking change in v5.3
  • #39387: docs: fix typo
  • #39411: Optimize the accordion icon
  • #39497: Fix a typo
  • #39536: Changed RTL processing of carousel control icons
  • #39560: Drop --bs-accordion-btn-focus-border-color and deprecate $accordion-button-focus-border-color
  • #39595: CSS: Fix the focus ring on focused checked buttons

☕️ JavaScript

  • #39201: Selector Engine: fix multiple IDs
  • #39224: Fix edge case in color-mode.js
  • #39376: Allow dl, dt and dd in sanitizer

📖 Docs

  • #39200: Typo Fix
  • #39214: Doc: use .text-bg-{color} for all badges
  • #39246: Docs: fix for example code blocks have unnecessary 30px right-margin

... (truncated)

Commits
  • 6e1f75f Release v5.3.3 (#39524)
  • 3caef2b Build(deps-dev): Bump terser from 5.27.1 to 5.27.2 (#39690)
  • 4abac9b Build(deps-dev): Bump ip from 2.0.0 to 2.0.1 (#39691)
  • c396a2a Build(deps-dev): Bump sass from 1.70.0 to 1.71.0 (#39684)
  • c9a8a40 Build(deps-dev): Bump rollup from 4.9.6 to 4.12.0 (#39683)
  • 6aecb37 Build(deps-dev): Bump eslint-plugin-html from 7.1.0 to 8.0.0 (#39672)
  • 4081168 Build(deps-dev): Bump terser from 5.27.0 to 5.27.1 (#39682)
  • 4605d71 Build(deps-dev): Bump postcss from 8.4.34 to 8.4.35 (#39673)
  • 08eeee3 Build(deps-dev): Bump lockfile-lint from 4.12.1 to 4.13.1 (#39675)
  • f92d635 Build(deps-dev): Bump eslint-plugin-unicorn from 51.0.0 to 51.0.1 (#39676)
  • Additional commits viewable in compare view

Updates bowser from 1.0.0 to 2.11.0

Release notes

Sourced from bowser's releases.

v2.11.0

What's Changed

  • [ADD]: Add detection for Miui Browser #436
  • [ADD]: Add support for using alias in 'is' method #437
  • [FIX]: Add missing typescript property declaration by @​Cordazar in lancedikson/bowser#438
  • [FIX]: Update @​returns of Parser.prototype.parse #427
  • [CHORE]: bump http-proxy from 1.18.0 to 1.18.1 #442
  • [CHORE]: bump yargs-parser from 13.1.1 to 13.1.2 #440
  • [CHORE]: bump elliptic from 6.5.1 to 6.5.3 #431
  • [CHORE] bump lodash from 4.17.15 to 4.17.19 #428

New Contributors

Full Changelog: bowser-js/bowser@2.10.0...v2.11.0

2.10.0

  • [FIX] Fix for Firefox detection on iOS 13 #415
  • [FIX] Fixes for typings.d.ts #409
  • [FIX] Updated development dependencies

2.7.0

  • [FIX] Add support for QQ Browser #362
  • [FIX] Add support for GSA #364
  • [FIX] Updated dependencies

2.5.3 (Aug 4, 2019)

  • [FIX] Add MacOS names support #338
  • [FIX] Point typings.d.ts from package.json #341
  • [FIX] Upgrade dependencies

2.5.1

  • [FIX] Fixes the bug with a custom Error class (#335)
  • [FIX] Fixes the settings for Babel to reduce the bundle size (#259)

2.5.0

  • [ADD] Add constant output so that users can quickly get all types (#325)
  • [FIX] Add support for Roku OS (#332)
  • [FIX] Update devDependencies
  • [FIX] Fix docs, README and added funding information

2.3.0

  • [ADD] Add support for Blink-based MS Edge (#311)
  • [ADD] Add more types for TS (#289)
  • [FIX] Update dev-dependencies
  • [FIX] Update docs

2.1.0

  • [ADD] Add new Parser.getEngineName() method (#288)

... (truncated)

Changelog

Sourced from bowser's changelog.

2.11.0 (Sep 12, 2020)

  • [ADD] Added support for aliases in Parser#is method (#437)
  • [ADD] Added more typings (#438, #427)
  • [ADD] Added support for MIUI Browser (#436)

2.10.0 (Jul 9, 2020)

  • [FIX] Fix for Firefox detection on iOS 13 #415
  • [FIX] Fixes for typings.d.ts #409
  • [FIX] Updated development dependencies

2.9.0 (Jan 28, 2020)

  • [ADD] Export more methods and constants via .d.ts #388, #390

2.8.1 (Dec 26, 2019)

  • [FIX] Reverted #382 as it broke build

2.8.0 (Dec 26, 2019)

  • [ADD] Add polyfills for Array.find & Object.assign #383
  • [ADD] Export constants with types.d.ts #382
  • [FIX] Add support for WeChat on Windows #381
  • [FIX] Fix detection of Firefox on iPad #379
  • [FIX] Add detection of Electron #375
  • [FIX] Updated dev-dependencies

2.7.0 (Oct 2, 2019)

  • [FIX] Add support for QQ Browser #362
  • [FIX] Add support for GSA #364
  • [FIX] Updated dependencies

2.6.0 (Sep 6, 2019)

  • [ADD] Define "module" export in package.json #354
  • [FIX] Fix Tablet PC detection #334

2.5.4 (Sep 2, 2019)

  • [FIX] Exclude docs from the npm package #349

2.5.3 (Aug 4, 2019)

  • [FIX] Add MacOS names support #338
  • [FIX] Point typings.d.ts from package.json #341
  • [FIX] Upgrade dependencies

2.5.2 (July 17, 2019)

  • [FIX] Fixes the bug undefined method because of failed build (#335)

2.5.1 (July 17, 2019)

  • [FIX] Fixes the bug with a custom Error class (#335)
  • [FIX] Fixes the settings for Babel to reduce the bundle size (#259)

2.5.0 (July 16, 2019)

  • [ADD] Add constant output so that users can quickly get all types (#325)

... (truncated)

Commits
  • e188e8a Merge branch '2.11.0' into production
  • 1d64eca chore: bump version, write changelog and docs
  • 5b11ac2 Add missing typescript property declaration
  • 53d54e2 Merge pull request #428 from lancedikson/dependabot/npm_and_yarn/lodash-4.17.19
  • b7c67e9 Merge pull request #431 from lancedikson/dependabot/npm_and_yarn/elliptic-6.5.3
  • b2383ed Merge pull request #440 from lancedikson/dependabot/npm_and_yarn/yargs-parser...
  • e431acf Merge pull request #442 from lancedikson/dependabot/npm_and_yarn/http-proxy-1...
  • c504b11 Merge pull request #427 from YongliangDing/declaration-update
  • a6317d2 Merge pull request #438 from Cordazar/patch-2
  • 24dab5f Merge pull request #437 from willamesoares/include-alias-check
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by lancedikson, a new releaser for bowser since your current version.


Updates d3 from 3.5.6 to 7.9.0

Release notes

Sourced from d3's releases.

v7.9.0

v7.8.5

  • Fix the return value of d3.medianIndex and d3.quantileIndex when the data contains missing values. #275

v7.8.4

v7.8.3

v7.8.2

v7.8.1

  • Tolerate invalid input values when generating contours. #61
  • Tolerate invalid input weights when generating density contours. #65
  • Fix missing contours at extrema when using default thresholds. #68

v7.8.0

  • Add d3.pathRound.
  • Add configurable precision when generating path data via path.digits.
  • Add likewise shape.digits method to d3.arc, d3.area, d3.line, d3.link, and d3.symbol.
  • Improve the performance of d3.geoPath’s string concatenation.
  • Fix arc rendering for small arcs with rounded corners.
  • Fix BumpRadial implementation to support multiple points.
  • Fix projection when lambda is outside the range ±3π.
  • Rename d3.symbolX to d3.symbolTimes; d3.symbolX is now deprecated.

v7.7.0

v7.6.1

v7.6.0

... (truncated)

Changelog

Sourced from d3's changelog.

Changes in D3 7.0

Released June 11, 2021.

This document covers only major changes. For minor and patch changes, please see the release notes.

D3 now ships as pure ES modules and requires Node.js 12 or higher. For more, please read Sindre Sorhus’s FAQ.

d3.bin now ignores nulls. d3.ascending and d3.descending no longer consider null comparable.

Ordinal scales now use InternMap for domains; domain values are now uniqued by coercing to a primitive value via object.valueOf instead of coercing to a string via object.toString.

Array-likes (e.g., a live NodeList such as element.childNodes) are converted to arrays in d3.selectAll and selection.selectAll.

Changes in D3 6.0

Released August 26, 2020.

D3 now uses native collections (Map and Set) and accepts iterables. d3.group and d3.rollup are powerful new aggregation functions that replace d3.nest and work great with d3-hierarchy and d3-selection. There are lots of new helpers in d3-array, too, such as d3.greatest, d3.quickselect, and d3.fsum.

D3 now passes events directly to listeners, replacing the d3.event global and bringing D3 inline with vanilla JavaScript and most other frameworks.

d3-delaunay (based on Vladimir Agafonkin’s excellent Delaunator) replaces d3-voronoi, offering dramatic improvements to performance, robustness, and search. And there’s a new d3-geo-voronoi for spherical (geographical) data! d3-random is greatly expanded and includes a fast linear congruential generator for seeded randomness. d3-chord has new layouts for directed and transposed chord diagrams. d3-scale adds a new radial scale type.

… and a variety of other small enhancements. More than 450 examples have been updated to D3 6.0!

d3-array

... (truncated)

Commits

Updates datatables.net from 1.13.4 to 2.1.8

Release notes

Sourced from datatables.net's releases.

1.13.11

DataTables 1.13.11

Commits
  • 155c47b Sync tag release - 2.1.8
  • 1150bb1 643377800fbf3b1e050b8d59a843837710aea693 Release 2.1.8
  • 847314e 658b9d4ce42406bea630174635f258d08655df7f Fix: Columns where misaligned from t...
  • 44bc402 c711f949ba6a4f3f1383918d12a9b9600a558d57 Fix: Remove the setting of `role="ro...
  • 8c6985f e86bdad18a2ae35115ee8369bcde9023ad616b35 Fix: Date rendering would always set...
  • d90011a 0b07375e57ac56dd2ce582641115169eccd6340d Typescript: Need to export `ObjectCo...
  • 73d18ed Sync tag release - 2.1.7
  • 3c0bb60 f83a8f4c4c2f0541765632de1c22d11e5a92a54f Release 2.1.7
  • 6be1438 31f2488df2fac6a551a657109c4484fb470401ef Fix: null in a column that is dete...
  • 1cb130d f181926d2ebcb27e3b8004964235d37891778950 Fix: Safari 9 doesn't support `Strin...
  • Additional commits viewable in compare view

Updates datatables.net-bs from 1.13.4 to 2.1.8

Release notes

Sourced from datatables.net-bs's releases.

1.13.11

Bootstrap 1.13.11

Commits
  • 2228f28 Sync tag release - 2.1.8
  • f726736 643377800fbf3b1e050b8d59a843837710aea693 Release 2.1.8
  • 8774e2c 658b9d4ce42406bea630174635f258d08655df7f Fix: Columns where misaligned from t...
  • 5dd00ed c711f949ba6a4f3f1383918d12a9b9600a558d57 Fix: Remove the setting of `role="ro...
  • 8f15fca e86bdad18a2ae35115ee8369bcde9023ad616b35 Fix: Date rendering would always set...
  • 06ced55 0b07375e57ac56dd2ce582641115169eccd6340d Typescript: Need to export `ObjectCo...
  • c066756 Sync tag release - 2.1.7
  • e6f614e f83a8f4c4c2f0541765632de1c22d11e5a92a54f Release 2.1.7
  • 8d52ff0 31f2488df2fac6a551a657109c4484fb470401ef Fix: null in a column that is dete...
  • 6567571 f181926d2ebcb27e3b8004964235d37891778950 Fix: Safari 9 doesn't support `Strin...
  • Additional commits viewable in compare view

Updates datatables.net-buttons from 2.3.6 to 3.2.0

Release notes

Sourced from datatables.net-buttons's releases.

3.2.0

Buttons 3.2.0

3.1.2

Buttons 3.1.2

3.1.1

Buttons 3.1.1

3.1.0

Buttons 3.1.0

3.0.2

Buttons 3.0.2

3.0.1

Buttons 3.0.1

3.0.0

Buttons 3.0.0

2.4.2

Buttons 2.4.2

2.4.1

Buttons 2.4.1

2.4.0

Buttons 2.4.0

Commits
  • 9eb884c Sync tag release - 3.2.0
  • d9c1c65 24a3dd12626c70152100444eebb1c5ab3be6c7fe Release 3.2.0
  • a8ca3e6 91ec1694df383e3520038c0ecab83ee04b93b829 New: When closing a popover, trigger...
  • cdb39d4 3cab48583da254adb44e6c00b7bcd13023563712 New: Add escapeExcelFormula to `-a...
  • 2138813 fe105bc93f50921112e4f66a698b3312395c9a6a Fix: If a popover is fixed positio...
  • fd958fe 8ab9e3841286f90654d29150a6f28c7b286f5eb1 Docs: Popover description was missin...
  • 64cc80d b10b3c5ba5e670f0283779d74ec532561eab1c6f Dev: Finish removing styling example...
  • a3d4fb8 002b66e9e24af5c176af543ac8757d2f957ba7f0 New: `-init buttons.buttons.dropIcon...
  • 26b37b0 7099db386b1f372bd2fc6db24739dcf34ec9f802 WIP: Improvements to dropdown icon t...
  • 4f4e658 927745f3bd0ed891a69e8c006d0de368bf115a85 New: Buttons with a split can now be...
  • Additional commits viewable in compare view

Updates datatables.net-buttons-bs from 2.4.1 to 3.2.0

Release notes

Sourced from datatables.net-buttons-bs's releases.

3.2.0

Buttons Bootstrap 3.2.0

3.1.2

Buttons Bootstrap 3.1.2

3.1.1

Buttons Bootstrap 3.1.1

3.1.0

Buttons Bootstrap 3.1.0

3.0.2

Buttons Bootstrap 3.0.2

3.0.1

Buttons Bootstrap 3.0.1

3.0.0

Buttons Bootstrap 3.0.0

2.4.2

Buttons Bootstrap 2.4.2

Commits
  • 1eeb8f2 91ec1694df383e3520038c0ecab83ee04b93b829 New: When closing a popover, trigger...
  • 6e1a20c 3cab48583da254adb44e6c00b7bcd13023563712 New: Add escapeExcelFormula to `-a...
  • e5fcd21 fe105bc93f50921112e4f66a698b3312395c9a6a Fix: If a popover is fixed positio...
  • 8c69db6 8ab9e3841286f90654d29150a6f28c7b286f5eb1 Docs: Popover description was missin...
  • 7e3a4bc b10b3c5ba5e670f0283779d74ec532561eab1c6f Dev: Finish removing styling example...
  • 27d3709 002b66e9e24af5c176af543ac8757d2f957ba7f0 New: `-init buttons.buttons.dropIcon...
  • 077588f 7099db386b1f372bd2fc6db24739dcf34ec9f802 WIP: Improvements to dropdown icon t...
  • adcc751 927745f3bd0ed891a69e8c006d0de368bf115a85 New: Buttons with a split can now be...
  • f2f0f7f 822bb21ef766a967c1d99819d00aa273d2001b30 Dev: Tweak previous fix - it was cau...
  • daa121d 3583195f85049bbf3dde8d15b3768617bc8183af Fix: An error would occur if an expo...
  • Additional commits viewable in compare view

Updates dompurify from 3.1.6 to 3.2.3

Release notes

Sourced from dompurify's releases.

DOMPurify 3.2.3

DOMPurify 3.2.2

  • Fixed a possible bypass in case a rather specific config for custom elements is set, thanks @​yaniv-git
  • Fixed several minor issues with the type definitions, thanks again @​reduckted
  • Fixed a minor issue with the types reference for trusted types, thanks @​reduckted
  • Fixed a minor problem with the template detection regex on some systems, thanks @​svdb99

DOMPurify 3.2.1

DOMPurify 3.2.0

DOMPurify 3.1.7

  • Fixed an issue with comment detection and possible bypasses with specific config settings, thanks @​masatokinugawa
  • Fixed several smaller typos in documentation and test & build files, thanks @​christianhg
  • Added better support for Angular compiler, thanks @​jeroen1602
  • Added several new attributes to HTML and SVG allow-list, thanks @​Gigabyte5671 and @​Rotzbua
  • Removed the foreignObject element from the list of HTML entry-points, thanks @​masatokinugawa
  • Bumped several dependencies to be more up to date
Commits
  • f1106aa chore: Preparing 3.2.3 release
  • 9c71e04 fix: Added clobbering check for sanitizeAttribute to prevent an error
  • c183cd6 fix: Fixed a config-dependent bypass caused by skipped attribute checks, than...
  • 6e76ece fix: Fixed a config-dependent bypass relating to data-attributes, thanks @​Slo...
  • c3879a5 Merge pull request #1041 from CoryHrycko/patch-1
  • 0e1c724 Update tags.ts
  • 8513afd Update README.md
  • b883b9e Update README.md
  • 3b4b5e9 Merge pull request #1037 from svdb99/main
  • b9e9087 Fix #1033
  • Additional commits viewable in compare view

Updates file-saver from 1.3.4 to 2.0.5

Release notes

Sourced from file-saver's releases.

v2.0.4

changes how it detect safari

v2.0.2

  • Catching an exception on Send (HEAD) (#534)

v2.0.0

No release notes provided.

1.3.8

No release notes provided.

1.3.7

No release notes provided.

1.3.6

No release notes provided.

Commits

Updates jquery from 2.2.4 to 3.7.1

Release notes

Sourced from jquery's releases.

jQuery 3.7.1 Released: Reliable Table Row Dimensions

https://blog.jquery.com/2023/08/28/jquery-3-7-1-released-reliable-table-row-dimensions/

jQuery 3.7.0: Staying in Order

https://blog.jquery.com/2023/05/11/jquery-3-7-0-released-staying-in-order/

jQuery 3.6.4 Released: Selector Forgiveness

https://blog.jquery.com/2023/03/08/jquery-3-6-4-released-selector-forgiveness/

jQuery supports CSS.supports in jQuery 3.6.3

https://blog.jquery.com/2022/12/20/jquery-3-6-3-released-a-quick-selector-fix/

jQuery 3.6.2 :has arrived!

https://blog.jquery.com/2022/12/13/jquery-3-6-2-released/

jQuery 3.6.1 Maintenance Release

https://blog.jquery.com/2022/08/26/jquery-3-6-1-maintenance-release/

jQuery 3.6.0 Released!

https://blog.jquery.com/2021/03/02/jquery-3-6-0-released/

jQuery 3.5.0 Released!

See the blog post: https://blog.jquery.com/2020/04/10/jquery-3-5-0-released/ and the upgrade guide: https://jquery.com/upgrade-guide/3.5/

NOTE: Despite being a minor release, this update includes a breaking change that we had to make to fix a security issue ( CVE-2020-11022). Please follow the blog post & the upgrade guide for more details.

Commits
  • f79d5f1 3.7.1
  • 399b201 Release: revert change that broke release
  • f85d521 Release: update authors
  • 763ade6 Build: Generate the slim build on grunt & run compare_size on it
  • a288838 CSS: Make the reliableTrDimensions support test work with Bootstrap CSS (3.x ...
  • 87467a6 Selector: Only attach the unload handler in IE & Edge Legacy
  • 3c18c1f Build: Make sure *.cjs & *.mjs files use UNIX line endings as well
  • 72ae577 Build: switch preferred email for timmywil
  • a370d7d Build: Build: Bump actions/checkout from 3.5.2 to 3.5.3
  • 4a29888 Docs: Fix typos found by codespell
  • Additional commits viewable in compare view

Updates jquery-ui from 1.14.0 to 1.14.1

Release notes

Sourced from jquery-ui's releases.

jQuery UI 1.14.1 released

https://blog.jqueryui.com/2024/10/jquery-ui-1-14-1-released/

Commits
  • ca5af71 1.14.1
  • bf0d4c3 Docs: Update AUTHORS.txt
  • 3bb4232 Build: Update a few dependencies, drop grunt-cli
  • d591bdd Widget: Don't let widget name affect $.ui prototype & constructor
  • 85bed8d Build: Fix an XSS in the test server HTML serving logic
  • af8adca Tabs: Use CSS.escape for sanitizing selectors
  • ebdcd0d Tests: Fix titles of jquery-patch.js tests
  • e399092 Build: Add a CodeQL non-mandatory check
  • 49bb397 Build: Fix the ESLint config for demos
  • 3934c68 Build: Bump express from 4.19.2 to 4.20.0
  • Additional commits viewable in compare view

Updates plotly.js-dist-min from 2.35.0 to 2.35.3

Release notes

Sourced from plotly.js-dist-min's releases.

v2.35.3

Fixed

  • Set height and width on the .plotly-container div to 100% [#7314]

v2.35.2

Fixed

  • Fix require path to maplibre-gl.css (regression introduced in 2.35.1) [#7146], with thanks to @​birkskyum for the contribution!

v2.35.1

Fixed

  • Fix rendering traces with zorder on overlayed subplots case of multiple traces in each subplot [#7141]
  • Fix missing CSS for map(maplibre) subplots when used offline [#7140], with thanks to @​birkskyum for the contribution!
Changelog

Sourced from plotly.js-dist-min's changelog.

[2.35.3] -- 2024-12-13

Fixed

  • Set height and width on the .plotly-container div to 100% to fix gl3d rendering in Dash Enterprise apps [#7313]

[3.0.0-rc.1] -- 2024-11-27

Removed

  • Drop support for passing a string to the title attribute, and drop support for deprecated attributes titlefont, titleposition, titleside, and titleoffset (use title.text, title.font, title.side, title.offset instead)[#7212]
  • Drop deprecated pointcloud and heatmapgl traces and gl2d subplots [#7213] Drop support for deprecated bardir attribute (use orientation instead) [#7214]
  • Drop support for deprecated annotation.ref attribute (use annotation.xref and annotation.yref instead) [#7215]
  • Drop support for deprecated error bar opacity attribute (use alpha channel of error bar color attribute instead) [#7214]
  • Drop support for deprecated attribute gl3d.cameraposition (use gl3d.camera instead) [#7217]
  • Drop deprecated plot3dPixelRatio from config [#7231]
  • Drop deprecated zauto, zmin and zmax from the surface trace [#7234]
  • Drop deprecated autotick attributes from cartesian axes [#7236]
  • Drop transforms from the API [#7240, #7254]
  • Drop jQuery events support [#7224]
  • Drop the AMD support from the bundle header [#7229]

Changed

  • Switch from webpack to esbuild for fast builds & testing as well as allowing modern JavaScript beyond es5 [#6909]
  • Make offsetgroup work with barmode "stacked" and "relative" for bar traces [#7009]
  • Node v18 required for development [#7116]
  • Cleanup remaining code that was there to support the Internet Explorer [#7251]
  • Deprecate mapbox traces and provide links to migration docs for plotly.js and plotly.py users [#7260]

Fixed

  • Remove inline styles that break plots in strict CSP setups [#7109], with thanks to @​martian111 for the contribution!
  • Allow null or broken selection objects without throwing an error [#7164]
  • Render scatterternary traces correctly if they have the ids attribute [#7164]
  • Do not convert url-sourced layout images to data URI unless we're in staticPlot mode, to improve interactivity when images are changed with zoom/pan [#7199]
  • Fix source map of the mablibre dependency [#7204]
  • Fix years in license [#7205]
  • Maintain layout images element identity based on coordinates, for smoother updates when you add or remove images early in the list. [#7277]
  • Fix handling of new domain values given in the Plotly.react function to prevent loss of new domain values. [#7283]

[3.0.0-rc.0] -- 2024-11-11

Removed

  • Drop support for passing a string to the title attribute, and drop support for deprecated attributes titlefont, titleposition, titleside, and t...

    Description has been truncated

Bumps the npm group with 37 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [bootstrap](https://github.com/twbs/bootstrap) | `3.4.1` | `5.3.3` |
| [bowser](https://github.com/lancedikson/bowser) | `1.0.0` | `2.11.0` |
| [d3](https://github.com/d3/d3) | `3.5.6` | `7.9.0` |
| [datatables.net](https://github.com/DataTables/Dist-DataTables) | `1.13.4` | `2.1.8` |
| [datatables.net-bs](https://github.com/DataTables/Dist-DataTables-Bootstrap) | `1.13.4` | `2.1.8` |
| [datatables.net-buttons](https://github.com/DataTables/Dist-DataTables-Buttons) | `2.3.6` | `3.2.0` |
| [datatables.net-buttons-bs](https://github.com/DataTables/Dist-DataTables-Buttons-Bootstrap) | `2.4.1` | `3.2.0` |
| [dompurify](https://github.com/cure53/DOMPurify) | `3.1.6` | `3.2.3` |
| [file-saver](https://github.com/eligrey/FileSaver.js) | `1.3.4` | `2.0.5` |
| [jquery](https://github.com/jquery/jquery) | `2.2.4` | `3.7.1` |
| [jquery-ui](https://github.com/jquery/jquery-ui) | `1.14.0` | `1.14.1` |
| [plotly.js-dist-min](https://github.com/plotly/plotly.js) | `2.35.0` | `2.35.3` |
| [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) | `7.25.6` | `7.26.4` |
| [@eslint/eslintrc](https://github.com/eslint/eslintrc) | `3.1.0` | `3.2.0` |
| [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js) | `9.11.1` | `9.17.0` |
| [@wdio/browserstack-service](https://github.com/webdriverio/webdriverio/tree/HEAD/packages/wdio-browserstack-service) | `9.0.9` | `9.4.2` |
| [@wdio/cli](https://github.com/webdriverio/webdriverio/tree/HEAD/packages/wdio-cli) | `9.0.9` | `9.4.2` |
| [@wdio/local-runner](https://github.com/webdriverio/webdriverio/tree/HEAD/packages/wdio-local-runner) | `9.0.9` | `9.4.2` |
| [@wdio/mocha-framework](https://github.com/webdriverio/webdriverio/tree/HEAD/packages/wdio-mocha-framework) | `9.0.8` | `9.4.2` |
| [@wdio/spec-reporter](https://github.com/webdriverio/webdriverio/tree/HEAD/packages/wdio-spec-reporter) | `9.0.8` | `9.4.2` |
| [axios](https://github.com/axios/axios) | `1.7.7` | `1.7.9` |
| [chromedriver](https://github.com/giggio/node-chromedriver) | `128.0.3` | `131.0.3` |
| [eslint](https://github.com/eslint/eslint) | `9.11.1` | `9.17.0` |
| [expect-webdriverio](https://github.com/webdriverio/expect-webdriverio) | `5.0.2` | `5.0.5` |
| [globals](https://github.com/sindresorhus/globals) | `15.9.0` | `15.13.0` |
| [husky](https://github.com/typicode/husky) | `9.1.6` | `9.1.7` |
| [jasmine-core](https://github.com/jasmine/jasmine) | `5.3.0` | `5.5.0` |
| [jquery-migrate](https://github.com/jquery/jquery-migrate) | `1.4.1` | `3.5.2` |
| [lint-staged](https://github.com/lint-staged/lint-staged) | `15.2.10` | `15.2.11` |
| [postcss](https://github.com/postcss/postcss) | `8.4.47` | `8.4.49` |
| [prettier](https://github.com/prettier/prettier) | `3.3.3` | `3.4.2` |
| [puppeteer](https://github.com/puppeteer/puppeteer) | `23.4.0` | `23.10.4` |
| [sass](https://github.com/sass/dart-sass) | `1.79.3` | `1.83.0` |
| [selenium-webdriver](https://github.com/SeleniumHQ/selenium) | `4.25.0` | `4.27.0` |
| [string.prototype.startswith](https://github.com/mathiasbynens/String.prototype.startsWith) | `1.0.0` | `1.0.1` |
| [stylelint](https://github.com/stylelint/stylelint) | `16.9.0` | `16.12.0` |
| [terser](https://github.com/terser/terser) | `5.33.0` | `5.37.0` |



Updates `bootstrap` from 3.4.1 to 5.3.3
- [Release notes](https://github.com/twbs/bootstrap/releases)
- [Commits](twbs/bootstrap@v3.4.1...v5.3.3)

Updates `bowser` from 1.0.0 to 2.11.0
- [Release notes](https://github.com/lancedikson/bowser/releases)
- [Changelog](https://github.com/bowser-js/bowser/blob/master/CHANGELOG.md)
- [Commits](bowser-js/bowser@v1.0.0...2.11.0)

Updates `d3` from 3.5.6 to 7.9.0
- [Release notes](https://github.com/d3/d3/releases)
- [Changelog](https://github.com/d3/d3/blob/main/CHANGES.md)
- [Commits](d3/d3@v3.5.6...v7.9.0)

Updates `datatables.net` from 1.13.4 to 2.1.8
- [Release notes](https://github.com/DataTables/Dist-DataTables/releases)
- [Commits](DataTables/Dist-DataTables@1.13.4...2.1.8)

Updates `datatables.net-bs` from 1.13.4 to 2.1.8
- [Release notes](https://github.com/DataTables/Dist-DataTables-Bootstrap/releases)
- [Commits](DataTables/Dist-DataTables-Bootstrap@1.13.4...2.1.8)

Updates `datatables.net-buttons` from 2.3.6 to 3.2.0
- [Release notes](https://github.com/DataTables/Dist-DataTables-Buttons/releases)
- [Commits](DataTables/Dist-DataTables-Buttons@2.3.6...3.2.0)

Updates `datatables.net-buttons-bs` from 2.4.1 to 3.2.0
- [Release notes](https://github.com/DataTables/Dist-DataTables-Buttons-Bootstrap/releases)
- [Commits](DataTables/Dist-DataTables-Buttons-Bootstrap@2.4.1...3.2.0)

Updates `dompurify` from 3.1.6 to 3.2.3
- [Release notes](https://github.com/cure53/DOMPurify/releases)
- [Commits](cure53/DOMPurify@3.1.6...3.2.3)

Updates `file-saver` from 1.3.4 to 2.0.5
- [Release notes](https://github.com/eligrey/FileSaver.js/releases)
- [Changelog](https://github.com/eligrey/FileSaver.js/blob/master/CHANGELOG.md)
- [Commits](https://github.com/eligrey/FileSaver.js/commits)

Updates `jquery` from 2.2.4 to 3.7.1
- [Release notes](https://github.com/jquery/jquery/releases)
- [Changelog](https://github.com/jquery/jquery/blob/main/changelog.md)
- [Commits](jquery/jquery@2.2.4...3.7.1)

Updates `jquery-ui` from 1.14.0 to 1.14.1
- [Release notes](https://github.com/jquery/jquery-ui/releases)
- [Commits](jquery/jquery-ui@1.14.0...1.14.1)

Updates `plotly.js-dist-min` from 2.35.0 to 2.35.3
- [Release notes](https://github.com/plotly/plotly.js/releases)
- [Changelog](https://github.com/plotly/plotly.js/blob/master/CHANGELOG.md)
- [Commits](plotly/plotly.js@v2.35.0...v2.35.3)

Updates `@babel/traverse` from 7.25.6 to 7.26.4
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.26.4/packages/babel-traverse)

Updates `@eslint/eslintrc` from 3.1.0 to 3.2.0
- [Release notes](https://github.com/eslint/eslintrc/releases)
- [Changelog](https://github.com/eslint/eslintrc/blob/main/CHANGELOG.md)
- [Commits](eslint/eslintrc@v3.1.0...v3.2.0)

Updates `@eslint/js` from 9.11.1 to 9.17.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/commits/v9.17.0/packages/js)

Updates `@wdio/browserstack-service` from 9.0.9 to 9.4.2
- [Release notes](https://github.com/webdriverio/webdriverio/releases)
- [Changelog](https://github.com/webdriverio/webdriverio/blob/main/CHANGELOG.md)
- [Commits](https://github.com/webdriverio/webdriverio/commits/v9.4.2/packages/wdio-browserstack-service)

Updates `@wdio/cli` from 9.0.9 to 9.4.2
- [Release notes](https://github.com/webdriverio/webdriverio/releases)
- [Changelog](https://github.com/webdriverio/webdriverio/blob/main/CHANGELOG.md)
- [Commits](https://github.com/webdriverio/webdriverio/commits/v9.4.2/packages/wdio-cli)

Updates `@wdio/local-runner` from 9.0.9 to 9.4.2
- [Release notes](https://github.com/webdriverio/webdriverio/releases)
- [Changelog](https://github.com/webdriverio/webdriverio/blob/main/CHANGELOG.md)
- [Commits](https://github.com/webdriverio/webdriverio/commits/v9.4.2/packages/wdio-local-runner)

Updates `@wdio/mocha-framework` from 9.0.8 to 9.4.2
- [Release notes](https://github.com/webdriverio/webdriverio/releases)
- [Changelog](https://github.com/webdriverio/webdriverio/blob/main/CHANGELOG.md)
- [Commits](https://github.com/webdriverio/webdriverio/commits/v9.4.2/packages/wdio-mocha-framework)

Updates `@wdio/spec-reporter` from 9.0.8 to 9.4.2
- [Release notes](https://github.com/webdriverio/webdriverio/releases)
- [Changelog](https://github.com/webdriverio/webdriverio/blob/main/CHANGELOG.md)
- [Commits](https://github.com/webdriverio/webdriverio/commits/v9.4.2/packages/wdio-spec-reporter)

Updates `axios` from 1.7.7 to 1.7.9
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
- [Commits](axios/axios@v1.7.7...v1.7.9)

Updates `chromedriver` from 128.0.3 to 131.0.3
- [Commits](giggio/node-chromedriver@128.0.3...131.0.3)

Updates `eslint` from 9.11.1 to 9.17.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v9.11.1...v9.17.0)

Updates `expect-webdriverio` from 5.0.2 to 5.0.5
- [Release notes](https://github.com/webdriverio/expect-webdriverio/releases)
- [Commits](webdriverio/expect-webdriverio@v5.0.2...v5.0.5)

Updates `globals` from 15.9.0 to 15.13.0
- [Release notes](https://github.com/sindresorhus/globals/releases)
- [Commits](sindresorhus/globals@v15.9.0...v15.13.0)

Updates `husky` from 9.1.6 to 9.1.7
- [Release notes](https://github.com/typicode/husky/releases)
- [Commits](typicode/husky@v9.1.6...v9.1.7)

Updates `jasmine-core` from 5.3.0 to 5.5.0
- [Release notes](https://github.com/jasmine/jasmine/releases)
- [Changelog](https://github.com/jasmine/jasmine/blob/main/RELEASE.md)
- [Commits](jasmine/jasmine@v5.3.0...v5.5.0)

Updates `jquery-migrate` from 1.4.1 to 3.5.2
- [Release notes](https://github.com/jquery/jquery-migrate/releases)
- [Commits](jquery/jquery-migrate@1.4.1...3.5.2)

Updates `lint-staged` from 15.2.10 to 15.2.11
- [Release notes](https://github.com/lint-staged/lint-staged/releases)
- [Changelog](https://github.com/lint-staged/lint-staged/blob/master/CHANGELOG.md)
- [Commits](lint-staged/lint-staged@v15.2.10...v15.2.11)

Updates `postcss` from 8.4.47 to 8.4.49
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](postcss/postcss@8.4.47...8.4.49)

Updates `prettier` from 3.3.3 to 3.4.2
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/prettier@3.3.3...3.4.2)

Updates `puppeteer` from 23.4.0 to 23.10.4
- [Release notes](https://github.com/puppeteer/puppeteer/releases)
- [Changelog](https://github.com/puppeteer/puppeteer/blob/main/release-please-config.json)
- [Commits](puppeteer/puppeteer@puppeteer-v23.4.0...puppeteer-v23.10.4)

Updates `sass` from 1.79.3 to 1.83.0
- [Release notes](https://github.com/sass/dart-sass/releases)
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md)
- [Commits](sass/dart-sass@1.79.3...1.83.0)

Updates `selenium-webdriver` from 4.25.0 to 4.27.0
- [Release notes](https://github.com/SeleniumHQ/selenium/releases)
- [Commits](SeleniumHQ/selenium@selenium-4.25.0...selenium-4.27.0)

Updates `string.prototype.startswith` from 1.0.0 to 1.0.1
- [Release notes](https://github.com/mathiasbynens/String.prototype.startsWith/releases)
- [Commits](mathiasbynens/String.prototype.startsWith@v1.0.0...v1.0.1)

Updates `stylelint` from 16.9.0 to 16.12.0
- [Release notes](https://github.com/stylelint/stylelint/releases)
- [Changelog](https://github.com/stylelint/stylelint/blob/main/CHANGELOG.md)
- [Commits](stylelint/stylelint@16.9.0...16.12.0)

Updates `terser` from 5.33.0 to 5.37.0
- [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md)
- [Commits](terser/terser@v5.33.0...v5.37.0)

Updates `webdriverio` from 9.0.9 to 9.4.2
- [Release notes](https://github.com/webdriverio/webdriverio/releases)
- [Changelog](https://github.com/webdriverio/webdriverio/blob/main/CHANGELOG.md)
- [Commits](https://github.com/webdriverio/webdriverio/commits/v9.4.2/packages/webdriverio)

---
updated-dependencies:
- dependency-name: bootstrap
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: npm
- dependency-name: bowser
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: npm
- dependency-name: d3
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: npm
- dependency-name: datatables.net
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: npm
- dependency-name: datatables.net-bs
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: npm
- dependency-name: datatables.net-buttons
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: npm
- dependency-name: datatables.net-buttons-bs
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: npm
- dependency-name: dompurify
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm
- dependency-name: file-saver
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: npm
- dependency-name: jquery
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: npm
- dependency-name: jquery-ui
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm
- dependency-name: plotly.js-dist-min
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm
- dependency-name: "@babel/traverse"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm
- dependency-name: "@eslint/eslintrc"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm
- dependency-name: "@eslint/js"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm
- dependency-name: "@wdio/browserstack-service"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm
- dependency-name: "@wdio/cli"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm
- dependency-name: "@wdio/local-runner"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm
- dependency-name: "@wdio/mocha-framework"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm
- dependency-name: "@wdio/spec-reporter"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm
- dependency-name: axios
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm
- dependency-name: chromedriver
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: npm
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm
- dependency-name: expect-webdriverio
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm
- dependency-name: globals
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm
- dependency-name: husky
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm
- dependency-name: jasmine-core
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm
- dependency-name: jquery-migrate
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: npm
- dependency-name: lint-staged
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm
- dependency-name: postcss
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm
- dependency-name: prettier
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm
- dependency-name: puppeteer
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm
- dependency-name: sass
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm
- dependency-name: selenium-webdriver
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm
- dependency-name: string.prototype.startswith
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm
- dependency-name: stylelint
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm
- dependency-name: terser
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm
- dependency-name: webdriverio
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Dec 17, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 18, 2024

Looks like these dependencies are no longer being updated by Dependabot, so this is no longer needed.

@dependabot dependabot bot closed this Dec 18, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/npm-8343aaea1e branch December 18, 2024 20:00
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants