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 14, 2024
1 parent b45c025 commit 4f05ef0
Show file tree
Hide file tree
Showing 23 changed files with 2,579 additions and 1,153 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
run: echo "site_url=${{ env.NETLIFY_DEPLOYED_URL }}" >> "$GITHUB_OUTPUT"

- name: Run Playwright tests
uses: docker://mcr.microsoft.com/playwright:v1.47.0-jammy
uses: docker://mcr.microsoft.com/playwright:v1.48.0-jammy
with:
args: 'sh -c "corepack install && corepack enable && yarn test:e2e"'
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 @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-24.04

steps:
- uses: actions/checkout@v4.1.7
- uses: actions/checkout@v4.2.1

- name: Block Fixup Commit Merge
uses: 13rac1/block-fixup-merge-action@v2.0.0
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/github-action@v2.3.0
uses: coverallsapp/github-action@v2.3.1
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/github-action@v2.3.0
uses: coverallsapp/github-action@v2.3.1
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/github-action@v2.3.0
uses: coverallsapp/github-action@v2.3.1
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
file: ./packages/analytics/.coverage/lcov.info
Expand Down
14 changes: 7 additions & 7 deletions apps/demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,14 @@
"@rollup/plugin-typescript": "11.1.6",
"autoprefixer": "10.4.20",
"clean-css-cli": "5.6.3",
"npm-run-all2": "6.2.2",
"postcss": "8.4.45",
"rollup": "4.21.2",
"sass": "1.78.0",
"sass-true": "8.0.0",
"npm-run-all2": "6.2.3",
"postcss": "8.4.47",
"rollup": "4.24.0",
"sass": "1.79.5",
"sass-true": "8.1.0",
"shx": "0.3.4",
"typescript": "5.6.2",
"vite": "5.4.4",
"typescript": "5.6.3",
"vite": "5.4.9",
"vite-plugin-handlebars": "2.0.0"
}
}
8 changes: 4 additions & 4 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.25.2",
"@babel/core": "7.25.8",
"@storybook/addon-actions": "8.3.4",
"@storybook/addon-essentials": "8.3.4",
"@storybook/addon-links": "8.3.4",
Expand All @@ -24,11 +24,11 @@
"@storybook/react-vite": "8.3.4",
"@storybook/test": "8.3.4",
"@storybook/theming": "8.3.4",
"@vitejs/plugin-react": "4.3.1",
"@vitejs/plugin-react": "4.3.2",
"react": "18.3.1",
"react-dom": "18.3.1",
"storybook": "8.3.4",
"typescript": "5.6.2",
"vite": "5.4.4"
"typescript": "5.6.3",
"vite": "5.4.9"
}
}
18 changes: 9 additions & 9 deletions apps/web-twig-demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,26 +5,26 @@
"license": "MIT",
"private": true,
"devDependencies": {
"@babel/core": "7.25.2",
"@babel/preset-env": "7.25.4",
"@babel/core": "7.25.8",
"@babel/preset-env": "7.25.8",
"@csstools/normalize.css": "12.1.1",
"@floating-ui/dom": "1.6.10",
"@floating-ui/dom": "1.6.11",
"@hotwired/stimulus": "3.2.2",
"@lmc-eu/spirit-demo": "0.1.3",
"@lmc-eu/spirit-form-validations": "2.0.3",
"@lmc-eu/spirit-web": "2.4.0",
"@lmc-eu/spirit-design-tokens": "2.1.0",
"@lmc-eu/spirit-form-validations": "2.0.4",
"@lmc-eu/spirit-web": "2.5.0",
"@lmc-eu/spirit-design-tokens": "2.1.1",
"@symfony/stimulus-bridge": "3.2.2",
"@symfony/webpack-encore": "4.7.0",
"core-js": "3.38.1",
"regenerator-runtime": "0.14.1",
"sass-loader": "14.2.1",
"sass": "1.78.0",
"sass": "1.79.5",
"ts-loader": "9.5.1",
"typescript": "5.6.2",
"typescript": "5.6.3",
"webpack-cli": "5.1.4",
"webpack-notifier": "1.15.0",
"webpack": "5.94.0"
"webpack": "5.95.0"
},
"scripts": {
"dev-server": "encore dev-server",
Expand Down
4 changes: 2 additions & 2 deletions configs/jest-config-spirit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@
"type": "module",
"module": "./index.js",
"dependencies": {
"@swc/core": "1.7.26",
"@swc/core": "1.7.35",
"@swc/jest": "0.2.36",
"@testing-library/jest-dom": "^6.4.5",
"@types/jest": "29.5.12",
"@types/jest": "29.5.13",
"jest": "29.7.0",
"jest-cli": "29.7.0",
"jest-environment-jsdom": "29.7.0",
Expand Down
2 changes: 1 addition & 1 deletion configs/stylelint-config-spirit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"dependencies": {
"@almacareer/stylelint-config": "9.0.1",
"prettier": "3.3.3",
"stylelint": "16.9.0",
"stylelint": "16.10.0",
"stylelint-order": "6.0.4",
"stylelint-prettier": "5.0.2"
}
Expand Down
14 changes: 7 additions & 7 deletions examples/next-with-app-router/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,17 @@
"@lmc-eu/spirit-icons": "workspace:^",
"@lmc-eu/spirit-web": "workspace:^",
"@lmc-eu/spirit-web-react": "workspace:^",
"next": "14.2.9",
"next": "14.2.15",
"react": "^18",
"react-dom": "^18"
},
"devDependencies": {
"@next/eslint-plugin-next": "14.2.9",
"@types/node": "20.16.5",
"@types/react": "18.3.5",
"@types/react-dom": "18.3.0",
"eslint": "8.57.0",
"eslint-config-next": "14.2.9",
"@next/eslint-plugin-next": "14.2.15",
"@types/node": "20.16.11",
"@types/react": "18.3.11",
"@types/react-dom": "18.3.1",
"eslint": "8.57.1",
"eslint-config-next": "14.2.15",
"typescript": "4.9.5"
}
}
18 changes: 9 additions & 9 deletions examples/next-with-pages-router/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,20 +13,20 @@
"@lmc-eu/spirit-icons": "workspace:^",
"@lmc-eu/spirit-web": "workspace:^",
"@lmc-eu/spirit-web-react": "workspace:^",
"next": "14.2.9",
"next": "14.2.15",
"react": "^18",
"react-dom": "^18"
},
"devDependencies": {
"@babel/core": "7.25.2",
"@babel/preset-typescript": "7.24.7",
"@next/eslint-plugin-next": "14.2.9",
"@babel/core": "7.25.8",
"@babel/preset-typescript": "7.25.7",
"@next/eslint-plugin-next": "14.2.15",
"@types/babel__core": "7.20.5",
"@types/node": "20.16.5",
"@types/react": "18.3.5",
"@types/react-dom": "18.3.0",
"eslint": "8.57.0",
"eslint-config-next": "14.2.9",
"@types/node": "20.16.11",
"@types/react": "18.3.11",
"@types/react-dom": "18.3.1",
"eslint": "8.57.1",
"eslint-config-next": "14.2.15",
"typescript": "4.9.5"
},
"description": "This is a [Next.js](https://nextjs.org/) project with demo Spirit Design System components and pages router",
Expand Down
8 changes: 4 additions & 4 deletions exporters/js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@
"types": "tsc"
},
"devDependencies": {
"@swc/core": "1.7.26",
"@swc/core": "1.7.35",
"@swc/jest": "0.2.36",
"eslint": "8.57.0",
"eslint": "8.57.1",
"jest": "29.7.0",
"npm-run-all": "4.1.5",
"typescript": "5.6.2",
"vite": "5.4.4"
"typescript": "5.6.3",
"vite": "5.4.9"
}
}
8 changes: 4 additions & 4 deletions exporters/scss/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@
"types": "tsc"
},
"devDependencies": {
"@swc/core": "1.7.26",
"@swc/core": "1.7.35",
"@swc/jest": "0.2.36",
"eslint": "8.57.0",
"eslint": "8.57.1",
"jest": "29.7.0",
"npm-run-all": "4.1.5",
"typescript": "5.6.2",
"vite": "5.4.4"
"typescript": "5.6.3",
"vite": "5.4.9"
}
}
10 changes: 5 additions & 5 deletions exporters/variables-scss/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,19 +19,19 @@
"types": "true"
},
"dependencies": {
"@supernovaio/export-helpers": "1.0.15",
"@supernovaio/export-helpers": "1.0.16",
"@supernovaio/sdk-exporters": "2.0.23",
"vite": "5.4.4"
"vite": "5.4.9"
},
"devDependencies": {
"@lmc-eu/eslint-config-typescript": "2.1.4",
"@swc/core": "1.7.26",
"@swc/core": "1.7.35",
"@swc/jest": "0.2.36",
"eslint": "8.57.0",
"eslint": "8.57.1",
"jest": "29.7.0",
"jest-config-spirit": "workspace:^",
"npm-run-all": "4.1.5",
"prettier-config-spirit": "workspace:^",
"typescript": "5.6.2"
"typescript": "5.6.3"
}
}
34 changes: 17 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,53 +59,53 @@
},
"devDependencies": {
"@almacareer/remark-config": "0.1.0",
"@babel/core": "7.25.2",
"@babel/preset-react": "7.24.7",
"@babel/core": "7.25.8",
"@babel/preset-react": "7.25.7",
"@commitlint/cli": "19.5.0",
"@lmc-eu/commitlint-config": "2.0.3",
"@lmc-eu/conventional-changelog-lmc-github": "3.0.3",
"@lmc-eu/eslint-config-react": "2.0.5",
"@omlet/cli": "1.10.4",
"@playwright/test": "1.47.0",
"@omlet/cli": "1.11.0",
"@playwright/test": "1.48.0",
"@rollup/plugin-babel": "6.0.4",
"@rollup/plugin-node-resolve": "15.2.3",
"@rollup/plugin-node-resolve": "15.3.0",
"@rollup/plugin-replace": "5.0.7",
"@svgr/webpack": "8.1.0",
"babel-loader": "9.1.3",
"babel-loader": "9.2.1",
"core-js": "3.38.1",
"css-loader": "6.11.0",
"eslint": "8.57.0",
"eslint": "8.57.1",
"eslint-plugin-jsx-a11y": "6.10.0",
"eslint-plugin-prettier": "5.2.1",
"eslint-plugin-react": "7.35.2",
"eslint-plugin-react": "7.37.1",
"eslint-plugin-react-hooks": "4.6.2",
"eslint-plugin-storybook": "0.8.0",
"husky": "9.1.5",
"eslint-plugin-storybook": "0.9.0",
"husky": "9.1.6",
"is-ci": "3.0.1",
"lerna": "8.1.8",
"lint-staged": "15.2.10",
"netlify-cli": "17.36.0",
"npm-run-all2": "6.2.2",
"nx": "19.7.2",
"postcss": "8.4.45",
"netlify-cli": "17.37.0",
"npm-run-all2": "6.2.3",
"nx": "19.8.4",
"postcss": "8.4.47",
"prettier": "3.3.3",
"prettier-config-spirit": "workspace:^",
"prettier-plugin-toml": "^2.0.1",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-syntax-highlighter": "15.5.0",
"react-textarea-autosize": "8.5.3",
"react-textarea-autosize": "8.5.4",
"remark-cli": "12.0.1",
"remark-lint-heading-capitalization": "1.2.0",
"sass-loader": "14.2.1",
"style-loader": "4.0.0",
"typescript": "4.7.4",
"vite-raw-plugin": "1.0.2",
"webpack": "5.94.0",
"webpack": "5.95.0",
"webpack-cli": "5.1.4"
},
"resolutions": {
"typescript": "4.7.4"
},
"packageManager": "yarn@4.4.1"
"packageManager": "yarn@4.5.0"
}
10 changes: 5 additions & 5 deletions packages/analytics/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,16 +51,16 @@
"devDependencies": {
"@lmc-eu/eslint-config-jest": "3.0.5",
"@types/eslint": "8.56.12",
"@types/jest": "29.5.12",
"@types/node": "20.16.5",
"@types/jest": "29.5.13",
"@types/node": "20.16.11",
"@typescript-eslint/eslint-plugin": "6.21.0",
"@typescript-eslint/parser": "6.21.0",
"eslint": "8.57.0",
"eslint": "8.57.1",
"jest": "29.7.0",
"npm-run-all": "4.1.5",
"shx": "0.3.4",
"tsup": "8.2.4",
"typescript": "5.6.2"
"tsup": "8.3.0",
"typescript": "5.6.3"
},
"dependencies": {
"filedirname": "^3.0.0",
Expand Down
12 changes: 6 additions & 6 deletions packages/codemods/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"test:unit:coverage": "yarn test:unit --coverage"
},
"dependencies": {
"@types/jscodeshift": "^0.11.11",
"@types/jscodeshift": "^0.12.0",
"execa": "^9.0.0",
"filedirname": "^3.0.0",
"jscodeshift": "^0.16.0",
Expand All @@ -57,14 +57,14 @@
"devDependencies": {
"@lmc-eu/eslint-config-jest": "3.0.5",
"@types/eslint": "8.56.12",
"@types/jest": "29.5.12",
"@types/node": "20.16.5",
"@types/jest": "29.5.13",
"@types/node": "20.16.11",
"@typescript-eslint/eslint-plugin": "6.21.0",
"@typescript-eslint/parser": "6.21.0",
"eslint": "8.57.0",
"eslint": "8.57.1",
"jest": "29.7.0",
"shx": "0.3.4",
"tsup": "8.2.4",
"typescript": "5.6.2"
"tsup": "8.3.0",
"typescript": "5.6.3"
}
}
4 changes: 2 additions & 2 deletions packages/common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
"types": "tsc"
},
"devDependencies": {
"@types/jest": "29.5.12",
"@types/node": "20.16.5",
"@types/jest": "29.5.13",
"@types/node": "20.16.11",
"jest": "29.7.0"
}
}
Loading

0 comments on commit 4f05ef0

Please sign in to comment.