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 #268

Merged
merged 1 commit into from
Feb 3, 2020
Merged

chore(deps): update all dependencies #268

merged 1 commit into from
Feb 3, 2020

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 3, 2020

This PR contains the following updates:

Package Type Update Change
@babel/core (source) devDependencies patch 7.8.3 -> 7.8.4
@babel/preset-env (source) devDependencies patch 7.8.3 -> 7.8.4
@babel/runtime-corejs3 devDependencies patch 7.8.3 -> 7.8.4
@rollup/plugin-json devDependencies patch 4.0.1 -> 4.0.2
@rollup/plugin-node-resolve devDependencies minor 7.0.0 -> 7.1.0
@sentry/browser dependencies patch 5.11.1 -> 5.11.2
@testing-library/cypress devDependencies minor 5.0.2 -> 5.2.1
@testing-library/jest-dom devDependencies minor 5.0.2 -> 5.1.0
eslint-config-prettier devDependencies minor 6.9.0 -> 6.10.0
eslint-plugin-import devDependencies patch 2.20.0 -> 2.20.1
eslint-plugin-react devDependencies patch 7.18.0 -> 7.18.3
gatsby devDependencies patch 2.19.6 -> 2.19.12
gatsby dependencies patch 2.19.6 -> 2.19.12
gatsby-cli dependencies patch 2.8.27 -> 2.8.29
gatsby-cli devDependencies patch 2.8.27 -> 2.8.29
gatsby-image dependencies patch 2.2.39 -> 2.2.40
gatsby-plugin-emotion dependencies patch 4.1.21 -> 4.1.22
gatsby-plugin-google-analytics dependencies patch 2.1.34 -> 2.1.35
gatsby-plugin-manifest dependencies patch 2.2.38 -> 2.2.41
gatsby-plugin-mdx dependencies patch 1.0.67 -> 1.0.70
gatsby-plugin-react-helmet dependencies patch 3.1.21 -> 3.1.22
gatsby-plugin-remove-trailing-slashes dependencies patch 2.1.20 -> 2.1.21
gatsby-plugin-sharp dependencies patch 2.4.2 -> 2.4.5
gatsby-remark-copy-linked-files dependencies patch 2.1.36 -> 2.1.37
gatsby-remark-images dependencies patch 3.1.42 -> 3.1.44
gatsby-source-filesystem dependencies patch 2.1.46 -> 2.1.48
gatsby-transformer-remark dependencies patch 2.6.48 -> 2.6.50
gatsby-transformer-sharp dependencies patch 2.3.13 -> 2.3.14
gatsby-transformer-yaml dependencies patch 2.2.23 -> 2.2.24
jest-preset-gatsby devDependencies patch 1.0.27 -> 1.0.28
jest-runner-stylelint devDependencies patch 2.2.3 -> 2.2.4
lint-staged devDependencies patch 10.0.3 -> 10.0.7
percy devDependencies patch 0.20.12 -> 0.20.13
rollup devDependencies minor 1.30.0 -> 1.31.0
rollup-plugin-peer-deps-external devDependencies patch 2.2.0 -> 2.2.2
tiny-invariant dependencies minor 1.0.6 -> 1.1.0

Release Notes

babel/babel

v7.8.4

Compare Source

⚠️ In Babel 7.8.0 we introduced the --copy-ignored option for @babel/cli, defaulting to false. However, previous versions behaved as if that option was present: for this reason, we changed its default value to true (when --copy-files is provided) and introduced a --no-copy-ignored option to disable it.

👓 Spec Compliance
🐛 Bug Fix
  • babel-cli
  • babel-compat-data
  • babel-helpers, babel-plugin-proposal-class-properties, babel-plugin-proposal-decorators, babel-plugin-transform-classes, babel-plugin-transform-parameters, babel-plugin-transform-typeof-symbol, babel-preset-env
  • babel-traverse
  • babel-plugin-transform-parameters
  • babel-plugin-transform-for-of
  • babel-compat-data, babel-preset-env
  • babel-generator
  • babel-helper-compilation-targets
💅 Polish
  • babel-core
    • #​10969 polish: throw human-friendly error when item-option pair is incorrectly unwrapped (@​JLHwung)
📝 Documentation
🏠 Internal
🏃‍♀️ Performance
  • babel-parser
    • #​11029 fix(babel-parser): avoid state.clone() to clone the whole token store (@​3cp)
getsentry/sentry-javascript

v5.11.2

Compare Source

  • [apm] fix: Add new option to Tracing maxTransactionTimeout determines the max length of a transaction
  • [hub] ref: Always also set transaction name on the top span in the scope
  • [core] fix: Use event_id from hint given by top-level hub calls
kentcdodds/cypress-testing-library

v5.2.1

Compare Source

Bug Fixes

v5.2.0

Compare Source

Features

v5.1.2

Compare Source

