clearlydefined / service

The service side of clearlydefined.io
MIT License
45 stars 41 forks source link

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

Closed dependabot[bot] closed 2 weeks ago

dependabot[bot] commented 3 weeks ago

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

Package From To
@types/node 18.15.11 22.8.4
chai 4.4.1 5.1.2
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.13.0
mocha 8.2.1 10.8.2
@types/mocha 8.2.3 10.0.9
mockttp 3.15.0 3.15.3
mongodb-memory-server 8.11.3 10.1.2
node-mocks-http 1.6.7 1.16.1
nodemon 2.0.3 3.1.7
nyc 15.1.0 17.1.0
prettier 3.2.5 3.3.3
proxyquire 2.0.1 2.1.3
sinon 5.1.1 19.0.2
typescript 5.0.4 5.6.3

Updates @types/node from 18.15.11 to 22.8.4

Commits


Updates chai from 4.4.1 to 5.1.2

Release notes

Sourced from chai's releases.

v5.1.2

What's Changed

Full Changelog: https://github.com/chaijs/chai/compare/v5.1.1...v5.1.2

v5.1.1

What's Changed

New Contributors

Full Changelog: https://github.com/chaijs/chai/compare/v5.1.0...v5.1.1

v5.1.0

What's Changed

New Contributors

Full Changelog: https://github.com/chaijs/chai/compare/v5.0.3...v5.1.0

v5.0.3

Fix bad v5.0.2 publish.

Full Changelog: https://github.com/chaijs/chai/compare/v5.0.2...v5.0.3

v5.0.2

What's Changed

