Skip to content

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

Merged
KovacZan merged 3 commits into
developfrom
renovate/typescript-4.x
Mar 6, 2021
Merged

chore(deps): update dependency typescript to ~4.2.0#3
KovacZan merged 3 commits into
developfrom
renovate/typescript-4.x

Conversation

@renovate

@renovate renovate Bot commented Mar 1, 2021

Copy link
Copy Markdown
Contributor

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
typescript (source) ~4.1.2 -> ~4.2.0 age adoption passing confidence

Release Notes

Microsoft/TypeScript

v4.2.3

Compare Source

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

v4.2.2

Compare Source

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:


Renovate configuration

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

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

♻️ Rebasing: Renovate will not automatically rebase this PR, because other commits have been found.

🔕 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.

@renovate renovate Bot requested review from KovacZan and kristjank as code owners March 1, 2021 11:20
@renovate renovate Bot force-pushed the renovate/typescript-4.x branch from 8aa3a10 to e4f8ede Compare March 4, 2021 12:46
@renovate renovate Bot changed the title Update dependency typescript to ~4.2.0 chore(deps): update dependency typescript to ~4.2.0 Mar 4, 2021
@renovate

renovate Bot commented Mar 4, 2021

Copy link
Copy Markdown
Contributor Author

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻️ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you check the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: yarn.lock

@KovacZan KovacZan merged commit fe9cf01 into develop Mar 6, 2021
@KovacZan KovacZan deleted the renovate/typescript-4.x branch March 6, 2021 19:07
KovacZan added a commit that referenced this pull request Mar 7, 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 @sindresorhus/tsconfig to v0.9.0

* chore: disable noPropertyAccessFromIndexSignature

Co-authored-by: KovacZan <39158639+KovacZan@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: KovacZan <zan@protokol.com>
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.

2 participants