Skip to content

chore(deps): update all non-major dependencies (minor) - autoclosed

Reiter, Christoph requested to merge renovate/all-minor-patch into master

This MR contains the following updates:

Package Type Update Change
eslint (source) devDependencies minor 8.5.0 -> 8.7.0
eslint (source) devDependencies minor 8.5.0 -> 8.6.0
eslint-plugin-jsdoc devDependencies minor 37.3.0 -> 37.6.1
eslint-plugin-jsdoc devDependencies minor 37.3.0 -> 37.5.2
lit (source) dependencies minor 2.0.2 -> 2.1.1
rollup (source) devDependencies minor 2.61.1 -> 2.64.0
rollup (source) devDependencies minor 2.61.1 -> 2.63.0

Release Notes

eslint/eslint

v8.7.0

Compare Source

Features

  • 19ad061 feat: no-restricted-imports support casing (#​15439) (gfyoung)
  • 564ecdb feat: Support arbitrary module namespace names in no-restricted-imports (#​15491) (Milos Djermanovic)
  • 968a02a feat: Support arbitrary module namespace names in no-useless-rename (#​15493) (Milos Djermanovic)
  • 0d2b9a6 feat: move eslint --init to @​eslint/create-config (#​15150) (唯然)
  • 127f524 feat: false negative with property option in id-match (#​15474) (Nitin Kumar)
  • 359b2c1 feat: Support arbitrary module namespace names in the camelcase rule (#​15490) (Milos Djermanovic)
  • 3549571 feat: Support arbitrary module namespace names in the quotes rule (#​15479) (Milos Djermanovic)
  • 5563c45 feat: Support arbitrary module namespace names in keyword-spacing (#​15481) (Milos Djermanovic)
  • fd3683f feat: Support arbitrary module namespace names in no-restricted-exports (#​15478) (Milos Djermanovic)

Bug Fixes

  • a8db9a5 fix: no-invalid-this false positive in class field initializer (#​15495) (Milos Djermanovic)
  • 02d6426 fix: Correctly consume RuleTester statics (#​15507) (Brad Zacher)
  • db15802 fix: Add property fatalErrorCount to ignored file results (#​15520) (Francesco Trotta)
  • 03ac8cf fix: Prevent false positives with no-constant-condition (#​15486) (Jordan Eldredge)

Documentation

  • f50f849 docs: Update CLI docs to prefer local install (#​15513) (Nicholas C. Zakas)
  • 0469eb1 docs: Update shell code fences for new website (#​15522) (Olga)

Chores

v8.6.0

Compare Source

Features

  • 6802a54 feat: handle logical assignment in no-self-assign (#​14152) (Zzzen)
  • 3b38018 feat: allow to define eslint-disable-next-line in multiple lines (#​15436) (Nitin Kumar)
  • 9d6fe5a feat: false negative with onlyDeclarations + properties in id-match (#​15431) (Nitin Kumar)

Documentation

Chores

  • 3a384fc chore: Upgrade espree to 9.3.0 (#​15473) (Brandon Mills)
  • 1443cc2 chore: Update blogpost.md.ejs (#​15468) (Nicholas C. Zakas)
  • 28e907a refactor: remove unused parameter in linter.js (#​15451) (Milos Djermanovic)
  • eaa08d3 test: add tests for allowReserved parser option with flat config (#​15450) (Milos Djermanovic)
gajus/eslint-plugin-jsdoc

v37.6.1

Compare Source

Bug Fixes
  • surface jsdoc-type-pratt-parser fix, use pratt parser reexports from jsdoccomment, and allow patch version updates of jsdoccomment (which allows them now for the pratt parser) (f48766e)

v37.6.0

Compare Source

Features
  • update jsdoc-type-pratt-parser/jsdoccomment (adds predicates) (a009350)

v37.5.2

Compare Source

Bug Fixes
  • update jsdoccomment and jsdoc-type-pratt-parser (7d8afd8)

v37.5.1

Compare Source

Bug Fixes

v37.5.0

Compare Source

Features
  • no-multi-asterisks: add allowWhitespace option; fixes #​803 (6ddc79c)

v37.4.2

Compare Source

Bug Fixes
  • match-description: address issue with constructor being required with mainDescription false; fixes #​802 (80ab88a)
  • update jsdoc-type-pratt-parser (and jsdoccomment) (e793c66)

v37.4.1

Compare Source

Bug Fixes
  • updates jsdoc-type-pratt-parser and jsdoccomment to surface "module" as child fix; fixes #​806 (a7f3039)

v37.4.0

Compare Source

Features
  • require-returns-check, require-yields-check, require-throws: confirm that a "never" value is indeed present (508ea51)
lit/lit

v2.1.1

Compare Source

Patch Changes

v2.1.0

Compare Source

Changed
  • LitElement.renderRoot is now public readonly instead of protected.
Fixed
  • Exceptions generated during update/render do not block subsequent updates (#​262).
  • Initial update is scheduled at construction time rather than connected time (#​594).
  • A reflecting property set immediately after a corresponding attribute now reflects properly (#​592).
  • Properties annotated with the @query and @queryAll decorators will now survive property renaming optimizations when used with tsickle and Closure JS Compiler.
rollup/rollup

v2.64.0

Compare Source

2022-01-14

Features
  • Allow inspecting cached modules and forcing them to be transformed again via shouldTransformCachedModule (#​4320)
  • Do not wait for the config file to be parsed in watch mode if it is updated before that (#​4344)
Bug Fixes
  • Do not mutate objects returned as meta from the resolveId hook (#​4347)
Merge Requests

v2.63.0

Compare Source

2022-01-04

Features
  • Report a helpful error if rollup exits due to an empty event loop when using this.load (#​4320)
  • Allow directly mutating ModuleInfo.meta for modules and never replace this object (#​4328)
  • Detect additional side effect free array prototype methods (#​4332)
Bug Fixes
  • Do not watch if CLI watch options are specified but --watch is missing (#​4335)
Merge Requests

v2.62.0

Compare Source

2021-12-24

Features
  • Mark additional string prototype methods as side-effect-free and correct typings of existing ones (#​4299)
  • Mark additional array prototype methods as side-effect-free and correct typings of existing ones (#​4309)
  • Expose if a module is included after tree-shaking in its ModuleInfo (#​4305)
Bug Fixes
  • Fix how fsevents is included to improve watch mode on MacOS (#​4312)
Merge Requests

Configuration

📅 Schedule: "every weekend" (UTC).

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

Rebasing: Whenever MR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This MR will be recreated if closed unmerged. Get config help if that's undesired.


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

This MR has been generated by Renovate Bot.

Edited by Reiter, Christoph

Merge request reports