-
Notifications
You must be signed in to change notification settings - Fork 1
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 jsdom and jest #41
Merged
dependabot
merged 1 commit into
master
from
dependabot/npm_and_yarn/jsdom-and-jest--removed
Oct 6, 2022
Merged
Bump jsdom and jest #41
dependabot
merged 1 commit into
master
from
dependabot/npm_and_yarn/jsdom-and-jest--removed
Oct 6, 2022
Conversation
This file contains 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
Removes [jsdom](https://github.com/jsdom/jsdom). It's no longer used after updating ancestor dependency [jest](https://github.com/facebook/jest/tree/HEAD/packages/jest). These dependencies need to be updated together. Removes `jsdom` Updates `jest` from 20.0.4 to 29.1.2 - [Release notes](https://github.com/facebook/jest/releases) - [Changelog](https://github.com/facebook/jest/blob/main/CHANGELOG.md) - [Commits](https://github.com/facebook/jest/commits/v29.1.2/packages/jest) --- updated-dependencies: - dependency-name: jsdom dependency-type: indirect - dependency-name: jest dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
@dependabot merge
Dne čt 6. 10. 2022 8:49 uživatel dependabot[bot] ***@***.***>
napsal:
… This automated pull request fixes a security vulnerability
<https://github.com/matejcik/incremental-beees/security/dependabot/169>
(moderate severity).
Learn more about Dependabot security updates
<https://docs.github.com/github/managing-security-vulnerabilities/configuring-dependabot-security-updates>.
------------------------------
Removes jsdom <https://github.com/jsdom/jsdom>. It's no longer used after
updating ancestor dependency jest
<https://github.com/facebook/jest/tree/HEAD/packages/jest>. These
dependencies need to be updated together.
Removes jsdom
Updates jest from 20.0.4 to 29.1.2
Release notes
*Sourced from jest's releases <https://github.com/facebook/jest/releases>.*
v29.1.2 Fixes
- [expect, @jest/expect] Revert buggy inference of argument types for
*CalledWith and *ReturnedWith matchers introduced in 29.1.0 (#13339
<https://github-redirect.dependabot.com/facebook/jest/pull/13339>)
- [jest-worker] Add missing dependency on jest-util (#13341
<https://github-redirect.dependabot.com/facebook/jest/pull/13341>)
New Contributors
- @brunocabral88 <https://github.com/brunocabral88> made their first
contribution in jestjs/jest#13329
<https://github-redirect.dependabot.com/facebook/jest/pull/13329>
- @alexander-akait <https://github.com/alexander-akait> made their
first contribution in jestjs/jest#13341
<https://github-redirect.dependabot.com/facebook/jest/pull/13341>
*Full Changelog*: ***@***.***
<jestjs/jest@v29.1.1...v29.1.2>
v29.1.1 Fixes
- [jest-mock] Revert #13145
<https://github-redirect.dependabot.com/facebook/jest/pull/13145>
which broke mocking of transpiled ES modules
*Full Changelog*: ***@***.***
<jestjs/jest@v29.1.0...v29.1.1>
v29.1.0 Features
- [expect, @jest/expect] support type inference for function
parameters in CalledWith assertions (#13268
<https://github-redirect.dependabot.com/facebook/jest/pull/13268>)
- [expect, @jest/expect] Infer type of *ReturnedWith matchers argument
(#13278
<https://github-redirect.dependabot.com/facebook/jest/pull/13278>)
- ***@***.***/environment, jest-runtime] Allow jest.requireActual and
jest.requireMock to take a type argument (#13253
<https://github-redirect.dependabot.com/facebook/jest/pull/13253>)
- ***@***.***/environment] Allow jest.mock and jest.doMock to take a type
argument (#13254
<https://github-redirect.dependabot.com/facebook/jest/pull/13254>)
- ***@***.***/fake-timers] Add jest.now() to return the current fake clock
time (#13244
<https://github-redirect.dependabot.com/facebook/jest/pull/13244>,
#13246
<https://github-redirect.dependabot.com/facebook/jest/pull/13246>)
- ***@***.***/mock] Add withImplementation method for temporarily
overriding a mock (#13281
<https://github-redirect.dependabot.com/facebook/jest/pull/13281>)
- [expect] Export toThrow* matchers (#13328
<https://github-redirect.dependabot.com/facebook/jest/pull/13328>)
Fixes
- [jest-circus, jest-jasmine2] Fix error messages for Node's
assert.throes (#13322
<https://github-redirect.dependabot.com/facebook/jest/pull/13322>)
- [jest-haste-map] Remove __proto__ usage (#13256
<https://github-redirect.dependabot.com/facebook/jest/pull/13256>)
- [jest-mock] Improve spyOn typings to handle optional properties (
#13247
<https://github-redirect.dependabot.com/facebook/jest/pull/13247>)
- [jest-mock] Fix mocking of getters and setters on classes (#13145
<https://github-redirect.dependabot.com/facebook/jest/pull/13145>)
- [jest-snapshot] Throw useful error when an array is passed as
property matchers (#13263
<https://github-redirect.dependabot.com/facebook/jest/pull/13263>)
- [jest-snapshot] Prioritize parser used in the project (#13323
<https://github-redirect.dependabot.com/facebook/jest/pull/13323>)
- [jest-transform] Attempt to work around issues with atomic writes on
Windows (#11423
<https://github-redirect.dependabot.com/facebook/jest/pull/11423>)
New Contributors
- @fzn0x <https://github.com/fzn0x> made their first contribution in
jestjs/jest#13234
<https://github-redirect.dependabot.com/facebook/jest/pull/13234>
- @guimard <https://github.com/guimard> made their first contribution
in jestjs/jest#13256
<https://github-redirect.dependabot.com/facebook/jest/pull/13256>
- @weidehai <https://github.com/weidehai> made their first
contribution in jestjs/jest#13270
<https://github-redirect.dependabot.com/facebook/jest/pull/13270>
- @kettanaito <https://github.com/kettanaito> made their first
contribution in jestjs/jest#12871
<https://github-redirect.dependabot.com/facebook/jest/pull/12871>
- @royhadad <https://github.com/royhadad> made their first
contribution in jestjs/jest#13279
<https://github-redirect.dependabot.com/facebook/jest/pull/13279>
- @ghiscoding <https://github.com/ghiscoding> made their first
contribution in jestjs/jest#13290
<https://github-redirect.dependabot.com/facebook/jest/pull/13290>
- @paulreece <https://github.com/paulreece> made their first
contribution in jestjs/jest#13311
<https://github-redirect.dependabot.com/facebook/jest/pull/13311>
- @jeppester <https://github.com/jeppester> made their first
contribution in jestjs/jest#13281
<https://github-redirect.dependabot.com/facebook/jest/pull/13281>
- @sashashura <https://github.com/sashashura> made their first
contribution in jestjs/jest#13324
<https://github-redirect.dependabot.com/facebook/jest/pull/13324>
... (truncated)
Changelog
*Sourced from jest's changelog
<https://github.com/facebook/jest/blob/main/CHANGELOG.md>.*
29.1.2 Fixes
- [expect, @jest/expect] Revert buggy inference of argument types for
*CalledWith and *ReturnedWith matchers introduced in 29.1.0 (#13339
<https://github-redirect.dependabot.com/facebook/jest/pull/13339>)
- [jest-worker] Add missing dependency on jest-util (#13341
<https://github-redirect.dependabot.com/facebook/jest/pull/13341>)
29.1.1 Fixes
- [jest-mock] Revert #13145
<https://github-redirect.dependabot.com/facebook/jest/pull/13145>
which broke mocking of transpiled ES modules
29.1.0 Features
- [expect, @jest/expect] Support type inference for function
parameters in CalledWith assertions (#13268
<https://github-redirect.dependabot.com/facebook/jest/pull/13268>)
- [expect, @jest/expect] Infer type of *ReturnedWith matchers argument
(#13278
<https://github-redirect.dependabot.com/facebook/jest/pull/13278>)
- ***@***.***/environment, jest-runtime] Allow jest.requireActual and
jest.requireMock to take a type argument (#13253
<https://github-redirect.dependabot.com/facebook/jest/pull/13253>)
- ***@***.***/environment] Allow jest.mock and jest.doMock to take a type
argument (#13254
<https://github-redirect.dependabot.com/facebook/jest/pull/13254>)
- ***@***.***/fake-timers] Add jest.now() to return the current fake clock
time (#13244
<https://github-redirect.dependabot.com/facebook/jest/pull/13244>,
#13246
<https://github-redirect.dependabot.com/facebook/jest/pull/13246>)
- ***@***.***/mock] Add withImplementation method for temporarily
overriding a mock (#13281
<https://github-redirect.dependabot.com/facebook/jest/pull/13281>)
- [expect] Export toThrow* matchers (#13328
<https://github-redirect.dependabot.com/facebook/jest/pull/13328>)
Fixes
- [jest-circus, jest-jasmine2] Fix error messages for Node's
assert.throes (#13322
<https://github-redirect.dependabot.com/facebook/jest/pull/13322>)
- [jest-haste-map] Remove __proto__ usage (#13256
<https://github-redirect.dependabot.com/facebook/jest/pull/13256>)
- [jest-mock] Improve spyOn typings to handle optional properties (
#13247
<https://github-redirect.dependabot.com/facebook/jest/pull/13247>)
- [jest-mock] Fix mocking of getters and setters on classes (#13145
<https://github-redirect.dependabot.com/facebook/jest/pull/13145>)
- [jest-snapshot] Throw useful error when an array is passed as
property matchers (#13263
<https://github-redirect.dependabot.com/facebook/jest/pull/13263>)
- [jest-snapshot] Prioritize parser used in the project (#13323
<https://github-redirect.dependabot.com/facebook/jest/pull/13323>)
- [jest-transform] Attempt to work around issues with atomic writes on
Windows (#11423
<https://github-redirect.dependabot.com/facebook/jest/pull/11423>)
29.0.3 Features
- ***@***.***/environment, jest-runtime] Allow passing a generic type
argument to jest.createMockFromModule<T>() method (#13202
<https://github-redirect.dependabot.com/facebook/jest/pull/13202>)
- [expect] Expose ExpectationResult type (#13240
<https://github-redirect.dependabot.com/facebook/jest/pull/13240>)
- [jest-snapshot] Expose Context type (#13240
<https://github-redirect.dependabot.com/facebook/jest/pull/13240>)
- ***@***.***/globals] Add jest.Mock type helper (#13235
<https://github-redirect.dependabot.com/facebook/jest/pull/13235>)
Fixes
- [jest-core] Capture execError during TestScheduler.scheduleTests and
dispatch to reporters (#13203
<https://github-redirect.dependabot.com/facebook/jest/pull/13203>)
- [jest-resolve] Make sure to resolve module paths after looking at
exports (#13242
<https://github-redirect.dependabot.com/facebook/jest/pull/13242>)
- [jest-resolve] Improve error on module not found deep in the require
stack (#8704
<https://github-redirect.dependabot.com/facebook/jest/pull/8704>)
- [jest-snapshot] Fix typings of snapshot matchers (#13240
<https://github-redirect.dependabot.com/facebook/jest/pull/13240>)
... (truncated)
Commits
- 3c31dd6
<jestjs/jest@3c31dd6>
v29.1.2
- fd9cd90
<jestjs/jest@fd9cd90>
v29.1.1
- 51f1030
<jestjs/jest@51f1030>
v29.1.0
- 77f865d
<jestjs/jest@77f865d>
v29.0.3
- 616fcf5
<jestjs/jest@616fcf5>
v29.0.2
- 132e815
<jestjs/jest@132e815>
chore: update to TypeScript 4.8 (#13177
<https://github.com/facebook/jest/tree/HEAD/packages/jest/issues/13177>
)
- b959a3d
<jestjs/jest@b959a3d>
v29.0.1
- 86de0cb
<jestjs/jest@86de0cb>
chore: update jest-runner-tsd (#13179
<https://github.com/facebook/jest/tree/HEAD/packages/jest/issues/13179>
)
- 75006e4
<jestjs/jest@75006e4>
v29.0.0
- 4def94b
<jestjs/jest@4def94b>
v29.0.0-alpha.6
- Additional commits viewable in compare view
<https://github.com/facebook/jest/commits/v29.1.2/packages/jest>
Maintainer changes
This version was pushed to npm by simenb <https://www.npmjs.com/~simenb>,
a new releaser for jest since your current version.
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 merge will merge this PR after your CI passes on it
- @dependabot squash and merge will squash and merge this PR after
your CI passes on it
- @dependabot cancel merge will cancel a previously requested merge
and block automerging
- @dependabot reopen will reopen this PR if it is closed
- @dependabot close will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- @dependabot ignore this major version will close this PR and stop
Dependabot creating any more for this major version (unless you reopen the
PR or upgrade to it yourself)
- @dependabot ignore this minor version will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen the
PR or upgrade to it yourself)
- @dependabot ignore this dependency will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the PR
or upgrade to it yourself)
- @dependabot use these labels will set the current labels as the
default for future PRs for this repo and language
- @dependabot use these reviewers will set the current reviewers as
the default for future PRs for this repo and language
- @dependabot use these assignees will set the current assignees as
the default for future PRs for this repo and language
- @dependabot use this milestone will set the current milestone as the
default for future PRs for this repo and language
You can disable automated security fix PRs for this repo from the Security
Alerts page <https://github.com/matejcik/incremental-beees/network/alerts>
.
------------------------------
You can view, comment on, or merge this pull request online at:
#41
Commit Summary
- e7890b6
<e7890b6>
Bump jsdom and jest
File Changes
(3 files <https://github.com/matejcik/incremental-beees/pull/41/files>)
- *M* package-lock.json
<https://github.com/matejcik/incremental-beees/pull/41/files#diff-053150b640a7ce75eff69d1a22cae7f0f94ad64ce9a855db544dda0929316519>
(10235)
- *M* package.json
<https://github.com/matejcik/incremental-beees/pull/41/files#diff-7ae45ad102eab3b6d7e7896acd08c427a9b25b346470d7bc6507b6481575d519>
(4)
- *M* yarn.lock
<https://github.com/matejcik/incremental-beees/pull/41/files#diff-51e4f558fae534656963876761c95b83b6ef5da5103c4adef6768219ed76c2de>
(2362)
Patch Links:
- https://github.com/matejcik/incremental-beees/pull/41.patch
- https://github.com/matejcik/incremental-beees/pull/41.diff
—
Reply to this email directly, view it on GitHub
<#41>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAERQ2LY7SCJSSHVTYJAGVDWBZZA3ANCNFSM6AAAAAAQ6H2KWE>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
dependabot
bot
deleted the
dependabot/npm_and_yarn/jsdom-and-jest--removed
branch
October 6, 2022 06:50
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Removes jsdom. It's no longer used after updating ancestor dependency jest. These dependencies need to be updated together.
Removes
jsdom
Updates
jest
from 20.0.4 to 29.1.2Release notes
Sourced from jest's releases.
... (truncated)
Changelog
Sourced from jest's changelog.
... (truncated)
Commits
3c31dd6
v29.1.2fd9cd90
v29.1.151f1030
v29.1.077f865d
v29.0.3616fcf5
v29.0.2132e815
chore: update to TypeScript 4.8 (#13177)b959a3d
v29.0.186de0cb
chore: updatejest-runner-tsd
(#13179)75006e4
v29.0.04def94b
v29.0.0-alpha.6Maintainer changes
This version was pushed to npm by simenb, a new releaser for jest since your current version.
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 merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)@dependabot use these labels
will set the current labels as the default for future PRs for this repo and language@dependabot use these reviewers
will set the current reviewers as the default for future PRs for this repo and language@dependabot use these assignees
will set the current assignees as the default for future PRs for this repo and language@dependabot use this milestone
will set the current milestone as the default for future PRs for this repo and languageYou can disable automated security fix PRs for this repo from the Security Alerts page.