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 minor and patch #190

Merged
merged 2 commits into from
Dec 3, 2019
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 23, 2019

This PR contains the following updates:

Package Type Update Change
@babel/cli (source) devDependencies patch 7.7.0 -> 7.7.4
@babel/cli (source) dependencies patch 7.7.0 -> 7.7.4
@babel/core (source) devDependencies patch 7.7.2 -> 7.7.4
@babel/core (source) dependencies patch 7.7.2 -> 7.7.4
@babel/plugin-transform-react-jsx devDependencies patch 7.7.0 -> 7.7.4
@babel/preset-env (source) devDependencies patch 7.7.1 -> 7.7.4
@babel/preset-env (source) dependencies patch 7.7.1 -> 7.7.4
@babel/preset-react (source) devDependencies patch 7.7.0 -> 7.7.4
@material-ui/core (source) peerDependencies minor 4.6.1 -> 4.7.1
@material-ui/core (source) devDependencies minor 4.6.1 -> 4.7.1
@material-ui/styles devDependencies minor 4.6.0 -> 4.7.1
@material-ui/styles peerDependencies minor 4.6.0 -> 4.7.1
@storybook/addon-docs devDependencies patch 5.2.6 -> 5.2.8
@storybook/addon-knobs devDependencies patch 5.2.6 -> 5.2.8
@storybook/react devDependencies patch 5.2.6 -> 5.2.8
docusaurus devDependencies patch 1.14.0 -> 1.14.3
enigma.js dependencies patch 2.6.1 -> 2.6.3
enigma.js devDependencies patch 2.6.1 -> 2.6.3
eslint (source) devDependencies minor 6.6.0 -> 6.7.2
eslint-plugin-mocha devDependencies patch 6.2.1 -> 6.2.2
eslint-plugin-react devDependencies minor 7.16.0 -> 7.17.0
lerna devDependencies minor 3.18.5 -> 3.19.0
lint-staged devDependencies minor 9.4.3 -> 9.5.0
rollup dependencies patch 1.27.2 -> 1.27.8
rollup devDependencies patch 1.27.2 -> 1.27.8

Release Notes

babel/babel

v7.7.4

Compare Source

🐛 Bug Fix
💅 Polish
  • babel-plugin-proposal-nullish-coalescing-operator
🏠 Internal
mui-org/material-ui

v4.7.1

Compare Source

Dec 1, 2019

Big thanks to the 27 contributors who made this release possible.

