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 datatables.net-buttons-bs from 2.3.6 to 3.2.1 in /components #11626

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 23, 2025

Bumps datatables.net-buttons-bs from 2.3.6 to 3.2.1.

Release notes

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

3.2.1

Buttons Bootstrap 3.2.1

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

2.4.1

Buttons Bootstrap 2.4.1

2.4.0

Buttons Bootstrap 2.4.0

Commits
  • 7e0c856 Update readme for clearer install instructions
  • c9dd2fb 3e81af170ae4a39818da49b407a7b793ea854ab9 Dev: Limit body children selector as...
  • b728065 9436314b69aff72152794985ab01da67394d23ee Fix: Javascript error when showing f...
  • 3440fdd c1323a1e9ec7d9aa3de32839dde49229b09649ae Fix: If an HTML node is returned for...
  • 9383756 0c81c91fe4202a954d57fe1b54cc0fe066056c17 Docs: Fix Excel min / max column width
  • 507ea08 421ce6118d162981a14d91b5c1af665c41028de9 Fix: Bootstrap 5 dark mode integrati...
  • 67dd5b7 Sync tag release - 3.2.0
  • 07db23d 24a3dd12626c70152100444eebb1c5ab3be6c7fe Release 3.2.0
  • 1eeb8f2 91ec1694df383e3520038c0ecab83ee04b93b829 New: When closing a popover, trigger...
  • 6e1a20c 3cab48583da254adb44e6c00b7bcd13023563712 New: Add escapeExcelFormula to `-a...
  • 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)

Bumps [datatables.net-buttons-bs](https://github.com/DataTables/Dist-DataTables-Buttons-Bootstrap) from 2.3.6 to 3.2.1.
- [Release notes](https://github.com/DataTables/Dist-DataTables-Buttons-Bootstrap/releases)
- [Commits](DataTables/Dist-DataTables-Buttons-Bootstrap@2.3.6...3.2.1)

---
updated-dependencies:
- dependency-name: datatables.net-buttons-bs
  dependency-type: direct:production
  update-type: version-update:semver-major
...

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 Jan 23, 2025
Copy link

DryRun Security Summary

The code changes involve updating several DataTables-related dependencies to newer versions in the project's package.json and yarn.lock files, which may provide bug fixes, security improvements, and new features, but require thorough testing to ensure compatibility.

Expand for full summary

Summary:

The provided code changes involve updates to the project's dependencies, specifically the datatables.net-buttons-bs, datatables.net-bs, datatables.net-buttons, and datatables.net packages. These updates are generally positive as they may address known vulnerabilities or security issues in the previous versions of the dependencies. However, it's important to thoroughly test the application after such updates to ensure that no regressions or new security issues are introduced. Additionally, it's a good practice to monitor the release notes and security advisories for the updated dependencies to stay informed about any potential security-related changes or fixes.

Files Changed:

  1. components/package.json: This file has been updated to use version ^3.2.1 of the datatables.net-buttons-bs package, which is a newer version than the previous ^2.3.6. Updating dependencies to their latest versions is a common practice to ensure that the project benefits from the latest bug fixes, security patches, and feature improvements.

  2. components/yarn.lock: This file has been updated to reflect the changes in the package.json file, with the following dependency updates:

    • datatables.net-bs updated from version 1.13.4 to 2.2.1
    • datatables.net-buttons-bs updated from version 2.3.6 to 3.2.1
    • datatables.net-buttons updated from version 2.3.6 to 3.2.1
    • datatables.net updated from version 1.13.4 to 2.2.1
      These updates likely bring bug fixes, improvements, or new features to the DataTables library and its integration with Bootstrap.

Code Analysis

We ran 9 analyzers against 2 files and 1 analyzer had findings. 8 analyzers had no findings.

Analyzer Findings
Sensitive Files Analyzer 1 finding

View PR in the DryRun Dashboard.

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