build(deps-dev): bump the dev-dependencies group across 1 directory with 8 updates - #681
dependabot[bot] wants to merge 1 commit into
Conversation
4b2286e to
6bdd5b7
Compare
|
oclif upgrade looks wanky but the rest seems fine. Confusing. |
There was a problem hiding this comment.
🟡 Changes recommended
The adapter breaks empty-output assertions and skips some Nock verification, while dependency upgrades conflict with lint configuration and supported Node versions.
Get a fresh assessment by requesting another Copilot review.
Pull request overview
Updates development dependencies and introduces a compatibility wrapper for the removed @oclif/test fluent API.
Changes:
- Updates eight development dependencies and the lockfile.
- Adds a custom fluent test adapter.
- Migrates 44 test files to the adapter.
File summaries
| File | Description |
|---|---|
package.json |
Updates test and lint dependencies. |
package-lock.json |
Locks updated dependency graph. |
test/oclif.js |
Adds the compatibility test adapter. |
test/utils/general.test.js |
Uses the adapter. |
test/utils/definitions.test.js |
Uses the adapter. |
test/support/parse-input.test.js |
Uses the adapter. |
test/support/inquirer.test.js |
Uses the adapter. |
test/support/http.test.js |
Uses the adapter. |
test/support/handle-response.test.js |
Uses the adapter. |
test/support/config.test.js |
Uses the adapter. |
test/hooks/setup-config.test.js |
Uses the adapter. |
test/commands/configure.test.js |
Uses the adapter. |
test/commands/spectral/upload.test.js |
Uses the adapter. |
test/commands/spectral/download.test.js |
Uses the adapter. |
test/commands/project/member/list.test.js |
Uses the adapter. |
test/commands/project/list.test.js |
Uses the adapter. |
test/commands/project/get.test.js |
Uses the adapter. |
test/commands/project/delete.test.js |
Uses the adapter. |
test/commands/project/create.test.js |
Uses the adapter. |
test/commands/project/domain/remove.test.js |
Uses the adapter. |
test/commands/project/domain/add.test.js |
Uses the adapter. |
test/commands/project/api/remove.test.js |
Uses the adapter. |
test/commands/project/api/add.test.js |
Uses the adapter. |
test/commands/integration/update.test.js |
Uses the adapter. |
test/commands/integration/list.test.js |
Uses the adapter. |
test/commands/integration/get.test.js |
Uses the adapter. |
test/commands/integration/execute.test.js |
Uses the adapter. |
test/commands/integration/delete.test.js |
Uses the adapter. |
test/commands/integration/create.test.js |
Uses the adapter. |
test/commands/domain/update.test.js |
Uses the adapter. |
test/commands/domain/unpublish.test.js |
Uses the adapter. |
test/commands/domain/setdefault.test.js |
Uses the adapter. |
test/commands/domain/publish.test.js |
Uses the adapter. |
test/commands/domain/get.test.js |
Uses the adapter. |
test/commands/domain/delete.test.js |
Uses the adapter. |
test/commands/domain/create.test.js |
Uses the adapter. |
test/commands/api/validate/local.test.js |
Uses the adapter. |
test/commands/api/validate/index.test.js |
Uses the adapter. |
test/commands/api/validate/download-rules.test.js |
Uses the adapter. |
test/commands/api/update.test.js |
Uses the adapter. |
test/commands/api/unpublish.test.js |
Uses the adapter. |
test/commands/api/setdefault.test.js |
Uses the adapter. |
test/commands/api/rename.test.js |
Uses the adapter. |
test/commands/api/publish.test.js |
Uses the adapter. |
test/commands/api/get.test.js |
Uses the adapter. |
test/commands/api/delete.test.js |
Uses the adapter. |
test/commands/api/create.test.js |
Uses the adapter. |
Review details
- Files reviewed: 46/47 changed files
- Comments generated: 5
- Review effort level: Balanced
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
| "eslint-plugin-chai-friendly": "^1.0.0", | ||
| "eslint-plugin-immutable": "^1.0.0", | ||
| "eslint-plugin-mocha": "^11.3.0", | ||
| "eslint-plugin-mocha": "^12.0.2", |
| "eslint-plugin-mocha": "^12.0.2", | ||
| "eslint-plugin-node": "^11.1.0", | ||
| "globby": "^16.2.0", | ||
| "husky": "^9.0.1", | ||
| "mocha": "^11.7.6", | ||
| "mocha": "^12.0.0", |
| if (assertion) { | ||
| await assertion(context) | ||
| } | ||
|
|
||
| return |
| context.stdout = context.stdout || undefined | ||
| context.stderr = context.stderr || undefined |
| "devDependencies": { | ||
| "@faker-js/faker": "^10.0.0", | ||
| "@oclif/test": "^3.2.15", | ||
| "@oclif/test": "^4.2.0", |
fa09a4c to
bc76319
Compare
…ith 8 updates, and fix Bumps the dev-dependencies group with 8 updates in the / directory: | Package | From | To | | --- | --- | --- | | [@faker-js/faker](https://github.com/faker-js/faker) | `10.5.0` | `10.6.0` | | [@oclif/test](https://github.com/oclif/test) | `3.2.15` | `5.0.0` | | [eslint](https://github.com/eslint/eslint) | `10.5.0` | `10.10.0` | | [eslint-plugin-mocha](https://github.com/lo1tuma/eslint-plugin-mocha) | `11.3.0` | `12.0.2` | | [globby](https://github.com/sindresorhus/globby) | `16.2.0` | `16.2.4` | | [mocha](https://github.com/mochajs/mocha) | `11.7.6` | `12.0.0` | | [nock](https://github.com/nock/nock) | `14.0.15` | `14.0.17` | | [sinon](https://github.com/sinonjs/sinon) | `22.0.0` | `22.1.0` | Updates `@faker-js/faker` from 10.5.0 to 10.6.0 - [Release notes](https://github.com/faker-js/faker/releases) - [Changelog](https://github.com/faker-js/faker/blob/next/CHANGELOG.md) - [Commits](faker-js/faker@v10.5.0...v10.6.0) Updates `@oclif/test` from 3.2.15 to 5.0.0 - [Release notes](https://github.com/oclif/test/releases) - [Changelog](https://github.com/oclif/test/blob/main/CHANGELOG.md) - [Commits](oclif/test@3.2.15...5.0.0) Updates `eslint` from 10.5.0 to 10.10.0 - [Release notes](https://github.com/eslint/eslint/releases) - [Commits](eslint/eslint@v10.5.0...v10.10.0) Updates `eslint-plugin-mocha` from 11.3.0 to 12.0.2 - [Release notes](https://github.com/lo1tuma/eslint-plugin-mocha/releases) - [Changelog](https://github.com/lo1tuma/eslint-plugin-mocha/blob/main/CHANGELOG.md) - [Commits](https://github.com/lo1tuma/eslint-plugin-mocha/compare/11.3.0...eslint-plugin-mocha@12.0.2) Updates `globby` from 16.2.0 to 16.2.4 - [Release notes](https://github.com/sindresorhus/globby/releases) - [Commits](sindresorhus/globby@v16.2.0...v16.2.4) Updates `mocha` from 11.7.6 to 12.0.0 - [Release notes](https://github.com/mochajs/mocha/releases) - [Changelog](https://github.com/mochajs/mocha/blob/main/CHANGELOG.md) - [Commits](mochajs/mocha@v11.7.6...v12.0.0) Updates `nock` from 14.0.15 to 14.0.17 - [Release notes](https://github.com/nock/nock/releases) - [Changelog](https://github.com/nock/nock/blob/main/CHANGELOG.md) - [Commits](nock/nock@v14.0.15...v14.0.17) Updates `sinon` from 22.0.0 to 22.1.0 - [Release notes](https://github.com/sinonjs/sinon/releases) - [Changelog](https://github.com/sinonjs/sinon/blob/main/CHANGES.md) - [Commits](sinonjs/sinon@v22.0.0...v22.1.0) --- updated-dependencies: - dependency-name: "@faker-js/faker" dependency-version: 10.6.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: "@oclif/test" dependency-version: 4.2.0 dependency-type: direct:development update-type: version-update:semver-major dependency-group: dev-dependencies - dependency-name: eslint dependency-version: 10.9.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: eslint-plugin-mocha dependency-version: 12.0.2 dependency-type: direct:development update-type: version-update:semver-major dependency-group: dev-dependencies - dependency-name: globby dependency-version: 16.2.4 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: mocha dependency-version: 11.8.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: nock dependency-version: 14.0.17 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: sinon dependency-version: 22.1.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
bc76319 to
a66e295
Compare
|
Temporarily superseeded by #694 |
|
This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests. To ignore these dependencies, configure ignore rules in dependabot.yml |
Bumps the dev-dependencies group with 8 updates in the / directory:
10.5.010.6.03.2.155.0.010.5.010.10.011.3.012.0.216.2.016.2.411.7.612.0.014.0.1514.0.1722.0.022.1.0Updates
@faker-js/fakerfrom 10.5.0 to 10.6.0Release notes
Sourced from @faker-js/faker's releases.
... (truncated)
Changelog
Sourced from @faker-js/faker's changelog.
Commits
2cb0423chore(release): 10.6.0 (#3986)531588fchore(deps): lock file maintenance (#3923)328f018chore(deps): update eslint (#3930)a5c8bd7chore(deps): update mcr.microsoft.com/devcontainers/typescript-node:24 docker...fe3f17bchore(deps): update all non-major dependencies (#3974)ae38b18docs(lorem): document the fail default strategy for word (#3944)1ce5994fix(color): give the LCH hue its full 360 degree range (#3978)1143329fix(color): stop scaling the HSLA alpha into a percentage (#3979)a4c6757fix(vehicle): calculate VIN check digit (#3954)d68f978infra: ensure markdown rendered is only ever initialized once (#3984)Updates
@oclif/testfrom 3.2.15 to 5.0.0Release notes
Sourced from @oclif/test's releases.
... (truncated)
Changelog
Sourced from @oclif/test's changelog.
... (truncated)
Commits
f6b9fb8chore(release): 5.0.0 [skip ci]723eb0aMerge pull request #928 from oclif/sl/oclif-core-v597e758efeat!: upgrade oclif/core to v5@W-23512455@3512a05Merge pull request #926 from oclif/k80/ts-v6b51db2abuild: migrate to TypeScript 6ac789f2chore(release): 4.2.0 [skip ci]9cf84d1Merge pull request #924 from oclif/d/W-234738458fb8c87feat: bumped eslint to v10 (W-23473845)284e6ddMerge pull request #923 from oclif/dependabot-npm_and_yarn-tsx-4.23.12657e6fbchore(dev-deps): bump tsx from 4.23.8 to 4.23.12Updates
eslintfrom 10.5.0 to 10.10.0Release notes
Sourced from eslint's releases.
... (truncated)
Commits
3f20a5710.10.0f4e5284Build: changelog update for 10.10.0bb47dc6fix: update dependency file-entry-cache to v11 (#20801)427ac0afix: use format strings in debug calls (#21247)b3d876bchore: disable npm audit in ecosystem tests (#21306)9d81532fix: support__proto__in/* exported */comments (#21261)264b434feat: adddandvflags tono-unexpected-multiline(#21305)1696682ci: restore EMFILE test on Node.js 26 (#21297)2c7f5d6chore: update github/codeql-action action to v4.37.9 (#21296)87e0a08fix: prefer-object-has-own autofix breaks when Object is shadowed (#21282)Updates
eslint-plugin-mochafrom 11.3.0 to 12.0.2Release notes
Sourced from eslint-plugin-mocha's releases.
... (truncated)
Changelog
Sourced from eslint-plugin-mocha's changelog.
... (truncated)
Commits
b586d3aMerge pull request #553 from lo1tuma/release/eslint-plugin-mocha71251baRelease packagesa941e1fMerge pull request #564 from lo1tuma/renovate/knip-6.xda41b40Update dependency knip to v6.30.0be3bf50Merge pull request #563 from lo1tuma/renovate/lock-file-maintenance46e760fMerge pull request #562 from lo1tuma/renovate/packtory2245601Enable TypeScript integrity package checks53c677cUpdate dependency@packtory/clito v0.0.784c470a5Lock file maintenanced74e830Update dependency@packtory/clito v0.0.75Maintainer changes
This version was pushed to npm by GitHub Actions, a new releaser for eslint-plugin-mocha since your current version.
Updates
globbyfrom 16.2.0 to 16.2.4Release notes
Sourced from globby's releases.
Commits
46cf13f16.2.419e1fceFixignoreoption disabling thegitignoreoption4f95a1416.2.35775ffbFix backslash-escaped.gitignorerules6807768Meta tweaks14f4f4716.2.28bf8f54Fix: Do not enumerate ignored directories withgitignoreoption47e7f6516.2.1e7bd988Fixgitignoreignoring an entire checkout under an anchored ancestor path (...Updates
mochafrom 11.7.6 to 12.0.0Release notes
Sourced from mocha's releases.
... (truncated)
Changelog
Sourced from mocha's changelog.
... (truncated)
Commits
07c92f9chore(main): release 12.0.0 (#6217)219674fchore: setup Release Please for v...Description has been truncated