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

Merged
merged 1 commit into from
Jun 30, 2020
Merged

fix: update packages #25381

merged 1 commit into from
Jun 30, 2020

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 29, 2020

This PR contains the following updates:

Package Type Update Change
@graphql-tools/schema dependencies patch ^6.0.9 -> ^6.0.11
@graphql-tools/utils dependencies patch ^6.0.9 -> ^6.0.11
@reach/router dependencies patch ^1.3.3 -> ^1.3.4
autoprefixer dependencies patch ^9.8.3 -> ^9.8.4
aws-sdk devDependencies minor ^2.703.0 -> ^2.707.0
browserslist dependencies patch ^4.12.0 -> ^4.12.2
contentful (source) dependencies patch ^7.14.4 -> ^7.14.5
dictionary-en dependencies patch ^3.0.0 -> ^3.0.1
eslint-plugin-import dependencies minor ^2.21.2 -> ^2.22.0
eslint-plugin-import devDependencies minor ^2.21.2 -> ^2.22.0
eslint-plugin-react dependencies patch ^7.20.0 -> ^7.20.2
eslint-plugin-react devDependencies patch ^7.20.0 -> ^7.20.2
gatsby-core-utils dependencies patch ^1.3.7 -> ^1.3.8
gatsby-interface devDependencies patch 0.0.171 -> 0.0.173
retext-syntax-mentions dependencies patch ^2.1.0 -> ^2.1.1
slugify dependencies patch ^1.4.2 -> ^1.4.4
verdaccio (source) dependencies patch ^4.7.1 -> ^4.7.2
whatwg-fetch devDependencies minor ^3.0.0 -> ^3.1.0

Release Notes

ardatan/graphql-tools

v6.0.11

Compare Source

Come talk to us directly on our Discord channel
Contact us here: the-guild.dev

What’s Changed

🚀 Features

🐛 Bug Fixes

v6.0.10

Compare Source

Come talk to us directly on our Discord channel
Contact us here: the-guild.dev

What’s Changed

🚀 Features

🐛 Bug Fixes

reach/router

v1.3.4

  • d7e4cfc Support forwarding url params with wildcard paths
postcss/autoprefixer

v9.8.4

Compare Source

  • Replace color output library.
aws/aws-sdk-js

v2.707.0

Compare Source

  • feature: CodeGuruProfiler: Amazon CodeGuru Profiler is now generally available. The Profiler helps developers to optimize their software, troubleshoot issues in production, and identify their most expensive lines of code. As part of general availability, we are launching: Profiling of AWS Lambda functions, Anomaly detection in CPU profiles, Color My Code on flame graphs, Expanding presence to 10 AWS regions.
  • feature: CodeStarconnections: Updated and new APIs in support of hosts for connections to installed provider types. New integration with the GitHub Enterprise Server provider type.
  • feature: EC2: Virtual Private Cloud (VPC) customers can now create and manage their own Prefix Lists to simplify VPC configurations.

v2.706.0

Compare Source

  • feature: CloudFormation: ListStackInstances and DescribeStackInstance now return a new StackInstanceStatus object that contains DetailedStatus values: a disambiguation of the more generic Status value. ListStackInstances output can now be filtered on DetailedStatus using the new Filters parameter.
  • feature: CognitoIdentityServiceProvider: Don't require Authorization for InitiateAuth and RespondToAuthChallenge.
  • feature: QuickSight: Added support for cross-region DataSource credentials copying.
  • feature: SageMaker: The new 'ModelClientConfig' parameter being added for CreateTransformJob and DescribeTransformJob api actions enable customers to configure model invocation related parameters such as timeout and retry.

v2.705.0

Compare Source

  • feature: EC2: Added support for tag-on-create for Host Reservations in Dedicated Hosts. You can now specify tags when you create a Host Reservation for a Dedicated Host. For more information about tagging, see AWS Tagging Strategies.
  • feature: Glue: This release adds new APIs to support column level statistics in AWS Glue Data Catalog

v2.704.0

Compare Source

  • feature: Amplify: This release of AWS Amplify Console introduces support for automatically creating custom subdomains for branches based on user-defined glob patterns, as well as automatically cleaning up Amplify branches when their corresponding git branches are deleted.
  • feature: Backup: Customers can now manage and monitor their backups in a policied manner across their AWS accounts, via an integration between AWS Backup and AWS Organizations
  • feature: CodeCommit: This release introduces support for reactions to CodeCommit comments. Users will be able to select from a pre-defined list of emojis to express their reaction to any comments.
  • feature: EMR: Amazon EMR customers can now set allocation strategies for On-Demand and Spot instances in their EMR clusters with instance fleets. These allocation strategies use real-time capacity insights to provision clusters faster and make the most efficient use of available spare capacity to allocate Spot instances to reduce interruptions.
  • feature: FSx: This release adds the capability to take highly-durable, incremental backups of your FSx for Lustre persistent file systems. This capability makes it easy to further protect your file system data and to meet business and regulatory compliance requirements.
  • feature: Honeycode: Introducing Amazon Honeycode - a fully managed service that allows you to quickly build mobile and web apps for teams without programming.
  • feature: Organizations: This release adds support for a new backup policy type for AWS Organizations.
