Skip to content

chore(deps): update dependency jest to ~27.2.0#73

Merged
KovacZan merged 1 commit into
developfrom
renovate/jest-monorepo
Sep 13, 2021
Merged

chore(deps): update dependency jest to ~27.2.0#73
KovacZan merged 1 commit into
developfrom
renovate/jest-monorepo

Conversation

@renovate

@renovate renovate Bot commented Sep 13, 2021

Copy link
Copy Markdown
Contributor

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
jest (source) ~27.1.0 -> ~27.2.0 age adoption passing confidence

Release Notes

facebook/jest

v27.2.0

Compare Source

Features
  • [jest-resolver, jest-runtime] Pass conditions to custom resolvers to enable them to implement support for package.json exports field (#​11859)
  • [jest-runtime] Allow custom envs to specify exportConditions which is passed together with Jest's own conditions to custom resolvers (#​11863)
Fixes
  • [@jest/reporters] Use async transform if available to transform files with no coverage (#​11852)
  • [jest-util] Return correct value from process.send stub (#​11799)

v27.1.1

Compare Source

Features
  • [jest-runtime] Add experimental, limited (and undocumented) support for mocking ECMAScript Modules (#​11818)
Fixes
  • [jest-resolver] Support node: prefix when importing Node core modules with ESM (#​11817)
  • [jest-types] Export the PrettyFormatOptions interface (#​11801)

Configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box.

This PR has been generated by WhiteSource Renovate. View repository job log here.

@codecov

codecov Bot commented Sep 13, 2021

Copy link
Copy Markdown

Codecov Report

Merging #73 (9086564) into develop (ced8395) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff            @@
##           develop      #73   +/-   ##
========================================
  Coverage    93.07%   93.07%           
========================================
  Files           16       16           
  Lines          231      231           
  Branches        18       18           
========================================
  Hits           215      215           
  Misses          16       16           
Flag Coverage Δ
nameservice-api 86.90% <ø> (ø)
nameservice-crypto 100.00% <ø> (ø)
nameservice-transactions 94.25% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.


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 ced8395...9086564. Read the comment docs.

@KovacZan KovacZan merged commit 9af439a into develop Sep 13, 2021
@KovacZan KovacZan deleted the renovate/jest-monorepo branch September 13, 2021 10:02
KovacZan added a commit that referenced this pull request Sep 24, 2021
* feat(nameservice): implemented nameservice-crypto, nameservice-transactions and nameservice-api (#4)

* feat: nameservice-crypto implementation

* feat: implement nameservice-transactions

* test: nameservice-crypto

* test: nameservice unit tests

* test: functional tests - transaction forging

* chore: setup github actions

* fix: functional test name

* fix: functional test names

* feat: implement nameservice api

* test: unit tests for nameservice-api

* test: integration tests for nameservice-api

* chore: setup unit and integration tests for nameservice-api

* fix: nameservice-api test scripts

* chore(nameservice-crypto): update @protokol/utils

* fix(nameservice-crypto): fix typo

* fix(nameservice-crypto): fix typo

* chore(nameservice-api): reduce amount of data in transformer

* chore(deps): update dependency typescript to ~4.2.0 (#3)

* chore(deps): update dependency typescript to ~4.2.0

* chore: set latest yarn version

* chore: update to latest typescript version

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: KovacZan <zan@protokol.com>

* chore(deps): update dependency eslint to v7.22.0 (#7)

Co-authored-by: Renovate Bot <bot@renovateapp.com>

* chore(deps): update dependency npm-check-updates to ~11.3.0 (#6)

Co-authored-by: Renovate Bot <bot@renovateapp.com>

* chore(deps): update dependency eslint to v7.23.0 (#8)

Co-authored-by: Renovate Bot <bot@renovateapp.com>

* chore(deps): update dependency @sindresorhus/tsconfig to v1 (#9)

* chore(deps): update dependency @sindresorhus/tsconfig to v1

* chore: set noPropertyAccessFromIndexSignature to false in tsconfig

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: KovacZan <zan@protokol.com>

* feat(crypto): strict checks and improved serialization (#10)

* feat(nameservice-crypto): add pattern check for nameservice

* test(nameservice-crypto): add test for pattern name check

* chore(crypto): set readonly to some static properties

* fix(crypto): uptade serialization

* chore(crypto): set readonly defaultStaticFee

* chore: format, changelog and bump version (#11)

* chore: format, changelog and bump version

* chore: remove failed deps

* fix: changelog

* chore: update local development setup (#12)

* chore: add nameservice plugin to local testnet

* chore: remove unused jest setting

* chore(deps): update dependency npm-check-updates to ~11.4.0 (#13)

Co-authored-by: Renovate Bot <bot@renovateapp.com>

* feat: log plugin info on load and add configurations endpoint (#14)

* feat: log plugin info on load

* feat(nameservice-api): add configurations endpoint

* chore(deps): update dependency eslint to v7.24.0 (#15)

Co-authored-by: Renovate Bot <bot@renovateapp.com>

* chore(deps): update dependency @types/node to ^14.14.31 (#17)

Co-authored-by: Renovate Bot <bot@renovateapp.com>

* chore(deps): update dependency @types/jest to v26.0.22 (#16)

Co-authored-by: Renovate Bot <bot@renovateapp.com>

* chore(deps): update dependency eslint to ^7.21.0 (#19)

Co-authored-by: Renovate Bot <bot@renovateapp.com>

* chore(deps): update dependency @types/prettier to ^2.2.1 (#18)

Co-authored-by: Renovate Bot <bot@renovateapp.com>

* chore(deps): update dependency eslint-config-prettier to ^8.1.0 (#20)

Co-authored-by: Renovate Bot <bot@renovateapp.com>

* chore(deps): update dependency eslint-plugin-jest to ^24.1.5 (#21)

Co-authored-by: Renovate Bot <bot@renovateapp.com>

* chore(deps): update dependency npm-check-updates to ~11.5.0 (#24)

Co-authored-by: Renovate Bot <bot@renovateapp.com>

* chore(deps): update dependency eslint to v7.25.0 (#25)

Co-authored-by: Renovate Bot <bot@renovateapp.com>

* chore(deps): update dependency @types/semver to v7.3.5 (#26)

Co-authored-by: Renovate Bot <bot@renovateapp.com>

* chore(deps): update dependency bip39 to v3.0.4 (#27)

Co-authored-by: Renovate Bot <bot@renovateapp.com>

* chore: update ark deps + adjust code to core changes (#28)

* chore: update deps

* feat: use wallet repository methods to interact with indexes

* chore(deps): update dependency eslint to v7.26.0 (#29)

Co-authored-by: Renovate Bot <bot@renovateapp.com>

* chore(deps): update dependency prettier to v2.3.0 (#30)

Co-authored-by: Renovate Bot <bot@renovateapp.com>

* release: 1.0.0 beta.2 (#31)

* release: 1.0.0-beta.2

* chore: update changelog

* chore(deps): update dependency eslint to v7.27.0 (#32)

Co-authored-by: Renovate Bot <bot@renovateapp.com>

* chore(deps): update dependency jest to v27 (#33)

* chore(deps): update dependency jest to v27

* chore: update deps

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Amadej Pevec <amadej.pevec@gmail.com>

* chore(deps): update dependency npm-check-updates to ~11.6.0 (#36)

Co-authored-by: Renovate Bot <bot@renovateapp.com>

* chore(deps): update dependency prettier to v2.3.1 (#38)

Co-authored-by: Renovate Bot <bot@renovateapp.com>

* chore(deps): update dependency eslint to v7.28.0 (#37)

Co-authored-by: Renovate Bot <bot@renovateapp.com>

* chore(deps): update dependency typescript to ~4.3.0 (#35)

* chore(deps): update dependency typescript to ~4.3.0

* chore: update yarn

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Amadej Pevec <amadej.pevec@gmail.com>

* chore(deps): update dependency eslint to v7.29.0 (#41)

Co-authored-by: Renovate Bot <bot@renovateapp.com>

* chore(deps): update dependency npm-check-updates to ~11.7.0 (#39)

Co-authored-by: Renovate Bot <bot@renovateapp.com>

* chore(deps): update dependency typedoc to ~0.21.0 (#40)

Co-authored-by: Renovate Bot <bot@renovateapp.com>

* chore(deps): update dependency prettier to v2.3.2 (#42)

Co-authored-by: Renovate Bot <bot@renovateapp.com>

* chore(deps): update dependency npm-check-updates to ~11.8.0 (#43)

Co-authored-by: Renovate Bot <bot@renovateapp.com>

* chore(deps): update dependency eslint to v7.30.0 (#44)

Co-authored-by: Renovate Bot <bot@renovateapp.com>

* chore(deps): update dependency eslint to v7.31.0 (#46)

Co-authored-by: Renovate Bot <bot@renovateapp.com>

* chore(deps): update yarn to v3 (#49)

* chore(deps): update yarn to v3

* chore: update yarn

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Amadej Pevec <amadej.pevec@gmail.com>

* chore: update yarn sdks (#50)

* chore(deps): update dependency eslint to v7.32.0 (#51)

Co-authored-by: Renovate Bot <bot@renovateapp.com>

* chore: updated deps and added prettier (#52)

* chore: fix readme (#53)

* fix(nameservice-crypto): fix warning in getSchema (#54)

* fix(nameservice-crypto): add additional check to nameservice builder (#55)

* fix(nameservice-crypto): add additional check to nameservice builder

* fix(nameservice-crypto): fix check

* fix(nameservice-crypto): fix check

* ci: setup codecov coverage and badges (#56)

* ci: test codecov coverage

* ci: setup codecov

* fix: codecov ci

* fix: codecov ci

* ci: setup flags

* fix: coverage

* ci: setup directory

* ci: setup correct directory

* ci: setup correct directory

* ci: setup coverage badges

* chore(deps): update dependency @types/jest to v27 (#57)

Co-authored-by: Renovate Bot <bot@renovateapp.com>

* chore(deps): update dependency @yarnpkg/pnpify to v3 (#58)

Co-authored-by: Renovate Bot <bot@renovateapp.com>

* fix: read coverage from develop (#59)

* refactor(nameservice-api): refactor configurations endpoint (#60)

* refactor(nameservice-api): refactor configurations endpoint

* test(nameservice-api): fix configurations unit tests

* test(nameservice-api): fix configurations integration tests

* test(nameservice-api): fix configurations integration tests

* feat(nameservice-examples): setup examples for nameservice transaction (#61)

* feat(nameserivce-examples): setup examples module

* deps(nameservice-examples): remove unused deps

* fix(nameservice-examples): fix package.json description

* chore: version automation commands (#62)

* chore: added changelog command (#63)

* chore: add auto-changelog

* chore: added changelog library

* feat: add insomnia api file (#64)

* chore: setup banners (#65)

* chore: setup banners

* chore: setup banner for nameservice-api

* chore(deps): update dependency @sindresorhus/tsconfig to v2 (#66)

* chore(deps): update dependency @sindresorhus/tsconfig to v2

* fix: latest eslint changes

* fix(nameservice-transactions): change override in transaction factory

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: KovacZan <zan@protokol.com>

* chore(deps): update dependency jest to ~27.1.0 (#68)

Co-authored-by: Renovate Bot <bot@renovateapp.com>

* chore(deps): update dependency eslint-plugin-prettier to v4 (#70)

Co-authored-by: Renovate Bot <bot@renovateapp.com>

* chore(deps): update dependency typescript to ~4.4.0 (#67)

* chore(deps): update dependency typescript to ~4.4.0

* deps: upgrade yarn berry

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: KovacZan <zan@protokol.com>

* chore(deps): update dependency prettier to v2.4.0 (#71)

Co-authored-by: Renovate Bot <bot@renovateapp.com>

* chore(deps): update dependency typedoc to ~0.22.0 (#72)

Co-authored-by: Renovate Bot <bot@renovateapp.com>

* chore(deps): update dependency jest to ~27.2.0 (#73)

Co-authored-by: Renovate Bot <bot@renovateapp.com>

* chore(deps): update dependency prettier to v2.4.1 (#74)

Co-authored-by: Renovate Bot <bot@renovateapp.com>

* deps: update dependencies to corev3  (#75)

* deps: update corev3 dependencies

* deps: remove core-manager

* fix(nameservice-transactions): fix unit tests

* fix(nameservice-api): remove core-manager from app.json

* fix(nameservice-transactions): fix functional tests setup

* fix(nameservice-api): fix unit test support

* fix(nameservice-api): fix setup

* release: 1.0.0 (#76)

* chore: bump versions

* chore: changelog

* fix: command and version bump (#77)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Amadej Pevec <amadej.pevec@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants