babel/babel
### [`v7.12.10`](https://togithub.com/babel/babel/blob/master/CHANGELOG.md#v71210-2020-12-09)
[Compare Source](https://togithub.com/babel/babel/compare/v7.12.9...v7.12.10)
##### :eyeglasses: Spec Compliance
- `babel-parser`
- [#12443](https://togithub.com/babel/babel/pull/12443) Make sure estree test should not throw if babel parser does not throw ([@JLHwung](https://togithub.com/JLHwung))
- [#12375](https://togithub.com/babel/babel/pull/12375) Make sure babel parser throws exactly same recoverable errors when estree plugin is enabled ([@JLHwung](https://togithub.com/JLHwung))
##### :bug: Bug Fix
- `babel-generator`
- [#12424](https://togithub.com/babel/babel/pull/12424) Fix printing BigIntLiterals/DecimalLiterals with compact option ([@existentialism](https://togithub.com/existentialism))
- `babel-types`
- [#12418](https://togithub.com/babel/babel/pull/12418) babel-types update OptionalCallExpression to support ArgumentPlaceholder ([@zxbodya](https://togithub.com/zxbodya))
- [#12395](https://togithub.com/babel/babel/pull/12395) Fix `t.isReferenced()` for named re-exports ([@nicolo-ribaudo](https://togithub.com/nicolo-ribaudo))
- `babel-traverse`
- [#12394](https://togithub.com/babel/babel/pull/12394) Set correct `path.context` un `push/unshiftContainer` ([@nicolo-ribaudo](https://togithub.com/nicolo-ribaudo))
##### :nail_care: Polish
- `babel-preset-env`
- [#12402](https://togithub.com/babel/babel/pull/12402) Clarify warning source about underspecified corejs option in preset-env. ([@AndrewSouthpaw](https://togithub.com/AndrewSouthpaw))
##### :memo: Documentation
- `babel-parser`
- [#12449](https://togithub.com/babel/babel/pull/12449) Add StaticBlock to Table of Contents in AST spec ([@sosukesuzuki](https://togithub.com/sosukesuzuki))
##### :house: Internal
- Other
- [#12450](https://togithub.com/babel/babel/pull/12450) Use new CircleCI images ([@nicolo-ribaudo](https://togithub.com/nicolo-ribaudo))
- [#12453](https://togithub.com/babel/babel/pull/12453) Use Yarn 2.4.0 ([@nicolo-ribaudo](https://togithub.com/nicolo-ribaudo))
- [#12430](https://togithub.com/babel/babel/pull/12430) chore: remove travis-ci badge ([@JLHwung](https://togithub.com/JLHwung))
- [#12397](https://togithub.com/babel/babel/pull/12397) chore: bump chokidar in glob-watcher to ^3.4.0 ([@JLHwung](https://togithub.com/JLHwung))
- `babel-cli`, `babel-node`, `babel-plugin-transform-runtime`, `babel-register`
- [#12458](https://togithub.com/babel/babel/pull/12458) Use native Node.js functions when available ([@nicolo-ribaudo](https://togithub.com/nicolo-ribaudo))
- `babel-helper-builder-react-jsx-experimental`, `babel-plugin-transform-react-jsx-development`, `babel-plugin-transform-react-jsx`, `babel-preset-react`
- [#12253](https://togithub.com/babel/babel/pull/12253) Stop using old JSX transform ([@Andarist](https://togithub.com/Andarist))
- `babel-helper-fixtures`, `babel-types`
- [#12440](https://togithub.com/babel/babel/pull/12440) Prepare codebase for inline Babel 8 breaking changes ([@nicolo-ribaudo](https://togithub.com/nicolo-ribaudo))
- `babel-core`, `babel-helper-transform-fixture-test-runner`, `babel-node`, `babel-plugin-transform-block-scoping`, `babel-plugin-transform-runtime`, `babel-plugin-transform-typeof-symbol`
- [#12439](https://togithub.com/babel/babel/pull/12439) Use `require.resolve` instead of the `resolve` package ([@nicolo-ribaudo](https://togithub.com/nicolo-ribaudo))
- `babel-parser`
- [#12398](https://togithub.com/babel/babel/pull/12398) refactor: simplify isAwaitAllowed ([@JLHwung](https://togithub.com/JLHwung))
### [`v7.12.9`](https://togithub.com/babel/babel/blob/master/CHANGELOG.md#v7129-2020-11-24)
[Compare Source](https://togithub.com/babel/babel/compare/v7.12.8...v7.12.9)
##### :bug: Bug Fix
- `babel-plugin-transform-typescript`, `babel-traverse`
- [#12391](https://togithub.com/babel/babel/pull/12391) Update pathCache in `NodePath#_replaceWith` ([@JLHwung](https://togithub.com/JLHwung))
### [`v7.12.8`](https://togithub.com/babel/babel/blob/master/CHANGELOG.md#v7128-2020-11-23)
[Compare Source](https://togithub.com/babel/babel/compare/v7.12.7...v7.12.8)
##### :bug: Bug Fix
- `babel-traverse`
- [#12390](https://togithub.com/babel/babel/pull/12390) Avoid infinite loops in type inference logic ([@nicolo-ribaudo](https://togithub.com/nicolo-ribaudo))
- [#12387](https://togithub.com/babel/babel/pull/12387) Initialize NodePath context when using `getSibling` ([@nicolo-ribaudo](https://togithub.com/nicolo-ribaudo))
- `babel-cli`
- [#12382](https://togithub.com/babel/babel/pull/12382) Fix Node version check ([@Hypnosphi](https://togithub.com/Hypnosphi))
##### :house: Internal
- [#12372](https://togithub.com/babel/babel/pull/12372) chore: fix watch config ([@JLHwung](https://togithub.com/JLHwung))
### [`v7.12.7`](https://togithub.com/babel/babel/blob/master/CHANGELOG.md#v7127-2020-11-20)
[Compare Source](https://togithub.com/babel/babel/compare/v7.12.3...v7.12.7)
##### :eyeglasses: Spec Compliance
- `babel-parser`
- [#12346](https://togithub.com/babel/babel/pull/12346) refactor: reorder checkLVal parameters ([@JLHwung](https://togithub.com/JLHwung))
- [#12327](https://togithub.com/babel/babel/pull/12327) fix: disallow all parenthesized pattern except parsing LHS ([@JLHwung](https://togithub.com/JLHwung))
##### :bug: Bug Fix
- `babel-parser`
- [#12356](https://togithub.com/babel/babel/pull/12356) [ts]Fix syntax error for modifier name class methods with type parameters ([@sosukesuzuki](https://togithub.com/sosukesuzuki))
- [#12352](https://togithub.com/babel/babel/pull/12352) [ts]Set `false` to default value of TsTypePredicate.asserts ([@sosukesuzuki](https://togithub.com/sosukesuzuki))
- [#12333](https://togithub.com/babel/babel/pull/12333) Fix syntax error for getter and setter with typescript and estree plugin ([@sosukesuzuki](https://togithub.com/sosukesuzuki))
- `babel-helper-optimise-call-expression`, `babel-plugin-proposal-class-properties`
- [#12350](https://togithub.com/babel/babel/pull/12350) Fix: correctly transform `this.#m?.(...arguments)` ([@JLHwung](https://togithub.com/JLHwung))
- `babel-compat-data`, `babel-preset-env`
- [#12340](https://togithub.com/babel/babel/pull/12340) Fix support for polyfilling Array.prototype.values in core-js@2 ([@existentialism](https://togithub.com/existentialism))
- `babel-plugin-transform-modules-systemjs`, `babel-plugin-transform-parameters`, `babel-preset-env`, `babel-traverse`
- [#12331](https://togithub.com/babel/babel/pull/12331) Use the correct `context` when re-using a cached `NodePath` ([@nicolo-ribaudo](https://togithub.com/nicolo-ribaudo))
- `babel-plugin-proposal-numeric-separator`
- [#12311](https://togithub.com/babel/babel/pull/12311) Adding includes fix for plugin-proposal-numeric-separator ([@fraywing](https://togithub.com/fraywing))
##### :nail_care: Polish
- `babel-preset-react`, `babel-preset-typescript`
- [#12347](https://togithub.com/babel/babel/pull/12347) refactor: use option-validator in preset-typescript ([@JLHwung](https://togithub.com/JLHwung))
- `babel-types`
- [#12341](https://togithub.com/babel/babel/pull/12341) improve asserts in generated typescript definitions ([@zxbodya](https://togithub.com/zxbodya))
##### :house: Internal
- `babel-helper-regex`
- [#12377](https://togithub.com/babel/babel/pull/12377) Archive `@babel/helper-regex` ([@nicolo-ribaudo](https://togithub.com/nicolo-ribaudo))
- `babel-helper-create-regexp-features-plugin`, `babel-plugin-transform-sticky-regex`
- [#12349](https://togithub.com/babel/babel/pull/12349) refactor: inline `@babel/helper-regex` usage ([@JLHwung](https://togithub.com/JLHwung))
- `babel-core`
- [#12288](https://togithub.com/babel/babel/pull/12288) Don't compile `import()` in development ([@nicolo-ribaudo](https://togithub.com/nicolo-ribaudo))
- [#11734](https://togithub.com/babel/babel/pull/11734) Account for ConfigItem being generated by another copy of Babel ([@developit](https://togithub.com/developit))
- `babel-preset-env`
- [#12368](https://togithub.com/babel/babel/pull/12368) Bump caniuse-lite resolutions ([@JLHwung](https://togithub.com/JLHwung))
- Other
- [#12362](https://togithub.com/babel/babel/pull/12362) chore: fix grammar in bug template ([@snitin315](https://togithub.com/snitin315))
- [#12357](https://togithub.com/babel/babel/pull/12357) chore: prompt maintainer to quit make watch before publish ([@JLHwung](https://togithub.com/JLHwung))
- [#12328](https://togithub.com/babel/babel/pull/12328) chore: remove Node.js 13 from CI ([@JLHwung](https://togithub.com/JLHwung))
- `babel-types`
- [#11883](https://togithub.com/babel/babel/pull/11883) feat(babel‑types): Add type definitions for Node assertion methods ([@ExE-Boss](https://togithub.com/ExE-Boss))
- `babel-cli`
- [#12322](https://togithub.com/babel/babel/pull/12322) Use `chokidar@2` without `fsevents@1` in `@babel/cli` ([@nicolo-ribaudo](https://togithub.com/nicolo-ribaudo))
- `babel-parser`
- [#12326](https://togithub.com/babel/babel/pull/12326) Add typings for `recordAndTuple` parser plugin ([@JLHwung](https://togithub.com/JLHwung))
- `babel-traverse`
- [#12309](https://togithub.com/babel/babel/pull/12309) test: add tests about behaviour of replaceWithMultiple ([@JLHwung](https://togithub.com/JLHwung))
##### :running_woman: Performance
- `babel-traverse`
- [#12302](https://togithub.com/babel/babel/pull/12302) Reduce linear search on list traversing ([@JLHwung](https://togithub.com/JLHwung))
##### :microscope: Output optimization
- `babel-helper-member-expression-to-functions`, `babel-plugin-proposal-class-properties`, `babel-plugin-proposal-optional-chaining`
- [#12291](https://togithub.com/babel/babel/pull/12291) optimize optional chain when expression will be cast to boolean ([@JLHwung](https://togithub.com/JLHwung))
### [`v7.12.3`](https://togithub.com/babel/babel/blob/master/CHANGELOG.md#v7123-2020-10-16)
[Compare Source](https://togithub.com/babel/babel/compare/v7.12.1...v7.12.3)
##### :bug: Bug Fix
- `babel-helper-wrap-function`, `babel-plugin-proposal-async-generator-functions`
- [#12192](https://togithub.com/babel/babel/pull/12192) fix: properly wrap private class methods ([@JLHwung](https://togithub.com/JLHwung))
- `babel-core`
- [#12200](https://togithub.com/babel/babel/pull/12200) Make `loadPartialConfig`'s options optional ([@nicolo-ribaudo](https://togithub.com/nicolo-ribaudo))
- `babel-parser`
- [#12185](https://togithub.com/babel/babel/pull/12185) [ts] Disallow invalid type annotations in ExpressionStatements ([@existentialism](https://togithub.com/existentialism))
##### :house: Internal
- Other
- [#12204](https://togithub.com/babel/babel/pull/12204) chore: update test262 tests ([@JLHwung](https://togithub.com/JLHwung))
- `babel-parser`
- [#12203](https://togithub.com/babel/babel/pull/12203) test: add test case for babel-parser: fixtures/typescript/arrow-function/destructuring-with-annotation-newline ([@Mongkii](https://togithub.com/Mongkii))
### [`v7.12.1`](https://togithub.com/babel/babel/blob/master/CHANGELOG.md#v71212-2020-12-23)
[Compare Source](https://togithub.com/babel/babel/compare/v7.12.0...v7.12.1)
##### :bug: Bug Fix
- `babel-plugin-transform-block-scoping`, `babel-traverse`
- [#12530](https://togithub.com/babel/babel/pull/12530) skip discriminant when renamer starts from SwitchStatement. Closes [#12148](https://togithub.com/babel/babel/issues/12148) ([@Zzzen](https://togithub.com/Zzzen))
- `babel-types`
- [#12521](https://togithub.com/babel/babel/pull/12521) Restore `@babel/types` support for old TS versions ([@nicolo-ribaudo](https://togithub.com/nicolo-ribaudo))
- `babel-plugin-transform-block-scoping`
- [#12512](https://togithub.com/babel/babel/pull/12512) Fix annex B block function hoisting semantics ([@nicolo-ribaudo](https://togithub.com/nicolo-ribaudo))
##### :house: Internal
- `babel-polyfill`
- [#12541](https://togithub.com/babel/babel/pull/12541) Archive `@babel/polyfill` ([@nicolo-ribaudo](https://togithub.com/nicolo-ribaudo))
- `babel-helper-builder-react-jsx-experimental`, `babel-plugin-transform-react-jsx-development`, `babel-plugin-transform-react-jsx`
- [#12524](https://togithub.com/babel/babel/pull/12524) refactor: Move `react-jsx-development` implementation into `react-jsx` ([@nicolo-ribaudo](https://togithub.com/nicolo-ribaudo))
- `babel-helper-fixtures`, `babel-helper-transform-fixture-test-runner`, `babel-plugin-proposal-async-generator-functions`, `babel-plugin-proposal-decorators`
- [#12130](https://togithub.com/babel/babel/pull/12130) Remove babel polyfill from fixture test runner ([@JLHwung](https://togithub.com/JLHwung))
- Other
- [#12527](https://togithub.com/babel/babel/pull/12527) Update `release-tool` and define implicit deps for `@babel/runtime` ([@nicolo-ribaudo](https://togithub.com/nicolo-ribaudo))
- [#12011](https://togithub.com/babel/babel/pull/12011) Enable PnP linker on CI build job ([@JLHwung](https://togithub.com/JLHwung))
### [`v7.12.0`](https://togithub.com/babel/babel/blob/master/CHANGELOG.md#v7120-2020-10-14)
[Compare Source](https://togithub.com/babel/babel/compare/v7.11.6...v7.12.0)
##### :eyeglasses: Spec Compliance
- `babel-core`, `babel-helper-module-transforms`, `babel-parser`, `babel-plugin-proposal-export-namespace-from`, `babel-plugin-syntax-module-string-names`, `babel-plugin-transform-modules-amd`, `babel-plugin-transform-modules-commonjs`, `babel-plugin-transform-modules-systemjs`, `babel-plugin-transform-modules-umd`, `babel-types`
- [#12091](https://togithub.com/babel/babel/pull/12091) String import/export specifier ([@JLHwung](https://togithub.com/JLHwung))
- `babel-parser`
- [#12111](https://togithub.com/babel/babel/pull/12111) [ts] Throw a syntax error for index signature with `declare` ([@sosukesuzuki](https://togithub.com/sosukesuzuki))
##### :rocket: New Feature
- `babel-core`, `babel-generator`, `babel-parser`, `babel-plugin-syntax-import-assertions`, `babel-plugin-syntax-module-attributes`, `babel-standalone`, `babel-types`
- [#12139](https://togithub.com/babel/babel/pull/12139) Parse import-assertions ([@xtuc](https://togithub.com/xtuc))
- `babel-core`, `babel-helper-create-class-features-plugin`, `babel-helper-module-transforms`, `babel-helper-replace-supers`, `babel-plugin-proposal-class-static-block`, `babel-plugin-transform-modules-commonjs`, `babel-standalone`, `babel-traverse`, `babel-types`
- [#12143](https://togithub.com/babel/babel/pull/12143) Transform class static block ([@JLHwung](https://togithub.com/JLHwung))
- `babel-generator`, `babel-parser`, `babel-plugin-syntax-class-static-block`, `babel-types`
- [#12079](https://togithub.com/babel/babel/pull/12079) Parse class static block ([@JLHwung](https://togithub.com/JLHwung))
- `babel-generator`, `babel-parser`, `babel-types`
- [#12129](https://togithub.com/babel/babel/pull/12129) Support TypeScript mapped type 'as' clauses ([@existentialism](https://togithub.com/existentialism))
- [#12147](https://togithub.com/babel/babel/pull/12147) [ts] Add support for the "intrinsic" keyword ([@nicolo-ribaudo](https://togithub.com/nicolo-ribaudo))
- `babel-parser`, `babel-types`
- [#12131](https://togithub.com/babel/babel/pull/12131) [ts] Add support for template interpolations in types ([@nicolo-ribaudo](https://togithub.com/nicolo-ribaudo))
- `babel-plugin-transform-modules-systemjs`
- [#12163](https://togithub.com/babel/babel/pull/12163) SystemJS top-level await support ([@guybedford](https://togithub.com/guybedford))
- `babel-plugin-transform-typescript`, `babel-preset-typescript`
- [#11950](https://togithub.com/babel/babel/pull/11950) Add `jsxPragmaFrag` support to typescript transform ([@JLHwung](https://togithub.com/JLHwung))
- `babel-core`, `babel-helper-module-transforms`, `babel-parser`, `babel-plugin-proposal-export-namespace-from`, `babel-plugin-syntax-module-string-names`, `babel-plugin-transform-modules-amd`, `babel-plugin-transform-modules-commonjs`, `babel-plugin-transform-modules-systemjs`, `babel-plugin-transform-modules-umd`, `babel-types`
- [#12091](https://togithub.com/babel/babel/pull/12091) String import/export specifier ([@JLHwung](https://togithub.com/JLHwung))
- `babel-core`
- [#11907](https://togithub.com/babel/babel/pull/11907) Return a list of files that were read from loadPartialConfig ([@devongovett](https://togithub.com/devongovett))
##### :bug: Bug Fix
- `babel-parser`
- [#12167](https://togithub.com/babel/babel/pull/12167) [ts] Add `asserts: false` to `TSTypePredicate` node ([@sosukesuzuki](https://togithub.com/sosukesuzuki))
- [#12161](https://togithub.com/babel/babel/pull/12161) Move check for TSTypeCastExpression to catch another case ([@existentialism](https://togithub.com/existentialism))
- [#12120](https://togithub.com/babel/babel/pull/12120) Throw a recoverable error for missing initializer in const declaration ([@sosukesuzuki](https://togithub.com/sosukesuzuki))
- [#12108](https://togithub.com/babel/babel/pull/12108) Improve syntax error for class fields in ambient context ([@sosukesuzuki](https://togithub.com/sosukesuzuki))
- [#12088](https://togithub.com/babel/babel/pull/12088) Throw a syntax error for empty type parameter/argument ([@sosukesuzuki](https://togithub.com/sosukesuzuki))
- [#12093](https://togithub.com/babel/babel/pull/12093) Throw an error for a declare class field that have an initializer ([@sosukesuzuki](https://togithub.com/sosukesuzuki))
- [#12085](https://togithub.com/babel/babel/pull/12085) Do not throw an error for optional binding pattern params in function declaration ([@sosukesuzuki](https://togithub.com/sosukesuzuki))
- [#12076](https://togithub.com/babel/babel/pull/12076) Fix invalid `setter` parse ([@fisker](https://togithub.com/fisker))
- [#12054](https://togithub.com/babel/babel/pull/12054) Throw a syntax error for a declare function with a body ([@sosukesuzuki](https://togithub.com/sosukesuzuki))
- [#12065](https://togithub.com/babel/babel/pull/12065) Throw a syntax error for a constructor with type parameters ([@sosukesuzuki](https://togithub.com/sosukesuzuki))
- `babel-plugin-transform-typescript`
- [#12149](https://togithub.com/babel/babel/pull/12149) fix transform-typescript logic to remove definite fields ([@akphi](https://togithub.com/akphi))
- [#12122](https://togithub.com/babel/babel/pull/12122) [transform-typescript] Fix import elision for type exports ([@Amareis](https://togithub.com/Amareis))
- `babel-helper-member-expression-to-functions`, `babel-plugin-proposal-class-properties`, `babel-plugin-proposal-nullish-coalescing-operator`, `babel-plugin-proposal-optional-chaining`
- [#12032](https://togithub.com/babel/babel/pull/12032) Handle cases when `??` and `?.` is in binding initializers ([@JLHwung](https://togithub.com/JLHwung))
- `babel-helper-builder-react-jsx-experimental`, `babel-plugin-transform-react-jsx-development`, `babel-plugin-transform-react-jsx`, `babel-preset-react`
- [#12116](https://togithub.com/babel/babel/pull/12116) add `.js` extension to react runtime for JSX transform ([@lunaruan](https://togithub.com/lunaruan))
- `babel-traverse`, `babel-types`
- [#12119](https://togithub.com/babel/babel/pull/12119) fix: mark Pattern in CatchClause as scope ([@JLHwung](https://togithub.com/JLHwung))
- `babel-generator`
- [#12114](https://togithub.com/babel/babel/pull/12114) Fix printing TSTypeOperator ([@existentialism](https://togithub.com/existentialism))
- [#12082](https://togithub.com/babel/babel/pull/12082) Ensure expressions wrapped in parens ([@overlookmotel](https://togithub.com/overlookmotel))
- [#12081](https://togithub.com/babel/babel/pull/12081) Fix `@babel/generator` does not print decorators of private properties ([@zweimach](https://togithub.com/zweimach))
- [#12086](https://togithub.com/babel/babel/pull/12086) Add sourcemap markings for each line of a string ([@jridgewell](https://togithub.com/jridgewell))
- `babel-plugin-transform-modules-systemjs`
- [#12110](https://togithub.com/babel/babel/pull/12110) Fix reexporting init-less variable in systemjs ([@JLHwung](https://togithub.com/JLHwung))
- `babel-helper-module-transforms`, `babel-plugin-transform-modules-amd`, `babel-plugin-transform-modules-commonjs`, `babel-plugin-transform-modules-umd`, `babel-plugin-transform-runtime`
- [#11739](https://togithub.com/babel/babel/pull/11739) [cjs] Skip duplicate reexported bindings in namespace reexports ([@mischnic](https://togithub.com/mischnic))
- `babel-helper-create-regexp-features-plugin`, `babel-plugin-transform-unicode-regex`
- [#12077](https://togithub.com/babel/babel/pull/12077) Bump regexpu-core ([@existentialism](https://togithub.com/existentialism))
- `babel-plugin-proposal-do-expressions`, `babel-traverse`
- [#11728](https://togithub.com/babel/babel/pull/11728) fix(do-expr): SwitchStatement with IfStatement cases ([@barronwei](https://togithub.com/barronwei))
##### :nail_care: Polish
- `babel-parser`
- [#12072](https://togithub.com/babel/babel/pull/12072) [parser] Better error message for missing number exponent ([@iamfotx](https://togithub.com/iamfotx))
- [#12061](https://togithub.com/babel/babel/pull/12061) Throw a syntax error for a parameter properties in not constructor ([@sosukesuzuki](https://togithub.com/sosukesuzuki))
- `babel-helper-compilation-targets`, `babel-helper-validator-option`, `babel-preset-env`
- [#12006](https://togithub.com/babel/babel/pull/12006) refactor: add [@babel/helper-validator-option](https://togithub.com/babel/helper-validator-option) ([@JLHwung](https://togithub.com/JLHwung))
##### :house: Internal
- `babel-cli`, `babel-helper-transform-fixture-test-runner`, `babel-traverse`
- [#11797](https://togithub.com/babel/babel/pull/11797) Replace lodash 'defaults' usage with ES6 Spread initializer ([@jayaddison](https://togithub.com/jayaddison))
- `babel-plugin-transform-runtime`, `babel-runtime-corejs2`, `babel-runtime-corejs3`, `babel-runtime`
- [#10853](https://togithub.com/babel/babel/pull/10853) Specify runtime exports ([@JLHwung](https://togithub.com/JLHwung))
- `babel-core`
- [#11689](https://togithub.com/babel/babel/pull/11689) Instantiate presets before plugins ([@nicolo-ribaudo](https://togithub.com/nicolo-ribaudo))
- `babel-plugin-proposal-logical-assignment-operators`, `babel-plugin-proposal-numeric-separator`, `babel-plugin-syntax-import-meta`, `babel-plugin-syntax-logical-assignment-operators`, `babel-plugin-syntax-numeric-separator`, `babel-plugin-transform-modules-systemjs`, `babel-preset-env`, `babel-standalone`
- [#12117](https://togithub.com/babel/babel/pull/12117) Archive plugins ([@JLHwung](https://togithub.com/JLHwung))
- Other
- [#12154](https://togithub.com/babel/babel/pull/12154) chore: bump gulp-cli to 2.3.0 ([@JLHwung](https://togithub.com/JLHwung))
- [#12134](https://togithub.com/babel/babel/pull/12134) Yarn 2.3 ([@nicolo-ribaudo](https://togithub.com/nicolo-ribaudo))
- [#12099](https://togithub.com/babel/babel/pull/12099) fix: apply terser plugin only on \*.min.js ([@JLHwung](https://togithub.com/JLHwung))
- [#12098](https://togithub.com/babel/babel/pull/12098) docs: update build required node version ([@JLHwung](https://togithub.com/JLHwung))
- [#12078](https://togithub.com/babel/babel/pull/12078) Bump Babel deps ([@existentialism](https://togithub.com/existentialism))
- [#12070](https://togithub.com/babel/babel/pull/12070) chore: pin browserslist version to 4.12.0 ([@JLHwung](https://togithub.com/JLHwung))
- [#12063](https://togithub.com/babel/babel/pull/12063) chore: add git-blame-ignore-revs ([@JLHwung](https://togithub.com/JLHwung))
- [#12049](https://togithub.com/babel/babel/pull/12049) chore: use latest node on ci workflow when possible ([@JLHwung](https://togithub.com/JLHwung))
- `babel-compat-data`, `babel-preset-env`
- [#12118](https://togithub.com/babel/babel/pull/12118) chore: bump electron-to-chromium ([@JLHwung](https://togithub.com/JLHwung))
- `babel-parser`
- [#12103](https://togithub.com/babel/babel/pull/12103) Add missing tests for TypeScript syntax errors ([@sosukesuzuki](https://togithub.com/sosukesuzuki))
- `babel-core`, `babel-plugin-transform-runtime`
- [#12102](https://togithub.com/babel/babel/pull/12102) docs: Fix simple typo, preprelease -> pre-release ([@timgates42](https://togithub.com/timgates42))
- `babel-compat-data`
- [#12044](https://togithub.com/babel/babel/pull/12044) chore: remove unused dependencies ([@JLHwung](https://togithub.com/JLHwung))
babel/babel-loader
### [`v8.2.2`](https://togithub.com/babel/babel-loader/compare/v8.2.1...v8.2.2)
[Compare Source](https://togithub.com/babel/babel-loader/compare/v8.2.1...v8.2.2)
### [`v8.2.1`](https://togithub.com/babel/babel-loader/releases/v8.2.1)
[Compare Source](https://togithub.com/babel/babel-loader/compare/v8.2.0...v8.2.1)
- Move `@ava/babel` to `devDependencies` [#881](https://togithub.com/babel/babel-loader/issues/881) ([@jvasseur](https://togithub.com/jvasseur))
### [`v8.2.0`](https://togithub.com/babel/babel-loader/releases/v8.2.0)
[Compare Source](https://togithub.com/babel/babel-loader/compare/v8.1.0...v8.2.0)
- Replace `mkdirp` with `make-dir` [`47958ca`](https://togithub.com/babel/babel-loader/commit/47958ca3857e489e450b27c6f3266375015cba82) ([@JLHwung](https://togithub.com/JLHwung))
- Use async config loading when available [`d8cff97`](https://togithub.com/babel/babel-loader/commit/d8cff97ff387ded0fc9b5cbc489228c96c5ab14a) ([@the-spyke](https://togithub.com/the-spyke))
jgthms/bulma
### [`v0.9.2`](https://togithub.com/jgthms/bulma/blob/master/CHANGELOG.md#092)
[Compare Source](https://togithub.com/jgthms/bulma/compare/0.9.1...0.9.2)
##### Breaking change
To fix duplicate imports, all Sass placeholders have moved from the `utilities/mixins` file to its own `utilities/extends` file.
The Sass placeholders are:
- `%control`
- `%unselectable`
- `%arrow`
- `%block`
- `%delete`
- `%loader`
- `%overlay`
If you were importing them directly from `utilities/mixins`, you'll need to import `utilities/extends` instead.
If you were importing `utilities/_all` or even `bulma.sass` directly, no change is required.
##### New features
- Fix [#1583](https://togithub.com/jgthms/bulma/issues/1583) New `is-ghost` button that behaves / looks like a regular link
- New `icon-text` component, to combine an icon with text on its side
##### Bug fixes
- [#3005](https://togithub.com/jgthms/bulma/issues/3005) Fix `column` offsets in RTL
- Fix [#3145](https://togithub.com/jgthms/bulma/issues/3145) Dropdown content is bounded by a parent card
- Fix [#3089](https://togithub.com/jgthms/bulma/issues/3089) Sub columns of a variable columns have weird gap
- Fix [#2937](https://togithub.com/jgthms/bulma/issues/2937) Add `width: unset` for narrow columns
- [#3208](https://togithub.com/jgthms/bulma/issues/3208) Fix [#3163](https://togithub.com/jgthms/bulma/issues/3163) Do not override is-rounded with button-small
- [#3216](https://togithub.com/jgthms/bulma/issues/3216) Removed duplicate `mixins` imports, created a single `extends` file
- [#3216](https://togithub.com/jgthms/bulma/issues/3216) Removed all references to the `.sass` file extension have been removed, since they're unnecessary when there's no ambiguity between a `.sass` file or a `.scss` file
##### Improvements
- Fix [#3012](https://togithub.com/jgthms/bulma/issues/3012) Add `$media-*` variables, set to `!default`
- Fix [#2797](https://togithub.com/jgthms/bulma/issues/2797) Import dependencies individually for each component
- Remove list style from pagination list
### [`v0.9.1`](https://togithub.com/jgthms/bulma/blob/master/CHANGELOG.md#091)
[Compare Source](https://togithub.com/jgthms/bulma/compare/0.9.0...0.9.1)
##### New features
- [#3047](https://togithub.com/jgthms/bulma/issues/3047) Flexbox helpers
- [#3085](https://togithub.com/jgthms/bulma/issues/3085) Add `is-clickable` helper
- [#3086](https://togithub.com/jgthms/bulma/issues/3086) Allow each component to have its own colors and default to global ones
- New variables `$navbar-colors`, `$button-colors`, `$notification-colors`, `$progress-colors`, `$table-colors`, `$tag-colors`, `$file-colors`, `$textarea-colors`, `$select-colors`, `$form-colors`, `$label-colors` and `$hero-colors`
##### Improvements
- [#2630](https://togithub.com/jgthms/bulma/issues/2630) Fixes [#2598](https://togithub.com/jgthms/bulma/issues/2598) -> Add `$card-radius` variable
- Add `$card-overflow` variable
- [#2540](https://togithub.com/jgthms/bulma/issues/2540) Fixes [#2539](https://togithub.com/jgthms/bulma/issues/2539) -> Fix indeterminate progress styling in IE11
- [#3057](https://togithub.com/jgthms/bulma/issues/3057) Make the default text color of `$code` listings more accessible
- [#3088](https://togithub.com/jgthms/bulma/issues/3088) Adds not allowed cursor to missing inputs
- [#3101](https://togithub.com/jgthms/bulma/issues/3101) Add `$modal-breakpoint` variable for modal breakpoint
- [#3107](https://togithub.com/jgthms/bulma/issues/3107) Add `optgroup` to `generic.sass`
### [`v0.9.0`](https://togithub.com/jgthms/bulma/blob/master/CHANGELOG.md#090)
[Compare Source](https://togithub.com/jgthms/bulma/compare/0.8.2...0.9.0)
##### Deprecation warning
The `base/helpers.sass` file is **deprecated**. It has moved into its own `/helpers` folder. If you were importing `base/helpers.sass` or `base/_all.sass`, please import `sass/helpers/_all.sass` now.
If you were simply importing the whole of Bulma with `@import "~/bulma/bulma.sass"` or similar, you won't have to change anything, and everything will work as before.
The `list` component is also **deprecated**: the `components/list.sass` file has been deleted. It was never officialy supported as it was too similar to `panel` component. Use that one instead.
##### RTL support
Bulma now has **RTL support**.
By setting the Sass flag `$rtl` to `true`, you can create an RTL version of Bulma, thanks to 4 new Sass mixins:
- `=ltr`
- `=rtl`
- `=ltr-property($property, $spacing, $right: true)`
- `=ltr-position($spacing, $right: true)`
The Bulma package now also comes with a `bulma-rtl.css` and `bulma-rtl.min.css` file to be used straight away.
##### Spacing helpers
Bulma now has **spacing helpers**:
Bulma provides marginm* and paddingp* helpers in all directions:
*t for top
*r for right
*b for bottom
*l for left
*x horizontally for both left and right
*y vertically for both top and bottom
You need to combine a margin/padding prefix with a direciton suffix. For example:
for a margin-top, use mt-*
for a padding-bottom, use pb-*
for both margin-left and margin-right, use mx-*
Each of these property-directioncombinations needs to be appended with one of 6 value suffixes
This release also includes the following helpers:
- light and dark color helpers
- light and dark background color helpers
##### Improvements
- [#2925](https://togithub.com/jgthms/bulma/issues/2925) Center table cell content vertically with `is-vcentered`
##### Bug fixes
- [#2955](https://togithub.com/jgthms/bulma/issues/2955) Fix issue when there's only one `is-toggle` tag
kentcdodds/cross-env
### [`v7.0.3`](https://togithub.com/kentcdodds/cross-env/releases/v7.0.3)
[Compare Source](https://togithub.com/kentcdodds/cross-env/compare/v7.0.2...v7.0.3)
##### Bug Fixes
- add maintenance mode notice ([fe80c84](https://togithub.com/kentcdodds/cross-env/commit/fe80c849bba0dc3c4f5930c45e70a34952aa961f))
electron/electron
### [`v9.4.2`](https://togithub.com/electron/electron/releases/v9.4.2)
[Compare Source](https://togithub.com/electron/electron/compare/v9.4.1...v9.4.2)
##### Release Notes for v9.4.2
##### Fixes
- Fixed CSP with `unsafe-eval` detection with Trusted Types. [#27472](https://togithub.com/electron/electron/pull/27472) (Also in [10](https://togithub.com/electron/electron/pull/27468), [11](https://togithub.com/electron/electron/pull/27469), [12](https://togithub.com/electron/electron/pull/27471))
- Fixed `` not working with Trusted Types. [#27466](https://togithub.com/electron/electron/pull/27466) (Also in [10](https://togithub.com/electron/electron/pull/27465), [11](https://togithub.com/electron/electron/pull/27464), [12](https://togithub.com/electron/electron/pull/27467))
- Fixed a memory leak in desktopCapturer.getSources. [#27506](https://togithub.com/electron/electron/pull/27506) (Also in [10](https://togithub.com/electron/electron/pull/27057), [11](https://togithub.com/electron/electron/pull/27056), [12](https://togithub.com/electron/electron/pull/27058))
##### Other Changes
- Backported the fix to CVE-2020-16044. [#27493](https://togithub.com/electron/electron/pull/27493)
- Backported the fix to CVE-2021-21118 from V8. [#27421](https://togithub.com/electron/electron/pull/27421)
- Backported the fix to a UAF in Mojo ([`1162198`](https://togithub.com/electron/electron/commit/1162198)). [#27405](https://togithub.com/electron/electron/pull/27405)
- Backported the fix to chromium:[`1153329`](https://togithub.com/electron/electron/commit/1153329). [#27496](https://togithub.com/electron/electron/pull/27496)
- Backported the fix to chromium:[`1160534`](https://togithub.com/electron/electron/commit/1160534). [#27451](https://togithub.com/electron/electron/pull/27451)
- Security: backported fix for [`1148309`](https://togithub.com/electron/electron/commit/1148309). [#27362](https://togithub.com/electron/electron/pull/27362)
- Security: backported fix for [`1150065`](https://togithub.com/electron/electron/commit/1150065), [`1153658`](https://togithub.com/electron/electron/commit/1153658). [#27391](https://togithub.com/electron/electron/pull/27391)
- Security: backported fix for [`1151298`](https://togithub.com/electron/electron/commit/1151298). [#27389](https://togithub.com/electron/electron/pull/27389)
- Security: backported fix for [`1152645`](https://togithub.com/electron/electron/commit/1152645). [#27400](https://togithub.com/electron/electron/pull/27400)
- Security: backported fix for [`1155426`](https://togithub.com/electron/electron/commit/1155426). [#27388](https://togithub.com/electron/electron/pull/27388)
- Security: backported fix for CVE-2021-21122. [#27408](https://togithub.com/electron/electron/pull/27408)
- Security: backported fix for chromium:[`1161654`](https://togithub.com/electron/electron/commit/1161654). [#27413](https://togithub.com/electron/electron/pull/27413)
### [`v9.4.1`](https://togithub.com/electron/electron/releases/v9.4.1)
[Compare Source](https://togithub.com/electron/electron/compare/v9.4.0...v9.4.1)
### Release Notes for v9.4.1
#### Fixes
- Fixed an issue with audio not playing in HTML video elements. [#26969](https://togithub.com/electron/electron/pull/26969)
#### Other Changes
- Security backports, CVE-2020-16037, CVE-2020-16041, CVE-2020-16042. [#26931](https://togithub.com/electron/electron/pull/26931)
- Security: backported fix for [`1147431`](https://togithub.com/electron/electron/commit/1147431), [`1144462`](https://togithub.com/electron/electron/commit/1144462). [#26954](https://togithub.com/electron/electron/pull/26954)
- Security: backported fix for chromium:[`1123035`](https://togithub.com/electron/electron/commit/1123035). [#26957](https://togithub.com/electron/electron/pull/26957)
electron-userland/e
Renovate configuration
:date: Schedule: At any time (no schedule defined).
:vertical_traffic_light: Automerge: Disabled by config. Please merge this manually once you are satisfied.
:recycle: Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
:ghost: Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
[ ] If you want to rebase/retry this PR, check this box
This PR contains the following updates:
7.11.6
->7.12.10
7.10.4
->7.12.1
7.11.5
->7.12.1
7.11.5
->7.12.11
7.10.4
->7.12.10
7.10.4
->7.12.7
16.13.0
->16.14.0
16.9.50
->16.14.2
16.9.8
->16.9.10
5.1.3
->5.1.7
1.15.3
->1.16.0
8.1.0
->8.2.2
^0.8.1
->^0.9.0
7.0.2
->7.0.3
9.4.0
->9.4.2
22.4.1
->22.9.1
6.10.1
->6.15.0
3.1.2
->3.3.1
7.21.3
->7.22.0
6.1.0
->6.2.0
4.5.0
->4.5.1
4.3.0
->4.3.8
10.4.0
->10.5.3
2.0.2
->2.2.1
4.44.2
->4.46.0
3.11.0
->3.11.2
Release Notes
babel/babel
### [`v7.12.10`](https://togithub.com/babel/babel/blob/master/CHANGELOG.md#v71210-2020-12-09) [Compare Source](https://togithub.com/babel/babel/compare/v7.12.9...v7.12.10) ##### :eyeglasses: Spec Compliance - `babel-parser` - [#12443](https://togithub.com/babel/babel/pull/12443) Make sure estree test should not throw if babel parser does not throw ([@JLHwung](https://togithub.com/JLHwung)) - [#12375](https://togithub.com/babel/babel/pull/12375) Make sure babel parser throws exactly same recoverable errors when estree plugin is enabled ([@JLHwung](https://togithub.com/JLHwung)) ##### :bug: Bug Fix - `babel-generator` - [#12424](https://togithub.com/babel/babel/pull/12424) Fix printing BigIntLiterals/DecimalLiterals with compact option ([@existentialism](https://togithub.com/existentialism)) - `babel-types` - [#12418](https://togithub.com/babel/babel/pull/12418) babel-types update OptionalCallExpression to support ArgumentPlaceholder ([@zxbodya](https://togithub.com/zxbodya)) - [#12395](https://togithub.com/babel/babel/pull/12395) Fix `t.isReferenced()` for named re-exports ([@nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-traverse` - [#12394](https://togithub.com/babel/babel/pull/12394) Set correct `path.context` un `push/unshiftContainer` ([@nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) ##### :nail_care: Polish - `babel-preset-env` - [#12402](https://togithub.com/babel/babel/pull/12402) Clarify warning source about underspecified corejs option in preset-env. ([@AndrewSouthpaw](https://togithub.com/AndrewSouthpaw)) ##### :memo: Documentation - `babel-parser` - [#12449](https://togithub.com/babel/babel/pull/12449) Add StaticBlock to Table of Contents in AST spec ([@sosukesuzuki](https://togithub.com/sosukesuzuki)) ##### :house: Internal - Other - [#12450](https://togithub.com/babel/babel/pull/12450) Use new CircleCI images ([@nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - [#12453](https://togithub.com/babel/babel/pull/12453) Use Yarn 2.4.0 ([@nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - [#12430](https://togithub.com/babel/babel/pull/12430) chore: remove travis-ci badge ([@JLHwung](https://togithub.com/JLHwung)) - [#12397](https://togithub.com/babel/babel/pull/12397) chore: bump chokidar in glob-watcher to ^3.4.0 ([@JLHwung](https://togithub.com/JLHwung)) - `babel-cli`, `babel-node`, `babel-plugin-transform-runtime`, `babel-register` - [#12458](https://togithub.com/babel/babel/pull/12458) Use native Node.js functions when available ([@nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-helper-builder-react-jsx-experimental`, `babel-plugin-transform-react-jsx-development`, `babel-plugin-transform-react-jsx`, `babel-preset-react` - [#12253](https://togithub.com/babel/babel/pull/12253) Stop using old JSX transform ([@Andarist](https://togithub.com/Andarist)) - `babel-helper-fixtures`, `babel-types` - [#12440](https://togithub.com/babel/babel/pull/12440) Prepare codebase for inline Babel 8 breaking changes ([@nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-core`, `babel-helper-transform-fixture-test-runner`, `babel-node`, `babel-plugin-transform-block-scoping`, `babel-plugin-transform-runtime`, `babel-plugin-transform-typeof-symbol` - [#12439](https://togithub.com/babel/babel/pull/12439) Use `require.resolve` instead of the `resolve` package ([@nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-parser` - [#12398](https://togithub.com/babel/babel/pull/12398) refactor: simplify isAwaitAllowed ([@JLHwung](https://togithub.com/JLHwung)) ### [`v7.12.9`](https://togithub.com/babel/babel/blob/master/CHANGELOG.md#v7129-2020-11-24) [Compare Source](https://togithub.com/babel/babel/compare/v7.12.8...v7.12.9) ##### :bug: Bug Fix - `babel-plugin-transform-typescript`, `babel-traverse` - [#12391](https://togithub.com/babel/babel/pull/12391) Update pathCache in `NodePath#_replaceWith` ([@JLHwung](https://togithub.com/JLHwung)) ### [`v7.12.8`](https://togithub.com/babel/babel/blob/master/CHANGELOG.md#v7128-2020-11-23) [Compare Source](https://togithub.com/babel/babel/compare/v7.12.7...v7.12.8) ##### :bug: Bug Fix - `babel-traverse` - [#12390](https://togithub.com/babel/babel/pull/12390) Avoid infinite loops in type inference logic ([@nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - [#12387](https://togithub.com/babel/babel/pull/12387) Initialize NodePath context when using `getSibling` ([@nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-cli` - [#12382](https://togithub.com/babel/babel/pull/12382) Fix Node version check ([@Hypnosphi](https://togithub.com/Hypnosphi)) ##### :house: Internal - [#12372](https://togithub.com/babel/babel/pull/12372) chore: fix watch config ([@JLHwung](https://togithub.com/JLHwung)) ### [`v7.12.7`](https://togithub.com/babel/babel/blob/master/CHANGELOG.md#v7127-2020-11-20) [Compare Source](https://togithub.com/babel/babel/compare/v7.12.3...v7.12.7) ##### :eyeglasses: Spec Compliance - `babel-parser` - [#12346](https://togithub.com/babel/babel/pull/12346) refactor: reorder checkLVal parameters ([@JLHwung](https://togithub.com/JLHwung)) - [#12327](https://togithub.com/babel/babel/pull/12327) fix: disallow all parenthesized pattern except parsing LHS ([@JLHwung](https://togithub.com/JLHwung)) ##### :bug: Bug Fix - `babel-parser` - [#12356](https://togithub.com/babel/babel/pull/12356) [ts]Fix syntax error for modifier name class methods with type parameters ([@sosukesuzuki](https://togithub.com/sosukesuzuki)) - [#12352](https://togithub.com/babel/babel/pull/12352) [ts]Set `false` to default value of TsTypePredicate.asserts ([@sosukesuzuki](https://togithub.com/sosukesuzuki)) - [#12333](https://togithub.com/babel/babel/pull/12333) Fix syntax error for getter and setter with typescript and estree plugin ([@sosukesuzuki](https://togithub.com/sosukesuzuki)) - `babel-helper-optimise-call-expression`, `babel-plugin-proposal-class-properties` - [#12350](https://togithub.com/babel/babel/pull/12350) Fix: correctly transform `this.#m?.(...arguments)` ([@JLHwung](https://togithub.com/JLHwung)) - `babel-compat-data`, `babel-preset-env` - [#12340](https://togithub.com/babel/babel/pull/12340) Fix support for polyfilling Array.prototype.values in core-js@2 ([@existentialism](https://togithub.com/existentialism)) - `babel-plugin-transform-modules-systemjs`, `babel-plugin-transform-parameters`, `babel-preset-env`, `babel-traverse` - [#12331](https://togithub.com/babel/babel/pull/12331) Use the correct `context` when re-using a cached `NodePath` ([@nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-plugin-proposal-numeric-separator` - [#12311](https://togithub.com/babel/babel/pull/12311) Adding includes fix for plugin-proposal-numeric-separator ([@fraywing](https://togithub.com/fraywing)) ##### :nail_care: Polish - `babel-preset-react`, `babel-preset-typescript` - [#12347](https://togithub.com/babel/babel/pull/12347) refactor: use option-validator in preset-typescript ([@JLHwung](https://togithub.com/JLHwung)) - `babel-types` - [#12341](https://togithub.com/babel/babel/pull/12341) improve asserts in generated typescript definitions ([@zxbodya](https://togithub.com/zxbodya)) ##### :house: Internal - `babel-helper-regex` - [#12377](https://togithub.com/babel/babel/pull/12377) Archive `@babel/helper-regex` ([@nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-helper-create-regexp-features-plugin`, `babel-plugin-transform-sticky-regex` - [#12349](https://togithub.com/babel/babel/pull/12349) refactor: inline `@babel/helper-regex` usage ([@JLHwung](https://togithub.com/JLHwung)) - `babel-core` - [#12288](https://togithub.com/babel/babel/pull/12288) Don't compile `import()` in development ([@nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - [#11734](https://togithub.com/babel/babel/pull/11734) Account for ConfigItem being generated by another copy of Babel ([@developit](https://togithub.com/developit)) - `babel-preset-env` - [#12368](https://togithub.com/babel/babel/pull/12368) Bump caniuse-lite resolutions ([@JLHwung](https://togithub.com/JLHwung)) - Other - [#12362](https://togithub.com/babel/babel/pull/12362) chore: fix grammar in bug template ([@snitin315](https://togithub.com/snitin315)) - [#12357](https://togithub.com/babel/babel/pull/12357) chore: prompt maintainer to quit make watch before publish ([@JLHwung](https://togithub.com/JLHwung)) - [#12328](https://togithub.com/babel/babel/pull/12328) chore: remove Node.js 13 from CI ([@JLHwung](https://togithub.com/JLHwung)) - `babel-types` - [#11883](https://togithub.com/babel/babel/pull/11883) feat(babel‑types): Add type definitions for Node assertion methods ([@ExE-Boss](https://togithub.com/ExE-Boss)) - `babel-cli` - [#12322](https://togithub.com/babel/babel/pull/12322) Use `chokidar@2` without `fsevents@1` in `@babel/cli` ([@nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-parser` - [#12326](https://togithub.com/babel/babel/pull/12326) Add typings for `recordAndTuple` parser plugin ([@JLHwung](https://togithub.com/JLHwung)) - `babel-traverse` - [#12309](https://togithub.com/babel/babel/pull/12309) test: add tests about behaviour of replaceWithMultiple ([@JLHwung](https://togithub.com/JLHwung)) ##### :running_woman: Performance - `babel-traverse` - [#12302](https://togithub.com/babel/babel/pull/12302) Reduce linear search on list traversing ([@JLHwung](https://togithub.com/JLHwung)) ##### :microscope: Output optimization - `babel-helper-member-expression-to-functions`, `babel-plugin-proposal-class-properties`, `babel-plugin-proposal-optional-chaining` - [#12291](https://togithub.com/babel/babel/pull/12291) optimize optional chain when expression will be cast to boolean ([@JLHwung](https://togithub.com/JLHwung)) ### [`v7.12.3`](https://togithub.com/babel/babel/blob/master/CHANGELOG.md#v7123-2020-10-16) [Compare Source](https://togithub.com/babel/babel/compare/v7.12.1...v7.12.3) ##### :bug: Bug Fix - `babel-helper-wrap-function`, `babel-plugin-proposal-async-generator-functions` - [#12192](https://togithub.com/babel/babel/pull/12192) fix: properly wrap private class methods ([@JLHwung](https://togithub.com/JLHwung)) - `babel-core` - [#12200](https://togithub.com/babel/babel/pull/12200) Make `loadPartialConfig`'s options optional ([@nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-parser` - [#12185](https://togithub.com/babel/babel/pull/12185) [ts] Disallow invalid type annotations in ExpressionStatements ([@existentialism](https://togithub.com/existentialism)) ##### :house: Internal - Other - [#12204](https://togithub.com/babel/babel/pull/12204) chore: update test262 tests ([@JLHwung](https://togithub.com/JLHwung)) - `babel-parser` - [#12203](https://togithub.com/babel/babel/pull/12203) test: add test case for babel-parser: fixtures/typescript/arrow-function/destructuring-with-annotation-newline ([@Mongkii](https://togithub.com/Mongkii)) ### [`v7.12.1`](https://togithub.com/babel/babel/blob/master/CHANGELOG.md#v71212-2020-12-23) [Compare Source](https://togithub.com/babel/babel/compare/v7.12.0...v7.12.1) ##### :bug: Bug Fix - `babel-plugin-transform-block-scoping`, `babel-traverse` - [#12530](https://togithub.com/babel/babel/pull/12530) skip discriminant when renamer starts from SwitchStatement. Closes [#12148](https://togithub.com/babel/babel/issues/12148) ([@Zzzen](https://togithub.com/Zzzen)) - `babel-types` - [#12521](https://togithub.com/babel/babel/pull/12521) Restore `@babel/types` support for old TS versions ([@nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-plugin-transform-block-scoping` - [#12512](https://togithub.com/babel/babel/pull/12512) Fix annex B block function hoisting semantics ([@nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) ##### :house: Internal - `babel-polyfill` - [#12541](https://togithub.com/babel/babel/pull/12541) Archive `@babel/polyfill` ([@nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-helper-builder-react-jsx-experimental`, `babel-plugin-transform-react-jsx-development`, `babel-plugin-transform-react-jsx` - [#12524](https://togithub.com/babel/babel/pull/12524) refactor: Move `react-jsx-development` implementation into `react-jsx` ([@nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-helper-fixtures`, `babel-helper-transform-fixture-test-runner`, `babel-plugin-proposal-async-generator-functions`, `babel-plugin-proposal-decorators` - [#12130](https://togithub.com/babel/babel/pull/12130) Remove babel polyfill from fixture test runner ([@JLHwung](https://togithub.com/JLHwung)) - Other - [#12527](https://togithub.com/babel/babel/pull/12527) Update `release-tool` and define implicit deps for `@babel/runtime` ([@nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - [#12011](https://togithub.com/babel/babel/pull/12011) Enable PnP linker on CI build job ([@JLHwung](https://togithub.com/JLHwung)) ### [`v7.12.0`](https://togithub.com/babel/babel/blob/master/CHANGELOG.md#v7120-2020-10-14) [Compare Source](https://togithub.com/babel/babel/compare/v7.11.6...v7.12.0) ##### :eyeglasses: Spec Compliance - `babel-core`, `babel-helper-module-transforms`, `babel-parser`, `babel-plugin-proposal-export-namespace-from`, `babel-plugin-syntax-module-string-names`, `babel-plugin-transform-modules-amd`, `babel-plugin-transform-modules-commonjs`, `babel-plugin-transform-modules-systemjs`, `babel-plugin-transform-modules-umd`, `babel-types` - [#12091](https://togithub.com/babel/babel/pull/12091) String import/export specifier ([@JLHwung](https://togithub.com/JLHwung)) - `babel-parser` - [#12111](https://togithub.com/babel/babel/pull/12111) [ts] Throw a syntax error for index signature with `declare` ([@sosukesuzuki](https://togithub.com/sosukesuzuki)) ##### :rocket: New Feature - `babel-core`, `babel-generator`, `babel-parser`, `babel-plugin-syntax-import-assertions`, `babel-plugin-syntax-module-attributes`, `babel-standalone`, `babel-types` - [#12139](https://togithub.com/babel/babel/pull/12139) Parse import-assertions ([@xtuc](https://togithub.com/xtuc)) - `babel-core`, `babel-helper-create-class-features-plugin`, `babel-helper-module-transforms`, `babel-helper-replace-supers`, `babel-plugin-proposal-class-static-block`, `babel-plugin-transform-modules-commonjs`, `babel-standalone`, `babel-traverse`, `babel-types` - [#12143](https://togithub.com/babel/babel/pull/12143) Transform class static block ([@JLHwung](https://togithub.com/JLHwung)) - `babel-generator`, `babel-parser`, `babel-plugin-syntax-class-static-block`, `babel-types` - [#12079](https://togithub.com/babel/babel/pull/12079) Parse class static block ([@JLHwung](https://togithub.com/JLHwung)) - `babel-generator`, `babel-parser`, `babel-types` - [#12129](https://togithub.com/babel/babel/pull/12129) Support TypeScript mapped type 'as' clauses ([@existentialism](https://togithub.com/existentialism)) - [#12147](https://togithub.com/babel/babel/pull/12147) [ts] Add support for the "intrinsic" keyword ([@nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-parser`, `babel-types` - [#12131](https://togithub.com/babel/babel/pull/12131) [ts] Add support for template interpolations in types ([@nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-plugin-transform-modules-systemjs` - [#12163](https://togithub.com/babel/babel/pull/12163) SystemJS top-level await support ([@guybedford](https://togithub.com/guybedford)) - `babel-plugin-transform-typescript`, `babel-preset-typescript` - [#11950](https://togithub.com/babel/babel/pull/11950) Add `jsxPragmaFrag` support to typescript transform ([@JLHwung](https://togithub.com/JLHwung)) - `babel-core`, `babel-helper-module-transforms`, `babel-parser`, `babel-plugin-proposal-export-namespace-from`, `babel-plugin-syntax-module-string-names`, `babel-plugin-transform-modules-amd`, `babel-plugin-transform-modules-commonjs`, `babel-plugin-transform-modules-systemjs`, `babel-plugin-transform-modules-umd`, `babel-types` - [#12091](https://togithub.com/babel/babel/pull/12091) String import/export specifier ([@JLHwung](https://togithub.com/JLHwung)) - `babel-core` - [#11907](https://togithub.com/babel/babel/pull/11907) Return a list of files that were read from loadPartialConfig ([@devongovett](https://togithub.com/devongovett)) ##### :bug: Bug Fix - `babel-parser` - [#12167](https://togithub.com/babel/babel/pull/12167) [ts] Add `asserts: false` to `TSTypePredicate` node ([@sosukesuzuki](https://togithub.com/sosukesuzuki)) - [#12161](https://togithub.com/babel/babel/pull/12161) Move check for TSTypeCastExpression to catch another case ([@existentialism](https://togithub.com/existentialism)) - [#12120](https://togithub.com/babel/babel/pull/12120) Throw a recoverable error for missing initializer in const declaration ([@sosukesuzuki](https://togithub.com/sosukesuzuki)) - [#12108](https://togithub.com/babel/babel/pull/12108) Improve syntax error for class fields in ambient context ([@sosukesuzuki](https://togithub.com/sosukesuzuki)) - [#12088](https://togithub.com/babel/babel/pull/12088) Throw a syntax error for empty type parameter/argument ([@sosukesuzuki](https://togithub.com/sosukesuzuki)) - [#12093](https://togithub.com/babel/babel/pull/12093) Throw an error for a declare class field that have an initializer ([@sosukesuzuki](https://togithub.com/sosukesuzuki)) - [#12085](https://togithub.com/babel/babel/pull/12085) Do not throw an error for optional binding pattern params in function declaration ([@sosukesuzuki](https://togithub.com/sosukesuzuki)) - [#12076](https://togithub.com/babel/babel/pull/12076) Fix invalid `setter` parse ([@fisker](https://togithub.com/fisker)) - [#12054](https://togithub.com/babel/babel/pull/12054) Throw a syntax error for a declare function with a body ([@sosukesuzuki](https://togithub.com/sosukesuzuki)) - [#12065](https://togithub.com/babel/babel/pull/12065) Throw a syntax error for a constructor with type parameters ([@sosukesuzuki](https://togithub.com/sosukesuzuki)) - `babel-plugin-transform-typescript` - [#12149](https://togithub.com/babel/babel/pull/12149) fix transform-typescript logic to remove definite fields ([@akphi](https://togithub.com/akphi)) - [#12122](https://togithub.com/babel/babel/pull/12122) [transform-typescript] Fix import elision for type exports ([@Amareis](https://togithub.com/Amareis)) - `babel-helper-member-expression-to-functions`, `babel-plugin-proposal-class-properties`, `babel-plugin-proposal-nullish-coalescing-operator`, `babel-plugin-proposal-optional-chaining` - [#12032](https://togithub.com/babel/babel/pull/12032) Handle cases when `??` and `?.` is in binding initializers ([@JLHwung](https://togithub.com/JLHwung)) - `babel-helper-builder-react-jsx-experimental`, `babel-plugin-transform-react-jsx-development`, `babel-plugin-transform-react-jsx`, `babel-preset-react` - [#12116](https://togithub.com/babel/babel/pull/12116) add `.js` extension to react runtime for JSX transform ([@lunaruan](https://togithub.com/lunaruan)) - `babel-traverse`, `babel-types` - [#12119](https://togithub.com/babel/babel/pull/12119) fix: mark Pattern in CatchClause as scope ([@JLHwung](https://togithub.com/JLHwung)) - `babel-generator` - [#12114](https://togithub.com/babel/babel/pull/12114) Fix printing TSTypeOperator ([@existentialism](https://togithub.com/existentialism)) - [#12082](https://togithub.com/babel/babel/pull/12082) Ensure expressions wrapped in parens ([@overlookmotel](https://togithub.com/overlookmotel)) - [#12081](https://togithub.com/babel/babel/pull/12081) Fix `@babel/generator` does not print decorators of private properties ([@zweimach](https://togithub.com/zweimach)) - [#12086](https://togithub.com/babel/babel/pull/12086) Add sourcemap markings for each line of a string ([@jridgewell](https://togithub.com/jridgewell)) - `babel-plugin-transform-modules-systemjs` - [#12110](https://togithub.com/babel/babel/pull/12110) Fix reexporting init-less variable in systemjs ([@JLHwung](https://togithub.com/JLHwung)) - `babel-helper-module-transforms`, `babel-plugin-transform-modules-amd`, `babel-plugin-transform-modules-commonjs`, `babel-plugin-transform-modules-umd`, `babel-plugin-transform-runtime` - [#11739](https://togithub.com/babel/babel/pull/11739) [cjs] Skip duplicate reexported bindings in namespace reexports ([@mischnic](https://togithub.com/mischnic)) - `babel-helper-create-regexp-features-plugin`, `babel-plugin-transform-unicode-regex` - [#12077](https://togithub.com/babel/babel/pull/12077) Bump regexpu-core ([@existentialism](https://togithub.com/existentialism)) - `babel-plugin-proposal-do-expressions`, `babel-traverse` - [#11728](https://togithub.com/babel/babel/pull/11728) fix(do-expr): SwitchStatement with IfStatement cases ([@barronwei](https://togithub.com/barronwei)) ##### :nail_care: Polish - `babel-parser` - [#12072](https://togithub.com/babel/babel/pull/12072) [parser] Better error message for missing number exponent ([@iamfotx](https://togithub.com/iamfotx)) - [#12061](https://togithub.com/babel/babel/pull/12061) Throw a syntax error for a parameter properties in not constructor ([@sosukesuzuki](https://togithub.com/sosukesuzuki)) - `babel-helper-compilation-targets`, `babel-helper-validator-option`, `babel-preset-env` - [#12006](https://togithub.com/babel/babel/pull/12006) refactor: add [@babel/helper-validator-option](https://togithub.com/babel/helper-validator-option) ([@JLHwung](https://togithub.com/JLHwung)) ##### :house: Internal - `babel-cli`, `babel-helper-transform-fixture-test-runner`, `babel-traverse` - [#11797](https://togithub.com/babel/babel/pull/11797) Replace lodash 'defaults' usage with ES6 Spread initializer ([@jayaddison](https://togithub.com/jayaddison)) - `babel-plugin-transform-runtime`, `babel-runtime-corejs2`, `babel-runtime-corejs3`, `babel-runtime` - [#10853](https://togithub.com/babel/babel/pull/10853) Specify runtime exports ([@JLHwung](https://togithub.com/JLHwung)) - `babel-core` - [#11689](https://togithub.com/babel/babel/pull/11689) Instantiate presets before plugins ([@nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-plugin-proposal-logical-assignment-operators`, `babel-plugin-proposal-numeric-separator`, `babel-plugin-syntax-import-meta`, `babel-plugin-syntax-logical-assignment-operators`, `babel-plugin-syntax-numeric-separator`, `babel-plugin-transform-modules-systemjs`, `babel-preset-env`, `babel-standalone` - [#12117](https://togithub.com/babel/babel/pull/12117) Archive plugins ([@JLHwung](https://togithub.com/JLHwung)) - Other - [#12154](https://togithub.com/babel/babel/pull/12154) chore: bump gulp-cli to 2.3.0 ([@JLHwung](https://togithub.com/JLHwung)) - [#12134](https://togithub.com/babel/babel/pull/12134) Yarn 2.3 ([@nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - [#12099](https://togithub.com/babel/babel/pull/12099) fix: apply terser plugin only on \*.min.js ([@JLHwung](https://togithub.com/JLHwung)) - [#12098](https://togithub.com/babel/babel/pull/12098) docs: update build required node version ([@JLHwung](https://togithub.com/JLHwung)) - [#12078](https://togithub.com/babel/babel/pull/12078) Bump Babel deps ([@existentialism](https://togithub.com/existentialism)) - [#12070](https://togithub.com/babel/babel/pull/12070) chore: pin browserslist version to 4.12.0 ([@JLHwung](https://togithub.com/JLHwung)) - [#12063](https://togithub.com/babel/babel/pull/12063) chore: add git-blame-ignore-revs ([@JLHwung](https://togithub.com/JLHwung)) - [#12049](https://togithub.com/babel/babel/pull/12049) chore: use latest node on ci workflow when possible ([@JLHwung](https://togithub.com/JLHwung)) - `babel-compat-data`, `babel-preset-env` - [#12118](https://togithub.com/babel/babel/pull/12118) chore: bump electron-to-chromium ([@JLHwung](https://togithub.com/JLHwung)) - `babel-parser` - [#12103](https://togithub.com/babel/babel/pull/12103) Add missing tests for TypeScript syntax errors ([@sosukesuzuki](https://togithub.com/sosukesuzuki)) - `babel-core`, `babel-plugin-transform-runtime` - [#12102](https://togithub.com/babel/babel/pull/12102) docs: Fix simple typo, preprelease -> pre-release ([@timgates42](https://togithub.com/timgates42)) - `babel-compat-data` - [#12044](https://togithub.com/babel/babel/pull/12044) chore: remove unused dependencies ([@JLHwung](https://togithub.com/JLHwung))babel/babel-loader
### [`v8.2.2`](https://togithub.com/babel/babel-loader/compare/v8.2.1...v8.2.2) [Compare Source](https://togithub.com/babel/babel-loader/compare/v8.2.1...v8.2.2) ### [`v8.2.1`](https://togithub.com/babel/babel-loader/releases/v8.2.1) [Compare Source](https://togithub.com/babel/babel-loader/compare/v8.2.0...v8.2.1) - Move `@ava/babel` to `devDependencies` [#881](https://togithub.com/babel/babel-loader/issues/881) ([@jvasseur](https://togithub.com/jvasseur)) ### [`v8.2.0`](https://togithub.com/babel/babel-loader/releases/v8.2.0) [Compare Source](https://togithub.com/babel/babel-loader/compare/v8.1.0...v8.2.0) - Replace `mkdirp` with `make-dir` [`47958ca`](https://togithub.com/babel/babel-loader/commit/47958ca3857e489e450b27c6f3266375015cba82) ([@JLHwung](https://togithub.com/JLHwung)) - Use async config loading when available [`d8cff97`](https://togithub.com/babel/babel-loader/commit/d8cff97ff387ded0fc9b5cbc489228c96c5ab14a) ([@the-spyke](https://togithub.com/the-spyke))jgthms/bulma
### [`v0.9.2`](https://togithub.com/jgthms/bulma/blob/master/CHANGELOG.md#092) [Compare Source](https://togithub.com/jgthms/bulma/compare/0.9.1...0.9.2) ##### Breaking change To fix duplicate imports, all Sass placeholders have moved from the `utilities/mixins` file to its own `utilities/extends` file. The Sass placeholders are: - `%control` - `%unselectable` - `%arrow` - `%block` - `%delete` - `%loader` - `%overlay` If you were importing them directly from `utilities/mixins`, you'll need to import `utilities/extends` instead. If you were importing `utilities/_all` or even `bulma.sass` directly, no change is required. ##### New features - Fix [#1583](https://togithub.com/jgthms/bulma/issues/1583) New `is-ghost` button that behaves / looks like a regular link - New `icon-text` component, to combine an icon with text on its side ##### Bug fixes - [#3005](https://togithub.com/jgthms/bulma/issues/3005) Fix `column` offsets in RTL - Fix [#3145](https://togithub.com/jgthms/bulma/issues/3145) Dropdown content is bounded by a parent card - Fix [#3089](https://togithub.com/jgthms/bulma/issues/3089) Sub columns of a variable columns have weird gap - Fix [#2937](https://togithub.com/jgthms/bulma/issues/2937) Add `width: unset` for narrow columns - [#3208](https://togithub.com/jgthms/bulma/issues/3208) Fix [#3163](https://togithub.com/jgthms/bulma/issues/3163) Do not override is-rounded with button-small - [#3216](https://togithub.com/jgthms/bulma/issues/3216) Removed duplicate `mixins` imports, created a single `extends` file - [#3216](https://togithub.com/jgthms/bulma/issues/3216) Removed all references to the `.sass` file extension have been removed, since they're unnecessary when there's no ambiguity between a `.sass` file or a `.scss` file ##### Improvements - Fix [#3012](https://togithub.com/jgthms/bulma/issues/3012) Add `$media-*` variables, set to `!default` - Fix [#2797](https://togithub.com/jgthms/bulma/issues/2797) Import dependencies individually for each component - Remove list style from pagination list ### [`v0.9.1`](https://togithub.com/jgthms/bulma/blob/master/CHANGELOG.md#091) [Compare Source](https://togithub.com/jgthms/bulma/compare/0.9.0...0.9.1) ##### New features - [#3047](https://togithub.com/jgthms/bulma/issues/3047) Flexbox helpers - [#3085](https://togithub.com/jgthms/bulma/issues/3085) Add `is-clickable` helper - [#3086](https://togithub.com/jgthms/bulma/issues/3086) Allow each component to have its own colors and default to global ones - New variables `$navbar-colors`, `$button-colors`, `$notification-colors`, `$progress-colors`, `$table-colors`, `$tag-colors`, `$file-colors`, `$textarea-colors`, `$select-colors`, `$form-colors`, `$label-colors` and `$hero-colors` ##### Improvements - [#2630](https://togithub.com/jgthms/bulma/issues/2630) Fixes [#2598](https://togithub.com/jgthms/bulma/issues/2598) -> Add `$card-radius` variable - Add `$card-overflow` variable - [#2540](https://togithub.com/jgthms/bulma/issues/2540) Fixes [#2539](https://togithub.com/jgthms/bulma/issues/2539) -> Fix indeterminate progress styling in IE11 - [#3057](https://togithub.com/jgthms/bulma/issues/3057) Make the default text color of `$code` listings more accessible - [#3088](https://togithub.com/jgthms/bulma/issues/3088) Adds not allowed cursor to missing inputs - [#3101](https://togithub.com/jgthms/bulma/issues/3101) Add `$modal-breakpoint` variable for modal breakpoint - [#3107](https://togithub.com/jgthms/bulma/issues/3107) Add `optgroup` to `generic.sass` ### [`v0.9.0`](https://togithub.com/jgthms/bulma/blob/master/CHANGELOG.md#090) [Compare Source](https://togithub.com/jgthms/bulma/compare/0.8.2...0.9.0) ##### Deprecation warning The `base/helpers.sass` file is **deprecated**. It has moved into its own `/helpers` folder. If you were importing `base/helpers.sass` or `base/_all.sass`, please import `sass/helpers/_all.sass` now. If you were simply importing the whole of Bulma with `@import "~/bulma/bulma.sass"` or similar, you won't have to change anything, and everything will work as before. The `list` component is also **deprecated**: the `components/list.sass` file has been deleted. It was never officialy supported as it was too similar to `panel` component. Use that one instead. ##### RTL support Bulma now has **RTL support**. By setting the Sass flag `$rtl` to `true`, you can create an RTL version of Bulma, thanks to 4 new Sass mixins: - `=ltr` - `=rtl` - `=ltr-property($property, $spacing, $right: true)` - `=ltr-position($spacing, $right: true)` The Bulma package now also comes with a `bulma-rtl.css` and `bulma-rtl.min.css` file to be used straight away. ##### Spacing helpers Bulma now has **spacing helpers**:Bulma provides margin
m*
and paddingp*
helpers in all directions:*t
for top*r
for right*b
for bottom*l
for left*x
horizontally for both left and right*y
vertically for both top and bottomYou need to combine a margin/padding prefix with a direciton suffix. For example:
margin-top
, usemt-*
padding-bottom
, usepb-*
margin-left
andmargin-right
, usemx-*
Each of these
This release also includes the following helpers: - light and dark color helpers - light and dark background color helpers ##### Improvements - [#2925](https://togithub.com/jgthms/bulma/issues/2925) Center table cell content vertically with `is-vcentered` ##### Bug fixes - [#2955](https://togithub.com/jgthms/bulma/issues/2955) Fix issue when there's only one `is-toggle` tagproperty-direction
combinations needs to be appended with one of 6 value suffixeskentcdodds/cross-env
### [`v7.0.3`](https://togithub.com/kentcdodds/cross-env/releases/v7.0.3) [Compare Source](https://togithub.com/kentcdodds/cross-env/compare/v7.0.2...v7.0.3) ##### Bug Fixes - add maintenance mode notice ([fe80c84](https://togithub.com/kentcdodds/cross-env/commit/fe80c849bba0dc3c4f5930c45e70a34952aa961f))electron/electron
### [`v9.4.2`](https://togithub.com/electron/electron/releases/v9.4.2) [Compare Source](https://togithub.com/electron/electron/compare/v9.4.1...v9.4.2) ##### Release Notes for v9.4.2 ##### Fixes - Fixed CSP with `unsafe-eval` detection with Trusted Types. [#27472](https://togithub.com/electron/electron/pull/27472) (Also in [10](https://togithub.com/electron/electron/pull/27468), [11](https://togithub.com/electron/electron/pull/27469), [12](https://togithub.com/electron/electron/pull/27471)) - Fixed `electron-userland/e
Renovate configuration
:date: Schedule: At any time (no schedule defined).
:vertical_traffic_light: Automerge: Disabled by config. Please merge this manually once you are satisfied.
:recycle: Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
:ghost: Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by WhiteSource Renovate. View repository job log here.