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

fix: update packages #23759

Merged
merged 1 commit into from
May 5, 2020
Merged

fix: update packages #23759

merged 1 commit into from
May 5, 2020

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 4, 2020

This PR contains the following updates:

Package Type Update Change
@mdx-js/react (source) dependencies minor ^1.5.7 -> ^1.6.1
aws-sdk devDependencies minor ^2.668.0 -> ^2.669.0
gatsby-core-utils dependencies patch ^1.2.0 -> ^1.2.1
prettier (source) devDependencies patch 2.0.4 -> 2.0.5

Release Notes

mdx-js/mdx

v1.6.1

Compare Source

  • Add missing space-separated properties (#​1048)

v1.6.0

Compare Source

v1.5.9

Compare Source

  • Export compiler (#​1018)
  • Bump dependencies
  • Improve/update example usage

v1.5.8

Compare Source

  • Don't evaluate escaped string interpolation in code blocks (#​991)
  • Bump dependencies
aws/aws-sdk-js

v2.669.0

Compare Source

  • feature: EC2: With this release, you can include enriched metadata in Amazon Virtual Private Cloud (Amazon VPC) flow logs published to Amazon CloudWatch Logs or Amazon Simple Storage Service (S3). Prior to this, custom format VPC flow logs enriched with additional metadata could be published only to S3. With this launch, we are also adding additional metadata fields that provide insights about the location such as AWS Region, AWS Availability Zone, AWS Local Zone, AWS Wavelength Zone, or AWS Outpost where the network interface where flow logs are captured exists.
  • feature: S3Control: Amazon S3 Batch Operations now supports Object Lock.
gatsbyjs/gatsby

v1.2.1

Compare Source

prettier/prettier

v2.0.5

Compare Source

diff

Less: Fix formatting of :extend (#​7984 by @​fisker)
// Input
.class {
  &:extend(.some-class .some-other-class .some-very-loooooooooooooong-class all);
}

// Prettier 2.0.4
.class {
  &:extend(
    .some-class .some-other-class .some-very-loooooooooooooong-class all
  );
}

// Prettier 2.0.4 (Second format)
.class {
  &: extend(
    .some-class .some-other-class .some-very-loooooooooooooong-class all
  );
}

// Prettier 2.0.5
.class {
  &:extend(
    .some-class .some-other-class .some-very-loooooooooooooong-class all
  );
}
Editor integration: Use resolve if builtin require.resolve is overridden (#​8072 by @​fisker)

This fixes issues that the users of Atom and WebStorm faced with 2.0.4.

Prettier now switches to using the resolve module for resolving configuration files and plugins if it detects that require.resolve isn't Node's builtin function (doesn't support the second argument), which happens in environments like editor extensions. To force the fallback, set the PRETTIER_FALLBACK_RESOLVE environment variable to true.


Renovate configuration

📅 Schedule: "after 10am on Monday" in timezone GMT.

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

♻️ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 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 requested a review from a team as a code owner May 4, 2020 18:50
@gatsbot gatsbot bot added the status: triage needed Issue or pull request that need to be triaged and assigned to a reviewer label May 4, 2020
@renovate renovate bot changed the title chore: update dependency aws-sdk to ^2.669.0 Update packages May 4, 2020
@renovate renovate bot changed the title Update packages fix: update packages May 5, 2020
@renovate renovate bot changed the title fix: update packages Update packages May 5, 2020
@renovate renovate bot changed the title Update packages fix: update packages May 5, 2020
Copy link
Contributor

@pieh pieh left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for keeping is up to date mr 🤖

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: maintenance An issue or pull request describing a change that isn't a bug, feature or documentation change
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants