-
Notifications
You must be signed in to change notification settings - Fork 10.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: Bump meteor to 3.0.4 (#33596)
- Loading branch information
Showing
25 changed files
with
73 additions
and
54 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
--- | ||
"@rocket.chat/meteor": patch | ||
"@rocket.chat/account-service": patch | ||
"@rocket.chat/authorization-service": patch | ||
"@rocket.chat/ddp-streamer": patch | ||
"@rocket.chat/omnichannel-transcript": patch | ||
"@rocket.chat/presence-service": patch | ||
"@rocket.chat/queue-worker": patch | ||
"@rocket.chat/stream-hub-service": patch | ||
"rocketchat-services": patch | ||
--- | ||
|
||
Bump meteor to 3.0.4 and Node version to 20.18.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,22 +14,22 @@ jobs: | |
runs-on: ubuntu-latest | ||
|
||
steps: | ||
- uses: actions/checkout@v4 | ||
- uses: actions/checkout@v4 | ||
|
||
- name: Use Node.js | ||
uses: actions/[email protected] | ||
with: | ||
node-version: '20.17.0' | ||
- name: Use Node.js | ||
uses: actions/[email protected] | ||
with: | ||
node-version: '20.18.0' | ||
|
||
- name: Install dependencies | ||
run: | | ||
cd ./.github/actions/update-version-durability | ||
npm install | ||
- name: Install dependencies | ||
run: | | ||
cd ./.github/actions/update-version-durability | ||
npm install | ||
- name: Update Version Durability | ||
uses: ./.github/actions/update-version-durability | ||
with: | ||
GH_TOKEN: ${{ secrets.CI_PAT }} | ||
D360_TOKEN: ${{ secrets.D360_TOKEN }} | ||
D360_ARTICLE_ID: 800f8d52-409d-478d-b560-f82a2c0eb7fb | ||
PUBLISH: true | ||
- name: Update Version Durability | ||
uses: ./.github/actions/update-version-durability | ||
with: | ||
GH_TOKEN: ${{ secrets.CI_PAT }} | ||
D360_TOKEN: ${{ secrets.D360_TOKEN }} | ||
D360_ARTICLE_ID: 800f8d52-409d-478d-b560-f82a2c0eb7fb | ||
PUBLISH: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
FROM node:20.17.0-bullseye-slim | ||
FROM node:20.18.0-bullseye-slim | ||
|
||
LABEL maintainer="[email protected]" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
FROM node:20.17.0-alpine3.20 | ||
FROM node:20.18.0-alpine3.20 | ||
|
||
LABEL maintainer="[email protected]" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ ARG DENO_VERSION="1.37.1" | |
|
||
FROM denoland/deno:bin-${DENO_VERSION} as deno | ||
|
||
FROM node:20.17.0-bullseye-slim | ||
FROM node:20.18.0-bullseye-slim | ||
|
||
LABEL maintainer="[email protected]" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,7 +14,7 @@ rocketchat:streamer | |
rocketchat:version | ||
rocketchat:user-presence | ||
|
||
[email protected].2 | ||
[email protected].3 | ||
[email protected] | ||
[email protected] | ||
[email protected] | ||
|
@@ -27,14 +27,14 @@ [email protected] | |
[email protected] | ||
[email protected] | ||
|
||
[email protected].2 | ||
[email protected].4 | ||
[email protected] | ||
[email protected] | ||
[email protected] | ||
|
||
[email protected] | ||
[email protected] | ||
[email protected].1 | ||
[email protected].3 | ||
|
||
[email protected] | ||
|
||
|
@@ -59,7 +59,7 @@ [email protected] | |
[email protected] | ||
[email protected] | ||
|
||
[email protected].0 | ||
[email protected].1 | ||
[email protected] | ||
[email protected] | ||
[email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
[email protected].3 | ||
[email protected].4 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
FROM node:20.17.0-alpine3.20 | ||
FROM node:20.18.0-alpine3.20 | ||
|
||
ARG SERVICE | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
FROM node:20.17.0-alpine3.20 | ||
FROM node:20.18.0-alpine3.20 | ||
|
||
ARG SERVICE | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
FROM node:20.17.0-alpine3.20 | ||
FROM node:20.18.0-alpine3.20 | ||
|
||
ARG SERVICE | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
FROM node:20.17.0-alpine3.20 | ||
FROM node:20.18.0-alpine3.20 | ||
|
||
ARG SERVICE | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
FROM node:20.17.0-alpine3.20 | ||
FROM node:20.18.0-alpine3.20 | ||
|
||
ARG SERVICE | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
FROM node:20.17.0-alpine3.20 | ||
FROM node:20.18.0-alpine3.20 | ||
|
||
ARG SERVICE | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
FROM node:20.17.0-alpine3.20 | ||
FROM node:20.18.0-alpine3.20 | ||
|
||
ARG SERVICE | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -42,7 +42,7 @@ | |
"homepage": "https://github.com/RocketChat/Rocket.Chat#readme", | ||
"engines": { | ||
"yarn": "4.5.0", | ||
"node": "20.17.0", | ||
"node": "20.18.0", | ||
"npm": "Use yarn instead" | ||
}, | ||
"packageManager": "[email protected]", | ||
|
@@ -54,7 +54,7 @@ | |
] | ||
}, | ||
"volta": { | ||
"node": "20.17.0", | ||
"node": "20.18.0", | ||
"yarn": "1.22.18" | ||
}, | ||
"resolutions": { | ||
|