Skip to content

Commit

Permalink
build: patch round 2024-07
Browse files Browse the repository at this point in the history
- update .editorconfig
- rename .prettierrc.json -> prettier.config.cjs
- install patch updates
- install minor updates
- install major updates, prevent style-dictionary from updating
  • Loading branch information
matijs committed Jul 24, 2024
1 parent ae38ca5 commit f4edc3f
Show file tree
Hide file tree
Showing 16 changed files with 2,512 additions and 3,745 deletions.
9 changes: 3 additions & 6 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
root = true

[*.{css,js,json,jsx,html,md,mdx,scss,svg,ts,tsx}]
[*]
charset = UTF-8
end_of_line = lf
indent_size = 2
Expand All @@ -9,8 +9,5 @@ insert_final_newline = true
max_line_length = 120
trim_trailing_whitespace = true

[*ignore]
charset = UTF-8
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
[*.{md,mdx}]
trim_trailing_whitespace = false
2 changes: 1 addition & 1 deletion .ncurc.major.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ 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'],
target: 'latest',
};
55 changes: 0 additions & 55 deletions .prettierrc.json

This file was deleted.

12 changes: 6 additions & 6 deletions apps/rvs.rivm.nl/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"start": "http-server dist/"
},
"dependencies": {
"next": "14.2.4",
"next": "14.2.5",
"react": "18.3.1",
"react-dom": "18.3.1"
},
Expand All @@ -35,13 +35,13 @@
"@rijkshuisstijl-community/rivm-design-tokens": "workspace:*",
"@rijkshuisstijl-community/web-components-react": "workspace:*",
"@rijkshuisstijl-community/web-components-stencil": "workspace:*",
"@types/node": "20.14.2",
"@types/node": "20.14.11",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"@utrecht/component-library-css": "3.2.0",
"@utrecht/component-library-react": "3.1.0",
"@utrecht/component-library-css": "4.0.0",
"@utrecht/component-library-react": "4.1.0",
"eslint": "8.57.0",
"eslint-config-next": "14.2.4",
"typescript": "5.4.5"
"eslint-config-next": "14.2.5",
"typescript": "5.5.3"
}
}
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,30 +18,30 @@
"./proprietary/*"
],
"devDependencies": {
"@lerna-lite/cli": "3.5.1",
"@lerna-lite/publish": "3.5.2",
"@lerna-lite/run": "3.5.1",
"@types/node": "20.14.2",
"@typescript-eslint/eslint-plugin": "7.13.0",
"@typescript-eslint/parser": "7.13.0",
"@lerna-lite/cli": "3.7.1",
"@lerna-lite/publish": "3.7.1",
"@lerna-lite/run": "3.7.1",
"@types/node": "20.14.11",
"@typescript-eslint/eslint-plugin": "7.16.1",
"@typescript-eslint/parser": "7.16.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",
"eslint-plugin-react": "7.34.4",
"husky": "9.1.1",
"lint-staged": "15.2.7",
"markdownlint-cli": "0.41.0",
"npm-check-updates": "16.14.20",
"npm-package-json-lint": "8.0.0",
"npm-run-all": "4.1.5",
"postcss": "8.4.38",
"prettier": "3.3.2",
"stylelint": "16.6.1",
"postcss": "8.4.39",
"prettier": "3.3.3",
"stylelint": "16.7.0",
"stylelint-config-standard-scss": "13.1.0",
"stylelint-order": "6.0.4",
"typescript": "5.4.5"
"typescript": "5.5.3"
},
"scripts": {
"build": "lerna run build",
Expand Down Expand Up @@ -76,5 +76,5 @@
"dependencies": {
"http-server": "14.1.1"
},
"packageManager": "pnpm@9.1.1+sha256.9551e803dcb7a1839fdf5416153a844060c7bce013218ce823410532504ac10b"
"packageManager": "pnpm@9.4.0+sha256.b6fd0bfda555e7e584ad7e56b30c68b01d5a04f9ee93989f4b93ca8473c49c74"
}
20 changes: 10 additions & 10 deletions packages/components-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,16 +38,16 @@
"lodash.chunk": "4.2.0"
},
"devDependencies": {
"@babel/core": "7.24.7",
"@babel/core": "7.24.9",
"@babel/plugin-transform-runtime": "7.24.7",
"@babel/preset-env": "7.24.7",
"@babel/preset-env": "7.24.8",
"@babel/preset-react": "7.24.7",
"@babel/preset-typescript": "7.24.7",
"@babel/runtime": "7.24.7",
"@babel/runtime": "7.24.8",
"@rollup/plugin-babel": "6.0.4",
"@rollup/plugin-commonjs": "26.0.1",
"@rollup/plugin-node-resolve": "15.2.3",
"@testing-library/dom": "10.1.0",
"@testing-library/dom": "10.3.2",
"@testing-library/jest-dom": "6.4.6",
"@testing-library/react": "16.0.0",
"@testing-library/user-event": "14.5.2",
Expand All @@ -57,22 +57,22 @@
"@vitejs/plugin-react": "4.3.1",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"next": "14.2.4",
"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.18.1",
"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.5",
"sass": "1.77.8",
"tslib": "2.6.3",
"typescript": "5.4.5",
"vite": "5.3.1",
"typescript": "5.5.3",
"vite": "5.3.4",
"vite-plugin-runtime-config": "1.0.2"
},
"peerDependencies": {
Expand Down
42 changes: 21 additions & 21 deletions packages/storybook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,34 +33,34 @@
"@rijkshuisstijl-community/mijnoverheid-design-tokens": "workspace:*",
"@rijkshuisstijl-community/rivm-design-tokens": "workspace:*",
"@rijkshuisstijl-community/web-components-stencil": "workspace:*",
"@storybook/addon-a11y": "8.1.9",
"@storybook/addon-actions": "8.1.9",
"@storybook/addon-docs": "8.1.9",
"@storybook/addon-interactions": "8.1.9",
"@storybook/addon-links": "8.1.9",
"@storybook/addon-themes": "8.1.9",
"@storybook/addon-viewport": "8.1.9",
"@storybook/blocks": "8.1.9",
"@storybook/cli": "8.1.9",
"@storybook/react": "8.1.9",
"@storybook/react-vite": "8.1.9",
"@storybook/addon-a11y": "8.2.4",
"@storybook/addon-actions": "8.2.4",
"@storybook/addon-docs": "8.2.4",
"@storybook/addon-interactions": "8.2.4",
"@storybook/addon-links": "8.2.4",
"@storybook/addon-themes": "8.2.4",
"@storybook/addon-viewport": "8.2.4",
"@storybook/blocks": "8.2.4",
"@storybook/cli": "8.2.4",
"@storybook/react": "8.2.4",
"@storybook/react-vite": "8.2.4",
"@storybook/testing-library": "0.2.2",
"@storybook/theming": "8.1.9",
"@storybook/theming": "8.2.4",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"@utrecht/component-library-css": "3.2.0",
"@utrecht/component-library-react": "3.1.0",
"@utrecht/web-component-library-react": "1.1.0",
"@utrecht/web-component-library-stencil": "1.2.0",
"@utrecht/component-library-css": "4.0.0",
"@utrecht/component-library-react": "4.1.0",
"@utrecht/web-component-library-react": "1.2.0",
"@utrecht/web-component-library-stencil": "1.3.0",
"@whitespace/storybook-addon-html": "6.1.1",
"prettier": "3.3.2",
"prettier": "3.3.3",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-syntax-highlighter": "15.5.0",
"require-from-string": "2.0.2",
"rimraf": "5.0.7",
"storybook": "8.1.9",
"typescript": "5.4.5",
"vite": "5.3.1"
"rimraf": "6.0.1",
"storybook": "8.2.4",
"typescript": "5.5.3",
"vite": "5.3.4"
}
}
6 changes: 3 additions & 3 deletions packages/web-components-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,12 @@
},
"devDependencies": {
"@rijkshuisstijl-community/web-components-stencil": "workspace:*",
"@types/node": "20.14.2",
"@types/node": "20.14.11",
"@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.3"
}
}
6 changes: 3 additions & 3 deletions packages/web-components-stencil/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,11 @@
"chokidar-cli": "3.0.0",
"node-sass-package-importer": "5.3.3",
"npm-run-all": "4.1.5",
"rimraf": "5.0.7",
"rimraf": "6.0.1",
"tslib": "2.6.3",
"typescript": "5.4.5"
"typescript": "5.5.3"
},
"dependencies": {
"@stencil/core": "4.18.3"
"@stencil/core": "4.19.2"
}
}
Loading

0 comments on commit f4edc3f

Please sign in to comment.