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 jest-environment-node from 27.4.6 to 27.5.1 in /ui #695

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 10, 2022

Bumps jest-environment-node from 27.4.6 to 27.5.1.

Release notes

Sourced from jest-environment-node's releases.

v27.5.1

Features

  • [jest-config] Support comments in JSON config file (#12316)
  • [pretty-format] Expose ConvertAnsi plugin (#12308)

Fixes

  • [expect] Add type definitions for asymmetric closeTo matcher (#12304)
  • [jest-cli] Load binary via exported API (#12315)
  • [jest-config] Replace jsonlint with parse-json (#12316)
  • [jest-repl] Make module importable (#12311 & #12315)

Chore & Maintenance

  • [*] Avoid anonymous default exports (#12313)

New Contributors

Full Changelog: jestjs/jest@v27.5.0...v27.5.1

v27.5.0

Features

  • [expect] Add asymmetric matcher expect.closeTo (#12243)
  • [jest-mock] Added mockFn.mock.lastCall to retrieve last argument (#12285)

Fixes

  • [expect] Add a fix for .toHaveProperty('') (#12251)
  • [jest-each, @jest/globals] Allow passing ReadonlyArray type of a table to describe.each and test.each (#12297)
  • [@jest/globals] Add missing options argument to jest.doMock typing (#12292)
  • [jest-environment-node] Add atob and btoa (#12269)
  • [jest-matcher-utils] Correct diff for expected asymmetric matchers (#12264)
  • [jest-message-util] Fix .getTopFrame() (and toMatchInlineSnapshot()) with mjs files (#12277)

Chore & Maintenance

  • [*] Update graceful-fs to ^4.2.9 (#11749)

Performance

  • [jest-resolve] perf: skip error creation on not found stat calls (#11749)

New Contributors

... (truncated)

Changelog

Sourced from jest-environment-node's changelog.

27.5.1

Features

  • [jest-config] Support comments in JSON config file (#12316)
  • [pretty-format] Expose ConvertAnsi plugin (#12308)

Fixes

  • [expect] Add type definitions for asymmetric closeTo matcher (#12304)
  • [jest-cli] Load binary via exported API (#12315)
  • [jest-config] Replace jsonlint with parse-json (#12316)
  • [jest-repl] Make module importable (#12311 & #12315)

Chore & Maintenance

  • [*] Avoid anonymous default exports (#12313)

27.5.0

Features

  • [expect] Add asymmetric matcher expect.closeTo (#12243)
  • [jest-mock] Added mockFn.mock.lastCall to retrieve last argument (#12285)

Fixes

  • [expect] Add a fix for .toHaveProperty('') (#12251)
  • [jest-each, @jest/globals] Allow passing ReadonlyArray type of a table to describe.each and test.each (#12297)
  • [@jest/globals] Add missing options argument to jest.doMock typing (#12292)
  • [jest-environment-node] Add atob and btoa (#12269)
  • [jest-matcher-utils] Correct diff for expected asymmetric matchers (#12264)
  • [jest-message-util] Fix .getTopFrame() (and toMatchInlineSnapshot()) with mjs files (#12277)

Chore & Maintenance

  • [*] Update graceful-fs to ^4.2.9 (#11749)

Performance

  • [jest-resolve] perf: skip error creation on not found stat calls (#11749)

27.4.7

Fixes

  • jest-config Add missing @babel/core dependency (#12216)
Commits

Dependabot compatibility score

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 dependabot bot added dependencies Pull requests that update a dependency file javascript labels Feb 10, 2022
@dependabot dependabot bot requested a review from markphelps February 10, 2022 14:16
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/ui/jest-environment-node-27.5.1 branch from 9fed73c to 0db8c09 Compare February 10, 2022 14:49
@codecov-commenter
Copy link

codecov-commenter commented Feb 10, 2022

Codecov Report

Merging #695 (0db8c09) into master (0c84408) will increase coverage by 0.24%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #695      +/-   ##
==========================================
+ Coverage   82.86%   83.10%   +0.24%     
==========================================
  Files          17       17              
  Lines        1453     1474      +21     
==========================================
+ Hits         1204     1225      +21     
  Misses        217      217              
  Partials       32       32              
Impacted Files Coverage Δ
rpc/flipt/validation.go 100.00% <100.00%> (ø)
server/evaluator.go 91.20% <100.00%> (+0.03%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 605c4c0...0db8c09. Read the comment docs.

@markphelps markphelps enabled auto-merge (squash) February 10, 2022 14:52
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/ui/jest-environment-node-27.5.1 branch 2 times, most recently from f0ae8ef to 53833c6 Compare February 10, 2022 14:59
Bumps [jest-environment-node](https://github.com/facebook/jest/tree/HEAD/packages/jest-environment-node) from 27.4.6 to 27.5.1.
- [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/v27.5.1/packages/jest-environment-node)

---
updated-dependencies:
- dependency-name: jest-environment-node
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/ui/jest-environment-node-27.5.1 branch from 53833c6 to c079121 Compare February 10, 2022 15:06
@markphelps markphelps merged commit c659a66 into master Feb 10, 2022
@markphelps markphelps deleted the dependabot/npm_and_yarn/ui/jest-environment-node-27.5.1 branch February 10, 2022 15:10
markphelps added a commit that referenced this pull request Feb 11, 2022
…-1.17

* 'go-1.17' of https://github.com/markphelps/flipt:
  Bump @babel/core from 7.16.12 to 7.17.2 in /ui (#694)
  Bump @babel/plugin-transform-runtime from 7.16.10 to 7.17.0 in /ui (#691)
  Bump jest-environment-node from 27.4.6 to 27.5.1 in /ui (#695)
  Bump eslint-plugin-vue from 8.4.0 to 8.4.1 in /ui (#688)
  Bump @babel/runtime-corejs2 from 7.16.7 to 7.17.2 in /ui (#696)
markphelps added a commit that referenced this pull request Feb 13, 2022
* origin:
  Just use latest tag again
  try to fix dev image build
  Go 1.17 (#684)
  Bump @babel/core from 7.16.12 to 7.17.2 in /ui (#694)
  Bump @babel/plugin-transform-runtime from 7.16.10 to 7.17.0 in /ui (#691)
  Bump jest-environment-node from 27.4.6 to 27.5.1 in /ui (#695)
  Bump eslint-plugin-vue from 8.4.0 to 8.4.1 in /ui (#688)
  Bump @babel/runtime-corejs2 from 7.16.7 to 7.17.2 in /ui (#696)
  Add Paradigm on README (#692)
  Bump aquasecurity/trivy-action from 0.2.1 to 0.2.2 (#686)
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants