mitodl / sga-lti

an LTI implementation of Staff Graded Assignments, for use with edX
BSD 3-Clause "New" or "Revised" License
2 stars 2 forks source link

Update babel monorepo #82

Closed renovate[bot] closed 5 months ago

renovate[bot] commented 5 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
babel (source) 6.5.2 -> 6.23.0 age adoption passing confidence
babel-core (source) 6.6.4 -> 6.26.3 age adoption passing confidence
babel-preset-es2015 (source) 6.6.0 -> 6.24.1 age adoption passing confidence
babel-preset-react (source) 6.5.0 -> 6.24.1 age adoption passing confidence

Release Notes

babel/babel (babel) ### [`v6.23.0`](https://togithub.com/babel/babel/releases/tag/v6.23.0) [Compare Source](https://togithub.com/babel/babel/compare/v6.5.2...v6.23.0) #### 6.23.0 (2017-02-13) ##### :rocket: New Feature - `babel-plugin-transform-react-constant-elements` - [#​4812](https://togithub.com/babel/babel/pull/4812) feature: Support pure expressions in transform-react-constant-elements. ([@​STRML](https://togithub.com/STRML)) - `babel-preset-flow`, `babel-preset-react` - [#​5288](https://togithub.com/babel/babel/pull/5288) Add new flow preset. ([@​thejameskyle](https://togithub.com/thejameskyle)) - `babel-traverse` - [#​5230](https://togithub.com/babel/babel/pull/5230) Add path/family sibling traversal methods. ([@​chitchu](https://togithub.com/chitchu)) - `babel-plugin-transform-es2015-block-scoping` - [#​5236](https://togithub.com/babel/babel/pull/5236) Add option to block-scoping to throw on slow code. ([@​spicyj](https://togithub.com/spicyj)) ##### :bug: Bug Fix - `babel-core`, `babel-traverse` - [#​5050](https://togithub.com/babel/babel/pull/5050) Rewrite Hub as interface [#​5047](https://togithub.com/babel/babel/issues/5047). ([@​yongxu](https://togithub.com/yongxu)) - `babel-plugin-transform-es2015-for-of` - [#​5298](https://togithub.com/babel/babel/pull/5298) Fix loose for-of with label. ([@​jridgewell](https://togithub.com/jridgewell)) - `babel-plugin-transform-react-constant-elements`, `babel-traverse` - [#​5153](https://togithub.com/babel/babel/pull/5153) Fix react constant elements bindings. ([@​STRML](https://togithub.com/STRML)) - [#​5143](https://togithub.com/babel/babel/pull/5143) Fix PathHoister hoisting JSX member expressions on "this".. ([@​STRML](https://togithub.com/STRML)) - `babel-plugin-transform-do-expressions`, `babel-traverse` - [#​5030](https://togithub.com/babel/babel/pull/5030) Prevent multiple return statements in a loop when replacing expressions. ([@​existentialism](https://togithub.com/existentialism)) - `babel-register` - [#​5260](https://togithub.com/babel/babel/pull/5260) Fix TypeError with babel-register's cache. ([@​xtuc](https://togithub.com/xtuc)) - `babel-traverse` - [#​5206](https://togithub.com/babel/babel/pull/5206) Deopt evaluation of undefined with a local binding. Closes [#​5204](https://togithub.com/babel/babel/issues/5204). ([@​boopathi](https://togithub.com/boopathi)) - `babel-plugin-transform-runtime` - [#​5195](https://togithub.com/babel/babel/pull/5195) Don't transpile ES7 symbol properties. ([@​taion](https://togithub.com/taion)) - `babel` - [#​5258](https://togithub.com/babel/babel/pull/5258) checks if babel is installed globally and displays correct cli message. ([@​xtina-starr](https://togithub.com/xtina-starr)) - `babel-generator` - [#​5270](https://togithub.com/babel/babel/pull/5270) Emit parens for await of ternary expressions. ([@​erikdesjardins](https://togithub.com/erikdesjardins)) - [#​5193](https://togithub.com/babel/babel/pull/5193) Fix missing parens when function expressions is tag. ([@​existentialism](https://togithub.com/existentialism)) - `babel-plugin-transform-es2015-modules-commonjs` - [#​5235](https://togithub.com/babel/babel/pull/5235) Limit export node default assignment stack size [#​4323](https://togithub.com/babel/babel/issues/4323). ([@​mattste](https://togithub.com/mattste)) ##### :memo: Documentation - `babel-*` - [#​5244](https://togithub.com/babel/babel/pull/5244) Normalize options sections in docs \[skip ci]. ([@​existentialism](https://togithub.com/existentialism)) - [#​5216](https://togithub.com/babel/babel/pull/5216) Remove link to REPL. ([@​xtuc](https://togithub.com/xtuc)) - Other - [#​5242](https://togithub.com/babel/babel/pull/5242) Add our business model \[skip ci]. ([@​hzoo](https://togithub.com/hzoo)) - `babel-plugin-transform-es2015-spread` - [#​5227](https://togithub.com/babel/babel/pull/5227) Add example to spread README \[skip ci]. ([@​finkef](https://togithub.com/finkef)) - `babel-plugin-transform-flow-strip-types` - [#​5212](https://togithub.com/babel/babel/pull/5212) Remove REPL link transform-flow-strip-types doc. ([@​xtuc](https://togithub.com/xtuc)) - `babel-plugin-transform-regenerator` - [#​5202](https://togithub.com/babel/babel/pull/5202) Fix transform-regenerator README. ([@​xtuc](https://togithub.com/xtuc)) - `babel-plugin-transform-es2015-arrow-functions` - [#​5200](https://togithub.com/babel/babel/pull/5200) Fix transform-es2015-arrow-functions code blocks on the website. ([@​xtuc](https://togithub.com/xtuc)) - [#​5194](https://togithub.com/babel/babel/pull/5194) Fix transform-es2015-arrow-functions README. ([@​xtuc](https://togithub.com/xtuc)) ##### :house: Internal - `babel-core` - [#​5302](https://togithub.com/babel/babel/pull/5302) Add charset so tests work with convert-source-map@>1.4. ([@​loganfsmyth](https://togithub.com/loganfsmyth)) - `babel-core`, `babel-traverse` - [#​5050](https://togithub.com/babel/babel/pull/5050) Rewrite Hub as interface [#​5047](https://togithub.com/babel/babel/issues/5047). ([@​yongxu](https://togithub.com/yongxu)) - `babel-generator` - [#​5255](https://togithub.com/babel/babel/pull/5255) codegen performance: use trim instead of lodash/trimEnd. ([@​jwbay](https://togithub.com/jwbay)) - `babel-types` - [#​5181](https://togithub.com/babel/babel/pull/5181) Remove uses of lodash/compact. ([@​zertosh](https://togithub.com/zertosh)) - `babel-*` - [#​5265](https://togithub.com/babel/babel/pull/5265) Re-enable the max-len ESLint rule.. ([@​loganfsmyth](https://togithub.com/loganfsmyth)) - Other - [#​5264](https://togithub.com/babel/babel/pull/5264) Add a sublime project file. ([@​loganfsmyth](https://togithub.com/loganfsmyth)) - [#​5182](https://togithub.com/babel/babel/pull/5182) Run coverage only once. ([@​existentialism](https://togithub.com/existentialism)) - [#​5165](https://togithub.com/babel/babel/pull/5165) Add Node 7 to CI. ([@​chicoxyzzy](https://togithub.com/chicoxyzzy)) ##### Committers: 20 - Andres Suarez ([zertosh](https://togithub.com/zertosh)) - Ben Alpert ([spicyj](https://togithub.com/spicyj)) - Boopathi Rajaa ([boopathi](https://togithub.com/boopathi)) - Brian Ng ([existentialism](https://togithub.com/existentialism)) - Christina ([xtina-starr](https://togithub.com/xtina-starr)) - Erik Desjardins ([erikdesjardins](https://togithub.com/erikdesjardins)) - Fabian Finke ([finkef](https://togithub.com/finkef)) - Henry Zhu ([hzoo](https://togithub.com/hzoo)) - Jimmy Jia ([taion](https://togithub.com/taion)) - Justin Ridgewell ([jridgewell](https://togithub.com/jridgewell)) - Logan Smyth ([loganfsmyth](https://togithub.com/loganfsmyth)) - Matt Stewart ([mattste](https://togithub.com/mattste)) - Samuel Reed ([STRML](https://togithub.com/STRML)) - Sergey Rubanov ([chicoxyzzy](https://togithub.com/chicoxyzzy)) - Sven SAULEAU ([xtuc](https://togithub.com/xtuc)) - Vicente Jr Yuchitcho ([chitchu](https://togithub.com/chitchu)) - Yongxu Ren ([yongxu](https://togithub.com/yongxu)) - [jwbay](https://togithub.com/jwbay) - james kyle ([thejameskyle](https://togithub.com/thejameskyle)) - Łukasz Lityński ([hex13](https://togithub.com/hex13))

Configuration

📅 Schedule: Branch creation - "every weekend" in timezone US/Eastern, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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 Mend Renovate. View repository job log here.