stencila / encoda

↔️ A format converter for Stencila documents
https://stencila.github.io/encoda/
Apache License 2.0
35 stars 9 forks source link

chore(dev dependencies): update dev dependencies #947

Closed renovate[bot] closed 3 years ago

renovate[bot] commented 3 years ago

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@stencila/dev-config 2.0.12 -> 2.0.13 age adoption passing confidence
@testing-library/dom 7.31.0 -> 7.31.2 age adoption passing confidence
@testing-library/jest-dom 5.12.0 -> 5.13.0 age adoption passing confidence
jest (source) 27.0.3 -> 27.0.4 age adoption passing confidence
nock 13.0.11 -> 13.1.0 age adoption passing confidence
ts-jest (source) 27.0.2 -> 27.0.3 age adoption passing confidence

Release Notes

stencila/dev-config ### [`v2.0.13`](https://togithub.com/stencila/dev-config/compare/@stencila/dev-config@2.0.12...@stencila/dev-config@2.0.13) [Compare Source](https://togithub.com/stencila/dev-config/compare/@stencila/dev-config@2.0.12...@stencila/dev-config@2.0.13) ### [`v2.0.12`](https://togithub.com/stencila/dev-config/compare/@stencila/dev-config@2.0.11...@stencila/dev-config@2.0.12) [Compare Source](https://togithub.com/stencila/dev-config/compare/@stencila/dev-config@2.0.11...@stencila/dev-config@2.0.12) ### [`v2.0.11`](https://togithub.com/stencila/dev-config/compare/@stencila/dev-config@2.0.10...@stencila/dev-config@2.0.11) [Compare Source](https://togithub.com/stencila/dev-config/compare/@stencila/dev-config@2.0.10...@stencila/dev-config@2.0.11) ### [`v2.0.10`](https://togithub.com/stencila/dev-config/compare/@stencila/dev-config@2.0.7...@stencila/dev-config@2.0.10) [Compare Source](https://togithub.com/stencila/dev-config/compare/@stencila/dev-config@2.0.7...@stencila/dev-config@2.0.10)
testing-library/dom-testing-library ### [`v7.31.2`](https://togithub.com/testing-library/dom-testing-library/releases/v7.31.2) [Compare Source](https://togithub.com/testing-library/dom-testing-library/compare/v7.31.1...v7.31.2) ##### Bug Fixes - Consider `` labelable ([#​968](https://togithub.com/testing-library/dom-testing-library/issues/968)) ([56a4c75](https://togithub.com/testing-library/dom-testing-library/commit/56a4c759a0237b6ca9dcec3cffcd71832c00e736)) ### [`v7.31.1`](https://togithub.com/testing-library/dom-testing-library/releases/v7.31.1) [Compare Source](https://togithub.com/testing-library/dom-testing-library/compare/v7.31.0...v7.31.1) ##### Bug Fixes - Bump dom-accessibility-api ([#​965](https://togithub.com/testing-library/dom-testing-library/issues/965)) ([86fb094](https://togithub.com/testing-library/dom-testing-library/commit/86fb0948f7c4c00b1dec45ff9161cb2d7df13688)) ### [`v7.31.0`](https://togithub.com/testing-library/dom-testing-library/releases/v7.31.0) [Compare Source](https://togithub.com/testing-library/dom-testing-library/compare/v7.30.4...v7.31.0) ##### Features - Add extra error messages when `screen` was passed instead of a DOM element ([#​949](https://togithub.com/testing-library/dom-testing-library/issues/949)) ([c273ed5](https://togithub.com/testing-library/dom-testing-library/commit/c273ed518cf783591692be8c0c5e5a34feafd4bb))
testing-library/jest-dom ### [`v5.13.0`](https://togithub.com/testing-library/jest-dom/releases/v5.13.0) [Compare Source](https://togithub.com/testing-library/jest-dom/compare/v5.12.0...v5.13.0) ##### Features - Add `toHaveErrorMessage` matcher ([#​370](https://togithub.com/testing-library/jest-dom/issues/370)) ([217fdcc](https://togithub.com/testing-library/jest-dom/commit/217fdcc2377bc24bfdbd2e121289704128048fa9))
facebook/jest ### [`v27.0.4`](https://togithub.com/facebook/jest/blob/master/CHANGELOG.md#​2704) [Compare Source](https://togithub.com/facebook/jest/compare/v27.0.3...v27.0.4) ##### Fixes - `[jest-config, jest-resolve]` Pass in `require.resolve` to resolvers to resolve from correct base ([#​11493](https://togithub.com/facebook/jest/pull/11493)) ### [`v27.0.3`](https://togithub.com/facebook/jest/blob/master/CHANGELOG.md#​2703) [Compare Source](https://togithub.com/facebook/jest/compare/v27.0.2...v27.0.3) ##### Fixes - `[jest-config]` `require.resolve` on default test sequencer and test environment ([#​11482](https://togithub.com/facebook/jest/pull/11482)) - `[jest-mock]` Fixed `fn` and `spyOn` exports ([#​11480](https://togithub.com/facebook/jest/pull/11480)) ### [`v27.0.2`](https://togithub.com/facebook/jest/blob/master/CHANGELOG.md#​2702) [Compare Source](https://togithub.com/facebook/jest/compare/v27.0.1...v27.0.2) ##### Features - `[jest-circus]` Add some APIs to make it easier to build your own test runner - `[jest-reporters]` Expose the `getResultHeader` util ([#​11460](https://togithub.com/facebook/jest/pull/11460)) - `[jest-resolver]` Export `resolve*` utils for different Jest modules ([#​11466](https://togithub.com/facebook/jest/pull/11466)) - `[@jest/test-result]` Export `Test`, `TestEvents` and `TestFileEvent` ([#​11466](https://togithub.com/facebook/jest/pull/11466)) ##### Fixes - `[jest-circus]` Add missing `slash` dependency ([#​11465](https://togithub.com/facebook/jest/pull/11465)) - `[jest-circus, @​jest/test-sequencer]` Remove dependency on `jest-runner` ([#​11466](https://togithub.com/facebook/jest/pull/11466)) - `[jest-config]` Resolve `config.runner` to absolute path ([#​11465](https://togithub.com/facebook/jest/pull/11465)) - `[jest-config]` Make sure to support functions as config ([#​11475](https://togithub.com/facebook/jest/pull/11475)) - `[jest-core]` Do not warn about `DNSCHANNEL` handles when using the `--detectOpenHandles` option ([#​11470](https://togithub.com/facebook/jest/pull/11470)) - `[jest-runner]` Remove dependency on `jest-config` ([#​11466](https://togithub.com/facebook/jest/pull/11466)) - `[jest-worker]` Loosen engine requirement to `>= 10.13.0` ([#​11451](https://togithub.com/facebook/jest/pull/11451))
nock/nock ### [`v13.1.0`](https://togithub.com/nock/nock/releases/v13.1.0) [Compare Source](https://togithub.com/nock/nock/compare/v13.0.11...v13.1.0) ##### Features - node 16 compatibility ([#​2199](https://togithub.com/nock/nock/issues/2199)) ([af05502](https://togithub.com/nock/nock/commit/af055023930087411571eeccd0db0e56ab06db73))
kulshekhar/ts-jest ### [`v27.0.3`](https://togithub.com/kulshekhar/ts-jest/blob/master/CHANGELOG.md#​2703-httpsgithubcomkulshekharts-jestcomparev2702v2703-2021-06-06) [Compare Source](https://togithub.com/kulshekhar/ts-jest/compare/v27.0.2...v27.0.3) ##### Bug Fixes - revert `exports` field to support all node versions ([#​2658](https://togithub.com/kulshekhar/ts-jest/issues/2658)) ([132c8ba](https://togithub.com/kulshekhar/ts-jest/commit/132c8ba85c3e61b7d9ede0dc9730580b79618ab7)) ##### Features - emit ESM codes if using ESM mode with Babel ([#​2661](https://togithub.com/kulshekhar/ts-jest/issues/2661)) ([9b55404](https://togithub.com/kulshekhar/ts-jest/commit/9b55404a8dfc760238e19786da98a2edf043b9da)), closes [#​2650](https://togithub.com/kulshekhar/ts-jest/issues/2650) ### [`v27.0.2`](https://togithub.com/kulshekhar/ts-jest/blob/master/CHANGELOG.md#​2702-httpsgithubcomkulshekharts-jestcomparev2701v2702-2021-05-30) [Compare Source](https://togithub.com/kulshekhar/ts-jest/compare/v27.0.1...v27.0.2) ##### Bug Fixes - **compiler:** add empty string file content to compiler cache ([#​2633](https://togithub.com/kulshekhar/ts-jest/issues/2633)) ([0feb556](https://togithub.com/kulshekhar/ts-jest/commit/0feb5560a588f87d1d989bf521859fba0fda20fe)), closes [#​2625](https://togithub.com/kulshekhar/ts-jest/issues/2625) - **config:** `exclude` should only exclude files which match glob values ([#​2637](https://togithub.com/kulshekhar/ts-jest/issues/2637)) ([c5ce979](https://togithub.com/kulshekhar/ts-jest/commit/c5ce97902c1b84dc354f270a4f596a6f5f634611)), closes [#​2634](https://togithub.com/kulshekhar/ts-jest/issues/2634) ### [`v27.0.1`](https://togithub.com/kulshekhar/ts-jest/blob/master/CHANGELOG.md#​2701-httpsgithubcomkulshekharts-jestcomparev2700v2701-2021-05-26) [Compare Source](https://togithub.com/kulshekhar/ts-jest/compare/v27.0.0...v27.0.1) ##### Bug Fixes - **cli:** keep `testMatch` if old jest config contains it ([#​2618](https://togithub.com/kulshekhar/ts-jest/issues/2618)) ([c568f49](https://togithub.com/kulshekhar/ts-jest/commit/c568f49907fb5559ba1e8c67f1ec5d5eb4af920a)), closes [#​2616](https://togithub.com/kulshekhar/ts-jest/issues/2616) - **compiler:** make sure `isolatedModules: false` use updated compiler options ([#​2628](https://togithub.com/kulshekhar/ts-jest/issues/2628)) ([348e30f](https://togithub.com/kulshekhar/ts-jest/commit/348e30f426803efc51ecba26ab42619938fcb5af)), closes [#​2629](https://togithub.com/kulshekhar/ts-jest/issues/2629) - add missing export `presets` ([#​2624](https://togithub.com/kulshekhar/ts-jest/issues/2624)) ([0ea025e](https://togithub.com/kulshekhar/ts-jest/commit/0ea025ebb456d3a31671e31fac0b401c2734a2b1)), closes [#​2623](https://togithub.com/kulshekhar/ts-jest/issues/2623)

Configuration

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

🚦 Automerge: Disabled due to failing status checks.

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

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.



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

renovate[bot] commented 3 years ago

⚠️ 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:

The artifact failure details are included below:

File name: package-lock.json
npm notice 
npm notice New minor version of npm available! 7.13.0 -> 7.15.1
npm notice Changelog: <https://github.com/npm/cli/releases/tag/v7.15.1>
npm notice Run `npm install -g npm@7.15.1` to update!
npm notice 
npm WARN ERESOLVE overriding peer dependency
npm WARN Found: @typescript-eslint/parser@4.26.0
npm WARN node_modules/@typescript-eslint/parser
npm WARN   @typescript-eslint/parser@"^4.23.0" from @stencila/eslint-config@2.0.10
npm WARN   node_modules/@stencila/eslint-config
npm WARN     @stencila/eslint-config@"2.0.10" from @stencila/dev-config@2.0.13
npm WARN     node_modules/@stencila/dev-config
npm WARN 
npm WARN Could not resolve dependency:
npm WARN peer @typescript-eslint/parser@"^2.23.0" from @stencil/eslint-plugin@0.3.1
npm WARN node_modules/@stencila/eslint-config/node_modules/@stencil/eslint-plugin
npm WARN   @stencil/eslint-plugin@"^0.3.1" from @stencila/eslint-config@2.0.10
npm WARN   node_modules/@stencila/eslint-config
npm WARN ERESOLVE overriding peer dependency
npm WARN Found: @typescript-eslint/eslint-plugin@4.26.0
npm WARN node_modules/@typescript-eslint/eslint-plugin
npm WARN   @typescript-eslint/eslint-plugin@"^4.23.0" from @stencila/eslint-config@2.0.10
npm WARN   node_modules/@stencila/eslint-config
npm WARN     @stencila/eslint-config@"2.0.10" from @stencila/dev-config@2.0.13
npm WARN     node_modules/@stencila/dev-config
npm WARN 
npm WARN Could not resolve dependency:
npm WARN peer @typescript-eslint/eslint-plugin@"^2.23.0" from @stencil/eslint-plugin@0.3.1
npm WARN node_modules/@stencila/eslint-config/node_modules/@stencil/eslint-plugin
npm WARN   @stencil/eslint-plugin@"^0.3.1" from @stencila/eslint-config@2.0.10
npm WARN   node_modules/@stencila/eslint-config
npm WARN ERESOLVE overriding peer dependency
npm WARN Found: eslint@7.27.0
npm WARN node_modules/eslint
npm WARN   eslint@"^7.26.0" from @stencila/eslint-config@2.0.10
npm WARN   node_modules/@stencila/eslint-config
npm WARN     @stencila/eslint-config@"2.0.10" from @stencila/dev-config@2.0.13
npm WARN     node_modules/@stencila/dev-config
npm WARN   3 more (@typescript-eslint/parser, ...)
npm WARN 
npm WARN Could not resolve dependency:
npm WARN peer eslint@"^6.0.0" from @stencil/eslint-plugin@0.3.1
npm WARN node_modules/@stencila/eslint-config/node_modules/@stencil/eslint-plugin
npm WARN   @stencil/eslint-plugin@"^0.3.1" from @stencila/eslint-config@2.0.10
npm WARN   node_modules/@stencila/eslint-config
npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR! 
npm ERR! Found: typescript@4.3.2
npm ERR! node_modules/typescript
npm ERR!   dev typescript@"4.3.2" from the root project
npm ERR!   peer typescript@">=2.7" from ts-node@10.0.0
npm ERR!   node_modules/ts-node
npm ERR!     dev ts-node@"10.0.0" from the root project
npm ERR!   2 more (ts-jest, @stencila/eslint-config)
npm ERR! 
npm ERR! Could not resolve dependency:
npm ERR! peer typescript@"^3.8.0" from @stencil/eslint-plugin@0.3.1
npm ERR! node_modules/@stencila/eslint-config/node_modules/@stencil/eslint-plugin
npm ERR!   @stencil/eslint-plugin@"^0.3.1" from @stencila/eslint-config@2.0.10
npm ERR!   node_modules/@stencila/eslint-config
npm ERR!     @stencila/eslint-config@"2.0.10" from @stencila/dev-config@2.0.13
npm ERR!     node_modules/@stencila/dev-config
npm ERR!       dev @stencila/dev-config@"2.0.13" from the root project
npm ERR! 
npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! this command with --force, or --legacy-peer-deps
npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
npm ERR! 
npm ERR! See /tmp/renovate-cache/others/npm/eresolve-report.txt for a full report.