browserslist/browserslist

v4.12.2

Compare Source

  • Update Firefox ESR.

v4.12.1

Compare Source

  • Update package.json scanning tool for --update-db (by Luke Edwards).
  • Improve docs (by Mukundan Senthil).
contentful/contentful.js

v7.14.5

Compare Source

Bug Fixes
benmosher/eslint-plugin-import

v2.22.0

Compare Source

Added
  • [no-unused-modules]: consider exported TypeScript interfaces, types and enums ([#​1819], thanks [@​nicolashenry])
  • [no-cycle]: allow maxDepth option to be "∞" (thanks [@​ljharb])
Fixed
  • [order]/TypeScript: properly support import = object expressions ([#​1823], thanks [@​manuth])
  • [no-extraneous-dependencies]/TypeScript: do not error when importing type from dev dependencies ([#​1820], thanks [@​fernandopasik])
  • [default]: avoid crash with export = ([#​1822], thanks [@​AndrewLeedham])
  • [order]/[newline-after-import]: ignore TypeScript's "export import object" ([#​1830], thanks [@​be5invis])
  • [dynamic-import-chunkname]/TypeScript: supports @typescript-eslint/parser ([#​1833], thanks [@​noelebrun])
  • [order]/TypeScript: ignore ordering of object imports ([#​1831], thanks [@​manuth])
  • [namespace]: do not report on shadowed import names ([#​518], thanks [@​ljharb])
  • [export]: avoid warning on export * as non-conflicts ([#​1834], thanks [@​ljharb])
Changed
  • [no-extraneous-dependencies]: add tests for importing types ([#​1824], thanks [@​taye])
  • [docs][no-default-export]: Fix docs url ([#​1836], thanks [@​beatrizrezener])
  • [docs][imports-first]: deprecation info and link to first docs ([#​1835], thanks [@​beatrizrezener])
yannickcr/eslint-plugin-react

v7.20.2

Compare Source

Fixed

v7.20.1

Compare Source

Fixed
Changed
  • [forbid-prop-types]: warn on destructured values as well (#​2676 @​ajkovar)
  • relax JSX pragma regexp (#​2643 @​gfmio)
  • Cache detected React version (#​2673 @​lencioni)
  • [refactor][jsx-pascal-case]: Remove xregexp (#​2636 @​yacinehmito))
  • [Tests] a [no-typos] test fails in eslint v7.3 ([#​2678][] @​toshi-toma)
  • [Deps] update jsx-ast-utils, object.entries, resolve
  • [Dev Deps] update @types/eslint, @types/estree, @types/node, @typescript-eslint/parser, eslint-config-airbnb-base, eslint-plugin-eslint-plugin, eslint-plugin-import, typescript
gatsbyjs/gatsby

v1.3.8

Compare Source

retextjs/retext-syntax-mentions

v2.1.1

Compare Source

  • cb72554 Add exception when passing incorrect config
simov/slugify

v1.4.4

Compare Source

v1.4.3

Compare Source

verdaccio/verdaccio

v4.7.2

Compare Source

github/fetch

v3.1.0

Compare Source

Documentation:

  • Added documentation on features of fetch which are not polyfilled. -- #​734

Bug fixes:

  • Empty header names used to not throw an error which was not compliant with the specification. They now throw a TypeError, the same as Chrome, Firefox and Safari do. -- #​684

  • Changed the default status text of a response to align with the specification, the default is now an empty string. -- #​698

  • We now allow exclamation mark as valid header character to align with the specification -- #​745

  • We no longer convert application/octet-stream responses into Blobs if the browser supports ArrayBuffers -- #​752

  • Added compatibility for fetch-mock -- #​736

  • Making a fetch request with an empty string for the url no longer throws a DOMException error in Internet Explorer -- #​619

  • Fixed another Internet Explorer bug to make sure all resolved fetch promises will trigger their promise chains -- #​575


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 review from a team as code owners June 29, 2020 12:50
@gatsbot gatsbot bot added the status: triage needed Issue or pull request that need to be triaged and assigned to a reviewer label Jun 29, 2020
@renovate renovate bot force-pushed the renovate/packages branch 4 times, most recently from f8041bd to 5e25c48 Compare June 29, 2020 21:53
@renovate renovate bot changed the title fix: update packages Update packages Jun 30, 2020
@renovate renovate bot changed the title Update packages fix: update packages Jun 30, 2020
@pvdz
Copy link
Contributor

pvdz commented Jun 30, 2020

List looks ok, merging.

@pvdz pvdz merged commit 622e3c1 into master Jun 30, 2020
@delete-merged-branch delete-merged-branch bot deleted the renovate/packages branch June 30, 2020 11:49
@pvdz pvdz added topic: automation Related to Circle CI, Peril, Renovate, scripts/*, Github Workflows, Github Actions, or Slackbot and removed status: triage needed Issue or pull request that need to be triaged and assigned to a reviewer labels Jun 30, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
topic: automation Related to Circle CI, Peril, Renovate, scripts/*, Github Workflows, Github Actions, or Slackbot
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants