chore(deps): update all non-major dependencies (minor) - autoclosed
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
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: moveeslint --init
to @eslint/create-config (#15150) (唯然) -
127f524
feat: false negative withproperty
option inid-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 propertyfatalErrorCount
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
-
369fb1b
chore: Upgrade to eslint-visitor-keys@3.2.0 (#15526) (Brandon Mills) -
ba6317b
ci: remove master branch from CI configs (#15501) (Milos Djermanovic) -
79b6340
chore: fixed typo in client-Engine (#15497) (Abhay Gupta) -
6278281
chore: switchnew syntax
issue template to forms (#15480) (Nitin Kumar)
v8.6.0
Features
-
6802a54
feat: handle logical assignment in no-self-assign (#14152) (Zzzen) -
3b38018
feat: allow to defineeslint-disable-next-line
in multiple lines (#15436) (Nitin Kumar) -
9d6fe5a
feat: false negative withonlyDeclarations
+properties
in id-match (#15431) (Nitin Kumar)
Documentation
-
6c4dee2
docs: Document homedir is a configuration root (#15469) (Bas Bosman) -
51c37b1
docs: consistency changes (#15404) (Bas Bosman) -
775d181
docs: Mention character classes in no-useless-escape (#15421) (Sebastian Simon)
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 inlinter.js
(#15451) (Milos Djermanovic) -
eaa08d3
test: add tests forallowReserved
parser option with flat config (#15450) (Milos Djermanovic)
gajus/eslint-plugin-jsdoc
v37.6.1
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
Features
- update jsdoc-type-pratt-parser/jsdoccomment (adds predicates) (a009350)
v37.5.2
Bug Fixes
- update jsdoccomment and jsdoc-type-pratt-parser (7d8afd8)
v37.5.1
Bug Fixes
-
no-undefined-types
: detection of AST descendants of template tag; fixes #559, fixes #827 (9962b22) - update jsdoccomment (88dc5e7)
v37.5.0
Features
v37.4.2
Bug Fixes
-
match-description
: address issue withconstructor
being required withmainDescription
false; fixes #802 (80ab88a) - update jsdoc-type-pratt-parser (and jsdoccomment) (e793c66)
v37.4.1
Bug Fixes
- updates jsdoc-type-pratt-parser and jsdoccomment to surface "module" as child fix; fixes #806 (a7f3039)
v37.4.0
Features
-
require-returns-check
,require-yields-check
,require-throws
: confirm that a "never" value is indeed present (508ea51)
lit/lit
v2.1.1
Patch Changes
v2.1.0
Changed
-
LitElement.renderRoot
is nowpublic readonly
instead ofprotected
.
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
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
- #4326: refactor: type fixes (@dnalborczyk)
- #4339: More watch test stabilization (@lukastaegert)
- #4340: refactor: performance timers for node.js and browser (@dnalborczyk)
- #4341: Implement shouldTransformCachedModule hook (@lukastaegert)
- #4344: Directly restart Rollup when config file change is detected in watch mode (@lukastaegert)
- #4347: Create a shallow copy when returning meta from resolveId (@lukastaegert)
v2.63.0
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
- #4320: Detect unfulfilled async hook actions and report error on exit (@kzc)
- #4328: Make initial ModuleInfo.meta mutable and maintain object identity (@lukastaegert)
- #4318: Stabilize watch tests (@lukastaegert)
- #4331: Improve JS docs example (@lukastaegert)
- #4332: add support for Array.prototype.findLast,findLastIndex (@dnalborczyk)
- #4333: convert utils.transform to async function (@dnalborczyk)
- #4335: Do not watch unless --watch is specified explicitly (@lukastaegert)
- #4338: Add build delay for plugin event test (@lukastaegert)
v2.62.0
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
- #4299: Add additional string prototype methods (@dnalborczyk)
- #4300: Bump deps, fix expected test result for core-js (@dnalborczyk)
- #4302: Replace type assertion with type guard (@dnalborczyk)
- #4304: Re-use reserved names set (@dnalborczyk)
- #4305: Expose isIncluded in module info (@william57m)
- #4306: Fix git line breaks on windows (@dnalborczyk)
- #4307: Add macos to pipeline (@dnalborczyk)
- #4309: Add additional array prototype methods (@dnalborczyk)
- #4311: Add Deno instructions to docs (@jespertheend)
- #4312: fsevents integration (@dnalborczyk)
- #4313: Remove non-existing static functions from known globals (@dnalborczyk)
Configuration
-
If you want to rebase/retry this MR, click this checkbox.
This MR has been generated by Renovate Bot.
Edited by Reiter, Christoph