This repository was archived by the owner on May 13, 2022. It is now read-only.
[Snyk] Upgrade: @babel/core, @babel/plugin-proposal-class-properties, @babel/plugin-proposal-decorators, @babel/plugin-proposal-nullish-coalescing-operator, @babel/plugin-proposal-numeric-separator, @babel/plugin-proposal-optional-chaining, @babel/plugin-transform-flow-strip-types, @babel/plugin-transform-react-display-name, @babel/plugin-transform-runtime, @babel/preset-env, @babel/preset-react, @babel/preset-typescript, @babel/runtime #25
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Snyk has created this PR to upgrade multiple dependencies.
👯♂ The following dependencies are linked and will therefore be updated together.ℹ️ Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.
from 7.9.0 to 7.11.6
on 2020-09-03
from 7.8.3 to 7.10.4
on 2020-06-30
from 7.8.3 to 7.10.5
on 2020-07-14
from 7.8.3 to 7.10.4
on 2020-06-30
from 7.8.3 to 7.10.4
on 2020-06-30
from 7.9.0 to 7.11.0
on 2020-07-30
from 7.9.0 to 7.10.4
on 2020-06-30
from 7.8.3 to 7.10.4
on 2020-06-30
from 7.9.0 to 7.11.5
on 2020-08-31
from 7.9.0 to 7.11.5
on 2020-08-31
from 7.9.1 to 7.10.4
on 2020-06-30
from 7.9.0 to 7.10.4
on 2020-06-30
from 7.9.0 to 7.11.2
on 2020-08-05
Release notes
Package name: @babel/core
-
7.11.6 - 2020-09-03
- #12028 Run prepublish build after versioning (@JLHwung)
- #12027 Revert #12014 (@JLHwung)
- Huáng Jùnliàng (@JLHwung)
- Jan Brašna (@janbrasna)
-
7.11.5 - 2020-08-31
- #12017 Fix
- #11931 fix: ExpressionBody should respect [In] parameter (@JLHwung)
- #11987 Set generator to true during error recovery of accessor (@existentialism)
- #11993 Added linting support for private class methods (@giovannicalo)
- #12000 fix(plugin-proposal-function-bind): fix invalid code emitted for
- #11832 Forward deopt node path (@johanholmerin)
- Other
- #12013 Remove unused enhanced-resolve and normalize lock resolutions (@JLHwung)
- #12010 chore: use Rollup 2 (@JLHwung)
- #12002 Restructure CI workflow (@JLHwung)
- #11781 chore: improve Yarn 2 cache on CI (@JLHwung)
- All packages
- #11962 Use Yarn 2 (@JLHwung)
- Brian Ng (@existentialism)
- Giovanni Calò (@giovannicalo)
- Huáng Jùnliàng (@JLHwung)
- Joe Haddad (@Timer)
- Johan Holmerin (@johanholmerin)
- uhyo (@uhyo)
-
7.11.4 - 2020-08-20
- #11985 fix: declare @babel/traverse as a dependency (@JLHwung)
- #11974 Ensure
- #11979 Throw error on invalid flow async generic arrow syntax (@existentialism)
- #11955 Fix parsing type casted generic flow arrow exprs (@existentialism)
- #11973 fix: do not transform ClassPrivateMethods in estree (@JLHwung)
- #11941 fix: push new token context when braceHashL is seen (@JLHwung)
- #11943 fix: reset EndLocation for catch param (@JLHwung)
- Other
- #11978 fix: do not mutate newTypes (@JLHwung)
- #11970 fix: ensure defaults are set in @babel/eslint-parser (@kaicataldo)
- #11947 fix: disallow line break between async and property (@JLHwung)
- Other
- #11952 Move legacy node version tests to GitHub actions (@JLHwung)
- #11936 chore: do not push version commit on lerna version (@JLHwung)
- #11923 Add more parser test cases (@JLHwung)
- #11944 Simplify tokenizer update context (@JLHwung)
- #11945 chore: enable flowcheck on CI (@JLHwung)
- #11930 Refactor [In] production parameter tracking (@JLHwung)
- #11953 chore: remove obsolete comment (@jamescdavis)
- #11951 chore: build babel-polyfill-dist on make watch (@JLHwung)
- #11531 Isolated exec tests (@jridgewell)
- #11937 Move some @babel/traverse from deps to devDeps (@Monchi)
- Brian Ng (@existentialism)
- Huáng Jùnliàng (@JLHwung)
- James C. Davis (@jamescdavis)
- Justin Ridgewell (@jridgewell)
- Kai Cataldo (@kaicataldo)
- Yuku Kotani (@Monchi)
-
7.11.1 - 2020-08-04
- #11912 rescan gt/lt token after TsAsExpression is parsed (@JLHwung)
- #11906 Do not cache non-existent config files forever (@devongovett)
- #11901 fix: ensure
- #11900 docs: remove experimental warning on README (@JLHwung)
- #11871 Parser refactoring (@JLHwung)
- Other
- #11899 Update
- Devon Govett (@devongovett)
- Huáng Jùnliàng (@JLHwung)
-
7.11.0 - 2020-07-30
-
7.10.5 - 2020-07-14
-
7.10.4 - 2020-06-30
- #11669 Add
- #11652 fix: implement early errors for record and tuple (@JLHwung)
- #11752 [regression] Don't validate file.comments in
- #11724 fix: do-statementlist behavior (@wlawt)
- #11722 Add better parser error when using jsx (@penguingovernor)
- #11544 Refine babel core types (@JLHwung)
- #11758 Replace non-inclusive "whitelist" and "blacklist" terms with "allowlist" etc. (@wojtekmaj)
- #11376 Add @babel/eslint-plugin-development-internal (@kaicataldo)
- #11544 Refine babel core types (@JLHwung)
- Huáng Jùnliàng (@JLHwung)
- Jorge Henriquez (@penguingovernor)
- Kai Cataldo (@kaicataldo)
- Nicolò Ribaudo (@nicolo-ribaudo)
- Simon Kotwicz (@simonkotwicz)
- William Law (@wlawt)
- Wojciech Maj (@wojtekmaj)
-
7.10.3 - 2020-06-19
-
7.10.2 - 2020-05-30
-
7.10.1 - 2020-05-27
-
7.10.0 - 2020-05-26
-
7.9.6 - 2020-04-29
-
7.9.0 - 2020-03-20
from @babel/core GitHub release notesv7.11.6 (2020-09-03)
Thanks @janbrasna for their first PR!
🏠 Internal
↩️ Revert
babel-cli,babel-core,babel-generator,babel-helper-transform-fixture-test-runnerCommitters: 2
v7.11.5 (2020-08-31)
Thanks @giovannicalo, @johanholmerin, @uhyo for their first PRs!
🐛 Bug Fix
babel-helper-builder-react-jsx-experimental,babel-plugin-transform-react-jsx-developmentjsxDEVfor generated elements (@Timer)babel-parser@babel/eslint-pluginbabel-plugin-proposal-function-bind::super.foo(@uhyo)💅 Polish
babel-traverse🏠 Internal
Committers: 6
v7.11.4 (2020-08-20)
Thanks @Monchi for their first PR to Babel!
🐛 Bug Fix
babel-helper-replace-supersbabel-coreimport()is not transpiled inbabel-corepublished source (@JLHwung)babel-parserbabel-generator🏠 Internal
babel-parserbabel-helpersbabel-helper-transform-fixture-test-runnerbabel-core,babel-helper-transform-fixture-test-runner,babel-plugin-proposal-object-rest-spread,babel-plugin-transform-block-scoping,babel-plugin-transform-classes,babel-plugin-transform-destructuring,babel-plugin-transform-react-jsx-source,babel-plugin-transform-spreadbabel-helper-bindify-decorators,babel-helper-call-delegate,babel-helper-explode-assignable-expression,babel-helper-explode-class,babel-helper-remap-async-to-generator,babel-helper-replace-supersCommitters: 6
v7.11.1 (2020-08-04)
🐛 Bug Fix
babel-parserbabel-corebabel-plugin-transform-block-scoping,babel-standalone[…map.keys]can be correctly transformed in loose mode (@JLHwung)📝 Documentation
🏠 Internal
babel-parser@babel/*deps (@JLHwung)Committers: 2
Read more
Read more
v7.10.4 (2020-06-30)
Thanks @penguingovernor, @sajadtorkamani and @wojtekmaj for their first PRs!
👓 Spec Compliance
babel-helper-member-expression-to-functions,babel-plugin-proposal-class-propertiesdelete obj?.#x.asupport (@JLHwung)babel-parser,babel-types🐛 Bug Fix
babel-types@babel/types(@nicolo-ribaudo)babel-plugin-proposal-do-expressions,babel-types💅 Polish
babel-parserbabel-core🏠 Internal
babel-core,babel-helper-fixtures,babel-standalone,babel-traversebabel-parserbabel-coreCommitters: 7
Read more
Package name: @babel/plugin-proposal-class-properties
-
7.10.4 - 2020-06-30
-
7.10.1 - 2020-05-27
-
7.8.3 - 2020-01-13
from @babel/plugin-proposal-class-properties GitHub release notesRead more
Package name: @babel/plugin-proposal-decorators
-
7.10.5 - 2020-07-14
-
7.10.4 - 2020-06-30
-
7.10.3 - 2020-06-19
-
7.10.1 - 2020-05-27
-
7.10.0 - 2020-05-26
-
7.8.3 - 2020-01-13
from @babel/plugin-proposal-decorators GitHub release notesRead more
Read more
Read more
Package name: @babel/plugin-proposal-nullish-coalescing-operator
-
7.10.4 - 2020-06-30
-
7.10.1 - 2020-05-27
-
7.8.3 - 2020-01-13
from @babel/plugin-proposal-nullish-coalescing-operator GitHub release notesRead more
Package name: @babel/plugin-proposal-numeric-separator
-
7.10.4 - 2020-06-30
-
7.10.1 - 2020-05-27
-
7.8.3 - 2020-01-13
from @babel/plugin-proposal-numeric-separator GitHub release notesRead more
Package name: @babel/plugin-proposal-optional-chaining
-
7.11.0 - 2020-07-30
-
7.10.4 - 2020-06-30
-
7.10.3 - 2020-06-19
-
7.10.1 - 2020-05-27
-
7.10.0 - 2020-05-26
-
7.9.0 - 2020-03-20
from @babel/plugin-proposal-optional-chaining GitHub release notesRead more
Read more
Read more
Package name: @babel/plugin-transform-flow-strip-types
-
7.10.4 - 2020-06-30
-
7.10.1 - 2020-05-27
-
7.9.0 - 2020-03-20
from @babel/plugin-transform-flow-strip-types GitHub release notesRead more
Package name: @babel/plugin-transform-react-display-name
-
7.10.4 - 2020-06-30
-
7.10.3 - 2020-06-19
-
7.10.1 - 2020-05-27
-
7.8.3 - 2020-01-13
from @babel/plugin-transform-react-display-name GitHub release notesRead more
Read more
Package name: @babel/plugin-transform-runtime
-
7.11.5 - 2020-08-31
-
7.11.0 - 2020-07-30
-
7.10.5 - 2020-07-14
-
7.10.4 - 2020-06-30
-
7.10.3 - 2020-06-19
-
7.10.1 - 2020-05-27
-
7.10.0 - 2020-05-26
-
7.9.6 - 2020-04-29
-
7.9.0 - 2020-03-20
from @babel/plugin-transform-runtime GitHub release notesRead more
Read more
Read more
Read more
Read more
Package name: @babel/preset-env
-
7.11.5 - 2020-08-31
-
7.11.0 - 2020-07-30
-
7.10.4 - 2020-06-30
-
7.10.3 - 2020-06-19
-
7.10.2 - 2020-05-30
-
7.10.1 - 2020-05-27
-
7.10.0 - 2020-05-26
-
7.9.6 - 2020-04-29
-
7.9.5 - 2020-04-07
-
7.9.0 - 2020-03-20
from @babel/preset-env GitHub release notesRead more
Read more
Read more
Read more
Package name: @babel/preset-react
-
7.10.4 - 2020-06-30
-
7.10.1 - 2020-05-27
-
7.10.0 - 2020-05-26
-
7.9.4 - 2020-03-24
-
7.9.1 - 2020-03-20
from @babel/preset-react GitHub release notesRead more
Package name: @babel/preset-typescript
-
7.10.4 - 2020-06-30
-
7.10.1 - 2020-05-27
-
7.9.0 - 2020-03-20
from @babel/preset-typescript GitHub release notesRead more
Package name: @babel/runtime
-
7.11.2 - 2020-08-05
- #11916 fix: do not eat get/set after async is parsed (@JLHwung)
- Huáng Jùnliàng (@JLHwung)
-
7.11.1 - 2020-08-04
-
7.11.0 - 2020-07-30
-
7.10.5 - 2020-07-14
-
7.10.4 - 2020-06-30
-
7.10.3 - 2020-06-19
-
7.10.2 - 2020-05-30
-
7.10.1 - 2020-05-27
-
7.10.0 - 2020-05-26
-
7.9.6 - 2020-04-29
-
7.9.2 - 2020-03-21
-
7.9.0 - 2020-03-20
from @babel/runtime GitHub release notesv7.11.2 (2020-08-05)
🐛 Bug Fix
babel-parserCommitters: 1
Read more
Read more
Read more
Read more
Read more
Commit messages
Package name: @babel/core
NO INTERNETchrome page on default install facebook/create-react-app#11987)Compare
Package name: @babel/plugin-proposal-class-properties
typescript? facebook/create-react-app#11724)The development server has disconnected. Refresh the page if necessaryfacebook/create-react-app#11652)Compare
Package name: @babel/plugin-proposal-decorators
create-react-app4.0.3, which is behind the latest release (5.0.0). We no longer support global installation of Create React Ap facebook/create-react-app#11816)Compare
Package name: @babel/plugin-proposal-nullish-coalescing-operator
typescript? facebook/create-react-app#11724)The development server has disconnected. Refresh the page if necessaryfacebook/create-react-app#11652)Compare
Package name: @babel/plugin-proposal-numeric-separator
typescript? facebook/create-react-app#11724)The development server has disconnected. Refresh the page if necessaryfacebook/create-react-app#11652)Compare
Package name: @babel/plugin-transform-flow-strip-types
typescript? facebook/create-react-app#11724)The development server has disconnected. Refresh the page if necessaryfacebook/create-react-app#11652)Compare
Package name: @babel/plugin-transform-react-display-name
typescript? facebook/create-react-app#11724)The development server has disconnected. Refresh the page if necessaryfacebook/create-react-app#11652)Compare
Package name: @babel/plugin-transform-runtime
NO INTERNETchrome page on default install facebook/create-react-app#11987)Compare
Package name: @babel/preset-env
NO INTERNETchrome page on default install facebook/create-react-app#11987)Compare
Package name: @babel/preset-react
typescript? facebook/create-react-app#11724)The development server has disconnected. Refresh the page if necessaryfacebook/create-react-app#11652)Compare
Package name: @babel/preset-typescript
typescript? facebook/create-react-app#11724)The development server has disconnected. Refresh the page if necessaryfacebook/create-react-app#11652)Compare
Package name: @babel/runtime
Compare
Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.
For more information:
🧐 View latest project report
🛠 Adjust upgrade PR settings
🔕 Ignore this dependency or unsubscribe from future upgrade PRs