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 Oct 23, 2023
1 parent e404a22 commit 988dd2d
Show file tree
Hide file tree
Showing 14 changed files with 947 additions and 663 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
test:
runs-on: ubuntu-22.04
container:
image: mcr.microsoft.com/playwright:v1.38.1-jammy
image: mcr.microsoft.com/playwright:v1.39.0-jammy
timeout-minutes: 60

steps:
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-20.04

steps:
- uses: actions/[email protected].0
- uses: actions/[email protected].1

- name: Block fixup commit merge
uses: 13rac1/[email protected]
4 changes: 2 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,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].3
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
file: ./packages/web/.coverage/lcov.info
Expand All @@ -56,7 +56,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].3
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
file: ./packages/web-react/.coverage/lcov.info
Expand Down
12 changes: 6 additions & 6 deletions apps/web-twig-demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,22 +5,22 @@
"license": "MIT",
"private": true,
"devDependencies": {
"@babel/core": "7.23.0",
"@babel/preset-env": "7.22.20",
"@babel/core": "7.23.2",
"@babel/preset-env": "7.23.2",
"@csstools/normalize.css": "12.0.0",
"@hotwired/stimulus": "3.2.2",
"@lmc-eu/spirit-web": "1.2.2",
"@lmc-eu/spirit-form-validations": "1.0.4",
"@lmc-eu/spirit-demo": "0.1.0",
"@symfony/stimulus-bridge": "3.2.2",
"@symfony/webpack-encore": "4.4.0",
"core-js": "3.33.0",
"@symfony/webpack-encore": "4.5.0",
"core-js": "3.33.1",
"regenerator-runtime": "0.14.0",
"sass": "1.69.0",
"sass": "1.69.4",
"sass-loader": "13.3.2",
"ts-loader": "9.5.0",
"typescript": "5.2.2",
"webpack": "5.88.2",
"webpack": "5.89.0",
"webpack-cli": "4.10.0",
"webpack-notifier": "1.15.0"
},
Expand Down
365 changes: 209 additions & 156 deletions apps/web-twig-demo/yarn.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion bin/make/e2e.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

set -o errexit

PLAYWRIGHT_VERSION=1.38.1
PLAYWRIGHT_VERSION=1.39.0
UBUNTU_VERSION=jammy

docker run --rm --network host -v $(pwd):/work/ -w /work/ -it mcr.microsoft.com/playwright:v$PLAYWRIGHT_VERSION-$UBUNTU_VERSION yarn test:e2e
4 changes: 2 additions & 2 deletions exporters/scss/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@
"types": "tsc"
},
"devDependencies": {
"@swc/core": "1.3.92",
"@swc/core": "1.3.94",
"@swc/jest": "0.2.29",
"jest": "29.7.0",
"typescript": "4.9.5",
"vite": "4.4.11"
"vite": "4.5.0"
}
}
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,19 +50,19 @@
"version": "yarn format:fix:changelog"
},
"devDependencies": {
"@babel/core": "7.23.0",
"@babel/core": "7.23.2",
"@babel/preset-react": "7.22.15",
"@commitlint/cli": "17.7.2",
"@commitlint/cli": "17.8.1",
"@lmc-eu/commitlint-config": "2.0.0",
"@lmc-eu/conventional-changelog-lmc-github": "3.0.0",
"@lmc-eu/eslint-config-react": "2.0.1",
"@lmc-eu/prettier-config": "1.2.4",
"@nrwl/nx-cloud": "16.4.0",
"@omlet/cli": "1.0.1-beta.37",
"@playwright/test": "1.38.1",
"@nrwl/nx-cloud": "16.5.2",
"@omlet/cli": "1.0.1-beta.38",
"@playwright/test": "1.39.0",
"@rollup/plugin-babel": "6.0.4",
"@rollup/plugin-node-resolve": "15.2.3",
"@rollup/plugin-replace": "5.0.3",
"@rollup/plugin-replace": "5.0.4",
"@storybook/addon-actions": "7.5.1",
"@storybook/addon-docs": "7.5.1",
"@storybook/addon-essentials": "7.5.1",
Expand All @@ -76,9 +76,9 @@
"@storybook/theming": "7.5.1",
"@svgr/webpack": "8.1.0",
"babel-loader": "9.1.3",
"core-js": "3.33.0",
"core-js": "3.33.1",
"css-loader": "6.8.1",
"eslint": "8.51.0",
"eslint": "8.52.0",
"eslint-plugin-jsx-a11y": "6.7.1",
"eslint-plugin-react": "7.33.2",
"eslint-plugin-react-hooks": "4.6.0",
Expand All @@ -101,11 +101,11 @@
"style-loader": "3.3.3",
"typescript": "4.7.4",
"vite-raw-plugin": "1.0.2",
"webpack": "5.88.2",
"webpack": "5.89.0",
"webpack-cli": "5.1.4"
},
"resolutions": {
"@types/react": "18.2.26",
"@types/react": "18.2.31",
"typescript": "4.7.4"
}
}
4 changes: 2 additions & 2 deletions packages/analytics/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@
"test:unit:coverage": "yarn test:unit --coverage"
},
"devDependencies": {
"@types/jest": "29.5.5",
"@types/node": "20.8.3",
"@types/jest": "29.5.6",
"@types/node": "20.8.7",
"jest": "29.7.0",
"shx": "0.3.4",
"tsup": "6.7.0"
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 @@ -20,7 +20,7 @@
"devDependencies": {
"@lmc-eu/stylelint-config": "6.0.0",
"shx": "0.3.4",
"stylelint": "15.10.3",
"stylelint": "15.11.0",
"stylelint-order": "6.0.3"
}
}
8 changes: 4 additions & 4 deletions packages/form-validations/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,14 +37,14 @@
"@lmc-eu/spirit-demo": "^0.1.0",
"@lmc-eu/spirit-design-tokens": "^0.25.5",
"@lmc-eu/spirit-web": "^1.2.2",
"@swc/core": "1.3.92",
"@swc/core": "1.3.94",
"@swc/jest": "0.2.29",
"@types/jest": "29.5.5",
"@types/jest": "29.5.6",
"jest-environment-jsdom": "29.7.0",
"sass": "1.69.0",
"sass": "1.69.4",
"shx": "0.3.4",
"tslib": "2.6.2",
"vite": "4.4.11",
"vite": "4.5.0",
"vite-plugin-handlebars": "1.6.0"
},
"nx": {
Expand Down
36 changes: 18 additions & 18 deletions packages/web-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,36 +22,36 @@
"react-transition-group": "^4.4.5"
},
"devDependencies": {
"@babel/preset-env": "7.22.20",
"@babel/preset-env": "7.23.2",
"@babel/preset-react": "7.22.15",
"@babel/preset-typescript": "7.23.0",
"@floating-ui/react": "0.26.0",
"@babel/preset-typescript": "7.23.2",
"@floating-ui/react": "0.26.1",
"@lmc-eu/eslint-config-base": "3.0.1",
"@lmc-eu/eslint-config-jest": "3.0.1",
"@lmc-eu/eslint-config-react": "2.0.1",
"@lmc-eu/spirit-demo": "^0.1.0",
"@lmc-eu/spirit-design-tokens": "^0.25.5",
"@lmc-eu/spirit-web": "^1.2.2",
"@rollup/plugin-node-resolve": "15.2.3",
"@swc/core": "1.3.92",
"@swc/core": "1.3.94",
"@swc/jest": "0.2.29",
"@testing-library/dom": "9.3.3",
"@testing-library/jest-dom": "6.1.3",
"@testing-library/jest-dom": "6.1.4",
"@testing-library/react": "14.0.0",
"@testing-library/react-hooks": "8.0.1",
"@testing-library/user-event": "14.5.1",
"@types/jest": "29.5.5",
"@types/node": "20.8.3",
"@types/react": "18.2.26",
"@types/react-dom": "18.2.11",
"@types/react-transition-group": "4.4.7",
"@typescript-eslint/eslint-plugin": "6.7.4",
"@typescript-eslint/parser": "6.7.4",
"@types/jest": "29.5.6",
"@types/node": "20.8.7",
"@types/react": "18.2.31",
"@types/react-dom": "18.2.14",
"@types/react-transition-group": "4.4.8",
"@typescript-eslint/eslint-plugin": "6.8.0",
"@typescript-eslint/parser": "6.8.0",
"@vitejs/plugin-react": "4.1.0",
"eslint": "8.51.0",
"eslint": "8.52.0",
"eslint-config-airbnb": "19.0.4",
"eslint-config-prettier": "9.0.0",
"eslint-plugin-import": "2.28.1",
"eslint-plugin-import": "2.29.0",
"eslint-plugin-jsx-a11y": "6.7.1",
"eslint-plugin-prettier": "4.2.1",
"eslint-plugin-promise": "6.1.1",
Expand All @@ -66,16 +66,16 @@
"recast": "0.23.4",
"rollup": "3.29.4",
"rollup-plugin-terser": "7.0.2",
"sass": "1.69.0",
"sass": "1.69.4",
"shx": "0.3.4",
"terser-webpack-plugin": "5.3.9",
"ts-loader": "9.5.0",
"ts-node": "10.9.1",
"typescript": "4.9.5",
"vite": "4.4.11",
"vite": "4.5.0",
"vite-plugin-handlebars": "1.6.0",
"webpack-bundle-analyzer": "4.9.1",
"webpack-merge": "5.9.0"
"webpack-merge": "5.10.0"
},
"peerDependencies": {
"@lmc-eu/spirit-icons": "*",
Expand Down Expand Up @@ -109,7 +109,7 @@
"test:unit:coverage": "yarn test:unit --coverage"
},
"resolutions": {
"@types/react-dom": "18.2.11"
"@types/react-dom": "18.2.14"
},
"nx": {
"targets": {
Expand Down
10 changes: 5 additions & 5 deletions packages/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,23 +61,23 @@
"@lmc-eu/spirit-demo": "^0.1.0",
"@lmc-eu/stylelint-config": "6.0.0",
"@rollup/plugin-typescript": "11.1.5",
"@swc/core": "1.3.92",
"@swc/core": "1.3.94",
"@swc/jest": "0.2.29",
"@types/jest": "29.5.5",
"@types/jest": "29.5.6",
"autoprefixer": "10.4.16",
"clean-css-cli": "5.6.2",
"jest-environment-jsdom": "29.7.0",
"postcss": "8.4.31",
"postcss-cli": "10.1.0",
"resize-observer-polyfill": "1.5.1",
"rollup": "3.29.4",
"sass": "1.69.0",
"sass": "1.69.4",
"shx": "0.3.4",
"stylelint": "15.10.3",
"stylelint": "15.11.0",
"stylelint-config-prettier": "9.0.5",
"stylelint-order": "6.0.3",
"tslib": "2.6.2",
"vite": "4.4.11",
"vite": "4.5.0",
"vite-plugin-handlebars": "1.6.0"
},
"nx": {
Expand Down
Loading

0 comments on commit 988dd2d

Please sign in to comment.