build(deps-dev): bump @babel/preset-env from 7.9.0 to 7.9.5 in /backend
Created by: Tirokk
Authored by dependabot-preview[bot] Merged
Bumps @babel/preset-env from 7.9.0 to 7.9.5.
Release notes
Sourced from @babel/preset-env's releases.
v7.9.5 (2020-04-07)
Thanks to @JMarkoski and @Zzzen for their first PRs!
🐛 Bug Fix
babel-plugin-proposal-object-rest-spread
,babel-plugin-transform-parameters
- #11326 Correctly transpile when default parameter initializer references binding in rest pattern (@vedantroy)
babel-traverse
babel-plugin-transform-destructuring
babel-preset-env
- #11373 Fixed useBuiltIns and modules validation when using 'false' as option (@JMarkoski)
babel-plugin-transform-classes
- #11341 Fix createSuper in Babel <7.5.5 (@nicolo-ribaudo)
babel-helper-function-name
,babel-plugin-transform-function-name
babel-helper-builder-react-jsx-experimental
,babel-plugin-transform-react-jsx
babel-types
babel-plugin-transform-parameters
- #11346 Set correct async/generator in IIFE for params (@nicolo-ribaudo)
babel-helper-create-class-features-plugin
- #11345 Ignore abstract methods when decorating class (@oliverdunk)
💅 Polish
babel-plugin-transform-parameters
- #11349 Don't check type annotations when deciding params scope (@nicolo-ribaudo)
babel-traverse
babel-plugin-proposal-class-properties
,babel-plugin-proposal-decorators
,babel-plugin-transform-classes
,babel-plugin-transform-parameters
,babel-plugin-transform-runtime
,babel-plugin-transform-typescript
,babel-preset-env
- #11358 Don't call
createSuper
in loose mode (it was unused) (@nicolo-ribaudo)babel-generator
🏠 Internal
- #11374 Bump handlebars dep (@existentialism)
- #11347 Fix e2e publish test when branching from an older version (@nicolo-ribaudo)
- #11329 chore: remove unused graceful-fs (@JLHwung)
Committers: 9
... (truncated)
- Brian Ng (@existentialism)
- Huáng Jùnliàng (@JLHwung)
- Jovica Markoski (@JMarkoski)
- Luna Ruan (@lunaruan)
- Mateusz Burzyński (@Andarist)
- Nicolò Ribaudo (@nicolo-ribaudo)
- Oliver Dunk (@oliverdunk)
Changelog
Sourced from @babel/preset-env's changelog.
v7.9.5 (2020-04-07)
🐛 Bug Fix
babel-plugin-proposal-object-rest-spread
,babel-plugin-transform-parameters
- #11326 Correctly transpile when default parameter initializer references binding in rest pattern (@vedantroy)
babel-traverse
babel-plugin-transform-destructuring
babel-preset-env
- #11373 Fixed useBuiltIns and modules validation when using 'false' as option (@JMarkoski)
babel-plugin-transform-classes
- #11341 Fix createSuper in Babel <7.5.5 (@nicolo-ribaudo)
babel-helper-function-name
,babel-plugin-transform-function-name
babel-helper-builder-react-jsx-experimental
,babel-plugin-transform-react-jsx
babel-types
babel-plugin-transform-parameters
- #11346 Set correct async/generator in IIFE for params (@nicolo-ribaudo)
babel-helper-create-class-features-plugin
- #11345 Ignore abstract methods when decorating class (@oliverdunk)
💅 Polish
babel-plugin-transform-parameters
- #11349 Don't check type annotations when deciding params scope (@nicolo-ribaudo)
babel-traverse
babel-plugin-proposal-class-properties
,babel-plugin-proposal-decorators
,babel-plugin-transform-classes
,babel-plugin-transform-parameters
,babel-plugin-transform-runtime
,babel-plugin-transform-typescript
,babel-preset-env
- #11358 Don't call
createSuper
in loose mode (it was unused) (@nicolo-ribaudo)babel-generator
🏠 Internal
- #11374 Bump handlebars dep (@existentialism)
- #11347 Fix e2e publish test when branching from an older version (@nicolo-ribaudo)
- #11329 chore: remove unused graceful-fs (@JLHwung)
v7.9.4 (2020-03-24)
🐛 Bug Fix... (truncated)
babel-parser
- #11186 fix: token after strict mode block is evaluated in strict mode (@kaicataldo)
babel-generator
babel-plugin-transform-react-jsx
,babel-preset-react
- #11324 Restore default pragmas in preset-react for classic runtime (@existentialism)
babel-plugin-transform-typescript
Commits
-
5b97e77
v7.9.5 -
aea0fcd
Correctly transpile when cross-param refs with obj rest (#11326) -
70cc111
Fixed generateUid creating clashing ids after scope re-crawling (#11375) -
ca096c5
fix Incorrect destructuring compilation of `for (let [[x] = [1… (#11360) -
e3ad798
Remove unnecessary test file (#11383) -
65d09e4
Don't check type annotations when deciding params scope (#11349) -
aeebc08
Simplify scope.hasReferences implementation (#11368) -
051fc0a
Bump handlebars dep (#11374) -
40db926
Fixed useBuiltIns and modules validation when using 'false' as option (#11373) -
2c31587
Fix createSuper in Babel <7.5.5 (#11341) - Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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 ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) -
@dependabot use these labels
will set the current labels as the default for future PRs for this repo and language -
@dependabot use these reviewers
will set the current reviewers as the default for future PRs for this repo and language -
@dependabot use these assignees
will set the current assignees as the default for future PRs for this repo and language -
@dependabot use this milestone
will set the current milestone as the default for future PRs for this repo and language -
@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 your Dependabot dashboard:
- Update frequency (including time of day and day of week)
- Pull request limits (per update run and/or open at any time)
- Automerge options (never/patch/minor, and dev/runtime dependencies)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)