Skip to content

Commit

Permalink
chore: update shared Sofie packages
Browse files Browse the repository at this point in the history
  • Loading branch information
jstarpl committed Oct 9, 2024
1 parent 6ed6720 commit 9e17ba2
Show file tree
Hide file tree
Showing 2 changed files with 113 additions and 92 deletions.
170 changes: 85 additions & 85 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,87 +1,87 @@
{
"name": "package-manager-monorepo",
"version": "1.0.0",
"repository": "https://github.com/nrkno/tv-automation-package-manager",
"private": true,
"workspaces": [
"shared/**",
"apps/**",
"tests/**"
],
"scripts": {
"prepare": "husky install",
"ci": "yarn install && yarn build && yarn lint && yarn test",
"release:bump-release": "lerna version --conventional-commits --conventional-graduate --exact --no-push",
"release:bump-prerelease": "lerna version --conventional-commits --conventional-prerelease --exact --no-push",
"set-version": "lerna version --exact --no-changelog --no-git-tag-version --no-push --yes",
"setup": "lerna bootstrap",
"reset": "node scripts/reset.js",
"build": "lerna run build --stream",
"build:changed": "lerna run build --since head --exclude-dependents --stream",
"lint": "lerna exec --parallel --no-bail -- run -T eslint . --ext .ts,.tsx",
"lintfix": "yarn lint --fix",
"lint:changed": "lerna exec --since origin/master --include-dependents -- eslint . --ext .js,.jsx,.ts,.tsx",
"test": "yarn test:prepare && lerna run test --stream",
"test:ci": "yarn test:prepare && lerna run test --stream",
"test:changed": "yarn test:prepare && lerna run --since origin/master --include-dependents test",
"test:update": "yarn test:prepare && lerna run test -- -u",
"test:update:changed": "yarn test:prepare && lerna run --since origin/master --include-dependents test -- -u",
"test:prepare": "node scripts/prepare-for-tests.mjs",
"typecheck": "lerna exec -- tsc --noEmit",
"typecheck:changed": "lerna exec --since origin/master --include-dependents -- tsc --noEmit",
"build-win32": "node scripts/prepare-for-build32.js && lerna run build-win32 --stream && node scripts/cleanup-after-build32.mjs",
"build-win32:ci": "node scripts/prepare-for-build32.js && lerna run build-win32 --stream --concurrency=1 && node scripts/cleanup-after-build32.mjs",
"gather-built": "node scripts/gather-all-built.mjs",
"sign-executables": "node scripts/sign-executables.mjs",
"start:http-server": "lerna run start --stream --scope @http-server/app",
"start:workforce": "lerna run start --stream --scope @workforce/app",
"start:package-manager": "lerna run start --stream --scope @package-manager/app",
"start:worker": "lerna run start --stream --scope @worker/app",
"start:single-app": "lerna run start --stream --scope @single-app/app",
"update-packages": "node scripts/update-packages.js",
"do:build-win32": "yarn build && yarn build-win32 && yarn gather-built && yarn sign-executables",
"do:build-win32:ci": "yarn build && yarn build-win32:ci && yarn gather-built",
"do:test:everything": "node scripts/test-everything.js",
"verify:build-win32": "node scripts/verify-build-win32.mjs",
"precommit": "run -T lint-staged",
"generate-schema-types": "node scripts/schema-types.mjs",
"prettier": "cd $INIT_CWD && \"$PROJECT_CWD/node_modules/.bin/prettier\"",
"eslint": "cd $INIT_CWD && \"$PROJECT_CWD/node_modules/.bin/eslint\""
},
"devDependencies": {
"@sofie-automation/code-standard-preset": "^2.5.1",
"@types/jest": "^29.2.5",
"@types/rimraf": "^3.0.0",
"@yao-pkg/pkg": "^5.11.5",
"deep-extend": "^0.6.0",
"find": "^0.3.0",
"fs-extra": "^11.1.0",
"glob": "^10.3.10",
"jest": "^29.3.1",
"json-schema-to-typescript": "^10.1.5",
"lerna": "^6.6.1",
"lint-staged": "^15.2.2",
"node-fetch": "^2.6.9",
"rimraf": "^5.0.5",
"ts-jest": "^29.0.3",
"typescript": "~4.9",
"underscore": "^1.13.6"
},
"engines": {
"node": ">=18"
},
"dependencies": {
"@sofie-automation/server-core-integration": "1.51.0-nightly-fix-pm-types-html-template-20240823-061828-d90c220.0",
"@sofie-automation/shared-lib": "1.51.0-nightly-fix-pm-types-html-template-20240823-061828-d90c220.0"
},
"prettier": "@sofie-automation/code-standard-preset/.prettierrc.json",
"lint-staged": {
"*.{js,css,json,md,scss,yml,yaml}": [
"prettier"
],
"*.{ts,tsx}": [
"eslint"
]
},
"packageManager": "yarn@4.1.1"
"name": "package-manager-monorepo",
"version": "1.0.0",
"repository": "https://github.com/nrkno/tv-automation-package-manager",
"private": true,
"workspaces": [
"shared/**",
"apps/**",
"tests/**"
],
"scripts": {
"prepare": "husky install",
"ci": "yarn install && yarn build && yarn lint && yarn test",
"release:bump-release": "lerna version --conventional-commits --conventional-graduate --exact --no-push",
"release:bump-prerelease": "lerna version --conventional-commits --conventional-prerelease --exact --no-push",
"set-version": "lerna version --exact --no-changelog --no-git-tag-version --no-push --yes",
"setup": "lerna bootstrap",
"reset": "node scripts/reset.js",
"build": "lerna run build --stream",
"build:changed": "lerna run build --since head --exclude-dependents --stream",
"lint": "lerna exec --parallel --no-bail -- run -T eslint . --ext .ts,.tsx",
"lintfix": "yarn lint --fix",
"lint:changed": "lerna exec --since origin/master --include-dependents -- eslint . --ext .js,.jsx,.ts,.tsx",
"test": "yarn test:prepare && lerna run test --stream",
"test:ci": "yarn test:prepare && lerna run test --stream",
"test:changed": "yarn test:prepare && lerna run --since origin/master --include-dependents test",
"test:update": "yarn test:prepare && lerna run test -- -u",
"test:update:changed": "yarn test:prepare && lerna run --since origin/master --include-dependents test -- -u",
"test:prepare": "node scripts/prepare-for-tests.mjs",
"typecheck": "lerna exec -- tsc --noEmit",
"typecheck:changed": "lerna exec --since origin/master --include-dependents -- tsc --noEmit",
"build-win32": "node scripts/prepare-for-build32.js && lerna run build-win32 --stream && node scripts/cleanup-after-build32.mjs",
"build-win32:ci": "node scripts/prepare-for-build32.js && lerna run build-win32 --stream --concurrency=1 && node scripts/cleanup-after-build32.mjs",
"gather-built": "node scripts/gather-all-built.mjs",
"sign-executables": "node scripts/sign-executables.mjs",
"start:http-server": "lerna run start --stream --scope @http-server/app",
"start:workforce": "lerna run start --stream --scope @workforce/app",
"start:package-manager": "lerna run start --stream --scope @package-manager/app",
"start:worker": "lerna run start --stream --scope @worker/app",
"start:single-app": "lerna run start --stream --scope @single-app/app",
"update-packages": "node scripts/update-packages.js",
"do:build-win32": "yarn build && yarn build-win32 && yarn gather-built && yarn sign-executables",
"do:build-win32:ci": "yarn build && yarn build-win32:ci && yarn gather-built",
"do:test:everything": "node scripts/test-everything.js",
"verify:build-win32": "node scripts/verify-build-win32.mjs",
"precommit": "run -T lint-staged",
"generate-schema-types": "node scripts/schema-types.mjs",
"prettier": "cd $INIT_CWD && \"$PROJECT_CWD/node_modules/.bin/prettier\"",
"eslint": "cd $INIT_CWD && \"$PROJECT_CWD/node_modules/.bin/eslint\""
},
"devDependencies": {
"@sofie-automation/code-standard-preset": "^2.5.1",
"@types/jest": "^29.2.5",
"@types/rimraf": "^3.0.0",
"@yao-pkg/pkg": "^5.11.5",
"deep-extend": "^0.6.0",
"find": "^0.3.0",
"fs-extra": "^11.1.0",
"glob": "^10.3.10",
"jest": "^29.3.1",
"json-schema-to-typescript": "^10.1.5",
"lerna": "^6.6.1",
"lint-staged": "^15.2.2",
"node-fetch": "^2.6.9",
"rimraf": "^5.0.5",
"ts-jest": "^29.0.3",
"typescript": "~4.9",
"underscore": "^1.13.6"
},
"engines": {
"node": ">=18"
},
"dependencies": {
"@sofie-automation/server-core-integration": "1.51.0",
"@sofie-automation/shared-lib": "1.51.0"
},
"prettier": "@sofie-automation/code-standard-preset/.prettierrc.json",
"lint-staged": {
"*.{js,css,json,md,scss,yml,yaml}": [
"prettier"
],
"*.{ts,tsx}": [
"eslint"
]
},
"packageManager": "yarn@4.1.1"
}
35 changes: 28 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2112,18 +2112,30 @@ __metadata:
languageName: node
linkType: hard

"@sofie-automation/server-core-integration@npm:1.51.0-nightly-fix-pm-types-html-template-20240823-061828-d90c220.0":
version: 1.51.0-nightly-fix-pm-types-html-template-20240823-061828-d90c220.0
resolution: "@sofie-automation/server-core-integration@npm:1.51.0-nightly-fix-pm-types-html-template-20240823-061828-d90c220.0"
"@sofie-automation/server-core-integration@npm:1.51.0":
version: 1.51.0
resolution: "@sofie-automation/server-core-integration@npm:1.51.0"
dependencies:
"@sofie-automation/shared-lib": "npm:1.51.0-nightly-fix-pm-types-html-template-20240823-061828-d90c220.0"
"@sofie-automation/shared-lib": "npm:1.51.0"
ejson: "npm:^2.2.3"
eventemitter3: "npm:^4.0.7"
faye-websocket: "npm:^0.11.4"
got: "npm:^11.8.6"
tslib: "npm:^2.6.2"
underscore: "npm:^1.13.6"
checksum: 10/2553524266f311dd80c7a0f4ffecd1b69ed540ba54048c93816b78f767252988a2998037d106278ec397baaa0e39e4fdb98f2526e5ea15df80490113d969f353
checksum: 10/e840f0bad06aa9ce946343864d91c2c9c9b2ab59ec37d469c0913136de89174cf1776502fb96bc533dce60bebbcab841c23e14b9aa70fdf1ae95fd99ba52860e
languageName: node
linkType: hard

"@sofie-automation/shared-lib@npm:1.51.0":
version: 1.51.0
resolution: "@sofie-automation/shared-lib@npm:1.51.0"
dependencies:
"@mos-connection/model": "npm:^4.1.1"
timeline-state-resolver-types: "npm:9.2.0"
tslib: "npm:^2.6.2"
type-fest: "npm:^3.13.1"
checksum: 10/61f3b1c8677f7cec47fc5f0a7c140187b76a771ac8dd337523ff59ed8b3602e56d5ad6856b8fc2016f8683b2f58fb38e22716ce9a5f19471cc7d446474876236
languageName: node
linkType: hard

Expand Down Expand Up @@ -10600,8 +10612,8 @@ __metadata:
resolution: "package-manager-monorepo@workspace:."
dependencies:
"@sofie-automation/code-standard-preset": "npm:^2.5.1"
"@sofie-automation/server-core-integration": "npm:1.51.0-nightly-fix-pm-types-html-template-20240823-061828-d90c220.0"
"@sofie-automation/shared-lib": "npm:1.51.0-nightly-fix-pm-types-html-template-20240823-061828-d90c220.0"
"@sofie-automation/server-core-integration": "npm:1.51.0"
"@sofie-automation/shared-lib": "npm:1.51.0"
"@types/jest": "npm:^29.2.5"
"@types/rimraf": "npm:^3.0.0"
"@yao-pkg/pkg": "npm:^5.11.5"
Expand Down Expand Up @@ -12824,6 +12836,15 @@ __metadata:
languageName: node
linkType: hard

"timeline-state-resolver-types@npm:9.2.0":
version: 9.2.0
resolution: "timeline-state-resolver-types@npm:9.2.0"
dependencies:
tslib: "npm:^2.6.2"
checksum: 10/fd8fff1ccbde248f3f7d4be767fa29fbff4426befecb8f6bed039a3fb3e737172078c950c3f3558ab059794a474d5792dfd5ec4f8b27fef97751dcb3e58899df
languageName: node
linkType: hard

"timers-ext@npm:^0.1.7":
version: 0.1.7
resolution: "timers-ext@npm:0.1.7"
Expand Down

0 comments on commit 9e17ba2

Please sign in to comment.