Skip to content
Open
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/workflows/python_unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.11", "3.12", "3.13"]
python-version: ["3.11", "3.12", "3.13", "3.14"]
permissions:
contents: read

Expand Down
4 changes: 2 additions & 2 deletions docs.openc3.com/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@
"clsx": "^2.1.1",
"minisearch": "^7.1.1",
"prop-types": "^15.8.1",
"react": "19.2.6",
"react-dom": "19.2.6"
"react": "19.2.7",
"react-dom": "19.2.7"
},
"devDependencies": {
"@docusaurus/module-type-aliases": "^3.10.1",
Expand Down
510 changes: 265 additions & 245 deletions docs.openc3.com/pnpm-lock.yaml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion openc3-buckets/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ ARG OPENC3_DEPENDENCY_REGISTRY=docker.io
ARG ALPINE_VERSION=3.23
ARG ALPINE_BUILD=4
# Make sure to update build_multi_arch.sh with the same version when updating versitygw version
ARG OPENC3_VERSITYGW_VERSION=v1.4.1
ARG OPENC3_VERSITYGW_VERSION=v1.5.0

FROM ${OPENC3_DEPENDENCY_REGISTRY}/alpine:${ALPINE_VERSION}.${ALPINE_BUILD}

Expand Down
2 changes: 1 addition & 1 deletion openc3-buckets/Dockerfile-ubi
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ARG OPENC3_UBI_REGISTRY=registry1.dso.mil
ARG OPENC3_UBI_IMAGE=ironbank/redhat/ubi/ubi9-minimal
ARG OPENC3_UBI_TAG=9.6
ARG OPENC3_VERSITYGW_VERSION=v1.4.1
ARG OPENC3_VERSITYGW_VERSION=v1.5.0

FROM ${OPENC3_UBI_REGISTRY}/${OPENC3_UBI_IMAGE}:${OPENC3_UBI_TAG}

Expand Down
Binary file not shown.
Binary file not shown.
6 changes: 3 additions & 3 deletions openc3-cosmos-init/plugins/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
},
"devDependencies": {
"@vue/eslint-config-prettier": "10.2.0",
"eslint": "10.4.0",
"eslint-plugin-vue": "10.9.1",
"eslint": "10.5.0",
"eslint-plugin-vue": "10.9.2",
"eslint-plugin-vuetify": "2.7.2",
"globals": "17.6.0",
"vue-eslint-parser": "10.4.0"
"vue-eslint-parser": "10.4.1"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@
"devDependencies": {
"@rushstack/eslint-patch": "1.16.1",
"@vitejs/plugin-vue": "6.0.7",
"prettier": "3.8.3",
"sass": "1.100.0",
"vite": "7.3.3",
"prettier": "3.8.4",
"sass": "1.101.0",
"vite": "7.3.5",
"vite-plugin-style-inject": "0.0.1",
"vue": "3.5.35"
"vue": "3.5.38"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
},
"devDependencies": {
"@vitejs/plugin-vue": "6.0.7",
"prettier": "3.8.3",
"sass": "1.100.0",
"vite": "7.3.3",
"vue": "3.5.35"
"prettier": "3.8.4",
"sass": "1.101.0",
"vite": "7.3.5",
"vue": "3.5.38"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,17 @@
"@astrouxds/astro-web-components": "7.27.0",
"@openc3/js-common": "workspace:*",
"@openc3/vue-common": "workspace:*",
"axios": "1.16.1",
"date-fns": "4.3.0",
"axios": "1.18.0",
"date-fns": "4.4.0",
"lodash": "4.18.1",
"single-spa-vue": "3.0.1",
"sprintf-js": "1.1.3"
},
"devDependencies": {
"@vitejs/plugin-vue": "6.0.7",
"prettier": "3.8.3",
"sass": "1.100.0",
"vite": "7.3.3",
"vue": "3.5.35"
"prettier": "3.8.4",
"sass": "1.101.0",
"vite": "7.3.5",
"vue": "3.5.38"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,17 @@
"@openc3/js-common": "workspace:*",
"@openc3/vue-common": "workspace:*",
"ace-builds": "1.44.0",
"axios": "1.16.1",
"date-fns": "4.3.0",
"axios": "1.18.0",
"date-fns": "4.4.0",
"single-spa-vue": "3.0.1",
"sprintf-js": "1.1.3"
},
"devDependencies": {
"@rushstack/eslint-patch": "1.16.1",
"@vitejs/plugin-vue": "6.0.7",
"prettier": "3.8.3",
"sass": "1.100.0",
"vite": "7.3.3",
"vue": "3.5.35"
"prettier": "3.8.4",
"sass": "1.101.0",
"vite": "7.3.5",
"vue": "3.5.38"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -20,16 +20,16 @@
"@vue-flow/minimap": "1.5.4",
"@vue-flow/node-resizer": "1.5.1",
"@vue-flow/node-toolbar": "1.1.1",
"axios": "1.16.1",
"date-fns": "4.3.0",
"axios": "1.18.0",
"date-fns": "4.4.0",
"single-spa-vue": "3.0.1",
"sprintf-js": "1.1.3"
},
"devDependencies": {
"@vitejs/plugin-vue": "6.0.7",
"prettier": "3.8.3",
"sass": "1.100.0",
"vite": "7.3.3",
"vue": "3.5.35"
"prettier": "3.8.4",
"sass": "1.101.0",
"vite": "7.3.5",
"vue": "3.5.38"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,16 @@
"@astrouxds/astro-web-components": "7.27.0",
"@openc3/js-common": "workspace:*",
"@openc3/vue-common": "workspace:*",
"axios": "1.16.1",
"date-fns": "4.3.0",
"axios": "1.18.0",
"date-fns": "4.4.0",
"single-spa-vue": "3.0.1",
"sprintf-js": "1.1.3"
},
"devDependencies": {
"@vitejs/plugin-vue": "6.0.7",
"prettier": "3.8.3",
"sass": "1.100.0",
"vite": "7.3.3",
"vue": "3.5.35"
"prettier": "3.8.4",
"sass": "1.101.0",
"vite": "7.3.5",
"vue": "3.5.38"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,17 @@
"@astrouxds/astro-web-components": "7.27.0",
"@openc3/js-common": "workspace:*",
"@openc3/vue-common": "workspace:*",
"axios": "1.16.1",
"date-fns": "4.3.0",
"axios": "1.18.0",
"date-fns": "4.4.0",
"lodash": "4.18.1",
"single-spa-vue": "3.0.1",
"sprintf-js": "1.1.3"
},
"devDependencies": {
"@vitejs/plugin-vue": "6.0.7",
"prettier": "3.8.3",
"sass": "1.100.0",
"vite": "7.3.3",
"vue": "3.5.35"
"prettier": "3.8.4",
"sass": "1.101.0",
"vite": "7.3.5",
"vue": "3.5.38"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,17 @@
"@astrouxds/astro-web-components": "7.27.0",
"@openc3/js-common": "workspace:*",
"@openc3/vue-common": "workspace:*",
"axios": "1.16.1",
"date-fns": "4.3.0",
"axios": "1.18.0",
"date-fns": "4.4.0",
"lodash": "4.18.1",
"single-spa-vue": "3.0.1",
"sprintf-js": "1.1.3"
},
"devDependencies": {
"@vitejs/plugin-vue": "6.0.7",
"prettier": "3.8.3",
"sass": "1.100.0",
"vite": "7.3.3",
"vue": "3.5.35"
"prettier": "3.8.4",
"sass": "1.101.0",
"vite": "7.3.5",
"vue": "3.5.38"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,17 @@
"@braintree/sanitize-url": "7.1.2",
"@openc3/js-common": "workspace:*",
"@openc3/vue-common": "workspace:*",
"axios": "1.16.1",
"date-fns": "4.3.0",
"axios": "1.18.0",
"date-fns": "4.4.0",
"lodash": "4.18.1",
"single-spa-vue": "3.0.1",
"sprintf-js": "1.1.3"
},
"devDependencies": {
"@vitejs/plugin-vue": "6.0.7",
"prettier": "3.8.3",
"sass": "1.100.0",
"vite": "7.3.3",
"vue": "3.5.35"
"prettier": "3.8.4",
"sass": "1.101.0",
"vite": "7.3.5",
"vue": "3.5.38"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,17 @@
"@astrouxds/astro-web-components": "7.27.0",
"@openc3/js-common": "workspace:*",
"@openc3/vue-common": "workspace:*",
"axios": "1.16.1",
"date-fns": "4.3.0",
"axios": "1.18.0",
"date-fns": "4.4.0",
"lodash": "4.18.1",
"single-spa-vue": "3.0.1",
"sprintf-js": "1.1.3"
},
"devDependencies": {
"@vitejs/plugin-vue": "6.0.7",
"prettier": "3.8.3",
"sass": "1.100.0",
"vite": "7.3.3",
"vue": "3.5.35"
"prettier": "3.8.4",
"sass": "1.101.0",
"vite": "7.3.5",
"vue": "3.5.38"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,17 @@
"@astrouxds/astro-web-components": "7.27.0",
"@openc3/js-common": "workspace:*",
"@openc3/vue-common": "workspace:*",
"axios": "1.16.1",
"date-fns": "4.3.0",
"axios": "1.18.0",
"date-fns": "4.4.0",
"lodash": "4.18.1",
"single-spa-vue": "3.0.1",
"sprintf-js": "1.1.3"
},
"devDependencies": {
"@vitejs/plugin-vue": "6.0.7",
"prettier": "3.8.3",
"sass": "1.100.0",
"vite": "7.3.3",
"vue": "3.5.35"
"prettier": "3.8.4",
"sass": "1.101.0",
"vite": "7.3.5",
"vue": "3.5.38"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -14,18 +14,18 @@
"@openc3/js-common": "workspace:*",
"@openc3/vue-common": "workspace:*",
"ace-builds": "1.44.0",
"axios": "1.16.1",
"date-fns": "4.3.0",
"axios": "1.18.0",
"date-fns": "4.4.0",
"lodash": "4.18.1",
"single-spa-vue": "3.0.1",
"splitpanes": "4.1.2",
"sprintf-js": "1.1.3"
},
"devDependencies": {
"@vitejs/plugin-vue": "6.0.7",
"prettier": "3.8.3",
"sass": "1.100.0",
"vite": "7.3.3",
"vue": "3.5.35"
"prettier": "3.8.4",
"sass": "1.101.0",
"vite": "7.3.5",
"vue": "3.5.38"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,17 @@
"@astrouxds/astro-web-components": "7.27.0",
"@openc3/js-common": "workspace:*",
"@openc3/vue-common": "workspace:*",
"axios": "1.16.1",
"date-fns": "4.3.0",
"axios": "1.18.0",
"date-fns": "4.4.0",
"lodash": "4.18.1",
"single-spa-vue": "3.0.1",
"sprintf-js": "1.1.3"
},
"devDependencies": {
"@vitejs/plugin-vue": "6.0.7",
"prettier": "3.8.3",
"sass": "1.100.0",
"vite": "7.3.3",
"vue": "3.5.35"
"prettier": "3.8.4",
"sass": "1.101.0",
"vite": "7.3.5",
"vue": "3.5.38"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -13,19 +13,19 @@
"@astrouxds/astro-web-components": "7.27.0",
"@openc3/js-common": "workspace:*",
"@openc3/vue-common": "workspace:*",
"axios": "1.16.1",
"axios": "1.18.0",
"binary-search": "1.3.6",
"date-fns": "4.3.0",
"date-fns": "4.4.0",
"lodash": "4.18.1",
"muuri": "0.9.5",
"single-spa-vue": "3.0.1",
"sprintf-js": "1.1.3"
},
"devDependencies": {
"@vitejs/plugin-vue": "6.0.7",
"prettier": "3.8.3",
"sass": "1.100.0",
"vite": "7.3.3",
"vue": "3.5.35"
"prettier": "3.8.4",
"sass": "1.101.0",
"vite": "7.3.5",
"vue": "3.5.38"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -14,19 +14,19 @@
"@openc3/js-common": "workspace:*",
"@openc3/vue-common": "workspace:*",
"ace-builds": "1.44.0",
"axios": "1.16.1",
"axios": "1.18.0",
"binary-search": "1.3.6",
"date-fns": "4.3.0",
"date-fns": "4.4.0",
"lodash": "4.18.1",
"muuri": "0.9.5",
"single-spa-vue": "3.0.1",
"sprintf-js": "1.1.3"
},
"devDependencies": {
"@vitejs/plugin-vue": "6.0.7",
"prettier": "3.8.3",
"sass": "1.100.0",
"vite": "7.3.3",
"vue": "3.5.35"
"prettier": "3.8.4",
"sass": "1.101.0",
"vite": "7.3.5",
"vue": "3.5.38"
}
}
Loading
Loading