Skip to content

Commit

Permalink
build: patch round 2024-07
Browse files Browse the repository at this point in the history
- update package.json#packageManager to [email protected]
- update .editorconfig
- rename .prettierrc.json -> prettier.config.cjs
- install patch updates
- install minor updates
- install major updates
  • Loading branch information
matijs committed Jul 18, 2024
1 parent 60f2f9c commit 79617b5
Show file tree
Hide file tree
Showing 5 changed files with 1,781 additions and 1,744 deletions.
9 changes: 3 additions & 6 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
root = true

[*.{css,js,json,jsx,html,md,mdx,scss,svg,ts,tsx}]
[*]
charset = UTF-8
end_of_line = lf
indent_size = 2
Expand All @@ -9,8 +9,5 @@ insert_final_newline = true
max_line_length = 120
trim_trailing_whitespace = true

[*ignore]
charset = UTF-8
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
[*.{md,mdx}]
trim_trailing_whitespace = false
47 changes: 0 additions & 47 deletions .prettierrc.json

This file was deleted.

54 changes: 27 additions & 27 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
"build": "ng build",
"test:chrome": "ng test",
"lint": "npm-run-all lint:**",
"lint:js": "eslint --ext '.js,.cjs,.json,.html,.ts,.tsx' --no-error-on-unmatched-pattern .",
"lint:js": "eslint --ext .js,.cjs,.mjs,.json,.html,.ts,.tsx --no-error-on-unmatched-pattern .",
"lint:prettier": "prettier --check .",
"lint-fix:js": "eslint --ext '.js,.cjs,.json,.html,.ts,.tsx' --no-error-on-unmatched-pattern .",
"lint-fix:js": "eslint --ext .js,.cjs,.mjs,.json,.html,.ts,.tsx --no-error-on-unmatched-pattern .",
"prettier": "prettier --write .",
"e2e": "ng e2e",
"test-update": "pnpm run --if-present lint && pnpm run --if-present test && pnpm run --if-present build && pnpm run --if-present lint-build && pnpm run --if-present test-build",
Expand All @@ -23,40 +23,40 @@
},
"private": true,
"dependencies": {
"@angular/animations": "18.0.3",
"@angular/common": "18.0.3",
"@angular/compiler": "18.0.3",
"@angular/core": "18.0.3",
"@angular/forms": "18.0.3",
"@angular/platform-browser": "18.0.3",
"@angular/platform-browser-dynamic": "18.0.3",
"@angular/router": "18.0.3",
"@angular/animations": "18.1.0",
"@angular/common": "18.1.0",
"@angular/compiler": "18.1.0",
"@angular/core": "18.1.0",
"@angular/forms": "18.1.0",
"@angular/platform-browser": "18.1.0",
"@angular/platform-browser-dynamic": "18.1.0",
"@angular/router": "18.1.0",
"rxjs": "7.8.1",
"tslib": "2.6.3",
"zone.js": "0.14.7"
},
"devDependencies": {
"@angular-devkit/build-angular": "18.0.3",
"@angular-eslint/eslint-plugin": "18.0.1",
"@angular-eslint/eslint-plugin-template": "18.0.1",
"@angular-eslint/template-parser": "18.0.1",
"@angular/cli": "18.0.3",
"@angular/compiler-cli": "18.0.3",
"@angular-devkit/build-angular": "18.1.0",
"@angular-eslint/eslint-plugin": "18.1.0",
"@angular-eslint/eslint-plugin-template": "18.1.0",
"@angular-eslint/template-parser": "18.1.0",
"@angular/cli": "18.1.0",
"@angular/compiler-cli": "18.1.0",
"@ngx-translate/core": "15.0.0",
"@ngx-translate/http-loader": "8.0.0",
"@types/jasmine": "5.1.4",
"@types/node": "20.14.2",
"@typescript-eslint/eslint-plugin": "7.13.0",
"@typescript-eslint/parser": "7.13.0",
"@types/node": "20.14.10",
"@typescript-eslint/eslint-plugin": "7.16.1",
"@typescript-eslint/parser": "7.16.1",
"@utrecht/component-library-angular": "1.1.0",
"@utrecht/component-library-css": "3.2.0",
"@utrecht/design-tokens": "1.0.0-alpha.655",
"@utrecht/web-component-library-angular": "1.0.0",
"@utrecht/web-component-library-stencil": "1.2.0",
"@utrecht/component-library-css": "4.0.0",
"@utrecht/design-tokens": "1.0.0",
"@utrecht/web-component-library-angular": "1.1.0",
"@utrecht/web-component-library-stencil": "1.3.0",
"codelyzer": "6.0.2",
"eslint": "8.57.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-jasmine": "4.1.3",
"eslint-plugin-jasmine": "4.2.0",
"eslint-plugin-json": "3.1.0",
"eslint-plugin-prettier": "5.1.3",
"jasmine-core": "5.1.2",
Expand All @@ -68,10 +68,10 @@
"karma-jasmine-html-reporter": "2.1.0",
"npm-check-updates": "16.14.20",
"npm-run-all": "4.1.5",
"prettier": "3.3.2",
"prettier": "3.3.3",
"protractor": "7.0.0",
"ts-node": "10.9.2",
"typescript": "5.4.5"
"typescript": "5.5.3"
},
"packageManager": "pnpm@9.1.2+sha256.19c17528f9ca20bd442e4ca42f00f1b9808a9cb419383cd04ba32ef19322aba7"
"packageManager": "pnpm@9.4.0+sha512.f549b8a52c9d2b8536762f99c0722205efc5af913e77835dbccc3b0b0b2ca9e7dc8022b78062c17291c48e88749c70ce88eb5a74f1fa8c4bf5e18bb46c8bd83a"
}
Loading

0 comments on commit 79617b5

Please sign in to comment.