Skip to content

chore(NODE-7521): update dependencies#117

Merged
PavelSafronov merged 5 commits into
mainfrom
NODE-7521/update-dependencies
Jun 18, 2026
Merged

chore(NODE-7521): update dependencies#117
PavelSafronov merged 5 commits into
mainfrom
NODE-7521/update-dependencies

Conversation

@johnmtll

@johnmtll johnmtll commented Jun 8, 2026

Copy link
Copy Markdown
Contributor

Description

Summary of Changes

Supplants:

  1. chore(deps): bump node-addon-api from 8.5.0 to 8.6.0 in the prod-dependencies group #107
    Updates node-addon-api from 8.5.0 to 8.6.0

  2. chore(deps-dev): bump the development-dependencies group across 1 directory with 4 updates #109

Package From To
@typescript-eslint/eslint-plugin 8.46.0 8.60.1
eslint-plugin-prettier 5.5.4 5.5.6
mocha 11.7.4 11.7.6
prettier 3.6.2 3.8.3
  1. chore(deps): bump actions/upload-artifact from 4 to 7 #108
    Bumps actions/upload-artifact from 4 to 7.

  2. chore(deps): bump actions/checkout from 5 to 6 #105
    Bumps actions/checkout from 5 to 6.

  3. chore(deps): bump actions/setup-node from 5 to 6 #98
    Bumps actions/setup-node from 5 to 6.

  4. [transitive dependency] typescript has been updated from 5.9.3 -> 6.0.3

Notes for Reviewers

Simplifies the async approval process of dependabot PR's requiring a reviewer from dbx-node-devs team by coalescing all PR's which require such approval into one.

What is the motivation for this change?

Double check the following

  • Lint is passing (npm run check:lint)
  • Self-review completed using the steps outlined here
  • PR title follows the correct format: type(NODE-xxxx)[!]: description
    • Example: feat(NODE-1234)!: rewriting everything in coffeescript
  • Changes are covered by tests
  • New TODOs have a related JIRA ticket

dependabot Bot added 2 commits June 8, 2026 09:49
…ectory with 4 updates

Bumps the development-dependencies group with 4 updates in the / directory: [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin), [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier), [mocha](https://github.com/mochajs/mocha) and [prettier](https://github.com/prettier/prettier).


Updates `@typescript-eslint/eslint-plugin` from 8.46.0 to 8.60.1
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.60.1/packages/eslint-plugin)

Updates `eslint-plugin-prettier` from 5.5.4 to 5.5.6
- [Release notes](https://github.com/prettier/eslint-plugin-prettier/releases)
- [Changelog](https://github.com/prettier/eslint-plugin-prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/eslint-plugin-prettier@v5.5.4...v5.5.6)

Updates `mocha` from 11.7.4 to 11.7.6
- [Release notes](https://github.com/mochajs/mocha/releases)
- [Changelog](https://github.com/mochajs/mocha/blob/v11.7.6/CHANGELOG.md)
- [Commits](mochajs/mocha@v11.7.4...v11.7.6)

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

---
updated-dependencies:
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-version: 8.56.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
- dependency-name: eslint-plugin-prettier
  dependency-version: 5.5.5
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: mocha
  dependency-version: 11.7.5
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: prettier
  dependency-version: 3.8.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps the prod-dependencies group with 1 update: [node-addon-api](https://github.com/nodejs/node-addon-api).


Updates `node-addon-api` from 8.5.0 to 8.6.0
- [Release notes](https://github.com/nodejs/node-addon-api/releases)
- [Changelog](https://github.com/nodejs/node-addon-api/blob/main/CHANGELOG.md)
- [Commits](nodejs/node-addon-api@v8.5.0...v8.6.0)

---
updated-dependencies:
- dependency-name: node-addon-api
  dependency-version: 8.6.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@johnmtll johnmtll marked this pull request as ready for review June 8, 2026 17:04
@johnmtll johnmtll requested a review from a team as a code owner June 8, 2026 17:04
dependabot Bot added 3 commits June 9, 2026 17:16
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 7.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](actions/upload-artifact@v4...v7)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-version: '7'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v5...v6)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 5 to 6.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](actions/setup-node@v5...v6)

---
updated-dependencies:
- dependency-name: actions/setup-node
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@PavelSafronov PavelSafronov self-assigned this Jun 15, 2026
@dariakp dariakp requested a review from PavelSafronov June 16, 2026 13:14
@dariakp dariakp added the Primary Review In Review with primary reviewer, not yet ready for team's eyes label Jun 16, 2026

@PavelSafronov PavelSafronov left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good!

@PavelSafronov PavelSafronov added Team Review Needs review from team and removed Primary Review In Review with primary reviewer, not yet ready for team's eyes labels Jun 16, 2026
@PavelSafronov PavelSafronov merged commit 1541338 into main Jun 18, 2026
54 of 55 checks passed
@PavelSafronov PavelSafronov deleted the NODE-7521/update-dependencies branch June 18, 2026 17:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Team Review Needs review from team

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants