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 Aug 26, 2024
1 parent 8cdf0f3 commit bca6b32
Show file tree
Hide file tree
Showing 25 changed files with 1,738 additions and 1,111 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
run: echo "site_url=${{ env.NETLIFY_DEPLOYED_URL }}" >> "$GITHUB_OUTPUT"

- name: Run Playwright tests
uses: docker://mcr.microsoft.com/playwright:v1.45.0-jammy
uses: docker://mcr.microsoft.com/playwright:v1.46.1-jammy
with:
args: 'sh -c "corepack install && corepack enable && yarn test:e2e"'
env:
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18.20.3
18.20.4
10 changes: 5 additions & 5 deletions apps/demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@
},
"devDependencies": {
"@rollup/plugin-typescript": "11.1.6",
"autoprefixer": "10.4.19",
"autoprefixer": "10.4.20",
"clean-css-cli": "5.6.3",
"npm-run-all2": "6.2.0",
"rollup": "4.18.0",
"npm-run-all2": "6.2.2",
"rollup": "4.21.0",
"rollup-plugin-terser": "7.0.2",
"sass": "1.77.6",
"sass": "1.77.8",
"sass-true": "8.0.0",
"shx": "0.3.4",
"vite": "5.3.2",
"vite": "5.4.2",
"vite-plugin-handlebars": "2.0.0"
}
}
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.7",
"@babel/core": "7.25.2",
"@storybook/addon-actions": "8.1.10",
"@storybook/addon-essentials": "8.1.10",
"@storybook/addon-links": "8.1.10",
Expand All @@ -28,7 +28,7 @@
"react": "18.3.1",
"react-dom": "18.3.1",
"storybook": "8.1.10",
"typescript": "5.5.2",
"vite": "5.3.2"
"typescript": "5.5.4",
"vite": "5.4.2"
}
}
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.8
#syntax=docker/dockerfile:1.9

# 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
22 changes: 11 additions & 11 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.24.7",
"@babel/preset-env": "7.24.7",
"@babel/core": "7.25.2",
"@babel/preset-env": "7.25.4",
"@csstools/normalize.css": "12.1.1",
"@floating-ui/dom": "1.6.6",
"@floating-ui/dom": "1.6.10",
"@hotwired/stimulus": "3.2.2",
"@lmc-eu/spirit-demo": "0.1.2",
"@lmc-eu/spirit-form-validations": "2.0.2",
"@lmc-eu/spirit-web": "2.2.0",
"@lmc-eu/spirit-design-tokens": "2.0.2",
"@lmc-eu/spirit-demo": "0.1.3",
"@lmc-eu/spirit-form-validations": "2.0.3",
"@lmc-eu/spirit-web": "2.3.0",
"@lmc-eu/spirit-design-tokens": "2.0.3",
"@symfony/stimulus-bridge": "3.2.2",
"@symfony/webpack-encore": "4.6.1",
"core-js": "3.37.1",
"core-js": "3.38.1",
"regenerator-runtime": "0.14.1",
"sass-loader": "14.2.1",
"sass": "1.77.6",
"sass": "1.77.8",
"ts-loader": "9.5.1",
"typescript": "5.5.2",
"typescript": "5.5.4",
"webpack-cli": "5.1.4",
"webpack-notifier": "1.15.0",
"webpack": "5.92.1"
"webpack": "5.94.0"
},
"scripts": {
"dev-server": "encore dev-server",
Expand Down
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.45.0
PLAYWRIGHT_VERSION=1.46.1
UBUNTU_VERSION=jammy

E2E_FLAG=""
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.6.5",
"@swc/core": "1.7.18",
"@swc/jest": "0.2.36",
"@testing-library/jest-dom": "^6.4.5",
"@types/jest": "29.5.12",
Expand Down
4 changes: 2 additions & 2 deletions configs/prettier-config-spirit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"main": "./index.js",
"module": "./index.js",
"dependencies": {
"@lmc-eu/prettier-config": "2.0.0",
"prettier": "3.3.2"
"@lmc-eu/prettier-config": "2.0.1",
"prettier": "3.3.3"
}
}
6 changes: 3 additions & 3 deletions configs/stylelint-config-spirit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@
"stylelint": "^16.0.0"
},
"dependencies": {
"@almacareer/stylelint-config": "9.0.0",
"stylelint": "16.7.0",
"@almacareer/stylelint-config": "9.0.1",
"stylelint": "16.8.2",
"stylelint-order": "6.0.4",
"stylelint-prettier": "5.0.0"
"stylelint-prettier": "5.0.2"
}
}
10 changes: 5 additions & 5 deletions examples/next-with-app-router/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,17 @@
"@lmc-eu/spirit-design-tokens": "workspace:^",
"@lmc-eu/spirit-web": "workspace:^",
"@lmc-eu/spirit-web-react": "workspace:^",
"next": "14.2.3",
"next": "14.2.6",
"react": "^18",
"react-dom": "^18"
},
"devDependencies": {
"@next/eslint-plugin-next": "14.2.5",
"@types/node": "20.14.15",
"@next/eslint-plugin-next": "14.2.6",
"@types/node": "20.16.1",
"@types/react": "18.3.4",
"@types/react-dom": "18.3.0",
"eslint": "8.57.0",
"eslint-config-next": "14.2.5",
"typescript": "4.7.4"
"eslint-config-next": "14.2.6",
"typescript": "4.9.5"
}
}
10 changes: 5 additions & 5 deletions examples/next-with-pages-router/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,19 +12,19 @@
"@lmc-eu/spirit-design-tokens": "workspace:^",
"@lmc-eu/spirit-web": "workspace:^",
"@lmc-eu/spirit-web-react": "workspace:^",
"next": "14.2.3",
"next": "14.2.6",
"react": "^18",
"react-dom": "^18"
},
"devDependencies": {
"@babel/preset-typescript": "7.24.7",
"@next/eslint-plugin-next": "14.2.5",
"@types/node": "20.14.15",
"@next/eslint-plugin-next": "14.2.6",
"@types/node": "20.16.1",
"@types/react": "18.3.4",
"@types/react-dom": "18.3.0",
"eslint": "8.57.0",
"eslint-config-next": "14.2.5",
"typescript": "4.7.4"
"eslint-config-next": "14.2.6",
"typescript": "4.9.5"
},
"description": "This is a [Next.js](https://nextjs.org/) project with demo Spirit Design System components and pages router",
"main": "index.js",
Expand Down
6 changes: 3 additions & 3 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.6.5",
"@swc/core": "1.7.18",
"@swc/jest": "0.2.36",
"eslint": "8.57.0",
"jest": "29.7.0",
"npm-run-all": "4.1.5",
"typescript": "5.5.2",
"vite": "5.3.2"
"typescript": "5.5.4",
"vite": "5.4.2"
}
}
6 changes: 3 additions & 3 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.6.5",
"@swc/core": "1.7.18",
"@swc/jest": "0.2.36",
"eslint": "8.57.0",
"jest": "29.7.0",
"npm-run-all": "4.1.5",
"typescript": "5.5.2",
"vite": "5.3.2"
"typescript": "5.5.4",
"vite": "5.4.2"
}
}
8 changes: 4 additions & 4 deletions exporters/variables-scss/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,15 @@
"@supernovaio/sdk-exporters": "^2.0.17"
},
"devDependencies": {
"@lmc-eu/eslint-config-typescript": "2.1.3",
"@swc/core": "1.6.5",
"@lmc-eu/eslint-config-typescript": "2.1.4",
"@swc/core": "1.7.18",
"@swc/jest": "0.2.36",
"eslint": "8.57.0",
"jest": "29.7.0",
"jest-config-spirit": "workspace:^",
"npm-run-all": "4.1.5",
"prettier-config-spirit": "workspace:^",
"typescript": "5.5.2",
"vite": "5.3.2"
"typescript": "5.5.4",
"vite": "5.4.2"
}
}
38 changes: 19 additions & 19 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,36 +55,36 @@
"version": "yarn format:fix:changelog"
},
"devDependencies": {
"@babel/core": "7.24.7",
"@babel/core": "7.25.2",
"@babel/preset-react": "7.24.7",
"@commitlint/cli": "17.8.1",
"@lmc-eu/commitlint-config": "2.0.2",
"@lmc-eu/conventional-changelog-lmc-github": "3.0.2",
"@lmc-eu/eslint-config-react": "2.0.2",
"@lmc-eu/prettier-config": "2.0.0",
"@omlet/cli": "1.7.0",
"@playwright/test": "1.45.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",
"@lmc-eu/prettier-config": "2.0.1",
"@omlet/cli": "1.10.2",
"@playwright/test": "1.46.1",
"@rollup/plugin-babel": "6.0.4",
"@rollup/plugin-node-resolve": "15.2.3",
"@rollup/plugin-replace": "5.0.7",
"@svgr/webpack": "8.1.0",
"babel-loader": "9.1.3",
"core-js": "3.37.1",
"core-js": "3.38.1",
"css-loader": "6.11.0",
"eslint": "8.57.0",
"eslint-plugin-jsx-a11y": "6.9.0",
"eslint-plugin-react": "7.34.3",
"eslint-plugin-react": "7.35.0",
"eslint-plugin-react-hooks": "4.6.2",
"eslint-plugin-storybook": "0.8.0",
"husky": "9.0.11",
"husky": "9.1.5",
"is-ci": "3.0.1",
"lerna": "8.1.5",
"lint-staged": "15.2.7",
"netlify-cli": "17.30.0",
"npm-run-all2": "6.2.0",
"lerna": "8.1.8",
"lint-staged": "15.2.9",
"netlify-cli": "17.34.2",
"npm-run-all2": "6.2.2",
"nx": "19.5.1",
"postcss": "8.4.38",
"prettier": "3.3.2",
"postcss": "8.4.41",
"prettier": "3.3.3",
"prettier-config-spirit": "workspace:^",
"react": "18.3.1",
"react-dom": "18.3.1",
Expand All @@ -94,12 +94,12 @@
"style-loader": "4.0.0",
"typescript": "4.7.4",
"vite-raw-plugin": "1.0.2",
"webpack": "5.92.1",
"webpack": "5.94.0",
"webpack-cli": "5.1.4"
},
"resolutions": {
"@types/react": "18.3.3",
"@types/react": "18.3.4",
"typescript": "4.7.4"
},
"packageManager": "yarn@4.3.1"
"packageManager": "yarn@4.4.1"
}
6 changes: 3 additions & 3 deletions packages/analytics/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,15 +49,15 @@
"test:unit:coverage": "yarn test:unit --coverage"
},
"devDependencies": {
"@lmc-eu/eslint-config-jest": "3.0.2",
"@lmc-eu/eslint-config-jest": "3.0.5",
"@types/jest": "29.5.12",
"@types/node": "20.14.9",
"@types/node": "20.16.1",
"@typescript-eslint/eslint-plugin": "6.21.0",
"@typescript-eslint/parser": "6.21.0",
"jest": "29.7.0",
"npm-run-all": "4.1.5",
"shx": "0.3.4",
"tsup": "8.1.0"
"tsup": "8.2.4"
},
"dependencies": {
"filedirname": "^3.0.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/codemods/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,13 +55,13 @@
"zx": "^7.2.2"
},
"devDependencies": {
"@lmc-eu/eslint-config-jest": "3.0.2",
"@lmc-eu/eslint-config-jest": "3.0.5",
"@types/jest": "29.5.12",
"@types/node": "20.14.9",
"@types/node": "20.16.1",
"@typescript-eslint/eslint-plugin": "6.21.0",
"@typescript-eslint/parser": "6.21.0",
"jest": "29.7.0",
"shx": "0.3.4",
"tsup": "8.1.0"
"tsup": "8.2.4"
}
}
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.14.9",
"@types/node": "20.16.1",
"jest": "29.7.0"
}
}
10 changes: 5 additions & 5 deletions packages/design-tokens/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,13 @@
"types": "tsc"
},
"devDependencies": {
"npm-run-all2": "6.2.0",
"rimraf": "5.0.7",
"npm-run-all2": "6.2.2",
"rimraf": "5.0.10",
"shx": "0.3.4",
"stylelint": "16.7.0",
"stylelint": "16.8.2",
"stylelint-config-spirit": "workspace:^",
"typescript": "5.5.2",
"vite": "5.3.2",
"typescript": "5.5.4",
"vite": "5.4.2",
"vite-plugin-dts": "3.9.1"
}
}
10 changes: 5 additions & 5 deletions packages/form-validations/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,15 +33,15 @@
"types": "tsc"
},
"devDependencies": {
"@lmc-eu/browserslist-config": "2.0.0",
"@lmc-eu/browserslist-config": "2.0.1",
"@types/jest": "29.5.12",
"jest": "29.7.0",
"npm-run-all": "4.1.5",
"sass": "1.77.6",
"sass": "1.77.8",
"shx": "0.3.4",
"tslib": "2.6.3",
"typescript": "5.5.2",
"vite": "5.3.2"
"tslib": "2.7.0",
"typescript": "5.5.4",
"vite": "5.4.2"
},
"nx": {
"targets": {
Expand Down
Loading

0 comments on commit bca6b32

Please sign in to comment.