Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump the dev-dependencies group across 1 directory with 16 updates #1179

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 19, 2024

Bumps the dev-dependencies group with 16 updates in the / directory:

Package From To
@types/express 4.17.17 4.17.21
@types/node 18.15.11 22.4.1
chai 4.4.1 5.1.1
chai-as-promised 7.1.1 8.0.0
deep-equal-in-any-order 1.0.10 2.0.6
eslint 8.56.0 9.9.0
mocha 8.2.1 10.7.3
@types/mocha 8.2.3 10.0.7
mongodb-memory-server 8.11.3 10.0.0
node-mocks-http 1.6.7 1.15.1
nodemon 2.0.3 3.1.4
nyc 15.1.0 17.0.0
prettier 3.2.5 3.3.3
proxyquire 2.0.1 2.1.3
sinon 5.1.1 18.0.0
typescript 5.0.4 5.5.4

Updates @types/express from 4.17.17 to 4.17.21

Commits

Updates @types/node from 18.15.11 to 22.4.1

Commits

Updates chai from 4.4.1 to 5.1.1

Release notes

Sourced from chai's releases.

v5.1.1

What's Changed

New Contributors

Full Changelog: chaijs/chai@v5.1.0...v5.1.1

v5.1.0

What's Changed

New Contributors

Full Changelog: chaijs/chai@v5.0.3...v5.1.0

v5.0.3

Fix bad v5.0.2 publish.

Full Changelog: chaijs/chai@v5.0.2...v5.0.3

v5.0.2

What's Changed

Full Changelog: chaijs/chai@v5.0.1...v5.0.2

v5.0.0

BREAKING CHANGES

  • Chai now only supports EcmaScript Modules (ESM). This means your tests will need to either have import {...} from 'chai' or import('chai'). require('chai') will cause failures in nodejs. If you're using ESM and seeing failures, it may be due to a bundler or transpiler which is incorrectly converting import statements into require calls.

... (truncated)

Commits

Updates chai-as-promised from 7.1.1 to 8.0.0

Release notes

Sourced from chai-as-promised's releases.

v8.0.0

What's Changed

New Contributors

Full Changelog: chaijs/chai-as-promised@v7.1.2...v8.0.0

v8.0.0-beta.1

What's Changed

Full Changelog: chaijs/chai-as-promised@v8.0.0-beta.0...v8.0.0-beta.1

v8.0.0-beta.0

What's Changed

New Contributors

Full Changelog: chaijs/chai-as-promised@v7.1.2...v8.0.0-beta.0

v7.1.2

What's Changed

New Contributors

Full Changelog: chaijs/chai-as-promised@v7.1.1...v7.1.2

Commits
Maintainer changes

This version was pushed to npm by chaijs, a new releaser for chai-as-promised since your current version.


Updates deep-equal-in-any-order from 1.0.10 to 2.0.6

Commits

Updates eslint from 8.56.0 to 9.9.0

Release notes

Sourced from eslint's releases.

v9.9.0

Features

  • 41d0206 feat: Add support for TS config files (#18134) (Arya Emami)
  • 3a4eaf9 feat: add suggestion to require-await to remove async keyword (#18716) (Dave)

Documentation

  • 9fe068c docs: how to author plugins with configs that extend other configs (#18753) (Alec Gibson)
  • 48117b2 docs: add version support page in the side navbar (#18738) (Amaresh S M)
  • fec2951 docs: add version support page to the dropdown (#18730) (Amaresh S M)
  • 38a0661 docs: Fix typo (#18735) (Zaina Al Habash)
  • 3c32a9e docs: Update yarn command for creating ESLint config (#18739) (Temitope Ogunleye)
  • f9ac978 docs: Update README (GitHub Actions Bot)

Chores

  • 461b2c3 chore: upgrade to @eslint/[email protected] (#18765) (Francesco Trotta)
  • 59dba1b chore: package.json update for @​eslint/js release (Jenkins)
  • fea8563 chore: update dependency @​eslint/core to ^0.3.0 (#18724) (renovate[bot])
  • aac191e chore: update dependency @​eslint/json to ^0.3.0 (#18760) (renovate[bot])
  • b97fa05 chore: update wdio dependencies for more stable tests (#18759) (Christian Bromann)

v9.8.0

Features

  • 13d0bd3 feat: Add and use SourceCode#getLoc/getRange (#18703) (Nicholas C. Zakas)

Bug Fixes

  • ab0ff27 fix: Throw error when invalid flags passed (#18705) (Nicholas C. Zakas)
  • 70dc803 fix: basePath directory can never be ignored (#18711) (Milos Djermanovic)

Documentation

Build Related

  • 4514424 build: Enable JSON linting (#18681) (Nicholas C. Zakas)

Chores

v9.7.0

Features

  • 7bd9839 feat: add support for es2025 duplicate named capturing groups (#18630) (Yosuke Ota)
  • 1381394 feat: add regex option in no-restricted-imports (#18622) (Nitin Kumar)

Bug Fixes

  • 14e9f81 fix: destructuring in catch clause in no-unused-vars (#18636) (Francesco Trotta)

Documentation

... (truncated)

Changelog

Sourced from eslint's changelog.

v9.9.0 - August 9, 2024

  • 461b2c3 chore: upgrade to @eslint/[email protected] (#18765) (Francesco Trotta)
  • 59dba1b chore: package.json update for @​eslint/js release (Jenkins)
  • fea8563 chore: update dependency @​eslint/core to ^0.3.0 (#18724) (renovate[bot])
  • 41d0206 feat: Add support for TS config files (#18134) (Arya Emami)
  • aac191e chore: update dependency @​eslint/json to ^0.3.0 (#18760) (renovate[bot])
  • 9fe068c docs: how to author plugins with configs that extend other configs (#18753) (Alec Gibson)
  • b97fa05 chore: update wdio dependencies for more stable tests (#18759) (Christian Bromann)
  • 3a4eaf9 feat: add suggestion to require-await to remove async keyword (#18716) (Dave)
  • 48117b2 docs: add version support page in the side navbar (#18738) (Amaresh S M)
  • fec2951 docs: add version support page to the dropdown (#18730) (Amaresh S M)
  • 38a0661 docs: Fix typo (#18735) (Zaina Al Habash)
  • 3c32a9e docs: Update yarn command for creating ESLint config (#18739) (Temitope Ogunleye)
  • f9ac978 docs: Update README (GitHub Actions Bot)

v9.8.0 - July 26, 2024

  • deee448 chore: upgrade to @eslint/[email protected] (#18720) (Francesco Trotta)
  • 4aaf2b3 chore: package.json update for @​eslint/js release (Jenkins)
  • 8e1a627 chore: update dependency @​eslint/core to ^0.2.0 (#18700) (renovate[bot])
  • 13d0bd3 feat: Add and use SourceCode#getLoc/getRange (#18703) (Nicholas C. Zakas)
  • 282df1a docs: Add system theme option (#18617) (Amaresh S M)
  • ab0ff27 fix: Throw error when invalid flags passed (#18705) (Nicholas C. Zakas)
  • 70dc803 fix: basePath directory can never be ignored (#18711) (Milos Djermanovic)
  • 53b1ff0 docs: Debug config docs (#18698) (Nicholas C. Zakas)
  • 4514424 build: Enable JSON linting (#18681) (Nicholas C. Zakas)
  • a7016a5 docs: fix search input stylings (#18682) (Amaresh S M)

v9.7.0 - July 12, 2024

  • 793b718 chore: upgrade @​eslint/js@​9.7.0 (#18680) (Francesco Trotta)
  • 7ed6f9a chore: package.json update for @​eslint/js release (Jenkins)
  • 14e9f81 fix: destructuring in catch clause in no-unused-vars (#18636) (Francesco Trotta)
  • 7bcda76 refactor: Add type references (#18652) (Nicholas C. Zakas)
  • 51bf57c chore: add tech sponsors through actions (#18624) (Strek)
  • 9f416db docs: Add Powered by Algolia label to the search. (#18633) (Amaresh S M)
  • 6320732 refactor: don't use parent property in NodeEventGenerator (#18653) (Milos Djermanovic)
  • 7bd9839 feat: add support for es2025 duplicate named capturing groups (#18630) (Yosuke Ota)
  • 1381394 feat: add regex option in no-restricted-imports (#18622) (Nitin Kumar)
  • 9e6d640 refactor: move "Parsing error" prefix adding to Linter (#18650) (Milos Djermanovic)
  • c8d26cb docs: Open JS Foundation -> OpenJS Foundation (#18649) (Milos Djermanovic)
  • 6e79ac7 docs: loadESLint does not support option cwd (#18641) (Francesco Trotta)

v9.6.0 - June 28, 2024

  • b15ee30 chore: upgrade @​eslint/js@​9.6.0 (#18632) (Milos Djermanovic)
  • d655503 chore: package.json update for @​eslint/js release (Jenkins)
  • 1613e2e fix: Allow escaping characters in config patterns on Windows (#18628) (Milos Djermanovic)
  • 13dbecd docs: Limit search to just docs (#18627) (Nicholas C. Zakas)

... (truncated)

Commits

Updates mocha from 8.2.1 to 10.7.3

Release notes

Sourced from mocha's releases.

v10.7.3

10.7.3 (2024-08-09)

🩹 Fixes

v10.7.2

10.7.2 (2024-08-06)

📚 Documentation

🧹 Chores

v10.7.1

10.7.1 (2024-08-06)

🩹 Fixes

  • crash with --parallel and --retries both enabled (#5173) (d7013dd)

🧹 Chores

  • add knip to validate included dependencies (5c2989f)
  • more fully remove assetgraph-builder and canvas (#5175) (1883c41)
  • replace nps with npm scripts (#5128) (c44653a), closes #5126

v10.7.0

What's Changed

New Contributors

Full Changelog: mochajs/mocha@v10.6.1...v10.7.0

v10.6.1

What's Changed

... (truncated)

Changelog

Sourced from mocha's changelog.

10.7.3 (2024-08-09)

🩹 Fixes

10.7.2 (2024-08-06)

📚 Documentation

🧹 Chores

10.7.1 (2024-08-06)

🩹 Fixes

  • crash with --parallel and --retries both enabled (#5173) (d7013dd)

🧹 Chores

  • add knip to validate included dependencies (5c2989f)
  • more fully remove assetgraph-builder and canvas (#5175) (1883c41)
  • replace nps with npm scripts (#5128) (c44653a), closes #5126

10.7.0 / 2024-07-20

🎉 Enhancements

10.6.1 / 2024-07-20

🐛 Fixes

10.6.0 / 2024-07-02

🎉 Enhancements

... (truncated)

Commits
Maintainer changes

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


Updates @types/mocha from 8.2.3 to 10.0.7

Commits

Updates mongodb-memory-server from 8.11.3 to 10.0.0

Release notes

Sourced from mongodb-memory-server's releases.

v10.0.0

10.0.0 (2024-07-18)

⚠ BREAKING CHANGES

  • resolveConfig: Default binary version is now "7.0.11"

  • tsconfig: potentially breaking change upgrading "target" to "es2021" in tsconfig

  • Lowest supported NodeJS version is now 16.20.1

  • tsconfig: update "target" to "es2021" (abde8ca)

Features

  • add support for "Explicit Resource Management" (ab7a73c), closes #794
  • getport: use net0listen by default (887f1a1), closes #827
  • index: also top-level export "DryMongoBinary" and all errors (d11abaa)
  • MongoMemoryServer: allow setting if port generation is enabeld or not (6c4daed), closes #816
  • resolveConfig: update default binary version to 7.x (9d569ac)
  • resolveConfig: update default binary version to 7.x (2436d63)
  • set lowest supported nodejs version to 16.20.1 (30b302e), closes #805

Fixes

  • MongoBinaryDownloadUrl: add mapping for Linux Mint 22 (2ffc024)
  • MongoBinaryDownloadUrl: change default elementary version to 7 (ecc4ffe)
  • MongoBinaryDownloadUrl: change default mint version to 21 (df97ea8)
  • remove deprecated boolean cleanup argument (stop / cleanup) (eef706f)

Style

  • MongoMemoryReplSet: fix lint (bd8941b)

Dependencies

  • @​types/node: upgrade to version 16.11.7 (c8a008a)
  • async-mutex: upgrade to version 0.5.0 (c9f45c9)
  • https-proxy-agent: upgrade to version 7.0.5 (4d5be4d)
  • mongodb: upgrade to version 6.7.0 (57e575c), closes #804
  • semver: upgrade to version 7.6.3 (100e571)
  • typescript: upgrade to version 5.3.3 (329d79e)

Dev-Dependencies

  • @typescript-eslint/*: upgrade to version 6.21.0 (b4055a7)

... (truncated)

Changelog

Sourced from mongodb-memory-server's changelog.

10.0.0 (2024-07-18)

⚠ BREAKING CHANGES

  • resolveConfig: Default binary version is now "7.0.11"

  • resolveConfig: Default binary version is now "7.0.9"

  • tsconfig: potentially breaking change upgrading "target" to "es2021" in tsconfig

  • Lowest supported NodeJS version is now 16.20.1

  • tsconfig: update "target" to "es2021" (abde8ca)

Features

  • add support for "Explicit Resource Management" (ab7a73c), closes #794
  • getport: use net0listen by default (887f1a1), closes #827
  • index: also top-level export "DryMongoBinary" and all errors (d11abaa)
  • MongoMemoryServer: allow setting if port generation is enabeld or not (6c4daed), closes #816
  • resolveConfig: update default binary version to 7.x (9d569ac)
  • resolveConfig: update default binary version to 7.x (2436d63)
  • set lowest supported nodejs version to 16.20.1 (30b302e), closes #805

Fixes

  • MongoBinaryDownloadUrl: add mapping for Linux Mint 22 (2ffc024)
  • MongoBinaryDownloadUrl: change default elementary version to 7 (ecc4ffe)
  • MongoBinaryDownloadUrl: change default mint version to 21 (df97ea8)
  • remove deprecated boolean cleanup argument (stop / cleanup) (eef706f)

Style

  • MongoMemoryReplSet: fix lint (bd8941b)

Dependencies

  • @​types/node: upgrade to version 16.11.7 (c8a008a)
  • async-mutex: upgrade to version 0.5.0 (c9f45c9)
  • https-proxy-agent: upgrade to version 7.0.5 (4d5be4d)
  • mongodb: upgrade to version 6.7.0 (57e575c), closes #804
  • semver: upgrade to version 7.6.3 (100e571)
  • typescript: upgrade to version 5.3.3 (329d79e)

Dev-Dependencies

  • @typescript-eslint/*: upgrade to version 6.21.0 (b4055a7)

... (truncated)

Commits
  • 80c7a8e release: v10.0.0
  • abdf77b release: v10.0.0-beta.5
  • f794bde release: v10.0.0-beta.4
  • 46a9d2a release: v10.0.0-beta.3
  • 129af60 release: v10.0.0-beta.2
  • c92afdf Merge branch 'master' into beta
  • a86d096 release: v9.4.1
  • 2d5db7e docs: update links "github.com/nodkz" -> "github.com/typegoose"
  • 6cdae78 release: v10.0.0-beta.1
  • 6e01bef Merge branch 'feature/10.0' into beta
  • Additional commits viewable in compare view

Updates node-mocks-http from 1.6.7 to 1.15.1

Changelog

Sourced from node-mocks-http's changelog.

v 1.15.1

  • Allowing @​types/node v22 [Issue #305]305.

v 1.15.0

  • Add to write() and end() support of TypedArray [Issue #300]300.
  • Fix: return empty string when send() was called with undefined [Issue #298]298.

v 1.14.1

  • Move express and node types to prod deps [Issue #290]290.

v 1.14.0

  • Fix nodejs typing [Issue #281]281.
  • Add testing capability in TypeScript [Issue #282]282.

v 1.13.0

  • Add Request async iterator [Issue #278]278.

v 1.12.2

  • 📦️ Upgrade @​types/express [Issue #267]267.
  • setHeader should return this [Issue #268]268.

v 1.12.1

  • Fix lint issue

v 1.12.0

  • Make it easier to create mocks for the node http library [Issue #259][259].
  • mockResponse.end(): added callback triggering once end() logic has run [Issue

Bumps the dev-dependencies group with 16 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@types/express](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/express) | `4.17.17` | `4.17.21` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `18.15.11` | `22.4.1` |
| [chai](https://github.com/chaijs/chai) | `4.4.1` | `5.1.1` |
| [chai-as-promised](https://github.com/chaijs/chai-as-promised) | `7.1.1` | `8.0.0` |
| [deep-equal-in-any-order](https://github.com/oprogramador/deep-equal-in-any-order) | `1.0.10` | `2.0.6` |
| [eslint](https://github.com/eslint/eslint) | `8.56.0` | `9.9.0` |
| [mocha](https://github.com/mochajs/mocha) | `8.2.1` | `10.7.3` |
| [@types/mocha](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mocha) | `8.2.3` | `10.0.7` |
| [mongodb-memory-server](https://github.com/typegoose/mongodb-memory-server/tree/HEAD/packages/mongodb-memory-server) | `8.11.3` | `10.0.0` |
| [node-mocks-http](https://github.com/eugef/node-mocks-http) | `1.6.7` | `1.15.1` |
| [nodemon](https://github.com/remy/nodemon) | `2.0.3` | `3.1.4` |
| [nyc](https://github.com/istanbuljs/nyc) | `15.1.0` | `17.0.0` |
| [prettier](https://github.com/prettier/prettier) | `3.2.5` | `3.3.3` |
| [proxyquire](https://github.com/thlorenz/proxyquire) | `2.0.1` | `2.1.3` |
| [sinon](https://github.com/sinonjs/sinon) | `5.1.1` | `18.0.0` |
| [typescript](https://github.com/Microsoft/TypeScript) | `5.0.4` | `5.5.4` |



Updates `@types/express` from 4.17.17 to 4.17.21
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/express)

Updates `@types/node` from 18.15.11 to 22.4.1
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Updates `chai` from 4.4.1 to 5.1.1
- [Release notes](https://github.com/chaijs/chai/releases)
- [Changelog](https://github.com/chaijs/chai/blob/main/History.md)
- [Commits](chaijs/chai@v4.4.1...v5.1.1)

Updates `chai-as-promised` from 7.1.1 to 8.0.0
- [Release notes](https://github.com/chaijs/chai-as-promised/releases)
- [Commits](chaijs/chai-as-promised@v7.1.1...v8.0.0)

Updates `deep-equal-in-any-order` from 1.0.10 to 2.0.6
- [Changelog](https://github.com/oprogramador/deep-equal-in-any-order/blob/master/.releaserc)
- [Commits](https://github.com/oprogramador/deep-equal-in-any-order/commits/v2.0.6)

Updates `eslint` from 8.56.0 to 9.9.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v8.56.0...v9.9.0)

Updates `mocha` from 8.2.1 to 10.7.3
- [Release notes](https://github.com/mochajs/mocha/releases)
- [Changelog](https://github.com/mochajs/mocha/blob/main/CHANGELOG.md)
- [Commits](mochajs/mocha@v8.2.1...v10.7.3)

Updates `@types/mocha` from 8.2.3 to 10.0.7
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mocha)

Updates `mongodb-memory-server` from 8.11.3 to 10.0.0
- [Release notes](https://github.com/typegoose/mongodb-memory-server/releases)
- [Changelog](https://github.com/typegoose/mongodb-memory-server/blob/master/CHANGELOG.md)
- [Commits](https://github.com/typegoose/mongodb-memory-server/commits/v10.0.0/packages/mongodb-memory-server)

Updates `node-mocks-http` from 1.6.7 to 1.15.1
- [Release notes](https://github.com/eugef/node-mocks-http/releases)
- [Changelog](https://github.com/eugef/node-mocks-http/blob/master/HISTORY.md)
- [Commits](eugef/node-mocks-http@v1.6.7...v1.15.1)

Updates `nodemon` from 2.0.3 to 3.1.4
- [Release notes](https://github.com/remy/nodemon/releases)
- [Commits](remy/nodemon@v2.0.3...v3.1.4)

Updates `nyc` from 15.1.0 to 17.0.0
- [Release notes](https://github.com/istanbuljs/nyc/releases)
- [Changelog](https://github.com/istanbuljs/nyc/blob/main/CHANGELOG.md)
- [Commits](istanbuljs/nyc@v15.1.0...nyc-v17.0.0)

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

Updates `proxyquire` from 2.0.1 to 2.1.3
- [Release notes](https://github.com/thlorenz/proxyquire/releases)
- [Commits](thlorenz/proxyquire@v2.0.1...v2.1.3)

Updates `sinon` from 5.1.1 to 18.0.0
- [Release notes](https://github.com/sinonjs/sinon/releases)
- [Changelog](https://github.com/sinonjs/sinon/blob/main/docs/changelog.md)
- [Commits](sinonjs/sinon@v5.1.1...v18.0.0)

Updates `typescript` from 5.0.4 to 5.5.4
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml)
- [Commits](microsoft/TypeScript@v5.0.4...v5.5.4)

---
updated-dependencies:
- dependency-name: "@types/express"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dev-dependencies
- dependency-name: chai
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dev-dependencies
- dependency-name: chai-as-promised
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dev-dependencies
- dependency-name: deep-equal-in-any-order
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dev-dependencies
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dev-dependencies
- dependency-name: mocha
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dev-dependencies
- dependency-name: "@types/mocha"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dev-dependencies
- dependency-name: mongodb-memory-server
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dev-dependencies
- dependency-name: node-mocks-http
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: nodemon
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dev-dependencies
- dependency-name: nyc
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dev-dependencies
- dependency-name: prettier
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: proxyquire
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: sinon
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dev-dependencies
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Aug 19, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 26, 2024

Superseded by #1184.

@dependabot dependabot bot closed this Aug 26, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/dev-dependencies-fd2fba1f02 branch August 26, 2024 20:16
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