chore(deps): update all non-major dependencies
This PR contains the following updates:
Release Notes
babel/babel
v7.9.0
:rocket: New Feature
-
babel-generator,babel-helper-builder-react-jsx-experimental,babel-helper-builder-react-jsx,babel-plugin-transform-block-scoping,babel-plugin-transform-classes,babel-plugin-transform-function-name,babel-plugin-transform-react-constant-elements,babel-plugin-transform-react-inline-elements,babel-plugin-transform-react-jsx-development,babel-plugin-transform-react-jsx,babel-plugin-transform-regenerator,babel-preset-react,babel-preset-typescript,babel-standalone- #11126 Mark transpiled JSX elements as pure (@nicolo-ribaudo)
-
babel-helper-builder-react-jsx-experimental,babel-helper-builder-react-jsx,babel-plugin-transform-react-jsx-development,babel-plugin-transform-react-jsx-self,babel-plugin-transform-react-jsx,babel-preset-react,babel-standalone-
#11154 Add experimental version of the
babel-plugin-transform-react-jsxtransform (@lunaruan)
-
#11154 Add experimental version of the
-
babel-compat-data,babel-preset-env- #11083 Include preset modules (@nicolo-ribaudo)
-
#10971 Add numeric separator to
shippedProposals(@Wetinee)
-
babel-core,babel-helpers,babel-plugin-proposal-class-properties,babel-plugin-proposal-decorators,babel-plugin-transform-classes,babel-plugin-transform-function-name,babel-plugin-transform-parameters,babel-plugin-transform-react-jsx,babel-plugin-transform-runtime,babel-plugin-transform-typescript,babel-preset-env- #8656 Allow extending untranspiled classes (@nicolo-ribaudo)
-
babel-core,babel-helper-module-transforms,babel-plugin-transform-modules-amd,babel-plugin-transform-modules-commonjs,babel-plugin-transform-modules-systemjs,babel-plugin-transform-modules-umd- #11194 Allow defining the moduleIds-related option in the transform plugins (@nicolo-ribaudo)
-
babel-core,babel-generator,babel-parser,babel-plugin-syntax-record-and-tuple,babel-types- #10865 Added support for record and tuple syntax. (@rickbutton)
-
babel-generator,babel-parser,babel-plugin-transform-flow-strip-types,babel-preset-flow-
#11178 Implement support for
declareon class fields with Flow (@nicolo-ribaudo)
-
#11178 Implement support for
-
babel-types -
babel-generator- #11028 Added jsescOptions to Numeric Literals (@sidntrivedi012)
-
babel-generator,babel-parser,babel-types- #11077 Add support for flow's SymbolTypeAnnotation (@existentialism)
-
babel-parser- #11117 Parse BigInts by default (@nicolo-ribaudo)
-
#11254 Add estree parsing support for
export * as A(@existentialism) - #11246 feat: align ID_Start/ID_Continue regex to Unicode 13.0.0 (@JLHwung)
-
babel-plugin-transform-react-jsx-source,babel-preset-react -
babel-generator,babel-parser,babel-plugin-transform-typescript,babel-preset-typescript,babel-types-
#11171 Add
import typeandexport typesupport to TypeScript (@nicolo-ribaudo)
-
#11171 Add
:bug: Bug Fix
-
babel-helper-builder-react-jsx-experimental,babel-helper-builder-react-jsx,babel-helper-validator-identifier,babel-highlight,babel-parser,babel-types -
babel-plugin-proposal-optional-chaining- #11261 Memoize call expressions in optional chains in loose mode (@oliverdunk)
-
babel-plugin-transform-react-jsx-self,babel-preset-react-
#11290 Pass the correct
thisto JSX's__selfwith the old plugin (@nicolo-ribaudo)
-
#11290 Pass the correct
-
babel-helper-builder-react-jsx-experimental,babel-plugin-transform-react-jsx-development,babel-plugin-transform-react-jsx-
#11288 Use the correct
thisin__selffor JSX elements in arrows (@nicolo-ribaudo)
-
#11288 Use the correct
-
babel-compat-data,babel-preset-env -
babel-helpers,babel-plugin-transform-for-of,babel-preset-env-
#11285 Allow for-of on polyfilled or builtin iterables without
Symbolsupport (@nicolo-ribaudo) - #11263 Add for-of fallback for arrays in browsers without symbol support (@nicolo-ribaudo)
-
#11285 Allow for-of on polyfilled or builtin iterables without
-
babel-plugin-proposal-object-rest-spread -
babel-register-
#11249 Add path separator to
@babel/registersourceRoot (@andrewdotn)
-
#11249 Add path separator to
-
babel-core,babel-helpers,babel-plugin-transform-runtime -
babel-helpers,babel-plugin-transform-modules-commonjs,babel-preset-env,babel-runtime-corejs2,babel-runtime-
#11268 Allow rest/spread on polyfilled or builtin iterables without
Symbolsupport (@nicolo-ribaudo)
-
#11268 Allow rest/spread on polyfilled or builtin iterables without
-
babel-parser -
babel-helpers,babel-plugin-proposal-object-rest-spread,babel-runtime-corejs2,babel-runtime-
#9794 fix(rest-spread): Do not require
Symbol.iteratorfor strings (@clshortfuse)
-
#9794 fix(rest-spread): Do not require
-
babel-generator- #11255 Fix printing edge cases in Nullish Coalescing and Optional Chaining (@jridgewell)
:nail_care: Polish
-
babel-parser -
babel-helpers,babel-plugin-transform-destructuring,babel-plugin-transform-modules-commonjs,babel-plugin-transform-spread,babel-preset-env,babel-runtime-corejs2,babel-runtime- #11264 Throw better errors for non-iterables when Symbol doesn't exist. (@nicolo-ribaudo)
:house: Internal
-
babel-helper-builder-react-jsx-experimental,babel-helper-builder-react-jsx,babel-helper-validator-identifier,babel-highlight,babel-parser,babel-types -
babel-compat-data,babel-preset-env- #11277 Update compat-data (@existentialism)
-
babel-core -
babel-types- #11250 Add stricter Optional Chain node validation (@jridgewell)
- #11267 Update Purish aliases (@jridgewell)
-
babel-helpers,babel-plugin-transform-block-scoping,babel-plugin-transform-for-of,babel-plugin-transform-parameters,babel-plugin-transform-runtime,babel-preset-env- #11262 Extract for-of iterator handling to a helper (@nicolo-ribaudo)
-
babel-core,babel-plugin-proposal-decorators,babel-plugin-proposal-logical-assignment-operators,babel-plugin-proposal-object-rest-spread,babel-plugin-proposal-partial-application,babel-plugin-proposal-pipeline-operator,babel-plugin-transform-parameters,babel-traverse- #11260 Support more node types in generateUidBasedOnNode (@jridgewell)
- Other
-
#11259 Remove unused
gulp-rename(@existentialism)
-
#11259 Remove unused
v7.8.7
:bug: Bug Fix
-
babel-preset-env-
#11201 Allow using
preset-envwith newer versions ofcompat-data(@nicolo-ribaudo)
-
#11201 Allow using
-
babel-core- #11193 Pass URLs to import() rather than paths (@nicolo-ribaudo)
-
babel-parser -
babel-helper-call-delegate,babel-plugin-transform-parameters- #11158 Fix scope of function body when var redeclares param (@openorclose)
-
babel-generator -
babel-types -
babel-plugin-transform-typescript- #11129 Typescript: Preserve decorated definite class properties (@jamescdavis)
:house: Internal
-
babel-parser - Other
- #11181 Set correct version for @babel/eslint-plugin-development (@nicolo-ribaudo)
v7.8.6
:eyeglasses: Spec Compliance
-
babel-helper-module-transforms,babel-helper-replace-supers,babel-plugin-transform-modules-commonjs- #11109 Fix rewriteThis in helper-module-transforms for computed class elements (@sidntrivedi012)
-
babel-parser
:boom: Breaking Change
- #11137 Breaking: align babel-eslint-parser & espree (@kaicataldo)
:rocket: New Feature
-
babel-helper-create-regexp-features-plugin,babel-plugin-transform-classes,babel-plugin-transform-named-capturing-groups-regex,babel-preset-env-
#11134 Mark
wrapNativeSuperandwrapRegExpas pure (@nicolo-ribaudo)
-
#11134 Mark
:bug: Bug Fix
-
babel-helper-compilation-targets- #11124 fix: search for browserslist if esmodules is falsy (@fengzilong)
-
babel-register -
babel-parser - Other
- #11137 Breaking: align babel-eslint-parser & espree (@kaicataldo)
-
babel-compat-data,babel-preset-env -
babel-traverse- #11136 fix @babel/traverse can't use path.remove() with noScope (@liuxingbaoyu)
-
babel-helper-create-class-features-plugin,babel-helper-replace-supers- #11068 Fix classNameTDZError in computed prototype methods with class fields (@sidntrivedi012)
-
babel-template- #11112 Respect preserveComments option in tempate.ast() (@dentrado)
-
babel-plugin-transform-for-of- #11088 Allow redeclaration of loop variable in body (@openorclose)
-
babel-helper-module-transforms,babel-plugin-transform-modules-commonjs- #11074 Fix export bindings not updated by 'for ... in' and 'for ... of' (@vedantroy)
-
babel-standalone -
babel-types-
#11089 Make
isReferencedreturn false for method parameter name (@brokensandals)
-
#11089 Make
:nail_care: Polish
-
babel-core,babel-generator,babel-plugin-external-helpers,babel-plugin-proposal-async-generator-functions,babel-plugin-proposal-class-properties,babel-plugin-proposal-decorators,babel-plugin-proposal-function-bind,babel-plugin-transform-async-to-generator,babel-plugin-transform-classes,babel-plugin-transform-flow-comments,babel-plugin-transform-flow-strip-types,babel-plugin-transform-function-name,babel-plugin-transform-parameters,babel-plugin-transform-react-constant-elements,babel-plugin-transform-react-jsx,babel-plugin-transform-regenerator,babel-plugin-transform-runtime,babel-plugin-transform-typescript,babel-preset-env-
#11133 Skip newlines around inline
#__PURE__annotations (@nicolo-ribaudo)
-
#11133 Skip newlines around inline
:house: Internal
- Other
-
#11175 replace
gulp-watchbygulp.watch(@JLHwung) - #11163 chore: migrate lock threads to github actions (@JLHwung)
- #11164 chore: specify dependency rule of check-compat-data-ci (@JLHwung)
- #11106 Centralize @babel/eslint-* tests (@kaicataldo)
- #11072 Update @babel deps (@existentialism)
- #11070 Clean babel-eslint-*/**/lib (@kaicataldo)
-
#11175 replace
-
babel-generator,babel-helper-fixtures,babel-parser,babel-traverse -
babel-helper-replace-supers- #11121 Fix typing of ReplaceSupers options (@existentialism)
-
babel-core,babel-plugin-syntax-decorators,babel-template,babel-traverse -
babel-parser- #11096 Wrap type-only class fields in flow comments (@nicolo-ribaudo)
-
babel-core,babel-parser,babel-types -
babel-preset-stage-0,babel-preset-stage-1,babel-preset-stage-2,babel-preset-stage-3- #11101 Remove stage presets from the monorepo (@nicolo-ribaudo)
-
babel-preset-env-standalone
v7.8.4
:warning: In Babel 7.8.0 we introduced the
--copy-ignoredoption for@babel/cli, defaulting tofalse. However, previous versions behaved as if that option was present: for this reason, we changed its default value totrue(when--copy-filesis provided) and introduced a--no-copy-ignoredoption to disable it.:eyeglasses: Spec Compliance
babel-parser:bug: Bug Fix
babel-cli
- #11063 [@babel/cli] Copy ignored files by default (@nicolo-ribaudo)
babel-compat-datababel-helpers,babel-plugin-proposal-class-properties,babel-plugin-proposal-decorators,babel-plugin-transform-classes,babel-plugin-transform-parameters,babel-plugin-transform-typeof-symbol,babel-preset-env
- #11049 Avoid compiling the _typeof helper with itself (@nicolo-ribaudo)
babel-traverse
- #11011 Bug/missing references after crawl (@regiontog)
babel-plugin-transform-parameters
- #9714 Fix rest parameters indexing with TypeScript 'this parameter' (@BenoitZugmeyer)
babel-plugin-transform-for-ofbabel-compat-data,babel-preset-env
- #11016 Re-generate preset-env fixtures (@nicolo-ribaudo)
babel-generator
- #11014 Fix parentheses removal in nullish-coalescing operation (@sidntrivedi012)
babel-helper-compilation-targets:nail_care: Polish
babel-core:memo: Documentation
:house: Internal
babel-compat-data
- #11039 Update compat table (@nicolo-ribaudo)
- #11041 Delete duplicated file in
@babel/compat-data(@nicolo-ribaudo)- #10814 chore: map mobile browser data to their desktop version (@JLHwung)
- #11024 Check that generated compat-data is up to date on CI (@nicolo-ribaudo)
babel-parser
- #11032 refactor: simplify toAssignable routine (@JLHwung)
- #11026 chore: use @babel/eslint-config-internal (@JLHwung)
babel-preset-envbabel-compat-data,babel-node,babel-parser,babel-preset-env- Other
- #11021 chore: replace yarn-upgrade by bump-babel-dependencies in vuejs e2e tests (@JLHwung)
- #11004 chore: test against @vue/babel-preset-app (@JLHwung)
babel-core
- #10995 Exclude
import()tests from pubilsh build (@nicolo-ribaudo):running_woman: Performance
storybookjs/storybook
v5.3.17
Bug Fixes
- Components: Change react-syntax-highlighter from esm to cjs (#9780)
v5.3.15
Bug Fixes
- Core: Disables html-webpack-plugin's option to remove script tag types (#10042)
- Addon-actions: Style ActionLogger to preserve whitespace (#10046)
Maintenance
- CI: Fix GitHub unit test workflow (#9971)
Dependency Upgrades
- Security: Remove usage of a vulnerable version of serialize-javascript (#10071)
v5.3.14
Bug Fixes
- Centered: remove
typesVersionsattribute (#9907) - Props: Fix typescript unspecified default value (#9873)
- Core: Use telejson for websockets channel (#9867)
- Storyshots: Fix support for jsx/tsx config files (#9834)
- MDX: Fix custom classes getting stripped (#8897)
- Typescript: Add downlevel dts for 3.5 (#9847)
v5.3.13
Bug Fixes
- React: Remove
MiniCssExtractPluginfor CRA (#9759)
Maintenance
- Build: Fix DLL generation race condition (#9770)
v5.3.12
Bug Fixes
- Core: Fix dev server error - back out bad change (#9753)
v5.3.11
Bug Fixes
- Svelte: Fix Svelte 3 slots for decorators (#9724)
- CLI: Fix file path for Button story (#9325)
- Angular: Emit decorator metadata by default (#9701)
- Storyshots: Fix config via main.ts (#9577)
v5.3.10
Bug Fixes
- Core: Upgrade
min-css-extract-pluginto fix SASS loading (#9652) - CRA: Fix jsconfig support (#9324)
- Web-components: Fix default value for docs prop table (#9655)
- Web-components: Fix types to play nicely with lit-element (#9557)
- UI: Add support for className prop on Form.Field (#9665)
- Addon-storyshots: Remove excess slashes from jest transform warning (#9616)
Maintenance
vuejs/vue-cli
v4.2.3
:bug: Bug Fix
-
@vue/cli- #5163 fix "Vue packages version mismatch" error caused by other global packages (@sodatea)
- #5202 fix(GeneratorAPI): remove warning when using extendPackage with prune (@cexbrayat)
-
@vue/cli-service-global
:memo: Documentation
- #5224 Update mode-and-env.md (@derline)
- #5184 Remove unnecessary hyphen (@dehero)
- #5209 docs(zh): update example format (@defead)
- #5141 docs(zh): Update now 404 url (@xiaohp)
- #5176 Added basic upgrading instructions (@Uninen)
- #5157 docs(zh): fix typos (@maomao1996)
:house: Internal
-
@vue/cli- #5166 chore: switch over to leven for command suggestion (@jamesgeorge007)
Committers: 9
- Cédric Exbrayat (@cexbrayat)
- Haoqun Jiang (@sodatea)
- James George (@jamesgeorge007)
- Ville Säävuori (@Uninen)
- Xiao Haiping (@xiaohp)
- @defead
- @dehero
- @derline
- 茂茂 (@maomao1996)
v4.2.2
:bug: Bug Fix
v4.2.1
:bug: Bug Fix
:memo: Documentation
- #5126 fix(docs): new travis CLI interface (@iliyaZelenko)
- #5122 Add a demo for multiple loaders (Chinese doc) (@FrankFang)
- #5094 docs: [RU] Translation update (@Alex-Sokolov)
- #5081 line 47 according to english version (@defead)
- #5076 Add a demo for multiple loaders (@FrankFang)
- #5079 Mention that Vue CLI should be installed in Prototyping guide (@NataliaTepluhina)
- #5078 Fix a typo in migration guide (@NataliaTepluhina)
-
#5055 docs: mention the precedence of
.vue&.ts(x)extensions (@sodatea) - #5019 Updated zh-cn translation in cli section (@mactanxin)
Committers: 8
- Alexander Sokolov (@Alex-Sokolov)
- Frank Fang (@FrankFang)
- Haoqun Jiang (@sodatea)
- Natalia Tepluhina (@NataliaTepluhina)
- Xin Tan (@mactanxin)
- @defead
- Илья (@iliyaZelenko)
- 小新 (@llccing)
v4.2.0
:rocket: New Features
-
@vue/cli-plugin-babel,@vue/cli-plugin-eslint,@vue/cli-plugin-typescript,@vue/cli -
@vue/cli-plugin-unit-jest,@vue/cli-plugin-unit-mocha- #5147 feat: create projects with @vue/test-utils beta 31 (@sodatea)
-
@vue/cli-ui,@vue/cli -
@vue/cli-plugin-typescript,@vue/cli-ui -
@vue/cli -
@vue/cli-service- #4953 feat: adds transparent PnP support to Webpack (@arcanis)
-
#2411 feat(cli): add
--stdinflag to serve (@nullpilot)
-
@vue/babel-preset-app,@vue/cli-plugin-e2e-nightwatch,@vue/cli-plugin-eslint,@vue/cli-plugin-pwa,@vue/cli-ui-addon-webpack,@vue/cli-ui-addon-widgets,@vue/cli-ui,@vue/cli -
@vue/cli-service,@vue/cli-shared-utils,@vue/cli -
@vue/babel-preset-app -
@vue/cli-service-global
:bug: Bug Fix
-
@vue/cli-shared-utils,@vue/cli -
@vue/cli-
#5062 fix
afterInvoke/onCreateCompletecallbacks in Migrator (@sodatea) -
#5038 fix:
extendPackagedependency versions should be string (@pksunkara)
-
#5062 fix
-
@vue/cli-ui,@vue/cli -
@vue/cli-plugin-e2e-cypress-
#5108 fix(e2e-cypress): make
--headlesswork with--browser chrome(@LinusBorg) - #4910 fix: comment eslint disable in cypress config (@cexbrayat)
-
#5108 fix(e2e-cypress): make
-
@vue/cli-service -
@vue/cli-plugin-pwa -
@vue/cli-plugin-unit-jest,@vue/cli-plugin-unit-mocha -
@vue/cli-service,@vue/cli-test-utils -
@vue/cli-plugin-e2e-nightwatch- #5016 fix(e2e-nightwatch): check for correct flag name (@LinusBorg)
:memo: Documentation
- #5019 Updated zh-cn translation in cli section (@mactanxin)
:house: Internal
-
@vue/babel-preset-app,@vue/cli-plugin-babel -
@vue/cli-service -
@vue/cli -
@vue/cli-shared-utils -
@vue/cli-plugin-router,@vue/cli-plugin-typescript,@vue/cli-service- #4991 🎨 style: unified components' naming style (@taoweicn)
Committers: 17
- Alexander Sokolov (@Alex-Sokolov)
- Bogdan Luca (@lbogdan)
- Cédric Exbrayat (@cexbrayat)
- Dan Hogan (@danhogan)
- Daniel Bächtold (@danbaechtold)
- Eduardo San Martin Morote (@posva)
- Guillaume Chau (@Akryum)
- Haoqun Jiang (@sodatea)
- Marcel Lindig (@nullpilot)
- Maël Nison (@arcanis)
- Pavan Kumar Sunkara (@pksunkara)
- Tao Wei (@taoweicn)
- Thomas Kint (@tkint)
- Thorsten Lünborg (@LinusBorg)
- Xin Tan (@mactanxin)
- Yingya Zhang (@zyy7259)
- plantainX (@cheqianxiao)
babel/babel-loader
v8.1.0
- docs(readme): fix typo #818 (@frederickfogerty)
- docs(contributing): fix typo #821 (@PatNeedham)
- Add schema validation #822 (@ogonkov)
- Add supportsTopLevelAwait to caller #814 (@nicolo-ribaudo)
- feat: expose webpack target via babel caller #826 (@DylanPiercey)
- Bump deps for audit #834 (@existentialism)
rollup/rollup
v1.32.1
2020-03-06
Bug Fixes
- Handle default export detection for AMD and IIFE externals that do not have a prototype (#3420)
- Handle missing whitespace when the else branch of an if-statement is simplified (#3421)
- Mention the importing module when reporting errors for missing named exports (#3401)
- Add code to warning for missing output.name of IIFE bundles (#3372)
Pull Requests
- #3372: Add warning code for missing output.name of IIFE bundle that has export (@rail44)
- #3401: Missing exports errors now print the importing module (@timiyay)
- #3418: Structure lifecycle hooks, add links to build time hooks (@lukastaegert)
- #3420: Update generated code of getInteropBlock() to work with null prototype objects (@jdalton)
- #3421: Avoid invalid code when "else" branch is simplified (@lukastaegert)
v1.32.0
2020-02-28
Features
- Allow adding plugins on the command line via
--plugin <plugin>(#3379)
Pull Requests
- #3379: introduce CLI --plugin support (@kzc)
- #3390: fix typo: this.addWatchfile (@mistlog)
- #3392: Bump codecov from 3.6.1 to 3.6.5
- #3404: Update resolveFileUrl docs (@jakearchibald)
v1.31.1
2020-02-14
Bug Fixes
- Make sure errored files are always re-evaluated in watch mode to avoid an issue in the typescript plugin (#3388)
Pull Requests
- #3366: Correct spelling minifaction to minification (@VictorHom)
- #3371: Adjust bug template to mention REPL.it (@lukastaegert)
- #3388: Run transform hooks again in watch mode on files that errored (@lukastaegert)
v1.31.0
2020-01-31
Features
- Always disable tree-shaking for asm.js functions to maintain semantics (#3362)
Pull Requests
- #3362: Preserve asm.js code (@lukastaegert)
egoist/rollup-plugin-postcss
v2.5.0
Features
v2.4.1
Bug Fixes
- package.json version (bccf485)
v2.4.0
Features
- update options.inject (b364cbe)
v2.3.0
Features
v2.2.0
Features
- sass-loader: prepend options.data to code payload (#233) (80bb9da), closes /github.com/differui/rollup-plugin-sass#options-1
v2.1.1
Bug Fixes
v2.0.6
Bug Fixes
vuejs/vue-loader
[v15.9.1](https://togithub.com/vuejs/vue-loader/blob/master/CHANGELOG.md#1591httpsgithubcomvuejsvue-loadercompa
Renovate configuration
:date: Schedule: "after 10pm every weekday,before 5am every weekday,every weekend" in timezone America/Denver.
:vertical_traffic_light: Automerge: Disabled by config. Please merge this manually once you are satisfied.
:recycle: Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
:ghost: Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
- [ ] If you want to rebase/retry this PR, check this box
This PR has been generated by Renovate Bot.