Skip to content

Commit

Permalink
chore: patch round 2024-08
Browse files Browse the repository at this point in the history
Closes #187
  • Loading branch information
remypar5 authored Aug 7, 2024
1 parent 04bc6c6 commit 9210fcf
Show file tree
Hide file tree
Showing 13 changed files with 3,362 additions and 4,910 deletions.
7 changes: 6 additions & 1 deletion .ncurc.major.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@ const minorConfig = require('./.ncurc.minor.cjs');

module.exports = {
...minorConfig,
reject: [...minorConfig.reject, 'eslint', 'eslint-plugin-json'],
reject: [
...minorConfig.reject,
'eslint',
'eslint-plugin-json',
'style-dictionary', // TODO LUX-333 remove when updated
],
target: 'latest',
};
5 changes: 4 additions & 1 deletion .ncurc.minor.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ const patchConfig = require('./.ncurc.patch.cjs');

module.exports = {
...patchConfig,
reject: [...patchConfig.reject, '@tokens-studio/sd-transforms'],
reject: [
...patchConfig.reject,
'@tokens-studio/sd-transforms', // TODO LUX-333 remove when style-dictionary is updated
],
target: 'minor',
};
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20.12.2
20.16.0
34 changes: 17 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,39 +15,39 @@
"pnpm": "^9"
},
"volta": {
"node": "20.12.2"
"node": "20.16.0"
},
"workspaces": [
"./packages/*",
"./proprietary/*"
],
"devDependencies": {
"@lerna-lite/cli": "3.5.0",
"@lerna-lite/publish": "3.5.0",
"@lerna-lite/run": "3.5.0",
"@lerna-lite/version": "3.5.0",
"@types/node": "20.14.1",
"@typescript-eslint/eslint-plugin": "7.12.0",
"@typescript-eslint/parser": "7.12.0",
"@lerna-lite/cli": "3.8.0",
"@lerna-lite/publish": "3.8.0",
"@lerna-lite/run": "3.8.0",
"@lerna-lite/version": "3.8.0",
"@types/node": "22.1.0",
"@typescript-eslint/eslint-plugin": "8.0.1",
"@typescript-eslint/parser": "8.0.1",
"eslint": "8.57.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-json": "3.1.0",
"eslint-plugin-mdx": "3.1.5",
"eslint-plugin-react": "7.34.2",
"husky": "9.0.11",
"lint-staged": "15.2.5",
"eslint-plugin-react": "7.35.0",
"husky": "9.1.4",
"lint-staged": "15.2.8",
"markdownlint-cli": "0.41.0",
"npm-check-updates": "16.14.20",
"npm-package-json-lint": "7.1.0",
"npm-check-updates": "17.0.3",
"npm-package-json-lint": "8.0.0",
"npm-run-all": "4.1.5",
"postcss": "8.4.38",
"prettier": "3.3.0",
"postcss": "8.4.41",
"prettier": "3.3.3",
"prettier-plugin-css-order": "2.1.2",
"stylelint": "16.6.1",
"stylelint": "16.8.1",
"stylelint-config-standard-scss": "13.1.0",
"stylelint-order": "6.0.4",
"typescript": "5.4.5"
"typescript": "5.5.4"
},
"scripts": {
"build": "lerna run build",
Expand Down
8 changes: 4 additions & 4 deletions packages/components-css/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@
],
"private": true,
"devDependencies": {
"@babel/core": "7.24.6",
"@storybook/addon-docs": "8.1.5",
"@babel/core": "7.25.2",
"@storybook/addon-docs": "8.2.7",
"react": "18.3.1",
"react-dom": "18.3.1",
"typescript": "5.4.5",
"webpack": "5.91.0"
"typescript": "5.5.4",
"webpack": "5.93.0"
}
}
34 changes: 17 additions & 17 deletions packages/components-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,43 +37,43 @@
"lodash.chunk": "4.2.0"
},
"devDependencies": {
"@babel/core": "7.24.6",
"@babel/plugin-transform-runtime": "7.24.6",
"@babel/preset-env": "7.24.6",
"@babel/preset-react": "7.24.6",
"@babel/preset-typescript": "7.24.6",
"@babel/runtime": "7.24.6",
"@babel/core": "7.25.2",
"@babel/plugin-transform-runtime": "7.24.7",
"@babel/preset-env": "7.25.3",
"@babel/preset-react": "7.24.7",
"@babel/preset-typescript": "7.24.7",
"@babel/runtime": "7.25.0",
"@jest/globals": "29.7.0",
"@lux-design-system/components-css": "workspace:*",
"@rollup/plugin-babel": "6.0.4",
"@rollup/plugin-commonjs": "25.0.8",
"@rollup/plugin-commonjs": "26.0.1",
"@rollup/plugin-node-resolve": "15.2.3",
"@testing-library/dom": "10.1.0",
"@testing-library/jest-dom": "6.4.5",
"@testing-library/dom": "10.4.0",
"@testing-library/jest-dom": "6.4.8",
"@testing-library/react": "16.0.0",
"@testing-library/user-event": "14.5.2",
"@types/jest": "29.5.12",
"@types/lodash.chunk": "4.2.9",
"@types/react": "18.3.3",
"@vitejs/plugin-react": "4.3.0",
"@vitejs/plugin-react": "4.3.1",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"next": "14.2.3",
"next": "14.2.5",
"npm-run-all": "4.1.5",
"react": "18.3.1",
"react-dom": "18.3.1",
"rimraf": "5.0.7",
"rollup": "4.18.0",
"rimraf": "6.0.1",
"rollup": "4.20.0",
"rollup-plugin-filesize": "10.0.0",
"rollup-plugin-node-externals": "7.1.2",
"rollup-plugin-node-polyfills": "0.2.1",
"rollup-plugin-peer-deps-external": "2.2.4",
"rollup-plugin-postcss": "4.0.2",
"rollup-plugin-typescript2": "0.36.0",
"sass": "1.77.4",
"tslib": "2.6.2",
"typescript": "5.4.5",
"vite": "5.2.12",
"sass": "1.77.8",
"tslib": "2.6.3",
"typescript": "5.5.4",
"vite": "5.3.5",
"vite-plugin-runtime-config": "1.0.2"
},
"peerDependencies": {
Expand Down
48 changes: 24 additions & 24 deletions packages/storybook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,44 +23,44 @@
"chromatic": "chromatic"
},
"devDependencies": {
"@chromatic-com/storybook": "1.5.0",
"@chromatic-com/storybook": "1.6.1",
"@lux-design-system/assets": "workspace:*",
"@lux-design-system/components-css": "workspace:*",
"@lux-design-system/design-tokens": "workspace:*",
"@lux-design-system/font": "workspace:*",
"@lux-design-system/web-components-react": "workspace:*",
"@lux-design-system/web-components-stencil": "workspace:*",
"@storybook/addon-a11y": "8.1.5",
"@storybook/addon-actions": "8.1.5",
"@storybook/addon-backgrounds": "8.1.5",
"@storybook/addon-docs": "8.1.5",
"@storybook/addon-interactions": "8.1.5",
"@storybook/addon-links": "8.1.5",
"@storybook/addon-themes": "8.1.5",
"@storybook/addon-viewport": "8.1.5",
"@storybook/blocks": "8.1.5",
"@storybook/components": "8.1.5",
"@storybook/manager-api": "8.1.5",
"@storybook/preview-api": "8.1.5",
"@storybook/react": "8.1.5",
"@storybook/react-vite": "8.1.5",
"@storybook/addon-a11y": "8.2.7",
"@storybook/addon-actions": "8.2.7",
"@storybook/addon-backgrounds": "8.2.7",
"@storybook/addon-docs": "8.2.7",
"@storybook/addon-interactions": "8.2.7",
"@storybook/addon-links": "8.2.7",
"@storybook/addon-themes": "8.2.7",
"@storybook/addon-viewport": "8.2.7",
"@storybook/blocks": "8.2.7",
"@storybook/components": "8.2.7",
"@storybook/manager-api": "8.2.7",
"@storybook/preview-api": "8.2.7",
"@storybook/react": "8.2.7",
"@storybook/react-vite": "8.2.7",
"@storybook/testing-library": "0.2.2",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"@vitejs/plugin-react": "4.3.0",
"chromatic": "11.5.1",
"@vitejs/plugin-react": "4.3.1",
"chromatic": "11.7.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"require-from-string": "2.0.2",
"rimraf": "5.0.7",
"storybook": "8.1.5",
"typescript": "5.4.5",
"vite": "5.2.12"
"rimraf": "6.0.1",
"storybook": "8.2.7",
"typescript": "5.5.4",
"vite": "5.3.5"
},
"dependencies": {
"@nl-design-system-unstable/theme-toolkit": "1.0.0-alpha.21",
"@storybook/addon-controls": "8.1.5",
"@storybook/blocks": "8.1.5"
"@nl-design-system-unstable/theme-toolkit": "1.0.0",
"@storybook/addon-controls": "8.2.7",
"@storybook/blocks": "8.2.7"
},
"bugs": {
"url": "https://github.com/nl-design-system/lux/issues"
Expand Down
6 changes: 3 additions & 3 deletions packages/web-components-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,12 @@
},
"devDependencies": {
"@lux-design-system/web-components-stencil": "workspace:*",
"@types/node": "20.14.1",
"@types/node": "22.1.0",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"rimraf": "5.0.7",
"typescript": "5.4.5"
"rimraf": "6.0.1",
"typescript": "5.5.4"
}
}
8 changes: 4 additions & 4 deletions packages/web-components-stencil/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,11 @@
"chokidar-cli": "3.0.0",
"npm-run-all": "4.1.5",
"react": "18.3.1",
"rimraf": "5.0.7",
"tslib": "2.6.2",
"typescript": "5.4.5"
"rimraf": "6.0.1",
"tslib": "2.6.3",
"typescript": "5.5.4"
},
"dependencies": {
"@stencil/core": "4.18.3"
"@stencil/core": "4.20.0"
}
}
3 changes: 3 additions & 0 deletions patches/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
<!-- TODO LUX-333 remove patch when style-dictionary is updated -->

- `@tokens-studio__sd-transforms@0.15.2.patch` De patch is nodig omdat deze uit gaat van een verkeerde versie van `style-dictionary`. Zodra we die updaten kunnen we deze patch verwijderen en `@tokens-studio/sd-transforms` ook updaten.
Loading

0 comments on commit 9210fcf

Please sign in to comment.