Skip to content

chore(deps-dev): bump the dev-minor-and-patch-dependencies group across 2 directories with 11 updates - #7611

Closed
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/dev-minor-and-patch-dependencies-6cc33ff4ed
Closed

chore(deps-dev): bump the dev-minor-and-patch-dependencies group across 2 directories with 11 updates#7611
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/dev-minor-and-patch-dependencies-6cc33ff4ed

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps the dev-minor-and-patch-dependencies group with 10 updates in the / directory:

Package From To
@openfeature/core 1.9.1 1.9.2
@openfeature/server-sdk 1.20.1 1.20.2
@stylistic/eslint-plugin 5.7.1 5.9.0
axios 1.13.4 1.13.5
bun 1.3.8 1.3.9
eslint-plugin-jsdoc 62.5.0 62.6.1
eslint-plugin-n 17.23.2 17.24.0
globals 17.2.0 17.3.0
p-limit 7.2.0 7.3.0
semver 7.7.3 7.7.4

Bumps the dev-minor-and-patch-dependencies group with 1 update in the /docs directory: typedoc.

Updates @openfeature/core from 1.9.1 to 1.9.2

Release notes

Sourced from @​openfeature/core's releases.

core: v1.9.2

1.9.2 (2026-02-18)

🔄 Refactoring

  • move Multi-Provider shared code to core package (#1324) (baf33f0)
Commits
  • 2064d75 chore(main): release core 1.9.2 (#1337)
  • beec446 chore(deps): update actions/checkout action to v6 (#1289)
  • 4b7de27 feat(angular/directive): export FeatureFlagDirectiveContext (#1346)
  • e79c06a fix: attach Ready listener independent of current client status in `attachHan...
  • baf33f0 refactor: move Multi-Provider shared code to core package (#1324)
  • 238bc50 chore(main): release angular-sdk 1.0.0 (#1336)
  • 26d0325 chore: format README (#1335)
  • 409577c chore(deps): update angular monorepo (#1310)
  • e05d7fb chore: prompt release for angular 1.0.0 (#1333)
  • e8244cf chore(main): release react-sdk 1.2.0 (#1315)
  • 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 @​openfeature/core since your current version.


Updates @openfeature/server-sdk from 1.20.1 to 1.20.2

Release notes

Sourced from @​openfeature/server-sdk's releases.

server-sdk: v1.20.2

1.20.2 (2026-02-18)

🔄 Refactoring

  • move Multi-Provider shared code to core package (#1324) (baf33f0)
  • simplify evaluation context updates for before hooks (#1257) (e3c9d79)
Commits
  • c5de922 chore(main): release server-sdk 1.20.2 (#1320)
  • 5ee2c12 chore(main): release web-sdk 1.7.3 (#1338)
  • 2064d75 chore(main): release core 1.9.2 (#1337)
  • beec446 chore(deps): update actions/checkout action to v6 (#1289)
  • 4b7de27 feat(angular/directive): export FeatureFlagDirectiveContext (#1346)
  • e79c06a fix: attach Ready listener independent of current client status in `attachHan...
  • baf33f0 refactor: move Multi-Provider shared code to core package (#1324)
  • 238bc50 chore(main): release angular-sdk 1.0.0 (#1336)
  • 26d0325 chore: format README (#1335)
  • 409577c chore(deps): update angular monorepo (#1310)
  • Additional commits viewable in compare view

Updates @stylistic/eslint-plugin from 5.7.1 to 5.9.0

Release notes

Sourced from @​stylistic/eslint-plugin's releases.

v5.9.0

5.9.0 (2026-02-19)

Features

Bug Fixes

  • comma-dangle: check tsx file correctly (#1127) (271da42)
  • comma-dangle: prevent crash when linting non-js files (#1140) (4a96eae)
  • indent: ignore when source code is not ESTree (#1139) (9e7f422)
  • no-extra-parens: don't report jsdoc type assertion by default (#1100) (cfb6296)
  • object-curly-spacing: correctly handle object patterns with type annotations (#1129) (5aaaec6)

Chores

  • lines-around-comment: improve extensibility of allow boundary checks (#1136) (18b961e)
  • no-extra-parens: simplify fixer (#1133) (3504e1f)
  • on-var-declaration-per-line: simplify fixer (#1132) (c827fde)

v5.8.0

5.8.0 (2026-02-09)

Features

Bug Fixes

  • list-style: correctly get ( for optional call expressions (#1114) (2090a72)
Changelog

Sourced from @​stylistic/eslint-plugin's changelog.

5.9.0 (2026-02-19)

Features

Bug Fixes

  • comma-dangle: check tsx file correctly (#1127) (271da42)
  • comma-dangle: prevent crash when linting non-js files (#1140) (4a96eae)
  • indent: ignore when source code is not ESTree (#1139) (9e7f422)
  • no-extra-parens: don't report jsdoc type assertion by default (#1100) (cfb6296)
  • object-curly-spacing: correctly handle object patterns with type annotations (#1129) (5aaaec6)

Chores

  • lines-around-comment: improve extensibility of allow boundary checks (#1136) (18b961e)
  • no-extra-parens: simplify fixer (#1133) (3504e1f)
  • on-var-declaration-per-line: simplify fixer (#1132) (c827fde)

5.8.0 (2026-02-09)

Features

Bug Fixes

  • list-style: correctly get ( for optional call expressions (#1114) (2090a72)
Commits
  • 96ce1c7 chore: release v5.9.0 (main) (#1131)
  • 5d99706 feat: support ESLint 10 (#1066)
  • cfb6296 fix(no-extra-parens): don't report jsdoc type assertion by default (#1100)
  • 501e838 feat(no-trailing-spaces): support more file types (#1138)
  • 8f5cc9e feat(padding-line-between-statements): support selector-based statement match...
  • 9e7f422 fix(indent): ignore when source code is not ESTree (#1139)
  • 4a96eae fix(comma-dangle): prevent crash when linting non-js files (#1140)
  • 18b961e refactor(lines-around-comment): improve extensibility of allow boundary check...
  • 3504e1f refactor(no-extra-parens): simplify fixer (#1133)
  • c827fde refactor(on-var-declaration-per-line): simplify fixer (#1132)
  • Additional commits viewable in compare view

Updates axios from 1.13.4 to 1.13.5

Release notes

Sourced from axios's releases.

v1.13.5

Release 1.13.5

Highlights

  • Security: Fixed a potential Denial of Service issue involving the __proto__ key in mergeConfig. (PR #7369)
  • Bug fix: Resolved an issue where AxiosError could be missing the status field on and after v1.13.3. (PR #7368)

Changes

Security

  • Fix Denial of Service via __proto__ key in mergeConfig. (PR #7369)

Fixes

  • Fix/5657. (PR #7313)
  • Ensure status is present in AxiosError on and after v1.13.3. (PR #7368)

Features / Improvements

  • Add input validation to isAbsoluteURL. (PR #7326)
  • Refactor: bump minor package versions. (PR #7356)

Documentation

  • Clarify object-check comment. (PR #7323)
  • Fix deprecated Buffer constructor usage and README formatting. (PR #7371)

CI / Maintenance

  • Chore: fix issues with YAML. (PR #7355)
  • CI: update workflow YAMLs. (PR #7372)
  • CI: fix run condition. (PR #7373)
  • Dev deps: bump karma-sourcemap-loader from 0.3.8 to 0.4.0. (PR #7360)
  • Chore(release): prepare release 1.13.5. (PR #7379)

New Contributors

Full Changelog: axios/axios@v1.13.4...v1.13.5

Commits
  • 29f7542 chore(release): prepare release 1.13.5 (#7379)
  • 431c3a3 ci: fix run condition (#7373)
  • 9ff3a78 ci: update ymls (#7372)
  • 265b712 docs: fix deprecated Buffer constructor and formatting issues in README (#7371)
  • 475e75a feat: add input validation to isAbsoluteURL (#7326)
  • 28c7215 fix: Denial of Service via proto Key in mergeConfig (#7369)
  • 04cf019 docs: clarify object check comment (#7323)
  • 696fa75 fix: status is missing in AxiosError on and after v1.13.3 (#7368)
  • 569f028 fix: added a option to choose between legacy and the new request/response int...
  • 44b7c9f chore(deps-dev): bump karma-sourcemap-loader (#7360)
  • Additional commits viewable in compare view

Updates bun from 1.3.8 to 1.3.9

Release notes

Sourced from bun's releases.

Bun v1.3.9

To install Bun v1.3.9

curl -fsSL https://bun.sh/install | bash
# or you can use npm
# npm install -g bun

Windows:

powershell -c "irm bun.sh/install.ps1|iex"

To upgrade to Bun v1.3.9:

bun upgrade

Read Bun v1.3.9's release notes on Bun's blog

Thanks to 10 contributors!

Commits
  • cf6cdbb Revert "Mimalloc v3 update (#26379)" (#26783)
  • 89d2b1c fix(websocket): add missing incPendingActivityCount() in blob binaryType case...
  • 2019a1b Bump WebKit
  • 6c70ce2 Update WebKit to 7bc2f97e28353062bb54776ce01e4c2ff24c35cc (#26769)
  • 0e386c4 fix(stringWidth): correct width for Thai/Lao spacing vowels (#26728)
  • e5cd034 Define seed in crc32 types (#26754)
  • 45b9d1b Revert "fix(bindgen): prevent use-after-free for optional string argu… (#26742)
  • 0ad562d fix(http2) Fix SSLWrapper and allow injecting connections in Http2SecureServe...
  • 63a323a fix(http): don't enter tunnel mode for proxy-style absolute URLs in request l...
  • af76296 fix(docs): update runtime/markdown page Callout component (#26729)
  • Additional commits viewable in compare view

Updates eslint-plugin-jsdoc from 62.5.0 to 62.6.1

Release notes

Sourced from eslint-plugin-jsdoc's releases.

v62.6.1

62.6.1 (2026-02-19)

Bug Fixes

  • check-param-names: only fire on TSPropertySignature if with TSFunctionNode; fixes #1663 (951d354)

v62.6.0

62.6.0 (2026-02-18)

Features

  • tag-lines: add startLinesWithNoTags option; fixes #1661 (b36a67a)

v62.5.5

62.5.5 (2026-02-15)

Bug Fixes

  • check-param-names: check arrow function properties in interfaces (TSPropertySignature); fixes #1657 (c7b132f)

v62.5.4

62.5.4 (2026-02-07)

Bug Fixes

  • no-undefined-types: avoid treating infer type identifier as undefined; fixes #1654 (da44046)
  • no-undefined-types: ensure template tags are defined; fixes #1655 (bfef848)

v62.5.3

62.5.3 (2026-02-06)

Bug Fixes

  • default-expressions and examples configs: avoid applying deprecated rules now that ESLint warns against them; fixes #1651 (a252868)

v62.5.2

62.5.2 (2026-02-05)

Bug Fixes

  • valid-types: allow numeric properties for jsdoc mode; fixes #1646 (122d283)

v62.5.1

... (truncated)

Commits
  • 951d354 fix(check-param-names): only fire on TSPropertySignature if with `TSFunct...
  • b36a67a feat(tag-lines): add startLinesWithNoTags option; fixes #1661
  • c7b132f fix(check-param-names): check arrow function properties in interfaces (TSPr...
  • bfef848 fix(no-undefined-types): ensure template tags are defined; fixes #1655
  • da44046 fix(no-undefined-types): avoid treating infer type identifier as undefined;...
  • a252868 fix(default-expressions and examples configs): avoid applying deprecated ...
  • 122d283 fix(valid-types): allow numeric properties for jsdoc mode; fixes #1646
  • dfc662e fix(require-template): stop treating type parameters names as unknown templ...
  • 19f36b6 fix(type-formatting): update jsdoccomment and devDeps.; fixes #1647
  • See full diff in compare view

Updates eslint-plugin-n from 17.23.2 to 17.24.0

Release notes

Sourced from eslint-plugin-n's releases.

v17.24.0

17.24.0 (2026-02-15)

🌟 Features

🧹 Chores

  • add v17.x to release-please (9c5e437)
Changelog

Sourced from eslint-plugin-n's changelog.

17.24.0 (2026-02-15)

🌟 Features

🧹 Chores

  • add v17.x to release-please (9c5e437)
Commits

Updates globals from 17.2.0 to 17.3.0

Release notes

Sourced from globals's releases.

v17.3.0

  • Update globals (2026-02-01) (#336) 295fba9

sindresorhus/globals@v17.2.0...v17.3.0

Commits

Updates p-limit from 7.2.0 to 7.3.0

Release notes

Sourced from p-limit's releases.

v7.3.0

  • Add rejectOnClear option 8907801
  • Support options object in pLimit() 870db0f

sindresorhus/p-limit@v7.2.0...v7.3.0

Commits

Updates semver from 7.7.3 to 7.7.4

Release notes

Sourced from semver's releases.

v7.7.4

7.7.4 (2026-01-16)

Bug Fixes

Documentation

Dependencies

Chores

Changelog

Sourced from semver's changelog.

7.7.4 (2026-01-16)

Bug Fixes

Documentation

Dependencies

Chores

Commits
  • 5993c2e chore: release 7.7.4 (#839)
  • 120968b deps: @​npmcli/template-oss@​4.29.0 (#840)
  • a29faa5 fix(cli): pass options to semver.valid() for loose version validation (#835)
  • 1d28d5e docs: fix typos and update -n CLI option documentation (#836)
  • 5816d4c chore: bump @​npmcli/template-oss from 4.28.0 to 4.28.1 (#829)
  • ab9e28a chore: bump @​npmcli/template-oss from 4.27.1 to 4.28.0 (#827)
  • 44d7130 chore: bump @​npmcli/eslint-config from 5.1.0 to 6.0.0 (#824)
  • 7073576 chore: reorder parameters in invalid-versions.js test (#820)
  • 16a35f5 chore: bump @​npmcli/template-oss from 4.26.0 to 4.27.1 (#823)
  • 3a3459d chore: bump @​npmcli/template-oss from 4.25.1 to 4.26.0 (#818)
  • See full diff in compare view

Updates typedoc from 0.28.16 to 0.28.17

Release notes

Sourced from typedoc's releases.

v0.28.17

Bug Fixes

  • Improved handling of comments for type aliases which have been declaration merged with functions, #3064.
  • Fixed anchor link generation to members named $, #3065.
  • Corrected typing of the plugin option to permit functions, #3066.
  • Warnings about unused @param tags will now be properly suppressed when they come from declaration files and the suppressCommentWarningsInDeclarationFiles option is enabled, #3070.
  • Fixed conversion of types referencing type parameters on functions, #3071.

Thanks!

Changelog

Sourced from typedoc's changelog.

v0.28.17 (2026-02-13)

Bug Fixes

  • Improved handling of comments for type aliases which have been declaration merged with functions, #3064.
  • Fixed anchor link generation to members named $, #3065.
  • Corrected typing of the plugin option to permit functions, #3066.
  • Warnings about unused @param tags will now be properly suppressed when they come from declaration files and the suppressCommentWarningsInDeclarationFiles option is enabled, #3070.
  • Fixed conversion of types referencing type parameters on functions, #3071.

Thanks!

Commits

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 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

…ss 2 directories with 11 updates

Bumps the dev-minor-and-patch-dependencies group with 10 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@openfeature/core](https://github.com/open-feature/js-sdk) | `1.9.1` | `1.9.2` |
| [@openfeature/server-sdk](https://github.com/open-feature/js-sdk) | `1.20.1` | `1.20.2` |
| [@stylistic/eslint-plugin](https://github.com/eslint-stylistic/eslint-stylistic/tree/HEAD/packages/eslint-plugin) | `5.7.1` | `5.9.0` |
| [axios](https://github.com/axios/axios) | `1.13.4` | `1.13.5` |
| [bun](https://github.com/oven-sh/bun) | `1.3.8` | `1.3.9` |
| [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) | `62.5.0` | `62.6.1` |
| [eslint-plugin-n](https://github.com/eslint-community/eslint-plugin-n) | `17.23.2` | `17.24.0` |
| [globals](https://github.com/sindresorhus/globals) | `17.2.0` | `17.3.0` |
| [p-limit](https://github.com/sindresorhus/p-limit) | `7.2.0` | `7.3.0` |
| [semver](https://github.com/npm/node-semver) | `7.7.3` | `7.7.4` |

Bumps the dev-minor-and-patch-dependencies group with 1 update in the /docs directory: [typedoc](https://github.com/TypeStrong/TypeDoc).


Updates `@openfeature/core` from 1.9.1 to 1.9.2
- [Release notes](https://github.com/open-feature/js-sdk/releases)
- [Commits](open-feature/js-sdk@core-v1.9.1...core-v1.9.2)

Updates `@openfeature/server-sdk` from 1.20.1 to 1.20.2
- [Release notes](https://github.com/open-feature/js-sdk/releases)
- [Commits](open-feature/js-sdk@server-sdk-v1.20.1...server-sdk-v1.20.2)

Updates `@stylistic/eslint-plugin` from 5.7.1 to 5.9.0
- [Release notes](https://github.com/eslint-stylistic/eslint-stylistic/releases)
- [Changelog](https://github.com/eslint-stylistic/eslint-stylistic/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint-stylistic/eslint-stylistic/commits/v5.9.0/packages/eslint-plugin)

Updates `axios` from 1.13.4 to 1.13.5
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
- [Commits](axios/axios@v1.13.4...v1.13.5)

Updates `bun` from 1.3.8 to 1.3.9
- [Release notes](https://github.com/oven-sh/bun/releases)
- [Commits](oven-sh/bun@bun-v1.3.8...bun-v1.3.9)

Updates `eslint-plugin-jsdoc` from 62.5.0 to 62.6.1
- [Release notes](https://github.com/gajus/eslint-plugin-jsdoc/releases)
- [Commits](gajus/eslint-plugin-jsdoc@v62.5.0...v62.6.1)

Updates `eslint-plugin-n` from 17.23.2 to 17.24.0
- [Release notes](https://github.com/eslint-community/eslint-plugin-n/releases)
- [Changelog](https://github.com/eslint-community/eslint-plugin-n/blob/master/CHANGELOG.md)
- [Commits](eslint-community/eslint-plugin-n@v17.23.2...v17.24.0)

Updates `globals` from 17.2.0 to 17.3.0
- [Release notes](https://github.com/sindresorhus/globals/releases)
- [Commits](sindresorhus/globals@v17.2.0...v17.3.0)

Updates `p-limit` from 7.2.0 to 7.3.0
- [Release notes](https://github.com/sindresorhus/p-limit/releases)
- [Commits](sindresorhus/p-limit@v7.2.0...v7.3.0)

Updates `semver` from 7.7.3 to 7.7.4
- [Release notes](https://github.com/npm/node-semver/releases)
- [Changelog](https://github.com/npm/node-semver/blob/main/CHANGELOG.md)
- [Commits](npm/node-semver@v7.7.3...v7.7.4)

Updates `typedoc` from 0.28.16 to 0.28.17
- [Release notes](https://github.com/TypeStrong/TypeDoc/releases)
- [Changelog](https://github.com/TypeStrong/typedoc/blob/master/CHANGELOG.md)
- [Commits](TypeStrong/typedoc@v0.28.16...v0.28.17)

---
updated-dependencies:
- dependency-name: "@openfeature/core"
  dependency-version: 1.9.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-minor-and-patch-dependencies
- dependency-name: "@openfeature/server-sdk"
  dependency-version: 1.20.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-minor-and-patch-dependencies
- dependency-name: "@stylistic/eslint-plugin"
  dependency-version: 5.9.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-minor-and-patch-dependencies
- dependency-name: axios
  dependency-version: 1.13.5
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-minor-and-patch-dependencies
- dependency-name: bun
  dependency-version: 1.3.9
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-minor-and-patch-dependencies
- dependency-name: eslint-plugin-jsdoc
  dependency-version: 62.6.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-minor-and-patch-dependencies
- dependency-name: eslint-plugin-n
  dependency-version: 17.24.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-minor-and-patch-dependencies
- dependency-name: globals
  dependency-version: 17.3.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-minor-and-patch-dependencies
- dependency-name: p-limit
  dependency-version: 7.3.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-minor-and-patch-dependencies
- dependency-name: semver
  dependency-version: 7.7.4
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-minor-and-patch-dependencies
- dependency-name: typedoc
  dependency-version: 0.28.17
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-minor-and-patch-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dd-octo-sts
dd-octo-sts Bot enabled auto-merge (squash) February 25, 2026 00:57
@github-actions

Copy link
Copy Markdown
Contributor

Overall package size

Self size: 4.78 MB
Deduped: 5.63 MB
No deduping: 5.63 MB

Dependency sizes | name | version | self size | total size | |------|---------|-----------|------------| | import-in-the-middle | 2.0.6 | 81.92 kB | 816.75 kB | | dc-polyfill | 0.1.10 | 26.73 kB | 26.73 kB |

🤖 This report was automatically generated by heaviest-objects-in-the-universe

@codecov

codecov Bot commented Feb 25, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 80.30%. Comparing base (c69f877) to head (b5f9fd6).
⚠️ Report is 8 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #7611   +/-   ##
=======================================
  Coverage   80.30%   80.30%           
=======================================
  Files         733      733           
  Lines       31565    31565           
=======================================
  Hits        25348    25348           
  Misses       6217     6217           
Flag Coverage Δ
aiguard-macos 38.96% <ø> (-0.11%) ⬇️
aiguard-ubuntu 39.08% <ø> (-0.11%) ⬇️
aiguard-windows 38.81% <ø> (-0.11%) ⬇️
apm-capabilities-tracing-macos 48.61% <ø> (ø)
apm-capabilities-tracing-ubuntu 48.64% <ø> (ø)
apm-capabilities-tracing-windows 48.34% <ø> (ø)
apm-integrations-child-process 38.53% <ø> (-0.10%) ⬇️
apm-integrations-couchbase-18 37.45% <ø> (-0.10%) ⬇️
apm-integrations-couchbase-eol 37.78% <ø> (-0.10%) ⬇️
apm-integrations-oracledb 37.76% <ø> (-0.10%) ⬇️
appsec-express 55.54% <ø> (-0.08%) ⬇️
appsec-fastify 51.86% <ø> (-0.07%) ⬇️
appsec-graphql 52.04% <ø> (-0.07%) ⬇️
appsec-kafka 44.48% <ø> (-0.09%) ⬇️
appsec-ldapjs 44.11% <ø> (-0.09%) ⬇️
appsec-lodash 43.80% <ø> (-0.08%) ⬇️
appsec-macos 58.62% <ø> (-0.07%) ⬇️
appsec-mongodb-core 48.97% <ø> (+0.03%) ⬆️
appsec-mongoose 49.66% <ø> (-0.08%) ⬇️
appsec-mysql 51.03% <ø> (-0.07%) ⬇️
appsec-node-serialize 43.31% <ø> (-0.09%) ⬇️
appsec-passport 47.80% <ø> (-0.09%) ⬇️
appsec-postgres 50.78% <ø> (-0.08%) ⬇️
appsec-sourcing 42.66% <ø> (-0.09%) ⬇️
appsec-template 43.48% <ø> (-0.09%) ⬇️
appsec-ubuntu 58.70% <ø> (-0.07%) ⬇️
appsec-windows 58.46% <ø> (-0.07%) ⬇️
instrumentations-instrumentation-bluebird 32.23% <ø> (-0.11%) ⬇️
instrumentations-instrumentation-body-parser 40.54% <ø> (-0.10%) ⬇️
instrumentations-instrumentation-child_process 37.85% <ø> (-0.10%) ⬇️
instrumentations-instrumentation-cookie-parser 34.27% <ø> (-0.10%) ⬇️
instrumentations-instrumentation-express 34.61% <ø> (-0.10%) ⬇️
instrumentations-instrumentation-express-mongo-sanitize 34.40% <ø> (-0.10%) ⬇️
instrumentations-instrumentation-express-session 40.16% <ø> (-0.10%) ⬇️
instrumentations-instrumentation-fs 31.84% <ø> (-0.11%) ⬇️
instrumentations-instrumentation-generic-pool 29.82% <ø> (ø)
instrumentations-instrumentation-http 39.88% <ø> (-0.10%) ⬇️
instrumentations-instrumentation-knex 32.24% <ø> (-0.11%) ⬇️
instrumentations-instrumentation-mongoose 33.40% <ø> (-0.10%) ⬇️
instrumentations-instrumentation-multer 40.28% <ø> (-0.10%) ⬇️
instrumentations-instrumentation-mysql2 38.32% <ø> (-0.10%) ⬇️
instrumentations-instrumentation-passport 44.11% <ø> (-0.09%) ⬇️
instrumentations-instrumentation-passport-http 43.78% <ø> (-0.09%) ⬇️
instrumentations-instrumentation-passport-local 44.33% <ø> (-0.09%) ⬇️
instrumentations-instrumentation-pg 37.74% <ø> (-0.10%) ⬇️
instrumentations-instrumentation-promise 32.16% <ø> (-0.11%) ⬇️
instrumentations-instrumentation-promise-js 32.17% <ø> (-0.11%) ⬇️
instrumentations-instrumentation-q 32.21% <ø> (-0.11%) ⬇️
instrumentations-instrumentation-url 32.13% <ø> (-0.11%) ⬇️
instrumentations-instrumentation-when 32.18% <ø> (-0.11%) ⬇️
llmobs-ai 41.36% <ø> (-0.10%) ⬇️
llmobs-anthropic 40.35% <ø> (-0.10%) ⬇️
llmobs-bedrock 39.28% <ø> (-0.09%) ⬇️
llmobs-google-genai 39.87% <ø> (-0.09%) ⬇️
llmobs-langchain 39.45% <ø> (-0.08%) ⬇️
llmobs-openai 44.16% <ø> (-0.09%) ⬇️
llmobs-vertex-ai 40.06% <ø> (-0.09%) ⬇️
platform-core 29.71% <ø> (ø)
platform-esbuild 32.89% <ø> (ø)
platform-instrumentations-misc 40.53% <ø> (ø)
platform-shimmer 36.14% <ø> (ø)
platform-unit-guardrails 31.27% <ø> (ø)
plugins-azure-event-hubs 24.02% <ø> (ø)
plugins-azure-service-bus 23.42% <ø> (ø)
plugins-bullmq 43.63% <ø> (-0.18%) ⬇️
plugins-cassandra 37.80% <ø> (-0.10%) ⬇️
plugins-cookie 25.08% <ø> (ø)
plugins-cookie-parser 24.87% <ø> (ø)
plugins-crypto 24.72% <ø> (ø)
plugins-dd-trace-api 38.39% <ø> (-0.11%) ⬇️
plugins-express-mongo-sanitize 25.04% <ø> (ø)
plugins-express-session 24.83% <ø> (ø)
plugins-fastify 42.30% <ø> (-0.10%) ⬇️
plugins-fetch 38.35% <ø> (-0.10%) ⬇️
plugins-fs 38.64% <ø> (-0.11%) ⬇️
plugins-generic-pool 24.06% <ø> (ø)
plugins-google-cloud-pubsub 45.48% <ø> (-0.09%) ⬇️
plugins-grpc 40.99% <ø> (-0.10%) ⬇️
plugins-handlebars 25.08% <ø> (ø)
plugins-hapi 40.17% <ø> (-0.10%) ⬇️
plugins-hono 40.44% <ø> (-0.10%) ⬇️
plugins-ioredis 38.44% <ø> (-0.10%) ⬇️
plugins-knex 24.80% <ø> (ø)
plugins-ldapjs 22.61% <ø> (ø)
plugins-light-my-request 24.48% <ø> (ø)
plugins-limitd-client 32.53% <ø> (-0.11%) ⬇️
plugins-lodash 24.13% <ø> (ø)
plugins-mariadb 39.52% <ø> (-0.10%) ⬇️
plugins-memcached 38.18% <ø> (-0.11%) ⬇️
plugins-microgateway-core 39.20% <ø> (-0.10%) ⬇️
plugins-moleculer 40.55% <ø> (-0.10%) ⬇️
plugins-mongodb 39.23% <ø> (-0.10%) ⬇️
plugins-mongodb-core 39.06% <ø> (-0.10%) ⬇️
plugins-mongoose 38.88% <ø> (-0.10%) ⬇️
plugins-multer 24.83% <ø> (ø)
plugins-mysql 39.20% <ø> (-0.10%) ⬇️
plugins-mysql2 39.30% <ø> (-0.10%) ⬇️
plugins-node-serialize 25.12% <ø> (ø)
plugins-opensearch 37.63% <ø> (-0.10%) ⬇️
plugins-passport-http 24.91% <ø> (ø)
plugins-postgres 35.72% <ø> (-0.09%) ⬇️
plugins-process 24.72% <ø> (ø)
plugins-pug 25.08% <ø> (ø)
plugins-redis 38.92% <ø> (-0.10%) ⬇️
plugins-router 43.05% <ø> (-0.10%) ⬇️
plugins-sequelize 23.66% <ø> (ø)
plugins-test-and-upstream-amqp10 38.51% <ø> (+0.04%) ⬆️
plugins-test-and-upstream-amqplib 43.94% <ø> (-0.09%) ⬇️
plugins-test-and-upstream-apollo 39.05% <ø> (-0.09%) ⬇️
plugins-test-and-upstream-avsc 38.73% <ø> (-0.11%) ⬇️
plugins-test-and-upstream-bunyan 33.83% <ø> (-0.11%) ⬇️
plugins-test-and-upstream-connect 40.84% <ø> (-0.10%) ⬇️
plugins-test-and-upstream-graphql 40.18% <ø> (-0.10%) ⬇️
plugins-test-and-upstream-koa 40.42% <ø> (-0.10%) ⬇️
plugins-test-and-upstream-protobufjs 38.96% <ø> (-0.11%) ⬇️
plugins-test-and-upstream-rhea 44.13% <ø> (-0.13%) ⬇️
plugins-undici 39.14% <ø> (-0.09%) ⬇️
plugins-url 24.72% <ø> (ø)
plugins-valkey 38.10% <ø> (-0.10%) ⬇️
plugins-vm 24.72% <ø> (ø)
plugins-winston 34.03% <ø> (-0.10%) ⬇️
plugins-ws 41.94% <ø> (-0.10%) ⬇️
profiling-macos 39.87% <ø> (-0.10%) ⬇️
profiling-ubuntu 40.00% <ø> (-0.10%) ⬇️
profiling-windows 41.22% <ø> (-0.10%) ⬇️
serverless-azure-functions-client 23.75% <ø> (ø)
serverless-azure-functions-eventhubs 23.75% <ø> (ø)
serverless-azure-functions-servicebus 23.75% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@pr-commenter

pr-commenter Bot commented Feb 25, 2026

Copy link
Copy Markdown

Benchmarks

Benchmark execution time: 2026-02-25 01:07:52

Comparing candidate commit b5f9fd6 in PR branch dependabot/npm_and_yarn/dev-minor-and-patch-dependencies-6cc33ff4ed with baseline commit c69f877 in branch master.

Found 0 performance improvements and 0 performance regressions! Performance is the same for 229 metrics, 31 unstable metrics.

@dependabot @github

dependabot Bot commented on behalf of github Feb 26, 2026

Copy link
Copy Markdown
Contributor Author

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot Bot closed this Feb 26, 2026
auto-merge was automatically disabled February 26, 2026 09:42

Pull request was closed

@dependabot
dependabot Bot deleted the dependabot/npm_and_yarn/dev-minor-and-patch-dependencies-6cc33ff4ed branch February 26, 2026 09:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependabot dependencies javascript Pull requests that update javascript code semver-patch

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants