Skip to content

Commit

Permalink
build(deps): bump project dependencies (#839)
Browse files Browse the repository at this point in the history
- [x] update npm dependencies;
- [x] clean up stylelint configuration;
  • Loading branch information
rfprod authored May 11, 2024
1 parent bb1eea1 commit 3e10e49
Show file tree
Hide file tree
Showing 15 changed files with 1,543 additions and 1,401 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/validate-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ defaults:
shell: bash

concurrency:
group: ${{ github.head_ref }}.${{ github.sha }}.validate-pr
group: ${{ github.ref }}.validate-pr
cancel-in-progress: true

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .ncurc.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"reject": ["marked", "stylelint", "stylelint-prettier", "eslint"],
"reject": ["marked", "eslint"],
"timeout": 120000
}
41 changes: 22 additions & 19 deletions .stylelintrc
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
{
"extends": [
"stylelint-config-rational-order",
"stylelint-config-prettier",
"stylelint-prettier/recommended",
"./node_modules/prettier-stylelint/config.js"
"stylelint-prettier/recommended"
],
"plugins": [
"stylelint-prettier"
],
"plugins": ["stylelint-prettier"],
"rules": {
"prettier/prettier": true,
"indentation": 2,
"color-hex-length": "long",
"comment-empty-line-before": "always",
"comment-whitespace-inside": "always",
Expand All @@ -17,19 +16,23 @@
"font-family-name-quotes": "always-unless-keyword",
"font-weight-notation": "named-where-possible",
"function-name-case": "lower",
"function-url-quotes": ["always", { "except": ["empty"] }],
"function-url-quotes": [
"always",
{
"except": [
"empty"
]
}
],
"length-zero-no-unit": true,
"rule-empty-line-before": ["always-multi-line", { "except": ["after-single-line-comment", "first-nested"] }],
"selector-combinator-space-after": "always",
"selector-attribute-operator-space-before": "never",
"selector-attribute-operator-space-after": "never",
"selector-pseudo-class-parentheses-space-inside": "never",
"string-quotes": "single",
"unit-case": "lower",
"unicode-bom": "never",
"value-keyword-case": "lower",
"value-list-comma-space-after": "always-single-line",
"value-list-comma-space-before": "never",
"value-list-max-empty-lines": 0
"rule-empty-line-before": [
"always-multi-line",
{
"except": [
"after-single-line-comment",
"first-nested"
]
}
]
}
}
}
2 changes: 1 addition & 1 deletion apps/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"graphql-tools": "9.0.1",
"graphql-upload": "16.0.2",
"grpc-web": "1.5.0",
"protobufjs": "7.2.6",
"protobufjs": "7.3.0",
"reflect-metadata": "0.2.2",
"rxjs": "7.8.1",
"tslib": "2.6.2"
Expand Down
8 changes: 4 additions & 4 deletions functions/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion functions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@types/compression": "1.7.5",
"@types/express": "4.17.21",
"@types/graphql-upload": "16.0.7",
"@types/node": "20.12.8",
"@types/node": "20.12.11",
"@types/websocket": "1.0.10",
"@types/ws": "8.5.10",
"@apollo/server": "4.10.4",
Expand Down
6 changes: 3 additions & 3 deletions libs/client-d3-charts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rfprodz/client-d3-charts",
"version": "1.4.24",
"version": "1.4.25",
"description": "Angular chart components based on D3JS (https://d3js.org).",
"keywords": [
"angular-charts",
Expand All @@ -24,8 +24,8 @@
"tslib": "2.6.2"
},
"peerDependencies": {
"@angular/common": "17.3.7",
"@angular/core": "17.3.7",
"@angular/common": "17.3.8",
"@angular/core": "17.3.8",
"@types/d3": "7.4.3",
"d3": "7.9.0"
}
Expand Down
12 changes: 6 additions & 6 deletions libs/client-guided-tour/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rfprodz/client-guided-tour",
"version": "1.0.12",
"version": "1.0.13",
"description": "Guided tour feature for Angular clients.",
"keywords": [
"angular-module",
Expand All @@ -22,10 +22,10 @@
"tslib": "2.6.2"
},
"peerDependencies": {
"@angular/cdk": "17.3.7",
"@angular/common": "17.3.7",
"@angular/core": "17.3.7",
"@angular/material": "17.3.7",
"@angular/router": "17.3.7"
"@angular/cdk": "17.3.8",
"@angular/common": "17.3.8",
"@angular/core": "17.3.8",
"@angular/material": "17.3.8",
"@angular/router": "17.3.8"
}
}
10 changes: 5 additions & 5 deletions libs/client-pwa-offline/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rfprodz/client-pwa-offline",
"version": "1.0.33",
"version": "1.0.34",
"description": "PWA offline feature for Angular clients.",
"keywords": [
"angular-module",
Expand All @@ -21,9 +21,9 @@
"tslib": "2.6.2"
},
"peerDependencies": {
"@angular/common": "17.3.7",
"@angular/core": "17.3.7",
"@angular/material": "17.3.7",
"@angular/router": "17.3.7"
"@angular/common": "17.3.8",
"@angular/core": "17.3.8",
"@angular/material": "17.3.8",
"@angular/router": "17.3.8"
}
}
4 changes: 2 additions & 2 deletions libs/client-util-eliza/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rfprodz/client-util-eliza",
"version": "1.3.34",
"version": "1.3.35",
"description": "Angular chatbot logic based on Eliza (https://en.wikipedia.org/wiki/ELIZA).",
"keywords": [
"angular-chatbot",
Expand All @@ -23,6 +23,6 @@
"tslib": "2.6.2"
},
"peerDependencies": {
"@angular/core": "17.3.7"
"@angular/core": "17.3.8"
}
}
Loading

0 comments on commit 3e10e49

Please sign in to comment.