Skip to content

Commit 9bd232e

Browse files
authored
feat: update meteor to 3.3.2 (#1529)
* feat: update meteor to 3.3.2 * feat: update nodejs to 22.20
1 parent 0ab9870 commit 9bd232e

File tree

21 files changed

+43
-42
lines changed

21 files changed

+43
-42
lines changed

.github/actions/setup-meteor/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ description: "Setup Meteor"
33
runs:
44
using: "composite"
55
steps:
6-
- run: curl "https://install.meteor.com/?release=3.1.2" | sh
6+
- run: curl "https://install.meteor.com/?release=3.3.2" | sh
77
shell: bash

.node-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
22.13.1
1+
22.20.0

meteor/.meteor/packages

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@
88

99
# but you can also edit it by hand.
1010

11-
meteor@2.1.0
12-
webapp@2.0.5
11+
meteor@2.1.1
12+
webapp@2.0.7
1313
ddp@1.4.2
1414

15-
mongo@2.1.0 # The database Meteor supports right now
15+
mongo@2.1.4 # The database Meteor supports right now
1616

17-
ecmascript@0.16.10 # Enable ECMAScript2015+ syntax in app code
18-
typescript@5.6.3 # Enable TypeScript syntax in .ts and .tsx modules
17+
ecmascript@0.16.13 # Enable ECMAScript2015+ syntax in app code
18+
typescript@5.6.6 # Enable TypeScript syntax in .ts and .tsx modules
1919

2020
tracker@1.3.4 # Meteor's client-side reactive programming library
2121

meteor/.meteor/release

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
METEOR@3.1.2
1+
METEOR@3.3.2

meteor/.meteor/versions

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,49 +1,49 @@
11
allow-deny@2.1.0
2-
babel-compiler@7.11.3
2+
babel-compiler@7.12.2
33
babel-runtime@1.5.2
44
base64@1.0.13
55
binary-heap@1.0.12
6-
boilerplate-generator@2.0.0
7-
callback-hook@1.6.0
6+
boilerplate-generator@2.0.2
7+
callback-hook@1.6.1
88
check@1.4.4
99
core-runtime@1.0.0
1010
ddp@1.4.2
11-
ddp-client@3.1.0
11+
ddp-client@3.1.1
1212
ddp-common@1.4.4
13-
ddp-server@3.1.0
13+
ddp-server@3.1.2
1414
diff-sequence@1.1.3
1515
dynamic-import@0.7.4
16-
ecmascript@0.16.10
16+
ecmascript@0.16.13
1717
ecmascript-runtime@0.8.3
18-
ecmascript-runtime-client@0.12.2
18+
ecmascript-runtime-client@0.12.3
1919
ecmascript-runtime-server@0.11.1
20-
ejson@1.1.4
20+
ejson@1.1.5
2121
facts-base@1.0.2
22-
fetch@0.1.5
22+
fetch@0.1.6
2323
geojson-utils@1.0.12
2424
id-map@1.2.0
2525
inter-process-messaging@0.1.2
26-
logging@1.3.5
27-
meteor@2.1.0
28-
minimongo@2.0.2
29-
modern-browsers@0.2.0
26+
logging@1.3.6
27+
meteor@2.1.1
28+
minimongo@2.0.4
29+
modern-browsers@0.2.3
3030
modules@0.20.3
3131
modules-runtime@0.13.2
32-
mongo@2.1.0
32+
mongo@2.1.4
3333
mongo-decimal@0.2.0
3434
mongo-dev-server@1.1.1
3535
mongo-id@1.0.9
36-
npm-mongo@6.10.2
36+
npm-mongo@6.16.1
3737
ordered-dict@1.2.0
3838
promise@1.0.0
3939
random@1.2.2
4040
react-fast-refresh@0.2.9
4141
reload@1.3.2
4242
retry@1.1.1
4343
routepolicy@1.1.2
44-
socket-stream-client@0.6.0
44+
socket-stream-client@0.6.1
4545
tracker@1.3.4
46-
typescript@5.6.3
47-
webapp@2.0.5
46+
typescript@5.6.6
47+
webapp@2.0.7
4848
webapp-hashing@1.1.2
4949
zodern:types@1.0.13

meteor/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ RUN yarn install && yarn build
1515

1616
# BUILD IMAGE
1717
FROM node:22
18-
RUN curl "https://install.meteor.com/?release=3.1.2" | sh
18+
RUN curl "https://install.meteor.com/?release=3.3.2" | sh
1919

2020
# Temporary change the NODE_ENV env variable, so that all libraries are installed:
2121
ENV NODE_ENV_TMP $NODE_ENV

meteor/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "1.53.0-in-development",
44
"private": true,
55
"engines": {
6-
"node": ">=22.13.1"
6+
"node": ">=22.20.0"
77
},
88
"scripts": {
99
"preinstall": "node -v",
@@ -119,6 +119,7 @@
119119
]
120120
},
121121
"meteor": {
122+
"modern": true,
122123
"mainModule": {
123124
"server": "server/main.ts"
124125
}

meteor/server/api/__tests__/client.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ describe('ClientAPI', () => {
119119
})
120120
describe('Call a failing method on the peripheralDevice', () => {
121121
let logMethodName = `not set yet`
122-
let promise: Promise<void>
122+
let promise: Promise<unknown>
123123
beforeAll(async () => {
124124
logMethodName = `${mockDeviceId}: ${mockFailingFunctionName}`
125125

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"license": "MIT",
55
"private": true,
66
"engines": {
7-
"node": ">=22.13.1"
7+
"node": ">=22.20.0"
88
},
99
"scripts": {
1010
"prepare": "husky",

packages/blueprints-integration/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"license-validate": "run -T sofie-licensecheck"
3030
},
3131
"engines": {
32-
"node": ">=22.13.1"
32+
"node": ">=22.20.0"
3333
},
3434
"files": [
3535
"/dist",

0 commit comments

Comments
 (0)