Skip to content

Update dependencies (non-major)#1084

Merged
drazisil merged 1 commit intomainfrom
renovate/dependencies-(non-major)
Apr 10, 2022
Merged

Update dependencies (non-major)#1084
drazisil merged 1 commit intomainfrom
renovate/dependencies-(non-major)

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Mar 21, 2022

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@babel/core (source) 7.17.8 -> 7.17.9 age adoption passing confidence devDependencies patch
@typescript-eslint/eslint-plugin 5.15.0 -> 5.18.0 age adoption passing confidence devDependencies minor
@typescript-eslint/parser 5.15.0 -> 5.18.0 age adoption passing confidence devDependencies minor
eslint (source) 8.11.0 -> 8.13.0 age adoption passing confidence devDependencies minor
githubocto/repo-visualizer 0.7.1 -> 0.8.1 age adoption passing confidence action minor
npm (source) 8.5.5 -> 8.6.0 age adoption passing confidence volta minor
pino-pretty 7.5.4 -> 7.6.1 age adoption passing confidence devDependencies minor
postgres 14.0 -> 14.2 age adoption passing confidence minor
prettier (source) 2.6.0 -> 2.6.2 age adoption passing confidence devDependencies patch
ts-jest (source) 27.1.3 -> 27.1.4 age adoption passing confidence devDependencies patch
typescript (source) 4.6.2 -> 4.6.3 age adoption passing confidence dependencies patch

Release Notes

babel/babel

v7.17.9

Compare Source

🐛 Bug Fix
💅 Polish
📝 Documentation
🏠 Internal
typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin)

v5.18.0

Compare Source

Bug Fixes
  • eslint-plugin: method-signature-style respect getter signature (#​4777) (12dd670)
Features
  • eslint-plugin: [no-shadow] ignoreOnInitialization option (#​4603) (068ea9b)
  • eslint-plugin: [no-this-alias] report on assignment expressions (#​4718) (8329498)

v5.17.0

Compare Source

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

v5.16.0

Compare Source

Bug Fixes
  • eslint-plugin: [consistent-type-assertions] enforce assertionStyle for const assertions (#​4685) (8ec05be)
Features
  • eslint-plugin: [prefer-optional-chain] support logical with empty object (#​4430) (d21cfe0)
typescript-eslint/typescript-eslint (@​typescript-eslint/parser)

v5.18.0

Compare Source

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

v5.17.0

Compare Source

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

v5.16.0

Compare Source

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

eslint/eslint

v8.13.0

Compare Source

Features

  • 274acbd feat: fix no-eval logic for this in arrow functions (#​15755) (Milos Djermanovic)

Bug Fixes

  • 97b57ae fix: invalid operator in operator-assignment messages (#​15759) (Milos Djermanovic)

Documentation

  • c32482e docs: Typo in space-infix-ops docs (#​15754) (kmin-jeong)
  • f2c2d35 docs: disambiguate types FormatterFunction and LoadedFormatter (#​15727) (Francesco Trotta)

Chores

  • bb4c0d5 chore: Refactor docs to work with docs.eslint.org (#​15744) (Nicholas C. Zakas)
  • d36f12f chore: remove lib/init from eslint config (#​15748) (Milos Djermanovic)
  • a59a4e6 chore: replace trimLeft/trimRight with trimStart/trimEnd (#​15750) (Milos Djermanovic)

v8.12.0

Compare Source

Features
  • 685a67a feat: fix logic for top-level this in no-invalid-this and no-eval (#​15712) (Milos Djermanovic)
Chores
  • 18f5e05 chore: padding-line-between-statements remove useless additionalItems (#​15706) (Martin Sadovy)
githubocto/repo-visualizer

v0.8.1

Compare Source

npm/cli

v8.6.0

Compare Source

Features
Bug Fixes
Documentation
Dependencies
pinojs/pino-pretty

v7.6.1

Compare Source

What's Changed

New Contributors

Full Changelog: pinojs/pino-pretty@v7.6.0...v7.6.1

v7.6.0

Compare Source

What's Changed

New Contributors

Full Changelog: pinojs/pino-pretty@v7.5.4...v7.6.0

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();
  }
}

v2.6.1

Compare Source

diff

Ignore loglevel when printing information (#​12477 by @​fisker)
kulshekhar/ts-jest

v27.1.4

Compare Source

Bug Fixes
Microsoft/TypeScript

v4.6.3

Compare Source

This release includes fixes for

For the complete list of fixed issues, check out the

Downloads are available on:


Configuration

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

🚦 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 drazisil as a code owner March 21, 2022 21:21
@codecov
Copy link

codecov bot commented Mar 21, 2022

Codecov Report

Merging #1084 (fa360fa) into main (1f06bfb) will not change coverage.
The diff coverage is n/a.

@renovate renovate bot force-pushed the renovate/dependencies-(non-major) branch 20 times, most recently from 59e906a to 04b415c Compare March 24, 2022 18:08
@renovate renovate bot changed the title Update dependencies (non-major) to v5.16.0 Update dependencies (non-major) Mar 24, 2022
@renovate renovate bot force-pushed the renovate/dependencies-(non-major) branch 3 times, most recently from e798784 to 329b064 Compare March 25, 2022 01:05
@renovate renovate bot force-pushed the renovate/dependencies-(non-major) branch from 329b064 to 4eafb2c Compare March 25, 2022 03:35
@renovate renovate bot force-pushed the renovate/dependencies-(non-major) branch 29 times, most recently from dd600ba to 96b60d8 Compare March 30, 2022 04:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants