Skip to content

chore(deps-dev): bump the dev-dependencies group with 2 updates - #3

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/dev-dependencies-3f1de80da4
Open

dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/dev-dependencies-3f1de80da4

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 16, 2026

Copy link
Copy Markdown

Bumps the dev-dependencies group with 2 updates: mocha and typescript-eslint.

Updates mocha from 12.0.0 to 12.0.1

Release notes

Sourced from mocha's releases.

v12.0.1

12.0.1 (2026-09-08)

🩹 Fixes

  • bump serialize-javascript to ^7.1.1 (#6278) (02558a3)
  • deps: update dependency find-up to v8 (#5747) (ee11d29)
  • deps: update dependency is-path-inside to v4 (#5748) (5b27e3a)
  • deps: update dependency starlight-blog to ^0.29.0 (#6248) (532b82b)
  • keep unknown config values from becoming test specs (#6244) (15aa7d1)
  • only reject positional args that are entirely numeric (#6222) (1633779)
  • reporter: split err.stack at trailing frame block so embedded stacks render once (#5997) (90f48e4)

📚 Documentation

🧹 Chores

  • auto-add GitHub items to project (#5686) (d24c320)
  • convert lib/runner.js to ESM (#6260) (123b2d5)
  • deps: update actions/add-to-project action to v2 (#6276) (00f873b)
  • deps: update actions/github-script action to v9 (#6277) (49ed525)
  • deps: update dependency astro to v7.2.9 (#6223) (513bd50)
  • deps: update dependency eslint to v10.9.1 (#6251) (e28b90c)
  • deps: update dependency eslint-plugin-n to v18.3.0 (#6240) (3a11840)
  • deps: update dependency globals to v17.11.0 (#6243) (1cf345b)
  • deps: update dependency globals to v17.12.0 (#6288) (97b8df6)
  • deps: update dependency js-yaml to v5.4.1 (#6247) (9593caa)
  • deps: update dependency knip to v6.32.3 (#6224) (6781fa1)
  • deps: update dependency knip to v6.34.0 (#6279) (85ff1b6)
  • deps: update dependency rollup to v4.63.1 (#6274) (e5a779e)
  • deps: update dependency serialize-javascript to v7.1.0 (#6239) (77e4d4a)
  • deps: update dependency webpack to v5.110.1 (#6275) (ec436d5)
  • deps: update matteogabriele/agentscan-action action to v2.5.0 (#6280) (0bb7925)
  • remove unused .lintstagedrc.json (#6270) (d84fdbf)
  • update spam filter (#6271) (b932787)
  • use a junction to link the config fixture on Windows (#6218) (a6b5d98)
Changelog

Sourced from mocha's changelog.

12.0.1 (2026-09-08)

🩹 Fixes

  • bump serialize-javascript to ^7.1.1 (#6278) (02558a3)
  • deps: update dependency find-up to v8 (#5747) (ee11d29)
  • deps: update dependency is-path-inside to v4 (#5748) (5b27e3a)
  • deps: update dependency starlight-blog to ^0.29.0 (#6248) (532b82b)
  • keep unknown config values from becoming test specs (#6244) (15aa7d1)
  • only reject positional args that are entirely numeric (#6222) (1633779)
  • reporter: split err.stack at trailing frame block so embedded stacks render once (#5997) (90f48e4)

📚 Documentation

🧹 Chores

  • auto-add GitHub items to project (#5686) (d24c320)
  • convert lib/runner.js to ESM (#6260) (123b2d5)
  • deps: update actions/add-to-project action to v2 (#6276) (00f873b)
  • deps: update actions/github-script action to v9 (#6277) (49ed525)
  • deps: update dependency astro to v7.2.9 (#6223) (513bd50)
  • deps: update dependency eslint to v10.9.1 (#6251) (e28b90c)
  • deps: update dependency eslint-plugin-n to v18.3.0 (#6240) (3a11840)
  • deps: update dependency globals to v17.11.0 (#6243) (1cf345b)
  • deps: update dependency globals to v17.12.0 (#6288) (97b8df6)
  • deps: update dependency js-yaml to v5.4.1 (#6247) (9593caa)
  • deps: update dependency knip to v6.32.3 (#6224) (6781fa1)
  • deps: update dependency knip to v6.34.0 (#6279) (85ff1b6)
  • deps: update dependency rollup to v4.63.1 (#6274) (e5a779e)
  • deps: update dependency serialize-javascript to v7.1.0 (#6239) (77e4d4a)
  • deps: update dependency webpack to v5.110.1 (#6275) (ec436d5)
  • deps: update matteogabriele/agentscan-action action to v2.5.0 (#6280) (0bb7925)
  • remove unused .lintstagedrc.json (#6270) (d84fdbf)
  • update spam filter (#6271) (b932787)
  • use a junction to link the config fixture on Windows (#6218) (a6b5d98)
Commits

Updates typescript-eslint from 8.69.0 to 8.70.0

Release notes

Sourced from typescript-eslint's releases.

v8.70.0

8.70.0 (2026-09-07)

🚀 Features

  • eslint-plugin: [no-generated-empty-object-type] add rule (#12730)
  • website: generate per-page social preview cards (#12734)

🩹 Fixes

  • use stable release of pnpm 12 (#12808)
  • update pnpm to 12.3.4 and dedupe Docusaurus packages (#12829)
  • eslint-plugin: [member-ordering] don't report fields that read fields declared before them (#12729)
  • eslint-plugin: [no-unnecessary-condition] no false positive on RHS of a nested logical expression (#12728)
  • eslint-plugin: [no-deprecated] report deprecated imported values used in object shorthand properties (#12780)
  • project-service: avoid discarded tsserver logs (#12748)
  • typescript-estree: clarify the parserOptions.project error message (#12817)

❤️ Thank You

See GitHub Releases for more information.

You can read about our versioning strategy and releases on our website.

Changelog

Sourced from typescript-eslint's changelog.

8.70.0 (2026-09-07)

🩹 Fixes

  • eslint-plugin: [no-deprecated] report deprecated imported values used in object shorthand properties (#12780)

❤️ Thank You

See GitHub Releases for more information.

You can read about our versioning strategy and releases on our website.

Commits
  • 7ee7608 chore(release): publish 8.70.0
  • 4586535 fix(eslint-plugin): [no-deprecated] report deprecated imported values used in...
  • 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 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 dev-dependencies group with 2 updates: [mocha](https://github.com/mochajs/mocha) and [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint).


Updates `mocha` from 12.0.0 to 12.0.1
- [Release notes](https://github.com/mochajs/mocha/releases)
- [Changelog](https://github.com/mochajs/mocha/blob/main/CHANGELOG.md)
- [Commits](mochajs/mocha@v12.0.0...v12.0.1)

Updates `typescript-eslint` from 8.69.0 to 8.70.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.70.0/packages/typescript-eslint)

---
updated-dependencies:
- dependency-name: mocha
  dependency-version: 12.0.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: typescript-eslint
  dependency-version: 8.70.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Sep 16, 2026
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