[Snyk] Upgrade: @babel/core, @babel/node #231
Merged
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.10.3 to 7.10.4
on 2020-06-30
from 7.10.3 to 7.10.4
on 2020-06-30
Release notes
Package name: @babel/core
-
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
- #11676 Properly parse
- #11662 refactor: do not rely on AST extra properties in plugins (@JLHwung)
- #11658 Perform NamedEvaluation of Anonymous Functions in Logical Assignment (@jridgewell)
- #11623 fix: ensure (a?.b)() has proper this (@JLHwung)
- #11697 Fix innercomments (@shaodahong)
- #11703 fix:added check for forXstatement pattern (@wlawt)
- #11695 Allow templates to parse v8intrinsics (@jridgewell)
- #11687 improve node type definitions to avoid any's in generated types (@zxbodya)
- #11685 Add React.createContext to @babel/plugin-transform-react-pure-annotat… (@jessethomson)
- #11676 Properly parse
- #11571 Add a check for privateMap's existence (@AjayPoshak)
- #11682 Fix small typo (@sajadtorkamani)
- Other
- #11730 Revert "chore: pin windows node.js version (#11522)" (@JLHwung)
- #11727 replace whitelist by allowlist in parser-tests (@JLHwung)
- #11677 Bump @babel/* deps (@existentialism)
- #11672 chore: output ascii only standalone minified bundle (@JLHwung)
- #11647 chore: check version lazily in babel-eslint-parser (@kaicataldo)
- #11674 chore: add npmignore to babel-helper-plugin-utils (@JLHwung)
- #11655 Fix some test fixtures (@existentialism)
- Ajay Poshak (@AjayPoshak)
- Bogdan Savluk (@zxbodya)
- Brian Ng (@existentialism)
- Huáng Jùnliàng (@JLHwung)
- Jesse Thomson (@jessethomson)
- Justin Ridgewell (@jridgewell)
- Kai Cataldo (@kaicataldo)
- Nicolò Ribaudo (@nicolo-ribaudo)
- Sajad Torkamani (@sajadtorkamani)
- William Law (@wlawt)
- 骗你是小猫咪 (@shaodahong)
from @babel/core GitHub release notesv7.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
v7.10.3 (2020-06-19)
Thanks @AjayPoshak, @jessethomson, @sajadtorkamani, @shaodahong and @wlawt for their first PRs!
👓 Spec Compliance
babel-parserexport default fromwhenexportDefaultFromis not enabled (@JLHwung)babel-helper-member-expression-to-functions,babel-plugin-proposal-class-properties,babel-plugin-proposal-optional-chainingbabel-plugin-proposal-logical-assignment-operatorsbabel-helper-create-class-features-plugin,babel-helper-member-expression-to-functions,babel-plugin-proposal-class-properties,babel-plugin-proposal-optional-chaining🐛 Bug Fix
babel-parser,babel-plugin-transform-flow-commentsbabel-helper-member-expression-to-functions,babel-plugin-proposal-class-propertiesbabel-templatebabel-typesbabel-plugin-transform-react-pure-annotationsbabel-parserexport default fromwhenexportDefaultFromis not enabled (@JLHwung)babel-helper-create-class-features-plugin,babel-plugin-proposal-class-properties,babel-plugin-proposal-private-methods💅 Polish
babel-plugin-transform-typescript🏠 Internal
babel-helper-plugin-utilsbabel-plugin-proposal-class-properties,babel-plugin-proposal-private-property-in-object,babel-preset-envCommitters: 11
Package name: @babel/node
-
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
from @babel/node GitHub release notesv7.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
Commit messages
Package name: @babel/core
Compare
Package name: @babel/node
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