Here are some highlights ✨:

  • 🌎 Improve localization support.
  • ✨ Export all the types from barrel index (#​18306) @​merceyz.
  • 🔍 8 patches on the Autocomplete component.
  • And many more 🐛 bug fixes and 📚 improvements.
@material-ui/core@v4.7.1
@material-ui/lab@v4.0.0-alpha.34
Docs
Core

v4.7.0

Compare Source

Nov 22, 2019

Big thanks to the 27 contributors who made this release possible.

Here are some highlights ✨:

@material-ui/core@v4.7.0
@material-ui/lab@v4.0.0-alpha.33
Docs
Core
storybookjs/storybook

v5.2.8

Compare Source

Bug Fixes
  • UI: Fix layout of Preview container (#​8628)
  • Core: Use stable package to ensure story sorting is stable (#​8795)
  • Source-loader: Warn if applied to non-stories file (#​8773)

v5.2.7

Compare Source

Bug Fixes
  • Addon-contexts: Fix 'cannot read property h of undefined' in preact (#​9001)
  • Addon-viewports: Fix missing TypeScript types (#​8848)
  • Addon-A11y: Show errors, reset config properly (#​8779)
  • UI: Store layout state in sessionStorage (#​8786)
  • UI: Fix MobileLayout component error on master (#​8941)
  • Addon-analytics: Fix 'path is required in .pageview()' (#​8468)
facebook/docusaurus

v1.14.3

Compare Source

🐛 Bug Fix
🏠 Internal
Committers: 2

v1.14.2

Compare Source

🐛 Bug Fix
📝 Documentation

v1.14.1

Compare Source

🐛 Bug Fix
🏠 Internal
📝 Documentation
qlik-oss/enigma.js

v2.6.3

Compare Source

Fixes
  • fix: no undefined error on closed resolver (#​678)
  • chore(deps): pdate minor and patch (#​679)
  • chore(deps): update qlikcore/engine docker tag to v12.515.0 (#​680)
eslint/eslint

v6.7.2

Compare Source

  • bc435a9 Fix: isSpaceBetweenTokens() recognizes spaces in JSXText (fixes #​12614) (#​12616) (Toru Nagashima)
  • 4928d51 Fix: don't ignore the entry directory (fixes #​12604) (#​12607) (Toru Nagashima)
  • b41677a Docs: Clarify suggestion's data in Working with Rules (refs #​12606) (#​12617) (Milos Djermanovic)
  • ea16de4 Fix: Support tagged template literal generics in no-unexpected-multiline (#​11698) (Brad Zacher)
  • fa6415d Sponsors: Sync README with website (ESLint Jenkins)
  • e1e158b Sponsors: Sync README with website (ESLint Jenkins)

v6.7.1

Compare Source

  • dd1e9f4 Fix: revert changes to key-spacing due to regression (#​12598) (Kai Cataldo)
  • c644b54 Docs: Update README team and sponsors (ESLint Jenkins)

v6.7.0

Compare Source

lo1tuma/eslint-plugin-mocha

v6.2.2

Compare Source

Bug Fixes
  • Support TDD interface in no-setup-in-describe (#​220)
Build-Related
  • 🚀 Use GitHub Actions instead of Travis (#​221)
yannickcr/eslint-plugin-react

v7.17.0

Compare Source

Added
Fixed
Changed
lerna/lerna

v3.19.0

Compare Source

Features
  • add: Add --peer option to save target in peerDependencies (#​2334) (e12bf6a)

3.18.5 (2019-11-20)

Bug Fixes
  • Auto-fix prettier formatting (5344820)
  • cli: Bump yargs to ^14.2.2 (51365b8)
  • command: Do not mutate argv parameter (8ca85a4), closes #​2348
  • conventional-commits: Ensure potential ValidationError in getChangelogConfig() is propagated correctly (406ba5a)

3.18.4 (2019-11-08)

Bug Fixes
  • changed: Copy relevant options from version, do not inherit (6bd77ba)
  • filter-options: Clarify --since description (b649b35)
  • filter-options: Ensure --include-merged-tags is available to all --since-filterable commands (287bcd8), closes #​2332
  • version: Clarify --include-merged-tags description (b0bbfcf)

3.18.3 (2019-10-22)

Bug Fixes
  • version: Correct warning message (384cd15)
  • version: Workaround yargs bug with spurious -- arguments (46be9dc), closes #​2315

3.18.2 (2019-10-21)

Bug Fixes

3.18.1 (2019-10-15)

Bug Fixes
  • npm-dist-tag: Port upstream npm/cli#​235 (5a1d229)
  • npm-dist-tag: Respect npm_config_dry_run env var (1fd5e18)
okonet/lint-staged

v9.5.0

Compare Source

Features
  • add support for concurrent CLI option (6af8307)
rollup/rollup

v1.27.8

Compare Source

2019-12-02

Bug Fixes
  • Deoptimize objects when a method is called on them to make sure modifications via "this" are observed (#​3266)
Pull Requests

v1.27.7

Compare Source

2019-12-01

Bug Fixes
  • Fix a scenario where a reassignments to computed properties were not tracked (#​3267)
Pull Requests

v1.27.6

Compare Source

2019-11-30

Bug Fixes
  • Use "auto" export mode by default for all modules when preserving modules (#​3265)
  • Observe "output.exports" when preserving modules and warn for mixed exports if necessary (#​3265)
Pull Requests

v1.27.5

Compare Source

2019-11-25

Bug Fixes
  • Make sure namespaces for inlined dynamic imports are treated as variable accesses when deconflicting (#​3256)
Pull Requests

v1.27.4

Compare Source

2019-11-22

Bug Fixes
  • Aggregate circular dependency warnings in the CLI (#​3249)
  • Do not defer non-aggregated handlers in the CLI (#​3249)
Pull Requests

Renovate configuration

📅 Schedule: "every weekend" (UTC).

🚦 Automerge: Enabled.

♻️ Rebasing: Whenever PR is stale, 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

Newsflash: Renovate has joined WhiteSource, and is now free for all use. Learn more or view updated terms and privacy policies.

@renovate renovate bot added the renovate label Nov 23, 2019
@renovate renovate bot force-pushed the renovate/minor-and-patch branch 16 times, most recently from 7bf6091 to b0cc717 Compare November 30, 2019 13:20
@renovate renovate bot changed the title fix(deps): update minor and patch chore(deps): update minor and patch Nov 30, 2019
@renovate renovate bot force-pushed the renovate/minor-and-patch branch 10 times, most recently from 35ff5e5 to 607d611 Compare December 3, 2019 13:10
@renovate
Copy link
Contributor Author

renovate bot commented Dec 3, 2019

PR has been edited

👷 This PR has received other commits, so Renovate will stop updating it to avoid conflicts or other problems. If you wish to abandon your changes and have Renovate start over you may click the "rebase" checkbox in the PR body/description.

@miralemd miralemd merged commit feaea90 into master Dec 3, 2019
@renovate renovate bot deleted the renovate/minor-and-patch branch December 3, 2019 15:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants