Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update all dependencies #203

Merged
merged 1 commit into from
Jan 13, 2020
Merged

chore(deps): update all dependencies #203

merged 1 commit into from
Jan 13, 2020

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 13, 2020

This PR contains the following updates:

Package Type Update Change
@babel/core (source) devDependencies minor 7.7.7 -> 7.8.0
@babel/plugin-proposal-class-properties devDependencies minor 7.7.4 -> 7.8.0
@babel/plugin-proposal-do-expressions devDependencies minor 7.7.4 -> 7.8.0
@babel/plugin-proposal-export-default-from devDependencies minor 7.7.4 -> 7.8.0
@babel/plugin-proposal-export-namespace-from devDependencies minor 7.7.4 -> 7.8.0
@babel/plugin-proposal-nullish-coalescing-operator devDependencies minor 7.7.4 -> 7.8.0
@babel/plugin-proposal-object-rest-spread devDependencies minor 7.7.7 -> 7.8.0
@babel/plugin-proposal-optional-chaining devDependencies minor 7.7.5 -> 7.8.0
@babel/plugin-syntax-dynamic-import devDependencies minor 7.7.4 -> 7.8.0
@babel/plugin-transform-classes devDependencies minor 7.7.4 -> 7.8.0
@babel/plugin-transform-destructuring devDependencies minor 7.7.4 -> 7.8.0
@babel/plugin-transform-react-display-name devDependencies minor 7.7.4 -> 7.8.0
@babel/plugin-transform-regenerator devDependencies minor 7.7.5 -> 7.8.0
@babel/plugin-transform-runtime devDependencies minor 7.7.6 -> 7.8.0
@babel/preset-env (source) devDependencies minor 7.7.7 -> 7.8.2
@babel/preset-react (source) devDependencies minor 7.7.4 -> 7.8.0
@babel/runtime-corejs3 devDependencies minor 7.7.7 -> 7.8.0
@sentry/browser dependencies minor 5.10.2 -> 5.11.0
core-js devDependencies patch 3.6.1 -> 3.6.3
cypress devDependencies patch 3.8.1 -> 3.8.2
eslint-plugin-import devDependencies minor 2.19.1 -> 2.20.0
eslint-plugin-jest devDependencies minor 23.3.0 -> 23.6.0
gatsby dependencies patch 2.18.18 -> 2.18.21
gatsby devDependencies patch 2.18.18 -> 2.18.21
gatsby-cli dependencies patch 2.8.23 -> 2.8.26
gatsby-cli devDependencies patch 2.8.23 -> 2.8.26
gatsby-image dependencies patch 2.2.37 -> 2.2.38
gatsby-plugin-emotion dependencies patch 4.1.18 -> 4.1.21
gatsby-plugin-google-analytics dependencies patch 2.1.31 -> 2.1.32
gatsby-plugin-manifest dependencies patch 2.2.34 -> 2.2.37
gatsby-plugin-mdx dependencies patch 1.0.64 -> 1.0.67
gatsby-plugin-react-helmet dependencies patch 3.1.18 -> 3.1.21
gatsby-plugin-remove-trailing-slashes dependencies patch 2.1.17 -> 2.1.20
gatsby-plugin-sharp dependencies patch 2.3.10 -> 2.3.13
gatsby-remark-copy-linked-files dependencies patch 2.1.33 -> 2.1.36
gatsby-remark-images dependencies patch 3.1.39 -> 3.1.42
gatsby-source-filesystem dependencies patch 2.1.43 -> 2.1.46
gatsby-source-filesystem dependencies patch 2.1.40 -> 2.1.46
gatsby-transformer-remark dependencies patch 2.6.45 -> 2.6.48
gatsby-transformer-sharp dependencies patch 2.3.9 -> 2.3.12
gatsby-transformer-yaml dependencies patch 2.2.20 -> 2.2.23
jest-preset-gatsby devDependencies patch 1.0.23 -> 1.0.24
rollup devDependencies minor 1.28.0 -> 1.29.0

Release Notes

babel/babel

v7.8.0

Compare Source

👓 Spec Compliance
  • babel-parser
  • babel-plugin-proposal-numeric-separator
  • babel-generator, babel-parser, babel-plugin-proposal-private-methods
💥 Breaking Change
🚀 New Feature
🐛 Bug Fix
💅 Polish
📝 Documentation
🏠 Internal
↩️ Revert
getsentry/sentry-javascript

v5.11.0