Reverts
  • feat: support running commands against the previous subject. (#​100) (0b73b69)

v5.1.1

Compare Source

Bug Fixes

v5.1.0

Compare Source

Features
  • support running commands against the previous subject. (#​100) (e32c8e4)
testing-library/jest-dom

v5.1.0

Compare Source

Features
prettier/eslint-config-prettier

v6.10.0

Compare Source

  • Added: [@​typescript-eslint/comma-spacing]. Thanks to Thanks to Masafumi
    Koba (@​ybiquitous)!!
benmosher/eslint-plugin-import

v2.20.1

Compare Source

Fixed
  • [export]: Handle function overloading in *.d.ts ([#​1619], thanks [@​IvanGoncharov])
  • [no-absolute-path]: fix a crash with invalid import syntax ([#​1616], thanks [@​ljharb])
  • [import/external-module-folders setting] now correctly works with directories containing modules symlinked from node_modules ([#​1605], thanks [@​skozin])
  • [extensions]: for invalid code where name does not exist, do not crash ([#​1613], thanks [@​ljharb])
  • [extentions]: Fix scope regex ([#​1611], thanks [@​yordis])
  • [no-duplicates]: allow duplicate imports if one is a namespace and the other not ([#​1612], thanks [@​sveyret])
  • Add some missing rule meta schemas and types ([#​1620], thanks [@​bmish])
  • [named]: for importing from a module which re-exports named exports from a node_modules module ([#​1569], [#​1447], thanks [@​redbugz], [@​kentcdodds])
  • [order]: Fix alphabetize for mixed requires and imports ([#​5625], thanks [@​wschurman])
Changed
  • [import/external-module-folders setting] behavior is more strict now: it will only match complete path segments ([#​1605], thanks [@​skozin])
  • [meta] fix "files" field to include/exclude the proper files ([#​1635], thanks [@​ljharb])
yannickcr/eslint-plugin-react

v7.18.3

Compare Source

Fixed

v7.18.2

Compare Source

Fixed

v7.18.1

Compare Source

Fixed
Changed
gatsbyjs/gatsby

v2.19.12

Compare Source

v2.19.11

Compare Source

v2.19.10

Compare Source

v2.19.9

Compare Source

v2.19.8

Compare Source

v2.19.7

Compare Source

keplersj/jest-preset-gatsby

v1.0.28

Compare Source

Bug Fixes
  • deps: bump babel-preset-gatsby from 0.2.27 to 0.2.28 (198f381)
keplersj/jest-runner-stylelint

v2.2.4

Compare Source

Bug Fixes
  • integrate eslint and prettier (ee44c31)
okonet/lint-staged

v10.0.7

Compare Source

Bug Fixes

v10.0.6

Compare Source

Bug Fixes
  • make sure deleted files aren't restored due to git bugs (#​778) (6bfbe6c)

v10.0.5

Compare Source

Bug Fixes
  • always resolve real git config dir location if .git is a file (#​784) (b98a5ed)

v10.0.4

Compare Source

Bug Fixes
percy/percy-agent

v0.20.13

Compare Source

Bug Fixes
rollup/rollup

v1.31.0

Compare Source

2020-01-31

Features
  • Always disable tree-shaking for asm.js functions to maintain semantics (#​3362)
Pull Requests

v1.30.1

Compare Source

2020-01-27

Bug Fixes
  • Do not mistreat static entgry points as dynamic ones when chunking (#​3357)
  • Resolve a crash when chunking circular dynamic imports (#​3357)
Pull Requests
Updater/rollup-plugin-peer-deps-external

v2.2.2

Compare Source

Bug Fixes
  • update subdependencies to fix security warnings (3acf888)

v2.2.1

Compare Source

Bug Fixes
  • add link to npmjs and release rollup peerep (c85ec68)
  • update lodash to fix critical vulnerability warning (6850aaf)
alexreardon/tiny-invariant

v1.1.0

Compare Source

  • Now TypeScript native! (flow usage still supported ❤️)
  • Leverages the new TypeScript@3.7 asserts keyword to correctly narrow types (caused a feature release)
const user: Person | null = getPerson();
invariant(user, 'expected user to be populated');
    
// the type of `user` is now narrowed to 'Person' rather than `Person | null`

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 tick the rebase/retry checkbox below.

👻 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 Feb 3, 2020
@vercel
Copy link

vercel bot commented Feb 3, 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/92vfsbkrg
✅ Preview: https://commercetools-docs-kit-git-renovate-all.commercetools.now.sh

@vercel vercel bot temporarily deployed to Preview February 3, 2020 02:27 Inactive
@vercel vercel bot temporarily deployed to Preview February 3, 2020 05:22 Inactive
@vercel vercel bot temporarily deployed to Preview February 3, 2020 12:57 Inactive
@vercel vercel bot temporarily deployed to Preview February 3, 2020 13:00 Inactive
@vercel vercel bot temporarily deployed to Preview February 3, 2020 13:07 Inactive
@emmenko emmenko merged commit 7b49aa6 into master Feb 3, 2020
@emmenko emmenko deleted the renovate/all branch February 3, 2020 13:36
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.

2 participants