This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
@babel/core (source) | devDependencies | patch | 7.17.8 -> 7.17.9 |
@babel/runtime-corejs3 | devDependencies | patch | 7.17.8 -> 7.17.9 |
jszip | dependencies | patch | 3.9.0 -> 3.9.1 |
lit (source) | dependencies | patch | 2.2.1 -> 2.2.2 |
v7.17.9
babel-parser
, babel-standalone
@babel/standalone
(@nicolo-ribaudo)babel-traverse
babel-plugin-proposal-decorators
babel-parser
babel-generator
, babel-parser
babel-plugin-transform-classes
, babel-plugin-transform-modules-commonjs
, babel-preset-env
.mjs
and .js
files (@nicolo-ribaudo)babel-helper-create-class-features-plugin
, babel-plugin-proposal-class-properties
name
/length
(@nicolo-ribaudo)babel-plugin-proposal-decorators
jest-light-runner
from npm (@nicolo-ribaudo)babel-cli
babel-helper-function-name
, babel-helper-get-function-arity
@babel/helper-get-function-arity
package (@nicolo-ribaudo)babel-helpers
@babel/helpers
code (@nicolo-ribaudo)babel-core
, babel-highlight
, babel-parser
v2.2.2
#2657 a6069c40
- Remove readonly restriction from StyleInfo
interface as addition, deletion, and updating of styles is valid. Expanded styleMap
documentation with links to lit.dev.
#2642 badc532c
- Add an additional security brand check to StaticValues; Similar to #2307
#2691 171143bd
- Fixes ref
bug when auto-bound class method used as a callback could incorrectly receive undefined
.
#2661 9a3a38cd
- Give a clearer error message when rendering into null/undefined
#2646 365cd09a
- Clarify that hacking around the template strings array brand error can create security vulnerabilities.
This MR has been generated by Renovate Bot.