From 886cd5482128ed74d57cad537ba19b234a64f4fc Mon Sep 17 00:00:00 2001 From: Jeremy Woertink Date: Mon, 22 Apr 2024 12:33:00 -0700 Subject: [PATCH] Bump all versions to the latest. --- .crystal-version | 2 +- .github/workflows/ci.yml | 2 +- shard.lock | 46 +++++++++++++++++++++------------ shard.yml | 18 ++++++------- src/models/lucky_cli_version.cr | 6 ++--- 5 files changed, 43 insertions(+), 31 deletions(-) diff --git a/.crystal-version b/.crystal-version index bbf649f6..e33692ab 100644 --- a/.crystal-version +++ b/.crystal-version @@ -1 +1 @@ -1.7.3 \ No newline at end of file +1.10.1 \ No newline at end of file diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index af3fc3dc..8f5da1ba 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,7 +26,7 @@ jobs: - uses: actions/checkout@v4 - uses: crystal-lang/install-crystal@v1 with: - crystal: 1.7.3 + crystal: latest - name: Install shards run: shards install - name: Setup Lucky diff --git a/shard.lock b/shard.lock index 25091e7d..9d7536bc 100644 --- a/shard.lock +++ b/shard.lock @@ -2,7 +2,7 @@ version: 2.0 shards: ameba: git: https://github.com/crystal-ameba/ameba.git - version: 1.5.0+git.commit.c9538220c6eee41dcd15a2d1c2ec87953721a3fc + version: 1.5.0 awscr-s3: git: https://github.com/taylorfinnell/awscr-s3.git @@ -22,15 +22,15 @@ shards: carbon: git: https://github.com/luckyframework/carbon.git - version: 0.4.1 + version: 0.5.1 carbon_sendgrid_adapter: git: https://github.com/luckyframework/carbon_sendgrid_adapter.git - version: 0.4.0 + version: 0.5.0 cmark: git: https://github.com/amauryt/cr-cmark-gfm.git - version: 0.1.3+git.commit.a1dddcf35252c82b2fe55239ab198ad8239e8a33 + version: 0.1.3+git.commit.ff464803e2006b1047e3bb4c798f426f621cd7e6 cry: git: https://github.com/luckyframework/cry.git @@ -46,27 +46,35 @@ shards: exception_page: git: https://github.com/crystal-loot/exception_page.git - version: 0.3.1 + version: 0.4.1 + + fnv: + git: https://github.com/naqvis/crystal-fnv.git + version: 0.1.3 habitat: git: https://github.com/luckyframework/habitat.git version: 0.4.8 + html5: + git: https://github.com/naqvis/crystal-html5.git + version: 0.5.0 + lexbor: git: https://github.com/kostya/lexbor.git - version: 3.0.4 + version: 3.1.3 lucky: git: https://github.com/luckyframework/lucky.git - version: 1.1.0 + version: 1.2.0 lucky_env: git: https://github.com/luckyframework/lucky_env.git - version: 0.1.4 + version: 0.2.0 lucky_flow: git: https://github.com/luckyframework/lucky_flow.git - version: 0.7.3 + version: 0.10.0 lucky_router: git: https://github.com/luckyframework/lucky_router.git @@ -85,8 +93,8 @@ shards: version: 0.2.3 selenium: - git: https://github.com/matthewmcgarvey/selenium.cr.git - version: 0.9.1 + git: https://github.com/crystal-loot/selenium.cr.git + version: 0.12.1 shell-table: git: https://github.com/luckyframework/shell-table.cr.git @@ -94,17 +102,21 @@ shards: sitemapper: git: https://github.com/jwoertink/sitemapper.git - version: 0.8.1 - - teeplate: - git: https://github.com/luckyframework/teeplate.git - version: 0.8.5 + version: 0.9.0 webdrivers: - git: https://github.com/matthewmcgarvey/webdrivers.cr.git + git: https://github.com/crystal-loot/webdrivers.cr.git version: 0.4.3 + webless: + git: https://github.com/crystal-loot/webless.git + version: 0.1.0 + wordsmith: git: https://github.com/luckyframework/wordsmith.git version: 0.4.0 + xpath2: + git: https://github.com/naqvis/crystal-xpath2.git + version: 0.1.3 + diff --git a/shard.yml b/shard.yml index ed1e7e6d..4b63bd0a 100644 --- a/shard.yml +++ b/shard.yml @@ -8,21 +8,21 @@ targets: website_v2: main: src/website_v2.cr -crystal: ">= 1.6.0" +crystal: ">= 1.10.0" dependencies: lucky: github: luckyframework/lucky - version: ~> 1.1.0 + version: ~> 1.2.0 carbon: github: luckyframework/carbon - version: ~> 0.3 + version: ~> 0.5.1 carbon_sendgrid_adapter: github: luckyframework/carbon_sendgrid_adapter - version: ~> 0.3 + version: ~> 0.5.0 lucky_env: github: luckyframework/lucky_env - version: ~> 0.1.4 + version: ~> 0.2.0 cmark: github: amauryt/cr-cmark-gfm branch: master @@ -31,15 +31,15 @@ dependencies: branch: master lexbor: github: kostya/lexbor - version: ~> 3.0.4 + version: ~> 3.1.3 sitemapper: github: jwoertink/sitemapper - version: ~> 0.8.1 + version: ~> 0.9.0 development_dependencies: lucky_flow: github: luckyframework/lucky_flow - version: ~> 0.7.3 + version: ~> 0.10.0 ameba: github: crystal-ameba/ameba - branch: master + version: ~> 1.5.0 diff --git a/src/models/lucky_cli_version.cr b/src/models/lucky_cli_version.cr index da5c0bc6..7730b6fb 100644 --- a/src/models/lucky_cli_version.cr +++ b/src/models/lucky_cli_version.cr @@ -8,14 +8,14 @@ module LuckyCliVersion end def current_version : SemanticVersion - SemanticVersion.new(1, 1, 1) + SemanticVersion.new(1, 2, 0) end def min_compatible_crystal_version : SemanticVersion - SemanticVersion.new(1, 6, 0) + SemanticVersion.new(1, 10, 0) end def max_compatible_crystal_version : SemanticVersion - SemanticVersion.new(1, 11, 2) + SemanticVersion.new(1, 12, 1) end end