-
Notifications
You must be signed in to change notification settings - Fork 55
deps: bump the test group with 6 updates #487
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
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3f507c1 to
213cba2
Compare
2e24c73 to
312442c
Compare
312442c to
da559a6
Compare
da559a6 to
f775bc8
Compare
f775bc8 to
dcd2fe4
Compare
Bumps the test group with 6 updates: | Package | From | To | | --- | --- | --- | | [c8](https://github.com/bcoe/c8) | `10.1.2` | `10.1.3` | | [expect](https://github.com/jestjs/jest/tree/HEAD/packages/expect) | `29.7.0` | `30.1.2` | | [jest-mock](https://github.com/jestjs/jest/tree/HEAD/packages/jest-mock) | `29.7.0` | `30.0.5` | | [mocha](https://github.com/mochajs/mocha) | `10.8.2` | `11.7.1` | | [jest-haste-map](https://github.com/jestjs/jest/tree/HEAD/packages/jest-haste-map) | `29.7.0` | `30.1.0` | | [jest-resolve](https://github.com/jestjs/jest/tree/HEAD/packages/jest-resolve) | `29.7.0` | `30.1.0` | Updates `c8` from 10.1.2 to 10.1.3 - [Release notes](https://github.com/bcoe/c8/releases) - [Changelog](https://github.com/bcoe/c8/blob/main/CHANGELOG.md) - [Commits](bcoe/c8@v10.1.2...v10.1.3) Updates `expect` from 29.7.0 to 30.1.2 - [Release notes](https://github.com/jestjs/jest/releases) - [Changelog](https://github.com/jestjs/jest/blob/main/CHANGELOG_PRE_v30.md) - [Commits](https://github.com/jestjs/jest/commits/HEAD/packages/expect) Updates `jest-mock` from 29.7.0 to 30.0.5 - [Release notes](https://github.com/jestjs/jest/releases) - [Changelog](https://github.com/jestjs/jest/blob/main/CHANGELOG.md) - [Commits](https://github.com/jestjs/jest/commits/v30.0.5/packages/jest-mock) Updates `mocha` from 10.8.2 to 11.7.1 - [Release notes](https://github.com/mochajs/mocha/releases) - [Changelog](https://github.com/mochajs/mocha/blob/main/CHANGELOG.md) - [Commits](mochajs/mocha@v10.8.2...v11.7.1) Updates `jest-haste-map` from 29.7.0 to 30.1.0 - [Release notes](https://github.com/jestjs/jest/releases) - [Changelog](https://github.com/jestjs/jest/blob/main/CHANGELOG.md) - [Commits](https://github.com/jestjs/jest/commits/v30.1.0/packages/jest-haste-map) Updates `jest-resolve` from 29.7.0 to 30.1.0 - [Release notes](https://github.com/jestjs/jest/releases) - [Changelog](https://github.com/jestjs/jest/blob/main/CHANGELOG.md) - [Commits](https://github.com/jestjs/jest/commits/v30.1.0/packages/jest-resolve) --- updated-dependencies: - dependency-name: c8 dependency-version: 10.1.3 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: test - dependency-name: expect dependency-version: 30.1.2 dependency-type: direct:development update-type: version-update:semver-major dependency-group: test - dependency-name: jest-mock dependency-version: 30.0.5 dependency-type: direct:development update-type: version-update:semver-major dependency-group: test - dependency-name: mocha dependency-version: 11.7.1 dependency-type: direct:development update-type: version-update:semver-major dependency-group: test - dependency-name: jest-haste-map dependency-version: 30.1.0 dependency-type: direct:development update-type: version-update:semver-major dependency-group: test - dependency-name: jest-resolve dependency-version: 30.1.0 dependency-type: direct:development update-type: version-update:semver-major dependency-group: test ... Signed-off-by: dependabot[bot] <support@github.com>
dcd2fe4 to
c4a91b7
Compare
09c98bf to
0eec3d2
Compare
Problem:
src/attach/attach.test.ts:52:38 - error TS2345: Argument of type 'string' is not assignable to parameter of type 'object | AsymmetricMatcher_2'.
52 expect(spy).toHaveBeenCalledWith('log message');
src/attach/attach.test.ts:61:58 - error TS2554: Expected 1 arguments, but got 4.
src/host/NvimPlugin.test.ts:100:43 - error TS2554: Expected 0 arguments, but got 2.
100 expect(obj.func).toHaveBeenCalledWith('arg1', 'arg2');
Plugin Factory (used by host) should load the plugin a sandbox:
TypeError: received is not iterable
at …/packages/integration-tests/src/factory.test.ts:60:82
Plugin Factory (decorator api) should load the plugin a sandbox:
TypeError: received is not iterable
at …/packages/integration-tests/src/factory.test.ts:124:82
Solution:
- typescript is drunk
- the "sandbox" tests don't matter so just silence them, they will be
dropped soon anyway.
0eec3d2 to
4587aed
Compare
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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Bumps the test group with 6 updates:
10.1.210.1.329.7.030.1.229.7.030.0.510.8.211.7.129.7.030.1.029.7.030.1.0Updates
c8from 10.1.2 to 10.1.3Release notes
Sourced from c8's releases.
Changelog
Sourced from c8's changelog.
Commits
1ec3cc4chore(main): release 10.1.3 (#553)b32a563fix(deps): update bcoe/v8-coverage addressing v8 issue (#552)75fa99fchore(deps): update dependency@types/nodeto v22 (#548)Updates
expectfrom 29.7.0 to 30.1.2Release notes
Sourced from expect's releases.
... (truncated)
Changelog
Sourced from expect's changelog.
Commits
Updates
jest-mockfrom 29.7.0 to 30.0.5Release notes
Sourced from jest-mock's releases.
... (truncated)
Changelog
Sourced from jest-mock's changelog.
... (truncated)
Commits
22236cfv30.0.5393acbfv30.0.25ce865bv30.0.1469f665v30.0.0ce14203v30.0.0-rc.1ac334c0v30.0.0-beta.87c799e5v30.0.0-beta.74f96449v30.0.0-beta.676632c6chore: drop node 23 (#15640)a123a3bv30.0.0-beta.3Updates
mochafrom 10.8.2 to 11.7.1Release notes
Sourced from mocha's releases.
... (truncated)
Changelog
Sourced from mocha's changelog.
... (truncated)
Commits
c12d85dchore(main): release 11.7.1 (#5390)f58e49ftest: add esm loader test (#5383)295c168fix: always fallback to import() if require() fails (#5384)5d617f3chore(main): release 11.7.0 (#5378)41e24a2feat: use require to load esm (#5366)e68b9a6chore(main): release 11.6.0 (#5373)581a3c5feat: bump workerpool from ^6.5.1 to ^9.2.0 (#5350)a7ed005chore(main): release 11.5.0 (#5370)a3dea85feat: bump mimimatch from ^5.1.6 to ^9.0.5 (#5349)5730dfcchore(main): release 11.4.0 (#5368)Updates
jest-haste-mapfrom 29.7.0 to 30.1.0Release notes
Sourced from jest-haste-map's releases.
... (truncated)
Changelog
Sourced from jest-haste-map's changelog.
... (truncated)
Commits
4d5f41dv30.1.022236cfv30.0.5393acbfv30.0.25ce865bv30.0.1469f665v30.0.0ce14203v30.0.0-rc.1a2218e4Stop usingimport X = require('…'). (#15659)ac334c0v30.0.0-beta.87c799e5v30.0.0-beta.7a94c6d0Update deps.Updates
jest-resolvefrom 29.7.0 to 30.1.0Release notes
Sourced from jest-resolve's releases.
... (truncated)
Changelog
Sourced from jest-resolve's changelog.
... (truncated)
Commits
4d5f41dv30.1.0f759eddRevert "fix(jest-resolver): Allow core ESM modules to be mocked with prefix (...664e71ffix(jest-resolver): Allow core ESM modules to be mocked with prefix (#15774)22236cfv30.0.5393acbfv30.0.25ce865bv30.0.1054fa33refactor: replace customisBuiltinModulewith node'sisBuiltin(#15685)edc3272fix: resolve builtin modules correctly (#15683)42c8e7dfeat: implement thedefaultAsyncResolver(#15679)469f665v30.0.0You can trigger a rebase of this PR by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill 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 versionwill 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