Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/actions/setup-meteor/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ description: "Setup Meteor"
runs:
using: "composite"
steps:
- run: curl "https://install.meteor.com/?release=3.1.2" | sh
- run: curl "https://install.meteor.com/?release=3.3.2" | sh
shell: bash
2 changes: 1 addition & 1 deletion .node-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
22.13.1
22.20.0
10 changes: 5 additions & 5 deletions meteor/.meteor/packages
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@

# but you can also edit it by hand.

[email protected].0
[email protected].5
[email protected].1
[email protected].7
[email protected]

[email protected].0 # The database Meteor supports right now
[email protected].4 # The database Meteor supports right now

[email protected].10 # Enable ECMAScript2015+ syntax in app code
[email protected].3 # Enable TypeScript syntax in .ts and .tsx modules
[email protected].13 # Enable ECMAScript2015+ syntax in app code
[email protected].6 # Enable TypeScript syntax in .ts and .tsx modules

[email protected] # Meteor's client-side reactive programming library

Expand Down
2 changes: 1 addition & 1 deletion meteor/.meteor/release
Original file line number Diff line number Diff line change
@@ -1 +1 @@
METEOR@3.1.2
METEOR@3.3.2
36 changes: 18 additions & 18 deletions meteor/.meteor/versions
2 changes: 1 addition & 1 deletion meteor/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ RUN yarn install && yarn build

# BUILD IMAGE
FROM node:22
RUN curl "https://install.meteor.com/?release=3.1.2" | sh
RUN curl "https://install.meteor.com/?release=3.3.2" | sh

# Temporary change the NODE_ENV env variable, so that all libraries are installed:
ENV NODE_ENV_TMP $NODE_ENV
Expand Down
3 changes: 2 additions & 1 deletion meteor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "1.53.0-in-development",
"private": true,
"engines": {
"node": ">=22.13.1"
"node": ">=22.20.0"
},
"scripts": {
"preinstall": "node -v",
Expand Down Expand Up @@ -119,6 +119,7 @@
]
},
"meteor": {
"modern": true,
"mainModule": {
"server": "server/main.ts"
}
Expand Down
2 changes: 1 addition & 1 deletion meteor/server/api/__tests__/client.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
test('Exports a Meteor method to the client', () => {
expect(MeteorMock.mockMethods[ClientAPIMethods.clientErrorReport]).toBeTruthy()
})
test('Returns a success response to the client', async () => {

Check warning on line 41 in meteor/server/api/__tests__/client.test.ts

View workflow job for this annotation

GitHub Actions / Typecheck and Lint Core

Test has no assertions

Check warning on line 41 in meteor/server/api/__tests__/client.test.ts

View workflow job for this annotation

GitHub Actions / Typecheck and Lint Core

Test has no assertions
SupressLogMessages.suppressLogMessage(/Uncaught error happened in GUI/i)
// should not throw:
await MeteorCall.client.clientErrorReport(1000, 'MockString', 'MockLocation')
Expand Down Expand Up @@ -119,7 +119,7 @@
})
describe('Call a failing method on the peripheralDevice', () => {
let logMethodName = `not set yet`
let promise: Promise<void>
let promise: Promise<unknown>
beforeAll(async () => {
logMethodName = `${mockDeviceId}: ${mockFailingFunctionName}`

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"license": "MIT",
"private": true,
"engines": {
"node": ">=22.13.1"
"node": ">=22.20.0"
},
"scripts": {
"prepare": "husky",
Expand Down
2 changes: 1 addition & 1 deletion packages/blueprints-integration/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"license-validate": "run -T sofie-licensecheck"
},
"engines": {
"node": ">=22.13.1"
"node": ">=22.20.0"
},
"files": [
"/dist",
Expand Down
2 changes: 1 addition & 1 deletion packages/corelib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"license-validate": "run -T sofie-licensecheck"
},
"engines": {
"node": ">=22.13.1"
"node": ">=22.20.0"
},
"files": [
"/dist",
Expand Down
2 changes: 1 addition & 1 deletion packages/documentation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"write-heading-ids": "docusaurus write-heading-ids"
},
"engines": {
"node": ">=22.13.1"
"node": ">=22.20.0"
},
"devDependencies": {
"@docusaurus/core": "3.7.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/job-worker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"license-validate": "run -T sofie-licensecheck"
},
"engines": {
"node": ">=22.13.1"
"node": ">=22.20.0"
},
"files": [
"/dist",
Expand Down
2 changes: 1 addition & 1 deletion packages/live-status-gateway/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"license-validate": "run -T sofie-licensecheck"
},
"engines": {
"node": ">=22.13.1"
"node": ">=22.20.0"
},
"keywords": [
"broadcast",
Expand Down
2 changes: 1 addition & 1 deletion packages/meteor-lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"license-validate": "run -T sofie-licensecheck"
},
"engines": {
"node": ">=22.13.1"
"node": ">=22.20.0"
},
"files": [
"/dist",
Expand Down
2 changes: 1 addition & 1 deletion packages/mos-gateway/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"license-validate": "run -T sofie-licensecheck"
},
"engines": {
"node": ">=22.13.1"
"node": ">=22.20.0"
},
"keywords": [
"mos",
Expand Down
2 changes: 1 addition & 1 deletion packages/openapi/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
},
"prettier": "@sofie-automation/code-standard-preset/.prettierrc.json",
"engines": {
"node": ">=22.13.1"
"node": ">=22.20.0"
},
"files": [
"/api",
Expand Down
2 changes: 1 addition & 1 deletion packages/playout-gateway/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"license-validate": "run -T sofie-licensecheck"
},
"engines": {
"node": ">=22.13.1"
"node": ">=22.20.0"
},
"keywords": [
"broadcast",
Expand Down
2 changes: 1 addition & 1 deletion packages/server-core-integration/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"license-validate": "run -T sofie-licensecheck"
},
"engines": {
"node": ">=22.13.1"
"node": ">=22.20.0"
},
"files": [
"/dist",
Expand Down
2 changes: 1 addition & 1 deletion packages/shared-lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"license-validate": "run -T sofie-licensecheck"
},
"engines": {
"node": ">=22.13.1"
"node": ">=22.20.0"
},
"files": [
"/dist",
Expand Down
2 changes: 1 addition & 1 deletion packages/webui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,6 @@
"xml2js": "^0.6.2"
},
"engines": {
"node": ">=22.13.1"
"node": ">=22.20.0"
}
}
Loading