Skip to content
This repository has been archived by the owner on Jun 4, 2024. It is now read-only.

Update all dependencies #278

Merged
merged 1 commit into from
Dec 4, 2018
Merged

Update all dependencies #278

merged 1 commit into from
Dec 4, 2018

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 4, 2018

This PR contains the following updates:

Package Type Update Change References
@​babel/cli devDependencies minor ^7.1.5 -> ^7.2.0 homepage, source
@​babel/core devDependencies minor ^7.1.6 -> ^7.2.0 homepage, source
@​babel/preset-env devDependencies minor ^7.1.6 -> ^7.2.0 homepage, source
@​types/react devDependencies patch ^16.7.11 -> ^16.7.13 source
cypress devDependencies patch ^3.1.2 -> ^3.1.3 source
webpack devDependencies minor ^4.26.1 -> ^4.27.0 source

Release Notes

babel/babel

v7.2.0

Compare Source

v7.2.0 (2018-12-03)

Thanks to @​Gcaufy, @​morozRed, @​phapp88, @​tim-mc and @​katrotz for their first PRs!

You can read more about this release at https://babeljs.io/blog/2018/12/03/7.2.0.

🚀 New Feature
🐛 Bug Fix
💅 Polish
  • babel-generator
  • babel-node
  • babel-parser
    • #​9046 a better error message for disallowed trailing commas/additional parameters after rest elements in function params. (@​morozRed)
  • babel-plugin-external-helpers, babel-plugin-proposal-async-generator-functions, babel-plugin-proposal-class-properties, babel-plugin-proposal-decorators, babel-plugin-proposal-do-expressions, babel-plugin-proposal-export-default-from, babel-plugin-proposal-export-namespace-from, babel-plugin-proposal-function-bind, babel-plugin-proposal-function-sent, babel-plugin-proposal-json-strings, babel-plugin-proposal-logical-assignment-operators, babel-plugin-proposal-nullish-coalescing-operator, babel-plugin-proposal-numeric-separator, babel-plugin-proposal-object-rest-spread, babel-plugin-proposal-optional-catch-binding, babel-plugin-proposal-optional-chaining, babel-plugin-proposal-pipeline-operator, babel-plugin-proposal-throw-expressions, babel-plugin-proposal-unicode-property-regex, babel-plugin-syntax-async-generators, babel-plugin-syntax-bigint, babel-plugin-syntax-class-properties, babel-plugin-syntax-decorators, babel-plugin-syntax-do-expressions, babel-plugin-syntax-dynamic-import, babel-plugin-syntax-export-default-from, babel-plugin-syntax-export-namespace-from, babel-plugin-syntax-flow, babel-plugin-syntax-function-bind, babel-plugin-syntax-function-sent, babel-plugin-syntax-import-meta, babel-plugin-syntax-json-strings, babel-plugin-syntax-jsx, babel-plugin-syntax-logical-assignment-operators, babel-plugin-syntax-nullish-coalescing-operator, babel-plugin-syntax-numeric-separator, babel-plugin-syntax-object-rest-spread, babel-plugin-syntax-optional-catch-binding, babel-plugin-syntax-optional-chaining, babel-plugin-syntax-pipeline-operator, babel-plugin-syntax-throw-expressions, babel-plugin-syntax-typescript, babel-plugin-transform-arrow-functions, babel-plugin-transform-async-to-generator, babel-plugin-transform-block-scoped-functions, babel-plugin-transform-block-scoping, babel-plugin-transform-classes, babel-plugin-transform-computed-properties, babel-plugin-transform-destructuring, babel-plugin-transform-dotall-regex, babel-plugin-transform-duplicate-keys, babel-plugin-transform-exponentiation-operator, babel-plugin-transform-flow-comments, babel-plugin-transform-flow-strip-types, babel-plugin-transform-for-of, babel-plugin-transform-function-name, babel-plugin-transform-instanceof, babel-plugin-transform-jscript, babel-plugin-transform-literals, babel-plugin-transform-member-expression-literals, babel-plugin-transform-modules-amd, babel-plugin-transform-modules-commonjs, babel-plugin-transform-modules-systemjs, babel-plugin-transform-modules-umd, babel-plugin-transform-object-assign, babel-plugin-transform-object-set-prototype-of-to-assign, babel-plugin-transform-object-super, babel-plugin-transform-parameters, babel-plugin-transform-property-literals, babel-plugin-transform-property-mutators, babel-plugin-transform-proto-to-assign, babel-plugin-transform-react-constant-elements, babel-plugin-transform-react-display-name, babel-plugin-transform-react-inline-elements, babel-plugin-transform-react-jsx-compat, babel-plugin-transform-react-jsx-self, babel-plugin-transform-react-jsx-source, babel-plugin-transform-react-jsx, babel-plugin-transform-reserved-words, babel-plugin-transform-runtime, babel-plugin-transform-shorthand-properties, babel-plugin-transform-spread, babel-plugin-transform-sticky-regex, babel-plugin-transform-strict-mode, babel-plugin-transform-template-literals, babel-plugin-transform-typeof-symbol, babel-plugin-transform-typescript, babel-plugin-transform-unicode-regex
🏠 Internal
Committers: 15
cypress-io/cypress

v3.1.3

Compare Source

Released 12/03/2018

Bugfixes:

  • Fixed regression introduced in 3.1.1 with requestAnimationFrame that caused some animations not to run. Fixes #​2725.
  • Fixed regression introduced in 3.1.2 that caused DOM elements passed to cy.wrap() to no longer yield the proper jQuery array instance. Fixes #​2820.
  • Fixed regression causing invocations of cy.clock() to error on subsequent tests. Fixes #​2850.
  • Fixed issue where a fix included in 3.1.2 did not pass the windowsHide argument to the proper options. Fixes #​2667 and #​2809.
  • Passing .check({ force: true }) no longer requires the checkbox or radio to be visible. Fixes #​1376.

Misc

  • Updated types to support promises as arguments within cy.wrap. Fixes #​2807.
  • We now expose all jQuery methods and values onto "Cypress.$" $. Fixes #​2830.
  • cy.wait() now accepts a separate timeout option for requestTimeout and responseTimeout. Fixes #​2446.

Dependency Updates

  • Upgraded nodemon from ^1.8.1 to ^1.8.7. Fixes #​2864.
  • Upgraded request from ^2.27.0 and ^2.28.0 to ^4.0.0, Fixes #​2455.

Documentation Changes:

  • Added requestTimeout and responseTimeout options to cy.wait()
  • Added 'History' table to cy.wait()
  • Added 'Alias' for assertions that are aliases of each other to Assertions
webpack/webpack

v4.27.0

Compare Source

Features

  • When using functions as plugins they are now also called with the compiler as parameter
    • This make it possible to use arrow functions as plugins
  • splitChunks.maxSize now emits a warning when minSize > maxSize
  • Loaders have now access to a getResolve method to create their own resolver function with custom options

Bugfixes

  • splitChunks.cacheGroups.xxx.enforce now behaves as documented and enforce chunk creation
  • splitChunks.cacheGroups.xxx.enforce now no longer deletes minSize for maxSize
  • fixes a bug where splitChunks cause cacheGroups to be incorrectly merged when using the same name
    • now conditions are considered per cacheGroup
    • the correct cache group comment is displayed in stats
  • fixes a bug which causes providedExports not to be updated on rebuilds when using export * from

Renovate configuration

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

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

♻️ Rebasing: Whenever PR becomes conflicted, or if you modify the PR title to begin with "rebase!".

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


This PR has been generated by Renovate Bot. View repository job log here.

Copy link
Contributor

@Marc-Andre-Rivet Marc-Andre-Rivet left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

All toolchain, tests passing, looks good.

@Marc-Andre-Rivet Marc-Andre-Rivet merged commit 9c756d3 into master Dec 4, 2018
@renovate renovate bot deleted the renovate/all branch December 4, 2018 15:42
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants