Closed renovate[bot] closed 3 years ago
This pull request is being automatically deployed with Vercel (learn more).
To see the status of your deployment, click below or on the icon next to each commit.
🔍 Inspect: https://vercel.com/juliomrqz/vue-warehouse/C77K14E1ftrXkM4K4pVi2LxwH3ea
✅ Preview: Failed
[Deployment for 7fac71b failed]
Kudos, SonarCloud Quality Gate passed!
0 Bugs
0 Vulnerabilities
0 Security Hotspots
0 Code Smells
No Coverage information
0.0% Duplication
This PR contains the following updates:
7.15.0
->7.15.5
7.14.5
->7.15.4
7.15.0
->7.15.4
7.15.0
->7.15.6
7.15.3
->7.15.4
4.4.2
->4.4.3
Release Notes
babel/babel
### [`v7.15.5`](https://togithub.com/babel/babel/blob/master/CHANGELOG.md#v7155-2021-09-04) [Compare Source](https://togithub.com/babel/babel/compare/v7.15.4...v7.15.5) ##### :eyeglasses: Spec Compliance - `babel-parser` - [#13727](https://togithub.com/babel/babel/pull/13727) Disallow `#a in #b in c` and similar expressions ([@nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) ##### :leftwards_arrow_with_hook: Revert - `babel-core` - [#13732](https://togithub.com/babel/babel/pull/13732) Revert "fix: non breaking align options naming" ([@fedeci](https://togithub.com/fedeci)) ### [`v7.15.4`](https://togithub.com/babel/babel/blob/master/CHANGELOG.md#v7154-2021-09-02) [Compare Source](https://togithub.com/babel/babel/compare/v7.15.0...v7.15.4) ##### :eyeglasses: Spec Compliance - `babel-helper-create-class-features-plugin`, `babel-helpers`, `babel-plugin-bugfix-v8-spread-parameters-in-optional-chaining`, `babel-plugin-proposal-async-generator-functions`, `babel-plugin-proposal-class-properties`, `babel-plugin-proposal-private-methods`, `babel-plugin-proposal-private-property-in-object`, `babel-preset-env`, `babel-runtime-corejs2`, `babel-runtime-corejs3`, `babel-runtime` - [#13601](https://togithub.com/babel/babel/pull/13601) Disallow reinitializing private elements ([@komyg](https://togithub.com/komyg)) ##### :bug: Bug Fix - [#13638](https://togithub.com/babel/babel/pull/13638) \[eslint] Allow `"latest"` as `ecmaVersion` ([@fisker](https://togithub.com/fisker)) - `babel-traverse`, `babel-types` - [#13723](https://togithub.com/babel/babel/pull/13723) `getBindingIdentifiers` should return params for private methods ([@JLHwung](https://togithub.com/JLHwung)) - `babel-types` - [#13715](https://togithub.com/babel/babel/pull/13715) \[babel 8] fix: stricter rest element builder check ([@JLHwung](https://togithub.com/JLHwung)) - `babel-helper-compilation-targets` - [#13697](https://togithub.com/babel/babel/pull/13697) fix: pass `browserslistEnv` to `resolveTargets` ([@meskill](https://togithub.com/meskill)) - `babel-helper-create-class-features-plugin`, `babel-plugin-proposal-class-properties`, `babel-plugin-proposal-private-property-in-object` - [#13656](https://togithub.com/babel/babel/pull/13656) fix: fix static private field shadowed by local variable ([@colinaaa](https://togithub.com/colinaaa)) - `babel-plugin-transform-typescript` - [#13664](https://togithub.com/babel/babel/pull/13664) \[ts] Fix transform for nested namespaces shorthand syntax ([@nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-parser` - [#13680](https://togithub.com/babel/babel/pull/13680) fix(babel-parser): delete `static` property from class static block for TS ([@sosukesuzuki](https://togithub.com/sosukesuzuki)) - [#13695](https://togithub.com/babel/babel/pull/13695) fix: assure left bracket is not consumed after dot ([@JLHwung](https://togithub.com/JLHwung)) - `babel-core` - [#13532](https://togithub.com/babel/babel/pull/13532) fix: non breaking align options naming ([@fedeci](https://togithub.com/fedeci)) ##### :memo: Documentation - `babel-parser` - [#13691](https://togithub.com/babel/babel/pull/13691) add missing ExportNamespaceSpecifier in spec.md ([@flyinox](https://togithub.com/flyinox)) ##### :house: Internal - `babel-helper-create-class-features-plugin`, `babel-plugin-proposal-class-static-block`, `babel-plugin-proposal-private-property-in-object`, `babel-plugin-syntax-class-static-block`, `babel-plugin-syntax-private-property-in-object`, `babel-plugin-syntax-top-level-await`, `babel-plugin-transform-modules-commonjs`, `babel-plugin-transform-modules-systemjs`, `babel-preset-env`, `babel-standalone` - [#13717](https://togithub.com/babel/babel/pull/13717) archive stage 4 parser plugins ([@JLHwung](https://togithub.com/JLHwung)) ##### :running_woman: Performance - `babel-core`, `babel-generator`, `babel-helper-annotate-as-pure`, `babel-helper-builder-binary-assignment-operator-visitor`, `babel-helper-builder-react-jsx`, `babel-helper-define-map`, `babel-helper-explode-assignable-expression`, `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-remap-async-to-generator`, `babel-helper-replace-supers`, `babel-helper-simple-access`, `babel-helper-skip-transparent-expression-wrappers`, `babel-helper-split-export-declaration`, `babel-helper-wrap-function`, `babel-helpers`, `babel-preset-env`, `babel-template`, `babel-traverse` - [#13685](https://togithub.com/babel/babel/pull/13685) Use named imports for babel types ([@JLHwung](https://togithub.com/JLHwung)) - `babel-cli`, `babel-helper-define-map`, `babel-helpers`, `babel-node`, `babel-parser`, `babel-plugin-proposal-async-generator-functions`, `babel-plugin-proposal-decorators`, `babel-plugin-transform-classes`, `babel-plugin-transform-for-of`, `babel-plugin-transform-modules-systemjs`, `babel-plugin-transform-parameters`, `babel-traverse`, `babel-types` - [#13609](https://togithub.com/babel/babel/pull/13609) perf: partially replace `.concat` with `.push` ([@fedeci](https://togithub.com/fedeci))Microsoft/TypeScript
### [`v4.4.3`](https://togithub.com/Microsoft/TypeScript/releases/v4.4.3) [Compare Source](https://togithub.com/Microsoft/TypeScript/compare/v4.4.2...v4.4.3) This patch release contains fix for [leaking file watchers on `package.json`](https://togithub.com/microsoft/TypeScript/issues/45633), and a [minor fix for completions in JavaScript files](https://togithub.com/microsoft/TypeScript/issues/45436). *** For release notes, check out the [release announcement](https://devblogs.microsoft.com/typescript/announcing-typescript-4-4/). For the complete list of fixed issues, check out the - [fixed issues query for Typescript 4.4.0 (Beta)](https://togithub.com/microsoft/TypeScript/issues?q=milestone%3A%22TypeScript+4.4.0+%28Beta%29%22+). - [fixed issues query for Typescript 4.4.1 (RC)](https://togithub.com/microsoft/TypeScript/issues?q=milestone%3A%22TypeScript+4.4.1+%28RC%29%22+). - [fixed issues query for Typescript 4.4.2](https://togithub.com/microsoft/TypeScript/issues?q=milestone%3A%22TypeScript+4.4.2%22+). - [fixed issues query for Typescript 4.4.3](https://togithub.com/microsoft/TypeScript/issues?q=milestone%3A%22TypeScript+4.4.3%22+). Downloads are available on: - [npm](https://www.npmjs.com/package/typescript)Configuration
📅 Schedule: "after 10pm every weekday,before 6am every weekday,every weekend" (UTC).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ 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.