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 and literat committed May 15, 2024
1 parent f2df881 commit 3430bcb
Show file tree
Hide file tree
Showing 23 changed files with 715 additions and 287 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
run: git fetch --no-tags --depth=50 origin main

- name: Install dependencies
uses: bahmutov/[email protected].1
uses: bahmutov/[email protected].2
with:
useRollingCache: true

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/commitlint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
run: git fetch --no-tags --depth=50 origin main

- name: Install dependencies
uses: bahmutov/[email protected].1
uses: bahmutov/[email protected].2
with:
useRollingCache: true

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/component-analysis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
node-version-file: '.nvmrc'

- name: Install dependencies
uses: bahmutov/[email protected].1
uses: bahmutov/[email protected].2
with:
useRollingCache: true

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
node-version-file: '.nvmrc'

- name: Install dependencies
uses: bahmutov/[email protected].1
uses: bahmutov/[email protected].2
with:
useRollingCache: true

Expand All @@ -72,7 +72,7 @@ jobs:
run: echo "site_url=${{ env.NETLIFY_DEPLOYED_URL }}" >> "$GITHUB_OUTPUT"

- name: Run Playwright tests
uses: docker://mcr.microsoft.com/playwright:v1.43.1-jammy
uses: docker://mcr.microsoft.com/playwright:v1.44.0-jammy
with:
args: yarn playwright test
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/git.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-22.04

steps:
- uses: actions/[email protected].3
- uses: actions/[email protected].5

- name: Block fixup commit merge
uses: 13rac1/[email protected]
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
node-version-file: '.nvmrc'

- name: Install dependencies
uses: bahmutov/[email protected].1
uses: bahmutov/[email protected].2
with:
useRollingCache: true

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-web-twig.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
node-version-file: '.nvmrc'

- name: Install dependencies
uses: bahmutov/[email protected].1
uses: bahmutov/[email protected].2
with:
useRollingCache: true

Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
run: git fetch --no-tags --depth=50 origin main

- name: Install dependencies
uses: bahmutov/[email protected].1
uses: bahmutov/[email protected].2
with:
useRollingCache: true

Expand All @@ -50,7 +50,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/github-action@v2.2.3
uses: coverallsapp/github-action@v2.3.0
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
file: ./packages/web/.coverage/lcov.info
Expand All @@ -59,7 +59,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/github-action@v2.2.3
uses: coverallsapp/github-action@v2.3.0
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
file: ./packages/web-react/.coverage/lcov.info
Expand All @@ -68,7 +68,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/github-action@v2.2.3
uses: coverallsapp/github-action@v2.3.0
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
file: ./packages/analytics/.coverage/lcov.info
Expand Down
2 changes: 1 addition & 1 deletion apps/demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"npm-run-all2": "5.0.2",
"rollup": "3.29.4",
"rollup-plugin-terser": "7.0.2",
"sass": "1.75.0",
"sass": "1.77.1",
"sass-true": "7.0.1",
"shx": "0.3.4",
"vite": "4.5.3",
Expand Down
6 changes: 3 additions & 3 deletions apps/storybook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"build": "storybook build --config-dir ./ --output-dir ./build"
},
"devDependencies": {
"@babel/core": "7.24.4",
"@babel/core": "7.24.5",
"@storybook/addon-actions": "7.6.18",
"@storybook/addon-essentials": "7.6.18",
"@storybook/addon-links": "7.6.18",
Expand All @@ -25,8 +25,8 @@
"@storybook/react": "7.6.18",
"@storybook/react-vite": "7.6.18",
"@storybook/theming": "7.6.18",
"react": "18.2.0",
"react-dom": "18.2.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"storybook": "7.6.18",
"typescript": "4.9.5",
"vite": "4.5.3"
Expand Down
2 changes: 1 addition & 1 deletion apps/web-twig-demo/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ RUN set -eux; \
RUN rm -f .env.local.php

# Caddy image
FROM caddy:2.7 AS app_caddy
FROM caddy:2.8 AS app_caddy

WORKDIR /srv/spirit-web-twig-demo

Expand Down
14 changes: 7 additions & 7 deletions apps/web-twig-demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,19 @@
"license": "MIT",
"private": true,
"devDependencies": {
"@babel/core": "7.24.4",
"@babel/preset-env": "7.24.4",
"@babel/core": "7.24.5",
"@babel/preset-env": "7.24.5",
"@csstools/normalize.css": "12.1.1",
"@floating-ui/dom": "1.6.3",
"@floating-ui/dom": "1.6.5",
"@hotwired/stimulus": "3.2.2",
"@lmc-eu/spirit-demo": "0.1.1",
"@lmc-eu/spirit-form-validations": "1.1.4",
"@lmc-eu/spirit-web": "1.13.0",
"@lmc-eu/spirit-form-validations": "1.1.5",
"@lmc-eu/spirit-web": "1.13.1",
"@symfony/stimulus-bridge": "3.2.2",
"@symfony/webpack-encore": "4.6.1",
"core-js": "3.37.0",
"core-js": "3.37.1",
"regenerator-runtime": "0.14.1",
"sass": "1.75.0",
"sass": "1.77.1",
"sass-loader": "13.3.3",
"ts-loader": "9.5.1",
"typescript": "5.4.5",
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.5.0",
"@swc/core": "1.5.7",
"@swc/jest": "0.2.36",
"eslint": "8.57.0",
"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.5.0",
"@swc/core": "1.5.7",
"@swc/jest": "0.2.36",
"eslint": "8.57.0",
"jest": "29.7.0",
Expand Down
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,26 +51,26 @@
"version": "yarn format:fix:changelog"
},
"devDependencies": {
"@babel/core": "7.24.4",
"@babel/core": "7.24.5",
"@babel/preset-react": "7.24.1",
"@commitlint/cli": "17.8.1",
"@lmc-eu/commitlint-config": "2.0.1",
"@lmc-eu/conventional-changelog-lmc-github": "3.0.1",
"@lmc-eu/eslint-config-react": "2.0.2",
"@lmc-eu/prettier-config": "2.0.0",
"@omlet/cli": "1.5.1",
"@playwright/test": "1.43.1",
"@omlet/cli": "1.6.0",
"@playwright/test": "1.44.0",
"@rollup/plugin-babel": "6.0.4",
"@rollup/plugin-node-resolve": "15.2.3",
"@rollup/plugin-replace": "5.0.5",
"@svgr/webpack": "8.1.0",
"babel-loader": "9.1.3",
"core-js": "3.37.0",
"core-js": "3.37.1",
"css-loader": "6.11.0",
"eslint": "8.57.0",
"eslint-plugin-jsx-a11y": "6.8.0",
"eslint-plugin-react": "7.34.1",
"eslint-plugin-react-hooks": "4.6.0",
"eslint-plugin-react-hooks": "4.6.2",
"eslint-plugin-storybook": "0.8.0",
"husky": "8.0.3",
"is-ci": "3.0.1",
Expand All @@ -81,8 +81,8 @@
"postcss": "8.4.38",
"prettier": "2.8.8",
"pretty-quick": "3.3.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-syntax-highlighter": "15.5.0",
"react-textarea-autosize": "8.5.3",
"sass-loader": "13.3.3",
Expand All @@ -93,8 +93,8 @@
"webpack-cli": "5.1.4"
},
"resolutions": {
"@types/react": "18.2.79",
"@types/react": "18.3.2",
"typescript": "4.7.4"
},
"packageManager": "[email protected].1"
"packageManager": "[email protected].2"
}
2 changes: 1 addition & 1 deletion packages/analytics/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"devDependencies": {
"@lmc-eu/eslint-config-jest": "3.0.2",
"@types/jest": "29.5.12",
"@types/node": "20.12.7",
"@types/node": "20.12.12",
"@typescript-eslint/eslint-plugin": "6.21.0",
"@typescript-eslint/parser": "6.21.0",
"jest": "29.7.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/codemods/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"devDependencies": {
"@lmc-eu/eslint-config-jest": "3.0.2",
"@types/jest": "29.5.12",
"@types/node": "20.12.7",
"@types/node": "20.12.12",
"@typescript-eslint/eslint-plugin": "6.21.0",
"@typescript-eslint/parser": "6.21.0",
"jest": "29.7.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
},
"devDependencies": {
"@types/jest": "29.5.12",
"@types/node": "20.12.7",
"@types/node": "20.12.12",
"jest": "29.7.0"
}
}
4 changes: 2 additions & 2 deletions packages/design-tokens/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,12 @@
"devDependencies": {
"@lmc-eu/stylelint-config": "7.0.1",
"npm-run-all2": "5.0.2",
"rimraf": "5.0.5",
"rimraf": "5.0.7",
"shx": "0.3.4",
"stylelint": "15.11.0",
"stylelint-order": "6.0.4",
"typescript": "5.4.5",
"vite": "4.5.3",
"vite-plugin-dts": "3.9.0"
"vite-plugin-dts": "3.9.1"
}
}
4 changes: 2 additions & 2 deletions packages/form-validations/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,13 @@
},
"devDependencies": {
"@lmc-eu/browserslist-config": "2.0.0",
"@swc/core": "1.5.0",
"@swc/core": "1.5.7",
"@swc/jest": "0.2.36",
"@types/jest": "29.5.12",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"npm-run-all": "4.1.5",
"sass": "1.75.0",
"sass": "1.77.1",
"shx": "0.3.4",
"tslib": "2.6.2",
"vite": "4.5.3"
Expand Down
26 changes: 13 additions & 13 deletions packages/web-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"react-transition-group": "^4.4.5"
},
"devDependencies": {
"@babel/preset-env": "7.24.4",
"@babel/preset-env": "7.24.5",
"@babel/preset-react": "7.24.1",
"@babel/preset-typescript": "7.24.1",
"@lmc-eu/eslint-config-base": "3.0.2",
Expand All @@ -36,17 +36,17 @@
"@lmc-eu/spirit-design-tokens": "^1.1.5",
"@lmc-eu/spirit-web": "^1.13.1",
"@rollup/plugin-node-resolve": "15.2.3",
"@swc/core": "1.5.0",
"@swc/core": "1.5.7",
"@swc/jest": "0.2.36",
"@testing-library/dom": "9.3.4",
"@testing-library/jest-dom": "6.4.2",
"@testing-library/jest-dom": "6.4.5",
"@testing-library/react": "14.3.1",
"@testing-library/react-hooks": "8.0.1",
"@testing-library/user-event": "14.5.2",
"@types/jest": "29.5.12",
"@types/node": "20.12.7",
"@types/react": "18.2.79",
"@types/react-dom": "18.2.25",
"@types/node": "20.12.12",
"@types/react": "18.3.2",
"@types/react-dom": "18.3.0",
"@types/react-transition-group": "4.4.10",
"@typescript-eslint/eslint-plugin": "6.21.0",
"@typescript-eslint/parser": "6.21.0",
Expand All @@ -58,19 +58,19 @@
"eslint-plugin-prettier": "4.2.1",
"eslint-plugin-promise": "6.1.1",
"eslint-plugin-react": "7.34.1",
"eslint-plugin-react-hooks": "4.6.0",
"eslint-plugin-react-hooks": "4.6.2",
"eslint-plugin-standard": "5.0.0",
"glob": "10.3.12",
"glob": "10.3.15",
"jest": "29.7.0",
"jest-cli": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"npm-run-all": "4.1.5",
"react": "18.2.0",
"react-dom": "18.2.0",
"recast": "0.23.6",
"react": "18.3.1",
"react-dom": "18.3.1",
"recast": "0.23.7",
"rollup": "3.29.4",
"rollup-plugin-terser": "7.0.2",
"sass": "1.75.0",
"sass": "1.77.1",
"shx": "0.3.4",
"terser-webpack-plugin": "5.3.10",
"ts-loader": "9.5.1",
Expand Down Expand Up @@ -110,7 +110,7 @@
"test:unit:coverage": "yarn test:unit --coverage"
},
"resolutions": {
"@types/react-dom": "18.2.25"
"@types/react-dom": "18.3.0"
},
"nx": {
"targets": {
Expand Down
6 changes: 3 additions & 3 deletions packages/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,12 +57,12 @@
"@lmc-eu/spirit-demo": "^0.1.1",
"@lmc-eu/stylelint-config": "7.0.1",
"@rollup/plugin-typescript": "11.1.6",
"@swc/core": "1.5.0",
"@swc/core": "1.5.7",
"@swc/jest": "0.2.36",
"@types/jest": "29.5.12",
"autoprefixer": "10.4.19",
"clean-css-cli": "5.6.3",
"glob": "10.3.12",
"glob": "10.3.15",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"jest-environment-node-single-context": "29.4.0",
Expand All @@ -72,7 +72,7 @@
"resize-observer-polyfill": "1.5.1",
"rollup": "3.29.4",
"rollup-plugin-terser": "7.0.2",
"sass": "1.75.0",
"sass": "1.77.1",
"sass-true": "7.0.1",
"shx": "0.3.4",
"stylelint": "15.11.0",
Expand Down
Loading

0 comments on commit 3430bcb

Please sign in to comment.