Daniele Formichelli
b6087af96c
☁️ Add `analytics` option to `Config.Cloud` to enable sending analytics event to cloud backend ( #3547 )
...
* chore: add `analytics` option to `Config.Cloud` to enable sending analytics event to cloud backend
* fix: fix parsing of path in tuist analytics
* fix: fix order of setUp and tearDown methods
* chore: update Package.resolved
* refactor: remove unused cloud insights related code
* refactor: refactor TuistAnalyticsDispatcher to support multiple backends
* refactor: rename CloudStoreResource to CloudAnalyticsStoreResource
* Some renames
* Test CloudAnalyticsResourceFactory
* Add a test that checks the URL
* Add some tests
* Don't bootstrap analytics when starting the process
* fix: fix analytics backbone URL
* feat: add back bootstrap of TuistAnalytics in main.swift
* fix: compilation error
Co-authored-by: Pedro Piñera <pepibumur@gmail.com>
2021-10-19 17:55:09 +02:00
Daniel Jankowski
1dcef4a36a
CI parameter for analytics ( #3568 )
...
* CI parameter for analytics
* Use CIChecker and add changelog entry
* refactor: remove redundant coding key raw value
Co-authored-by: Daniele Formichelli <df@bendingspoons.com>
2021-10-19 09:26:43 +02:00
Daniel Jankowski
dd37317ee5
Xcode LastUpgradeCheck ( #3561 )
...
* Xcode LastUpgradeCheck
* Rename lastUpgradeCheck to lastXcodeUpgradeCheck
* Update lastXcodeUpgradeCheck parameter documentation
* Introduce xcodeStringValue utility property on Version
* Update the documentation
* Add changelog entry
* Add lastXcodeUpgradeCheck to ios_app_large fixture
* fix: fix PR number
Co-authored-by: Daniele Formichelli <df@bendingspoons.com>
2021-10-18 14:58:36 +02:00
depfu[bot]
b5253c1749
Update tailwindcss to version 2.2.17 ( #3564 )
...
Co-authored-by: depfu[bot] <23717796+depfu[bot]@users.noreply.github.com>
2021-10-14 20:55:43 +02:00
Pedro Piñera
6c76db7f55
Add a self-hosting page
2021-10-13 12:19:05 +02:00
Pedro Piñera
bd96feed7b
Document cloud
2021-10-13 12:08:44 +02:00
depfu[bot]
fb6fffe293
Update react-spring to version 9.3.0 ( #3559 )
...
Co-authored-by: depfu[bot] <23717796+depfu[bot]@users.noreply.github.com>
2021-10-11 22:11:50 +02:00
Daniele Formichelli
f65486def0
📦 [Dependencies.swift][SPM] Dogfood ( #3235 )
...
* feat: use Dependencies.swift for Tuist dependencies
* fix: fix caching of targets with module map
* refactor: make ModuleMapMapper more readable
* fix: pass modulemap also to OTHER_CFLAGS
* fix: fix compilation error
* chore: update dependencies
* Move SwiftGenKit
* chore: fix fourier lint lockflies
* chore: fix fourier lint lockfiles
* chore: fix tusitignore
* chore: remove unused packages
* chore: align Package.resolved files
Co-authored-by: fortmarek <marekfort@me.com>
2021-10-11 17:56:57 +02:00
Astromonkee
0937fff0a1
Fix broken link in get-started.md ( #3553 )
...
* Fix broken link in get-started.md
* Use relative file paths link
As per the tip here https://docusaurus.io/docs/docs-markdown-features
2021-10-09 08:03:35 +02:00
Mustafa Yusuf
d1b8022b77
fix handling default spm resources ( #3295 )
...
* fix handling default spm resources
* fix spm mapper unit tests
* fix spm project generation tests
* implement change requests
* add fixtures for default spm resources case
* add comment about default spm resources
* fix broken tests for package info mapper
* add changelog
2021-10-08 13:35:53 +02:00
depfu[bot]
f491bb3106
Update react-spring to version 9.2.6 ( #3552 )
...
Co-authored-by: depfu[bot] <23717796+depfu[bot]@users.noreply.github.com>
2021-10-08 08:35:34 +02:00
depfu[bot]
690fbd16c4
Update gatsby-plugin-sharp to version 3.14.1 ( #3545 )
...
Co-authored-by: depfu[bot] <23717796+depfu[bot]@users.noreply.github.com>
2021-10-07 09:08:02 +02:00
depfu[bot]
fdd261db36
Update autoprefixer to version 10.3.7 ( #3541 )
...
Co-authored-by: depfu[bot] <23717796+depfu[bot]@users.noreply.github.com>
2021-10-06 08:17:19 +02:00
depfu[bot]
0d4e4eb390
Update postcss to version 8.3.9 ( #3540 )
...
Co-authored-by: depfu[bot] <23717796+depfu[bot]@users.noreply.github.com>
2021-10-06 08:16:55 +02:00
Daniele Formichelli
042c109ee8
fix: fix handling of alternative default paths ( #3532 )
...
* fix: fix handling of alternative default paths
* docs: improve cantFindDefaultPath output
* refactor: rename cantFindDefaultPath to defaultPathNotFound
* chore: linting
* refactor: rename mainPath to basePath
* chore: linting
2021-10-05 12:50:13 +02:00
depfu[bot]
d03d1de1b6
Update react-spring to version 9.2.5 ( #3536 )
...
Co-authored-by: depfu[bot] <23717796+depfu[bot]@users.noreply.github.com>
2021-10-04 21:08:43 +02:00
Pedro Piñera
146b950368
Add hyperlink to the release
2021-10-02 13:23:12 +02:00
Pedro Piñera
10df092236
Update the documentation for Tuist 2.0
2021-10-02 13:11:25 +02:00
Pedro Piñera
c70a09f819
Add missing link
2021-10-02 12:34:30 +02:00
Pedro Piñera Buendía
247d98db4b
Release 2.0 ( #3374 )
...
* [2.0] Remove cocoapods dependency (#3369 )
* Remove the .cocoapods target dependency
* Remove fixture
* Update the documentation
* Remove more CocoaPods references
* Document why we dropped CocoaPods' API
* [2.0] Remove support for deprecated names of manifests (#3373 )
* [remove-deprecatedFileName] remove - `Manifest.deprecatedFileName`
* [remove-deprecatedFileName] fix - adjusting codebase after removing `Manifest.deprecatedFileName`
* [remove-deprecatedFileName] remove - `app_with_old_config_name` fixture
* [remove-deprecatedFileName] fix - acceptance tests
* [remove-deprecatedFileName] fix - acceptance tests
* [remove-deprecatedFileName] change - update changelog
* [remove-deprecatedFileName] change - update changelog
* [remove-deprecatedFileName] fix - unit tests
* [remove-deprecatedFileName] change - update docs
* [remove-deprecatedFileName] change - update changelog
* [remove-deprecatedFileName] fix - acceptance tests
* [remove-deprecatedFileName] fix - acceptance tests
* [remove-deprecatedFileName] fix - acceptance tests
* [remove-deprecatedFileName] change - update changelog
* chore: remove deprecated methods (#3381 )
* chore: remove deprecated methods
* fix: fixture compilation error
* fix: remove deprecated xcFramework usage
* fix: fix default template
* fix: fix SwiftUI template
* [2.0] Simplify TestAction's API (#3375 )
* Simplify the TestActions public interface to initialize a test action
* Test PresetBuildConfiguration's codable
* Update the CHANGELOG.md
* Make constructors private and add a missing .targets method
* Some interface improvements
* Update CHANGELOG.md
Co-authored-by: Luis Padron <luis.padron@compass.com>
* Some style fixes
* Fix the initialization logic
* Update CHANGELOG.md
Co-authored-by: Marek Fořt <marekfort@me.com>
* Update Sources/ProjectDescription/TestAction.swift
Co-authored-by: Kas <kwridan@users.noreply.github.com>
* Update Sources/ProjectDescription/TestAction.swift
Co-authored-by: Kas <kwridan@users.noreply.github.com>
* Fix acceptance tests
* Fix acceptance test
Co-authored-by: Pedro Piñera <pepibumur@gmail.com>
Co-authored-by: Luis Padron <luis.padron@compass.com>
Co-authored-by: Marek Fořt <marekfort@me.com>
Co-authored-by: Kas <kwridan@users.noreply.github.com>
* [2.0] Remove "tuist doc" (#3401 )
* Update cocoapods to version 1.11.0 (#3397 )
* Update autoprefixer to version 10.3.4 (#3403 )
Co-authored-by: depfu[bot] <23717796+depfu[bot]@users.noreply.github.com>
* Update gatsby-plugin-robots-txt to version 1.6.10 (#3404 )
Co-authored-by: depfu[bot] <23717796+depfu[bot]@users.noreply.github.com>
* Improve tests of LinkGeneratorTests (#3409 )
* Refactor LinkGeneratorTests to mock graphTraverser
* Fix format
* docs: add MarvinNazari as a contributor for code (#3422 )
* docs: update README.md [skip ci]
* docs: update .all-contributorsrc [skip ci]
Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
* 📦 [Dependencies][SPM] Wire exclude to resources (#3305 )
* Update tailwindcss to version 2.2.14 (#3428 )
Co-authored-by: depfu[bot] <23717796+depfu[bot]@users.noreply.github.com>
* Update tailwindcss to version 2.2.15 (#3434 )
Co-authored-by: depfu[bot] <23717796+depfu[bot]@users.noreply.github.com>
* Added Xcode 12.5.1 to tests and also made this version the default one. (#3427 )
* changed and added Xcode 12.5.1
* text Xcode 13
* changed to runs-on: macOS-11
* some fixes
* removed duplicate
* Rebuild static framework
* Rebuild static framework in ios_app_with_static_frameworks
* Rebuild static framework in ios_app_with_static_frameworks
* Rebuild static framework in ios_app_with_transitive_framework
* Rebuild static framework in ios_app_with_transitive_framework macOS
* Execute `tuist` without `swift run` when executing acceptance tests
* Fix `generate yields` step
Co-authored-by: Stefan Fessler <Stefan.Fessler@external.erstegroup.com>
Co-authored-by: apps4everyone <stefan@apps4everyone.at>
Co-authored-by: Alfredo Delli Bovi <alfredo.dellibovi@gmail.com>
* Update prettier to version 2.4.0 (#3429 )
Co-authored-by: depfu[bot] <23717796+depfu[bot]@users.noreply.github.com>
* [fix-acceptance-tests] fix - `Feature: Tuist dependencies.` (#3426 )
* [fix-acceptance-tests] fix - `Feature: Tuist dependencies.`
* [fix-acceptance-tests] fix - `Feature: Tuist dependencies.`
* [fix-acceptance-tests] fix - `Feature: Tuist dependencies.`
* feat: add support for .tuistignore in tuist edit command (#3415 )
* Improve manifest detection and `tuist edit` performance by inspecting manifest signature (#3416 )
* Improve execution time for Acceptance Tests on CI (#3435 )
* Fix compilation issue
* [2.0] Remove PresetBuildConfiguration in favour of ConfigurationName (#3400 )
* [2.0] Remove "tuist doc" (#3401 )
* Update autoprefixer to version 10.3.4 (#3403 )
Co-authored-by: depfu[bot] <23717796+depfu[bot]@users.noreply.github.com>
* Update gatsby-plugin-robots-txt to version 1.6.10 (#3404 )
Co-authored-by: depfu[bot] <23717796+depfu[bot]@users.noreply.github.com>
* Add ConfigurationName and remove PresetBuildConfiguration
We are removing PresetBuildConfiguration in favor of ConfigurationName.
As part of this effort, I've also changed the public interfaces of the `XXAction.swift`
files to make the `init` internals and get some flexibility to improve the APIs in the future
without introducing breaking changes.
* Fix acceptance tests
* Update CHANGELOG
* Fix acceptance tests
* Fix acceptance test
* Fix RunAction
Co-authored-by: depfu[bot] <23717796+depfu[bot]@users.noreply.github.com>
* [2.0] Remove up (#3443 )
* Remove up command
* Remove up from the sidebar
* Update the CHANGELOG
* Fix tests
* [2.0] Move test action options from `TestAction` to `TestActionOptions` (#3458 )
* Move options from TestAction to TestActionOptions
* Fix broken integrations
* Update changelog with migration steps
Co-authored-by: Kassem Wridan <kwridan@bloomberg.net>
* Start writing the blog post about 2.0 release
* Add more content to the blog post
* Finish up the blog post for the 2.0 release
* Remove yarn.lock
* Add excerpt
* feat: remove automatic bundles and tests focus (#3501 )
* feat: remove automatic bundles and tests focus
* chore: remove unused testTargetsDependingOn
* chore: update focus feature tests
* refactor: remove deprecated environment variables (#3493 )
* refactor: remove deprecated environment variables
* fix: compilation errors
* 2.0 Flat configuration and custom configuration (#3457 )
* Fix missing test property (#3520 )
- During some of the 2.0 changes to schemes we accidentally stopped propagating the `coverage` flag
- This didn't impact any production functionality as it was within an unused test utility
* Update projects/website/markdown/posts/2021-09-21-tuist-2.0/post.mdx
Co-authored-by: Daniele Formichelli <df@bendingspoons.com>
* Update projects/website/markdown/posts/2021-09-21-tuist-2.0/post.mdx
Co-authored-by: Luis Padron <luis.padron@compass.com>
* Update projects/website/markdown/posts/2021-09-21-tuist-2.0/post.mdx
Co-authored-by: Luis Padron <luis.padron@compass.com>
* Update projects/website/markdown/posts/2021-09-21-tuist-2.0/post.mdx
Co-authored-by: Luis Padron <luis.padron@compass.com>
* Address comment
* Version the documentation
* Remove secrets
* Remove CocoaPods from the documentation
* Rename targetAction to targetScript
* Update rubocop to version 1.22.0 (#3525 )
Co-authored-by: depfu[bot] <23717796+depfu[bot]@users.noreply.github.com>
* feat: improve performance loading Package.swift in parallel (#3529 )
* Update the CHANGELOG
* Revert Package.resolved changes
* Fix building the website
* Some renames to scripts
* Fix tests
* Update the style of the header
Co-authored-by: Kamil Harasimowicz <kamil.harasimowicz@gmail.com>
Co-authored-by: Daniele Formichelli <df@bendingspoons.com>
Co-authored-by: Luis Padron <luis.padron@compass.com>
Co-authored-by: Marek Fořt <marekfort@me.com>
Co-authored-by: Kas <kwridan@users.noreply.github.com>
Co-authored-by: depfu[bot] <23717796+depfu[bot]@users.noreply.github.com>
Co-authored-by: Alfredo Delli Bovi <alfredo.dellibovi@gmail.com>
Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
Co-authored-by: apps4everyone <stefan@apps4everyone.at>
Co-authored-by: Stefan Fessler <Stefan.Fessler@external.erstegroup.com>
Co-authored-by: Kassem Wridan <kwridan@bloomberg.net>
2021-10-02 12:23:08 +02:00
Jakub Olejník
1a6b7e08c0
Add `CodeCoverageMode` to `GenerationOptions.enableCodeCoverage` ( #3267 )
...
* Prepare `CodeCoverageMode`
* Remove `enableCodeCoverage` property from `AutogeneratedProjectSchemeWorkspaceMapper`
* Make `Config.enableCodeCoverage` public
* Remove unnecessary backwards compatibility in `Config`
* Move getting code coverage targets to private function
* Add tests for `Config.codeCoverageMode` getter
* Add tests for `Config.GenerationOptions`
* Add tests for `CodeCoverageMode` manifest mapper
* Update `AutogeneratedProjectSchemeWorkspaceMapper` to properly handle `CodeCoverageMode.relevant`
* Add tests for `AutogeneratedProjectSchemeWorkspaceMapper` with `CodeCoverageMode`
* Update `EnvironmentLinter` for linting `CodeCoverageMode`
* Extend `GrapLinter` to lint graph values of `CodeCoverageMode`
* Add `CodeCoverageMode` tests to `GraphLinter`
* Move code coverage targets resolution to `Workspace` extension
* Test `GraphLinter` for `CodeCoverageMode.relevant`
* Add `CodeCoverageMode` documentation
* Revert ruby version
* Update Changelog
2021-10-02 09:50:47 +02:00
depfu[bot]
fcfb0153d6
Update tailwindcss to version 2.2.16 ( #3517 )
...
Co-authored-by: depfu[bot] <23717796+depfu[bot]@users.noreply.github.com>
2021-09-29 18:18:55 +02:00
depfu[bot]
3a1f422141
Update autoprefixer to version 10.3.6 ( #3515 )
...
Co-authored-by: depfu[bot] <23717796+depfu[bot]@users.noreply.github.com>
2021-09-29 18:17:41 +02:00
depfu[bot]
57859b6838
Update semantic-ui-react to version 2.0.4 ( #3509 )
...
Co-authored-by: depfu[bot] <23717796+depfu[bot]@users.noreply.github.com>
2021-09-29 18:17:28 +02:00
Pedro Piñera
ab5186768d
Update logos
2021-09-29 18:16:29 +02:00
Daniele Formichelli
34cb3fd232
fix: fix compilation on Xcode 13 ( #3499 )
...
* fix: dependencies caches
* fix: fix compilation on Xcode 13
* chore: update Package.resolved
* chore: bump CI to 13.0
* chore: bump dependencies
* fix: fix workspace state parser with swift 5.5
* chore: bump Xcodeproj to 8.3.1
* docs: update changelog
* docs: fix changelog after rebase
* chore: bump PathKit
* chore: rebuild frameworks
* chore: build frameworks
* fix: fix SwiftPackageManager dependencies mapping on Xcode 13
* docs: fix CHANGELOG
* docs: add explanation comment
* chore: bump alamofire in carthage fixture
* chore: bump nimble in carthage fixture
* docs: fix changelog
* Rebuild prebuilt frameowkr in ios_app_with_static_library_and_package
* chore: regenerate prebuild framework
* chore: rebuild ios_app_with_static_libraries
* chore: rebuild ios_app_with_transitive_framework
* Rebuild Framework2
* Adjust build.sh for ios_app_with_transitive_framework to build for Mac
* chore: rebuild ios_app_with_transitive_framework
* chore: rebuild ios_app_with_transitive_framework
Co-authored-by: fortmarek <marekfort@me.com>
2021-09-28 11:03:42 +02:00
depfu[bot]
f613472351
Update autoprefixer to version 10.3.5 ( #3500 )
...
Co-authored-by: depfu[bot] <23717796+depfu[bot]@users.noreply.github.com>
2021-09-27 08:37:17 +02:00
depfu[bot]
20fe24199c
Update postcss to version 8.3.8 ( #3512 )
...
Co-authored-by: depfu[bot] <23717796+depfu[bot]@users.noreply.github.com>
2021-09-26 14:02:28 +02:00
Robin Malhotra
087146c5b6
Make getting started more "universal" ( #3497 )
2021-09-23 09:00:55 +02:00
Daniele Formichelli
102f15a3c7
⏱ [Manifest Cache] Fix for manifests are never cached when using remote caching ( #3479 )
...
* feat: rename internal configuration environment variables to start with `TUISTCONFIG`
* feat: rename internal configuration environment variables to start with `TUIST_CONFIG`
* docs: update PR link
* refactor: remove deprecation attribute
2021-09-22 20:19:06 +02:00
depfu[bot]
da78d53b04
Update gatsby-redirect-from to version 0.4.2 ( #3482 )
...
Co-authored-by: depfu[bot] <23717796+depfu[bot]@users.noreply.github.com>
2021-09-22 16:44:32 +02:00
depfu[bot]
a328a7788d
Update prismjs to version 1.25.0 ( #3470 )
...
Co-authored-by: depfu[bot] <23717796+depfu[bot]@users.noreply.github.com>
2021-09-20 14:47:35 +02:00
depfu[bot]
55ebbe4112
Update prismjs to version 1.25.0 ( #3471 )
...
Co-authored-by: depfu[bot] <23717796+depfu[bot]@users.noreply.github.com>
2021-09-20 14:46:46 +02:00
depfu[bot]
8d4c4dc5b0
Update gatsby-plugin-sharp to version 3.14.0 ( #3474 )
...
Co-authored-by: depfu[bot] <23717796+depfu[bot]@users.noreply.github.com>
2021-09-20 14:46:39 +02:00
Pedro Piñera Buendía
4bbe662dc4
Change stats URL ( #3478 )
...
* Change stats URL
* Update missing URL
2021-09-20 14:46:10 +02:00
Pavan
e859f663f2
Added codegen support for source file ( #3448 )
...
* - Added codegen support for source file
* - Code review update
* - Converted TuistGraph.FileCodeGen.from(manifest:) into non optional
* - Removed redundant FileCodeGen extension
* Added blank lines and removed white spaces
* - Fixed linting issues
* - updated changelog.md
2021-09-20 13:59:53 +02:00
depfu[bot]
50a1534c6c
Update gatsby-plugin-manifest to version 3.14.0 ( #3472 )
...
Co-authored-by: depfu[bot] <23717796+depfu[bot]@users.noreply.github.com>
2021-09-19 17:56:09 +02:00
depfu[bot]
e4377bc733
Update gatsby-plugin-mdx to version 2.14.0 ( #3473 )
...
Co-authored-by: depfu[bot] <23717796+depfu[bot]@users.noreply.github.com>
2021-09-19 17:47:28 +02:00
Isaac Halvorson
02f9b3889b
Print a helpful message if swiftformat linting fails ( #3451 )
...
* Print a helpful message if swiftformat linting fails
* Update CHANGELOG.md
* Move change to top of changelog
2021-09-17 13:03:45 +02:00
depfu[bot]
accd341500
Update prettier to version 2.4.1 ( #3465 )
...
Co-authored-by: depfu[bot] <23717796+depfu[bot]@users.noreply.github.com>
2021-09-17 12:35:38 +02:00
Daniele Formichelli
3c1a97e51b
📦 [Dependencies] Improve SwiftPackageManager resolution performances by executing resolve directly in the `Tuist/Dependencies` folder ( #3418 )
2021-09-14 06:54:38 +02:00
Alfredo Delli Bovi
0d72c07576
Optimize `tuist focus` and `tuist cache warm` by avoiding calculating hash for non dependent targets ( #3423 )
...
* Optimize tuist focus and tuist cache warm by avoiding running hash for non dependent targets
* Simplify CacheControllerProjectGeneratorProviding
* Add tests for no targets should be pruned
* Add changelog
* chore: linting
* chore: linting
* Add tests target to FilterTargetsDependenciesTreeGraphMapper
Co-authored-by: Daniele Formichelli <df@bendingspoons.com>
2021-09-13 21:33:55 +02:00
Marvin Nazari
9717b73208
Add support for `real` value in InfoPlist ( #3377 )
...
* Add support for value in InfoPlist
* Update project.md
* Support for `real` value in InfoPlist
Co-authored-by: Daniele Formichelli <df@bendingspoons.com>
2021-09-13 16:21:05 +02:00
Pedro Piñera Buendía
b51f6477ec
Build products independently ( #3441 )
2021-09-13 11:49:00 +02:00
Darko Damjanovic
3ff6eebb62
Added custom shellPath to TargetAction and TargetScript ( #3384 )
...
* Added custom shellPath to TargetAction and TargetScript
* Swift Lint fix
* Updated changelog
* Added missing init documentation
* Updated docs
* Corrected documentation
Co-authored-by: Darko Damjanovic-Lichtfuß <darko.damjanovic-lichtfuss@erstegroup.com>
2021-09-13 08:40:11 +02:00
Daniele Formichelli
abc971ac88
chore: linting ( #3439 )
2021-09-12 18:17:50 +02:00
Alfredo Delli Bovi
55b9628137
Improve execution time for Acceptance Tests on CI ( #3435 )
2021-09-12 10:12:17 +02:00
Kamil Harasimowicz
19fa113855
[fix-acceptance-tests] fix - `Feature: Tuist dependencies.` ( #3426 )
...
* [fix-acceptance-tests] fix - `Feature: Tuist dependencies.`
* [fix-acceptance-tests] fix - `Feature: Tuist dependencies.`
* [fix-acceptance-tests] fix - `Feature: Tuist dependencies.`
2021-09-11 21:47:19 +02:00
depfu[bot]
8f7e8a36ec
Update prettier to version 2.4.0 ( #3429 )
...
Co-authored-by: depfu[bot] <23717796+depfu[bot]@users.noreply.github.com>
2021-09-11 19:46:24 +02:00
Marek Fořt
b74213286a
Added Xcode 12.5.1 to tests and also made this version the default one. ( #3427 )
...
* changed and added Xcode 12.5.1
* text Xcode 13
* changed to runs-on: macOS-11
* some fixes
* removed duplicate
* Rebuild static framework
* Rebuild static framework in ios_app_with_static_frameworks
* Rebuild static framework in ios_app_with_static_frameworks
* Rebuild static framework in ios_app_with_transitive_framework
* Rebuild static framework in ios_app_with_transitive_framework macOS
* Execute `tuist` without `swift run` when executing acceptance tests
* Fix `generate yields` step
Co-authored-by: Stefan Fessler <Stefan.Fessler@external.erstegroup.com>
Co-authored-by: apps4everyone <stefan@apps4everyone.at>
Co-authored-by: Alfredo Delli Bovi <alfredo.dellibovi@gmail.com>
2021-09-11 18:28:29 +02:00
depfu[bot]
bd047149aa
Update tailwindcss to version 2.2.15 ( #3434 )
...
Co-authored-by: depfu[bot] <23717796+depfu[bot]@users.noreply.github.com>
2021-09-11 18:24:45 +02:00
depfu[bot]
adb40e5a3d
Update tailwindcss to version 2.2.14 ( #3428 )
...
Co-authored-by: depfu[bot] <23717796+depfu[bot]@users.noreply.github.com>
2021-09-10 08:24:39 +02:00
Pedro Piñera
3893a71516
Fix Netlify build command
2021-09-07 12:41:00 +02:00
Pedro Piñera Buendía
5e2b46b164
Downgrade Node and use NPM instead of Yarn ( #3410 )
...
* Downgrade to Node 14.17.6 and use NPM instead of Yarn
* Update the workflows to use NPM
* Fix docs pipeline
* Fix the build
Co-authored-by: Pedro Piñera <pepibumur@gmail.com>
2021-09-07 12:38:59 +02:00
Daniele Formichelli
1e5466aeae
🧹 [Clean] Add cache categories argument ( #3407 )
...
* feat: add cache categories to tuist clean
* docs: update tuist clean documentation
2021-09-07 08:58:32 +02:00
Alfredo Delli Bovi
92f9fd4a80
Fix Transitive precompiled static frameworks: unit test with a host app ( #3357 )
2021-09-06 21:00:39 +02:00
depfu[bot]
c1143dc530
Update gatsby-plugin-robots-txt to version 1.6.10 ( #3404 )
...
Co-authored-by: depfu[bot] <23717796+depfu[bot]@users.noreply.github.com>
2021-09-05 10:24:27 +02:00
depfu[bot]
496494b186
Update autoprefixer to version 10.3.4 ( #3403 )
...
Co-authored-by: depfu[bot] <23717796+depfu[bot]@users.noreply.github.com>
2021-09-05 10:23:26 +02:00
depfu[bot]
0ddcf66ffc
Update gatsby-plugin-manifest to version 3.13.0 ( #3392 )
...
Co-authored-by: depfu[bot] <23717796+depfu[bot]@users.noreply.github.com>
2021-09-02 14:44:14 +02:00
depfu[bot]
94a465190f
Update gatsby-plugin-mdx to version 2.13.0 ( #3391 )
...
Co-authored-by: depfu[bot] <23717796+depfu[bot]@users.noreply.github.com>
2021-09-02 14:35:54 +02:00
depfu[bot]
57dcbd56e9
Update gatsby-plugin-sharp to version 3.13.0 ( #3393 )
...
Co-authored-by: depfu[bot] <23717796+depfu[bot]@users.noreply.github.com>
2021-09-02 14:34:48 +02:00
depfu[bot]
d7fa75ef48
Update gatsby-plugin-next-seo to version 1.8.0 ( #3383 )
...
Co-authored-by: depfu[bot] <23717796+depfu[bot]@users.noreply.github.com>
2021-08-31 17:41:52 +02:00
depfu[bot]
143df7dd31
Update tailwindcss to version 2.2.9 ( #3382 )
...
Co-authored-by: depfu[bot] <23717796+depfu[bot]@users.noreply.github.com>
2021-08-31 17:41:36 +02:00
Daniele Formichelli
52050f7044
feat: add support for excluding parameter in ResourceFileElement ( #3363 )
2021-08-31 10:07:56 +02:00
depfu[bot]
e403a179e3
Update tailwindcss to version 2.2.8 ( #3368 )
...
Co-authored-by: depfu[bot] <23717796+depfu[bot]@users.noreply.github.com>
2021-08-28 11:58:18 +02:00
depfu[bot]
15d17abd82
Update autoprefixer to version 10.3.3 ( #3366 )
...
Co-authored-by: depfu[bot] <23717796+depfu[bot]@users.noreply.github.com>
2021-08-28 10:04:53 +02:00
depfu[bot]
1200fcc97e
Update react-helmet-async to version 1.1.2 ( #3360 )
...
Co-authored-by: depfu[bot] <23717796+depfu[bot]@users.noreply.github.com>
2021-08-27 07:43:46 +02:00
Daniele Formichelli
9152b970fd
Merge pull request #3347 from tuist/docs/dependencies/spm-details
...
📄 Add more SPM mapping details to site documentation
2021-08-26 18:35:37 +02:00
Daniele Formichelli
461b7bf8da
docs: update documentation
2021-08-26 14:30:02 +02:00
depfu[bot]
11af2a1161
Update react-helmet-async to version 1.1.0 ( #3354 )
...
Co-authored-by: depfu[bot] <23717796+depfu[bot]@users.noreply.github.com>
2021-08-26 10:50:23 +02:00
Daniele Formichelli
bad7698b56
docs: fix filename
2021-08-24 23:17:15 +02:00
Daniele Formichelli
1422311917
docs: remove useless `.md`
2021-08-24 19:22:37 +02:00
Daniele Formichelli
c8358a74b2
docs: improve SPM documentation
2021-08-24 19:21:46 +02:00
Daniele Formichelli
3c57940a7c
Merge pull request #3345 from tuist/docs/code-review
...
📄 Improve code reviews docs page
2021-08-24 19:12:29 +02:00
Daniele Formichelli
e8ae5a9c2d
docs: update link to /guides/third-party-dependencies.md
2021-08-24 17:19:51 +02:00
Daniele Formichelli
3bd7fdc370
cods: update link to /contributors/core-team.md
2021-08-24 17:19:05 +02:00
Sam Watts
5badd2c96f
Remove requirement for `TUIST_` prefix when reading environments variables in manifests ( #3337 )
...
* Added function on Environment to fetch any value (without TUIST_ prefix)
* Added unit tests for Environment core function
* Added unit test for string values
* removed public func and updated dynamic member lookup to check both prefixed and non prefixed keys
* updated docs
* Added changelog entry
* fixed typo in comments
* conform Environment.Value to Equatable and clean up unit tests
Co-authored-by: Sam Watts <sam@imaginecurve.com>
2021-08-24 16:26:15 +02:00
Daniele Formichelli
493d791c57
docs: improve code reviews docs page
2021-08-24 14:43:10 +02:00
Pedro Piñera Buendía
235cd0252c
Don't upload the artifacts to GCS ( #3338 )
...
Co-authored-by: Pedro Piñera <pepibumur@gmail.com>
2021-08-24 10:43:15 +02:00
Daniele Formichelli
a8a82eaff3
fix: use rm_rf instead of remove_dir
2021-08-23 14:25:26 +02:00
Daniele Formichelli
add2cd26db
chore: linting
2021-08-23 14:20:49 +02:00
Daniele Formichelli
760156886a
fix: remove xcodeproj and xcworkspace files before tuist build commands
2021-08-23 14:19:46 +02:00
Pedro Piñera Buendía
efd17dfc61
Add Alfredo as a core maintainer ( #3330 )
...
Co-authored-by: Pedro Piñera <pepibumur@gmail.com>
2021-08-23 12:11:00 +02:00
depfu[bot]
34c33c3bcb
Update autoprefixer to version 10.3.2 ( #3323 )
...
Co-authored-by: depfu[bot] <23717796+depfu[bot]@users.noreply.github.com>
2021-08-23 10:03:11 +02:00
Seto Elkahfi / 塞托·埃尔卡菲
76cc84ac98
Fix/improve documentation ( #3321 )
...
* Improve clarity
* Fix link to the contributors get started page
2021-08-23 08:14:33 +02:00
depfu[bot]
498d13b2f5
Update gatsby-plugin-mdx to version 2.12.0 ( #3315 )
...
Co-authored-by: depfu[bot] <23717796+depfu[bot]@users.noreply.github.com>
2021-08-20 14:41:43 +02:00
depfu[bot]
bf2df3579c
Update gatsby-plugin-manifest to version 3.12.0 ( #3316 )
...
Co-authored-by: depfu[bot] <23717796+depfu[bot]@users.noreply.github.com>
2021-08-20 08:16:48 +02:00
depfu[bot]
606ed729ee
Update gatsby-plugin-sharp to version 3.12.0 ( #3317 )
...
Co-authored-by: depfu[bot] <23717796+depfu[bot]@users.noreply.github.com>
2021-08-20 08:16:27 +02:00
depfu[bot]
b303abf1c0
Update gatsby-plugin-robots-txt to version 1.6.9 ( #3306 )
...
Co-authored-by: depfu[bot] <23717796+depfu[bot]@users.noreply.github.com>
2021-08-17 17:56:18 +02:00
depfu[bot]
91b5842222
Update react-cookie to version 4.1.1 ( #3291 )
...
Co-authored-by: depfu[bot] <23717796+depfu[bot]@users.noreply.github.com>
2021-08-16 18:37:10 +02:00
Kas
b0efe3ce38
Merge branch 'main' into fixes/transitive-precompiled-static-frameworks
2021-08-16 08:34:44 +01:00
Kamil Harasimowicz
fc5ff22835
📦 [Dependencies.swift] Fix adding `Carthage` dependencies via `TargetDependency.external` ( #3300 )
...
* [carthage_tests] remove - `app_with_framework_and_tests_and_dependencies` fixture
* [carthage_tests] add - create `app_with_carthage_dependencies`
* [carthage_tests] change - update `dependencies.feature`
* [carthage_tests] fix - paths to Carthage dependencies
* [carthage_tests] fix - unit tests
* [carthage_tests] change - update changelog
2021-08-16 07:34:21 +02:00
Daniele Formichelli
365d7643e4
docs: add danyf90 to core team
2021-08-13 19:03:39 +02:00
Kassem Wridan
37fee56170
Fix for missing transitive precompiled static frameworks
...
Resolves https://github.com/tuist/tuist/issues/3234
- The final target that can link products (e.g. Apps, Dynamic Frameworks, Unit Test bundles) was missing transitive precomplied static frameworks
- This was caused by limiting linking of transitive precomplied frameworks to dynamic ones only which isn't necessary
- The changes now allow for all transitive precomplied frameworks to get linked
- Fixtures have been updated to allow testing some of the use cases where this may occur
Test Plan:
- Verify all CI checks pass
- Manually run
```sh
swift build
swift run tuist generate --path projects/tuist/fixtures/ios_app_with_static_frameworks
```
- Open the generate workspace
- Attempt the compile the `ATests` target and verify it passes
- Manually run
```sh
swift build
swift run tuist dependencies fetch --path projects/tuist/fixtures/app_with_spm_dependencies
swift run tuist generate --path projects/tuist/fixtures/app_with_spm_dependencies
```
- Open the generated workspace
- Attempt to build the App target and verify is passes
2021-08-13 11:57:37 +01:00
Daniele Formichelli
461213b54f
Merge branch 'main' into feature/spm/improve-fixture
2021-08-13 09:17:47 +02:00
Daniele Formichelli
8960c68edc
fix: fix FirebaseAnalytics linking
2021-08-13 09:04:03 +02:00
Kas
1e4457962d
Fix `.xcFramework` breaking change ( #3289 )
...
* Fix `.xcFramework` breaking change
Resolves: https://github.com/tuist/tuist/issues/3280
- The `.xcFramework` target dependency was accidentally renamed to `.xcframework` _(all lower case)_ in a recent PR
- To ensure backwards compatibility we are re-introducing `.xcFramework` which internally maps to `.xcframework`
- This has also been marked as deprecated with a message to migrate to `.xcframework`
- Tests and fixtures have been updated to support this change
Test Plan:
- Verify all tests pass
- Run
```sh
swift build
wift run tuist generate --path projects/tuist/fixtures/ios_app_with_xcframeworks`
``
- Verify generation succeeds without any errors
* Update changelog
2021-08-12 14:07:09 +02:00
Dmytro Mishchenko
13d4753534
Updated text settings docs ( #3288 )
...
* Fix docs
Fixed docs for text settings according to api.
* Update CHANGELOG.md
2021-08-12 08:59:04 +02:00
Daniele Formichelli
10b8f68e87
chore: add -ObjC flag to app_with_spm dependencies fixture
2021-08-11 10:56:05 +02:00
Daniele Formichelli
a601f9736e
feat: add Firebase to SPM fixture
2021-08-11 10:56:05 +02:00
dependabot[bot]
79399c69a2
Bump url-parse from 1.5.1 to 1.5.3 in /projects/docs ( #3285 )
2021-08-11 08:58:42 +02:00
dependabot[bot]
02f8cb4363
Bump path-parse from 1.0.6 to 1.0.7 in /projects/docs ( #3284 )
2021-08-11 08:58:28 +02:00
depfu[bot]
1c76e1a034
Update react-cookie to version 4.1.0 ( #3283 )
...
Co-authored-by: depfu[bot] <23717796+depfu[bot]@users.noreply.github.com>
2021-08-11 08:14:20 +02:00
depfu[bot]
dcf9f09910
Update gatsby-plugin-sharp to version 3.11.0 ( #3272 )
...
Co-authored-by: depfu[bot] <23717796+depfu[bot]@users.noreply.github.com>
2021-08-09 13:59:13 +02:00
depfu[bot]
d0211c4077
Update gatsby-plugin-mdx to version 2.11.0 ( #3265 )
...
Co-authored-by: depfu[bot] <23717796+depfu[bot]@users.noreply.github.com>
2021-08-09 13:59:02 +02:00
depfu[bot]
439a254501
Update @fortawesome/fontawesome-svg-core to version 1.2.36 ( #3271 )
...
Co-authored-by: depfu[bot] <23717796+depfu[bot]@users.noreply.github.com>
2021-08-09 13:58:55 +02:00
depfu[bot]
4190053863
Update gatsby-image to version 3.11.0 ( #3264 )
...
Co-authored-by: depfu[bot] <23717796+depfu[bot]@users.noreply.github.com>
2021-08-09 13:46:43 +02:00
depfu[bot]
1c797b3ef2
Update gatsby-plugin-manifest to version 3.11.0 ( #3266 )
...
Co-authored-by: depfu[bot] <23717796+depfu[bot]@users.noreply.github.com>
2021-08-09 13:46:25 +02:00
Daniele Formichelli
28f86c579a
📦 [Dependencies.swift][SPM] Container ( #3072 )
2021-08-06 14:24:12 +02:00
Zofia Kulus
005ec52c3d
Added language option for RunAction ( #3231 )
...
* Add language option to RunAction
* Update documentation
* Update CHANGELOG.md
* Add SchemeLanguage and improve RunActionOptions
* Update documentation
* Update TestAction arguments
* Revert language addition in test plans
2021-08-05 16:05:32 +02:00
depfu[bot]
f4994a2ec2
Update @fortawesome/react-fontawesome to version 0.1.15 ( #3261 )
...
Co-authored-by: depfu[bot] <23717796+depfu[bot]@users.noreply.github.com>
2021-08-05 12:01:42 +02:00
Dmytro Mishchenko
87f1ac3731
Add `TextSettings` configuration ( #3253 )
...
* Add `TextSettings` configuration
Added `Options` to a `Project`, `TextSettings` option, linting for duplicated options.
Updated docs.
* Fix review comments
* Fix docs
* Fix review comments
* Update changelog
* Fix project file
* Fix review comments.
* Fix review comment
* Fix format
2021-08-04 09:49:53 +02:00
Pedro Piñera Buendía
d4007da36c
Add a fixture app for a macOS app with extensions ( #3243 )
2021-08-02 21:07:27 +02:00
Pedro Piñera
c90256a376
Remove the lab project
2021-08-01 14:17:48 +02:00
Pedro Piñera Buendía
87ba06465e
Ensure that the revisions in lockfiles are consistent ( #3208 )
...
* Add a fourier command to ensure lockfiles are consistent
* Test the lint lockfiles service
* Update CHANGELOG
* Fail if the number of packages doesn't match
* Run checks also when fourier changes
* Fix Package.resolved
* Use the same lockfile
2021-07-31 15:03:19 +02:00
Pedro Piñera
8c1448904c
Fix formatting issues
2021-07-30 11:23:09 +02:00
Pedro Piñera
d57d244a2f
Simplify webpack config
2021-07-30 11:08:36 +02:00
Pedro Piñera
a14660d133
Comment out webpacker line
2021-07-30 10:54:47 +02:00
Pedro Piñera
0067d44691
Disable Bugsnag on Lab
2021-07-30 10:42:18 +02:00
Pedro Piñera Buendía
9b2183e911
Fix editing the project in development and exclude the unnecessary architectures ( #3199 )
...
* Fix editing the project in development and exclude the unnecessary architectures
* Update the CHANGELOG
* Ensure the version of resolved dependencies is consistent
* Address comments
* Style fixes
2021-07-30 09:50:40 +02:00
Pedro Piñera Buendía
43f3602e84
Move TuistLab's API to the Tuist's repository ( #3209 )
...
* Move lab-api to Tuist's repository
* Centralize the Rubocop config at the root
* Use the right Ruby version on CI
* Update the Ruby version in the Gemfile
* Use Node 16.4.0
* Add missing dependency
* Remove encrypted credentials
* Some renames
* Disable test
Co-authored-by: Pedro Piñera <pepibumur@gmail.com>
2021-07-30 07:36:25 +02:00
Kamil Harasimowicz
1f27a881fa
[Docs] Update `Accessing resources` documentation page. ( #3225 )
...
* [update-docs] change - update docs
* [update-docs] change - update docs
2021-07-29 21:23:18 +02:00
depfu[bot]
25962d5245
Update gatsby-plugin-mdx to version 2.10.1 ( #3239 )
...
Co-authored-by: depfu[bot] <23717796+depfu[bot]@users.noreply.github.com>
2021-07-29 15:44:53 +02:00
depfu[bot]
b5330058f9
Update tailwindcss to version 2.2.7 ( #3238 )
...
Co-authored-by: depfu[bot] <23717796+depfu[bot]@users.noreply.github.com>
2021-07-29 15:25:10 +02:00
depfu[bot]
a54a65675c
Update postcss to version 8.3.6 ( #3220 )
...
Co-authored-by: depfu[bot] <23717796+depfu[bot]@users.noreply.github.com>
2021-07-29 15:23:55 +02:00
depfu[bot]
8afba16433
Update gatsby-plugin-manifest to version 3.10.0 ( #3212 )
...
Co-authored-by: depfu[bot] <23717796+depfu[bot]@users.noreply.github.com>
2021-07-29 12:55:19 +02:00
depfu[bot]
e457ab2a54
Update gatsby-plugin-sharp to version 3.10.2 ( #3219 )
...
Co-authored-by: depfu[bot] <23717796+depfu[bot]@users.noreply.github.com>
2021-07-29 12:51:38 +02:00
Marek Fořt
25a2ecf625
Update documentation for how to use tuist with tuist ( #3196 )
...
* Update edit tuist with tuist section
* Build ProjectDescription and ProjectAutomation before running tuist
* Update docs with fourier commands
* Move generate tuist to set up locally
2021-07-26 21:34:11 +02:00
Mustafa Yusuf
1caf750e85
add caching for static frameworks with resources ( #3090 )
...
* add caching for static frameworks with resources
* resolve pr change requests
* refactor CacheController
* add test fixtures for static frameworks
* fix cache framework fixture
* fix build errors
* empty commit
2021-07-26 11:01:07 +02:00
depfu[bot]
63f875b2a6
Update gatsby-image to version 3.10.0 ( #3210 )
...
Co-authored-by: depfu[bot] <23717796+depfu[bot]@users.noreply.github.com>
2021-07-22 14:05:09 +02:00
depfu[bot]
6ba513cd2f
Update gatsby-plugin-mdx to version 2.10.0 ( #3211 )
...
Co-authored-by: depfu[bot] <23717796+depfu[bot]@users.noreply.github.com>
2021-07-22 09:26:15 +02:00
depfu[bot]
41b1fce275
Update gatsby-plugin-manifest to version 3.9.0 ( #3203 )
...
Co-authored-by: depfu[bot] <23717796+depfu[bot]@users.noreply.github.com>
2021-07-21 09:53:07 +02:00
depfu[bot]
38979b1e42
Update remark-slug to version 6.1.0 ( #3207 )
...
Co-authored-by: depfu[bot] <23717796+depfu[bot]@users.noreply.github.com>
2021-07-21 09:52:43 +02:00
depfu[bot]
ff720fa067
Update gatsby-plugin-sharp to version 3.9.0 ( #3206 )
...
Co-authored-by: depfu[bot] <23717796+depfu[bot]@users.noreply.github.com>
2021-07-21 09:52:19 +02:00
depfu[bot]
d85d521896
Update gatsby-plugin-mdx to version 2.9.0 ( #3205 )
...
Co-authored-by: depfu[bot] <23717796+depfu[bot]@users.noreply.github.com>
2021-07-21 08:24:53 +02:00
depfu[bot]
b9646fc384
Update gatsby-image to version 3.9.0 ( #3202 )
...
Co-authored-by: depfu[bot] <23717796+depfu[bot]@users.noreply.github.com>
2021-07-20 21:16:25 +02:00
depfu[bot]
2f7731e06f
Update autoprefixer to version 10.3.1 ( #3201 )
...
Co-authored-by: depfu[bot] <23717796+depfu[bot]@users.noreply.github.com>
2021-07-20 20:59:40 +02:00
depfu[bot]
ce2bf7f488
Update react-spring to version 9.2.4 ( #3200 )
...
Co-authored-by: depfu[bot] <23717796+depfu[bot]@users.noreply.github.com>
2021-07-20 20:24:45 +02:00
depfu[bot]
1061de432f
Update prismjs to version 1.24.1 ( #3198 )
...
Co-authored-by: depfu[bot] <23717796+depfu[bot]@users.noreply.github.com>
2021-07-20 20:13:14 +02:00
depfu[bot]
eaf5e452db
Update prismjs to version 1.24.1 ( #3197 )
...
Co-authored-by: depfu[bot] <23717796+depfu[bot]@users.noreply.github.com>
2021-07-20 20:12:50 +02:00
Marek Fořt
370d9d0e17
Meta Tuist ( #3103 )
...
* Add TuistGraph and TuistCore
* Add Queuer
* Add TuistPlugin
* WIP rest of targets
* WIP rest of targets
* Add framework as a valid product of command line tool
* Format code
* Fix GraphLinterTests
* Temporarily always generate
* Remove genreation step
* Add TuistSupportTesting to cache testing
* Update packages
* Fix unwrapping of toBase64() product
* Update Package.swift packages
* Update Package.resolved
* Add testing framework for TuistCache
* Add tuist lab to cache tests
* Fix acceptance test with dynamic framework
* Edit CHANGELOG
* Add meta tuist to get started
2021-07-20 17:14:38 +02:00
Jakub Olejník
461dab3568
Test result bundle destination ( #3177 )
...
* Add `resultBundlePath` argument to TestCommand
* Add `resultBundlePath` tests for `TestService`
* Add `resultBundlePath` test for `XcodeBuildController`
* Run swiftformat
* Add resultBundlePath to docs
* Update CHANGELOG
* Update CHANGELOG.md
* Add short options for tuist test
* Update Sources/TuistKit/Commands/TestCommand.swift
Co-authored-by: Marek Fořt <marekfort@me.com>
Co-authored-by: Marek Fořt <marekfort@me.com>
2021-07-18 08:51:39 +02:00
sonuvryahoo
683b314695
Update dependencies.md ( #3190 )
...
Added a preposition
2021-07-16 14:16:56 +02:00
Pedro Piñera Buendía
06c4471186
Fix reading the Git credentials ( #3181 )
...
* Fix reading the Git credentials
* Fix tests
* Remove integration test because it's only valid in a local environment
* Fix Ruby linting issues
Co-authored-by: Pedro Piñera <pepibumur@gmail.com>
2021-07-16 14:06:45 +02:00
Pedro Piñera Buendía
0890c1c54d
Fix invalid ProjectDescription and ProjectAutomation frameworks ( #3154 )
...
* Fix the building of the frameworks to have M1 compatibility
* Run pipelines with Xcode 12.2
2021-07-09 13:06:34 +02:00
Pedro Piñera
97c88d78b1
Fix release scripts
2021-07-04 21:43:15 +02:00
dependabot[bot]
7f71ea4c3a
Bump @theme-ui/sidenav from 0.9.1 to 0.10.0 in /projects/website ( #3136 )
...
Bumps [@theme-ui/sidenav](https://github.com/system-ui/theme-ui ) from 0.9.1 to 0.10.0.
- [Release notes](https://github.com/system-ui/theme-ui/releases )
- [Changelog](https://github.com/system-ui/theme-ui/blob/develop/CHANGELOG.md )
- [Commits](https://github.com/system-ui/theme-ui/compare/v0.9.1...v0.10.0 )
---
updated-dependencies:
- dependency-name: "@theme-ui/sidenav"
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-07-04 18:08:26 +02:00
dependabot[bot]
bb3353d8cf
Bump tailwindcss from 2.1.4 to 2.2.4 in /projects/website ( #3147 )
2021-07-01 23:42:17 +02:00
dependabot[bot]
3c73d69305
Bump theme-ui from 0.9.1 to 0.10.0 in /projects/website ( #3146 )
...
Bumps [theme-ui](https://github.com/system-ui/theme-ui ) from 0.9.1 to 0.10.0.
- [Release notes](https://github.com/system-ui/theme-ui/releases )
- [Changelog](https://github.com/system-ui/theme-ui/blob/develop/CHANGELOG.md )
- [Commits](https://github.com/system-ui/theme-ui/compare/v0.9.1...v0.10.0 )
---
updated-dependencies:
- dependency-name: theme-ui
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-07-01 18:09:24 +02:00
dependabot[bot]
a8a9cadadf
Bump @theme-ui/typography from 0.9.1 to 0.10.0 in /projects/website ( #3148 )
...
Bumps [@theme-ui/typography](https://github.com/system-ui/theme-ui ) from 0.9.1 to 0.10.0.
- [Release notes](https://github.com/system-ui/theme-ui/releases )
- [Changelog](https://github.com/system-ui/theme-ui/blob/develop/CHANGELOG.md )
- [Commits](https://github.com/system-ui/theme-ui/compare/v0.9.1...v0.10.0 )
---
updated-dependencies:
- dependency-name: "@theme-ui/typography"
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-07-01 18:09:03 +02:00
dependabot[bot]
5a5bf180ce
Bump prismjs from 1.23.0 to 1.24.0 in /projects/website ( #3135 )
...
Bumps [prismjs](https://github.com/PrismJS/prism ) from 1.23.0 to 1.24.0.
- [Release notes](https://github.com/PrismJS/prism/releases )
- [Changelog](https://github.com/PrismJS/prism/blob/master/CHANGELOG.md )
- [Commits](https://github.com/PrismJS/prism/compare/v1.23.0...v1.24.0 )
---
updated-dependencies:
- dependency-name: prismjs
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-07-01 16:51:49 +02:00
dependabot[bot]
50848918b9
Bump postcss from 8.3.0 to 8.3.5 in /projects/website ( #3139 )
...
Bumps [postcss](https://github.com/postcss/postcss ) from 8.3.0 to 8.3.5.
- [Release notes](https://github.com/postcss/postcss/releases )
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md )
- [Commits](https://github.com/postcss/postcss/compare/8.3.0...8.3.5 )
---
updated-dependencies:
- dependency-name: postcss
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-07-01 16:39:16 +02:00
Pedro Piñera
564d354eaf
Remove next constant
2021-07-01 16:38:14 +02:00
Pedro Piñera
8fb166808e
Remove next website
2021-07-01 16:37:59 +02:00
dependabot[bot]
1628b65dce
Bump gatsby-plugin-sharp from 3.6.0 to 3.8.0 in /projects/website ( #3132 )
...
Bumps [gatsby-plugin-sharp](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-sharp ) from 3.6.0 to 3.8.0.
- [Release notes](https://github.com/gatsbyjs/gatsby/releases )
- [Changelog](https://github.com/gatsbyjs/gatsby/blob/master/packages/gatsby-plugin-sharp/CHANGELOG.md )
- [Commits](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-sharp@3.8.0/packages/gatsby-plugin-sharp )
---
updated-dependencies:
- dependency-name: gatsby-plugin-sharp
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-07-01 16:34:47 +02:00
dependabot[bot]
3ca8a23489
Bump react-spring from 9.2.1 to 9.2.3 in /projects/website ( #3138 )
...
Bumps [react-spring](https://github.com/pmndrs/react-spring ) from 9.2.1 to 9.2.3.
- [Release notes](https://github.com/pmndrs/react-spring/releases )
- [Commits](https://github.com/pmndrs/react-spring/compare/v9.2.1...v9.2.3 )
---
updated-dependencies:
- dependency-name: react-spring
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-07-01 16:34:31 +02:00
dependabot[bot]
a6b908e8fc
Bump @theme-ui/presets from 0.9.1 to 0.10.0 in /projects/website ( #3140 )
...
Bumps [@theme-ui/presets](https://github.com/system-ui/theme-ui ) from 0.9.1 to 0.10.0.
- [Release notes](https://github.com/system-ui/theme-ui/releases )
- [Changelog](https://github.com/system-ui/theme-ui/blob/develop/CHANGELOG.md )
- [Commits](https://github.com/system-ui/theme-ui/compare/v0.9.1...v0.10.0 )
---
updated-dependencies:
- dependency-name: "@theme-ui/presets"
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-07-01 16:34:18 +02:00
dependabot[bot]
eab7b2debe
Bump slug from 5.0.1 to 5.1.0 in /projects/website ( #3133 )
...
Bumps [slug](https://github.com/Trott/slug ) from 5.0.1 to 5.1.0.
- [Release notes](https://github.com/Trott/slug/releases )
- [Changelog](https://github.com/Trott/slug/blob/main/CHANGELOG.md )
- [Commits](https://github.com/Trott/slug/compare/v5.0.1...v5.1.0 )
---
updated-dependencies:
- dependency-name: slug
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-07-01 16:31:39 +02:00
dependabot[bot]
945312c793
Bump prettier from 2.3.0 to 2.3.2 in /projects/website ( #3142 )
...
Bumps [prettier](https://github.com/prettier/prettier ) from 2.3.0 to 2.3.2.
- [Release notes](https://github.com/prettier/prettier/releases )
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md )
- [Commits](https://github.com/prettier/prettier/compare/2.3.0...2.3.2 )
---
updated-dependencies:
- dependency-name: prettier
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-07-01 16:31:27 +02:00
dependabot[bot]
03c79d004b
Bump gatsby-image from 3.6.0 to 3.8.0 in /projects/website ( #3141 )
...
Bumps [gatsby-image](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-image ) from 3.6.0 to 3.8.0.
- [Release notes](https://github.com/gatsbyjs/gatsby/releases )
- [Changelog](https://github.com/gatsbyjs/gatsby/blob/master/packages/gatsby-image/CHANGELOG.md )
- [Commits](https://github.com/gatsbyjs/gatsby/commits/gatsby-image@3.8.0/packages/gatsby-image )
---
updated-dependencies:
- dependency-name: gatsby-image
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-07-01 16:30:57 +02:00
dependabot[bot]
7a5af4dd1c
Bump gatsby-plugin-theme-ui from 0.9.1 to 0.10.1 in /projects/website ( #3134 )
...
Bumps [gatsby-plugin-theme-ui](https://github.com/system-ui/theme-ui ) from 0.9.1 to 0.10.1.
- [Release notes](https://github.com/system-ui/theme-ui/releases )
- [Changelog](https://github.com/system-ui/theme-ui/blob/develop/CHANGELOG.md )
- [Commits](https://github.com/system-ui/theme-ui/commits )
---
updated-dependencies:
- dependency-name: gatsby-plugin-theme-ui
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-07-01 14:10:10 +02:00
dependabot[bot]
4bafa7fe22
Bump theme-ui from 0.8.4 to 0.10.0 in /projects/next ( #3120 )
...
Bumps [theme-ui](https://github.com/system-ui/theme-ui ) from 0.8.4 to 0.10.0.
- [Release notes](https://github.com/system-ui/theme-ui/releases )
- [Changelog](https://github.com/system-ui/theme-ui/blob/develop/CHANGELOG.md )
- [Commits](https://github.com/system-ui/theme-ui/compare/v0.8.4...v0.10.0 )
---
updated-dependencies:
- dependency-name: theme-ui
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-07-01 14:09:40 +02:00
dependabot[bot]
7cdbf29bd1
Bump typescript from 4.3.2 to 4.3.5 in /projects/next ( #3119 )
...
Bumps [typescript](https://github.com/Microsoft/TypeScript ) from 4.3.2 to 4.3.5.
- [Release notes](https://github.com/Microsoft/TypeScript/releases )
- [Commits](https://github.com/Microsoft/TypeScript/compare/v4.3.2...v4.3.5 )
---
updated-dependencies:
- dependency-name: typescript
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-07-01 14:09:32 +02:00
dependabot[bot]
7d09002522
Bump @theme-ui/prism from 0.9.1 to 0.10.0 in /projects/website ( #3131 )
...
Bumps [@theme-ui/prism](https://github.com/system-ui/theme-ui ) from 0.9.1 to 0.10.0.
- [Release notes](https://github.com/system-ui/theme-ui/releases )
- [Changelog](https://github.com/system-ui/theme-ui/blob/develop/CHANGELOG.md )
- [Commits](https://github.com/system-ui/theme-ui/compare/v0.9.1...v0.10.0 )
---
updated-dependencies:
- dependency-name: "@theme-ui/prism"
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-07-01 14:09:08 +02:00
dependabot[bot]
1ff980b8bf
Bump gatsby-plugin-manifest from 3.6.0 to 3.8.0 in /projects/website ( #3130 )
...
Bumps [gatsby-plugin-manifest](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-manifest ) from 3.6.0 to 3.8.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@3.8.0/packages/gatsby-plugin-manifest )
---
updated-dependencies:
- dependency-name: gatsby-plugin-manifest
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-07-01 14:09:03 +02:00
dependabot[bot]
9534ccb473
Bump @theme-ui/match-media from 0.9.1 to 0.10.1 in /projects/website ( #3127 )
...
Bumps [@theme-ui/match-media](https://github.com/system-ui/theme-ui ) from 0.9.1 to 0.10.1.
- [Release notes](https://github.com/system-ui/theme-ui/releases )
- [Changelog](https://github.com/system-ui/theme-ui/blob/develop/CHANGELOG.md )
- [Commits](https://github.com/system-ui/theme-ui/commits )
---
updated-dependencies:
- dependency-name: "@theme-ui/match-media"
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-07-01 14:08:00 +02:00
dependabot[bot]
f794d28ee6
Bump @theme-ui/color from 0.9.1 to 0.10.0 in /projects/website ( #3129 )
...
Bumps [@theme-ui/color](https://github.com/system-ui/theme-ui ) from 0.9.1 to 0.10.0.
- [Release notes](https://github.com/system-ui/theme-ui/releases )
- [Changelog](https://github.com/system-ui/theme-ui/blob/develop/CHANGELOG.md )
- [Commits](https://github.com/system-ui/theme-ui/compare/v0.9.1...v0.10.0 )
---
updated-dependencies:
- dependency-name: "@theme-ui/color"
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-07-01 13:25:31 +02:00
dependabot[bot]
e5c29b8bb5
Bump @docusaurus/preset-classic in /projects/docs ( #3125 )
...
Bumps [@docusaurus/preset-classic](https://github.com/facebook/docusaurus/tree/HEAD/packages/docusaurus-preset-classic ) from 2.0.0-beta.0 to 2.0.0-beta.3.
- [Release notes](https://github.com/facebook/docusaurus/releases )
- [Changelog](https://github.com/facebook/docusaurus/blob/master/CHANGELOG.md )
- [Commits](https://github.com/facebook/docusaurus/commits/v2.0.0-beta.3/packages/docusaurus-preset-classic )
---
updated-dependencies:
- dependency-name: "@docusaurus/preset-classic"
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-07-01 13:24:58 +02:00
dependabot[bot]
0798959c58
Bump gatsby-plugin-robots-txt from 1.6.2 to 1.6.8 in /projects/website ( #3128 )
...
Bumps [gatsby-plugin-robots-txt](https://github.com/mdreizin/gatsby-plugin-robots-txt ) from 1.6.2 to 1.6.8.
- [Release notes](https://github.com/mdreizin/gatsby-plugin-robots-txt/releases )
- [Commits](https://github.com/mdreizin/gatsby-plugin-robots-txt/compare/v1.6.2...v1.6.8 )
---
updated-dependencies:
- dependency-name: gatsby-plugin-robots-txt
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-07-01 13:24:51 +02:00
dependabot[bot]
b3d8f53037
Bump prismjs from 1.23.0 to 1.24.0 in /projects/docs ( #3111 )
...
Bumps [prismjs](https://github.com/PrismJS/prism ) from 1.23.0 to 1.24.0.
- [Release notes](https://github.com/PrismJS/prism/releases )
- [Changelog](https://github.com/PrismJS/prism/blob/master/CHANGELOG.md )
- [Commits](https://github.com/PrismJS/prism/compare/v1.23.0...v1.24.0 )
---
updated-dependencies:
- dependency-name: prismjs
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-06-29 19:10:41 +02:00
Marek Fořt
b644dfc08e
Build for ARM binary ( #3010 )
...
* WIP: build for ARM binary
* WIP
* Universal Project dylibs
* Fix the support for M1 architectures
* Update CHANGELOG
* Delete tests
Co-authored-by: Pedro Piñera <pedro@ppinera.es>
2021-06-28 18:00:42 +02:00
Iain Smith
209098bf07
Migrate tuist.io/docs -> docs.tuist.io ( #3098 )
2021-06-24 08:31:23 +02:00
Wojciech Kulik
0d41afa378
Added disableBundleAccessors config generation option ( #3088 )
...
* Added disableBundleAccessors config generation option
* Code review changes
* Fixed formatting
2021-06-22 08:30:52 +02:00
Kas
46214bace7
Omit `runPostActionsOnFailure` scheme attribute when not enabled ( #3087 )
...
* Omit `runPostActionsOnFailure` scheme attribute when not enabled
Resolves: https://github.com/tuist/tuist/issues/2991
- Xcode automatically removes the `runPostActionsOnFailure` when not enabled
- This causes projects to get modified by Xcode after generation even though semantically they are equivalent (causes issues for workflows where generated issues are checked in)
- To mitigate this, the `runPostActionsOnFailure` is omitted incase it's not enabled and only set when enabled
Test Plan:
- Generate a fixture that does't have the `runPostActionsOnFailure` option enabled
e.g.
```sh
swift build
swift run tuist generate --path projects/tuist/fixtures/ios_app_with_tests
```
- Verify the generated schemes do not contain the `runPostActionsOnFailure` attribute
- Generate a fixture that has the `runPostActionsOnFailure` option enabled
```sh
swift build
swift run tuist generate --path projects/tuist/fixtures/ios_app_with_custom_scheme
```
- Verify the App-debug scheme's build action has the `runPostActionsOnFailure` set
* update change log
* Update meta tuist manifest
2021-06-21 18:58:21 +02:00
Daniel Jankowski
35fa0d1224
Add --skip-ui-tests parameter to tuist test command ( #2832 )
...
* Add --skip-ui-tests parameter to tuist test command
* Add changelog entry
* Fix formatting
* Add unit tests target in tests
* Rename PruneUITestsProjectMapperTests to SkipUITestsProjectMapperTests
* Rename skipUiTests to skipUITests
* Restore Package.resolved
* Update documentation
* Get rid of short for skip ui tests flag and update the docs
2021-06-19 21:13:50 +02:00
Florian Petit
74e498375a
fix typo on tuist graph command option --skip-test-targets
2021-06-13 01:50:17 +02:00
dependabot[bot]
063fe27522
Bump normalize-url from 4.5.0 to 4.5.1 in /projects/docs ( #3068 )
...
Bumps [normalize-url](https://github.com/sindresorhus/normalize-url ) from 4.5.0 to 4.5.1.
- [Release notes](https://github.com/sindresorhus/normalize-url/releases )
- [Commits](https://github.com/sindresorhus/normalize-url/commits )
---
updated-dependencies:
- dependency-name: normalize-url
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-06-12 13:21:14 +02:00
Kamil Harasimowicz
bc798f7063
[Dependencies.swift] Generate `DependenciesGraph` for `Carthage` dependencies. ( #3043 )
...
* [carthage-graph] fix - typo
* [carthage-graph] add - `Constants.DependenciesDirectory.graphName`
* [carthage-graph] fix - logging
* [carthage-graph] change - improve `app_with_framework_and_tests_and_dependencies` fixture
* [carthage-graph] add - init `DependenciesGraph`
* [carthage-graph] add - unit tests
* [carthage-graph] change - merge `X_Interactor.fetch` and `X_Interactor.update` into `X_Interactor.install`
* [carthage-graph] change - mark `WIP` places
* [carthage-graph] add - `XCTestCase.XCTAssertDecodableEqualToJson`
* [carthage-graph] add - `CarthageVersionFile` model
* [carthage-graph] fix - adjustments after rebasing onto `main`
* [carthage-graph] add - `DependenciesGraphNode`
* [carthage-graph] add - `CarthageGraphGenerator`
* [carthage-graph] add - `TuistCore.DependenciesGraphController`
* [carthage-graph] fix - generating `graph.json`
* [carthage-graph] change - encode `DependenciesGraph` with `prettyPrinted` option
* [carthage-graph] add - supported architectures to `DependenciesGraphNode.xcframework`
* [carthage-graph] add - set `frameworkPath` in `DependenciesGraphNode.xcframework`
* [carthage-graph] change - update documentation
* [carthage-graph] change - update documentation
* [carthage-graph] change - update acceptance tests
* [carthage-graph] fix - run `./fourier format swift --fix`
* [carthage-graph] change - move `DependenciesGraphController` from `TuistCore` to `TuistDependencies`
* [carthage-graph] fix - typos
* [carthage-graph] change - update `CocoaPodsInteracting` api
* [carthage-graph] change - [Carthage] drop support for production of regular frameworks
* [carthage-graph] fix - typos
* [carthage-graph] change - `DependenciesGraph` adjustments
* [carthage-graph] add - `DependenciesGraphControlling.clean`
* [carthage-graph] add - unit tests for `CarthageGraphGenerator`
* [carthage-graph] add - unit tests for `DependenciesGraphController`
* [carthage-graph] add - more unit tests for `DependenciesController`
* [carthage-graph] add - more unit tests to `CarthageInteractor`
* [carthage-graph] change - update documentation
* [carthage-graph] change - update changelog
* [carthage-graph] fix - run `./fourier format swift --fix`
* [carthage-graph] fix - typo
* [carthage-graph] change - `CarthageDependencies` and `SwiftPackageManagerDependencies` confirm `ExpressibleByArrayLiteral`
* [carthage-graph] change - `compactMapValues` instead of `reduce`
* [carthage-graph] change - save empty graph when no results
* [carthage-graph] fix - acceptance tests
* [carthage-graph] change - update documentation
* [carthage-graph] fix - run `./fourier format swift --fix`
* [carthage-graph] fix - unit tests
* [carthage-graph] fix - acceptance tests
* [carthage-graph] fix - code review remarks
* [carthage-graph] fix - code review remarks
* [carthage-graph] fix - acceptance tests
2021-06-11 14:01:22 +02:00
cheskapac
f57193a593
Update project.md ( #3063 )
2021-06-10 14:38:30 +02:00
fortmarek
86d9c5db6b
Bundle libProjectAutomation.dylib
2021-06-08 18:56:18 +02:00
Roman Blum
27734a07ca
Support for tvOS Top Shelf Extensions ( #2793 )
...
* Support for tvOS app extensions
* Make tv extension being added to targets
* Update CHANGELOG
* Add tvOS Fixture
* Add `tvTopShelfExtension` and `tvIntentsExtension` according to https://github.com/tuist/XcodeProj/pull/609
* Only make `tvTopShelfExtension` available, for the moment
* Fix fixture
* Fix compiler errors
* Add (commented out) .tvIntentsExtension case
* Add suggestions from @kwridan
* Fix package type
* Run swiftformat
Co-authored-by: Roman Blum <roman.blum1@swisscom.com>
Co-authored-by: Kas <kwridan@users.noreply.github.com>
2021-06-08 11:11:09 +02:00
fortmarek
ba28383dc8
Fix tuist and tuistenv release mismatch
2021-06-05 09:32:00 +02:00
dependabot[bot]
1cb9e0f48d
Bump gatsby-plugin-theme-ui from 0.8.4 to 0.9.1 in /projects/website ( #3046 )
...
Bumps [gatsby-plugin-theme-ui](https://github.com/system-ui/theme-ui ) from 0.8.4 to 0.9.1.
- [Release notes](https://github.com/system-ui/theme-ui/releases )
- [Changelog](https://github.com/system-ui/theme-ui/blob/v0.9.1/CHANGELOG.md )
- [Commits](https://github.com/system-ui/theme-ui/compare/v0.8.4...v0.9.1 )
---
updated-dependencies:
- dependency-name: gatsby-plugin-theme-ui
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-06-04 09:44:09 +02:00
Luis Padron
fe6844fd53
Merge pull request #3039 from tuist/dependabot/npm_and_yarn/projects/website/gatsby-plugin-sharp-3.6.0
...
Bump gatsby-plugin-sharp from 3.5.0 to 3.6.0 in /projects/website
2021-06-03 15:13:01 -04:00
Luis Padron
54f5dea3f0
Merge pull request #3042 from tuist/dependabot/npm_and_yarn/projects/website/autoprefixer-10.2.6
...
Bump autoprefixer from 10.2.5 to 10.2.6 in /projects/website
2021-06-03 15:12:29 -04:00
Luis Padron
b7ad87f33f
Merge pull request #3048 from tuist/dependabot/npm_and_yarn/projects/website/gatsby-redirect-from-0.4.1
...
Bump gatsby-redirect-from from 0.3.0 to 0.4.1 in /projects/website
2021-06-03 15:10:53 -04:00
Luis Padron
3ac8e8deea
Merge pull request #3049 from tuist/dependabot/npm_and_yarn/projects/website/theme-ui/color-0.9.1
...
Bump @theme-ui/color from 0.8.4 to 0.9.1 in /projects/website
2021-06-03 15:10:34 -04:00
Luis Padron
7aa4b95edd
Merge pull request #3051 from tuist/dependabot/npm_and_yarn/projects/website/tailwindcss-2.1.4
...
Bump tailwindcss from 2.1.2 to 2.1.4 in /projects/website
2021-06-03 15:10:17 -04:00
Luis Padron
15901a720d
Merge pull request #3038 from tuist/dependabot/npm_and_yarn/projects/website/react-spring-9.2.1
...
Bump react-spring from 9.1.2 to 9.2.1 in /projects/website
2021-06-03 15:09:53 -04:00
dependabot[bot]
3b601a9a0f
Bump autoprefixer from 10.2.5 to 10.2.6 in /projects/website
...
Bumps [autoprefixer](https://github.com/postcss/autoprefixer ) from 10.2.5 to 10.2.6.
- [Release notes](https://github.com/postcss/autoprefixer/releases )
- [Changelog](https://github.com/postcss/autoprefixer/blob/main/CHANGELOG.md )
- [Commits](https://github.com/postcss/autoprefixer/compare/10.2.5...10.2.6 )
---
updated-dependencies:
- dependency-name: autoprefixer
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2021-06-03 13:15:18 +00:00
dependabot[bot]
d964cb43a9
Bump gatsby-plugin-sharp from 3.5.0 to 3.6.0 in /projects/website
...
Bumps [gatsby-plugin-sharp](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-sharp ) from 3.5.0 to 3.6.0.
- [Release notes](https://github.com/gatsbyjs/gatsby/releases )
- [Changelog](https://github.com/gatsbyjs/gatsby/blob/master/packages/gatsby-plugin-sharp/CHANGELOG.md )
- [Commits](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-sharp@3.6.0/packages/gatsby-plugin-sharp )
---
updated-dependencies:
- dependency-name: gatsby-plugin-sharp
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2021-06-03 13:14:45 +00:00
dependabot[bot]
f291dc97bc
Bump react-spring from 9.1.2 to 9.2.1 in /projects/website
...
Bumps [react-spring](https://github.com/pmndrs/react-spring ) from 9.1.2 to 9.2.1.
- [Release notes](https://github.com/pmndrs/react-spring/releases )
- [Commits](https://github.com/pmndrs/react-spring/compare/v9.1.2...v9.2.1 )
---
updated-dependencies:
- dependency-name: react-spring
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2021-06-03 13:14:25 +00:00
dependabot[bot]
df4fc31702
Bump gatsby-redirect-from from 0.3.0 to 0.4.1 in /projects/website
...
Bumps [gatsby-redirect-from](https://github.com/kremalicious/gatsby-redirect-from ) from 0.3.0 to 0.4.1.
- [Release notes](https://github.com/kremalicious/gatsby-redirect-from/releases )
- [Changelog](https://github.com/kremalicious/gatsby-redirect-from/blob/main/CHANGELOG.md )
- [Commits](https://github.com/kremalicious/gatsby-redirect-from/compare/v0.3.0...v0.4.1 )
---
updated-dependencies:
- dependency-name: gatsby-redirect-from
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2021-06-03 13:13:49 +00:00
dependabot[bot]
26ec09a400
Bump @theme-ui/color from 0.8.4 to 0.9.1 in /projects/website
...
Bumps [@theme-ui/color](https://github.com/system-ui/theme-ui ) from 0.8.4 to 0.9.1.
- [Release notes](https://github.com/system-ui/theme-ui/releases )
- [Changelog](https://github.com/system-ui/theme-ui/blob/v0.9.1/CHANGELOG.md )
- [Commits](https://github.com/system-ui/theme-ui/compare/v0.8.4...v0.9.1 )
---
updated-dependencies:
- dependency-name: "@theme-ui/color"
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2021-06-03 13:13:40 +00:00
dependabot[bot]
3f8131dbdc
Bump tailwindcss from 2.1.2 to 2.1.4 in /projects/website
...
Bumps [tailwindcss](https://github.com/tailwindlabs/tailwindcss ) from 2.1.2 to 2.1.4.
- [Release notes](https://github.com/tailwindlabs/tailwindcss/releases )
- [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/master/CHANGELOG.md )
- [Commits](https://github.com/tailwindlabs/tailwindcss/compare/v2.1.2...v2.1.4 )
---
updated-dependencies:
- dependency-name: tailwindcss
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2021-06-03 13:12:14 +00:00
dependabot[bot]
ac704731e0
Bump ws from 6.2.1 to 6.2.2 in /projects/docs
...
Bumps [ws](https://github.com/websockets/ws ) from 6.2.1 to 6.2.2.
- [Release notes](https://github.com/websockets/ws/releases )
- [Commits](https://github.com/websockets/ws/commits )
---
updated-dependencies:
- dependency-name: ws
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2021-06-03 13:09:17 +00:00
Luis Padron
43fa73d38b
Merge pull request #3040 from tuist/dependabot/npm_and_yarn/projects/website/theme-ui/presets-0.9.1
...
Bump @theme-ui/presets from 0.8.4 to 0.9.1 in /projects/website
2021-06-03 09:08:20 -04:00
Pedro Piñera
3b1d7539ca
Remove stickers and shop link
2021-06-03 10:40:32 +02:00
dependabot[bot]
0a5c2e85c2
Bump @theme-ui/presets from 0.8.4 to 0.9.1 in /projects/website
...
Bumps [@theme-ui/presets](https://github.com/system-ui/theme-ui ) from 0.8.4 to 0.9.1.
- [Release notes](https://github.com/system-ui/theme-ui/releases )
- [Changelog](https://github.com/system-ui/theme-ui/blob/v0.9.1/CHANGELOG.md )
- [Commits](https://github.com/system-ui/theme-ui/compare/v0.8.4...v0.9.1 )
---
updated-dependencies:
- dependency-name: "@theme-ui/presets"
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2021-06-02 07:14:37 +00:00
dependabot[bot]
07054f890c
Bump gatsby-plugin-mdx from 2.5.1 to 2.6.0 in /projects/website ( #3030 )
...
Bumps [gatsby-plugin-mdx](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-mdx ) from 2.5.1 to 2.6.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@2.6.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>
2021-06-02 08:56:54 +02:00
dependabot[bot]
adc192502d
Bump @theme-ui/typography from 0.8.4 to 0.9.1 in /projects/website ( #3032 )
...
Bumps [@theme-ui/typography](https://github.com/system-ui/theme-ui ) from 0.8.4 to 0.9.1.
- [Release notes](https://github.com/system-ui/theme-ui/releases )
- [Changelog](https://github.com/system-ui/theme-ui/blob/v0.9.1/CHANGELOG.md )
- [Commits](https://github.com/system-ui/theme-ui/compare/v0.8.4...v0.9.1 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-06-02 08:56:27 +02:00
dependabot[bot]
3270787cdb
Bump theme-ui from 0.8.4 to 0.9.1 in /projects/website ( #3028 )
...
Bumps [theme-ui](https://github.com/system-ui/theme-ui ) from 0.8.4 to 0.9.1.
- [Release notes](https://github.com/system-ui/theme-ui/releases )
- [Changelog](https://github.com/system-ui/theme-ui/blob/v0.9.1/CHANGELOG.md )
- [Commits](https://github.com/system-ui/theme-ui/compare/v0.8.4...v0.9.1 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-06-02 08:55:37 +02:00
dependabot[bot]
9424512cef
Bump polished from 4.1.2 to 4.1.3 in /projects/website ( #3034 )
...
Bumps [polished](https://github.com/styled-components/polished ) from 4.1.2 to 4.1.3.
- [Release notes](https://github.com/styled-components/polished/releases )
- [Commits](https://github.com/styled-components/polished/compare/v4.1.2...v4.1.3 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-06-02 08:54:59 +02:00
dependabot[bot]
6a6084c178
Bump @theme-ui/prism from 0.8.4 to 0.9.1 in /projects/website ( #3036 )
...
Bumps [@theme-ui/prism](https://github.com/system-ui/theme-ui ) from 0.8.4 to 0.9.1.
- [Release notes](https://github.com/system-ui/theme-ui/releases )
- [Changelog](https://github.com/system-ui/theme-ui/blob/v0.9.1/CHANGELOG.md )
- [Commits](https://github.com/system-ui/theme-ui/compare/v0.8.4...v0.9.1 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-06-02 08:54:22 +02:00
dependabot[bot]
02830455c8
Bump @theme-ui/match-media from 0.8.4 to 0.9.1 in /projects/website ( #3041 )
...
Bumps [@theme-ui/match-media](https://github.com/system-ui/theme-ui ) from 0.8.4 to 0.9.1.
- [Release notes](https://github.com/system-ui/theme-ui/releases )
- [Changelog](https://github.com/system-ui/theme-ui/blob/v0.9.1/CHANGELOG.md )
- [Commits](https://github.com/system-ui/theme-ui/compare/v0.8.4...v0.9.1 )
---
updated-dependencies:
- dependency-name: "@theme-ui/match-media"
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-06-02 08:53:25 +02:00
dependabot[bot]
39d98e00d9
Bump @brainhubeu/react-carousel from 2.0.3 to 2.0.4 in /projects/website ( #3029 )
...
Bumps [@brainhubeu/react-carousel](https://github.com/brainhubeu/react-carousel ) from 2.0.3 to 2.0.4.
- [Release notes](https://github.com/brainhubeu/react-carousel/releases )
- [Changelog](https://github.com/brainhubeu/react-carousel/blob/master/docs/CHANGELOG.md )
- [Commits](https://github.com/brainhubeu/react-carousel/compare/v2.0.3...v2.0.4 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-06-01 16:52:33 +02:00
dependabot[bot]
53d334b35f
Bump gatsby-image from 3.5.0 to 3.6.0 in /projects/website ( #3031 )
...
Bumps [gatsby-image](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-image ) from 3.5.0 to 3.6.0.
- [Release notes](https://github.com/gatsbyjs/gatsby/releases )
- [Changelog](https://github.com/gatsbyjs/gatsby/blob/master/packages/gatsby-image/CHANGELOG.md )
- [Commits](https://github.com/gatsbyjs/gatsby/commits/gatsby-image@3.6.0/packages/gatsby-image )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-06-01 16:50:42 +02:00
dependabot[bot]
cd3d825847
Bump gatsby-plugin-manifest from 3.5.0 to 3.6.0 in /projects/website ( #3033 )
...
Bumps [gatsby-plugin-manifest](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-manifest ) from 3.5.0 to 3.6.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@3.6.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>
2021-06-01 16:49:52 +02:00
dependabot[bot]
a244c2faeb
Bump postcss from 8.2.15 to 8.3.0 in /projects/website ( #3035 )
...
Bumps [postcss](https://github.com/postcss/postcss ) from 8.2.15 to 8.3.0.
- [Release notes](https://github.com/postcss/postcss/releases )
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md )
- [Commits](https://github.com/postcss/postcss/compare/8.2.15...8.3.0 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-06-01 16:47:52 +02:00
dependabot[bot]
be8c360fe4
Bump @theme-ui/sidenav from 0.8.4 to 0.9.1 in /projects/website ( #3037 )
...
Bumps [@theme-ui/sidenav](https://github.com/system-ui/theme-ui ) from 0.8.4 to 0.9.1.
- [Release notes](https://github.com/system-ui/theme-ui/releases )
- [Changelog](https://github.com/system-ui/theme-ui/blob/v0.9.1/CHANGELOG.md )
- [Commits](https://github.com/system-ui/theme-ui/compare/v0.8.4...v0.9.1 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-06-01 16:46:49 +02:00
dependabot[bot]
81d69d530e
Bump next from 10.2.2 to 10.2.3 in /projects/next ( #3025 )
...
Bumps [next](https://github.com/vercel/next.js ) from 10.2.2 to 10.2.3.
- [Release notes](https://github.com/vercel/next.js/releases )
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js )
- [Commits](https://github.com/vercel/next.js/compare/v10.2.2...v10.2.3 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-06-01 13:11:44 +02:00
dependabot[bot]
7aefce13da
Bump typescript from 4.2.4 to 4.3.2 in /projects/next ( #3024 )
...
Bumps [typescript](https://github.com/Microsoft/TypeScript ) from 4.2.4 to 4.3.2.
- [Release notes](https://github.com/Microsoft/TypeScript/releases )
- [Commits](https://github.com/Microsoft/TypeScript/compare/v4.2.4...v4.3.2 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-06-01 13:11:31 +02:00
dependabot[bot]
cf7ae6ca08
Bump @types/react from 17.0.6 to 17.0.8 in /projects/next ( #3022 )
...
Bumps [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react ) from 17.0.6 to 17.0.8.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-06-01 13:10:45 +02:00
Marek Fořt
e69f70b03f
Tasks plugin ( #3013 )
...
* Create Tasks model
* Run custom task
* Create tasks fixture test
* Add task options
* Rename load arguments for Tasks
* Foprmat code
* WIP: Change tasks to work with multiple files
* Run task without options
* Parse options with regex
* Remove optional and required options
* Move Task model to ProjectAutomation
* WIP: Editing tasks
* Editing tasks
* Add task documentation
* WIP tests
* Add tests
* Format code
* Rename task command to exec
* Create PluginTasks
* Add tasks plugin fixture
* Add tests
* Add documentation
* Format code
* Edit CHANGELOG
* Fix typo
* Update projects/docs/docs/plugins/creating-plugins.md
Co-authored-by: Luis Padron <luis.padron@compass.com>
Co-authored-by: Luis Padron <luis.padron@compass.com>
Co-authored-by: Pedro Piñera Buendía <pedro@ppinera.es>
2021-06-01 13:09:38 +02:00
Luis Padron
65896884f8
Merge pull request #2917 from tuist/luis/tuist-run
...
Add `tuist run` command
2021-05-29 15:34:01 -04:00
Luis Padron
11ded30e81
Add `tuist run` command
2021-05-29 12:59:57 -04:00
dependabot[bot]
a8a98aab4a
Bump dns-packet from 1.3.1 to 1.3.4 in /projects/docs ( #3016 )
...
Bumps [dns-packet](https://github.com/mafintosh/dns-packet ) from 1.3.1 to 1.3.4.
- [Release notes](https://github.com/mafintosh/dns-packet/releases )
- [Changelog](https://github.com/mafintosh/dns-packet/blob/master/CHANGELOG.md )
- [Commits](https://github.com/mafintosh/dns-packet/compare/v1.3.1...v1.3.4 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-05-29 10:27:33 +02:00
Santiago A. Delgado
3b1d6de7f2
Update documentation for `ArchiveAction` , `ProfileAction` and `AnalyzeAction` ( #3014 )
...
* Update `ArchiveAction` documentation
* Update `ArchiveAction`, `ProfileAction` and `AnalyzeAction` documentation
2021-05-27 10:41:29 +02:00
Kamil Harasimowicz
99f095e113
Allow to specify `swift-tools-version` in the `Dependencies.swift` manifest file. ( #2998 )
...
* [swift-tools-version] add - `SwiftPackageManagerControlling.setToolsVersion`
* [swift-tools-version] remove - hardcoded `// swift-tools-version:5.3`
* [swift-tools-version] add - `Config.swiftToolsVersion`
* [swift-tools-version] change - move `Config.GenerationOption.swiftToolsVersion` to `Config.swiftToolsVersion`
* [swift-tools-version] change - move `Config.swiftToolsVerstion` to `SwiftPackageManagerDependencies.Options.swiftToolsVersion`
* [swift-tools-version] add - `SwiftPackageManagerDependencies.swiftToolsVersion`
* [swift-tools-version] change - update `swift-tools-version`
* [swift-tools-version] change - update `app_with_framework_and_tests_and_dependencies"
* [swift-tools-version] change - update documentation
* [swift-tools-version] fix - remove unused comments
* [swift-tools-version] fix - run `./fourier format swift --fix`
* [swift-tools-version] change - update changelog
* [swift-tools-version] fix - fixes after updating with `main`
* [swift-tools-version] fix - acceptance tests
* [swift-tools-version] change - move `SwiftPackageManagerDependencies.Options.swiftToolsVersion` to `Config.swiftVersion`
* [swift-tools-version] fix - acceptance tests
* [swift-tools-version] change - update changelog
* [swift-tools-version] change - update documentation
* [swift-tools-version] fix - run `./fourier format swift --fix`
2021-05-27 09:22:57 +02:00
Santiago A. Delgado
74fbf0179b
Adding option .directory for scaffolding templates ( #2985 )
...
* [WIP] Adding option for scaffolding files
* Use of file manager for copying folder, removed recursive copy files
* adding documentation in `scaffold.md` and unit test modified for support `.directory` option
* Update CHANGELOG.md
Co-authored-by: Daniele Formichelli <df@bendingspoons.com>
* Adding acceptance testing
* changing `Template.File` for `Template.Item` and other comment in PR
* Fixing references for items/files in templates
Co-authored-by: Daniele Formichelli <df@bendingspoons.com>
2021-05-25 12:32:03 +02:00
Pedro Piñera
52dc811a73
Add InitialColorMode component
2021-05-24 16:31:01 +02:00
Pedro Piñera
e199a7f940
Add theme-ui
2021-05-24 14:10:39 +02:00
Pedro Piñera
d25aed4d6e
Make it a devDependency
2021-05-24 14:08:47 +02:00
Pedro Piñera
1db5faa2e3
Add dependency
2021-05-24 14:04:33 +02:00
Pedro Piñera
9f60ead68d
Fix typescript setup
2021-05-24 14:02:24 +02:00
Pedro Piñera
334aca9f67
Bootstrap project
2021-05-24 14:00:34 +02:00
Pedro Piñera Buendía
8c83c86529
Add "fourier bundle" command ( #2953 )
2021-05-22 12:49:33 +02:00
Pedro Piñera
49761cbd7c
Add the link to the sidebar
2021-05-21 19:48:58 +02:00
Marek Fořt
1f776e728f
Tasks ( #2816 )
...
* Create Tasks model
* Run custom task
* Create tasks fixture test
* Add task options
* Rename load arguments for Tasks
* Foprmat code
* WIP: Change tasks to work with multiple files
* Run task without options
* Parse options with regex
* Remove optional and required options
* Skip building project description helpers for tasks
* Move Task model to ProjectAutomation
* WIP: Editing tasks
* Editing tasks
* Add task documentation
* WIP tests
* Add tests
* Format code
* Limit file named in step definitions
* Fix ruby code format
* Rename task command to exec
* Trigger CI workflows
Co-authored-by: Pedro Piñera <pedro@ppinera.es>
2021-05-20 12:28:11 +02:00
Sven Münnich
8d9dc8c7f5
Fix table in `docs/manifests/config.md` ( #2987 )
2021-05-20 11:40:49 +02:00
Pedro Piñera Buendía
1a6358d6e8
Replace theme-ui with stitches for styling the new website ( #2986 )
2021-05-20 02:03:18 +02:00
dependabot[bot]
3e6645615d
Bump gatsby-plugin-mdx from 2.5.0 to 2.5.1 in /projects/website ( #2984 )
...
Bumps [gatsby-plugin-mdx](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-mdx ) from 2.5.0 to 2.5.1.
- [Release notes](https://github.com/gatsbyjs/gatsby/releases )
- [Changelog](https://github.com/gatsbyjs/gatsby/blob/gatsby-plugin-mdx@2.5.1/packages/gatsby-plugin-mdx/CHANGELOG.md )
- [Commits](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-mdx@2.5.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>
2021-05-19 20:13:17 +02:00
dependabot[bot]
56c0ef74d4
Bump gatsby-plugin-mdx from 2.5.0 to 2.5.1 in /projects/next ( #2983 )
...
Bumps [gatsby-plugin-mdx](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-mdx ) from 2.5.0 to 2.5.1.
- [Release notes](https://github.com/gatsbyjs/gatsby/releases )
- [Changelog](https://github.com/gatsbyjs/gatsby/blob/gatsby-plugin-mdx@2.5.1/packages/gatsby-plugin-mdx/CHANGELOG.md )
- [Commits](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-mdx@2.5.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>
2021-05-19 20:13:10 +02:00
Pedro Piñera
21c44be8c2
Remove lab
2021-05-19 18:37:30 +02:00
dependabot[bot]
f00dba7fa7
Bump @typescript-eslint/parser from 4.23.0 to 4.24.0 in /projects/next ( #2974 )
...
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser ) from 4.23.0 to 4.24.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases )
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/parser/CHANGELOG.md )
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v4.24.0/packages/parser )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-05-19 16:38:05 +02:00
dependabot[bot]
1294f82b6f
Bump @vitejs/plugin-legacy from 1.3.4 to 1.4.0 in /projects/lab-backend ( #2972 )
...
Bumps [@vitejs/plugin-legacy](https://github.com/vitejs/vite/tree/HEAD/packages/plugin-legacy ) from 1.3.4 to 1.4.0.
- [Release notes](https://github.com/vitejs/vite/releases )
- [Changelog](https://github.com/vitejs/vite/blob/main/packages/plugin-legacy/CHANGELOG.md )
- [Commits](https://github.com/vitejs/vite/commits/create-app@1.4.0/packages/plugin-legacy )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-05-19 15:56:07 +02:00
dependabot[bot]
3098d60477
Bump @bugsnag/plugin-react from 7.9.2 to 7.10.0 in /projects/lab-backend ( #2970 )
...
Bumps [@bugsnag/plugin-react](https://github.com/bugsnag/bugsnag-js ) from 7.9.2 to 7.10.0.
- [Release notes](https://github.com/bugsnag/bugsnag-js/releases )
- [Changelog](https://github.com/bugsnag/bugsnag-js/blob/next/CHANGELOG.md )
- [Commits](https://github.com/bugsnag/bugsnag-js/compare/v7.9.2...v7.10.0 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-05-19 15:45:40 +02:00
dependabot[bot]
553b521242
Bump @types/node from 15.0.2 to 15.3.0 in /projects/lab-backend ( #2971 )
...
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node ) from 15.0.2 to 15.3.0.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-05-19 15:34:27 +02:00
dependabot[bot]
961fee7d14
Bump gatsby-plugin-robots-txt from 1.5.6 to 1.6.2 in /projects/website ( #2978 )
...
Bumps [gatsby-plugin-robots-txt](https://github.com/mdreizin/gatsby-plugin-robots-txt ) from 1.5.6 to 1.6.2.
- [Release notes](https://github.com/mdreizin/gatsby-plugin-robots-txt/releases )
- [Commits](https://github.com/mdreizin/gatsby-plugin-robots-txt/compare/v1.5.6...v1.6.2 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-05-19 15:33:24 +02:00
dependabot[bot]
334afe7703
Bump @types/react from 17.0.5 to 17.0.6 in /projects/next ( #2977 )
...
Bumps [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react ) from 17.0.5 to 17.0.6.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-05-19 15:30:32 +02:00
dependabot[bot]
9b98f86f91
Bump gatsby-plugin-theme-ui from 0.3.5 to 0.8.4 in /projects/website ( #2979 )
...
Bumps [gatsby-plugin-theme-ui](https://github.com/system-ui/theme-ui ) from 0.3.5 to 0.8.4.
- [Release notes](https://github.com/system-ui/theme-ui/releases )
- [Changelog](https://github.com/system-ui/theme-ui/blob/develop/CHANGELOG.md )
- [Commits](https://github.com/system-ui/theme-ui/compare/v0.3.5...v0.8.4 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-05-19 15:30:18 +02:00
dependabot[bot]
ef7aa36beb
Bump @bugsnag/js from 7.9.2 to 7.10.0 in /projects/lab-backend ( #2969 )
...
Bumps [@bugsnag/js](https://github.com/bugsnag/bugsnag-js ) from 7.9.2 to 7.10.0.
- [Release notes](https://github.com/bugsnag/bugsnag-js/releases )
- [Changelog](https://github.com/bugsnag/bugsnag-js/blob/next/CHANGELOG.md )
- [Commits](https://github.com/bugsnag/bugsnag-js/compare/v7.9.2...v7.10.0 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-05-19 15:30:05 +02:00
dependabot[bot]
3c24e08e8d
Bump vite from 2.3.2 to 2.3.3 in /projects/lab-backend ( #2968 )
...
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite ) from 2.3.2 to 2.3.3.
- [Release notes](https://github.com/vitejs/vite/releases )
- [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md )
- [Commits](https://github.com/vitejs/vite/commits/v2.3.3/packages/vite )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-05-19 15:29:40 +02:00
Pedro Piñera Buendía
2480eff428
Use Ruby 3.0.1 ( #2961 )
...
* Use Ruby 3.0.1
* Update the CHANGELOG
2021-05-19 14:43:23 +02:00
Pedro Piñera Buendía
baacac0c8a
Rename lab to lab-backend ( #2965 )
...
* Rename lab to lab-api
* Rename to lab-backend
2021-05-19 07:28:13 +02:00
dependabot[bot]
623249a983
Bump nokogiri from 1.11.3 to 1.11.4 in /projects/lab ( #2964 )
...
Bumps [nokogiri](https://github.com/sparklemotion/nokogiri ) from 1.11.3 to 1.11.4.
- [Release notes](https://github.com/sparklemotion/nokogiri/releases )
- [Changelog](https://github.com/sparklemotion/nokogiri/blob/main/CHANGELOG.md )
- [Commits](https://github.com/sparklemotion/nokogiri/compare/v1.11.3...v1.11.4 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-05-18 17:32:22 +02:00
Pedro Piñera
ddec929044
Update Gemfile.lock
2021-05-18 07:38:01 +02:00
Pedro Piñera
f3c2c4faad
Fix linting on CI
2021-05-17 12:05:21 +02:00
dependabot[bot]
7adce0b11d
Bump vite from 2.3.1 to 2.3.2 in /projects/lab ( #2955 )
...
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite ) from 2.3.1 to 2.3.2.
- [Release notes](https://github.com/vitejs/vite/releases )
- [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md )
- [Commits](https://github.com/vitejs/vite/commits/v2.3.2/packages/vite )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-05-13 15:10:22 +02:00
dependabot[bot]
130493de3f
Bump theme-ui from 0.8.3 to 0.8.4 in /projects/lab ( #2930 )
...
Bumps [theme-ui](https://github.com/system-ui/theme-ui ) from 0.8.3 to 0.8.4.
- [Release notes](https://github.com/system-ui/theme-ui/releases )
- [Changelog](https://github.com/system-ui/theme-ui/blob/v0.8.4/CHANGELOG.md )
- [Commits](https://github.com/system-ui/theme-ui/compare/v0.8.3...v0.8.4 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-05-13 15:06:27 +02:00