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

deps: bump the dependency-updates group with 5 updates #925

Merged

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the dependency-updates group with 5 updates:

Package From To
@octokit/plugin-throttling 9.3.3 9.4.0
@octokit/rest 21.0.2 21.1.0
glob 11.0.0 11.0.1
datatables.net 2.2.0 2.2.1
datatables.net-bs4 2.2.0 2.2.1

Updates @octokit/plugin-throttling from 9.3.3 to 9.4.0

Release notes

Sourced from @​octokit/plugin-throttling's releases.

v9.4.0

9.4.0 (2025-01-08)

Features

  • new action runner groups endpoints, new code scanning alerts autofix endpoints, new sub-issues endpoints, new private registries enpoints, new code security endpoints (#762) (2dab79a)
Commits
  • 2dab79a feat: new action runner groups endpoints, new code scanning alerts autofix en...
  • See full diff in compare view

Updates @octokit/rest from 21.0.2 to 21.1.0

Release notes

Sourced from @​octokit/rest's releases.

v21.1.0

21.1.0 (2025-01-08)

Features

  • new endpoints, bump Octokit deps to fix Deno (#477) (908b1c8)
Commits
  • 908b1c8 feat: new endpoints, bump Octokit deps to fix Deno (#477)
  • 751b522 chore(deps): update dependency fetch-mock to v12 (#470)
  • 5ad12fd chore(deps): update dependency @​types/node to v22 (#472)
  • c88980a ci(action): update actions/checkout digest to 11bd719 (#469)
  • 94443df ci(action): update actions/checkout digest to eef6144 (#467)
  • c59fcf6 chore(deps): update dependency @​octokit/tsconfig to v4 (#464)
  • 2f97e4c build(deps): Bump body-parser and express (#465)
  • 2dec6cc chore(deps): update dependency esbuild to ^0.24.0 (#463)
  • See full diff in compare view

Updates glob from 11.0.0 to 11.0.1

Commits

Updates datatables.net from 2.2.0 to 2.2.1

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...
  • See full diff in compare view

Updates datatables.net-bs4 from 2.2.0 to 2.2.1

Commits
  • 355cd6f Sync tag release - 2.2.1
  • cbda84e 7014cf2dd12427391f894e5d3c2677d8476b9b33 Docs: Update -api columns.adjust()...
  • ee61521 d2289130c0eff6a77f016020f4a473ea2c96e176 Release 2.2.1
  • 736f905 951e0eb8c0065557f29fd79141479d0263d02d05 Fix: Tables with borders would overf...
  • 64a191b 02bdbb893b6b0dc34983ebaf6796b06b47dd18ec Tests: Wasn't properly doing a destr...
  • See full diff in compare view

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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the dependency-updates group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [@octokit/plugin-throttling](https://github.com/octokit/plugin-throttling.js) | `9.3.3` | `9.4.0` |
| [@octokit/rest](https://github.com/octokit/rest.js) | `21.0.2` | `21.1.0` |
| [glob](https://github.com/isaacs/node-glob) | `11.0.0` | `11.0.1` |
| [datatables.net](https://github.com/DataTables/Dist-DataTables) | `2.2.0` | `2.2.1` |
| [datatables.net-bs4](https://github.com/DataTables/Dist-DataTables-Bootstrap4) | `2.2.0` | `2.2.1` |


Updates `@octokit/plugin-throttling` from 9.3.3 to 9.4.0
- [Release notes](https://github.com/octokit/plugin-throttling.js/releases)
- [Commits](octokit/plugin-throttling.js@v9.3.3...v9.4.0)

Updates `@octokit/rest` from 21.0.2 to 21.1.0
- [Release notes](https://github.com/octokit/rest.js/releases)
- [Commits](octokit/rest.js@v21.0.2...v21.1.0)

Updates `glob` from 11.0.0 to 11.0.1
- [Changelog](https://github.com/isaacs/node-glob/blob/main/changelog.md)
- [Commits](isaacs/node-glob@v11.0.0...v11.0.1)

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

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

---
updated-dependencies:
- dependency-name: "@octokit/plugin-throttling"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependency-updates
- dependency-name: "@octokit/rest"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependency-updates
- dependency-name: glob
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependency-updates
- dependency-name: datatables.net
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependency-updates
- dependency-name: datatables.net-bs4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependency-updates
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from a team as a code owner January 10, 2025 09:28
@dependabot dependabot bot added the Dependencies Pull requests that update a dependency file label Jan 10, 2025
@wraithgar wraithgar merged commit 68ddfac into main Jan 10, 2025
7 checks passed
@wraithgar wraithgar deleted the dependabot/npm_and_yarn/main/dependency-updates-ac84c9e643 branch January 10, 2025 17:09
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant