Skip to content

chore(deps): update devdependencies #860

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

Merged
merged 1 commit into from
Apr 21, 2022
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 21, 2022

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
c8 ~7.11.0 -> ~7.11.2 age adoption passing confidence
esbuild ~0.14.36 -> ~0.14.37 age adoption passing confidence
eslint-define-config ~1.3.0 -> ~1.4.0 age adoption passing confidence
eslint-plugin-jsdoc ~39.2.3 -> ~39.2.7 age adoption passing confidence
lint-staged ~12.3.8 -> ~12.4.0 age adoption passing confidence

Release Notes

bcoe/c8

v7.11.2

Compare Source

v7.11.1

Compare Source

evanw/esbuild

v0.14.37

Compare Source

  • Add support for TypeScript's moduleSuffixes field from TypeScript 4.7

    The upcoming version of TypeScript adds the moduleSuffixes field to tsconfig.json that introduces more rules to import path resolution. Setting moduleSuffixes to [".ios", ".native", ""] will try to look at the the relative files ./foo.ios.ts, ./foo.native.ts, and finally ./foo.ts for an import path of ./foo. Note that the empty string "" in moduleSuffixes is necessary for TypeScript to also look-up ./foo.ts. This was announced in the TypeScript 4.7 beta blog post.

  • Match the new ASI behavior from TypeScript nightly builds (#​2188)

    This release updates esbuild to match some very recent behavior changes in the TypeScript parser regarding automatic semicolon insertion. For more information, see TypeScript issues #​48711 and #​48654 (I'm not linking to them directly to avoid Dependabot linkback spam on these issues due to esbuild's popularity). The result is that the following TypeScript code is now considered valid TypeScript syntax:

    class A<T> {}
    new A<number> /* ASI now happens here */
    if (0) {}
    
    interface B {
      (a: number): typeof a /* ASI now happens here */
      <T>(): void
    }

    This fix was contributed by @​g-plane.

Shinigami92/eslint-define-config

v1.4.0

Compare Source

diff

  • Generate rules for: [vue-pug]
  • Removed rules for: [vue-pug-sfc]
  • Update ParserOptions
  • Update rules for: [eslint, import, jsdoc, typescript-eslint, unicorn, vue]
gajus/eslint-plugin-jsdoc

v39.2.7

Compare Source

Bug Fixes
  • require-jsdoc: report missing blocks to next line of function with explicit column, but only as far as needed (not as far as first line's column) (e53b441)

v39.2.6

Compare Source

Bug Fixes

v39.2.5

Compare Source

Bug Fixes
  • update jsdoccomment and devDep. (fb0c83f)

v39.2.4

Compare Source

Bug Fixes
  • require-jsdoc: proper reporting of end line numbers; fixes #​843 (4270b75)
okonet/lint-staged

v12.4.0

Compare Source

Bug Fixes
  • handle empty input by returning empty array from parseGitZOutput (a118817)
  • limit configuration discovery to cwd (d8fdf1d)
  • restore functionality of parent globs for a single configuration file (877ab4c)
Features
  • expose --max-arg-length cli option (e8291b0)

Configuration

📅 Schedule: "before 2am" (UTC).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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 a team as a code owner April 21, 2022 13:45
@renovate renovate bot added the c: dependencies Pull requests that adds/updates a dependency label Apr 21, 2022
@Shinigami92 Shinigami92 enabled auto-merge (squash) April 21, 2022 13:47
@Shinigami92 Shinigami92 requested review from a team April 21, 2022 13:47
@codecov
Copy link

codecov bot commented Apr 21, 2022

Codecov Report

Merging #860 (498d028) into main (b10f00c) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main     #860   +/-   ##
=======================================
  Coverage   99.35%   99.35%           
=======================================
  Files        1922     1922           
  Lines      183052   183052           
  Branches      900      900           
=======================================
  Hits       181878   181878           
  Misses       1118     1118           
  Partials       56       56           

@Shinigami92 Shinigami92 merged commit fe8eea4 into main Apr 21, 2022
@ST-DDT ST-DDT deleted the renovate/devdependencies branch April 21, 2022 18:12
@ST-DDT ST-DDT added this to the v6.2 - New small features milestone Apr 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
c: dependencies Pull requests that adds/updates a dependency
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants