Skip to content

Conversation

@thi-bot
Copy link
Collaborator

@thi-bot thi-bot commented Mar 23, 2020

This PR contains the following updates:

Package Update Type Change Sourcegraph
@babel/core (source) minor devDependencies 7.8.7 -> 7.9.0 code search for "@babel/core"
@babel/preset-env (source) minor devDependencies 7.8.7 -> 7.9.5 code search for "@babel/preset-env"
@babel/preset-flow minor devDependencies 7.8.3 -> 7.9.0 code search for "@babel/preset-flow"
@babel/preset-react (source) minor devDependencies 7.8.3 -> 7.9.4 code search for "@babel/preset-react"
rollup (source) minor devDependencies 2.1.0 -> 2.6.1 code search for "rollup"

Release Notes

babel/babel

v7.9.0

Compare Source

🚀 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
  • 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
  • babel-compat-data, babel-preset-env
  • 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
  • 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
  • babel-core, babel-generator, babel-parser, babel-plugin-syntax-record-and-tuple, babel-types
  • babel-generator, babel-parser, babel-plugin-transform-flow-strip-types, babel-preset-flow
  • babel-types
  • babel-generator
  • babel-generator, babel-parser, babel-types
  • babel-parser
  • babel-plugin-transform-react-jsx-source, babel-preset-react
  • babel-generator, babel-parser, babel-plugin-transform-typescript, babel-preset-typescript, babel-types
🐛 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
  • babel-plugin-transform-react-jsx-self, babel-preset-react
  • babel-helper-builder-react-jsx-experimental, babel-plugin-transform-react-jsx-development, babel-plugin-transform-react-jsx
  • babel-compat-data, babel-preset-env
  • babel-helpers, babel-plugin-transform-for-of, babel-preset-env
  • babel-plugin-proposal-object-rest-spread
  • babel-register
  • babel-core, babel-helpers, babel-plugin-transform-runtime
  • babel-helpers, babel-plugin-transform-modules-commonjs, babel-preset-env, babel-runtime-corejs2, babel-runtime
  • babel-parser
  • babel-helpers, babel-plugin-proposal-object-rest-spread, babel-runtime-corejs2, babel-runtime
  • babel-generator
💅 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
🏠 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
  • babel-core
  • babel-types
  • babel-helpers, babel-plugin-transform-block-scoping, babel-plugin-transform-for-of, babel-plugin-transform-parameters, babel-plugin-transform-runtime, babel-preset-env
  • 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
  • Other
rollup/rollup

v2.6.1

Compare Source

2020-04-12

Bug Fixes
  • Close watch mode when stdin closes in a non-TTY environment (#​3493)
Pull Requests

v2.6.0

Compare Source

2020-04-10

Features
  • Allow regular expressions to declare external modules (#​3482)
Pull Requests

v2.5.0

Compare Source

This version is identical to 2.4.0

v2.4.0

Compare Source

2020-04-09

Features
  • Add support for most private and public class field features (#​3488)
Bug Fixes
  • Do not replace this with undefined in class field definitions (#​3488)
Pull Requests

v2.3.5

Compare Source

2020-04-09

Bug Fixes
  • Never remove labels when tree-shaking is disabled (#​3492)
Pull Requests
  • #​3492: Always use a new inclusion context when including declarations of variables, always inlcude labels when not treeshaking (@​lukastaegert)

v2.3.4

Compare Source

2020-04-07

Bug Fixes
  • Handle re-exporting synthetic exports from entry-points (#​3319)
  • Fix cross-chunk imports of synthetic exports (#​3319)
  • Handle namespace objects that contain re-exported synthetic namespaces (#​3319)
Pull Requests

v2.3.3

Compare Source

2020-04-04

Bug Fixes
  • Add external namespaces to dynamic namespace objects (#​3474)
Pull Requests

v2.3.2

Compare Source

2020-03-31

Bug Fixes
  • Only warn but do not fail build when a namespace is called as a function (#​3475)
  • Make sure pre-existing sourcemap comments are also removed when rebuilding using the cache (#​3476)
Pull Requests

v2.3.1

Compare Source

2020-03-30

Bug Fixes
  • Do not fail if the config file returns an function returning a Promise (#​3472)
Pull Requests

v2.3.0

Compare Source

2020-03-29

Features
  • Do not transpile config files with .mjs extension in Node 13+ or .cjs extension in any Node version and load them appropriately (#​3445)
  • Extract helper to load a config file the way rollup does it via rollup/dist/loadConfigFile (#​3445)
Bug Fixes
  • Keep watching the config file if an error occurs during initial load in watch node (#​3445)
  • Add a helpful error message when using a transpiled config in a repository with "type": "module" (#​3445)
Pull Requests

v2.2.0

Compare Source

2020-03-24

Features
  • Add renderDynamicImport hook to rewrite dynamic import expressions (#​3449)
  • Add information about dynamically imported modules to this.getModuleInfo (#​3449)
Bug Fixes
  • Make file emission work with Uin8Array sources when using Rollup in the browser (#​3452)
  • Fix types to allow watch to accept an array of configs (#​3453)
  • Do not strip .js extensions from AMD imports when the import is a user-supplied replacement for a non-resolvable dynamic import target (#​3453)
Pull Requests

Renovate configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Enabled.

♻️ 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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

@thi-bot thi-bot added the enhancement New feature or request label Mar 23, 2020
@thi-bot thi-bot force-pushed the renovate/rollup branch 3 times, most recently from 6d893a7 to 2a02c5f Compare March 30, 2020 13:05
@thi-bot thi-bot force-pushed the renovate/rollup branch 3 times, most recently from 09238bc to f3cc496 Compare April 5, 2020 13:11
@thi-bot thi-bot force-pushed the renovate/rollup branch 3 times, most recently from b0d0d59 to e55a245 Compare April 11, 2020 13:15
| datasource | package             | from  | to    |
| ---------- | ------------------- | ----- | ----- |
| npm        | @babel/core         | 7.8.7 | 7.9.0 |
| npm        | @babel/preset-env   | 7.8.7 | 7.9.5 |
| npm        | @babel/preset-flow  | 7.8.3 | 7.9.0 |
| npm        | @babel/preset-react | 7.8.3 | 7.9.4 |
| npm        | rollup              | 2.1.0 | 2.6.1 |
@thibaudcolas thibaudcolas merged commit b6ff61a into master Apr 16, 2020
@thibaudcolas thibaudcolas deleted the renovate/rollup branch April 16, 2020 17:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants