This repository has been archived by the owner on Jun 4, 2024. It is now read-only.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^7.1.5
->^7.2.0
^7.1.6
->^7.2.0
^7.1.6
->^7.2.0
^16.7.11
->^16.7.13
^3.1.2
->^3.1.3
^4.26.1
->^4.27.0
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
babel-parser
babel-core
babel-node
rootMode
from@babel/node
.. (@wtgtybhertgeghgtwtg)babel-generator
,babel-helpers
,babel-plugin-class-features
,babel-plugin-proposal-private-methods
,babel-plugin-syntax-class-properties
,babel-types
babel-preset-env
🐛 Bug Fix
babel-parser
babel-helper-fixtures
,babel-parser
babel-preset-env
babel-plugin-transform-destructuring
babel-plugin-proposal-optional-chaining
babel-core
,babel-helper-wrap-function
,babel-plugin-proposal-async-generator-functions
,babel-plugin-proposal-function-sent
,babel-plugin-transform-async-to-generator
,babel-plugin-transform-classes
babel-core
💅 Polish
babel-generator
babel-node
fs-readdir-recursive
andoutput-file-sync
todevDependencies
for@babel/node
.. (@wtgtybhertgeghgtwtg)babel-parser
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
babel-helper-create-class-features-plugin
,babel-plugin-proposal-class-properties
,babel-plugin-proposal-private-methods
babel-types
babel-generator
Committers: 15
cypress-io/cypress
v3.1.3
Compare Source
Released 12/03/2018
Bugfixes:
requestAnimationFrame
that caused some animations not to run. Fixes #2725.cy.wrap()
to no longer yield the proper jQuery array instance. Fixes #2820.windowsHide
argument to the proper options. Fixes #2667 and #2809..check({ force: true })
no longer requires the checkbox or radio to be visible. Fixes #1376.Misc
cy.wrap
. Fixes #2807.Cypress.$
" $. Fixes #2830.cy.wait()
now accepts a separate timeout option forrequestTimeout
andresponseTimeout
. Fixes #2446.Dependency Updates
^1.8.1
to^1.8.7
. Fixes #2864.^2.27.0
and^2.28.0
to^4.0.0
, Fixes #2455.Documentation Changes:
requestTimeout
andresponseTimeout
options tocy.wait()
cy.wait()
Assertions
webpack/webpack
v4.27.0
Compare Source
Features
getResolve
method to create their own resolver function with custom optionsBugfixes
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.