Skip to content

Bump the major-updates group with 19 updates#515

Open
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/major-updates-028cab2381
Open

Bump the major-updates group with 19 updates#515
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/major-updates-028cab2381

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Feb 25, 2026

Bumps the major-updates group with 19 updates:

Package From To
ajv 6.14.0 8.18.0
ajv-errors 1.0.1 3.0.0
debug 2.6.9 4.4.3
express 4.22.1 5.2.1
helmet 3.23.3 8.1.0
pino-http 5.8.0 11.0.0
pino-std-serializers 6.2.2 7.1.0
swagger-ui-express 4.6.3 5.0.1
aws-sdk-client-mock 2.2.0 4.1.0
eslint 8.57.1 10.0.2
eslint-config-prettier 6.15.0 10.1.8
eslint-plugin-jest 23.20.0 29.15.0
eslint-plugin-prettier 3.4.1 5.5.5
husky 4.3.8 9.1.7
jest 28.1.3 30.2.0
lint-staged 11.2.6 16.2.7
pino-pretty 10.3.1 13.1.3
prettier 1.19.1 3.8.1
supertest 4.0.2 7.2.2

Updates ajv from 6.14.0 to 8.18.0

Release notes

Sourced from ajv's releases.

v8.18.0

What's Changed

New Contributors

Full Changelog: ajv-validator/ajv@v8.17.1...v8.18.0

v8.17.1

What's Changed

Full Changelog: ajv-validator/ajv@v8.17.0...v8.17.1

Plus everything in 8.17.0 which failed to release

The only functional change is to switch from uri-js (which is no longer supported), to fast-uri. This is the second attempt and the team on fast-uri have been really helpful addressing the issues we found last time.

Revert "Revert fast-uri change (ajv-validator/ajv#2444)" by @​gurgunday in ajv-validator/ajv#2448 fix: ignore new eslint error for @​typescript-eslint/no-extraneous-class by @​jasoniangreen in ajv-validator/ajv#2455 docs: clarify behaviour of addVocabulary by @​jasoniangreen in ajv-validator/ajv#2454 docs: refactor to improve legibility by @​blottn in ajv-validator/ajv#2432 Fix grammatical typo in managing-schemas.md by @​wetneb in ajv-validator/ajv#2305 docs: Fix broken strict-mode link by @​alexanderjsx in ajv-validator/ajv#2459 feat: add test for encoded refs and bump fast-uri by @​jasoniangreen in ajv-validator/ajv#2449 fix: changes for @​typescript-eslint/array-type rule by @​jasoniangreen in ajv-validator/ajv#2467 fixes ajv-validator/ajv#2217 - clarify custom keyword naming by @​jasoniangreen in ajv-validator/ajv#2457

v8.17.0

What's Changed

The only functional change is to switch from uri-js (which is no longer supported), to fast-uri. This is the second attempt and the team on fast-uri have been really helpful addressing the issues we found last time.

... (truncated)

