Merged
requested to merge dependabot/npm_and_yarn/babel/plugin-proposal-object-rest-spread-7.7.4 into master
Created by: dependabot-preview[bot]
Bumps @babel/plugin-proposal-object-rest-spread from 7.6.2 to 7.7.4.
Release notes
Sourced from @babel/plugin-proposal-object-rest-spread's releases.
v7.7.4 (2019-11-23)
Thanks @chrishinrichs, @khoumani, @m-ahmadi, @BBlackwo, @SakibulMowla, @4geru, @Shriram-Balaji, @ZYSzys and @arku for their first PRs!
🐛 Bug Fix
babel-runtime-corejs2
,babel-runtime-corejs3
,babel-runtime
- #10748 Add support for native esm to @babel/runtime. (@nicolo-ribaudo)
babel-preset-env
- #10742 Update preset-env mappings. (@existentialism)
babel-parser
- #10737 Flow enums: fix enum body location. (@gkz)
- #10657 Fix some incorrect typeof parsing in flow. (@existentialism)
- #10582 [parser] Allow optional async methods. (@gonzarodriguezt)
- #10710 register import equals specifier. (@JLHwung)
- #10592 Allow TypeScript type assertions in array destructuring. (@SakibulMowla)
babel-preset-env-standalone
babel-plugin-transform-function-name
,babel-plugin-transform-modules-umd
,babel-preset-env
babel-cli
babel-plugin-proposal-optional-chaining
- #10694 Fix optional method chaining in derived classes. (@Shriram-Balaji)
babel-parser
,babel-types
babel-traverse
- #10598 Fix parentheses on replaceWithMultiple for JSX. (@khoumani)
babel-helpers
,babel-plugin-proposal-object-rest-spread
,babel-preset-env
- #10683 Fix: Don't call Object.keys on non-objects (babel#10482). (@chrishinrichs)
💅 Polish
babel-plugin-proposal-nullish-coalescing-operator
🏠 Internal
- Other
- #10731 Removed duplicate key in package.json. (@rajasekarm)
- #10718 chore: use loose mode of transform. (@JLHwung)
- #10579 Implement PR workflow for running test262 on babel PRs. (@jbhoosreddy)
- #10648 bump @babel/* dev dependencies. (@JLHwung)
- #10569 E2E test Babel with itself before publishing. (@nicolo-ribaudo)
babel-core
babel-plugin-transform-literals
,babel-preset-env-standalone
babel-cli
... (truncated) Committers: 15
Changelog
Sourced from @babel/plugin-proposal-object-rest-spread's changelog.
v7.7.4 (2019-11-23)
🐛 Bug Fix
babel-runtime-corejs2
,babel-runtime-corejs3
,babel-runtime
- #10748 Add support for native esm to @babel/runtime. (@nicolo-ribaudo)
babel-preset-env
- #10742 Update preset-env mappings. (@existentialism)
babel-parser
- #10737 Flow enums: fix enum body location. (@gkz)
- #10657 Fix some incorrect typeof parsing in flow. (@existentialism)
- #10582 [parser] Allow optional async methods. (@gonzarodriguezt)
- #10710 register import equals specifier. (@JLHwung)
- #10592 Allow TypeScript type assertions in array destructuring. (@SakibulMowla)
babel-preset-env-standalone
babel-plugin-transform-function-name
,babel-plugin-transform-modules-umd
,babel-preset-env
babel-cli
babel-plugin-proposal-optional-chaining
- #10694 Fix optional method chaining in derived classes. (@Shriram-Balaji)
babel-parser
,babel-types
babel-traverse
- #10598 Fix parentheses on replaceWithMultiple for JSX. (@khoumani)
babel-helpers
,babel-plugin-proposal-object-rest-spread
,babel-preset-env
- #10683 Fix: Don't call Object.keys on non-objects (babel#10482). (@chrishinrichs)
💅 Polish
babel-plugin-proposal-nullish-coalescing-operator
🏠 Internal
- Other
- #10731 Removed duplicate key in package.json. (@rajasekarm)
- #10718 chore: use loose mode of transform. (@JLHwung)
- #10579 Implement PR workflow for running test262 on babel PRs. (@jbhoosreddy)
- #10648 bump @babel/* dev dependencies. (@JLHwung)
- #10569 E2E test Babel with itself before publishing. (@nicolo-ribaudo)
babel-core
babel-plugin-transform-literals
,babel-preset-env-standalone
babel-cli
v7.7.3 (2019-11-08)
🐛 Bug Fix... (truncated)
babel-parser
Commits
-
75767d8
v7.7.4 -
1b4cfc2
Add support for native esm to @babel/runtime (#10748) -
2dfc06e
Merge pull request #10744 from kaicataldo/@babel/eslint-config-internal -
2c40b8c
Fix failing tests -
ca88cf1
Incorporate feedback -
74e2c2c
Update eslint/babel-eslint-config-internal/package.json -
2516990
Rename babel-eslint-config-internal -> @babel/eslint-config-internal -
74fb914
Use the local version of babel in test262 job (#10749) -
683adcb
Reduce standalone build size (#10668) -
cc51f2a
Update lerna (#10733) - Additional commits viewable in compare view
You can trigger a rebase of this PR by commenting @dependabot rebase
.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebase
will rebase this PR -
@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it -
@dependabot merge
will merge this PR after your CI passes on it -
@dependabot squash and merge
will squash and merge this PR after your CI passes on it -
@dependabot cancel merge
will cancel a previously requested merge and block automerging -
@dependabot reopen
will reopen this PR if it is closed -
@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot badge me
will comment on this PR with code to add a "Dependabot enabled" badge to your readme
Additionally, you can set the following in the .dependabot/config.yml
file in this repo:
- Update frequency
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)