Skip to content

Commit

Permalink
Merge pull request #1480 from OpenC3/dependencies
Browse files Browse the repository at this point in the history
Bump deps
  • Loading branch information
ryanmelt authored Aug 17, 2024
2 parents 2320f76 + 6162937 commit 78a93ba
Show file tree
Hide file tree
Showing 36 changed files with 116 additions and 127 deletions.
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: 18
node-version: 20
# 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: 18
node-version: 20
# 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 @@ -37,7 +37,7 @@ jobs:
working-directory: openc3
- uses: actions/setup-node@v4
with:
node-version: 18
node-version: 20
registry-url: "https://registry.npmjs.org"
- name: Set up Python
uses: actions/setup-python@v5
Expand Down
10 changes: 5 additions & 5 deletions docs.openc3.com/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,18 +16,18 @@
"write-heading-ids": "docusaurus write-heading-ids"
},
"dependencies": {
"@docusaurus/core": "^3.4.0",
"@docusaurus/plugin-client-redirects": "^3.4.0",
"@docusaurus/preset-classic": "^3.4.0",
"@docusaurus/core": "^3.5.2",
"@docusaurus/plugin-client-redirects": "^3.5.2",
"@docusaurus/preset-classic": "^3.5.2",
"@mdx-js/react": "3.0.1",
"docusaurus-lunr-search": "3.4.0",
"prism-react-renderer": "2.3.1",
"react": "18.3.1",
"react-dom": "18.3.1"
},
"devDependencies": {
"@docusaurus/module-type-aliases": "^3.4.0",
"@docusaurus/types": "^3.3.2"
"@docusaurus/module-type-aliases": "^3.5.2",
"@docusaurus/types": "^3.5.2"
},
"browserslist": {
"production": [
Expand Down
2 changes: 0 additions & 2 deletions openc3-cosmos-cmd-tlm-api/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ USER root

RUN bundle config set --local without 'development' \
&& bundle install --quiet \
# Temporary until grpc updated
&& gem uninstall google-protobuf -v "!= 3.24.0" --all \
&& rm Gemfile.lock \
&& rm -rf /usr/lib/ruby/gems/*/cache/* \
/var/cache/apk/* \
Expand Down
3 changes: 1 addition & 2 deletions openc3-cosmos-cmd-tlm-api/config/puma.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
# Puma can serve each request in a thread from an internal thread pool.
# The `threads` method setting takes two numbers: a minimum and maximum.
# Any libraries that use thread pools should be configured to match
# the maximum value specified for Puma. Default is set to 5 threads for minimum
# and maximum; this matches the default thread size of Active Record.
# the maximum value specified for Puma.
#
max_threads_count = ENV.fetch("RAILS_MAX_THREADS") { 5 }
min_threads_count = ENV.fetch("RAILS_MIN_THREADS") { max_threads_count }
Expand Down
12 changes: 6 additions & 6 deletions openc3-cosmos-init/plugins/openc3-tool-base/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"dependencies": {
"@astrouxds/astro-web-components": "7.22.1",
"@rails/actioncable": "7.1.3-4",
"axios": "1.7.2",
"axios": "1.7.4",
"date-fns": "3.6.0",
"import-map-overrides": "3.1.1",
"regenerator-runtime": "0.14.1",
Expand All @@ -23,13 +23,13 @@
},
"__comment__": "NOTE: sass can't be upgraded until Vuetify 3 to avoid tons of deprecation warnings",
"devDependencies": {
"@babel/core": "7.24.9",
"@babel/core": "7.25.2",
"@babel/plugin-proposal-class-properties": "7.18.6",
"@babel/plugin-transform-runtime": "7.24.7",
"@babel/preset-env": "7.24.8",
"@babel/runtime": "7.24.8",
"@babel/preset-env": "7.25.3",
"@babel/runtime": "7.25.0",
"@types/systemjs": "6.13.5",
"babel-plugin-istanbul": "6.1.1",
"babel-plugin-istanbul": "7.0.0",
"copy-webpack-plugin": "12.0.2",
"eslint": "8.56.0",
"html-webpack-plugin": "5.6.0",
Expand All @@ -43,6 +43,6 @@
"webpack-cli": "5.1.4",
"webpack-config-single-spa": "5.3.1",
"webpack-dev-server": "5.0.4",
"webpack-merge": "5.10.0"
"webpack-merge": "6.0.1"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@
"author": "Ben Keen, Jason Thomas",
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.24.9",
"@babel/core": "^7.25.2",
"@babel/plugin-proposal-class-properties": "7.18.6",
"@babel/plugin-transform-runtime": "7.24.7",
"@babel/preset-env": "^7.24.8",
"@babel/runtime": "7.24.8",
"@babel/preset-env": "^7.25.3",
"@babel/runtime": "7.25.0",
"@webpack-cli/generators": "^3.0.7",
"babel-loader": "^9.1.3",
"babel-plugin-istanbul": "6.1.1",
"babel-plugin-istanbul": "7.0.0",
"eslint": "8.56.0",
"file-loader": "^6.2.0",
"prettier": "3.3.3",
Expand All @@ -34,7 +34,7 @@
"webpack": "^5.93.0",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "5.0.4",
"webpack-merge": "5.10.0",
"webpack-merge": "6.0.1",
"webpack-remove-empty-scripts": "^1.0.4"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,16 @@
"vuetify": "2.7.1"
},
"devDependencies": {
"@babel/eslint-parser": "7.24.8",
"@rushstack/eslint-patch": "1.10.3",
"@babel/eslint-parser": "7.25.1",
"@rushstack/eslint-patch": "1.10.4",
"@vue/babel-preset-app": "5.0.8",
"@vue/cli": "5.0.8",
"@vue/cli-plugin-babel": "5.0.8",
"@vue/cli-plugin-eslint": "5.0.8",
"@vue/cli-service": "5.0.8",
"@vue/eslint-config-prettier": "9.0.0",
"babel-loader": "9.1.3",
"babel-plugin-istanbul": "6.1.1",
"babel-plugin-istanbul": "7.0.0",
"eslint": "8.56.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-prettier": "5.2.1",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ VERTICAL
END

VERTICALBOX "Run Script:"
NAMED_WIDGET SCRIPTNAME COMBOBOX collect.rb checks.rb
NAMED_WIDGET SCRIPTNAME COMBOBOX collect.py checks.py
NAMED_WIDGET BG CHECKBUTTON 'Background'
# The backslash '\' character indicates string concatenation without newlines.
# NOTE: Both lines must use the same quote character: ' or "
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"vuex": "3.6.2"
},
"devDependencies": {
"@babel/eslint-parser": "7.24.8",
"@babel/eslint-parser": "7.25.1",
"@vue/babel-preset-app": "5.0.8",
"@vue/cli": "5.0.8",
"@vue/cli-plugin-babel": "5.0.8",
Expand All @@ -35,7 +35,7 @@
"@vue/eslint-config-prettier": "9.0.0",
"@vue/test-utils": "1.3.0",
"babel-loader": "9.1.3",
"babel-plugin-istanbul": "6.1.1",
"babel-plugin-istanbul": "7.0.0",
"eslint": "8.56.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-prettier": "5.2.1",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"dependencies": {
"@astrouxds/astro-web-components": "7.22.1",
"@openc3/tool-common": "5.17.2-beta0",
"axios": "1.7.2",
"axios": "1.7.4",
"date-fns": "3.6.0",
"lodash": "4.17.21",
"portal-vue": "2.1.7",
Expand All @@ -26,7 +26,7 @@
"vuex": "3.6.2"
},
"devDependencies": {
"@babel/eslint-parser": "7.24.8",
"@babel/eslint-parser": "7.25.1",
"@vue/babel-preset-app": "5.0.8",
"@vue/cli": "5.0.8",
"@vue/cli-plugin-babel": "5.0.8",
Expand All @@ -37,7 +37,7 @@
"@vue/eslint-config-prettier": "9.0.0",
"@vue/test-utils": "1.3.0",
"babel-loader": "9.1.3",
"babel-plugin-istanbul": "6.1.1",
"babel-plugin-istanbul": "7.0.0",
"eslint": "8.56.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-prettier": "5.2.1",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"dependencies": {
"@astrouxds/astro-web-components": "7.22.1",
"@openc3/tool-common": "5.17.2-beta0",
"axios": "1.7.2",
"axios": "1.7.4",
"date-fns": "3.6.0",
"portal-vue": "2.1.7",
"single-spa-vue": "2.5.1",
Expand All @@ -25,8 +25,8 @@
"vuex": "3.6.2"
},
"devDependencies": {
"@babel/eslint-parser": "7.24.8",
"@rushstack/eslint-patch": "1.10.3",
"@babel/eslint-parser": "7.25.1",
"@rushstack/eslint-patch": "1.10.4",
"@vue/babel-preset-app": "5.0.8",
"@vue/cli": "5.0.8",
"@vue/cli-plugin-babel": "5.0.8",
Expand All @@ -37,7 +37,7 @@
"@vue/eslint-config-prettier": "9.0.0",
"@vue/test-utils": "1.3.0",
"babel-loader": "9.1.3",
"babel-plugin-istanbul": "6.1.1",
"babel-plugin-istanbul": "7.0.0",
"eslint": "8.56.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-prettier": "5.2.1",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"vuex": "3.6.2"
},
"devDependencies": {
"@babel/eslint-parser": "7.24.8",
"@babel/eslint-parser": "7.25.1",
"@vue/babel-preset-app": "5.0.8",
"@vue/cli": "5.0.8",
"@vue/cli-plugin-babel": "5.0.8",
Expand All @@ -36,7 +36,7 @@
"@vue/eslint-config-prettier": "9.0.0",
"@vue/test-utils": "1.3.0",
"babel-loader": "9.1.3",
"babel-plugin-istanbul": "6.1.1",
"babel-plugin-istanbul": "7.0.0",
"eslint": "8.56.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-prettier": "5.2.1",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"dependencies": {
"@astrouxds/astro-web-components": "7.22.1",
"@openc3/tool-common": "5.17.2-beta0",
"axios": "1.7.2",
"axios": "1.7.4",
"date-fns": "3.6.0",
"portal-vue": "2.1.7",
"single-spa-vue": "2.5.1",
Expand All @@ -25,7 +25,7 @@
"vuex": "3.6.2"
},
"devDependencies": {
"@babel/eslint-parser": "7.24.8",
"@babel/eslint-parser": "7.25.1",
"@vue/babel-preset-app": "5.0.8",
"@vue/cli": "5.0.8",
"@vue/cli-plugin-babel": "5.0.8",
Expand All @@ -36,7 +36,7 @@
"@vue/eslint-config-prettier": "9.0.0",
"@vue/test-utils": "1.3.0",
"babel-loader": "9.1.3",
"babel-plugin-istanbul": "6.1.1",
"babel-plugin-istanbul": "7.0.0",
"eslint": "8.56.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-prettier": "5.2.1",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"vuex": "3.6.2"
},
"devDependencies": {
"@babel/eslint-parser": "7.24.8",
"@babel/eslint-parser": "7.25.1",
"@vue/babel-preset-app": "5.0.8",
"@vue/cli": "5.0.8",
"@vue/cli-plugin-babel": "5.0.8",
Expand All @@ -37,7 +37,7 @@
"@vue/eslint-config-prettier": "9.0.0",
"@vue/test-utils": "1.3.0",
"babel-loader": "9.1.3",
"babel-plugin-istanbul": "6.1.1",
"babel-plugin-istanbul": "7.0.0",
"eslint": "8.56.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-prettier": "5.2.1",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"vuex": "3.6.2"
},
"devDependencies": {
"@babel/eslint-parser": "7.24.8",
"@babel/eslint-parser": "7.25.1",
"@vue/babel-preset-app": "5.0.8",
"@vue/cli": "5.0.8",
"@vue/cli-plugin-babel": "5.0.8",
Expand All @@ -37,7 +37,7 @@
"@vue/eslint-config-prettier": "9.0.0",
"@vue/test-utils": "1.3.0",
"babel-loader": "9.1.3",
"babel-plugin-istanbul": "6.1.1",
"babel-plugin-istanbul": "7.0.0",
"eslint": "8.56.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-prettier": "5.2.1",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"dependencies": {
"@astrouxds/astro-web-components": "7.22.1",
"@openc3/tool-common": "5.17.2-beta0",
"axios": "1.7.2",
"axios": "1.7.4",
"date-fns": "3.6.0",
"lodash": "4.17.21",
"portal-vue": "2.1.7",
Expand All @@ -26,7 +26,7 @@
"vuex": "3.6.2"
},
"devDependencies": {
"@babel/eslint-parser": "7.24.8",
"@babel/eslint-parser": "7.25.1",
"@vue/babel-preset-app": "5.0.8",
"@vue/cli": "5.0.8",
"@vue/cli-plugin-babel": "5.0.8",
Expand All @@ -37,7 +37,7 @@
"@vue/eslint-config-prettier": "9.0.0",
"@vue/test-utils": "1.3.0",
"babel-loader": "9.1.3",
"babel-plugin-istanbul": "6.1.1",
"babel-plugin-istanbul": "7.0.0",
"eslint": "8.56.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-prettier": "5.2.1",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"dependencies": {
"@astrouxds/astro-web-components": "7.22.1",
"@openc3/tool-common": "5.17.2-beta0",
"axios": "1.7.2",
"axios": "1.7.4",
"date-fns": "3.6.0",
"lodash": "4.17.21",
"portal-vue": "2.1.7",
Expand All @@ -26,7 +26,7 @@
"vuex": "3.6.2"
},
"devDependencies": {
"@babel/eslint-parser": "7.24.8",
"@babel/eslint-parser": "7.25.1",
"@vue/babel-preset-app": "5.0.8",
"@vue/cli": "5.0.8",
"@vue/cli-plugin-babel": "5.0.8",
Expand All @@ -37,7 +37,7 @@
"@vue/eslint-config-prettier": "9.0.0",
"@vue/test-utils": "1.3.0",
"babel-loader": "9.1.3",
"babel-plugin-istanbul": "6.1.1",
"babel-plugin-istanbul": "7.0.0",
"eslint": "8.56.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-prettier": "5.2.1",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"dependencies": {
"@astrouxds/astro-web-components": "7.22.1",
"@openc3/tool-common": "5.17.2-beta0",
"axios": "1.7.2",
"axios": "1.7.4",
"date-fns": "3.6.0",
"lodash": "4.17.21",
"portal-vue": "2.1.7",
Expand All @@ -26,7 +26,7 @@
"vuex": "3.6.2"
},
"devDependencies": {
"@babel/eslint-parser": "7.24.8",
"@babel/eslint-parser": "7.25.1",
"@vue/babel-preset-app": "5.0.8",
"@vue/cli": "5.0.8",
"@vue/cli-plugin-babel": "5.0.8",
Expand All @@ -37,7 +37,7 @@
"@vue/eslint-config-prettier": "9.0.0",
"@vue/test-utils": "1.3.0",
"babel-loader": "9.1.3",
"babel-plugin-istanbul": "6.1.1",
"babel-plugin-istanbul": "7.0.0",
"eslint": "8.56.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-prettier": "5.2.1",
Expand Down
Loading

0 comments on commit 78a93ba

Please sign in to comment.