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 Dec 11, 2024
1 parent 9f99b21 commit 7f19bda
Show file tree
Hide file tree
Showing 22 changed files with 1,156 additions and 981 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.49.0-jammy
uses: docker://mcr.microsoft.com/playwright:v1.49.1-jammy
with:
args: 'sh -c "corepack install && corepack enable && yarn test:e2e"'
env:
Expand Down
6 changes: 3 additions & 3 deletions apps/demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@
"clean-css-cli": "5.6.3",
"npm-run-all2": "6.2.6",
"postcss": "8.4.49",
"rollup": "4.27.3",
"sass-embedded": "1.81.0",
"rollup": "4.28.1",
"sass-embedded": "1.82.0",
"sass-true": "8.1.0",
"shx": "0.3.4",
"typescript": "5.6.3",
"typescript": "5.7.2",
"vite": "5.4.11",
"vite-plugin-handlebars": "2.0.0"
}
Expand Down
4 changes: 2 additions & 2 deletions apps/storybook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@
"@storybook/react-vite": "8.3.5",
"@storybook/test": "8.3.5",
"@storybook/theming": "8.3.5",
"@vitejs/plugin-react": "4.3.3",
"@vitejs/plugin-react": "4.3.4",
"react": "18.3.1",
"react-dom": "18.3.1",
"storybook": "8.3.5",
"typescript": "5.6.3",
"typescript": "5.7.2",
"vite": "5.4.11"
}
}
2 changes: 1 addition & 1 deletion apps/web-twig-demo/docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#syntax=docker/dockerfile:1.11
#syntax=docker/dockerfile:1.12

# The different stages of this Dockerfile are meant to be built into separate images
# https://docs.docker.com/develop/develop-images/multistage-build/#stop-at-a-specific-build-stage
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 @@ -8,23 +8,23 @@
"@babel/core": "7.26.0",
"@babel/preset-env": "7.26.0",
"@csstools/normalize.css": "12.1.1",
"@floating-ui/dom": "1.6.11",
"@floating-ui/dom": "1.6.12",
"@hotwired/stimulus": "3.2.2",
"@lmc-eu/spirit-demo": "0.1.3",
"@lmc-eu/spirit-form-validations": "2.0.4",
"@lmc-eu/spirit-web": "2.5.0",
"@lmc-eu/spirit-design-tokens": "2.1.1",
"@lmc-eu/spirit-form-validations": "2.0.7",
"@lmc-eu/spirit-web": "2.5.2",
"@lmc-eu/spirit-design-tokens": "2.1.3",
"@symfony/stimulus-bridge": "3.2.2",
"@symfony/webpack-encore": "4.7.0",
"core-js": "3.39.0",
"regenerator-runtime": "0.14.1",
"sass-loader": "14.2.1",
"sass-embedded": "1.81.0",
"sass-embedded": "1.82.0",
"ts-loader": "9.5.1",
"typescript": "5.6.3",
"typescript": "5.7.2",
"webpack-cli": "5.1.4",
"webpack-notifier": "1.15.0",
"webpack": "5.96.1"
"webpack": "5.97.1"
},
"scripts": {
"dev-server": "encore dev-server",
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.9.3",
"@swc/core": "1.10.1",
"@swc/jest": "0.2.37",
"@testing-library/jest-dom": "^6.4.5",
"@types/jest": "29.5.14",
Expand Down
2 changes: 1 addition & 1 deletion configs/prettier-config-spirit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@
"module": "./index.js",
"dependencies": {
"@lmc-eu/prettier-config": "2.0.1",
"prettier": "3.3.3"
"prettier": "3.4.2"
}
}
4 changes: 2 additions & 2 deletions configs/stylelint-config-spirit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@
},
"dependencies": {
"@almacareer/stylelint-config": "9.0.1",
"prettier": "3.3.3",
"stylelint": "16.10.0",
"prettier": "3.4.2",
"stylelint": "16.11.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.18",
"next": "14.2.20",
"react": "^18",
"react-dom": "^18"
},
"devDependencies": {
"@next/eslint-plugin-next": "14.2.18",
"@types/node": "20.16.11",
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
"@next/eslint-plugin-next": "14.2.20",
"@types/node": "20.17.10",
"@types/react": "18.3.16",
"@types/react-dom": "18.3.5",
"eslint": "8.57.1",
"eslint-config-next": "14.2.18",
"typescript": "5.6.3"
"eslint-config-next": "14.2.20",
"typescript": "5.7.2"
}
}
14 changes: 7 additions & 7 deletions examples/next-with-pages-router/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,21 +13,21 @@
"@lmc-eu/spirit-icons": "workspace:^",
"@lmc-eu/spirit-web": "workspace:^",
"@lmc-eu/spirit-web-react": "workspace:^",
"next": "14.2.18",
"next": "14.2.20",
"react": "^18",
"react-dom": "^18"
},
"devDependencies": {
"@babel/core": "7.26.0",
"@babel/preset-typescript": "7.26.0",
"@next/eslint-plugin-next": "14.2.18",
"@next/eslint-plugin-next": "14.2.20",
"@types/babel__core": "7.20.5",
"@types/node": "20.16.11",
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
"@types/node": "20.17.10",
"@types/react": "18.3.16",
"@types/react-dom": "18.3.5",
"eslint": "8.57.1",
"eslint-config-next": "14.2.18",
"typescript": "5.6.3"
"eslint-config-next": "14.2.20",
"typescript": "5.7.2"
},
"description": "This is a [Next.js](https://nextjs.org/) project with demo Spirit Design System components and pages router",
"main": "index.js",
Expand Down
4 changes: 2 additions & 2 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.9.3",
"@swc/core": "1.10.1",
"@swc/jest": "0.2.37",
"eslint": "8.57.1",
"jest": "29.7.0",
"npm-run-all2": "6.2.6",
"typescript": "5.6.3",
"typescript": "5.7.2",
"vite": "5.4.11"
}
}
4 changes: 2 additions & 2 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.9.3",
"@swc/core": "1.10.1",
"@swc/jest": "0.2.37",
"eslint": "8.57.1",
"jest": "29.7.0",
"npm-run-all2": "6.2.6",
"typescript": "5.6.3",
"typescript": "5.7.2",
"vite": "5.4.11"
}
}
8 changes: 4 additions & 4 deletions exporters/tokens/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.16",
"@supernovaio/sdk-exporters": "2.0.23",
"@supernovaio/export-helpers": "1.0.30",
"@supernovaio/sdk-exporters": "2.0.30",
"vite": "5.4.11"
},
"devDependencies": {
"@lmc-eu/eslint-config-typescript": "2.1.4",
"@swc/core": "1.9.3",
"@swc/core": "1.10.1",
"@swc/jest": "0.2.37",
"eslint": "8.57.1",
"jest": "29.7.0",
"jest-config-spirit": "workspace:^",
"npm-run-all2": "6.2.6",
"prettier-config-spirit": "workspace:^",
"typescript": "5.6.3"
"typescript": "5.7.2"
}
}
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,13 +60,13 @@
"devDependencies": {
"@almacareer/remark-config": "0.1.0",
"@babel/core": "7.26.0",
"@babel/preset-react": "7.25.9",
"@babel/preset-react": "7.26.3",
"@commitlint/cli": "19.6.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.12.0",
"@playwright/test": "1.49.0",
"@playwright/test": "1.49.1",
"@rollup/plugin-babel": "6.0.4",
"@rollup/plugin-node-resolve": "15.3.0",
"@svgr/webpack": "8.1.0",
Expand All @@ -81,13 +81,13 @@
"eslint-plugin-storybook": "0.11.1",
"husky": "9.1.7",
"is-ci": "3.0.1",
"lerna": "8.1.8",
"lint-staged": "15.2.10",
"netlify-cli": "17.37.2",
"lerna": "8.1.9",
"lint-staged": "15.2.11",
"netlify-cli": "17.38.0",
"npm-run-all2": "6.2.6",
"nx": "19.7.2",
"nx": "19.8.14",
"postcss": "8.4.49",
"prettier": "3.3.3",
"prettier": "3.4.2",
"prettier-config-spirit": "workspace:^",
"prettier-plugin-toml": "2.0.1",
"react": "18.3.1",
Expand All @@ -98,11 +98,11 @@
"style-loader": "4.0.0",
"typescript": "4.7.4",
"vite-raw-plugin": "1.0.2",
"webpack": "5.96.1",
"webpack": "5.97.1",
"webpack-cli": "5.1.4"
},
"resolutions": {
"typescript": "4.7.4"
},
"packageManager": "[email protected].0"
"packageManager": "[email protected].3"
}
4 changes: 2 additions & 2 deletions packages/analytics/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,15 +52,15 @@
"@lmc-eu/eslint-config-jest": "3.0.5",
"@types/eslint": "8.56.12",
"@types/jest": "29.5.14",
"@types/node": "20.16.11",
"@types/node": "20.17.10",
"@typescript-eslint/eslint-plugin": "6.21.0",
"@typescript-eslint/parser": "6.21.0",
"eslint": "8.57.1",
"jest": "29.7.0",
"npm-run-all2": "6.2.6",
"shx": "0.3.4",
"tsup": "8.3.5",
"typescript": "5.6.3"
"typescript": "5.7.2"
},
"dependencies": {
"filedirname": "^3.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/codemods/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,13 +58,13 @@
"@lmc-eu/eslint-config-jest": "3.0.5",
"@types/eslint": "8.56.12",
"@types/jest": "29.5.14",
"@types/node": "20.16.11",
"@types/node": "20.17.10",
"@typescript-eslint/eslint-plugin": "6.21.0",
"@typescript-eslint/parser": "6.21.0",
"eslint": "8.57.1",
"jest": "29.7.0",
"shx": "0.3.4",
"tsup": "8.3.5",
"typescript": "5.6.3"
"typescript": "5.7.2"
}
}
2 changes: 1 addition & 1 deletion packages/common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
},
"devDependencies": {
"@types/jest": "29.5.14",
"@types/node": "20.16.11",
"@types/node": "20.17.10",
"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 @@ -40,9 +40,9 @@
"npm-run-all2": "6.2.6",
"rimraf": "5.0.10",
"shx": "0.3.4",
"stylelint": "16.10.0",
"stylelint": "16.11.0",
"stylelint-config-spirit": "workspace:^",
"typescript": "5.6.3",
"typescript": "5.7.2",
"vite": "5.4.11",
"vite-plugin-dts": "4.3.0"
}
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 @@ -37,10 +37,10 @@
"@types/jest": "29.5.14",
"jest": "29.7.0",
"npm-run-all2": "6.2.6",
"sass-embedded": "1.81.0",
"sass-embedded": "1.82.0",
"shx": "0.3.4",
"tslib": "2.8.1",
"typescript": "5.6.3",
"typescript": "5.7.2",
"vite": "5.4.11"
},
"nx": {
Expand Down
28 changes: 14 additions & 14 deletions packages/web-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,17 +20,17 @@
"module": "./index.js",
"types": "./index.d.ts",
"dependencies": {
"@floating-ui/react": "^0.26.5",
"@floating-ui/react": "^0.27.0",
"classnames": "^2.3.1",
"html-dom-parser": "5.0.10",
"html-react-parser": "5.1.18",
"html-dom-parser": "5.0.11",
"html-react-parser": "5.2.0",
"react-transition-group": "^4.4.5",
"usehooks-ts": "^3.1.0"
},
"devDependencies": {
"@babel/core": "7.26.0",
"@babel/preset-env": "7.26.0",
"@babel/preset-react": "7.25.9",
"@babel/preset-react": "7.26.3",
"@babel/preset-typescript": "7.26.0",
"@lmc-eu/eslint-config-base": "3.1.2",
"@lmc-eu/eslint-config-jest": "3.0.5",
Expand All @@ -45,13 +45,13 @@
"@rollup/plugin-terser": "0.4.4",
"@testing-library/dom": "10.4.0",
"@testing-library/jest-dom": "6.6.3",
"@testing-library/react": "16.0.1",
"@testing-library/react": "16.1.0",
"@testing-library/user-event": "14.5.2",
"@types/babel__core": "7.20.5",
"@types/jest": "29.5.14",
"@types/node": "20.14.9",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.1",
"@types/node": "20.17.10",
"@types/react": "18.3.16",
"@types/react-dom": "18.3.5",
"@types/react-transition-group": "4.4.11",
"@typescript-eslint/eslint-plugin": "6.21.0",
"@typescript-eslint/parser": "6.21.0",
Expand All @@ -64,23 +64,23 @@
"eslint-plugin-promise": "6.6.0",
"eslint-plugin-react": "7.37.2",
"eslint-plugin-react-hooks": "4.6.2",
"eslint-plugin-react-refresh": "0.4.14",
"eslint-plugin-react-refresh": "0.4.16",
"eslint-plugin-standard": "5.0.0",
"glob": "10.4.5",
"jest": "29.7.0",
"npm-run-all2": "6.2.6",
"prettier": "3.3.3",
"prettier": "3.4.2",
"react": "18.3.1",
"react-dom": "18.3.1",
"recast": "0.23.9",
"rollup": "4.27.3",
"sass-embedded": "1.81.0",
"rollup": "4.28.1",
"sass-embedded": "1.82.0",
"shx": "0.3.4",
"terser-webpack-plugin": "5.3.10",
"ts-loader": "9.5.1",
"ts-node": "10.9.2",
"typescript": "5.6.3",
"webpack": "5.96.1",
"typescript": "5.7.2",
"webpack": "5.97.1",
"webpack-cli": "5.1.4",
"webpack-merge": "6.0.1"
},
Expand Down
Loading

0 comments on commit 7f19bda

Please sign in to comment.