Skip to content

Commit

Permalink
Merge pull request #100 from aurelia/deps
Browse files Browse the repository at this point in the history
chore: update deps
  • Loading branch information
3cp authored Apr 3, 2024
2 parents bb26ec3 + 960e04c commit 5118721
Show file tree
Hide file tree
Showing 15 changed files with 62 additions and 62 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
10 changes: 5 additions & 5 deletions babel/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"devDependencies": {
"@babel/plugin-proposal-decorators": "^7.22.5",
"@babel/plugin-proposal-decorators": "^7.24.1",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/core": "^7.22.5",
"@babel/core": "^7.24.3",
// @if !parcel
"@babel/preset-env": "^7.22.5",
"@babel/preset-env": "^7.24.3",
// @endif
// @if parcel
"@parcel/babel-preset-env": "^2.9.3",
"@parcel/babel-preset-env": "^2.12.0",
// @endif
"@babel/eslint-parser": "^7.22.5"
"@babel/eslint-parser": "^7.24.1"
}
}
12 changes: 6 additions & 6 deletions common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,21 +24,21 @@
// @endif
},
"devDependencies": {
"eslint": "^8.43.0",
"eslint": "^8.57.0",
"@aurelia/testing": /* @if latest */"latest"/* @endif *//* @if dev */"dev"/* @endif */,
"htmlhint": "^1.1.4",
"stylelint": "^15.11.0",
"stylelint": "^16.3.1",
// @if css
"stylelint-config-standard": "^34.0.0",
"stylelint-config-standard": "^36.0.0",
// @endif
// @if less
"stylelint-config-standard-less": "^2.0.0",
"stylelint-config-standard-less": "^3.0.1",
// @endif
// @if sass
"stylelint-config-standard-scss": "^11.1.0",
"stylelint-config-standard-scss": "^13.1.0",
// @endif
// @if css-module
"stylelint-config-css-modules": "^4.3.0",
"stylelint-config-css-modules": "^4.4.0",
// @endif
// @if jasmine || mocha
"browser-do": "^4.1.0",
Expand Down
12 changes: 6 additions & 6 deletions dumber/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"connect-history-api-fallback": "^2.0.0",
"connect-injector": "^0.4.4",
"serve-static": "^1.15.0",
"socket.io": "^4.7.1",
"socket.io": "^4.7.5",
"open": "^8.4.2",

"cross-env": "^7.0.3",
Expand All @@ -31,11 +31,11 @@
// @endif
// @if sass
"gulp-dart-sass": "^1.1.0",
"node-sass-package-importer": "^5.3.2",
"node-sass-package-importer": "^5.3.3",
// @endif
"gulp-postcss": "^9.0.1",
"postcss": "^8.4.24",
"autoprefixer": "^10.4.14",
"gulp-postcss": "^10.0.0",
"postcss": "^8.4.38",
"autoprefixer": "^10.4.19",
"postcss-url": "^10.1.3",
// @if jasmine || mocha
"gulp-run": "^1.7.1",
Expand All @@ -52,7 +52,7 @@
},
// npm v8 feature to bypass outdated gulp deps
"overrides": {
"chokidar": "^3.5.3",
"chokidar": "^3.6.0",
"glob-stream": "^7.0.0",
"glob-parent": "^6.0.2",
"micromatch": "^4.0.5"
Expand Down
4 changes: 2 additions & 2 deletions jasmine/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"devDependencies": {
"jasmine-core": "^4.6.0",
"jasmine-core": "^5.1.2",
// @if typescript
"@types/jasmine": "^4.3.5",
"@types/jasmine": "^5.1.4",
// @endif
},
"scripts": {
Expand Down
6 changes: 3 additions & 3 deletions jest/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"devDependencies": {
"jest": "^29.5.0",
"jest-environment-jsdom": "^29.5.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"jest-transform-stub": "^2.0.0",
// @if babel
"@aurelia/babel-jest": /* @if latest */"latest"/* @endif *//* @if dev */"dev"/* @endif */,
// @endif
// @if typescript
"@types/jest": "^29.5.2",
"@types/jest": "^29.5.12",
"@aurelia/ts-jest": /* @if latest */"latest"/* @endif *//* @if dev */"dev"/* @endif */,
// @endif
},
Expand Down
6 changes: 3 additions & 3 deletions mocha/package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"devDependencies": {
"mocha": "^10.2.0",
"chai": "^4.3.7",
"mocha": "^10.4.0",
"chai": "^5.1.0",
// @if typescript
"@types/mocha": "^10.0.1",
"@types/mocha": "^10.0.6",
// @endif
// @if parcel
"buffer": "^6.0.3",
Expand Down
12 changes: 6 additions & 6 deletions parcel/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,22 +3,22 @@
"devDependencies": {
"@aurelia/parcel-transformer": /* @if !dev */"latest"/* @endif *//* @if dev */"dev"/* @endif */,
// @if typescript
"@parcel/transformer-typescript-tsc": "^2.9.3",
"@parcel/transformer-typescript-tsc": "^2.12.0",
// @endif
// @if less
"@parcel/transformer-less": "^2.9.3",
"@parcel/transformer-less": "^2.12.0",
// @endif
// @if sass
"@parcel/transformer-sass": "^2.9.3",
"@parcel/transformer-sass": "^2.12.0",
// @endif
// @if jasmine || mocha
"@parcel/resolver-glob": "^2.9.3",
"@parcel/resolver-glob": "^2.12.0",
// @endif
// @if mocha
"process": "^0.11.10",
// @endif
"@parcel/transformer-inline-string": "^2.9.3",
"parcel": "^2.9.3"
"@parcel/transformer-inline-string": "^2.12.0",
"parcel": "^2.12.0"
},
"scripts": {
"start": "parcel -p 9000",
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.42.1",
},
"scripts": {
"test:e2e": "playwright test"
Expand Down
10 changes: 5 additions & 5 deletions typescript/package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"devDependencies": {
"@types/node": "^18.11.18",
"typescript": "^5.1.6",
"tslib": "^2.6.0",
"@typescript-eslint/eslint-plugin": "^5.60.1",
"@typescript-eslint/parser": "^5.60.1"
"@types/node": "^20.12.3",
"typescript": "^5.4.3",
"tslib": "^2.6.2",
"@typescript-eslint/eslint-plugin": "^7.5.0",
"@typescript-eslint/parser": "^7.5.0"
}
}
41 changes: 20 additions & 21 deletions webpack/package.json
Original file line number Diff line number Diff line change
@@ -1,32 +1,31 @@
{
"devDependencies": {
"rimraf": "^5.0.1",
"webpack": "^5.88.1",
"webpack": "^5.91.0",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^4.15.1",
"html-webpack-plugin": "^5.5.3",
"webpack-bundle-analyzer": "^4.9.0",
"style-loader": "^3.3.3",
"css-loader": "^6.8.1",
"dotenv-webpack": "^8.0.1",
"webpack-dev-server": "^5.0.4",
"html-webpack-plugin": "^5.6.0",
"webpack-bundle-analyzer": "^4.10.1",
"style-loader": "^3.3.4",
"css-loader": "^6.10.0",
"dotenv-webpack": "^8.1.0",
"@aurelia/webpack-loader": /* @if !dev */"latest"/* @endif *//* @if dev */"dev"/* @endif */,
// @if babel
"babel-loader": "^9.1.2",
"babel-loader": "^9.1.3",
// @endif
// @if typescript
"ts-loader": "^9.4.4",
"ts-loader": "^9.5.1",
// @endif
// @if less
"less-loader": "^11.1.3",
"less": "^4.1.3",
"less-loader": "^12.2.0",
"less": "^4.2.0",
// @endif
// @if sass
"sass-loader": "^13.3.2",
"sass": "^1.63.6",
"sass-loader": "^14.1.1",
"sass": "^1.72.0",
// @endif
"postcss-loader": "^7.3.3",
"postcss": "^8.4.24",
"autoprefixer": "^10.4.14",
"postcss-loader": "^8.1.1",
"postcss": "^8.4.38",
"autoprefixer": "^10.4.19",
// @if jasmine || mocha
"webpack-shell-plugin-next": "^2.3.1",
// @endif
Expand All @@ -36,11 +35,11 @@
},
"scripts": {
"start": "webpack serve",
"build": "rimraf dist && webpack --env production",
"analyze": "rimraf dist && webpack --env production --analyze",
"build": "webpack --env production",
"analyze": "webpack --env production --analyze",
// @if jasmine || mocha
"build:test": "rimraf dist && webpack --env test",
"test:watch": "rimraf dist && webpack --env test --watch --runTest"
"build:test": "webpack --env test",
"test:watch": "webpack --env test --watch --runTest"
// @endif
}
}
1 change: 1 addition & 0 deletions webpack/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ module.exports = function(env, { /* @if jasmine || mocha*/runTest, /* @endif */a
},
// @endif
output: {
clean: true,
path: path.resolve(__dirname, 'dist'),
// @if app
filename: production ? '[name].[contenthash].bundle.js' : '[name].bundle.js'
Expand Down

0 comments on commit 5118721

Please sign in to comment.