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

Update all dependencies #46

Merged
merged 1 commit into from
Nov 21, 2019
Merged

Update all dependencies #46

merged 1 commit into from
Nov 21, 2019

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Nov 11, 2019

This PR contains the following updates:

Package Type Update Change
@types/node devDependencies patch 12.12.5 -> 12.12.11
core-js devDependencies minor 3.3.6 -> 3.4.2
prettier (source) devDependencies minor 1.18.2 -> 1.19.1
typescript (source) devDependencies minor 3.6.4 -> 3.7.2

Release Notes

zloirock/core-js

v3.4.2

Compare Source

  • Don't use polyfilled symbols as internal uids, a workaround for some incorrect use cases
  • String#replaceAll is available only in nightly FF builds
  • Improved Promise feature detection for the case of V8 6.6 with multiple core-js copies
  • Some internals optimizations
  • Added Node 13.2 -> V8 7.9 compat data mapping
  • Returned usage of node -e in postinstall scripts

v3.4.1

Compare Source

v3.4.0

Compare Source

prettier/prettier

v1.19.1

Compare Source

diff

CLI
Fix --stdin regression in 1.19.0 (#​6894 by @​lydell)
// Prettier stable
$ echo "test" | prettier --stdin --parser babel
[error] regeneratorRuntime is not defined

// Prettier master
$ echo "test" | prettier --stdin --parser babel
test;
TypeScript
Fix formatting of union type as arrow function return type (#​6896 by @​thorn0)
// Input
export const getVehicleDescriptor = async (
  vehicleId: string,
): Promise<Collections.Parts.PrintedCircuitBoardAssembly['attributes'] | undefined> => {}

// Prettier stable
export const getVehicleDescriptor = async (
  vehicleId: string
): Promise<| Collections.Parts.PrintedCircuitBoardAssembly["attributes"]
| undefined> => {};

// Prettier master
export const getVehicleDescriptor = async (
  vehicleId: string
): Promise<
  Collections.Parts.PrintedCircuitBoardAssembly["attributes"] | undefined
> => {};

v1.19.0

Compare Source

diff

🔗 Release Notes

Microsoft/TypeScript

v3.7.2

Compare Source

For release notes, check out the release announcement.

For new features, check out the What's new in TypeScript v3.7.2.

For the complete list of fixed issues, check out the

Downloads are available on:


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

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

@TravisBuddy
Copy link

Hey @renovate[bot],
Your changes look good to me!

View build log

TravisBuddy Request Identifier: 21cc3d50-041c-11ea-8ac3-8db289d111a9

@TravisBuddy
Copy link

Hey @renovate[bot],
Your changes look good to me!

View build log

TravisBuddy Request Identifier: 21eff870-050d-11ea-9b49-e31b2b39913b

@TravisBuddy
Copy link

Hey @renovate[bot],
Your changes look good to me!

View build log

TravisBuddy Request Identifier: 370dd4e0-07e5-11ea-a7d8-2f45f8a3b8c0

@TravisBuddy
Copy link

Hey @renovate[bot],
Your changes look good to me!

View build log

TravisBuddy Request Identifier: 942008d0-0a45-11ea-a087-17bfd2b6aa33

@TravisBuddy
Copy link

Hey @renovate[bot],
Your changes look good to me!

View build log

TravisBuddy Request Identifier: 15475d20-0b02-11ea-adc5-254fad528e65

@TravisBuddy
Copy link

Hey @renovate[bot],
Your changes look good to me!

View build log

TravisBuddy Request Identifier: c1cf0260-0b06-11ea-adc5-254fad528e65

@TravisBuddy
Copy link

Hey @renovate[bot],
Your changes look good to me!

View build log

TravisBuddy Request Identifier: 4bd3c630-0c92-11ea-9489-798921b627f8

@vivitali vivitali merged commit e0695c6 into master Nov 21, 2019
@renovate renovate bot deleted the renovate/all branch November 21, 2019 19:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants