diff --git a/.changeset/bump-patch-1765223184242.md b/.changeset/bump-patch-1765223184242.md new file mode 100644 index 0000000000000..e1eaa7980afb1 --- /dev/null +++ b/.changeset/bump-patch-1765223184242.md @@ -0,0 +1,5 @@ +--- +'@rocket.chat/meteor': patch +--- + +Bump @rocket.chat/meteor version. diff --git a/.changeset/large-jobs-smell.md b/.changeset/large-jobs-smell.md new file mode 100644 index 0000000000000..a04338844742b --- /dev/null +++ b/.changeset/large-jobs-smell.md @@ -0,0 +1,5 @@ +--- +'@rocket.chat/meteor': patch +--- + +Fixes an issue with the build that prevented Deno runtime to run on air-gapped environments diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3feb7ef866dd3..7c077b50b820f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -66,7 +66,7 @@ jobs: --exclude='.git' \ . - SOURCE_HASH=$(sha256sum /tmp/RocketChat-source.tar | awk '{ print $1 }')-v8 + SOURCE_HASH=$(sha256sum /tmp/RocketChat-source.tar | awk '{ print $1 }')-v9 # Uncomment the following line to include the run ID in the hash and disable caching between runs # SOURCE_HASH=$(sha256sum /tmp/RocketChat-source.tar | awk '{ print $1 }')-${{ github.run_id }} @@ -217,7 +217,7 @@ jobs: if: steps.packages-cache-build.outputs.cache-hit != 'true' run: | tar -czf /tmp/RocketChat-packages-build.tar.gz \ - $(git ls-files -oi --exclude-standard -- ':(exclude)node_modules/*' ':(exclude)**/node_modules/*' ':(exclude)**/.meteor/*' ':(exclude)**/.deno-cache/*' ':(exclude)**/.turbo/*' ':(exclude).turbo/*' ':(exclude)**/.yarn/*' ':(exclude).yarn/*' ':(exclude).git/*') + $(git ls-files -oi --exclude-standard -- ':(exclude)node_modules/*' ':(exclude)**/node_modules/*' ':(exclude)**/.meteor/*' ':(exclude)**/.turbo/*' ':(exclude).turbo/*' ':(exclude)**/.yarn/*' ':(exclude).yarn/*' ':(exclude).git/*') - name: Upload packages build artifact uses: actions/upload-artifact@v5 diff --git a/yarn.lock b/yarn.lock index fe2d5868b2b21..c58e0363815ea 100644 --- a/yarn.lock +++ b/yarn.lock @@ -10748,7 +10748,7 @@ __metadata: peerDependencies: "@rocket.chat/layout": "*" "@rocket.chat/tools": 0.2.3 - "@rocket.chat/ui-contexts": 25.0.0-rc.2 + "@rocket.chat/ui-contexts": 25.0.0 "@tanstack/react-query": "*" react: "*" react-hook-form: "*"