Skip to content

Conversation

@dependabot
Copy link
Contributor

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

Bumps the npm-dependencies group with 6 updates:

Package From To
@linode/api-v4 0.151.0 0.152.0
axios 1.13.1 1.13.2
envalid 8.1.0 8.1.1
express-openapi-validator 5.3.7 5.6.0
cspell 9.2.2 9.3.0
semantic-release 25.0.1 25.0.2

Updates @linode/api-v4 from 0.151.0 to 0.152.0

Commits
  • 9e9284a fix: [M3-10698] - Update linode/clone endpoint and label calculations for < 1...
  • 57a9b1e Merge pull request #13040 from linode/release-v1.154.0
  • 0469474 Cloud version 1.154.0, API v4 version 0.152.0, Validation version 0.78.0, UI ...
  • a44326c Cloud version 1.154.0, API v4 version 0.152.0, Validation version 0.78.0, UI ...
  • 4f4e91d fix: [UIE-9484] - Enhance enabled checks for queries ran within `useQueryWi...
  • 0de8842 fix: [M3-10691] - Upcoming maintenance “When” shows time until maintenance; d...
  • 356fc4e upcoming: [DI-27663]: Resetting stale dimension filter values from the from (...
  • 40219ce upcoming: [DI-27803] - Add new optional NodeBalancers filter in Nodebalancer-...
  • 3de19a3 chore: [UIE-8745] - Add missing changeset for Table and Paginator web compone...
  • 756ab86 fix: [M3-10688] - Add ability to enter migration queue (#13024)
  • Additional commits viewable in compare view

Updates axios from 1.13.1 to 1.13.2

Release notes

Sourced from axios's releases.

Release v1.13.2

Release notes:

Bug Fixes

  • http: fix 'socket hang up' bug for keep-alive requests when using timeouts; (#7206) (8d37233)
  • http: use default export for http2 module to support stubs; (#7196) (0588880)

Performance Improvements

Contributors to this release

Changelog

Sourced from axios's changelog.

1.13.2 (2025-11-04)

Bug Fixes

  • http: fix 'socket hang up' bug for keep-alive requests when using timeouts; (#7206) (8d37233)
  • http: use default export for http2 module to support stubs; (#7196) (0588880)

Performance Improvements

Contributors to this release

Commits
  • 08b84b5 chore(release): v1.13.2 (#7207)
  • 8d37233 fix(http): fix 'socket hang up' bug for keep-alive requests when using timeou...
  • 12c314b perf(http): fix early loop exit; (#7202)
  • f6d79e7 chore(sponsor): update sponsor block (#7203)
  • 0588880 fix(http): use default export for http2 module to support stubs; (#7196)
  • See full diff in compare view

Updates envalid from 8.1.0 to 8.1.1

Commits

Updates express-openapi-validator from 5.3.7 to 5.6.0

Release notes

Sourced from express-openapi-validator's releases.

v5.6.0

(2025-09-06)

  • Add deep discriminator support (#1106) (0c4fe03), closes #1106
  • Dependency bump for snyk and npm vulnerabilities (#1099) (99c370c), closes #1099
  • chore(deps): bump cookie and express (#1029) (e76e354), closes #1029
  • chore(deps): bump form-data from 3.0.1 to 3.0.4 in /examples/9-nestjs (#1097) (a582000), closes #1097
  • chore(deps): bump multer in /examples/4-eov-operations-babel (#1091) (4f97239), closes #1091
  • chore(deps): bump on-headers and morgan (#1094) (167b7e1), closes #1094
  • fix: examples/2-standard-multiple-api-specs/package.json & examples/2-standard-multiple-api-specs/pa (41a3821), closes #1098
  • fix: examples/3-eov-operations/package.json & examples/3-eov-operations/package-lock.json to reduce (574187f), closes #1095
  • fix: examples/4-eov-operations-babel/package.json & examples/4-eov-operations-babel/package-lock.jso (4aab85d), closes #1100
  • fix: upgrade @​types/multer from 1.4.12 to 1.4.13 (#1092) (ab6d1ab), closes #1092

(2025-07-27)

  • throw provided exception example (d2df3ed)
  • throw provided exception example (307cddd)
  • v5.5.8 (bcd119e)
  • fix: package.json & package-lock.json to reduce vulnerabilities (#1096) (2fc8a6a), closes #1096
  • chore: upgrade @​apidevtools/json-schema-ref-parser to v14.x (#1090) (20077d2), closes #1090
  • chore(deps): bump multer and express-openapi-validator (#1085) (ac16300), closes #1085

(2025-06-11)

  • fix(#1071): Fix query param validation for literal bracket notation in param names (122ac9d)
  • fix(#1071): Fix query param validation for literal bracket notation in param names (#1084) (319b303), closes #1084
  • upgrade example to 5.5.6 (0b852b9)
  • chore(deps): bump multer in /examples/2-standard-multiple-api-specs (#1082) (631e4cc), closes #1082

(2025-06-07)

  • allErrors default remains false for >-5 (22ce174)
  • allErrors default remains false for >-5 (901c8dd)
  • allErrors default remains false for >-5 (0671ed9)
  • Delete test.txt (ef8105c)
  • fixes #1037 returns all errors, rather than just the first (8fa449b), closes #1037
  • v5.5.4 (af80f33)
  • chore(deps): bump multer and express-openapi-validator (#1076) (2c3a1e7), closes #1076
  • chore(deps): bump multer from 2.0.0 to 2.0.1 in /examples/1-standard (#1080) (d1f5ec5), closes #1080
  • fix: examples/1-standard/package.json & examples/1-standard/package-lock.json to reduce vulnerabilit (3810afc), closes #1074
  • fix: examples/2-standard-multiple-api-specs/package.json & examples/2-standard-multiple-api-specs/pa (fc86598), closes #1075

... (truncated)

Commits
  • 287fb7a v5.6.0
  • 0c4fe03 Add deep discriminator support (#1106)
  • e76e354 chore(deps): bump cookie and express (#1029)
  • 4f97239 chore(deps): bump multer in /examples/4-eov-operations-babel (#1091)
  • ab6d1ab fix: upgrade @​types/multer from 1.4.12 to 1.4.13 (#1092)
  • 167b7e1 chore(deps): bump on-headers and morgan (#1094)
  • 574187f fix: examples/3-eov-operations/package.json & examples/3-eov-operations/packa...
  • a582000 chore(deps): bump form-data from 3.0.1 to 3.0.4 in /examples/9-nestjs (#1097)
  • 99c370c Dependency bump for snyk and npm vulnerabilities (#1099)
  • 4aab85d fix: examples/4-eov-operations-babel/package.json & examples/4-eov-operations...
  • Additional commits viewable in compare view

Updates cspell from 9.2.2 to 9.3.0

Release notes

Sourced from cspell's releases.

v9.3.0

Features

feat: Support loading .ts and .mts config files. (#7961)

This PR add support to read TypeScript cspell config files.

Note: TypeScript config files will fail to load when NodeJS version is less than v22.18.0.

See: Node.js — Running TypeScript Natively


Dictionary Updates

fix: Workflow Bot -- Update Dictionaries (main) (#7950)

Update Dictionaries (main)

Summary

 .../snapshots/sveltejs/svelte/report.yaml          |  3 +-
 .../snapshots/sveltejs/svelte/snapshot.txt         |  7 +--
 packages/cspell-bundled-dicts/package.json         | 12 ++--
 pnpm-lock.yaml                                     | 68 +++++++++++++---------
 4 files changed, 49 insertions(+), 41 deletions(-)

fix: Workflow Bot -- Update Dictionaries (main) (#7940)

... (truncated)

Changelog

Sourced from cspell's changelog.

v9.3.0 (2025-11-05)

Features

feat: Support loading .ts and .mts config files. (#7961)

This PR add support to read TypeScript cspell config files.

Note: TypeScript config files will fail to load when NodeJS version is less than v22.18.0.

See: Node.js — Running TypeScript Natively


Dictionary Updates

fix: Workflow Bot -- Update Dictionaries (main) (#7950)

Update Dictionaries (main)

Summary

 .../snapshots/sveltejs/svelte/report.yaml          |  3 +-
 .../snapshots/sveltejs/svelte/snapshot.txt         |  7 +--
 packages/cspell-bundled-dicts/package.json         | 12 ++--
 pnpm-lock.yaml                                     | 68 +++++++++++++---------
 4 files changed, 49 insertions(+), 41 deletions(-)

fix: Workflow Bot -- Update Dictionaries (main) (#7940)

Update Dictionaries (main)

Summary

... (truncated)

Commits

Updates semantic-release from 25.0.1 to 25.0.2

Release notes

Sourced from semantic-release's releases.

v25.0.2

25.0.2 (2025-11-07)

Bug Fixes

  • deps: update dependency read-package-up to v12 (#3935) (1494cb9)
Commits
  • 1494cb9 fix(deps): update dependency read-package-up to v12 (#3935)
  • b79ff4c Merge pull request #3931 from Simek/patch-1
  • ddfe3cb Merge pull request #3932 from Deltamir/docs-add-semantic-release-uv-community...
  • adac0b7 Merge pull request #3920 from semantic-release/installation
  • 8b68108 update Node version in npx command example
  • 15293df docs(plugins): add semantic-release-uv community plugin in plugins list
  • bfc6d4d docs: Update minimal required Node version
  • 8d7d8ed chore(deps): update dependency @​types/node to v24.10.0 (#3929)
  • 809126c chore(deps): lock file maintenance (#3928)
  • d1affd3 chore(deps): update dependency got to v14.6.2 (#3927)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for semantic-release since your current version.


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 npm-dependencies group with 6 updates:

| Package | From | To |
| --- | --- | --- |
| [@linode/api-v4](https://github.com/linode/manager) | `0.151.0` | `0.152.0` |
| [axios](https://github.com/axios/axios) | `1.13.1` | `1.13.2` |
| [envalid](https://github.com/af/envalid) | `8.1.0` | `8.1.1` |
| [express-openapi-validator](https://github.com/cdimascio/express-openapi-validator) | `5.3.7` | `5.6.0` |
| [cspell](https://github.com/streetsidesoftware/cspell/tree/HEAD/packages/cspell) | `9.2.2` | `9.3.0` |
| [semantic-release](https://github.com/semantic-release/semantic-release) | `25.0.1` | `25.0.2` |


Updates `@linode/api-v4` from 0.151.0 to 0.152.0
- [Release notes](https://github.com/linode/manager/releases)
- [Changelog](https://github.com/linode/manager/blob/develop/CHANGELOG.md)
- [Commits](https://github.com/linode/manager/compare/linode-api-v4@v0.151.0...linode-api-v4@v0.152.0)

Updates `axios` from 1.13.1 to 1.13.2
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
- [Commits](axios/axios@v1.13.1...v1.13.2)

Updates `envalid` from 8.1.0 to 8.1.1
- [Release notes](https://github.com/af/envalid/releases)
- [Commits](https://github.com/af/envalid/commits)

Updates `express-openapi-validator` from 5.3.7 to 5.6.0
- [Release notes](https://github.com/cdimascio/express-openapi-validator/releases)
- [Changelog](https://github.com/cdimascio/express-openapi-validator/blob/master/CHANGE_HISTORY.md)
- [Commits](cdimascio/express-openapi-validator@v5.3.7...v5.6.0)

Updates `cspell` from 9.2.2 to 9.3.0
- [Release notes](https://github.com/streetsidesoftware/cspell/releases)
- [Changelog](https://github.com/streetsidesoftware/cspell/blob/main/packages/cspell/CHANGELOG.md)
- [Commits](https://github.com/streetsidesoftware/cspell/commits/v9.3.0/packages/cspell)

Updates `semantic-release` from 25.0.1 to 25.0.2
- [Release notes](https://github.com/semantic-release/semantic-release/releases)
- [Commits](semantic-release/semantic-release@v25.0.1...v25.0.2)

---
updated-dependencies:
- dependency-name: "@linode/api-v4"
  dependency-version: 0.152.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-dependencies
- dependency-name: axios
  dependency-version: 1.13.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-dependencies
- dependency-name: envalid
  dependency-version: 8.1.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-dependencies
- dependency-name: express-openapi-validator
  dependency-version: 5.6.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-dependencies
- dependency-name: cspell
  dependency-version: 9.3.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-dependencies
- dependency-name: semantic-release
  dependency-version: 25.0.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 10, 2025

Labels

The following labels could not be found: dependabot. Please create it before Dependabot can add it to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Nov 10, 2025
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