Commit Graph

3903 Commits

Author SHA1 Message Date
Kas 083bd54093
Add `ValueGraphLoader` (#2180)
* Add `ValueGraphLoader`

- Adding a new loader that load and convert models to a `ValueGraph`
- This introduces the new loader without integrating it (will be done in a separate commit)
- Updated metadata loaders to allow loading metadata needed for external dependencies in one go (equivalent to the graph node loaders)
- Added a new metadata provider for system frameworks (hosts the logic that used to be part of the deprecated SDKNode)

Test Plan:

- Verify unit tests pass

* Minor tidy ups

- Seperate types to their own dedicated files
- Move errors to the top of the file
- Add public initializers (as the types are public, they require their initalizers to be public too)
2020-12-30 09:47:34 +01:00
Jared Sorge ab9e318c9a
Add support for embedded scripts (#2192)
* Update the TuistCore version

* Update TuistGenerator usage

* Update the ProjectDescription version

* Update changelog

* Code review

* Simplify the PackageDescription.TargetAction

* SwiftFormat

* SwiftFormat

* Add linter test for empty embedded script

* Swift Format

* Refactor the TargetAction types to accept a tool, path, or a script

Co-authored-by: Jared Sorge <jasorge@zulily.com>
2020-12-30 09:45:57 +01:00
Pedro Piñera Buendía d0bc36118d
Add support for printing from manifest files (#2215)
* Add support for logging from the manifest files

* Add acceptance tests

* Add fourier task to run acceptance tests

* Add tests

* Update CHANGELOG

* Update documentation

* Fix acceptance test runs

* Fix tests
2020-12-29 17:50:11 +01:00
Pedro Piñera Buendía dd375c62b6
Adjust the uFeatures guidelines (#2218) 2020-12-29 16:47:24 +01:00
Pedro Piñera 47e2bfe507 Add rubocop-rake and rubocop-minitest 2020-12-29 13:05:23 +01:00
Pedro Piñera 24ded8aafa Fix rubocop issue 2020-12-29 13:02:56 +01:00
Kamil Harasimowicz 56a72d653b
Chimera - `carthage` support. (#2060)
* [carthage] Init `DependencyManaging`

* [carthage] add `InstallMethod`

* [carthage] rename `InstallDependencies` -> `InstallDependenciesMethod`

* [carthage] Renaming `*Manger`s -> `*Interactor`s

* [carthage] stub `Dependencies`

* [carthage] add `CarthageCommandBuilder`

* [carthage] add `CartfileContentBuilder`

* [carthage] start using raw strings in `CartfileContentBuilder`

* [carthage] run `carthage` using `tuist dependencies`

* [carthage] copy frameworks and `Cartfile.resolved` to `Tuist/Dependencies/*`

* [carthage] add `DependenciesDirectoryController`

* [carthage] add new TODO warning

* [carthage] add `app_with_framework_and_tests_and_dependencies`

* [carthage] WIP: reading dependencies from `Dependencies.swift`

* [carthage] WIP: removing `ProjectDescription` from `TuistDependencies`

* [carthage] add `DependenciesModelLoader`

* [carthage] add `TuistCore.Dependencies` model

* [carthage] determine platforms from `carthage` run

* [carthage] add `CartfileContentBuilderError`

* [carthage] add `CarfileContentBuilderTests`

* [carthage] add `CarthageCommandBuilderTests`

* [carthage] add `CocoapodsInteractorTests`, `SPMInteractorTests`

* [carthage] remove fixed `warning`

* [carthage] add `CartfileResolvedInteractor`, `CartfileResolvedInteractorTests`

* [carthage] add `CarthageFrameworksInteractor`, `CarthageFrameworksInteractorTests`

* [carthage] add `CarthageInteractorTests`

* [carthage] mark `DependenciesCommand` as `EXPERIMENTAL`

* [carthage] add `MockCarthageInteractor`, `MockCocoapodsInteractor`,  `MockSPMInteractor`

* [carthage] add `DependenciesControllerTests`

* [carthage] fix fixture

* [carthage] fix saving frameworks, fix unit tests

* [carthage] add acceptance tests - `dependencies.feature`

* [carthage] `bundle exec rake style_correct`

* [carthage] fix `SwiftFormat` warning

* [carthage] enable `dependencies` acceptance test

* [carthage] change - grouping the files inside `TuistDependencies`

* [carthage] change - description of `CartfileContentBuilderError.rangeRequirementNotSupported`

* [carthage] remove - `carthage` via `bundler`

* [carthage] update - refactor `CarfileContentBuilderTests`

* [carthage] change - refactor `CarthageCommandBuilder` into `CarthageCommandGenerator`

* [carthage] change - refactor `CartfileContentBuilder` into `CartfileContentGenerator`

* [carthage] fix - typos

* [carthage] remove - `Info.plist` from `fixture/app_with_framework_and_tests_and_dependencies`

* [carthage] fix - typo

* [carthage] remove - warning comment

* [carthage] remove - unnecessary code

* [carthage] add - logging to `DependenciesController`

* [carthage] fix - typo

* [carthage] change - move `CarthageDependency.toString()` to `CarthageDependency.cartfileValue()`

* [carthage] add - `CarthageDependencyTests`

* [carthage] add - `CartfileContentGenerator.validate`

* [carthage] change - pass tuist directory path into `CarthageInteractor`

* [carthage] remove - `CartfileResolvedInteractor`

* [carthage] change - WIP: refactor `CarthageFrameworksInteractor`

* [carthage] change - WIP: refactor `CarthageFrameworksInteractor`

* [carthage] changed - refactor `CarthageFrameworksInteractor`

* [carthage] `bundle exec rake style_correct`

* [carthage] add - `CarthageFrameworksInteractorTests.test_save_only_one_platform`

* [carthage] `bundle exec rake style_correct`

* [carthage] add - `--use-netrc` flag

* [carthage] fix - `CarthageInteractorError.carthageNotFound` description.

* [carthage] add - `Platform.carthageDirectory`

* [carthage] change - remove unused code

* [carthage] remove - `TuistDependencies.Graph`

* [carthage] add - `CarthageVersionFilesInteractor`

* [carthage] add - `CarthageVersionFilesInteracting.loadVersionFiles`

* [carthage] add - cache `Carthage/Build` directory

* [carthage] change - new structure of `Tuist/Dependencies` directory

* [carthage] change - refactor `CarthageInteractor`

* [carthage] fix - deleting unnecessary frameworks

* [carthage] fix - acceptance tests

* [carthage] change - refactor `Dependencies.swift`

* [carthage] change - update changelog

* [carthage] fix - run `bundle exec rake style_correct`

* [carthage] fix - swiftlint violation

* [carthage] delete - `CarthageFrameworksInteractor`

* [carthage] fix - acceptance tests

* [carthage] fix - typos

* [carthage] remove - copy `Cartfile.resolved` from previous run if exist

* [carthage] change - refactor `Dependencies` model

* [carthage] `bundle exec rake style_correct`

* [carthage] add - `Dependency.CarthageOrigin`

* [carthage] remove - `InstallDependenciesMethod`

* [carthage] change - `CarthageInteractor.PathProvider` -> `CarthagePathsProvider`

* [carthage] change - update `Gitignore.stencil` with `Tuist/Dependencies`

* [carthage] add - documentation

* [carthage] fix - changelog after rebase

* [carthage] run `bundle exec rake style_correct`

* [carthage] fix - `app_with_framework_and_tests_and_dependencies` fixture
2020-12-29 13:00:40 +01:00
Pedro Piñera f805ba0533 Fix website 2020-12-28 19:45:21 +01:00
Pedro Piñera edb33b3fd3 Remove Google Analytics 2020-12-28 18:59:28 +01:00
Pedro Piñera 586cdc7faa Some website fixes 2020-12-28 18:56:05 +01:00
Kas 55b669cd89
Fix false positive duplicate static products lint rule (#2201)
* Fix false positive duplicate static products lint rule

Resolved: https://github.com/tuist/tuist/issues/2197

- The duplicate static products linter didn't take into account extensions, watch apps and app clips
- Those can safely link the same static products linked by a host app as they are independent products
- Updated the watch app fixture to include a local switch package to reproduce the previous false positive scenario

Test Plan:

- Run `swift build && swift run tuist generate --path fixtures/ios_app_with_watchapp2/`
- Verify no duplicate static products lint warning is produced

* Add derived to gitignore

* Fix acceptance test xcodebuild commands

- explicitly specifying the `-sdk` can yield build errors when building a scheme that contains multiple products for different platforms (e.g. App with a bundled watch app)
2020-12-28 16:49:19 +01:00
allcontributors[bot] 40a3f05780
docs: add luispadron as a contributor (#2216)
* docs: update README.md [skip ci]

* docs: update .all-contributorsrc [skip ci]

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2020-12-28 16:20:35 +01:00
Pedro Piñera 53f9931033 Add footer 2020-12-28 16:18:58 +01:00
dependabot[bot] 8f81ca6e89
Bump @mdx-js/mdx from 1.6.21 to 1.6.22 in /website (#2207)
Bumps [@mdx-js/mdx](https://github.com/mdx-js/mdx) from 1.6.21 to 1.6.22.
- [Release notes](https://github.com/mdx-js/mdx/releases)
- [Changelog](https://github.com/mdx-js/mdx/blob/main/changelog.md)
- [Commits](https://github.com/mdx-js/mdx/compare/v1.6.21...v1.6.22)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-12-28 15:24:40 +01:00
dependabot[bot] e52b6ba223
Bump gatsby-plugin-manifest from 2.9.0 to 2.9.1 in /website (#2209)
Bumps [gatsby-plugin-manifest](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-manifest) from 2.9.0 to 2.9.1.
- [Release notes](https://github.com/gatsbyjs/gatsby/releases)
- [Changelog](https://github.com/gatsbyjs/gatsby/blob/gatsby-plugin-manifest@2.9.1/packages/gatsby-plugin-manifest/CHANGELOG.md)
- [Commits](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-manifest@2.9.1/packages/gatsby-plugin-manifest)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-12-28 15:24:31 +01:00
dependabot[bot] 36fa2dd388
Bump gatsby from 2.28.2 to 2.29.2 in /website (#2208)
Bumps [gatsby](https://github.com/gatsbyjs/gatsby) from 2.28.2 to 2.29.2.
- [Release notes](https://github.com/gatsbyjs/gatsby/releases)
- [Changelog](https://github.com/gatsbyjs/gatsby/blob/master/CHANGELOG.md)
- [Commits](https://github.com/gatsbyjs/gatsby/compare/gatsby@2.28.2...gatsby@2.29.2)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-12-28 13:22:32 +01:00
dependabot[bot] 169dc5a383
Bump gatsby-remark-smartypants from 2.6.0 to 2.7.0 in /website (#2210)
Bumps [gatsby-remark-smartypants](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-remark-smartypants) from 2.6.0 to 2.7.0.
- [Release notes](https://github.com/gatsbyjs/gatsby/releases)
- [Changelog](https://github.com/gatsbyjs/gatsby/blob/master/packages/gatsby-remark-smartypants/CHANGELOG.md)
- [Commits](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-smartypants@2.7.0/packages/gatsby-remark-smartypants)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-12-28 13:22:16 +01:00
dependabot[bot] 034407d439
Bump gatsby-transformer-yaml from 2.6.0 to 2.8.0 in /website (#2211)
Bumps [gatsby-transformer-yaml](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-transformer-yaml) from 2.6.0 to 2.8.0.
- [Release notes](https://github.com/gatsbyjs/gatsby/releases)
- [Changelog](https://github.com/gatsbyjs/gatsby/blob/master/packages/gatsby-transformer-yaml/CHANGELOG.md)
- [Commits](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-yaml@2.8.0/packages/gatsby-transformer-yaml)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-12-28 12:40:25 +01:00
dependabot[bot] f6ebd5a5e5
Bump gatsby-plugin-mdx from 1.7.0 to 1.7.1 in /website (#2212)
Bumps [gatsby-plugin-mdx](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-mdx) from 1.7.0 to 1.7.1.
- [Release notes](https://github.com/gatsbyjs/gatsby/releases)
- [Changelog](https://github.com/gatsbyjs/gatsby/blob/gatsby-plugin-mdx@1.7.1/packages/gatsby-plugin-mdx/CHANGELOG.md)
- [Commits](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-mdx@1.7.1/packages/gatsby-plugin-mdx)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-12-28 12:40:16 +01:00
dependabot[bot] 27114f3b3f
Bump @theme-ui/typography from 0.3.4 to 0.3.5 in /website (#2213)
Bumps [@theme-ui/typography](https://github.com/system-ui/theme-ui) from 0.3.4 to 0.3.5.
- [Release notes](https://github.com/system-ui/theme-ui/releases)
- [Changelog](https://github.com/system-ui/theme-ui/blob/v0.3.5/CHANGELOG.md)
- [Commits](https://github.com/system-ui/theme-ui/compare/v0.3.4...v0.3.5)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-12-28 12:39:43 +01:00
dependabot[bot] c001822aff
Bump gatsby-plugin-sharp from 2.11.1 to 2.11.2 in /website (#2214)
Bumps [gatsby-plugin-sharp](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-sharp) from 2.11.1 to 2.11.2.
- [Release notes](https://github.com/gatsbyjs/gatsby/releases)
- [Changelog](https://github.com/gatsbyjs/gatsby/blob/gatsby-plugin-sharp@2.11.2/packages/gatsby-plugin-sharp/CHANGELOG.md)
- [Commits](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-sharp@2.11.2/packages/gatsby-plugin-sharp)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-12-28 12:39:33 +01:00
dependabot[bot] 2365d3addd
Bump @fortawesome/react-fontawesome from 0.1.13 to 0.1.14 in /website (#2206)
Bumps [@fortawesome/react-fontawesome](https://github.com/FortAwesome/react-fontawesome) from 0.1.13 to 0.1.14.
- [Release notes](https://github.com/FortAwesome/react-fontawesome/releases)
- [Changelog](https://github.com/FortAwesome/react-fontawesome/blob/master/CHANGELOG.md)
- [Commits](https://github.com/FortAwesome/react-fontawesome/compare/0.1.13...0.1.14)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-12-28 12:38:57 +01:00
dependabot[bot] b60f1602db
Bump rubocop-minitest from 0.10.1 to 0.10.2 (#2204)
Bumps [rubocop-minitest](https://github.com/rubocop-hq/rubocop-minitest) from 0.10.1 to 0.10.2.
- [Release notes](https://github.com/rubocop-hq/rubocop-minitest/releases)
- [Changelog](https://github.com/rubocop-hq/rubocop-minitest/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rubocop-hq/rubocop-minitest/compare/v0.10.1...v0.10.2)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-12-28 12:38:32 +01:00
dependabot[bot] 17fe0731a5
Bump rubocop from 1.6.1 to 1.7.0 (#2203)
Bumps [rubocop](https://github.com/rubocop-hq/rubocop) from 1.6.1 to 1.7.0.
- [Release notes](https://github.com/rubocop-hq/rubocop/releases)
- [Changelog](https://github.com/rubocop-hq/rubocop/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rubocop-hq/rubocop/compare/v1.6.1...v1.7.0)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-12-28 12:38:04 +01:00
dependabot[bot] bc4a11a4a2
Bump @theme-ui/prism from 0.3.4 to 0.3.5 in /website (#2205)
Bumps [@theme-ui/prism](https://github.com/system-ui/theme-ui) from 0.3.4 to 0.3.5.
- [Release notes](https://github.com/system-ui/theme-ui/releases)
- [Changelog](https://github.com/system-ui/theme-ui/blob/v0.3.5/CHANGELOG.md)
- [Commits](https://github.com/system-ui/theme-ui/compare/v0.3.4...v0.3.5)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-12-28 12:35:45 +01:00
allcontributors[bot] f0bc1eb479
docs: add dcvz as a contributor (#2200)
* docs: update README.md [skip ci]

* docs: update .all-contributorsrc [skip ci]

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2020-12-26 22:11:11 +01:00
David Chavez 1d08cb069f
Add support for .s source files (#2199) 2020-12-26 22:09:37 +01:00
allcontributors[bot] 7ff061268e
docs: add joeblau as a contributor (#2198)
* docs: update README.md [skip ci]

* docs: update .all-contributorsrc [skip ci]

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2020-12-26 19:44:52 +01:00
Pedro Piñera b25f2f632c Add header 2020-12-26 19:24:28 +01:00
Pedro Piñera Buendía 80189efcda
Add Fourier CLI (#2196)
* Define backbone CLI

* Move it under backbone/lib

* Add pipeline

* Rename CLI to fourier

* Fix Ruby veresion

* Update CHANGELOG

* Add documentation

* Prettify test run output

* Test the tuist test command

* Adjust the pipeline to use fourier for running unit tests

* Update dependencies
2020-12-26 19:03:25 +01:00
Pedro Piñera 0b1f8ec579 Fix tests 2020-12-26 19:01:21 +01:00
Pedro Piñera 52d8e4ee7e Add hook to get the website links 2020-12-26 19:00:33 +01:00
Pedro Piñera 85ae51c974 Add SEO 2020-12-26 18:30:16 +01:00
Pedro Piñera Buendía 513e55faca
Write a blog post about what's coming in 2021 (#2195)
* Write what's next blog post

* Update website/markdown/posts/2020-12-24-next-for-tuist/post.mdx

Co-authored-by: Marek Fořt <marek.fort@ackee.cz>

* Address some comments in the blog post

Co-authored-by: Marek Fořt <marek.fort@ackee.cz>
2020-12-26 17:16:39 +01:00
Pedro Piñera 0fa85ec840 Use Gatsby instead of Next 2020-12-24 13:45:12 +01:00
Stefan Rinner 47e9850899
Allow import of multiple signing certs (#2112)
* Use correct security call

Was using wrong syntax and therefore failed

* Do not check for duplicate import of keys as KeyChain takes care of that itself

* Adjust tests

* Adjust test

* Formatting

* Address issues from PR review

* Reformat

* Update changelog
2020-12-23 18:18:10 +01:00
Pedro Piñera 0ef3740a3d Disable automated releases 2020-12-23 13:02:32 +01:00
Pedro Piñera f1d55e947a Add Tailwind 2020-12-22 18:15:15 +01:00
Pedro Piñera f875170be1 Fix changelog 2020-12-22 16:38:47 +01:00
Pedro Piñera 89794e89f9 Version 1.29.0 2020-12-22 16:14:35 +01:00
Pedro Piñera Buendía e74eb962bf
Fix an issue that caused the generation to fail when the resources glob includes a bundle (#2183)
* Fix an issue that caused the generation to fail when the resouces glob includes a bundle

* Update CHANGELOG

* Extend one of the fixtures to include a bundle

* Fix tests
2020-12-22 16:00:30 +01:00
Pedro Piñera d91de299f1 Remove RFC template and move it to the discussions 2020-12-22 13:36:08 +01:00
Pedro Piñera 8bba149e55 Update pr template 2020-12-22 13:29:38 +01:00
Pedro Piñera 1e57dc8614 Remove the resources page 2020-12-22 10:52:57 +01:00
allcontributors[bot] b728e68b66
docs: add jsorge as a contributor (#2184)
* docs: update README.md [skip ci]

* docs: update .all-contributorsrc [skip ci]

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2020-12-22 08:57:49 +01:00
Pedro Piñera Buendía 0ffeb5d9e8
Support for M1 (#2154)
* Add a new variable to know if the environment is ARM

* Extend Environment to expose the system architecture

* Build for arm64 and x86_64

* Compile binaries for x86_64 and arm64

* Extend ProjectDescriptionHelpers hasher to account for the system architecture

* Update CHANGELOG

* Update CHANGELOG

* Don't pass the architecture when building the benchmarking tool

* Update swift-tools-version

* Change Swift language version to 5.2.0

* Change the version of Swift

* Revert some changes

* Adust the project for editing the manifests to not build against arm64

* Update CHANGELOG
2020-12-21 21:23:55 +01:00
dependabot[bot] 918bd1f1c5
Bump gatsby-plugin-manifest from 2.7.0 to 2.9.0 in /website (#2176)
Bumps [gatsby-plugin-manifest](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-manifest) from 2.7.0 to 2.9.0.
- [Release notes](https://github.com/gatsbyjs/gatsby/releases)
- [Changelog](https://github.com/gatsbyjs/gatsby/blob/master/packages/gatsby-plugin-manifest/CHANGELOG.md)
- [Commits](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-manifest@2.9.0/packages/gatsby-plugin-manifest)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-12-21 17:39:14 +01:00
dependabot[bot] e4e9d3a425
Bump @theme-ui/match-media from 0.3.4 to 0.3.5 in /website (#2172)
Bumps [@theme-ui/match-media](https://github.com/system-ui/theme-ui) from 0.3.4 to 0.3.5.
- [Release notes](https://github.com/system-ui/theme-ui/releases)
- [Changelog](https://github.com/system-ui/theme-ui/blob/v0.3.5/CHANGELOG.md)
- [Commits](https://github.com/system-ui/theme-ui/compare/v0.3.4...v0.3.5)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-12-21 17:39:03 +01:00
dependabot[bot] be4474b9f4
Bump gatsby-plugin-mdx from 1.6.0 to 1.7.0 in /website (#2179)
Bumps [gatsby-plugin-mdx](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-mdx) from 1.6.0 to 1.7.0.
- [Release notes](https://github.com/gatsbyjs/gatsby/releases)
- [Changelog](https://github.com/gatsbyjs/gatsby/blob/master/packages/gatsby-plugin-mdx/CHANGELOG.md)
- [Commits](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-mdx@1.7.0/packages/gatsby-plugin-mdx)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-12-21 13:39:16 +01:00
dependabot[bot] 6cde922675
Bump gatsby-plugin-sharp from 2.10.1 to 2.11.1 in /website (#2178)
Bumps [gatsby-plugin-sharp](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-sharp) from 2.10.1 to 2.11.1.
- [Release notes](https://github.com/gatsbyjs/gatsby/releases)
- [Changelog](https://github.com/gatsbyjs/gatsby/blob/gatsby-plugin-sharp@2.11.1/packages/gatsby-plugin-sharp/CHANGELOG.md)
- [Commits](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-sharp@2.11.1/packages/gatsby-plugin-sharp)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-12-21 13:38:16 +01:00