Skip to content

Commit

Permalink
pnpm update (#2245)
Browse files Browse the repository at this point in the history
* pnpm update

* Downgrade ember-local-storage

* Bump electron deps

* Use Ubuntu 22
  • Loading branch information
RobbieTheWagner authored Dec 13, 2024
1 parent 5c68bf7 commit ab818b6
Show file tree
Hide file tree
Showing 7 changed files with 4,549 additions and 4,594 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/electron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
jobs:
test:
name: Tests
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
timeout-minutes: 10
steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ember.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
jobs:
test:
name: Tests
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
timeout-minutes: 10
steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
jobs:
lint:
name: JS and HBS
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
timeout-minutes: 10
steps:
- uses: actions/checkout@v4
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
jobs:
test:
name: Lint and Test
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
timeout-minutes: 10
steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -36,7 +36,7 @@ jobs:
timeout-minutes: 30
strategy:
matrix:
os: [macos-latest, ubuntu-latest, windows-latest]
os: [macos-latest, ubuntu-22.04, windows-latest]
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v2
Expand All @@ -59,10 +59,10 @@ jobs:
fileName: 'win-certificate.pfx'
encodedString: ${{ secrets.CERTIFICATE_WINDOWS_PFX }}
- name: Setup LXD
if: matrix.os == 'ubuntu-latest' && startsWith(github.ref, 'refs/tags/')
if: matrix.os == 'ubuntu-22.04' && startsWith(github.ref, 'refs/tags/')
uses: canonical/setup-lxd@v0.1.1
- name: Install Snapcraft
if: matrix.os == 'ubuntu-latest' && startsWith(github.ref, 'refs/tags/')
if: matrix.os == 'ubuntu-22.04' && startsWith(github.ref, 'refs/tags/')
uses: samuelmeuli/action-snapcraft@v2
env:
SNAPCRAFT_STORE_CREDENTIALS: ${{ secrets.snapcraft_token }}
Expand Down Expand Up @@ -94,7 +94,7 @@ jobs:
electron-app/out/**/*.zip
- name: Create a Sentry.io release
uses: tclindner/sentry-releases-action@v1.2.0
if: matrix.os == 'ubuntu-latest'
if: matrix.os == 'ubuntu-22.04'
env:
SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }}
SENTRY_ORG: ship-shape-consulting-llc
Expand Down
26 changes: 13 additions & 13 deletions electron-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,23 +25,23 @@
"@sentry/electron": "^4.24.0",
"electron-dl": "^3.5.2",
"electron-is-dev": "^2.0.0",
"electron-squirrel-startup": "^1.0.0",
"electron-squirrel-startup": "^1.0.1",
"electron-store": "^8.2.0",
"indexeddb-export-import": "^2.1.5",
"menubar": "^9.4.0",
"throttle-debounce": "^5.0.0"
"menubar": "^9.5.1",
"throttle-debounce": "^5.0.2"
},
"devDependencies": {
"@electron-forge/cli": "^7.4.0",
"@electron-forge/core": "^7.4.0",
"@electron-forge/maker-deb": "^7.4.0",
"@electron-forge/maker-dmg": "^7.4.0",
"@electron-forge/maker-snap": "^7.4.0",
"@electron-forge/maker-squirrel": "^7.4.0",
"@electron-forge/maker-zip": "^7.4.0",
"@electron-forge/publisher-snapcraft": "^7.4.0",
"@sentry/cli": "^2.31.0",
"electron": "^28.2.2",
"@electron-forge/cli": "^7.6.0",
"@electron-forge/core": "^7.6.0",
"@electron-forge/maker-deb": "^7.6.0",
"@electron-forge/maker-dmg": "^7.6.0",
"@electron-forge/maker-snap": "^7.6.0",
"@electron-forge/maker-squirrel": "^7.6.0",
"@electron-forge/maker-zip": "^7.6.0",
"@electron-forge/publisher-snapcraft": "^7.6.0",
"@sentry/cli": "^2.39.1",
"electron": "^33.2.1",
"electron-debug": "^3.2.0",
"electron-download": "^4.1.1"
},
Expand Down
82 changes: 41 additions & 41 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,28 +31,28 @@
"test:ember": "ember test"
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@babel/eslint-parser": "^7.25.1",
"@babel/plugin-proposal-decorators": "^7.24.7",
"@babel/core": "^7.26.0",
"@babel/eslint-parser": "^7.25.9",
"@babel/plugin-proposal-decorators": "^7.25.9",
"@babel/plugin-proposal-object-rest-spread": "^7.20.7",
"@babel/plugin-transform-typescript": "^7.24.1",
"@babel/preset-env": "^7.24.5",
"@babel/plugin-transform-typescript": "^7.26.3",
"@babel/preset-env": "^7.26.0",
"@csstools/postcss-sass": "^5.1.1",
"@ctrl/tinycolor": "^4.1.0",
"@ember/optional-features": "^2.1.0",
"@ember/optional-features": "^2.2.0",
"@ember/render-modifiers": "^2.1.0",
"@ember/string": "^3.1.1",
"@ember/test-helpers": "^3.3.1",
"@embroider/compat": "^3.4.3",
"@embroider/core": "^3.4.3",
"@embroider/webpack": "^3.2.1",
"@embroider/compat": "^3.7.0",
"@embroider/core": "^3.4.19",
"@embroider/webpack": "^3.2.3",
"@gavant/glint-template-types": "^0.4.0",
"@glimmer/component": "^1.1.2",
"@glimmer/tracking": "^1.1.2",
"@glint/core": "^1.4.0",
"@glint/environment-ember-loose": "^1.4.0",
"@glint/environment-ember-template-imports": "^1.4.0",
"@glint/template": "^1.4.0",
"@glint/core": "^1.5.0",
"@glint/environment-ember-loose": "^1.5.0",
"@glint/environment-ember-template-imports": "^1.5.0",
"@glint/template": "^1.5.0",
"@jaames/iro": "^5.5.2",
"@orbit/coordinator": "^0.17.0",
"@orbit/indexeddb": "^0.17.2",
Expand All @@ -63,29 +63,29 @@
"@orbit/utils": "^0.17.0",
"@release-it-plugins/lerna-changelog": "^6.1.0",
"@release-it-plugins/workspaces": "^4.2.0",
"@sentry/ember": "^7.112.2",
"@tailwindcss/forms": "^0.5.7",
"@sentry/ember": "^7.120.1",
"@tailwindcss/forms": "^0.5.9",
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@types/ember": "^4.0.11",
"@types/qunit": "^2.19.10",
"@types/qunit": "^2.19.12",
"@types/sinon": "^17.0.3",
"@typescript-eslint/eslint-plugin": "^7.0.0",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^6.21.0",
"aws4fetch": "^1.0.18",
"aws4fetch": "^1.0.20",
"babel-preset-env": "^1.7.0",
"broccoli-asset-rev": "^3.0.0",
"color-name-list": "^10.22.0",
"color-name-list": "^10.28.1",
"concurrently": "^8.2.2",
"crypto-browserify": "^3.12.0",
"crypto-browserify": "^3.12.1",
"ember-animated": "^2.0.1",
"ember-animated-tools": "^2.0.0",
"ember-auto-import": "^2.7.4",
"ember-auto-import": "^2.10.0",
"ember-cli": "5.11.0",
"ember-cli-app-version": "^6.0.1",
"ember-cli-babel": "^8.2.0",
"ember-cli-clean-css": "^3.0.0",
"ember-cli-content-security-policy": "^2.0.3",
"ember-cli-dependency-checker": "^3.3.2",
"ember-cli-dependency-checker": "^3.3.3",
"ember-cli-deprecation-workflow": "^2.2.0",
"ember-cli-flash": "^5.1.0",
"ember-cli-htmlbars": "^6.3.0",
Expand All @@ -96,60 +96,60 @@
"ember-click-outside": "^6.1.0",
"ember-cognito": "^2.0.0",
"ember-composable-helpers": "^5.0.0",
"ember-css-transitions": "^4.4.0",
"ember-css-transitions": "^4.4.1",
"ember-decorators": "^6.1.1",
"ember-drag-sort": "^3.0.1",
"ember-electron": "^7.0.0",
"ember-element-helper": "^0.8.6",
"ember-event-helpers": "^0.1.1",
"ember-fetch": "^8.1.2",
"ember-inflector": "^4.0.2",
"ember-inflector": "^4.0.3",
"ember-inputmask": "^2.0.0",
"ember-load-initializers": "^2.1.2",
"ember-local-storage": "^2.0.6",
"ember-local-storage": "2.0.6",
"ember-math-helpers": "^4.0.0",
"ember-modifier": "^4.2.0",
"ember-orbit": "^0.17.3",
"ember-qunit": "^8.1.0",
"ember-qunit": "^8.1.1",
"ember-resolver": "^11.0.1",
"ember-set-body-class": "^1.0.2",
"ember-set-helper": "^3.0.1",
"ember-simple-auth": "^6.0.0",
"ember-sinon-qunit": "^7.4.0",
"ember-source": "^5.11.0",
"ember-svg-jar": "^2.4.9",
"ember-template-imports": "^4.1.0",
"ember-simple-auth": "^6.1.0",
"ember-sinon-qunit": "^7.5.0",
"ember-source": "^5.12.0",
"ember-svg-jar": "^2.6.0",
"ember-template-imports": "^4.2.0",
"ember-template-lint": "^5.13.0",
"ember-test-selectors": "^6.0.0",
"ember-tooltips": "^3.6.0",
"ember-truth-helpers": "^4.0.3",
"eslint": "^8.57.0",
"eslint": "^8.57.1",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-ember": "^11.12.0",
"eslint-plugin-n": "^17.7.0",
"eslint-plugin-n": "^17.15.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-qunit": "^8.1.1",
"eslint-plugin-qunit": "^8.1.2",
"indexeddb-export-import": "^2.1.5",
"loader.js": "^4.7.0",
"nearest-color": "^0.4.4",
"postcss": "^8.4.38",
"postcss": "^8.4.49",
"postcss-scss": "^4.0.9",
"prettier": "^3.3.3",
"prettier": "^3.4.2",
"prettier-plugin-ember-template-tag": "^2.0.2",
"qunit": "^2.22.0",
"qunit-dom": "^3.1.2",
"qunit-dom": "^3.4.0",
"release-it": "^16.3.0",
"sinon": "^17.0.1",
"stream-browserify": "^3.0.0",
"stylelint": "^15.11.0",
"stylelint-config-standard-scss": "^11.1.0",
"stylelint-prettier": "^4.1.0",
"tailwindcss": "^3.4.3",
"throttle-debounce": "^5.0.0",
"tailwindcss": "^3.4.16",
"throttle-debounce": "^5.0.2",
"tracked-built-ins": "^3.3.0",
"typescript": "^5.4.5",
"typescript": "^5.7.2",
"wcag-contrast": "^3.0.0",
"webpack": "^5.93.0"
"webpack": "^5.97.1"
},
"packageManager": "pnpm@8.15.7",
"engines": {
Expand Down
Loading

0 comments on commit ab818b6

Please sign in to comment.