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 from 1.13.4 to 2.2.1 in /components #11540

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 10, 2025

Bumps datatables.net from 1.13.4 to 2.2.1.

Release notes

Sourced from datatables.net's releases.

1.13.11

DataTables 1.13.11

Commits
  • 33f552b Sync tag release - 2.2.1
  • 80df3ce 7014cf2dd12427391f894e5d3c2677d8476b9b33 Docs: Update -api columns.adjust()...
  • e413172 d2289130c0eff6a77f016020f4a473ea2c96e176 Release 2.2.1
  • 2a5e16e 951e0eb8c0065557f29fd79141479d0263d02d05 Fix: Tables with borders would overf...
  • c53b82b 02bdbb893b6b0dc34983ebaf6796b06b47dd18ec Tests: Wasn't properly doing a destr...
  • fb1c557 Sync tag release - 2.2.0
  • f95be84 4652edd0ac3e010443a6ec392c94a62d6e424cb5 Dev: State object should be 100% ind...
  • afabc89 8e155b3eca39175eec7e9c1fe3ecb273e63a438b Release 2.2.0
  • eaff715 c5876413be0fdb125cb0e05db5c2ca770a436a1b Dev: Tweak to auto column width upda...
  • c274f08 5a05ebd839add77d82207f90478871cb3c69546c Fix: If -init columns.className is...
  • 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](https://github.com/DataTables/Dist-DataTables) from 1.13.4 to 2.2.1.
- [Release notes](https://github.com/DataTables/Dist-DataTables/releases)
- [Commits](DataTables/Dist-DataTables@1.13.4...2.2.1)

---
updated-dependencies:
- dependency-name: datatables.net
  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 10, 2025
Copy link

DryRun Security Summary

The pull request updates the datatables.net library from version 1.13.4 to 2.2.1 in the package.json and yarn.lock files, which is a standard practice for addressing potential security vulnerabilities and improving dependency functionality.

Expand for full summary

Summary:

The code changes in this pull request primarily involve updating the version of the datatables.net dependency in the package.json and yarn.lock files. Updating dependencies to newer versions is a common practice to address potential security vulnerabilities, bug fixes, and feature enhancements. In this case, the datatables.net library has been updated from version 1.13.4 to 2.2.1.

From an application security perspective, this change is generally benign, as updating dependencies to the latest stable version is typically a security-positive action. However, it's important to review the changelog and release notes of the updated dependency to ensure that there are no known security vulnerabilities or breaking changes that could impact the application's functionality. Additionally, thorough testing of the application after the dependency update is recommended to identify any regressions or unexpected behavior.

Files Changed:

  1. components/package.json: This file has been updated to specify the new version ^2.2.1 of the datatables.net dependency, replacing the previous version ^1.13.4.
  2. components/yarn.lock: This file has been updated to reflect the version change of the datatables.net dependency from 1.13.4 to 2.2.1.

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