Skip to content

Commit

Permalink
chore: upgrade deps
Browse files Browse the repository at this point in the history
  • Loading branch information
3cp committed Oct 22, 2024
1 parent 9ddfb21 commit a9e6b34
Show file tree
Hide file tree
Showing 12 changed files with 67 additions and 69 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
node_version: [16, 18, 20]
node_version: [20]
os: [ubuntu-latest, windows-latest, macOS-latest]

steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
fail-fast: false
matrix:
node_version:
- 18
- 20
os:
- ubuntu-latest
target_features:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e-macOS.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
fail-fast: false
matrix:
node_version:
- 18
- 20
os:
- macOS-latest
target_features:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
fail-fast: false
matrix:
node_version:
- 18
- 20
os:
- windows-latest
target_features:
Expand Down
18 changes: 9 additions & 9 deletions cli-bundler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"del": "^6.1.0",

// @if requirejs
"requirejs": "^2.3.6",
"requirejs": "^2.3.7",
// @endif
// @if alameda
"alameda": "^1.4.0",
Expand All @@ -26,20 +26,20 @@
// @endif

// @if postcss
"gulp-postcss": "^9.0.1",
"postcss": "^8.4.24",
"autoprefixer": "^10.4.14",
"cssnano": "^6.0.1",
"gulp-postcss": "^10.0.0",
"postcss": "^8.4.47",
"autoprefixer": "^10.4.20",
"cssnano": "^7.0.6",
"postcss-url": "^10.1.3",
// @endif

// @if sass
"gulp-dart-sass": "^1.1.0",
"node-sass-package-importer": "^5.3.2",
"node-sass-package-importer": "^5.3.3",
// @endif

// @if stylus
"gulp-stylus": "^3.0.0",
"gulp-stylus": "^3.0.1",
// @endif

// @if htmlmin
Expand All @@ -49,8 +49,8 @@
"connect": "^3.7.0",
"connect-history-api-fallback": "^2.0.0",
"connect-injector": "^0.4.4",
"serve-static": "^1.15.0",
"socket.io": "^4.7.1",
"serve-static": "^1.16.2",
"socket.io": "^4.8.0",
"open": "^8.4.0",
"server-destroy": "^1.0.1",

Expand Down
1 change: 0 additions & 1 deletion common/babel.config.json__if_babel
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
],
"plugins": [
["@babel/plugin-proposal-decorators", { "version": "legacy" }],
["@babel/plugin-proposal-class-properties", { "loose": true }],
"@babel/plugin-syntax-dynamic-import"
]
}
31 changes: 15 additions & 16 deletions common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,41 +9,40 @@
"license": "MIT",
// @if ! plugin
"dependencies": {
"aurelia-bootstrapper": "^2.4.0",
"aurelia-bootstrapper": "^2.4.1",
"aurelia-animator-css": "^1.0.4"
},
// @endif
"devDependencies": {
"eslint": "^8.43.0",
"aurelia-cli": "^3.0.1",
"aurelia-cli": "^3.0.3",
"aurelia-testing": "^1.1.0",
"gulp": "^4.0.2",
"gulp-eslint-new": "^1.8.1",
"gulp-eslint-new": "^2.3.0",
"minimatch": "^5.1.2",
"promise-polyfill": "^8.3.0",

// @if plugin
"aurelia-bootstrapper": "^2.4.0",
"aurelia-bootstrapper": "^2.4.1",
"aurelia-animator-css": "^1.0.4",
// @endif

// @if babel
"@babel/eslint-parser": "^7.22.5",
"@babel/plugin-proposal-decorators": "^7.22.5",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/eslint-parser": "^7.25.8",
"@babel/plugin-proposal-decorators": "^7.25.7",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/preset-env": "^7.22.5",
"@babel/core": "^7.22.5",
"@babel/register": "^7.18.9",
"regenerator-runtime": "^0.13.11",
"@babel/preset-env": "^7.25.8",
"@babel/core": "^7.25.8",
"@babel/register": "^7.25.7",
"regenerator-runtime": "^0.14.1",
// @endif

// @if typescript
"typescript": "^5.1.6",
"tslib": "^2.6.0",
"@types/node": "^18.11.18",
"@typescript-eslint/eslint-plugin": "^5.60.1",
"@typescript-eslint/parser": "^5.60.1",
"typescript": "^5.6.3",
"tslib": "^2.8.0",
"@types/node": "^22.7.8",
"@typescript-eslint/eslint-plugin": "^8.11.0",
"@typescript-eslint/parser": "^8.11.0",
// @endif
},
// @if postcss || babel
Expand Down
10 changes: 5 additions & 5 deletions jest/package.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
{
"devDependencies": {
"jest": "^29.5.0",
"jest-cli": "^29.5.0",
"jest": "^29.7.0",
"jest-cli": "^29.7.0",
"jest-transform-stub": "^2.0.0",
"aurelia-loader-nodejs": "^1.1.0",
"aurelia-pal-nodejs": "^2.0.0",

// @if babel
"babel-jest": "^29.5.0",
"babel-jest": "^29.7.0",
// @endif

// @if typescript
"ts-jest": "^29.1.0",
"@types/jest": "^29.5.2",
"ts-jest": "^29.2.5",
"@types/jest": "^29.5.13",
// @endif
},
"scripts": {
Expand Down
8 changes: 4 additions & 4 deletions karma/package.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
{
"devDependencies": {
"jasmine-core": "^4.5.0",
"karma": "^6.4.2",
"jasmine-core": "^5.4.0",
"karma": "^6.4.4",
"karma-chrome-launcher": "^3.2.0",
"karma-jasmine": "^5.1.0",
"karma-sourcemap-loader": "^0.3.8",
"karma-sourcemap-loader": "^0.4.0",

// @if babel
"karma-babel-preprocessor": "^8.0.2",
// @endif

// @if typescript
"karma-typescript-preprocessor": "^0.4.0",
"@types/jasmine": "^4.3.5",
"@types/jasmine": "^5.1.4",
// @endif
},

Expand Down
2 changes: 1 addition & 1 deletion playwright/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"devDependencies": {
"@playwright/test": "^1.35.1",
"@playwright/test": "^1.48.1",
},
"scripts": {
"e2e": "playwright test"
Expand Down
4 changes: 2 additions & 2 deletions scaffold-navigation/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"dependencies": {
"whatwg-fetch": "^3.6.2",
"whatwg-fetch": "^3.6.20",
"aurelia-fetch-client": "^1.8.2",
"bootstrap": "^4.6.1",
"popper.js": "^1.16.1",
"@fortawesome/fontawesome-free": "^5.15.4",
"jquery": "^3.7.0"
"jquery": "^3.7.1"
}
}
54 changes: 27 additions & 27 deletions webpack/package.json
Original file line number Diff line number Diff line change
@@ -1,57 +1,57 @@
{
"devDependencies": {
// @if dotnet-core
"webpack-hot-middleware": "^2.25.4",
"webpack-hot-middleware": "^2.26.1",
// @endif

// @if babel
"babel-loader": "^9.1.2",
"babel-plugin-istanbul": "^6.1.1",
"babel-loader": "^9.2.1",
"babel-plugin-istanbul": "^7.0.0",
// @endif

// @if typescript
"ts-loader": "^9.4.4",
"@types/webpack": "^5.28.1",
"ts-loader": "^9.5.1",
"@types/webpack": "^5.28.5",
// @endif

// @if less
"less-loader": "^11.1.3",
"less": "^4.1.3",
"less-loader": "^12.2.0",
"less": "^4.2.0",
// @endif

// @if postcss
"postcss-loader": "^7.3.3",
"postcss": "^8.4.24",
"autoprefixer": "^10.4.14",
"cssnano": "^6.0.1",
"postcss-loader": "^8.1.1",
"postcss": "^8.4.47",
"autoprefixer": "^10.4.20",
"cssnano": "^7.0.6",
// @endif

// @if sass
"sass-loader": "^13.3.2",
"sass": "^1.63.6",
"sass-loader": "^16.0.2",
"sass": "^1.80.3",
// @endif

// @if stylus
"stylus-loader": "^7.1.3",
"stylus": "^0.59.0",
"stylus-loader": "^8.1.1",
"stylus": "^0.64.0",
// @endif

"html-webpack-plugin": "^5.5.3",
"copy-webpack-plugin": "^11.0.0",
"mini-css-extract-plugin": "^2.7.6",
"aurelia-webpack-plugin": "^5.0.5",
"html-webpack-plugin": "^5.6.2",
"copy-webpack-plugin": "^12.0.2",
"mini-css-extract-plugin": "^2.9.1",
"aurelia-webpack-plugin": "^5.0.6",
"duplicate-package-checker-webpack-plugin": "^3.0.0",
"clean-webpack-plugin": "^4.0.0",
"webpack": "^5.88.1",
"webpack": "^5.95.0",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^4.15.1",
"expose-loader": "^4.1.0",
"style-loader": "^3.3.3",
"css-loader": "^6.8.1",
"app-settings-loader": "^2.0.9",
"webpack-dev-server": "^5.1.0",
"expose-loader": "^5.0.0",
"style-loader": "^4.0.0",
"css-loader": "^7.1.2",
"app-settings-loader": "^2.0.10",
"json-loader": "^0.5.7",
"html-loader": "^4.2.0",
"webpack-bundle-analyzer": "^4.9.0",
"html-loader": "^5.1.0",
"webpack-bundle-analyzer": "^4.10.2",
"tree-kill": "^1.2.2"
},
"scripts": {
Expand Down

0 comments on commit a9e6b34

Please sign in to comment.