Commits
  • 142ce84 8.18.0
  • 720a23f fix(pattern): use configured RegExp engine with $data keyword to mitigate ReD...
  • 82735a1 fix: typos in schema-language.md (#2507)
  • b17ec32 fix: small grammatical error in managing-schemas.md (#2508)
  • 69568d0 fix: #2482 Infinity and NaN serialise to null (#2487)
  • f06766f feat: allow tree-shaking by adding ``"sideEffects": falsetopackage.json` ...
  • 9050ba1 bump version to 8.17.1 (#2472)
  • f7831b4 fixes #2217 - clarify custom keyword naming (#2457)
  • a523784 fix: changes for @​typescript-eslint/array-type rule (#2467)
  • 595fe58 feat: add test for encoded refs and bump fast-uri (#2449)
  • Additional commits viewable in compare view
Install script changes

This version modifies prepublish script that runs during installation. Review the package contents before updating.


Updates ajv-errors from 1.0.1 to 3.0.0

Release notes

Sourced from ajv-errors's releases.

v3.0.0

Upgrade for Ajv v8 (error property dataPath changed to instancePath)

v2.0.1

Fix standalone generation code when errorMessage keyword is used.

v2.0.0

Re-written to support ajv v7

v2.0.0-beta.0

Re-written to support for ajv v7

Commits

Updates debug from 2.6.9 to 4.4.3

Release notes

Sourced from debug's releases.

4.4.3

Functionally identical release to 4.4.1.

Version 4.4.2 is compromised. Please see debug-js/debug#1005.

4.4.1

What's Changed

New Contributors

Full Changelog: debug-js/debug@4.4.0...4.4.1

4.4.0

Fixes (hopefully) the inefficient regex warnings in .enable().

Minor version as this is invariably going to break certain users who misuse the .enable() API and expected it to work with regexes, which was never supported nor documented. That's on you, sorry - that functionality won't be added back.

Full Changelog: debug-js/debug@4.3.7...4.4.0

4.3.7

What's Changed

Full Changelog: debug-js/debug@4.3.6...4.3.7

4.3.6

What's Changed

New Contributors

Full Changelog: debug-js/debug@4.3.5...4.3.6

4.3.5

Patch

  • cac39b1c5b018b0fe93a53a05f084eee543d17f5 Fix/debug depth (#926)

Thank you @​calvintwr for the fix.

4.3.4

What's Changed

... (truncated)

Commits
Maintainer changes

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


Updates express from 4.22.1 to 5.2.1

Release notes

Sourced from express's releases.

v5.2.1

What's Changed

[!IMPORTANT]
The prior release (5.2.0) included an erroneous breaking change related to the extended query parser. There is no actual security vulnerability associated with this behavior (CVE-2024-51999 has been rejected). The change has been fully reverted in this release.

Full Changelog: expressjs/express@v5.2.0...v5.2.1

v5.2.0

Important: Security

What's Changed

... (truncated)

Changelog

Sourced from express's changelog.

5.2.1 / 2025-12-01

  • Revert security fix for CVE-2024-51999 (GHSA-pj86-cfqh-vqx6)
    • The prior release (5.2.0) included an erroneous breaking change related to the extended query parser. There is no actual security vulnerability associated with this behavior (CVE-2024-51999 has been rejected). The change has been fully reverted in this release.

5.2.0 / 2025-12-01

  • Security fix for CVE-2024-51999 (GHSA-pj86-cfqh-vqx6)
  • deps: body-parser@^2.2.1
  • A deprecation warning was added when using res.redirect with undefined arguments, Express now emits a warning to help detect calls that pass undefined as the status or URL and make them easier to fix.

5.1.0 / 2025-03-31

  • Add support for Uint8Array in res.send()
  • Add support for ETag option in res.sendFile()
  • Add support for multiple links with the same rel in res.links()
  • Add funding field to package.json
  • perf: use loop for acceptParams
  • refactor: prefix built-in node module imports
  • deps: remove setprototypeof
  • deps: remove safe-buffer
  • deps: remove utils-merge
  • deps: remove methods
  • deps: remove depd
  • deps: debug@^4.4.0
  • deps: body-parser@^2.2.0
  • deps: router@^2.2.0
  • deps: content-type@^1.0.5
  • deps: finalhandler@^2.1.0
  • deps: qs@^6.14.0
  • deps: server-static@2.2.0
  • deps: type-is@2.0.1

5.0.1 / 2024-10-08

5.0.0 / 2024-09-10

  • remove:
    • path-is-absolute dependency - use path.isAbsolute instead
  • breaking:
    • res.status() accepts only integers, and input must be greater than 99 and less than 1000
      • will throw a RangeError: Invalid status code: ${code}. Status code must be greater than 99 and less than 1000. for inputs outside this range
      • will throw a TypeError: Invalid status code: ${code}. Status code must be an integer. for non integer inputs
    • deps: send@1.0.0

... (truncated)

Commits

Updates helmet from 3.23.3 to 8.1.0

Changelog

Sourced from helmet's changelog.

8.1.0 - 2025-03-17

Changed

  • Content-Security-Policy gives a better error when a directive value, like self, should be quoted. See #482

8.0.0 - 2024-09-28

Changed

  • Breaking: Strict-Transport-Security now has a max-age of 365 days, up from 180
  • Breaking: Content-Security-Policy middleware now throws an error if a directive should have quotes but does not, such as self instead of 'self'. See #454
  • Breaking: Content-Security-Policy's getDefaultDirectives now returns a deep copy. This only affects users who were mutating the result
  • Breaking: Strict-Transport-Security now throws an error when "includeSubDomains" option is misspelled. This was previously a warning

Removed

  • Breaking: Drop support for Node 16 and 17. Node 18+ is now required

7.2.0 - 2024-09-28

Changed

  • Content-Security-Policy middleware now warns if a directive should have quotes but does not, such as self instead of 'self'. This will be an error in future versions. See #454

7.1.0 - 2023-11-07

Added

  • helmet.crossOriginEmbedderPolicy now supports the unsafe-none directive. See #477

7.0.0 - 2023-05-06

Changed

  • Breaking: Cross-Origin-Embedder-Policy middleware is now disabled by default. See #411

Removed

  • Breaking: Drop support for Node 14 and 15. Node 16+ is now required
  • Breaking: Expect-CT is no longer part of Helmet. If you still need it, you can use the expect-ct package. See #378

6.2.0 - 2023-05-06

  • Expose header names (e.g., strictTransportSecurity for the Strict-Transport-Security header, instead of hsts)
  • Rework documentation

6.1.5 - 2023-04-11

Fixed

... (truncated)

Commits
  • 57e1b39 8.1.0
  • c8efbe3 Update changelog for 8.1.0 release
  • 3396804 Add 8.0.0 release date to changelog
  • 52dd8eb Content-Security-Policy: better error when value should be quoted
  • 4af4777 Use built-in test runner (instead of Jest)
  • ba10272 Organize imports
  • e0f1387 Update devDependencies to latest versions
  • 842393c Check types during npm test, run in parallel
  • 77fbe3a Strict-Transport-Security: fix documentation for default max-age
  • 632e629 Update license year for 2025
  • Additional commits viewable in compare view

Updates pino-http from 5.8.0 to 11.0.0

Release notes

Sourced from pino-http's releases.

v11.0.0

What's Changed

Full Changelog: pinojs/pino-http@v10.5.0...v11.0.0

v10.5.0

What's Changed

Full Changelog: pinojs/pino-http@v10.4.0...v10.5.0

v10.4.0

What's Changed

New Contributors

Full Changelog: pinojs/pino-http@v10.3.0...v10.4.0

v10.3.0

What's Changed

New Contributors

Full Changelog: pinojs/pino-http@v10.2.0...v10.3.0

v10.2.0

What's Changed

... (truncated)

Commits
  • 6615953 v11.0.0
  • da0442e Update for pino@10 (#383)
  • c77bf25 build(deps): bump actions/setup-node from 4 to 5 (#382)
  • 5b06a22 build(deps): bump actions/checkout from 4 to 5 (#380)
  • bc69ee9 build(deps-dev): bump tsd from 0.32.0 to 0.33.0 (#376)
  • c2ccdb3 build(deps-dev): bump typescript from 5.8.3 to 5.9.2 (#373)
  • 6dbe316 build(deps-dev): bump @​types/node from 22.15.32 to 24.0.3 (#370)
  • d8c995e Bumped 10.5.0
  • e3f04bf build(deps-dev): bump tsd from 0.31.2 to 0.32.0 (#368)
  • 5e19fa6 build(deps): bump process-warning from 4.0.1 to 5.0.0 (#367)
  • Additional commits viewable in compare view

Updates pino-std-serializers from 6.2.2 to 7.1.0

Release notes

Sourced from pino-std-serializers's releases.

v7.0.0

What's Changed

New Contributors

Full Changelog: pinojs/pino-std-serializers@v6.2.2...v7.0.0

Commits

Updates swagger-ui-express from 4.6.3 to 5.0.1

Release notes

Sourced from swagger-ui-express's releases.

5.0.1

Bump dependencies.

5.0.0

No release notes provided.

Commits
  • 0d0c788 Bump version of package
  • 6432818 Merge pull request #370 from gavinslilley/swagger-ui-express-bump
  • 4fc6ca2 update dev dependencies
  • bba8961 Bumped to version 5
  • fdbffb0 Merge pull request #352 from J12934/performance/minimize-server-side-import
  • 11a8423 Merge pull request #350 from varanauskas/master
  • 8db205d Only import required function / file
  • 2d71fe8 Update Swagger to 5.0.0
  • See full diff in compare view

Updates aws-sdk-client-mock from 2.2.0 to 4.1.0

Release notes

Sourced from aws-sdk-client-mock's releases.

v4.1.0

4.1.0 (2024-10-15)

Features

v4.1.0-beta.0

4.1.0-beta.0 (2024-10-11)

Features

Bug Fixes

  • jest: import path in types test (750605b)

v4.0.2

4.0.2 (2024-09-23)

v4.0.2-beta.0

4.0.2-beta.0 (2024-06-20)

Bug Fixes

  • jest: allow "toHaveReceivedCommandWith" partial match without required Command fields (79929ae)

v4.0.1

4.0.1 (2024-06-01)

v4.0.1-beta.0

4.0.1-beta.0 (2024-06-01)

Bug Fixes

  • jest: match input type accepting @​jest/globals asymmetric matchers (644a603)

v4.0.0

4.0.0 (2024-03-17)

v4.0.0-beta.0

4.0.0-beta.0 (2024-03-17)

⚠ BREAKING CHANGES

  • Correct expect.assertions() count on CommandWith commands (#209)

Bug Fixes

... (truncated)

Changelog

Sourced from aws-sdk-client-mock's changelog.

4.1.0 (2024-10-15)

Features

4.1.0-beta.0 (2024-10-11)

Features

Bug Fixes

  • jest: import path in types test (750605b)

4.0.2 (2024-09-23)

4.0.2-beta.0 (2024-06-20)

Bug Fixes

  • jest: allow "toHaveReceivedCommandWith" partial match without required Command fields (79929ae)

4.0.1 (2024-06-01)

4.0.1-beta.0 (2024-06-01)

Bug Fixes

  • jest: match input type accepting @​jest/globals asymmetric matchers (644a603)

4.0.0 (2024-03-17)

4.0.0-beta.0 (2024-03-17)

⚠ BREAKING CHANGES

  • Correct expect.assertions() count on CommandWith commands (#209)

Bug Fixes

  • Correct expect.assertions() count on CommandWith commands (#209) (65d53a7)

... (truncated)

Commits
  • 2f8100e chore(release): 4.1.0
  • 4f11d4c feat: add commandCall method to AwsStub (#241)
  • dfdbc83 chore(release): 4.1.0-beta.0
  • 750605b fix(jest): import path in types test
  • 3ed37a9 feat(jest): add support for vitest (#231)
  • 72ebb74 docs: update docs website
  • 1f08693 chore(release): 4.0.2
  • 3be9f30 ci: fix CLI conflict for pnpm docs
  • f4b16c5 docs: move reproduction code instructions from body to desc in bug template
  • 6ca4735 docs: mocking lib-storage Upload for small files
  • Additional commits viewable in compare view

Updates eslint from 8.57.1 to 10.0.2

Release notes

Sourced from eslint's releases.

v10.0.2

Bug Fixes

  • 2b72361 fix: update ajv to 6.14.0 to address security vulnerabilities (#20537) (루밀LuMir)

Documentation

  • 13eeedb docs: link rule type explanation to CLI option --fix-type (#20548) (Mike McCready)
  • 98cbf6b docs: update migration guide per Program range change (#20534) (Huáng Jùnliàng)
  • 61a2405 docs: add missing semicolon in vars-on-top rule example (#20533) (Abilash)

Chores

  • 951223b chore: update dependency @​eslint/eslintrc to ^3.3.4 (#20553) (renovate[bot])
  • 6aa1afe chore: update dependency eslint-plugin-jsdoc to ^62.7.0 (#20536) (Milos Djermanovic)

v10.0.1

Bug Fixes

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Feb 25, 2026
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/major-updates-028cab2381 branch from 8d37a93 to 399acfc Compare March 3, 2026 15:09
Bumps the major-updates group with 19 updates:

| Package | From | To |
| --- | --- | --- |
| [ajv](https://github.com/ajv-validator/ajv) | `6.14.0` | `8.18.0` |
| [ajv-errors](https://github.com/epoberezkin/ajv-errors) | `1.0.1` | `3.0.0` |
| [debug](https://github.com/debug-js/debug) | `2.6.9` | `4.4.3` |
| [express](https://github.com/expressjs/express) | `4.22.1` | `5.2.1` |
| [helmet](https://github.com/helmetjs/helmet) | `3.23.3` | `8.1.0` |
| [pino-http](https://github.com/pinojs/pino-http) | `5.8.0` | `11.0.0` |
| [pino-std-serializers](https://github.com/pinojs/pino-std-serializers) | `6.2.2` | `7.1.0` |
| [swagger-ui-express](https://github.com/scottie1984/swagger-ui-express) | `4.6.3` | `5.0.1` |
| [aws-sdk-client-mock](https://github.com/m-radzikowski/aws-sdk-client-mock) | `2.2.0` | `4.1.0` |
| [eslint](https://github.com/eslint/eslint) | `8.57.1` | `10.0.2` |
| [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier) | `6.15.0` | `10.1.8` |
| [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) | `23.20.0` | `29.15.0` |
| [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) | `3.4.1` | `5.5.5` |
| [husky](https://github.com/typicode/husky) | `4.3.8` | `9.1.7` |
| [jest](https://github.com/jestjs/jest/tree/HEAD/packages/jest) | `28.1.3` | `30.2.0` |
| [lint-staged](https://github.com/lint-staged/lint-staged) | `11.2.6` | `16.2.7` |
| [pino-pretty](https://github.com/pinojs/pino-pretty) | `10.3.1` | `13.1.3` |
| [prettier](https://github.com/prettier/prettier) | `1.19.1` | `3.8.1` |
| [supertest](https://github.com/ladjs/supertest) | `4.0.2` | `7.2.2` |


Updates `ajv` from 6.14.0 to 8.18.0
- [Release notes](https://github.com/ajv-validator/ajv/releases)
- [Commits](ajv-validator/ajv@v6.14.0...v8.18.0)

Updates `ajv-errors` from 1.0.1 to 3.0.0
- [Release notes](https://github.com/epoberezkin/ajv-errors/releases)
- [Commits](ajv-validator/ajv-errors@v1.0.1...v3.0.0)

Updates `debug` from 2.6.9 to 4.4.3
- [Release notes](https://github.com/debug-js/debug/releases)
- [Commits](debug-js/debug@2.6.9...4.4.3)

Updates `express` from 4.22.1 to 5.2.1
- [Release notes](https://github.com/expressjs/express/releases)
- [Changelog](https://github.com/expressjs/express/blob/master/History.md)
- [Commits](expressjs/express@v4.22.1...v5.2.1)

Updates `helmet` from 3.23.3 to 8.1.0
- [Changelog](https://github.com/helmetjs/helmet/blob/main/CHANGELOG.md)
- [Commits](helmetjs/helmet@v3.23.3...v8.1.0)

Updates `pino-http` from 5.8.0 to 11.0.0
- [Release notes](https://github.com/pinojs/pino-http/releases)
- [Commits](pinojs/pino-http@v5.8.0...v11.0.0)

Updates `pino-std-serializers` from 6.2.2 to 7.1.0
- [Release notes](https://github.com/pinojs/pino-std-serializers/releases)
- [Commits](https://github.com/pinojs/pino-std-serializers/commits)

Updates `swagger-ui-express` from 4.6.3 to 5.0.1
- [Release notes](https://github.com/scottie1984/swagger-ui-express/releases)
- [Commits](scottie1984/swagger-ui-express@4.6.3...5.0.1)

Updates `aws-sdk-client-mock` from 2.2.0 to 4.1.0
- [Release notes](https://github.com/m-radzikowski/aws-sdk-client-mock/releases)
- [Changelog](https://github.com/m-radzikowski/aws-sdk-client-mock/blob/main/CHANGELOG.md)
- [Commits](m-radzikowski/aws-sdk-client-mock@v2.2.0...v4.1.0)

Updates `eslint` from 8.57.1 to 10.0.2
- [Release notes](https://github.com/eslint/eslint/releases)
- [Commits](eslint/eslint@v8.57.1...v10.0.2)

Updates `eslint-config-prettier` from 6.15.0 to 10.1.8
- [Release notes](https://github.com/prettier/eslint-config-prettier/releases)
- [Changelog](https://github.com/prettier/eslint-config-prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/eslint-config-prettier@v6.15.0...v10.1.8)

Updates `eslint-plugin-jest` from 23.20.0 to 29.15.0
- [Release notes](https://github.com/jest-community/eslint-plugin-jest/releases)
- [Changelog](https://github.com/jest-community/eslint-plugin-jest/blob/main/CHANGELOG.md)
- [Commits](jest-community/eslint-plugin-jest@v23.20.0...v29.15.0)

Updates `eslint-plugin-prettier` from 3.4.1 to 5.5.5
- [Release notes](https://github.com/prettier/eslint-plugin-prettier/releases)
- [Changelog](https://github.com/prettier/eslint-plugin-prettier/blob/main/CHANGELOG.md)
- [Commits](https://github.com/prettier/eslint-plugin-prettier/commits/v5.5.5)

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

Updates `jest` from 28.1.3 to 30.2.0
- [Release notes](https://github.com/jestjs/jest/releases)
- [Changelog](https://github.com/jestjs/jest/blob/main/CHANGELOG.md)
- [Commits](https://github.com/jestjs/jest/commits/v30.2.0/packages/jest)

Updates `lint-staged` from 11.2.6 to 16.2.7
- [Release notes](https://github.com/lint-staged/lint-staged/releases)
- [Changelog](https://github.com/lint-staged/lint-staged/blob/main/CHANGELOG.md)
- [Commits](lint-staged/lint-staged@v11.2.6...v16.2.7)

Updates `pino-pretty` from 10.3.1 to 13.1.3
- [Release notes](https://github.com/pinojs/pino-pretty/releases)
- [Commits](pinojs/pino-pretty@v10.3.1...v13.1.3)

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

Updates `supertest` from 4.0.2 to 7.2.2
- [Release notes](https://github.com/ladjs/supertest/releases)
- [Commits](forwardemail/supertest@v4.0.2...v7.2.2)

---
updated-dependencies:
- dependency-name: ajv
  dependency-version: 8.18.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: major-updates
- dependency-name: ajv-errors
  dependency-version: 3.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: major-updates
- dependency-name: debug
  dependency-version: 4.4.3
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: major-updates
- dependency-name: express
  dependency-version: 5.2.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: major-updates
- dependency-name: helmet
  dependency-version: 8.1.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: major-updates
- dependency-name: pino-http
  dependency-version: 11.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: major-updates
- dependency-name: pino-std-serializers
  dependency-version: 7.1.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: major-updates
- dependency-name: swagger-ui-express
  dependency-version: 5.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: major-updates
- dependency-name: aws-sdk-client-mock
  dependency-version: 4.1.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: major-updates
- dependency-name: eslint
  dependency-version: 10.0.2
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: major-updates
- dependency-name: eslint-config-prettier
  dependency-version: 10.1.8
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: major-updates
- dependency-name: eslint-plugin-jest
  dependency-version: 29.15.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: major-updates
- dependency-name: eslint-plugin-prettier
  dependency-version: 5.5.5
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: major-updates
- dependency-name: husky
  dependency-version: 9.1.7
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: major-updates
- dependency-name: jest
  dependency-version: 30.2.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: major-updates
- dependency-name: lint-staged
  dependency-version: 16.2.7
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: major-updates
- dependency-name: pino-pretty
  dependency-version: 13.1.3
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: major-updates
- dependency-name: prettier
  dependency-version: 3.8.1
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: major-updates
- dependency-name: supertest
  dependency-version: 7.2.2
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: major-updates
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/major-updates-028cab2381 branch from 399acfc to 7614d86 Compare March 4, 2026 12:03
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