Compare Source

  • [apm] fix: Always attach contexts.trace to finished transaction (#​2353)
  • [integrations] fix: Make RewriteFrame integration process all exceptions (#​2362)
  • [node] ref: Update agent-base to 5.0 to remove http/s patching (#​2355)
  • [browser] feat: Set headers from options in XHR/fetch transport (#​2363)
zloirock/core-js

v3.6.3

Compare Source

  • Fixed replacement of substitutes of undefined capture groups in .replace in Safari 13.0-, #​471, #​745, thanks @​mattclough1
  • Improved compat data for old engines

v3.6.2

Compare Source

  • Fixed early implementations of Array#{ every, forEach, includes, indexOf, lastIndexOf, reduce, reduceRight, slice, some, splice } for the usage of ToLength
  • Added RegExp#exec dependency to methods which depends on the correctness of logic of this method (3.6.0-3.6.1 issue), #​741
  • Refactored some internals
cypress-io/cypress

v3.8.2

Compare Source

Released 01/10/2020

Bugfixes:

  • We fixed a regression in 3.8.0 on Linux when unzip is not installed where the progress of cypress install would show up to 200%. Fixes #​5967
  • Child elements of an element that uses both transform and height or width are now properly seen as visible during visiblity checks. Addresses #​5974.
  • We now properly check backface visibility when the parents of a target element have the CSS style transform-style: preserve-3d. Fixes #​5682.
  • DOM elements with a width or height of 0 and overflow: hidden are now properly calculated as invisible during visibility checks. Fixes #​6093.
  • We fixed a regression in 3.7.0 where using .type() on number inputs to type non-number characters would not type the correct value. Fixes #​6055.

Misc:

  • Messages from cy.log() are now truncated at 50 lines the Command Log instead of the 1 line. Addresses #​5625.
  • We now capture GitLab CI's CI_JOB_NAME environment variable. Addressed in #​6111.
  • Types for event emitters removeListener and removeAllListeners have been added to Cypress and cy. Addresses #​5228.
  • Types for the runUrl property returned from cypress.run() has been added. Addresses #​6087.
  • We're continuing to make progress in converting our codebase from CoffeeScript to JavaScript. Addresses #​2690 in #​5947 and #​6075.

Dependency Updates:

  • Upgraded ansi_up from 4.0.3 to 4.0.4. Addressed in #​6074.
  • Upgraded electron from 7.1.4 to 7.1.7. Addressed in #​6085.
benmosher/eslint-plugin-import

v2.20.0

Compare Source

Added
  • [order]: added caseInsensitive as an additional option to alphabetize ([#​1586], thanks [@​dbrewer5])
  • [no-restricted-paths]: New except option per zone, allowing exceptions to be defined for a restricted zone ([#​1238], thanks [@​rsolomon])
Fixed
  • [no-unused-modules]: fix usage of import/extensions settings ([#​1560], thanks [@​stekycz])
  • [import/extensions]: ignore non-main modules ([#​1563], thanks [@​saschanaz])
  • TypeScript config: lookup for external modules in @​types folder ([#​1526], thanks [@​joaovieira])
  • [no-extraneous-dependencies]: ensure node.source is truthy ([#​1589], thanks [@​ljharb])
  • [extensions]: Ignore query strings when checking for extensions ([#​1572], thanks [@​pcorpet])
Docs
  • [extensions]: improve ignorePackages docs ([#​1248], thanks [@​ivo-stefchev])
Added
  • [order]: add option pathGroupsExcludedImportTypes to allow ordering of external import types ([#​1565], thanks [@​Mairu])
jest-community/eslint-plugin-jest

v23.6.0

Compare Source

Features

v23.5.0

Compare Source

Features

v23.4.0

Compare Source

Features
  • expect-expect: support glob patterns for assertFunctionNames
    (#​509)
    (295ca9a)
  • valid-expect: refactor valid-expect linting messages
    (#​501)
    (7338362)
gatsbyjs/gatsby

v2.18.21

Compare Source

v2.18.20

Compare Source

keplersj/jest-preset-gatsby

v1.0.24

Compare Source

Bug Fixes
  • deps: bump babel-preset-gatsby from 0.2.26 to 0.2.27 (518b392)
rollup/rollup

v1.29.0

Compare Source

2020-01-08

Features
  • Enable top-level await by default (#​3089)
  • Add typings for watch events (#​3302)
Bug Fixes
  • Deconflict files that would conflict only on a case-insensitive OS (#​3317)
  • Do not fail in certain scenarios where a logical expression inside a sequence expression was being directly included (#​3327)
Pull Requests

Renovate configuration

📅 Schedule: "before 3am on Monday" (UTC).

🚦 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.


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

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

@renovate renovate bot added the 🤖 Type: Dependencies Dependency updates or something similar label Jan 13, 2020
@vercel
Copy link

vercel bot commented Jan 13, 2020

This pull request is being automatically deployed with ZEIT Now (learn more).
To see the status of your deployment, click below or on the icon next to each commit.

🔍 Inspect: https://zeit.co/commercetools/commercetools-docs-kit/lok2mn5f5
✅ Preview: https://commercetools-docs-kit-git-renovate-all.commercetools.now.sh

@vercel vercel bot temporarily deployed to Preview January 13, 2020 10:25 Inactive
@emmenko emmenko merged commit 204ab4a into master Jan 13, 2020
@emmenko emmenko deleted the renovate/all branch January 13, 2020 10:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🤖 Type: Dependencies Dependency updates or something similar
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants