Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dependency major version updates #1722

Merged
merged 10 commits into from
Dec 5, 2024
Merged
Show file tree
Hide file tree
Changes from 2 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/build_ubi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
node-version: 22
# cache: "yarn"
# cache-dependency-path: "**/yarn.lock"
- name: login to ironbank
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
node-version: 22
# cache: "yarn"
# cache-dependency-path: "**/yarn.lock"
- name: openc3.sh build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
working-directory: openc3
- uses: actions/setup-node@v4
with:
node-version: 20
node-version: 22
registry-url: "https://registry.npmjs.org"
- name: Set up Python
uses: actions/setup-python@v5
Expand Down
2 changes: 1 addition & 1 deletion openc3-cosmos-init/plugins/openc3-tool-base/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"date-fns": "4.1.0",
"import-map-overrides": "3.1.1",
"regenerator-runtime": "0.14.1",
"single-spa": "5.9.5",
"single-spa": "6.0.3",
"systemjs": "6.15.1",
"vue": "3.5.4",
"vue-router": "4.4.4",
Expand Down

This file was deleted.

This file was deleted.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
<script type="systemjs-importmap">
{
"imports": {
"single-spa": "/js/single-spa-5.9.5.min.js",
"single-spa": "/js/single-spa-6.0.3.min.js",
"vue": "/js/vue-3.5.4.min.js",
"vuetify": "/js/vuetify-3.7.1.min.js",
"vue-router": "/js/vue-router-4.4.4.min.js",
Expand All @@ -59,7 +59,7 @@
}
</script>
<!-- See note above for how to update these -->
<link rel="preload" href="/js/single-spa-5.9.5.min.js" as="script" />
<link rel="preload" href="/js/single-spa-6.0.3.min.js" as="script" />
<link rel="preload" href="/js/vue-3.5.4.min.js" as="script" />
<link rel="preload" href="/js/vuetify-3.7.1.min.js" as="script" />
<link rel="preload" href="/js/vue-router-4.4.4.min.js" as="script" />
Expand Down
4 changes: 2 additions & 2 deletions openc3-cosmos-init/plugins/openc3-tool-base/src/index.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
<script type="systemjs-importmap">
{
"imports": {
"single-spa": "/js/single-spa-5.9.5.min.js",
"single-spa": "/js/single-spa-6.0.3.min.js",
"vue": "/js/vue-3.5.4.min.js",
"vuetify": "/js/vuetify-3.7.1.min.js",
"vue-router": "/js/vue-router-4.4.4.min.js",
Expand All @@ -59,7 +59,7 @@
}
</script>
<!-- See note above for how to update these -->
<link rel="preload" href="/js/single-spa-5.9.5.min.js" as="script" />
<link rel="preload" href="/js/single-spa-6.0.3.min.js" as="script" />
<link rel="preload" href="/js/vue-3.5.4.min.js" as="script" />
<link rel="preload" href="/js/vuetify-3.7.1.min.js" as="script" />
<link rel="preload" href="/js/vue-router-4.4.4.min.js" as="script" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"date-fns-tz": "3.2.0",
"lodash": "4.17.21",
"sass": "1.80.4",
"single-spa": "5.9.5",
"single-spa": "6.0.3",
"sortablejs": "1.15.3",
"sprintf-js": "1.1.3",
"uplot": "1.6.31",
Expand Down
Loading