npm ERR! A complete log of this run can be found in:
npm ERR!     /tmp/renovate-cache/others/npm/_logs/2021-06-02T01_49_51_950Z-debug.log
renovate[bot] commented 3 years ago

⚠ 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:

The artifact failure details are included below:

File name: package-lock.json
npm notice 
npm notice New minor version of npm available! 7.13.0 -> 7.16.0
npm notice Changelog: <https://github.com/npm/cli/releases/tag/v7.16.0>
npm notice Run `npm install -g npm@7.16.0` to update!
npm notice 
npm WARN ERESOLVE overriding peer dependency
npm WARN Found: @typescript-eslint/parser@4.26.0
npm WARN node_modules/@typescript-eslint/parser
npm WARN   @typescript-eslint/parser@"^4.23.0" from @stencila/eslint-config@2.0.10
npm WARN   node_modules/@stencila/eslint-config
npm WARN     @stencila/eslint-config@"2.0.10" from @stencila/dev-config@2.0.13
npm WARN     node_modules/@stencila/dev-config
npm WARN 
npm WARN Could not resolve dependency:
npm WARN peer @typescript-eslint/parser@"^2.23.0" from @stencil/eslint-plugin@0.3.1
npm WARN node_modules/@stencila/eslint-config/node_modules/@stencil/eslint-plugin
npm WARN   @stencil/eslint-plugin@"^0.3.1" from @stencila/eslint-config@2.0.10
npm WARN   node_modules/@stencila/eslint-config
npm WARN ERESOLVE overriding peer dependency
npm WARN Found: @typescript-eslint/eslint-plugin@4.26.0
npm WARN node_modules/@typescript-eslint/eslint-plugin
npm WARN   @typescript-eslint/eslint-plugin@"^4.23.0" from @stencila/eslint-config@2.0.10
npm WARN   node_modules/@stencila/eslint-config
npm WARN     @stencila/eslint-config@"2.0.10" from @stencila/dev-config@2.0.13
npm WARN     node_modules/@stencila/dev-config
npm WARN 
npm WARN Could not resolve dependency:
npm WARN peer @typescript-eslint/eslint-plugin@"^2.23.0" from @stencil/eslint-plugin@0.3.1
npm WARN node_modules/@stencila/eslint-config/node_modules/@stencil/eslint-plugin
npm WARN   @stencil/eslint-plugin@"^0.3.1" from @stencila/eslint-config@2.0.10
npm WARN   node_modules/@stencila/eslint-config
npm WARN ERESOLVE overriding peer dependency
npm WARN Found: eslint@7.28.0
npm WARN node_modules/eslint
npm WARN   eslint@"^7.26.0" from @stencila/eslint-config@2.0.10
npm WARN   node_modules/@stencila/eslint-config
npm WARN     @stencila/eslint-config@"2.0.10" from @stencila/dev-config@2.0.13
npm WARN     node_modules/@stencila/dev-config
npm WARN   3 more (@typescript-eslint/parser, ...)
npm WARN 
npm WARN Could not resolve dependency:
npm WARN peer eslint@"^6.0.0" from @stencil/eslint-plugin@0.3.1
npm WARN node_modules/@stencila/eslint-config/node_modules/@stencil/eslint-plugin
npm WARN   @stencil/eslint-plugin@"^0.3.1" from @stencila/eslint-config@2.0.10
npm WARN   node_modules/@stencila/eslint-config
npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR! 
npm ERR! Found: typescript@4.3.2
npm ERR! node_modules/typescript
npm ERR!   dev typescript@"4.3.2" from the root project
npm ERR!   peer typescript@">=2.7" from ts-node@10.0.0
npm ERR!   node_modules/ts-node
npm ERR!     dev ts-node@"10.0.0" from the root project
npm ERR!   2 more (ts-jest, @stencila/eslint-config)
npm ERR! 
npm ERR! Could not resolve dependency:
npm ERR! peer typescript@"^3.8.0" from @stencil/eslint-plugin@0.3.1
npm ERR! node_modules/@stencila/eslint-config/node_modules/@stencil/eslint-plugin
npm ERR!   @stencil/eslint-plugin@"^0.3.1" from @stencila/eslint-config@2.0.10
npm ERR!   node_modules/@stencila/eslint-config
npm ERR!     @stencila/eslint-config@"2.0.10" from @stencila/dev-config@2.0.13
npm ERR!     node_modules/@stencila/dev-config
npm ERR!       dev @stencila/dev-config@"2.0.13" from the root project
npm ERR! 
npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! this command with --force, or --legacy-peer-deps
npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
npm ERR! 
npm ERR! See /tmp/renovate-cache/others/npm/eresolve-report.txt for a full report.

npm ERR! A complete log of this run can be found in:
npm ERR!     /tmp/renovate-cache/others/npm/_logs/2021-06-06T16_29_05_678Z-debug.log
stencila-ci commented 3 years ago

:tada: This PR is included in version 0.117.1 :tada:

The release is available on:

Your semantic-release bot :package::rocket: