eversport / intl-codegen

generate code and type definitions from translations
MIT License
15 stars 1 forks source link

Update all non-major dependencies #66

Closed renovate[bot] closed 3 years ago

renovate[bot] commented 3 years ago

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@babel/code-frame (source) ^7.5.5 -> ^7.12.13 age adoption passing confidence
@types/babel__code-frame ^7.0.1 -> ^7.0.2 age adoption passing confidence
@types/fs-extra ^8.0.1 -> ^8.1.1 age adoption passing confidence
@types/jest ^24.0.22 -> ^24.9.1 age adoption passing confidence
@types/node ^12.12.7 -> ^12.20.13 age adoption passing confidence
@types/react ^16.9.11 -> ^16.14.8 age adoption passing confidence
@types/react-dom ^16.9.4 -> ^16.9.13 age adoption passing confidence
full-icu ^1.3.0 -> ^1.3.4 age adoption passing confidence
intl-pluralrules ^1.1.1 -> ^1.2.2 age adoption passing confidence
react (source) ^16.11.0 -> ^16.14.0 age adoption passing confidence
react-dom (source) ^16.11.0 -> ^16.14.0 age adoption passing confidence
rollup (source) ^1.26.5 -> ^1.32.1 age adoption passing confidence
rollup-plugin-dts ^1.1.12 -> ^1.4.14 age adoption passing confidence
ts-jest (source) ^24.1.0 -> ^24.3.0 age adoption passing confidence
typescript (source) 3.7.2 -> 3.9.9 age adoption passing confidence

Release Notes

