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 minor updates in packages #22329

Merged
merged 1 commit into from
Mar 17, 2020
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 16, 2020

This PR contains the following updates:

Package Type Update Change
@typescript-eslint/eslint-plugin dependencies minor ^2.23.0 -> ^2.24.0
@typescript-eslint/eslint-plugin devDependencies minor ^2.23.0 -> ^2.24.0
@typescript-eslint/parser dependencies minor ^2.23.0 -> ^2.24.0
@typescript-eslint/parser devDependencies minor ^2.23.0 -> ^2.24.0
aws-sdk devDependencies minor ^2.639.0 -> ^2.640.0
gatsby dependencies patch ^2.19.43 -> ^2.19.45
gatsby-core-utils dependencies patch ^1.0.33 -> ^1.0.34
gatsby-design-tokens dependencies patch ^2.0.2 -> ^2.0.3
gatsby-image dependencies patch ^2.2.43 -> ^2.2.44
gatsby-plugin-canonical-urls dependencies patch ^2.1.21 -> ^2.1.22
gatsby-plugin-catch-links dependencies patch ^2.1.27 -> ^2.1.28
gatsby-plugin-emotion dependencies patch ^4.1.24 -> ^4.1.25
gatsby-plugin-feed dependencies patch ^2.3.28 -> ^2.3.29
gatsby-plugin-google-analytics dependencies patch ^2.1.37 -> ^2.1.38
gatsby-plugin-google-tagmanager dependencies patch ^2.1.26 -> ^2.1.27
gatsby-plugin-guess-js dependencies patch ^1.1.31 -> ^1.1.32
gatsby-plugin-layout dependencies patch ^1.1.23 -> ^1.1.24
gatsby-plugin-manifest dependencies patch ^2.2.47 -> ^2.2.48
gatsby-plugin-mdx dependencies patch ^1.0.82 -> ^1.0.83
gatsby-plugin-netlify dependencies patch ^2.1.34 -> ^2.1.35
gatsby-plugin-nprogress dependencies patch ^2.1.20 -> ^2.1.21
gatsby-plugin-offline dependencies patch ^3.0.40 -> ^3.0.41
gatsby-plugin-react-helmet dependencies patch ^3.1.23 -> ^3.1.24
gatsby-plugin-sharp dependencies patch ^2.4.12 -> ^2.4.13
gatsby-plugin-sitemap dependencies patch ^2.2.29 -> ^2.2.30
gatsby-plugin-twitter dependencies patch ^2.1.20 -> ^2.1.21
gatsby-plugin-typography dependencies patch ^2.3.24 -> ^2.3.25
gatsby-remark-autolink-headers dependencies patch ^2.1.25 -> ^2.1.26
gatsby-remark-copy-linked-files dependencies patch ^2.1.39 -> ^2.1.40
gatsby-remark-graphviz dependencies patch ^1.1.23 -> ^1.1.24
gatsby-remark-images dependencies patch ^3.1.49 -> ^3.1.50
gatsby-remark-prismjs dependencies patch ^3.3.35 -> ^3.3.36
gatsby-remark-responsive-iframe dependencies patch ^2.2.33 -> ^2.2.34
gatsby-remark-smartypants dependencies patch ^2.1.22 -> ^2.1.23
gatsby-source-filesystem dependencies patch ^2.1.55 -> ^2.1.56
gatsby-source-npm-package-search dependencies patch ^2.1.24 -> ^2.1.25
gatsby-theme-blog dependencies patch ^1.3.28 -> ^1.3.30
gatsby-theme-blog-core dependencies patch ^1.2.27 -> ^1.2.29
gatsby-theme-notes dependencies patch ^1.1.25 -> ^1.1.27
gatsby-transformer-csv dependencies patch ^2.1.27 -> ^2.1.28
gatsby-transformer-documentationjs dependencies patch ^4.1.26 -> ^4.1.27
gatsby-transformer-remark dependencies patch ^2.6.58 -> ^2.6.59
gatsby-transformer-screenshot dependencies patch ^2.1.52 -> ^2.1.53
gatsby-transformer-sharp dependencies patch ^2.3.18 -> ^2.3.19
gatsby-transformer-yaml dependencies patch ^2.2.26 -> ^2.2.27
json5 (source) dependencies patch ^2.1.1 -> ^2.1.2
webpack dependencies minor ~4.41.6 -> ~4.42.0

Release Notes

typescript-eslint/typescript-eslint

v2.24.0

Compare Source

Bug Fixes
  • typescript-estree: unnecessary program updates by removing timeout methods (#​1693) (2ccd66b)
Features
aws/aws-sdk-js

v2.640.0

Compare Source

  • bugfix: AWS.EventListeners.Core: add error message
  • feature: CognitoIdentityServiceProvider: Additional response field "CompromisedCredentialsDetected" added to AdminListUserAuthEvents.
  • feature: ECS: This release adds the ability to update the task placement strategy and constraints for Amazon ECS services.
  • feature: ElastiCache: Amazon ElastiCache now supports Global Datastore for Redis. Global Datastore for Redis offers fully managed, fast, reliable and secure cross-region replication. Using Global Datastore for Redis, you can create cross-region read replica clusters for ElastiCache for Redis to enable low-latency reads and disaster recovery across regions. You can create, modify and describe a Global Datastore, as well as add or remove regions from your Global Datastore and promote a region as primary in Global Datastore.
  • feature: S3Control: Amazon S3 now supports Batch Operations job tagging.
  • feature: SSM: Resource data sync for AWS Systems Manager Inventory now includes destination data sharing. This feature enables you to synchronize inventory data from multiple AWS accounts into a central Amazon S3 bucket. To use this feature, all AWS accounts must be listed in AWS Organizations.
gatsbyjs/gatsby

v2.19.45

Compare Source

v2.19.44

Compare Source

json5/json5

v2.1.2

Compare Source

  • Fix: Bump minimist to v1.2.5. ([#​222])
webpack/webpack

v4.42.0

Compare Source

Bugfixes

  • Disable constant replacements in "use asm" scope
  • Update schema to disallow functions for output.hotUpdateChunkFilename as this doesn't work
  • Hoist exports in concatenated module to handle circular references with non-concatenated modules correctly
  • Flag all modules as used in DLLs to fix missing exports

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 March 16, 2020 11:28
@renovate renovate bot force-pushed the renovate/minor-updates-in-packages branch from aa53ba8 to 6950581 Compare March 16, 2020 11:38
@renovate renovate bot requested a review from a team as a code owner March 16, 2020 11:38
@renovate renovate bot changed the title fix: update dependency webpack to ~4.42.0 fix: update minor updates in packages Mar 16, 2020
@renovate renovate bot force-pushed the renovate/minor-updates-in-packages branch from 6950581 to b9b77da Compare March 16, 2020 11:53
@renovate renovate bot changed the title fix: update minor updates in packages Update minor updates in packages Mar 16, 2020
@renovate renovate bot force-pushed the renovate/minor-updates-in-packages branch from b9b77da to 8ebdbb7 Compare March 16, 2020 14:48
@renovate renovate bot changed the title Update minor updates in packages fix: update minor updates in packages Mar 16, 2020
@renovate renovate bot force-pushed the renovate/minor-updates-in-packages branch 2 times, most recently from 43f0d20 to 946df02 Compare March 16, 2020 18:38
@renovate renovate bot force-pushed the renovate/minor-updates-in-packages branch from 946df02 to 9cd409c Compare March 16, 2020 20:10
@renovate renovate bot requested a review from a team as a code owner March 16, 2020 20:10
@pieh pieh merged commit bfb864b into master Mar 17, 2020
@pieh pieh deleted the renovate/minor-updates-in-packages branch March 17, 2020 09:08
pragmaticpat pushed a commit to pragmaticpat/gatsby that referenced this pull request Apr 28, 2022
Co-authored-by: Renovate Bot <bot@renovateapp.com>
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

2 participants