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

chore(deps): update devdeps #855

Merged
merged 1 commit into from Apr 17, 2022
Merged

chore(deps): update devdeps #855

merged 1 commit into from Apr 17, 2022

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 17, 2022

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@microsoft/api-documenter (source) 7.16.0 -> 7.17.9 age adoption passing confidence
@microsoft/api-extractor (source) 7.19.5 -> 7.22.2 age adoption passing confidence
@microsoft/api-extractor-model (source) 7.15.4 -> 7.17.1 age adoption passing confidence
@types/inquirer 8.2.0 -> 8.2.1 age adoption passing confidence
did-resolver 3.1.5 -> 3.2.0 age adoption passing confidence
prettier (source) 2.6.1 -> 2.6.2 age adoption passing confidence
puppeteer 13.5.1 -> 13.5.2 age adoption passing confidence
sqlite3 5.0.2 -> 5.0.3 age adoption passing confidence
web-did-resolver 2.0.12 -> 2.0.15 age adoption passing confidence

Release Notes

decentralized-identity/did-resolver

v3.2.0

Compare Source

Features

3.1.5 (2021-12-09)

Bug Fixes

3.1.4 (2021-12-04)

Bug Fixes
  • add optional [@context](https://togithub.com/context) to result data type (#​108) (39a3301)

3.1.3 (2021-10-26)

Bug Fixes

3.1.2 (2021-09-29)

Bug Fixes
  • editorial fix to trigger a new release (52098b4)

3.1.1 (2021-09-27)

Bug Fixes
  • docs: editorial fix, include recent changes (db504fd)
prettier/prettier

v2.6.2

Compare Source

diff

Fix LESS/SCSS format error (#​12536 by @​fisker)
// Input
.background-gradient(@​cut) {
    background: linear-gradient(
        to right,
        @​white 0%,
        @​white (@​cut - 0.01%),
        @​portal-background @​cut,
        @​portal-background 100%
    );
}

// Prettier 2.6.1
TypeError: Cannot read properties of undefined (reading 'endOffset')

// Prettier 2.6.2
.background-gradient(@​cut) {
  background: linear-gradient(
    to right,
    @​white 0%,
    @​white (@​cut - 0.01%),
    @​portal-background @​cut,
    @​portal-background 100%
  );
}
Update meriyah to fix several bugs (#​12567 by @​fisker, fixes in meriyah by @​3cp)

Fixes bugs when parsing following valid code:

foo(await bar());
const regex = /.*/ms;
const element = <p>{/w/.test(s)}</p>;
class A extends B {
  #privateMethod() {
    super.method();
  }
}
puppeteer/puppeteer

v13.5.2

Compare Source

TryGhost/node-sqlite3

v5.0.3

Compare Source

What's Changed

Known Problems

Full Changelog: TryGhost/node-sqlite3@v5.0.2...v5.0.3

decentralized-identity/web-did-resolver

v2.0.15

Compare Source

Bug Fixes
  • deps: update dependency react-scripts to v5.0.1 (36d0e22)

v2.0.14

Compare Source

Bug Fixes
  • deps: update react monorepo to v18 (8f21c88)

v2.0.13

Compare Source

Bug Fixes
  • deps: Update dependency did-resolver to v3.2.0 (d33f51e)

Configuration

📅 Schedule: "every weekend" (UTC).

🚦 Automerge: Enabled.

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.


  • If you want to rebase/retry this PR, click this checkbox.

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

@renovate renovate bot added the maintenance label Apr 17, 2022
@codecov
Copy link

codecov bot commented Apr 17, 2022

Codecov Report

Merging #855 (60a42a0) into next (88264db) will increase coverage by 11.35%.
The diff coverage is 83.14%.

@@             Coverage Diff             @@
##             next     #855       +/-   ##
===========================================
+ Coverage   67.58%   78.93%   +11.35%     
===========================================
  Files          62      105       +43     
  Lines        1530     3594     +2064     
  Branches      247      744      +497     
===========================================
+ Hits         1034     2837     +1803     
- Misses        400      754      +354     
+ Partials       96        3       -93     

@renovate renovate bot merged commit 422fc45 into next Apr 17, 2022
@renovate renovate bot deleted the renovate/devdeps branch April 17, 2022 11:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant