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 js-linter #95

Merged
merged 1 commit into from
Apr 17, 2022
Merged

chore(deps): update js-linter #95

merged 1 commit into from
Apr 17, 2022

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Mar 16, 2022

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@nuxtjs/eslint-module 3.0.2 -> 3.1.0 age adoption passing confidence
eslint-plugin-import 2.25.4 -> 2.26.0 age adoption passing confidence
prettier (source) 2.5.1 -> 2.6.2 age adoption passing confidence

Release Notes

nuxt-community/eslint-module

v3.1.0

Compare Source

Features
Bug Fixes
3.0.2 (2020-12-16)
Bug Fixes
  • can't render pages on older versions of Nuxt if options.watch is missing (#​52) (1782113)
  • peer dependency (06cd9c5)
3.0.1 (2020-11-13)
Bug Fixes
import-js/eslint-plugin-import

v2.26.0

Compare Source

Added
  • [no-named-default, no-default-export, prefer-default-export, no-named-export, export, named, namespace, no-unused-modules]: support arbitrary module namespace names ([#​2358], thanks [@​sosukesuzuki])
  • [no-dynamic-require]: support dynamic import with espree ([#​2371], thanks [@​sosukesuzuki])
  • [no-relative-packages]: add fixer ([#​2381], thanks [@​forivall])
Fixed
  • [default]: typescript-eslint-parser: avoid a crash on exporting as namespace (thanks [@​ljharb])
  • [export]/TypeScript: false positive for typescript namespace merging ([#​1964], thanks [@​magarcia])
  • [no-duplicates]: ignore duplicate modules in different TypeScript module declarations ([#​2378], thanks [@​remcohaszing])
  • [no-unused-modules]: avoid a crash when processing re-exports ([#​2388], thanks [@​ljharb])
Changed
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)

v2.6.0

Compare Source

prettier --loglevel silent --find-config-path index.js


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 force-pushed the renovate/js-linter branch 4 times, most recently from e3496a3 to ae44b2c Compare March 23, 2022 08:41
@renovate renovate bot force-pushed the renovate/js-linter branch 16 times, most recently from 9acc561 to d971ed5 Compare March 31, 2022 23:58
@renovate renovate bot force-pushed the renovate/js-linter branch 3 times, most recently from de3f82b to d6ee5db Compare April 8, 2022 17:57
@renovate renovate bot force-pushed the renovate/js-linter branch from d6ee5db to 90baaaf Compare April 15, 2022 10:12
@renovate renovate bot force-pushed the renovate/js-linter branch from 90baaaf to c143ea2 Compare April 17, 2022 11:58
@coveralls
Copy link

coveralls commented Apr 17, 2022

Pull Request Test Coverage Report for Build 2179899501

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 79.455%

Totals Coverage Status
Change from base Build 2179891355: 0.0%
Covered Lines: 1605
Relevant Lines: 2020

💛 - Coveralls

@renovate renovate bot force-pushed the renovate/js-linter branch from c143ea2 to e54bf42 Compare April 17, 2022 12:14
@renovate renovate bot merged commit 14be3b9 into devel Apr 17, 2022
@renovate renovate bot deleted the renovate/js-linter branch April 17, 2022 15:51
@coveralls
Copy link

Pull Request Test Coverage Report for Build 2179856581

Warning: This coverage report may be inaccurate.

This pull request's base commit is no longer the HEAD commit of its target branch. This means it includes changes from outside the original pull request, including, potentially, unrelated coverage changes.

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 79.455%

Totals Coverage Status
Change from base Build 2179851453: 0.0%
Covered Lines: 1605
Relevant Lines: 2020

💛 - Coveralls

@coveralls
Copy link

coveralls commented Nov 2, 2024

Pull Request Test Coverage Report for Build 2179899501

Warning: This coverage report may be inaccurate.

This pull request's base commit is no longer the HEAD commit of its target branch. This means it includes changes from outside the original pull request, including, potentially, unrelated coverage changes.

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 79.455%

Totals Coverage Status
Change from base Build 2179891355: 0.0%
Covered Lines: 1605
Relevant Lines: 2020

💛 - Coveralls

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