babel/babel ### [`v7.12.13`](https://togithub.com/babel/babel/blob/master/CHANGELOG.md#v71213-2021-02-03) [Compare Source](https://togithub.com/babel/babel/compare/v7.12.11...v7.12.13) ##### :eyeglasses: Spec Compliance - `babel-parser` - [#​12661](https://togithub.com/babel/babel/pull/12661) spec: disable await binding identifier within static block ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-helper-create-class-features-plugin`, `babel-helpers`, `babel-plugin-proposal-private-methods`, `babel-runtime-corejs2`, `babel-runtime-corejs3`, `babel-runtime` - [#​12689](https://togithub.com/babel/babel/pull/12689) fix: throw error when accessing private method without a getter ([@​fedeci](https://togithub.com/fedeci)) - `babel-plugin-transform-computed-properties`, `babel-plugin-transform-shorthand-properties` - [#​12664](https://togithub.com/babel/babel/pull/12664) fix: correctly transform `__proto__` properties ([@​ExE-Boss](https://togithub.com/ExE-Boss)) ##### :bug: Bug Fix - `babel-plugin-proposal-class-properties`, `babel-traverse` - [#​12729](https://togithub.com/babel/babel/pull/12729) Fix class fields when `super()` is in a default param ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-plugin-proposal-class-properties`, `babel-plugin-transform-classes` - [#​12723](https://togithub.com/babel/babel/pull/12723) Define class elements in the correct order ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-parser`, `babel-template` - [#​12725](https://togithub.com/babel/babel/pull/12725) Permit %%placeholder%% in left-hand-side of a let declaration ([@​Zalathar](https://togithub.com/Zalathar)) - `babel-core`, `babel-helper-transform-fixture-test-runner`, `babel-register` - [#​12728](https://togithub.com/babel/babel/pull/12728) Don't use `require()` in ESM files ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-parser` - [#​12686](https://togithub.com/babel/babel/pull/12686) (ts) Raise syntax error for an abstract method in non-abstract class ([@​sosukesuzuki](https://togithub.com/sosukesuzuki)) - [#​12684](https://togithub.com/babel/babel/pull/12684) fix(parser): throw error with wrong typescript 'export declare' ([@​fedeci](https://togithub.com/fedeci)) - [#​12520](https://togithub.com/babel/babel/pull/12520) Raise recoverable error for await expressions in sync functions ([@​sosukesuzuki](https://togithub.com/sosukesuzuki)) - [#​12678](https://togithub.com/babel/babel/pull/12678) fix: start TypePredicate node after returnToken ([@​JLHwung](https://togithub.com/JLHwung)) - [#​12599](https://togithub.com/babel/babel/pull/12599) [@​babel/preset-typescript](https://togithub.com/babel/preset-typescript): fix tsx assigment issue ([@​Zzzen](https://togithub.com/Zzzen)) - [#​12562](https://togithub.com/babel/babel/pull/12562) \[ts]Add optional property to OptionalCallExpression node that has type arguments ([@​sosukesuzuki](https://togithub.com/sosukesuzuki)) - `babel-helpers`, `babel-plugin-transform-classes` - [#​12693](https://togithub.com/babel/babel/pull/12693) Avoid hitting **proto** in \_inheritsLoose ([@​ChALkeR](https://togithub.com/ChALkeR)) - `babel-generator` - [#​12653](https://togithub.com/babel/babel/pull/12653) fix: avoid line breaks between class members head and key ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-register` - [#​12665](https://togithub.com/babel/babel/pull/12665) fix: babel-register transform internal dependencies ([@​overlookmotel](https://togithub.com/overlookmotel)) - `babel-node` - [#​12638](https://togithub.com/babel/babel/pull/12638) fix: place \_babel-node after process.execArgv ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-types` - [#​12602](https://togithub.com/babel/babel/pull/12602) fix: cloneNode(deep, withoutLoc) handles absent comments ([@​FauxFaux](https://togithub.com/FauxFaux)) - [#​12575](https://togithub.com/babel/babel/pull/12575) Use isIdentifierChar instead of regex for toIdentifier ([@​mischnic](https://togithub.com/mischnic)) - `babel-plugin-transform-modules-systemjs` - [#​12612](https://togithub.com/babel/babel/pull/12612) \[systemjs] Fix: export star alongside with named export ([@​shrinktofit](https://togithub.com/shrinktofit)) - `babel-plugin-transform-for-of` - [#​12611](https://togithub.com/babel/babel/pull/12611) Transform labeled `for-of` inside braceless `if` statement ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-helper-create-class-features-plugin`, `babel-helper-replace-supers`, `babel-plugin-transform-classes` - [#​12544](https://togithub.com/babel/babel/pull/12544) Correctly access shadowed class binding in `super.*` ([@​Zzzen](https://togithub.com/Zzzen)) - `babel-helper-module-imports`, `babel-plugin-transform-react-jsx-development`, `babel-plugin-transform-react-jsx` - [#​12546](https://togithub.com/babel/babel/pull/12546) Load `jsx-runtime` after existing imports ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) ##### :nail_care: Polish - `babel-helper-transform-fixture-test-runner`, `babel-parser`, `babel-preset-env` - [#​12716](https://togithub.com/babel/babel/pull/12716) refactor: raise AwaitNotInAsyncContext when an AwaitExpression will be parsed ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-cli`, `babel-core`, `babel-parser` - [#​12437](https://togithub.com/babel/babel/pull/12437) Recover from "missing semicolon" errors ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-helper-create-class-features-plugin`, `babel-plugin-proposal-private-methods` - [#​12713](https://togithub.com/babel/babel/pull/12713) Add `#` to the private name in "write-only" errors ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-helper-compilation-targets`, `babel-preset-env` - [#​12626](https://togithub.com/babel/babel/pull/12626) fix: print warning messages to stderr ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-code-frame` - [#​12567](https://togithub.com/babel/babel/pull/12567) fix(code-frame): do not pad gutter of empty lines ([@​SimenB](https://togithub.com/SimenB)) ##### :memo: Documentation - Other - [#​12698](https://togithub.com/babel/babel/pull/12698) Add " 📢 Deprecation" to the changelog labels ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-cli`, `babel-code-frame`, `babel-compat-data`, `babel-core`, `babel-generator`, `babel-helper-annotate-as-pure`, `babel-helper-bindify-decorators`, `babel-helper-builder-binary-assignment-operator-visitor`, `babel-helper-builder-react-jsx`, `babel-helper-call-delegate`, `babel-helper-compilation-targets`, `babel-helper-create-class-features-plugin`, `babel-helper-create-regexp-features-plugin`, `babel-helper-define-map`, `babel-helper-explode-assignable-expression`, `babel-helper-explode-class`, `babel-helper-fixtures`, `babel-helper-function-name`, `babel-helper-get-function-arity`, `babel-helper-hoist-variables`, `babel-helper-member-expression-to-functions`, `babel-helper-module-imports`, `babel-helper-module-transforms`, `babel-helper-optimise-call-expression`, `babel-helper-plugin-test-runner`, `babel-helper-plugin-utils`, `babel-helper-remap-async-to-generator`, `babel-helper-replace-supers`, `babel-helper-simple-access`, `babel-helper-split-export-declaration`, `babel-helper-transform-fixture-test-runner`, `babel-helper-wrap-function`, `babel-helpers`, `babel-highlight`, `babel-node`, `babel-parser`, `babel-plugin-external-helpers`, `babel-plugin-proposal-async-generator-functions`, `babel-plugin-proposal-class-properties`, `babel-plugin-proposal-class-static-block`, `babel-plugin-proposal-decorators`, `babel-plugin-proposal-do-expressions`, `babel-plugin-proposal-export-default-from`, `babel-plugin-proposal-export-namespace-from`, `babel-plugin-proposal-function-bind`, `babel-plugin-proposal-function-sent`, `babel-plugin-proposal-json-strings`, `babel-plugin-proposal-logical-assignment-operators`, `babel-plugin-proposal-nullish-coalescing-operator`, `babel-plugin-proposal-numeric-separator`, `babel-plugin-proposal-object-rest-spread`, `babel-plugin-proposal-optional-catch-binding`, `babel-plugin-proposal-optional-chaining`, `babel-plugin-proposal-partial-application`, `babel-plugin-proposal-pipeline-operator`, `babel-plugin-proposal-private-methods`, `babel-plugin-proposal-private-property-in-object`, `babel-plugin-proposal-throw-expressions`, `babel-plugin-proposal-unicode-property-regex`, `babel-plugin-syntax-class-properties`, `babel-plugin-syntax-class-static-block`, `babel-plugin-syntax-decorators`, `babel-plugin-syntax-do-expressions`, `babel-plugin-syntax-export-default-from`, `babel-plugin-syntax-flow`, `babel-plugin-syntax-function-bind`, `babel-plugin-syntax-function-sent`, `babel-plugin-syntax-jsx`, `babel-plugin-syntax-module-string-names`, `babel-plugin-syntax-partial-application`, `babel-plugin-syntax-pipeline-operator`, `babel-plugin-syntax-throw-expressions`, `babel-plugin-syntax-top-level-await`, `babel-plugin-syntax-typescript`, `babel-plugin-transform-arrow-functions`, `babel-plugin-transform-async-to-generator`, `babel-plugin-transform-block-scoped-functions`, `babel-plugin-transform-block-scoping`, `babel-plugin-transform-classes`, `babel-plugin-transform-computed-properties`, `babel-plugin-transform-destructuring`, `babel-plugin-transform-dotall-regex`, `babel-plugin-transform-duplicate-keys`, `babel-plugin-transform-exponentiation-operator`, `babel-plugin-transform-flow-comments`, `babel-plugin-transform-flow-strip-types`, `babel-plugin-transform-for-of`, `babel-plugin-transform-function-name`, `babel-plugin-transform-instanceof`, `babel-plugin-transform-jscript`, `babel-plugin-transform-literals`, `babel-plugin-transform-member-expression-literals`, `babel-plugin-transform-modules-amd`, `babel-plugin-transform-modules-commonjs`, `babel-plugin-transform-modules-systemjs`, `babel-plugin-transform-modules-umd`, `babel-plugin-transform-named-capturing-groups-regex`, `babel-plugin-transform-new-target`, `babel-plugin-transform-object-assign`, `babel-plugin-transform-object-set-prototype-of-to-assign`, `babel-plugin-transform-object-super`, `babel-plugin-transform-parameters`, `babel-plugin-transform-property-literals`, `babel-plugin-transform-property-mutators`, `babel-plugin-transform-proto-to-assign`, `babel-plugin-transform-react-constant-elements`, `babel-plugin-transform-react-display-name`, `babel-plugin-transform-react-inline-elements`, `babel-plugin-transform-react-jsx-compat`, `babel-plugin-transform-react-jsx-self`, `babel-plugin-transform-react-jsx-source`, `babel-plugin-transform-react-jsx`, `babel-plugin-transform-regenerator`, `babel-plugin-transform-reserved-words`, `babel-plugin-transform-runtime`, `babel-plugin-transform-shorthand-properties`, `babel-plugin-transform-spread`, `babel-plugin-transform-sticky-regex`, `babel-plugin-transform-strict-mode`, `babel-plugin-transform-template-literals`, `babel-plugin-transform-typeof-symbol`, `babel-plugin-transform-typescript`, `babel-plugin-transform-unicode-escapes`, `babel-plugin-transform-unicode-regex`, `babel-preset-env`, `babel-preset-flow`, `babel-preset-react`, `babel-preset-typescript`, `babel-register`, `babel-runtime-corejs2`, `babel-runtime`, `babel-standalone`, `babel-template`, `babel-traverse`, `babel-types` - [#​12531](https://togithub.com/babel/babel/pull/12531) docs: add package-specific documentation links ([@​DanArthurGallagher](https://togithub.com/DanArthurGallagher)) ##### :house: Internal - `babel-traverse`, `babel-types` - [#​12296](https://togithub.com/babel/babel/pull/12296) Use native ESM for dev scripts ([@​karansapolia](https://togithub.com/karansapolia)) - `babel-register` - [#​12674](https://togithub.com/babel/babel/pull/12674) babel-register run default register with global module cache ([@​overlookmotel](https://togithub.com/overlookmotel)) - Other - [#​12659](https://togithub.com/babel/babel/pull/12659) Add `yarn-plugin-conditions` to update Babel 8 dependencies ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - [#​12640](https://togithub.com/babel/babel/pull/12640) test: reuse lodash library within eslint tests ([@​armano2](https://togithub.com/armano2)) - [#​12592](https://togithub.com/babel/babel/pull/12592) Remove remaining references to lerna ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-generator`, `babel-preset-env` - [#​12670](https://togithub.com/babel/babel/pull/12670) fix: allow to execute util scripts ([@​armano2](https://togithub.com/armano2)) - `babel-core`, `babel-helper-compilation-targets`, `babel-plugin-transform-classes`, `babel-plugin-transform-function-name`, `babel-plugin-transform-parameters`, `babel-plugin-transform-regenerator`, `babel-preset-env` - [#​12615](https://togithub.com/babel/babel/pull/12615) Tweak helper compilation targets ([@​JLHwung](https://togithub.com/JLHwung)) ##### :microscope: Output optimization - `babel-plugin-transform-modules-commonjs`, `babel-plugin-transform-template-literals`, `babel-plugin-transform-unicode-escapes`, `babel-preset-env` - [#​12588](https://togithub.com/babel/babel/pull/12588) Declare template objects inline ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-plugin-transform-react-jsx` - [#​12557](https://togithub.com/babel/babel/pull/12557) Optimize jsx spreads of object expressions ([@​bz2](https://togithub.com/bz2)) ### [`v7.12.11`](https://togithub.com/babel/babel/blob/master/CHANGELOG.md#v71211-2020-12-16) [Compare Source](https://togithub.com/babel/babel/compare/v7.10.4...v7.12.11) ##### :eyeglasses: Spec Compliance - `babel-parser` - [#​12366](https://togithub.com/babel/babel/pull/12366) Disallow non octal decimal escape before use strict ([@​JLHwung](https://togithub.com/JLHwung)) ##### :bug: Bug Fix - `babel-plugin-transform-block-scoping` - [#​11801](https://togithub.com/babel/babel/pull/11801) fix: handle block-level function declaration ([#​10046](https://togithub.com/babel/babel/issues/10046)) ([@​vitorveiga](https://togithub.com/vitorveiga)) - `babel-helper-builder-react-jsx-experimental`, `babel-plugin-transform-react-jsx-development`, `babel-plugin-transform-react-jsx` - [#​12493](https://togithub.com/babel/babel/pull/12493) Lazily inject imports to the JSX runtime ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-helper-builder-react-jsx-experimental`, `babel-preset-react` - [#​12495](https://togithub.com/babel/babel/pull/12495) Fixed issue with skipping over self & source generated by another instance ([@​Andarist](https://togithub.com/Andarist)) - `babel-preset-env` - [#​10862](https://togithub.com/babel/babel/pull/10862) Add js extension to preset-env generated polyfill imports ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-helper-builder-react-jsx-experimental`, `babel-plugin-transform-react-jsx` - [#​12479](https://togithub.com/babel/babel/pull/12479) Setup JSX runtime even if the file doesn't contain JSX ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-helper-builder-react-jsx-experimental`, `babel-plugin-transform-react-jsx-development`, `babel-preset-react` - [#​12475](https://togithub.com/babel/babel/pull/12475) Fixed a regression for multiple \__self & \__source props with classic runtime ([@​Andarist](https://togithub.com/Andarist)) ##### :house: Internal - `babel-types` - [#​12510](https://togithub.com/babel/babel/pull/12510) Improve AST node definitions in [@​babel/types](https://togithub.com/babel/types) ([@​zxbodya](https://togithub.com/zxbodya)) - Other - [#​12508](https://togithub.com/babel/babel/pull/12508) chore: always check yarn lock and dedupe during update ([@​JLHwung](https://togithub.com/JLHwung)) - [#​12480](https://togithub.com/babel/babel/pull/12480) Avoid force trailing comma on test files ([@​JLHwung](https://togithub.com/JLHwung)) - [#​12462](https://togithub.com/babel/babel/pull/12462) Run e2e tests also with BABEL\_8\_BREAKING ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-plugin-transform-react-display-name`, `babel-plugin-transform-react-jsx` - [#​12502](https://togithub.com/babel/babel/pull/12502) Reorganize some JSX-related tests ([@​Andarist](https://togithub.com/Andarist)) - `babel-standalone`, `babel-types` - [#​12127](https://togithub.com/babel/babel/pull/12127) Move some build steps to gulp ([@​JLHwung](https://togithub.com/JLHwung)) ### [`v7.10.4`](https://togithub.com/babel/babel/blob/master/CHANGELOG.md#v7104-2020-06-30) [Compare Source](https://togithub.com/babel/babel/compare/v7.10.3...v7.10.4) ##### :eyeglasses: Spec Compliance - `babel-helper-member-expression-to-functions`, `babel-plugin-proposal-class-properties` - [#​11669](https://togithub.com/babel/babel/pull/11669) Add `delete obj?.#x.a` support ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-parser`, `babel-types` - [#​11652](https://togithub.com/babel/babel/pull/11652) fix: implement early errors for record and tuple ([@​JLHwung](https://togithub.com/JLHwung)) ##### :bug: Bug Fix - `babel-types` - [#​11752](https://togithub.com/babel/babel/pull/11752) \[regression] Don't validate file.comments in `@babel/types` ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-plugin-proposal-do-expressions`, `babel-types` - [#​11724](https://togithub.com/babel/babel/pull/11724) fix: do-statementlist behavior ([@​wlawt](https://togithub.com/wlawt)) ##### :nail_care: Polish - `babel-parser` - [#​11722](https://togithub.com/babel/babel/pull/11722) Add better parser error when using jsx ([@​penguingovernor](https://togithub.com/penguingovernor)) - `babel-core` - [#​11544](https://togithub.com/babel/babel/pull/11544) Refine babel core types ([@​JLHwung](https://togithub.com/JLHwung)) ##### :house: Internal - `babel-core`, `babel-helper-fixtures`, `babel-standalone`, `babel-traverse` - [#​11758](https://togithub.com/babel/babel/pull/11758) Replace non-inclusive "whitelist" and "blacklist" terms with "allowlist" etc. ([@​wojtekmaj](https://togithub.com/wojtekmaj)) - `babel-parser` - [#​11376](https://togithub.com/babel/babel/pull/11376) Add [@​babel/eslint-plugin-development-internal](https://togithub.com/babel/eslint-plugin-development-internal) ([@​kaicataldo](https://togithub.com/kaicataldo)) - `babel-core` - [#​11544](https://togithub.com/babel/babel/pull/11544) Refine babel core types ([@​JLHwung](https://togithub.com/JLHwung)) ### [`v7.10.3`](https://togithub.com/babel/babel/blob/master/CHANGELOG.md#v7103-2020-06-19) [Compare Source](https://togithub.com/babel/babel/compare/v7.10.1...v7.10.3) ##### :eyeglasses: Spec Compliance - `babel-parser` - [#​11676](https://togithub.com/babel/babel/pull/11676) Properly parse `export default from` when `exportDefaultFrom` is not enabled ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-helper-member-expression-to-functions`, `babel-plugin-proposal-class-properties`, `babel-plugin-proposal-optional-chaining` - [#​11662](https://togithub.com/babel/babel/pull/11662) refactor: do not rely on AST extra properties in plugins ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-plugin-proposal-logical-assignment-operators` - [#​11658](https://togithub.com/babel/babel/pull/11658) Perform NamedEvaluation of Anonymous Functions in Logical Assignment ([@​jridgewell](https://togithub.com/jridgewell)) - `babel-helper-create-class-features-plugin`, `babel-helper-member-expression-to-functions`, `babel-plugin-proposal-class-properties`, `babel-plugin-proposal-optional-chaining` - [#​11623](https://togithub.com/babel/babel/pull/11623) fix: ensure (a?.b)() has proper this ([@​JLHwung](https://togithub.com/JLHwung)) ##### :bug: Bug Fix - `babel-parser`, `babel-plugin-transform-flow-comments` - [#​11697](https://togithub.com/babel/babel/pull/11697) Fix innercomments ([@​shaodahong](https://togithub.com/shaodahong)) - `babel-helper-member-expression-to-functions`, `babel-plugin-proposal-class-properties` - [#​11703](https://togithub.com/babel/babel/pull/11703) fix:added check for forXstatement pattern ([@​wlawt](https://togithub.com/wlawt)) - `babel-template` - [#​11695](https://togithub.com/babel/babel/pull/11695) Allow templates to parse v8intrinsics ([@​jridgewell](https://togithub.com/jridgewell)) - `babel-types` - [#​11687](https://togithub.com/babel/babel/pull/11687) improve node type definitions to avoid any's in generated types ([@​zxbodya](https://togithub.com/zxbodya)) - `babel-plugin-transform-react-pure-annotations` - [#​11685](https://togithub.com/babel/babel/pull/11685) Add React.createContext to [@​babel/plugin-transform-react-pure-annotat](https://togithub.com/babel/plugin-transform-react-pure-annotat)… ([@​jessethomson](https://togithub.com/jessethomson)) - `babel-parser` - [#​11676](https://togithub.com/babel/babel/pull/11676) Properly parse `export default from` when `exportDefaultFrom` is not enabled ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-helper-create-class-features-plugin`, `babel-plugin-proposal-class-properties`, `babel-plugin-proposal-private-methods` - [#​11571](https://togithub.com/babel/babel/pull/11571) Add a check for privateMap's existence ([@​AjayPoshak](https://togithub.com/AjayPoshak)) ##### :nail_care: Polish - `babel-plugin-transform-typescript` - [#​11682](https://togithub.com/babel/babel/pull/11682) Fix small typo ([@​sajadtorkamani](https://togithub.com/sajadtorkamani)) ##### :house: Internal - Other - [#​11730](https://togithub.com/babel/babel/pull/11730) Revert "chore: pin windows node.js version ([#​11522](https://togithub.com/babel/babel/issues/11522))" ([@​JLHwung](https://togithub.com/JLHwung)) - [#​11727](https://togithub.com/babel/babel/pull/11727) replace whitelist by allowlist in parser-tests ([@​JLHwung](https://togithub.com/JLHwung)) - [#​11677](https://togithub.com/babel/babel/pull/11677) Bump @​babel/\* deps ([@​existentialism](https://togithub.com/existentialism)) - [#​11672](https://togithub.com/babel/babel/pull/11672) chore: output ascii only standalone minified bundle ([@​JLHwung](https://togithub.com/JLHwung)) - [#​11647](https://togithub.com/babel/babel/pull/11647) chore: check version lazily in babel-eslint-parser ([@​kaicataldo](https://togithub.com/kaicataldo)) - `babel-helper-plugin-utils` - [#​11674](https://togithub.com/babel/babel/pull/11674) chore: add npmignore to babel-helper-plugin-utils ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-plugin-proposal-class-properties`, `babel-plugin-proposal-private-property-in-object`, `babel-preset-env` - [#​11655](https://togithub.com/babel/babel/pull/11655) Fix some test fixtures ([@​existentialism](https://togithub.com/existentialism)) ### [`v7.10.1`](https://togithub.com/babel/babel/blob/master/CHANGELOG.md#v7101-2020-05-27) [Compare Source](https://togithub.com/babel/babel/compare/v7.8.3...v7.10.1) ##### :bug: Bug Fix - `babel-preset-env` - [#​11633](https://togithub.com/babel/babel/pull/11633) \[hotfix] Use same targets for fields as for private methods ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-standalone` - [#​11624](https://togithub.com/babel/babel/pull/11624) Fix standalone tag when data-type is not set. ([@​dfabulich](https://togithub.com/dfabulich)) ##### :house: Internal - *Every package* - [#​11625](https://togithub.com/babel/babel/pull/11625) Use `repository.directory` field in `package.json` files ([@​saulosantiago](https://togithub.com/saulosantiago)) ### [`v7.8.3`](https://togithub.com/babel/babel/blob/master/CHANGELOG.md#v783-2020-01-13) [Compare Source](https://togithub.com/babel/babel/compare/v7.8.0...v7.8.3) ##### :bug: Bug Fix - `babel-types` - [#​11002](https://togithub.com/babel/babel/pull/11002) fix: generated builder parameter should respect builder keys ([@​JLHwung](https://togithub.com/JLHwung)) ##### :house: Internal - `babel-preset-env-standalone`, `babel-standalone` - [#​10994](https://togithub.com/babel/babel/pull/10994) Ignore .map files in standalone packages ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-plugin-proposal-decorators`, `babel-plugin-proposal-dynamic-import`, `babel-plugin-proposal-logical-assignment-operators`, `babel-plugin-proposal-object-rest-spread`, `babel-plugin-syntax-async-generators`, `babel-plugin-syntax-bigint`, `babel-plugin-syntax-dynamic-import`, `babel-plugin-syntax-json-strings`, `babel-plugin-syntax-nullish-coalescing-operator`, `babel-plugin-syntax-object-rest-spread`, `babel-plugin-syntax-optional-catch-binding`, `babel-plugin-syntax-optional-chaining`, `babel-plugin-transform-flow-strip-types`, `babel-plugin-transform-modules-commonjs`, `babel-plugin-transform-modules-systemjs`, `babel-plugin-transform-react-constant-elements`, `babel-preset-env-standalone`, `babel-preset-env`, `babel-standalone` - [#​10820](https://togithub.com/babel/babel/pull/10820) Archive syntax plugins enabled by default ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) ##### :leftwards_arrow_with_hook: Revert - *Every package* - [#​11003](https://togithub.com/babel/babel/pull/11003) Revert "chore: specify package type ([#​10849](https://togithub.com/babel/babel/issues/10849))" ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) ### [`v7.8.0`](https://togithub.com/babel/babel/blob/master/CHANGELOG.md#v780-2020-01-12) [Compare Source](https://togithub.com/babel/babel/compare/v7.5.5...v7.8.0) ##### :eyeglasses: Spec Compliance - `babel-parser` - [#​10980](https://togithub.com/babel/babel/pull/10980) Disallow private name in object elements and TS type elements ([@​JLHwung](https://togithub.com/JLHwung)) - [#​10955](https://togithub.com/babel/babel/pull/10955) LiteralPropertyName should allow BigIntLiteral ([@​JLHwung](https://togithub.com/JLHwung)) - [#​10953](https://togithub.com/babel/babel/pull/10953) fix: check await when parsing AsyncArrowBindingIdentifier ([@​JLHwung](https://togithub.com/JLHwung)) - [#​10947](https://togithub.com/babel/babel/pull/10947) Fix: TopLevelAwait should respect await identifiers defined in sub scope. ([@​JLHwung](https://togithub.com/JLHwung)) - [#​10946](https://togithub.com/babel/babel/pull/10946) fix: Class Field Initializer should not allow await expression as immediate child ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-plugin-proposal-numeric-separator` - [#​10938](https://togithub.com/babel/babel/pull/10938) StringNumericLiteral does not include NumericLiteralSeparator ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-generator`, `babel-parser`, `babel-plugin-proposal-private-methods` - [#​10456](https://togithub.com/babel/babel/pull/10456) \[parser] Disallow duplicate and undeclared private names ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) ##### :boom: Breaking Change - `babel-types` - [#​10917](https://togithub.com/babel/babel/pull/10917) (opt-in) Improve [@​babel/types](https://togithub.com/babel/types) with env.BABEL_TYPES\_8\_BREAKING ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) ##### :rocket: New Feature - `babel-standalone` - [#​10821](https://togithub.com/babel/babel/pull/10821) Merge env-standalone to babel-standalone ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-core` - [#​10783](https://togithub.com/babel/babel/pull/10783) Add babelrc.json support ([@​yordis](https://togithub.com/yordis)) - [#​10903](https://togithub.com/babel/babel/pull/10903) Add support for babel.config.mjs and .babelrc.mjs ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-compat-data`, `babel-preset-env-standalone`, `babel-preset-env` - [#​10811](https://togithub.com/babel/babel/pull/10811) Add optional-chaining and nullish-coalescing to preset-env ([@​Druotic](https://togithub.com/Druotic)) - `babel-helper-module-transforms`, `babel-plugin-transform-modules-systemjs` - [#​10780](https://togithub.com/babel/babel/pull/10780) add `allowTopLevelThis` option to `transform-modules-systemjs` ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-parser` - [#​10817](https://togithub.com/babel/babel/pull/10817) enable optional chaining by default in [@​babel/parser](https://togithub.com/babel/parser) ([@​jackisherwood](https://togithub.com/jackisherwood)) - `babel-cli` - [#​10887](https://togithub.com/babel/babel/pull/10887) --copy-ignored flag added to CLI ([@​rajasekarm](https://togithub.com/rajasekarm)) - [#​9144](https://togithub.com/babel/babel/pull/9144) Add --out-file-extension option to babel-cli ([@​eps1lon](https://togithub.com/eps1lon)) - `babel-core`, `babel-generator`, `babel-parser` - [#​10819](https://togithub.com/babel/babel/pull/10819) Enable nullish coalescing by default in [@​babel/parser](https://togithub.com/babel/parser) ([@​layershifter](https://togithub.com/layershifter)) - `babel-core`, `babel-parser` - [#​10843](https://togithub.com/babel/babel/pull/10843) \[parser] enable dynamic import by default ([@​AbdulAli19](https://togithub.com/AbdulAli19)) ##### :bug: Bug Fix - `babel-node` - [#​10763](https://togithub.com/babel/babel/pull/10763) Filename detection should respect short flags ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-plugin-proposal-numeric-separator` - [#​10938](https://togithub.com/babel/babel/pull/10938) StringNumericLiteral does not include NumericLiteralSeparator ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-preset-env` - [#​10790](https://togithub.com/babel/babel/pull/10790) Use chrome data when android is absent ([@​JLHwung](https://togithub.com/JLHwung)) - [#​10930](https://togithub.com/babel/babel/pull/10930) fix: Promise.any requires global.AggregateError ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-parser` - [#​10944](https://togithub.com/babel/babel/pull/10944) When reading a new string, U+2028/2029 should correctly set the new column ([@​JLHwung](https://togithub.com/JLHwung)) - [#​10937](https://togithub.com/babel/babel/pull/10937) Refactor parseSubscript ([@​JLHwung](https://togithub.com/JLHwung)) - [#​10901](https://togithub.com/babel/babel/pull/10901) fix: lost leading comment after named import ([@​elevatebart](https://togithub.com/elevatebart)) - `babel-traverse` - [#​10949](https://togithub.com/babel/babel/pull/10949) Override toString in case this function is printed ([@​jayenashar](https://togithub.com/jayenashar)) - `babel-helper-module-transforms`, `babel-plugin-transform-modules-commonjs` - [#​10934](https://togithub.com/babel/babel/pull/10934) helper-module-transforms: dereference imported template tag ([@​ajafff](https://togithub.com/ajafff)) - `babel-traverse`, `babel-types` - [#​10912](https://togithub.com/babel/babel/pull/10912) Fix parameter expression get binding ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-core` - [#​10914](https://togithub.com/babel/babel/pull/10914) [@​babel-core](https://togithub.com/babel-core): parse should parse only ([@​kaicataldo](https://togithub.com/kaicataldo)) - `babel-helpers` - [#​10902](https://togithub.com/babel/babel/pull/10902) fix: Object.getOwnPropertySymbols called on non-object ([@​bassaer](https://togithub.com/bassaer)) ##### :nail_care: Polish - `babel-node` - [#​9695](https://togithub.com/babel/babel/pull/9695) Use ` babel > ` as prompt in babel-node ([@​ZYSzys](https://togithub.com/ZYSzys)) - `babel-parser` - [#​10906](https://togithub.com/babel/babel/pull/10906) refactor: remove inClassProperty parser state ([@​JLHwung](https://togithub.com/JLHwung)) ##### :memo: Documentation - `babel-preset-env` - [#​10982](https://togithub.com/babel/babel/pull/10982) CONTRIBUTING: Update link to plugin-features.js \[skip ci] ([@​andersk](https://togithub.com/andersk)) - Other - [#​10973](https://togithub.com/babel/babel/pull/10973) Added instructions to fork the repo in order to setup. ([@​sidntrivedi012](https://togithub.com/sidntrivedi012)) ##### :house: Internal - `babel-preset-env` - [#​10983](https://togithub.com/babel/babel/pull/10983) chore: update corejs fixtures ([@​JLHwung](https://togithub.com/JLHwung)) - [#​10974](https://togithub.com/babel/babel/pull/10974) chore: update caniuse-usage Chrome 49 related fixtures ([@​JLHwung](https://togithub.com/JLHwung)) - [#​10924](https://togithub.com/babel/babel/pull/10924) Replace custom "findSuggestion" function with "levenary" ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-core` - [#​10507](https://togithub.com/babel/babel/pull/10507) Prepare [@​babel/core](https://togithub.com/babel/core) for asynchronicity ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - Other - [#​10979](https://togithub.com/babel/babel/pull/10979) Reduce false negative cases of typescript parser tests ([@​JLHwung](https://togithub.com/JLHwung)) - [#​10976](https://togithub.com/babel/babel/pull/10976) Update Test262, Flow and TS parser tests ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - [#​10964](https://togithub.com/babel/babel/pull/10964) Bump coverage target from 80% to 90% ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - [#​10958](https://togithub.com/babel/babel/pull/10958) Fix recent e2e-vuejs-cli error ([@​JLHwung](https://togithub.com/JLHwung)) - [#​10919](https://togithub.com/babel/babel/pull/10919) Add integration test: e2e-vue-cli ([@​JLHwung](https://togithub.com/JLHwung)) - [#​10943](https://togithub.com/babel/babel/pull/10943) chore: update test262 ([@​JLHwung](https://togithub.com/JLHwung)) - [#​10918](https://togithub.com/babel/babel/pull/10918) chore: refine e2e test scripts ([@​JLHwung](https://togithub.com/JLHwung)) - [#​10905](https://togithub.com/babel/babel/pull/10905) chore: separate build-standalone with coverage ([@​JLHwung](https://togithub.com/JLHwung)) - [#​10898](https://togithub.com/babel/babel/pull/10898) Move coverage to GitHub actions ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-compat-data`, `babel-helper-compilation-targets`, `babel-preset-env` - [#​10899](https://togithub.com/babel/babel/pull/10899) Extract targets parser and compat data from preset-env ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-parser` - [#​10950](https://togithub.com/babel/babel/pull/10950) test: add invalid-lone-import test ([@​JLHwung](https://togithub.com/JLHwung)) - [#​10936](https://togithub.com/babel/babel/pull/10936) refactor: remove unecessary checkYieldAwaitInDefaultParams ([@​JLHwung](https://togithub.com/JLHwung)) - [#​10935](https://togithub.com/babel/babel/pull/10935) refactor: remove unused invalidTemplateEscapePosition tokenizer state ([@​JLHwung](https://togithub.com/JLHwung)) - [#​10939](https://togithub.com/babel/babel/pull/10939) TSTypeCastExpression should not be inside call parameters ([@​JLHwung](https://togithub.com/JLHwung)) - [#​10942](https://togithub.com/babel/babel/pull/10942) Remove unused parser methods ([@​JLHwung](https://togithub.com/JLHwung)) - *Every package* - [#​10849](https://togithub.com/babel/babel/pull/10849) chore: specify package type \[skip-ci] ([@​JLHwung](https://togithub.com/JLHwung)) ##### :leftwards_arrow_with_hook: Revert - `babel-cli` - [#​10923](https://togithub.com/babel/babel/pull/10923) fix: minified should not accept optional argument ([@​JLHwung](https://togithub.com/JLHwung))
icu-project/full-icu-npm ### [`v1.3.4`](https://togithub.com/icu-project/full-icu-npm/compare/v1.3.3...v1.3.4) [Compare Source](https://togithub.com/icu-project/full-icu-npm/compare/v1.3.3...v1.3.4) ### [`v1.3.3`](https://togithub.com/icu-project/full-icu-npm/compare/v1.3.2...v1.3.3) [Compare Source](https://togithub.com/icu-project/full-icu-npm/compare/v1.3.2...v1.3.3) ### [`v1.3.2`](https://togithub.com/icu-project/full-icu-npm/compare/v1.3.1...v1.3.2) [Compare Source](https://togithub.com/icu-project/full-icu-npm/compare/v1.3.1...v1.3.2) ### [`v1.3.1`](https://togithub.com/icu-project/full-icu-npm/compare/v1.3.0...v1.3.1) [Compare Source](https://togithub.com/icu-project/full-icu-npm/compare/v1.3.0...v1.3.1)
eemeli/intl-pluralrules ### [`v1.2.2`](https://togithub.com/eemeli/intl-pluralrules/releases/v1.2.2) [Compare Source](https://togithub.com/eemeli/intl-pluralrules/compare/v1.2.1...v1.2.2) - Include factory.js instead of .mjs on react-native ([#​20](https://togithub.com/eemeli/intl-pluralrules/issues/20)) - Update dev dependencies - Switch CI from Travis to GitHub Actions - Skip a test due to a [V8 bug](https://crbug.com/v8/10832) ### [`v1.2.1`](https://togithub.com/eemeli/intl-pluralrules/releases/v1.2.1) [Compare Source](https://togithub.com/eemeli/intl-pluralrules/compare/v1.2.0...v1.2.1) - Include `./package.json` in `"exports"` ([#​18](https://togithub.com/eemeli/intl-pluralrules/issues/18)) ### [`v1.2.0`](https://togithub.com/eemeli/intl-pluralrules/releases/v1.2.0) [Compare Source](https://togithub.com/eemeli/intl-pluralrules/compare/v1.1.2...v1.2.0) - Use Rollup to vendor in `make-plural` - Set `Intl.PluralRules.polyfill = true` if appropriate - Add factory.d.ts & pseudo-number-format.d.ts ### [`v1.1.2`](https://togithub.com/eemeli/intl-pluralrules/releases/v1.1.2) [Compare Source](https://togithub.com/eemeli/intl-pluralrules/compare/v1.1.1...v1.1.2) - Use CommonJS plurals for pony/polyfill + ensure right import object ([#​15](https://togithub.com/eemeli/intl-pluralrules/issues/15)) - Update dependencies, including make-plural 6.1 & jest 25 ([#​15](https://togithub.com/eemeli/intl-pluralrules/issues/15)) - Move baseline version of Node in CI from 6 to 8 due to Jest 25 support - Add tests to reach 100% code coverage - Add index.html for examples - Drop cardinals example
facebook/react ### [`v16.14.0`](https://togithub.com/facebook/react/blob/master/CHANGELOG.md#​16140-October-14-2020) [Compare Source](https://togithub.com/facebook/react/compare/v16.13.1...v16.14.0) ##### React - Add support for the [new JSX transform](https://reactjs.org/blog/2020/09/22/introducing-the-new-jsx-transform.html). ([@​lunaruan](https://togithub.com/lunaruan) in [#​18299](https://togithub.com/facebook/react/pull/18299)) ### [`v16.13.1`](https://togithub.com/facebook/react/blob/master/CHANGELOG.md#​16131-March-19-2020) [Compare Source](https://togithub.com/facebook/react/compare/v16.13.0...v16.13.1) ##### React DOM - Fix bug in legacy mode Suspense where effect clean-up functions are not fired. This only affects users who use Suspense for data fetching in legacy mode, which is not technically supported. ([@​acdlite](https://togithub.com/acdlite) in [#​18238](https://togithub.com/facebook/react/pull/18238)) - Revert warning for cross-component updates that happen inside class render lifecycles (`componentWillReceiveProps`, `shouldComponentUpdate`, and so on). ([@​gaearon](https://togithub.com/gaearon) in [#​18330](https://togithub.com/facebook/react/pull/18330)) ### [`v16.13.0`](https://togithub.com/facebook/react/blob/master/CHANGELOG.md#​16130-February-26-2020) [Compare Source](https://togithub.com/facebook/react/compare/v16.12.0...v16.13.0) ##### React - Warn when a string ref is used in a manner that's not amenable to a future codemod ([@​lunaruan](https://togithub.com/lunaruan) in [#​17864](https://togithub.com/facebook/react/pull/17864)) - Deprecate `React.createFactory()` ([@​trueadm](https://togithub.com/trueadm) in [#​17878](https://togithub.com/facebook/react/pull/17878)) ##### React DOM - Warn when changes in `style` may cause an unexpected collision ([@​sophiebits](https://togithub.com/sophiebits) in [#​14181](https://togithub.com/facebook/react/pull/14181), [#​18002](https://togithub.com/facebook/react/pull/18002)) - Warn when a function component is updated during another component's render phase ([@​acdlite](https://togithub.com/acdlite) in [#​17099](https://togithub.com/facebook/react/pull/17099)) - Deprecate `unstable_createPortal` ([@​trueadm](https://togithub.com/trueadm) in [#​17880](https://togithub.com/facebook/react/pull/17880)) - Fix `onMouseEnter` being fired on disabled buttons ([@​AlfredoGJ](https://togithub.com/AlfredoGJ) in [#​17675](https://togithub.com/facebook/react/pull/17675)) - Call `shouldComponentUpdate` twice when developing in `StrictMode` ([@​bvaughn](https://togithub.com/bvaughn) in [#​17942](https://togithub.com/facebook/react/pull/17942)) - Add `version` property to ReactDOM ([@​ealush](https://togithub.com/ealush) in [#​15780](https://togithub.com/facebook/react/pull/15780)) - Don't call `toString()` of `dangerouslySetInnerHTML` ([@​sebmarkbage](https://togithub.com/sebmarkbage) in [#​17773](https://togithub.com/facebook/react/pull/17773)) - Show component stacks in more warnings ([@​gaearon](https://togithub.com/gaearon) in [#​17922](https://togithub.com/facebook/react/pull/17922), [#​17586](https://togithub.com/facebook/react/pull/17586)) ##### Concurrent Mode (Experimental) - Warn for problematic usages of `ReactDOM.createRoot()` ([@​trueadm](https://togithub.com/trueadm) in [#​17937](https://togithub.com/facebook/react/pull/17937)) - Remove `ReactDOM.createRoot()` callback params and added warnings on usage ([@​bvaughn](https://togithub.com/bvaughn) in [#​17916](https://togithub.com/facebook/react/pull/17916)) - Don't group Idle/Offscreen work with other work ([@​sebmarkbage](https://togithub.com/sebmarkbage) in [#​17456](https://togithub.com/facebook/react/pull/17456)) - Adjust `SuspenseList` CPU bound heuristic ([@​sebmarkbage](https://togithub.com/sebmarkbage) in [#​17455](https://togithub.com/facebook/react/pull/17455)) - Add missing event plugin priorities ([@​trueadm](https://togithub.com/trueadm) in [#​17914](https://togithub.com/facebook/react/pull/17914)) - Fix `isPending` only being true when transitioning from inside an input event ([@​acdlite](https://togithub.com/acdlite) in [#​17382](https://togithub.com/facebook/react/pull/17382)) - Fix `React.memo` components dropping updates when interrupted by a higher priority update ([@​acdlite](\(https://github.com/acdlite\)) in [#​18091](https://togithub.com/facebook/react/pull/18091)) - Don't warn when suspending at the wrong priority ([@​gaearon](https://togithub.com/gaearon) in [#​17971](https://togithub.com/facebook/react/pull/17971)) - Fix a bug with rebasing updates ([@​acdlite](https://togithub.com/acdlite) and [@​sebmarkbage](https://togithub.com/sebmarkbage) in [#​17560](https://togithub.com/facebook/react/pull/17560), [#​17510](https://togithub.com/facebook/react/pull/17510), [#​17483](https://togithub.com/facebook/react/pull/17483), [#​17480](https://togithub.com/facebook/react/pull/17480)) ### [`v16.12.0`](https://togithub.com/facebook/react/blob/master/CHANGELOG.md#​16120-November-14-2019) [Compare Source](https://togithub.com/facebook/react/compare/v16.11.0...v16.12.0) ##### React DOM - Fix passive effects (`useEffect`) not being fired in a multi-root app. ([@​acdlite](https://togithub.com/acdlite) in [#​17347](https://togithub.com/facebook/react/pull/17347)) ##### React Is - Fix `lazy` and `memo` types considered elements instead of components ([@​bvaughn](https://togithub.com/bvaughn) in [#​17278](https://togithub.com/facebook/react/pull/17278))
rollup/rollup ### [`v1.32.1`](https://togithub.com/rollup/rollup/blob/master/CHANGELOG.md#​1321) [Compare Source](https://togithub.com/rollup/rollup/compare/v1.32.0...v1.32.1) *2020-03-06* ##### Bug Fixes - Handle default export detection for AMD and IIFE externals that do not have a prototype ([#​3420](https://togithub.com/rollup/rollup/issues/3420)) - Handle missing whitespace when the else branch of an if-statement is simplified ([#​3421](https://togithub.com/rollup/rollup/issues/3421)) - Mention the importing module when reporting errors for missing named exports ([#​3401](https://togithub.com/rollup/rollup/issues/3401)) - Add code to warning for missing output.name of IIFE bundles ([#​3372](https://togithub.com/rollup/rollup/issues/3372)) ##### Pull Requests - [#​3372](https://togithub.com/rollup/rollup/pull/3372): Add warning code for missing output.name of IIFE bundle that has export ([@​rail44](https://togithub.com/rail44)) - [#​3401](https://togithub.com/rollup/rollup/pull/3401): Missing exports errors now print the importing module ([@​timiyay](https://togithub.com/timiyay)) - [#​3418](https://togithub.com/rollup/rollup/pull/3418): Structure lifecycle

Configuration

📅 Schedule: "before 3am on Monday" (UTC).

🚦 Automerge: Disabled due to failing status checks.

♻️ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 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.

renovate[bot] commented 3 years ago

Branch automerge failure

This PR was configured for branch automerge, however this is not possible so it has been raised as a PR instead.


renovate[bot] commented 1 year ago

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update (^7.22.5). You will get a PR once a newer version is released. To ignore this dependency forever, add it to the ignoreDeps array of your Renovate config.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.