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

fix(deps): update all non-major dependencies #225

Merged
merged 1 commit into from
Apr 3, 2022

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 3, 2022

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@stencil/core (source) ^2.14.2 -> ^2.15.0 age adoption passing confidence
@typescript-eslint/eslint-plugin ^5.16.0 -> ^5.17.0 age adoption passing confidence
@typescript-eslint/parser ^5.16.0 -> ^5.17.0 age adoption passing confidence
eslint-plugin-react-hooks (source) ^4.3.0 -> ^4.4.0 age adoption passing confidence
prettier (source) ^2.6.1 -> ^2.6.2 age adoption passing confidence

Release Notes

ionic-team/stencil

v2.15.0

Compare Source

Bug Fixes

😃 2.14.2 (2022-03-10)

Bug Fixes
Features

🐦 2.14.1 (2022-03-07)

Bug Fixes
typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin)

v5.17.0

Compare Source

Features
  • eslint-plugin: [no-unused-vars] add destructuredArrayIgnorePattern options (#​4748) (6f8db8b)
typescript-eslint/typescript-eslint (@​typescript-eslint/parser)

v5.17.0

Compare Source

Note: Version bump only for package @​typescript-eslint/parser

facebook/react

v4.4.0

  • No changes, this was an automated release together with React 18.
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();
  }
}

Configuration

📅 Schedule: "before 12pm on Sunday" (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 requested a review from favna as a code owner April 3, 2022 03:49
@renovate renovate bot merged commit 87349f3 into main Apr 3, 2022
@renovate renovate bot deleted the renovate/all-minor-patch branch April 3, 2022 06:33
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.

1 participant