... (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: https://github.com/chaijs/chai-as-promised/compare/v7.1.2...v8.0.0

v8.0.0-beta.1

What's Changed

Full Changelog: https://github.com/chaijs/chai-as-promised/compare/v8.0.0-beta.0...v8.0.0-beta.1

v8.0.0-beta.0

What's Changed

New Contributors

Full Changelog: https://github.com/chaijs/chai-as-promised/compare/v7.1.2...v8.0.0-beta.0

v7.1.2

What's Changed

New Contributors

Full Changelog: https://github.com/chaijs/chai-as-promised/compare/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.13.0

Release notes

Sourced from eslint's releases.

v9.13.0

Features

  • 381c32b feat: Allow languages to provide defaultLanguageOptions (#19003) (Milos Djermanovic)
  • bf723bd feat: Improve eslintrc warning message (#19023) (Milos Djermanovic)
  • 1def4cd feat: drop support for jiti v1.21 (#18996) (Francesco Trotta)
  • f879be2 feat: export ESLint.defaultConfig (#18983) (Nitin Kumar)

Bug Fixes

Documentation

  • abdbfa8 docs: mark LintMessage#nodeType as deprecated (#19019) (Nitin Kumar)
  • 19e68d3 docs: update deprecated rules type definitions (#19018) (Nitin Kumar)
  • 7dd402d docs: Update examples of passing multiple values to a CLI option (#19006) (Milos Djermanovic)
  • 5dcbc51 docs: Add example with side-effect imports to no-restricted-imports (#18997) (Milos Djermanovic)
  • 1ee87ca docs: Update README (GitHub Actions Bot)
  • 2c3dbdc docs: Use prerendered sponsors for README (#18988) (Milos Djermanovic)

Chores

  • 68d2d9d chore: upgrade to @eslint/js@9.13.0 and @eslint/core@^0.7.0 (#19034) (Francesco Trotta)
  • 2211f0a chore: package.json update for @​eslint/js release (Jenkins)
  • c7abaef perf: using Node.js compile cache (#19012) (唯然)
  • 1d7c077 chore: add pkg.type "commonjs" (#19011) (唯然)
  • 468e3bd test: fix ESLint tests (#19021) (Francesco Trotta)
  • ed4635f ci: upgrade knip@5.32.0 (#18992) (Milos Djermanovic)
  • efad767 chore: remove unused ignore dependency (#18993) (Amaresh S M)

v9.12.0

Features

  • 5a6a053 feat: update to jiti v2 (#18954) (Arya Emami)
  • 17a07fb feat: Hooks for test cases (RuleTester) (#18771) (Anna Bocharova)
  • 2ff0e51 feat: Implement alternate config lookup (#18742) (Nicholas C. Zakas)
  • 2d17453 feat: Implement modified cyclomatic complexity (#18896) (Dmitry Pashkevich)

Bug Fixes

  • ea380ca fix: Upgrade retry to avoid EMFILE errors (#18986) (Nicholas C. Zakas)
  • fdd6319 fix: Issues with type definitions (#18940) (Arya Emami)

Documentation

  • ecbd522 docs: Mention code explorer (#18978) (Nicholas C. Zakas)
  • 7ea4ecc docs: Clarifying the Use of Meta Objects (#18697) (Amaresh S M)
  • d3e4b2e docs: Clarify how to exclude .js files (#18976) (Milos Djermanovic)
  • 57232ff docs: Mention plugin-kit in language docs (#18973) (Nicholas C. Zakas)
  • b80ed00 docs: Update README (GitHub Actions Bot)
  • cb69ab3 docs: Update README (GitHub Actions Bot)
  • 7fb0d95 docs: Update README (GitHub Actions Bot)
  • 493348a docs: Update README (GitHub Actions Bot)
  • 87a582c docs: fix typo in id-match rule (#18944) (Jay)

... (truncated)

Changelog

Sourced from eslint's changelog.

v9.13.0 - October 18, 2024

  • 68d2d9d chore: upgrade to @eslint/js@9.13.0 and @eslint/core@^0.7.0 (#19034) (Francesco Trotta)
  • 2211f0a chore: package.json update for @​eslint/js release (Jenkins)
  • 381c32b feat: Allow languages to provide defaultLanguageOptions (#19003) (Milos Djermanovic)
  • 78836d4 fix: update the complexity rule type (#19027) (Nitin Kumar)
  • c7abaef perf: using Node.js compile cache (#19012) (唯然)
  • bf723bd feat: Improve eslintrc warning message (#19023) (Milos Djermanovic)
  • 1d7c077 chore: add pkg.type "commonjs" (#19011) (唯然)
  • abdbfa8 docs: mark LintMessage#nodeType as deprecated (#19019) (Nitin Kumar)
  • 468e3bd test: fix ESLint tests (#19021) (Francesco Trotta)
  • 19e68d3 docs: update deprecated rules type definitions (#19018) (Nitin Kumar)
  • 1def4cd feat: drop support for jiti v1.21 (#18996) (Francesco Trotta)
  • 7dd402d docs: Update examples of passing multiple values to a CLI option (#19006) (Milos Djermanovic)
  • 064c8b6 fix: update rule types (#18925) (Nitin Kumar)
  • f879be2 feat: export ESLint.defaultConfig (#18983) (Nitin Kumar)
  • 5dcbc51 docs: Add example with side-effect imports to no-restricted-imports (#18997) (Milos Djermanovic)
  • ed4635f ci: upgrade knip@5.32.0 (#18992) (Milos Djermanovic)
  • efad767 chore: remove unused ignore dependency (#18993) (Amaresh S M)
  • 1ee87ca docs: Update README (GitHub Actions Bot)
  • 2c3dbdc docs: Use prerendered sponsors for README (#18988) (Milos Djermanovic)

v9.12.0 - October 4, 2024

  • 555aafd chore: upgrade to @eslint/js@9.12.0 (#18987) (Francesco Trotta)
  • 873ae60 chore: package.json update for @​eslint/js release (Jenkins)
  • ea380ca fix: Upgrade retry to avoid EMFILE errors (#18986) (Nicholas C. Zakas)
  • d0a5414 refactor: replace strip-ansi with native module (#18982) (Cristopher)
  • b827029 chore: Enable JSON5 linting (#18979) (Milos Djermanovic)
  • ecbd522 docs: Mention code explorer (#18978) (Nicholas C. Zakas)
  • 7ea4ecc docs: Clarifying the Use of Meta Objects (#18697) (Amaresh S M)
  • d3e4b2e docs: Clarify how to exclude .js files (#18976) (Milos Djermanovic)
  • 5a6a053 feat: update to jiti v2 (#18954) (Arya Emami)
  • 57232ff docs: Mention plugin-kit in language docs (#18973) (Nicholas C. Zakas)
  • b80ed00 docs: Update README (GitHub Actions Bot)
  • cb69ab3 docs: Update README (GitHub Actions Bot)
  • 7fb0d95 docs: Update README (GitHub Actions Bot)
  • fdd6319 fix: Issues with type definitions (#18940) (Arya Emami)
  • 8f55ca2 chore: Upgrade espree, eslint-visitor-keys, eslint-scope (#18962) (Nicholas C. Zakas)
  • 17a07fb feat: Hooks for test cases (RuleTester) (#18771) (Anna Bocharova)
  • 493348a docs: Update README (GitHub Actions Bot)
  • 87a582c docs: fix typo in id-match rule (#18944) (Jay)
  • 2ff0e51 feat: Implement alternate config lookup (#18742) (Nicholas C. Zakas)
  • 2d17453 feat: Implement modified cyclomatic complexity (#18896) (Dmitry Pashkevich)
  • c1a2725 chore: update dependency mocha to ^10.7.3 (#18945) (Milos Djermanovic)

v9.11.1 - September 23, 2024

  • df4a859 chore: upgrade @​eslint/js@​9.11.1 (#18943) (Milos Djermanovic)
  • 36d8095 chore: package.json update for @​eslint/js release (Jenkins)

... (truncated)

Commits
Maintainer changes

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


Updates mocha from 8.2.1 to 10.8.2

Release notes

Sourced from mocha's releases.

v10.8.2

10.8.2 (2024-10-30)

🩹 Fixes

  • support errors with circular dependencies in object values with --parallel (#5212) (ba0fefe)
  • test link in html reporter (#5224) (f054acc)

📚 Documentation

  • indicate 'exports' interface does not work in browsers (#5181) (14e640e)

🧹 Chores

  • fix docs builds by re-adding eleventy and ignoring gitignore again (#5240) (881e3b0)

🤖 Automation

  • deps: bump the github-actions group with 1 update (#5132) (e536ab2)

v10.8.1

10.8.1 (2024-10-29)

🩹 Fixes

v10.8.0

10.8.0 (2024-10-29)

🌟 Features

🩹 Fixes

📚 Documentation

... (truncated)

Changelog

Sourced from mocha's changelog.

10.8.2 (2024-10-30)

🩹 Fixes

  • support errors with circular dependencies in object values with --parallel (#5212) (ba0fefe)
  • test link in html reporter (#5224) (f054acc)

📚 Documentation

  • indicate 'exports' interface does not work in browsers (#5181) (14e640e)

🧹 Chores

  • fix docs builds by re-adding eleventy and ignoring gitignore again (#5240) (881e3b0)

🤖 Automation

  • deps: bump the github-actions group with 1 update (#5132) (e536ab2)

10.8.1 (2024-10-29)

🩹 Fixes

10.8.0 (2024-10-29)

🌟 Features

🩹 Fixes

📚 Documentation

... (truncated)

Commits
  • 05097db chore(main): release 10.8.2 (#5239)
  • 14e640e docs: indicate 'exports' interface does not work in browsers (#5181)
  • 881e3b0 chore: fix docs builds by re-adding eleventy and ignoring gitignore again (#5...
  • f054acc fix: test link in html reporter (#5224)
  • e536ab2 build(deps): bump the github-actions group with 1 update (#5132)
  • ba0fefe fix: support errors with circular dependencies in object values with --parall...
  • f44f71b chore(main): release 10.8.1 (#5238)
  • f72bc17 fix: handle case of invalid package.json with no explicit config (#5198)
  • 68803b6 fix: use accurate test links in HTML reporter (#5228)
  • d8ca270 fix: Typos on mochajs.org (#5237)
  • Additional commits viewable in compare view
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.9

Commits


Updates mockttp from 3.15.0 to 3.15.3

Commits
  • 8325609 3.15.3
  • 3145427 Merge pull request #181 from smckee-r7/fix-pac-file-support
  • 52c6912 Tidy up PAC tests slightly to fully confirm proxying
  • 6f3795a fix pac-proxy-agent use + add tests
  • 4f79ee5 Update TypeScript & typedoc to fix Node type errors, drop Node 14 in CI
  • 70af63e 3.15.2
  • 4bbab59 Expose all sorts of other unclear codeless OpenSSL errors
  • 0867f72 More clearly expose OpenSSL 'unsupported' upstream errors
  • d0b3c2d 3.15.1
  • 6a7b5a8 Update http-encoding for zstd node deprecation/crash fix
  • Additional commits viewable in compare view


Updates mongodb-memory-server from 8.11.3 to 10.1.2

Release notes

Sourced from mongodb-memory-server's releases.

v10.1.2

10.1.2 (2024-10-11)

Fixes

  • MongoBinaryDownloadUrl: refactor fedora handling to pass through to rhel (31b4696), closes #893

Refactor

  • MongoBinaryDownloadUrl::getFedoraVersionString: change to use "else if" chain (194df6f)

v10.1.1

10.1.1 (2024-10-10)

Fixes

  • MongoBinaryDownloadUrl: fix rhel8 handling for newer versions (8c20624), closes #893

v10.1.0

10.1.0 (2024-10-09)

Features

  • MongoBinaryDownloadUrl: support ubuntu 2404 & 8.0.0 (1a88c37)
  • resolveConfig: update default binary version to 7.0.14 (946e78e)

Dependencies

  • debug: upgrade to version 4.3.7 (d537118)
  • follow-redirects: upgrade to version 1.15.9 (a762dd4)
  • mongodb: upgrade to version 6.9.0 (3d4f898)
  • tslib: upgrade to version 2.7.0 (2b702d1)

Dev-Dependencies

  • @​types/jest: upgrade to version 29.5.13 (4395d50)
  • rimraf: upgrade to version 5.0.10 (52420ba)
  • test-jest: upgrade to version 29.2.5 (8fa6918)

v10.0.1

10.0.1 (2024-09-21)

Fixes

... (truncated)

Changelog

Sourced from mongodb-memory-server's changelog.

10.1.2 (2024-10-11)

Fixes

  • MongoBinaryDownloadUrl: refactor fedora handling to pass through to rhel (31b4696), closes #893

Refactor

  • MongoBinaryDownloadUrl::getFedoraVersionString: change to use "else if" chain (194df6f)

10.1.1 (2024-10-10)

Fixes

  • MongoBinaryDownloadUrl: fix rhel8 handling for newer versions (8c20624), closes #893

10.1.0 (2024-10-09)

Features

  • MongoBinaryDownloadUrl: support ubuntu 2404 & 8.0.0 (1a88c37)
  • resolveConfig: update default binary version to 7.0.14 (946e78e)

Dependencies

  • debug: upgrade to version 4.3.7 (d537118)
  • follow-redirects: upgrade to version 1.15.9 (a762dd4)
  • mongodb: upgrade to version 6.9.0 (3d4f898)
  • tslib: upgrade to version 2.7.0 (2b702d1)

Dev-Dependencies

  • @​types/jest: upgrade to version 29.5.13 (4395d50)
  • rimraf: upgrade to version 5.0.10 (52420ba)
  • test-jest: upgrade to version 29.2.5 (8fa6918)

10.0.1 (2024-09-21)

Fixes

  • getport: check new port against cache (b70d868), closes #883
  • getport: update cache time when last used (a332b49), closes #883

... (truncated)

Commits


Updates node-mocks-http from 1.6.7 to 1.16.1

Changelog

Sourced from node-mocks-http's changelog.

v 1.16.1

  • Allowing @​types/express v5 [Issue #309]309.

v 1.16.0

  • Add appendHeader to MockResponse [Issue #306]306.
  • Add Fetch API types as accepted mock parameters [Issue #291]291.

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
dependabot[bot] commented 2 weeks ago

Superseded by #1226.