Skip to content

Commit

Permalink
Deps: Update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 15, 2024
1 parent fa6a656 commit 773e3f1
Show file tree
Hide file tree
Showing 11 changed files with 252 additions and 107 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
- name: Publish Web Package Code Coverage
# When Nx hits its cloud cache, there is no generated coverage to sent, e.g. do not let this crash
if: ${{ hashFiles('./packages/web/.coverage/lcov.info') != '' }}
uses: coverallsapp/[email protected].1
uses: coverallsapp/[email protected].2
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
file: ./packages/web/.coverage/lcov.info
Expand All @@ -99,7 +99,7 @@ jobs:
- name: Publish Web-React Package Code Coverage
# When Nx hits its cloud cache, there is no generated coverage to sent, e.g. do not let this crash
if: ${{ hashFiles('./packages/web-react/.coverage/lcov.info') != '' }}
uses: coverallsapp/[email protected].1
uses: coverallsapp/[email protected].2
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
file: ./packages/web-react/.coverage/lcov.info
Expand All @@ -109,7 +109,7 @@ jobs:
- name: Publish Analytics Package Code Coverage
# When Nx hits its cloud cache, there is no generated coverage to sent, e.g. do not let this crash
if: ${{ hashFiles('./packages/analytics/.coverage/lcov.info') != '' }}
uses: coverallsapp/[email protected].1
uses: coverallsapp/[email protected].2
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
file: ./packages/analytics/.coverage/lcov.info
Expand Down
2 changes: 1 addition & 1 deletion configs/jest-config-spirit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"type": "module",
"module": "./index.js",
"dependencies": {
"@swc/core": "1.7.35",
"@swc/core": "1.7.36",
"@swc/jest": "0.2.36",
"@testing-library/jest-dom": "^6.4.5",
"@types/jest": "29.5.13",
Expand Down
2 changes: 1 addition & 1 deletion exporters/js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"types": "tsc"
},
"devDependencies": {
"@swc/core": "1.7.35",
"@swc/core": "1.7.36",
"@swc/jest": "0.2.36",
"eslint": "8.57.1",
"jest": "29.7.0",
Expand Down
2 changes: 1 addition & 1 deletion exporters/scss/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"types": "tsc"
},
"devDependencies": {
"@swc/core": "1.7.35",
"@swc/core": "1.7.36",
"@swc/jest": "0.2.36",
"eslint": "8.57.1",
"jest": "29.7.0",
Expand Down
2 changes: 1 addition & 1 deletion exporters/variables-scss/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
},
"devDependencies": {
"@lmc-eu/eslint-config-typescript": "2.1.4",
"@swc/core": "1.7.35",
"@swc/core": "1.7.36",
"@swc/jest": "0.2.36",
"eslint": "8.57.1",
"jest": "29.7.0",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
"lint-staged": "15.2.10",
"netlify-cli": "17.37.0",
"npm-run-all2": "6.2.3",
"nx": "19.7.2",
"nx": "19.8.4",
"postcss": "8.4.47",
"prettier": "3.3.3",
"prettier-config-spirit": "workspace:^",
Expand Down
2 changes: 1 addition & 1 deletion packages/design-tokens/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"shx": "0.3.4",
"stylelint": "16.10.0",
"stylelint-config-spirit": "workspace:^",
"typescript": "5.6.2",
"typescript": "5.6.3",
"vite": "5.4.9",
"vite-plugin-dts": "4.2.4"
}
Expand Down
4 changes: 2 additions & 2 deletions packages/form-validations/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@
"npm-run-all": "4.1.5",
"sass": "1.79.5",
"shx": "0.3.4",
"tslib": "2.7.0",
"typescript": "5.6.2",
"tslib": "2.8.0",
"typescript": "5.6.3",
"vite": "5.4.9"
},
"nx": {
Expand Down
8 changes: 4 additions & 4 deletions packages/web-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@
"@testing-library/user-event": "14.5.2",
"@types/babel__core": "7.20.5",
"@types/jest": "29.5.13",
"@types/node": "20.14.9",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"@types/node": "20.16.11",
"@types/react": "18.3.11",
"@types/react-dom": "18.3.1",
"@types/react-transition-group": "4.4.11",
"@typescript-eslint/eslint-plugin": "6.21.0",
"@typescript-eslint/parser": "6.21.0",
Expand Down Expand Up @@ -78,7 +78,7 @@
"terser-webpack-plugin": "5.3.10",
"ts-loader": "9.5.1",
"ts-node": "10.9.2",
"typescript": "5.6.2",
"typescript": "5.6.3",
"webpack": "5.95.0",
"webpack-cli": "5.1.4",
"webpack-merge": "5.10.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,8 @@
"shx": "0.3.4",
"stylelint": "16.10.0",
"stylelint-config-spirit": "workspace:^",
"tslib": "2.7.0",
"typescript": "5.6.2"
"tslib": "2.8.0",
"typescript": "5.6.3"
},
"peerDependencies": {
"sass": ">=1.57.0 < 2"
Expand Down
Loading

0 comments on commit 773e3f1

Please sign in to comment.