Skip to content

Commit

Permalink
temp
Browse files Browse the repository at this point in the history
  • Loading branch information
dionisio-bot[bot] authored Jan 20, 2025
1 parent 4c4020e commit 64e9f97
Show file tree
Hide file tree
Showing 2,460 changed files with 9,168 additions and 9,596 deletions.
7 changes: 0 additions & 7 deletions .changeset/beige-kiwis-count.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/breezy-horses-marry.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/clean-sloths-greet.md

This file was deleted.

22 changes: 0 additions & 22 deletions .changeset/cool-planes-protect.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/eleven-pugs-help.md

This file was deleted.

9 changes: 0 additions & 9 deletions .changeset/fifty-apricots-clean.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/friendly-kings-poke.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/gentle-moons-unite.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/giant-bottles-impress.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/good-clouds-brush.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/healthy-coins-scream.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/kind-ducks-thank.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/loud-islands-explode.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/popular-cameras-grin.md

This file was deleted.

10 changes: 0 additions & 10 deletions .changeset/quick-rivers-ring.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/thirty-vans-fry.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/twelve-pumas-behave.md

This file was deleted.

21 changes: 0 additions & 21 deletions .github/workflows/ci-code-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,27 +65,6 @@ jobs:
typecheck-cache-${{ runner.OS }}
typecheck-cache
- name: Install Meteor
if: matrix.check == 'ts'
shell: bash
run: |
# Restore bin from cache
set +e
METEOR_SYMLINK_TARGET=$(readlink ~/.meteor/meteor)
METEOR_TOOL_DIRECTORY=$(dirname "$METEOR_SYMLINK_TARGET")
set -e
LAUNCHER=$HOME/.meteor/$METEOR_TOOL_DIRECTORY/scripts/admin/launch-meteor
if [ -e $LAUNCHER ]
then
echo "Cached Meteor bin found, restoring it"
sudo cp "$LAUNCHER" "/usr/local/bin/meteor"
else
echo "No cached Meteor bin found."
fi
# only install meteor if bin isn't found
command -v meteor >/dev/null 2>&1 || curl https://install.meteor.com | sed s/--progress-bar/-sL/g | /bin/sh
- name: TS TypeCheck
if: matrix.check == 'ts'
run: yarn turbo run typecheck
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-deploy-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Setup NodeJS
uses: ./.github/actions/setup-node
with:
node-version: 22.11.0
node-version: 20.18.0
deno-version: 1.37.1
cache-modules: true
install: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-test-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ jobs:
password: ${{ secrets.CR_PAT }}

- name: Launch MongoDB
uses: supercharge/mongodb-github-action@1.12.0
uses: supercharge/mongodb-github-action@v1.10.0
with:
mongodb-version: ${{ matrix.mongodb-version }}
mongodb-replica-set: rs0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ jobs:
uses: ./.github/actions/setup-node
if: github.event.action != 'closed'
with:
node-version: 22.11.0
node-version: 20.18.0
deno-version: 1.37.1
cache-modules: true
install: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/new-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Setup NodeJS
uses: ./.github/actions/setup-node
with:
node-version: 22.11.0
node-version: 20.18.0
deno-version: 1.37.1
cache-modules: true
install: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-update-description.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Setup NodeJS
uses: ./.github/actions/setup-node
with:
node-version: 22.11.0
node-version: 20.18.0
deno-version: 1.37.1
cache-modules: true
install: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Setup NodeJS
uses: ./.github/actions/setup-node
with:
node-version: 22.11.0
node-version: 20.18.0
deno-version: 1.37.1
cache-modules: true
install: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-candidate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Setup NodeJS
uses: ./.github/actions/setup-node
with:
node-version: 22.11.0
node-version: 20.18.0
deno-version: 1.37.1
cache-modules: true
install: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-version-durability.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Use Node.js
uses: actions/[email protected]
with:
node-version: '22.11.0'
node-version: '20.18.0'

- name: Install dependencies
run: |
Expand Down
19 changes: 13 additions & 6 deletions .gitpod.yml
Original file line number Diff line number Diff line change
@@ -1,19 +1,26 @@
tasks:
- init: |
nvm install $(jq -r .engines.node package.json) &&
curl https://install.meteor.com/?release=$(
curl -so- https://raw.githubusercontent.com/RocketChat/Rocket.Chat/develop/apps/meteor/.meteor/release | cut -d@ -f2
) | sh &&
export PATH=$PATH:/home/gitpod/.meteor &&
curl https://install.meteor.com/ | sh &&
export PATH="$PATH:$HOME/.meteor" &&
yarn &&
export ROOT_URL=$(gp url 3000)
command: yarn dsv
command: yarn build && yarn dev
ports:
- port: 3000
visibility: public
onOpen: open-preview

github:
prebuilds:
master: true
pullRequests: true
pullRequestsFromForks: true
addCheck: true
addComment: true
addBadge: true

vscode:
extensions:
- esbenp.prettier-vscode
- esbenp.prettier-vscode
1 change: 1 addition & 0 deletions .vscode/client.code-snippets
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"prefix": "sbmodule",
"body": [
"import type { Meta, StoryFn } from '@storybook/react';",
"import React from 'react';",
"",
"import $1 from './$1';",
"",
Expand Down
Loading

0 comments on commit 64e9f97

Please sign in to comment.