TreyM-WSS / whitesource-demo-1

0 stars 0 forks source link

Update dependency @babel/core to v7.10.5 #107

Open mend-for-github-com[bot] opened 1 year ago

mend-for-github-com[bot] commented 1 year ago

This PR contains the following updates:

Package Type Update Change
@babel/core (source) devDependencies minor 7.6.2 -> 7.10.5

By merging this PR, the below issues will be automatically resolved and closed:

Severity CVSS Score CVE GitHub Issue
High 7.1 CVE-2022-46175 #106
Medium 5.3 CVE-2021-23343 #74

Release Notes

babel/babel (@​babel/core) ### [`v7.10.5`](https://redirect.github.com/babel/babel/releases/tag/v7.10.5) [Compare Source](https://redirect.github.com/babel/babel/compare/v7.10.4...v7.10.5) #### v7.10.5 (2020-07-14) Thanks [@​jayaddison](https://redirect.github.com/jayaddison) and [@​RafaelSalguero](https://redirect.github.com/RafaelSalguero) for their first PRs! ##### :bug: Bug Fix - `babel-helper-builder-react-jsx-experimental`, `babel-helper-create-class-features-plugin`, `babel-helper-member-expression-to-functions`, `babel-helper-module-transforms`, `babel-helper-transform-fixture-test-runner`, `babel-plugin-proposal-async-generator-functions`, `babel-plugin-proposal-decorators`, `babel-plugin-proposal-function-bind`, `babel-plugin-proposal-partial-application`, `babel-plugin-proposal-pipeline-operator`, `babel-plugin-transform-block-scoping`, `babel-plugin-transform-modules-amd`, `babel-plugin-transform-modules-systemjs`, `babel-plugin-transform-parameters`, `babel-plugin-transform-react-jsx-source`, `babel-plugin-transform-runtime`, `babel-plugin-transform-template-literals`, `babel-plugin-transform-typescript` - [#​11807](https://redirect.github.com/babel/babel/pull/11807) Disallow duplicated AST nodes ([@​JLHwung](https://redirect.github.com/JLHwung)) - `babel-parser` - [#​11814](https://redirect.github.com/babel/babel/pull/11814) fix: add optional: false to chained optional call expression ([@​JLHwung](https://redirect.github.com/JLHwung)) - [#​11774](https://redirect.github.com/babel/babel/pull/11774) fix: throw expect jsx plugin error when an idStart or > is seen ([@​JLHwung](https://redirect.github.com/JLHwung)) - `babel-plugin-transform-typescript` - [#​11816](https://redirect.github.com/babel/babel/pull/11816) Typescript transform now removes generic arguments from optional calls (Closes [#​11813](https://redirect.github.com/babel/babel/issues/11813)) ([@​RafaelSalguero](https://redirect.github.com/RafaelSalguero)) - `babel-plugin-transform-block-scoping` - [#​11802](https://redirect.github.com/babel/babel/pull/11802) Fix break/continue when switch is nested inside loop ([@​existentialism](https://redirect.github.com/existentialism)) - `babel-generator`, `babel-plugin-transform-typescript`, `babel-types` - [#​11582](https://redirect.github.com/babel/babel/pull/11582) Refactor generated builder names in [@​babel/types](https://redirect.github.com/babel/types) ([@​zxbodya](https://redirect.github.com/zxbodya)) - `babel-compat-data` - [#​11783](https://redirect.github.com/babel/babel/pull/11783) fix: update class properties support matrix ([@​JLHwung](https://redirect.github.com/JLHwung)) ##### :memo: Documentation - Other - [#​11799](https://redirect.github.com/babel/babel/pull/11799) docs: update README example and REPL link ([@​JLHwung](https://redirect.github.com/JLHwung)) - [#​11761](https://redirect.github.com/babel/babel/pull/11761) Add note about running Make targets in Windows 10 ([@​kaicataldo](https://redirect.github.com/kaicataldo)) - `babel-parser` - [#​11729](https://redirect.github.com/babel/babel/pull/11729) docs: add AST spec on optional chain \[skip ci] ([@​JLHwung](https://redirect.github.com/JLHwung)) ##### :house: Internal - `babel-cli`, `babel-compat-data`, `babel-core`, `babel-helper-define-map`, `babel-helper-fixtures`, `babel-helper-module-transforms`, `babel-helper-regex`, `babel-helper-transform-fixture-test-runner`, `babel-node`, `babel-plugin-transform-proto-to-assign`, `babel-register`, `babel-traverse`, `babel-types` - [#​11818](https://redirect.github.com/babel/babel/pull/11818) Bump some deps for audit ([@​existentialism](https://redirect.github.com/existentialism)) - `babel-helper-fixtures`, `babel-traverse` - [#​11811](https://redirect.github.com/babel/babel/pull/11811) Replace lodash 'clone' usage with ES6 Spread initializer ([@​jayaddison](https://redirect.github.com/jayaddison)) - `babel-helper-fixtures`, `babel-helper-transform-fixture-test-runner` - [#​11812](https://redirect.github.com/babel/babel/pull/11812) Replace lodash 'extend' usage with Object.assign ([@​jayaddison](https://redirect.github.com/jayaddison)) - `babel-plugin-transform-block-scoping` - [#​11798](https://redirect.github.com/babel/babel/pull/11798) Reduce dependency on lodash functions: values, extends ([@​jayaddison](https://redirect.github.com/jayaddison)) - `babel-generator`, `babel-plugin-transform-typescript`, `babel-types` - [#​11582](https://redirect.github.com/babel/babel/pull/11582) Refactor generated builder names in [@​babel/types](https://redirect.github.com/babel/types) ([@​zxbodya](https://redirect.github.com/zxbodya)) - `babel-cli`, `babel-generator`, `babel-helper-transform-fixture-test-runner`, `babel-traverse`, `babel-types` - [#​11790](https://redirect.github.com/babel/babel/pull/11790) Reduce dependency on lodash functions: includes, uniq, repeat, isinteger ([@​jayaddison](https://redirect.github.com/jayaddison)) - Other - [#​11782](https://redirect.github.com/babel/babel/pull/11782) chore: refine yarn cache config ([@​JLHwung](https://redirect.github.com/JLHwung)) - `babel-register` - [#​11780](https://redirect.github.com/babel/babel/pull/11780) test: add console warn spy on babel-register tests ([@​JLHwung](https://redirect.github.com/JLHwung)) - [#​11776](https://redirect.github.com/babel/babel/pull/11776) chore: remove babel-register generated test artifacts ([@​JLHwung](https://redirect.github.com/JLHwung)) ##### Committers: 7 - Bogdan Savluk ([@​zxbodya](https://redirect.github.com/zxbodya)) - Brian Ng ([@​existentialism](https://redirect.github.com/existentialism)) - Huáng Jùnliàng ([@​JLHwung](https://redirect.github.com/JLHwung)) - James Addison ([@​jayaddison](https://redirect.github.com/jayaddison)) - Kai Cataldo ([@​kaicataldo](https://redirect.github.com/kaicataldo)) - Nicolò Ribaudo ([@​nicolo-ribaudo](https://redirect.github.com/nicolo-ribaudo)) - Rafael Salguero Iturrios ([@​RafaelSalguero](https://redirect.github.com/RafaelSalguero)) ### [`v7.10.4`](https://redirect.github.com/babel/babel/releases/tag/v7.10.4) [Compare Source](https://redirect.github.com/babel/babel/compare/v7.10.3...v7.10.4) #### v7.10.4 (2020-06-30) Thanks [@​penguingovernor](https://redirect.github.com/penguingovernor), [@​sajadtorkamani](https://redirect.github.com/sajadtorkamani) and [@​wojtekmaj](https://redirect.github.com/wojtekmaj) for their first PRs! ##### :eyeglasses: Spec Compliance - `babel-helper-member-expression-to-functions`, `babel-plugin-proposal-class-properties` - [#​11669](https://redirect.github.com/babel/babel/pull/11669) Add `delete obj?.#x.a` support ([@​JLHwung](https://redirect.github.com/JLHwung)) - `babel-parser`, `babel-types` - [#​11652](https://redirect.github.com/babel/babel/pull/11652) fix: implement early errors for record and tuple ([@​JLHwung](https://redirect.github.com/JLHwung)) ##### :bug: Bug Fix - `babel-types` - [#​11752](https://redirect.github.com/babel/babel/pull/11752) \[regression] Don't validate file.comments in `@babel/types` ([@​nicolo-ribaudo](https://redirect.github.com/nicolo-ribaudo)) - `babel-plugin-proposal-do-expressions`, `babel-types` - [#​11724](https://redirect.github.com/babel/babel/pull/11724) fix: do-statementlist behavior ([@​wlawt](https://redirect.github.com/wlawt)) ##### :nail_care: Polish - `babel-parser` - [#​11722](https://redirect.github.com/babel/babel/pull/11722) Add better parser error when using jsx ([@​penguingovernor](https://redirect.github.com/penguingovernor)) - `babel-core` - [#​11544](https://redirect.github.com/babel/babel/pull/11544) Refine babel core types ([@​JLHwung](https://redirect.github.com/JLHwung)) ##### :house: Internal - `babel-core`, `babel-helper-fixtures`, `babel-standalone`, `babel-traverse` - [#​11758](https://redirect.github.com/babel/babel/pull/11758) Replace non-inclusive "whitelist" and "blacklist" terms with "allowlist" etc. ([@​wojtekmaj](https://redirect.github.com/wojtekmaj)) - `babel-parser` - [#​11376](https://redirect.github.com/babel/babel/pull/11376) Add [@​babel/eslint-plugin-development-internal](https://redirect.github.com/babel/eslint-plugin-development-internal) ([@​kaicataldo](https://redirect.github.com/kaicataldo)) - `babel-core` - [#​11544](https://redirect.github.com/babel/babel/pull/11544) Refine babel core types ([@​JLHwung](https://redirect.github.com/JLHwung)) ##### Committers: 7 - Huáng Jùnliàng ([@​JLHwung](https://redirect.github.com/JLHwung)) - Jorge Henriquez ([@​penguingovernor](https://redirect.github.com/penguingovernor)) - Kai Cataldo ([@​kaicataldo](https://redirect.github.com/kaicataldo)) - Nicolò Ribaudo ([@​nicolo-ribaudo](https://redirect.github.com/nicolo-ribaudo)) - Simon Kotwicz ([@​simonkotwicz](https://redirect.github.com/simonkotwicz)) - William Law ([@​wlawt](https://redirect.github.com/wlawt)) - Wojciech Maj ([@​wojtekmaj](https://redirect.github.com/wojtekmaj)) ### [`v7.10.3`](https://redirect.github.com/babel/babel/releases/tag/v7.10.3) [Compare Source](https://redirect.github.com/babel/babel/compare/v7.10.2...v7.10.3) #### v7.10.3 (2020-06-19) Thanks [@​AjayPoshak](https://redirect.github.com/AjayPoshak), [@​jessethomson](https://redirect.github.com/jessethomson), [@​sajadtorkamani](https://redirect.github.com/sajadtorkamani), [@​shaodahong](https://redirect.github.com/shaodahong) and [@​wlawt](https://redirect.github.com/wlawt) for their first PRs! ##### :eyeglasses: Spec Compliance - `babel-parser` - [#​11676](https://redirect.github.com/babel/babel/pull/11676) Properly parse `export default from` when `exportDefaultFrom` is not enabled ([@​JLHwung](https://redirect.github.com/JLHwung)) - `babel-helper-member-expression-to-functions`, `babel-plugin-proposal-class-properties`, `babel-plugin-proposal-optional-chaining` - [#​11662](https://redirect.github.com/babel/babel/pull/11662) refactor: do not rely on AST extra properties in plugins ([@​JLHwung](https://redirect.github.com/JLHwung)) - `babel-plugin-proposal-logical-assignment-operators` - [#​11658](https://redirect.github.com/babel/babel/pull/11658) Perform NamedEvaluation of Anonymous Functions in Logical Assignment ([@​jridgewell](https://redirect.github.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://redirect.github.com/babel/babel/pull/11623) fix: ensure (a?.b)() has proper this ([@​JLHwung](https://redirect.github.com/JLHwung)) ##### :bug: Bug Fix - `babel-parser`, `babel-plugin-transform-flow-comments` - [#​11697](https://redirect.github.com/babel/babel/pull/11697) Fix innercomments ([@​shaodahong](https://redirect.github.com/shaodahong)) - `babel-helper-member-expression-to-functions`, `babel-plugin-proposal-class-properties` - [#​11703](https://redirect.github.com/babel/babel/pull/11703) fix:added check for forXstatement pattern ([@​wlawt](https://redirect.github.com/wlawt)) - `babel-template` - [#​11695](https://redirect.github.com/babel/babel/pull/11695) Allow templates to parse v8intrinsics ([@​jridgewell](https://redirect.github.com/jridgewell)) - `babel-types` - [#​11687](https://redirect.github.com/babel/babel/pull/11687) improve node type definitions to avoid any's in generated types ([@​zxbodya](https://redirect.github.com/zxbodya)) - `babel-plugin-transform-react-pure-annotations` - [#​11685](https://redirect.github.com/babel/babel/pull/11685) Add React.createContext to [@​babel/plugin-transform-react-pure-annotat](https://redirect.github.com/babel/plugin-transform-react-pure-annotat)… ([@​jessethomson](https://redirect.github.com/jessethomson)) - `babel-parser` - [#​11676](https://redirect.github.com/babel/babel/pull/11676) Properly parse `export default from` when `exportDefaultFrom` is not enabled ([@​JLHwung](https://redirect.github.com/JLHwung)) - `babel-helper-create-class-features-plugin`, `babel-plugin-proposal-class-properties`, `babel-plugin-proposal-private-methods` - [#​11571](https://redirect.github.com/babel/babel/pull/11571) Add a check for privateMap's existence ([@​AjayPoshak](https://redirect.github.com/AjayPoshak)) ##### :nail_care: Polish - `babel-plugin-transform-typescript` - [#​11682](https://redirect.github.com/babel/babel/pull/11682) Fix small typo ([@​sajadtorkamani](https://redirect.github.com/sajadtorkamani)) ##### :house: Internal - Other - [#​11730](https://redirect.github.com/babel/babel/pull/11730) Revert "chore: pin windows node.js version ([#​11522](https://redirect.github.com/babel/babel/issues/11522))" ([@​JLHwung](https://redirect.github.com/JLHwung)) - [#​11727](https://redirect.github.com/babel/babel/pull/11727) replace whitelist by allowlist in parser-tests ([@​JLHwung](https://redirect.github.com/JLHwung)) - [#​11677](https://redirect.github.com/babel/babel/pull/11677) Bump @​babel/\* deps ([@​existentialism](https://redirect.github.com/existentialism)) - [#​11672](https://redirect.github.com/babel/babel/pull/11672) chore: output ascii only standalone minified bundle ([@​JLHwung](https://redirect.github.com/JLHwung)) - [#​11647](https://redirect.github.com/babel/babel/pull/11647) chore: check version lazily in babel-eslint-parser ([@​kaicataldo](https://redirect.github.com/kaicataldo)) - `babel-helper-plugin-utils` - [#​11674](https://redirect.github.com/babel/babel/pull/11674) chore: add npmignore to babel-helper-plugin-utils ([@​JLHwung](https://redirect.github.com/JLHwung)) - `babel-plugin-proposal-class-properties`, `babel-plugin-proposal-private-property-in-object`, `babel-preset-env` - [#​11655](https://redirect.github.com/babel/babel/pull/11655) Fix some test fixtures ([@​existentialism](https://redirect.github.com/existentialism)) ##### Committers: 11 - Ajay Poshak ([@​AjayPoshak](https://redirect.github.com/AjayPoshak)) - Bogdan Savluk ([@​zxbodya](https://redirect.github.com/zxbodya)) - Brian Ng ([@​existentialism](https://redirect.github.com/existentialism)) - Huáng Jùnliàng ([@​JLHwung](https://redirect.github.com/JLHwung)) - Jesse Thomson ([@​jessethomson](https://redirect.github.com/jessethomson)) - Justin Ridgewell ([@​jridgewell](https://redirect.github.com/jridgewell)) - Kai Cataldo ([@​kaicataldo](https://redirect.github.com/kaicataldo)) - Nicolò Ribaudo ([@​nicolo-ribaudo](https://redirect.github.com/nicolo-ribaudo)) - Sajad Torkamani ([@​sajadtorkamani](https://redirect.github.com/sajadtorkamani)) - William Law ([@​wlawt](https://redirect.github.com/wlawt)) - 骗你是小猫咪 ([@​shaodahong](https://redirect.github.com/shaodahong)) ### [`v7.10.2`](https://redirect.github.com/babel/babel/releases/tag/v7.10.2) [Compare Source](https://redirect.github.com/babel/babel/compare/v7.10.1...v7.10.2) #### v7.10.2 (2020-05-30) Thanks [@​fivetanley](https://redirect.github.com/fivetanley) and [@​hamlim](https://redirect.github.com/hamlim) for their first PRs! ##### :bug: Bug Fix - `babel-helper-compilation-targets` - [#​11648](https://redirect.github.com/babel/babel/pull/11648) fix: don't mutate InputTarget's passed to [@​babel/helper-compilation-targets](https://redirect.github.com/babel/helper-compilation-targets) ([@​fivetanley](https://redirect.github.com/fivetanley)) - `babel-helper-create-class-features-plugin`, `babel-preset-env` - [#​11634](https://redirect.github.com/babel/babel/pull/11634) Class features loose should have precedence over preset-env ([@​nicolo-ribaudo](https://redirect.github.com/nicolo-ribaudo)) - `babel-generator` - [#​11645](https://redirect.github.com/babel/babel/pull/11645) fix: add bigIntSuffix to minified output ([@​JLHwung](https://redirect.github.com/JLHwung)) - `babel-generator`, `babel-types` - [#​11641](https://redirect.github.com/babel/babel/pull/11641) Add support for printing ImportAttribute ([@​existentialism](https://redirect.github.com/existentialism)) - `babel-plugin-syntax-module-attributes`, `babel-standalone` - [#​11631](https://redirect.github.com/babel/babel/pull/11631) Fix moduleAttributesVersion errors with stage-0 preset in babel standalone ([@​hamlim](https://redirect.github.com/hamlim)) ##### :nail_care: Polish - `babel-core` - [#​11643](https://redirect.github.com/babel/babel/pull/11643) fix: add new plugin names to missing plugin helpers ([@​JLHwung](https://redirect.github.com/JLHwung)) ##### :house: Internal - `babel-parser` - [#​11653](https://redirect.github.com/babel/babel/pull/11653) refactor: split locationParser into ParserErrors and error message ([@​JLHwung](https://redirect.github.com/JLHwung)) ##### Committers: 6 - Brian Ng ([@​existentialism](https://redirect.github.com/existentialism)) - Huáng Jùnliàng ([@​JLHwung](https://redirect.github.com/JLHwung)) - Kai Cataldo ([@​kaicataldo](https://redirect.github.com/kaicataldo)) - Matt Hamlin ([@​hamlim](https://redirect.github.com/hamlim)) - Nicolò Ribaudo ([@​nicolo-ribaudo](https://redirect.github.com/nicolo-ribaudo)) - Stanley Stuart ([@​fivetanley](https://redirect.github.com/fivetanley)) ### [`v7.10.1`](https://redirect.github.com/babel/babel/releases/tag/v7.10.1) [Compare Source](https://redirect.github.com/babel/babel/compare/v7.10.0...v7.10.1) #### v7.10.1 (2020-05-27) This releases includes fixes for two bugs introduced in 7.10.0. There are still a few known bugs, and we'll fix them soon. Thanks [@​saulosantiago](https://redirect.github.com/saulosantiago) for your first PR! ##### :bug: Bug Fix - `babel-preset-env` - [#​11633](https://redirect.github.com/babel/babel/pull/11633) \[hotfix] Use same targets for fields as for private methods ([@​nicolo-ribaudo](https://redirect.github.com/nicolo-ribaudo)) - `babel-standalone` - [#​11624](https://redirect.github.com/babel/babel/pull/11624) Fix standalone tag when data-type is not set. ([@​dfabulich](https://redirect.github.com/dfabulich)) ##### :house: Internal - *Every package* - [#​11625](https://redirect.github.com/babel/babel/pull/11625) Use `repository.directory` field in `package.json` files ([@​saulosantiago](https://redirect.github.com/saulosantiago)) ##### Committers: 3 - Dan Fabulich ([@​dfabulich](https://redirect.github.com/dfabulich)) - Nicolò Ribaudo ([@​nicolo-ribaudo](https://redirect.github.com/nicolo-ribaudo)) - Saulo Santiago ([@​saulosantiago](https://redirect.github.com/saulosantiago)) ### [`v7.10.0`](https://redirect.github.com/babel/babel/releases/tag/v7.10.0) [Compare Source](https://redirect.github.com/babel/babel/compare/v7.9.6...v7.10.0) #### v7.10.0 (2020-05-26) Thanks [@​AndrewLeedham](https://redirect.github.com/AndrewLeedham), [@​fisker](https://redirect.github.com/fisker), [@​kik-o](https://redirect.github.com/kik-o), [@​kitos](https://redirect.github.com/kitos), [@​lazytype](https://redirect.github.com/lazytype) for their first PRs! We are also releasing the first experimental version of the new polyfills plugins: you can check them out at [`babel/babel-polyfills`](https://redirect.github.com/babel/babel-polyfills). ##### :eyeglasses: Spec Compliance - `babel-plugin-proposal-logical-assignment-operators` - [#​11370](https://redirect.github.com/babel/babel/pull/11370) logical-assignment: Do not assign names to anonymous functions ([@​arku](https://redirect.github.com/arku)) ##### :rocket: New Feature - `babel-helper-create-class-features-plugin`, `babel-helper-member-expression-to-functions`, `babel-helper-optimise-call-expression`, `babel-helper-replace-supers`, `babel-parser`, `babel-plugin-proposal-class-properties` - [#​11248](https://redirect.github.com/babel/babel/pull/11248) Handle private access chained on an optional chain ([@​jridgewell](https://redirect.github.com/jridgewell)) - `babel-standalone` - [#​11593](https://redirect.github.com/babel/babel/pull/11593) feat: add privatePropertyInObject to babel-standalone ([@​JLHwung](https://redirect.github.com/JLHwung)) - [#​11466](https://redirect.github.com/babel/babel/pull/11466) Support data-type="module" to generate native Githubissues.
  • Githubissues is a development platform for aggregating issues.