chore(deps): update all non-major dependencies
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
@babel/core (source) | devDependencies | patch | 7.16.5 -> 7.16.7 |
@babel/preset-env (source) | devDependencies | patch | 7.16.5 -> 7.16.8 |
@rollup/plugin-node-resolve | devDependencies | patch | 13.1.1 -> 13.1.3 |
eslint (source) | devDependencies | minor | 8.5.0 -> 8.7.0 |
eslint-plugin-jsdoc | devDependencies | minor | 37.3.0 -> 37.6.1 |
i18next (source) | dependencies | patch | 21.6.3 -> 21.6.6 |
karma (source) | devDependencies | patch | 6.3.9 -> 6.3.11 |
lit (source) | dependencies | minor | 2.0.2 -> 2.1.1 |
mocha (source) | devDependencies | patch | 9.1.3 -> 9.1.4 |
rollup (source) | devDependencies | minor | 2.61.1 -> 2.64.0 |
rollup-plugin-license | devDependencies | patch | 2.6.0 -> 2.6.1 |
selfsigned | devDependencies | patch | 1.10.11 -> 1.10.14 |
Release Notes
babel/babel
v7.16.7
👓 Spec Compliance
🐛 Bug Fix
-
babel-plugin-transform-runtime
,babel-runtime-corejs2
,babel-runtime-corejs3
,babel-runtime
-
babel-helpers
- #14072 Fix derived classes in Chrome <= 36 (@nicolo-ribaudo)
-
babel-helper-function-name
,babel-plugin-transform-function-name
- #14047 Fix unicode handling in generated function names (@The-x-Theorist)
💅 Polish
-
babel-core
-
#14067 Allow
$schema
property in json config files (@The-x-Theorist)
-
#14067 Allow
rollup/plugins
v13.1.3
2022-01-05
Bugfixes
- fix: use correct version when published (#1063)
v13.1.2
2021-12-31
Bugfixes
- fix: forward meta-information from other plugins (#1062)
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)
i18next/i18next
v21.6.6
- fix: deepFind fallback when accessing missing flat dotted key 1719
v21.6.5
- fix: passed format parameter value truncation in options argument for custom formatter 1715
v21.6.4
- fix: skipOnVariables (and all other interpolation options should respect defaults) 1711
karma-runner/karma
v6.3.11
Bug Fixes
- deps: pin colors package to 1.4.0 due to security vulnerability (a5219c5)
v6.3.10
Bug Fixes
mochajs/mocha
v9.1.4
🐛 Fixes
-
#4807:
import
throws wrong error if loader is used (@giltayar)
🔩 Other
- #4777: Add Node v17 to CI test matrix (@outsideris)
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