Skip to content

Chore/patch round 2024 01 #628

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 6 commits into from
Jan 16, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions .github/workflows/continuous-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
name: Install pnpm
id: pnpm-install
with:
version: 8
version: 8.14
run_install: false

- name: Get pnpm store directory
Expand Down Expand Up @@ -60,7 +60,7 @@ jobs:
name: Install pnpm
id: pnpm-install
with:
version: 8
version: 8.14
run_install: false

- name: Get pnpm store directory
Expand Down Expand Up @@ -100,7 +100,7 @@ jobs:
name: Install pnpm
id: pnpm-install
with:
version: 8
version: 8.14
run_install: false

- name: Get pnpm store directory
Expand Down Expand Up @@ -161,7 +161,7 @@ jobs:
name: Install pnpm
id: pnpm-install
with:
version: 8
version: 8.14
run_install: false

- name: Get pnpm store directory
Expand Down Expand Up @@ -225,7 +225,7 @@ jobs:
name: Install pnpm
id: pnpm-install
with:
version: 8
version: 8.14
run_install: false

- name: Get pnpm store directory
Expand Down
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ save-exact=true
save-prefix=
strict-peer-dependencies=false
auto-install-peers=false
enable-pre-post-scripts=true
23 changes: 11 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,18 +17,18 @@
"./proprietary/*"
],
"devDependencies": {
"@lerna-lite/cli": "3.2.0",
"@lerna-lite/publish": "3.2.0",
"@lerna-lite/run": "3.2.0",
"@lerna-lite/version": "3.2.0",
"@types/node": "20.10.6",
"@typescript-eslint/eslint-plugin": "6.17.0",
"@typescript-eslint/parser": "6.17.0",
"@lerna-lite/cli": "3.2.1",
"@lerna-lite/publish": "3.2.1",
"@lerna-lite/run": "3.2.1",
"@lerna-lite/version": "3.2.1",
"@types/node": "20.11.3",
"@typescript-eslint/eslint-plugin": "6.19.0",
"@typescript-eslint/parser": "6.19.0",
"eslint": "8.56.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-json": "3.1.0",
"eslint-plugin-mdx": "2.3.2",
"eslint-plugin-mdx": "2.3.4",
"eslint-plugin-react": "7.33.2",
"husky": "8.0.3",
"lint-staged": "15.2.0",
Expand All @@ -37,9 +37,8 @@
"npm-package-json-lint": "7.1.0",
"npm-run-all": "4.1.5",
"postcss": "8.4.33",
"prettier": "3.1.1",
"prettier": "3.2.2",
"stylelint": "16.1.0",
"stylelint-config-prettier": "9.0.5",
"stylelint-config-standard-scss": "13.0.0",
"stylelint-order": "6.0.4",
"typescript": "5.3.3"
Expand All @@ -65,14 +64,14 @@
"release": "lerna version prerelease --conventional-prerelease --no-changelog --no-private --yes",
"start": "node_modules/http-server/bin packages/storybook/dist/",
"storybook": "npm-run-all --parallel watch:**",
"test": "npm run test-workspaces",
"test": "pnpm run test-workspaces",
"test-update": "npm-run-all --sequential clean lint build test",
"test-workspaces": "lerna run --no-bail test",
"prewatch:storybook": "lerna run build:stencil && lerna run build:style-dictionary",
"update-patch": "npm-check-updates --configFileName .ncurc.patch.js --deep --dep dev,prod --target patch --upgrade && pnpm install",
"update-minor": "npm-check-updates --configFileName .ncurc.minor.js --deep --dep dev,prod --target minor --upgrade && pnpm install",
"update-major": "npm-check-updates --configFileName .ncurc.major.js --deep --dep dev,prod --target latest --upgrade && pnpm install",
"watch:storybook": "npm run --workspace packages/storybook storybook",
"watch:storybook": "pnpm --filter ./packages/storybook run storybook",
"watch:style-dictionary": "lerna run watch:style-dictionary"
},
"dependencies": {
Expand Down
16 changes: 8 additions & 8 deletions packages/components-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"url": "git@github.com:nl-design-system/example-community.git"
},
"scripts": {
"prebuild": "npm run clean",
"prebuild": "pnpm run clean",
"build": "npm-run-all build:**",
"build:components": "vite build",
"clean": "rimraf dist/ pages/",
Expand All @@ -33,38 +33,38 @@
],
"dependencies": {
"clsx": "2.1.0",
"date-fns": "3.1.0",
"date-fns": "3.2.0",
"lodash.chunk": "4.2.0"
},
"devDependencies": {
"@babel/core": "7.23.7",
"@babel/plugin-transform-runtime": "7.23.7",
"@babel/preset-env": "7.23.7",
"@babel/preset-env": "7.23.8",
"@babel/preset-react": "7.23.3",
"@babel/preset-typescript": "7.23.3",
"@babel/runtime": "7.23.7",
"@babel/runtime": "7.23.8",
"@example/components-css": "workspace:*",
"@rollup/plugin-babel": "6.0.4",
"@rollup/plugin-commonjs": "25.0.7",
"@rollup/plugin-node-resolve": "15.2.3",
"@testing-library/dom": "9.3.3",
"@testing-library/dom": "9.3.4",
"@testing-library/jest-dom": "6.2.0",
"@testing-library/react": "14.1.2",
"@testing-library/user-event": "14.5.2",
"@types/date-fns": "2.6.0",
"@types/jest": "29.5.11",
"@types/lodash.chunk": "4.2.9",
"@types/react": "18.2.46",
"@types/react": "18.2.48",
"@types/testing-library__jest-dom": "5.14.9",
"@vitejs/plugin-react": "4.2.1",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"next": "14.0.4",
"npm-run-all": "4.1.5",
"postcss": "8.4.33",
"react": "18.2.0",
"react-dom": "18.2.0",
"rimraf": "5.0.5",
"rollup": "4.9.4",
"rollup": "4.9.5",
"rollup-plugin-filesize": "10.0.0",
"rollup-plugin-node-externals": "6.1.2",
"rollup-plugin-node-polyfills": "0.2.1",
Expand Down
28 changes: 14 additions & 14 deletions packages/storybook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
},
"devDependencies": {
"@babel/core": "7.23.7",
"@babel/preset-env": "7.23.7",
"@babel/preset-env": "7.23.8",
"@babel/preset-react": "7.23.3",
"@babel/preset-typescript": "7.23.3",
"@etchteam/storybook-addon-status": "4.2.4",
Expand All @@ -30,30 +30,30 @@
"@example/font": "workspace:*",
"@example/web-components-react": "workspace:*",
"@example/web-components-stencil": "workspace:*",
"@storybook/addon-a11y": "7.6.7",
"@storybook/addon-actions": "7.6.7",
"@storybook/addon-docs": "7.6.7",
"@storybook/addon-interactions": "7.6.7",
"@storybook/addon-links": "7.6.7",
"@storybook/addon-viewport": "7.6.7",
"@storybook/addon-a11y": "7.6.8",
"@storybook/addon-actions": "7.6.8",
"@storybook/addon-docs": "7.6.8",
"@storybook/addon-interactions": "7.6.8",
"@storybook/addon-links": "7.6.8",
"@storybook/addon-viewport": "7.6.8",
"@storybook/preset-scss": "1.0.3",
"@storybook/react": "7.6.7",
"@storybook/react-vite": "7.6.7",
"@storybook/react-webpack5": "7.6.7",
"@storybook/react": "7.6.8",
"@storybook/react-vite": "7.6.8",
"@storybook/react-webpack5": "7.6.8",
"@storybook/testing-library": "0.2.2",
"@types/react": "18.2.46",
"@types/react": "18.2.48",
"@types/react-dom": "18.2.18",
"@vitejs/plugin-react": "4.2.1",
"babel-loader": "9.1.3",
"css-loader": "6.8.1",
"css-loader": "6.9.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"require-from-string": "2.0.2",
"rimraf": "5.0.5",
"sass": "1.69.7",
"sass-loader": "13.3.3",
"storybook": "7.6.7",
"style-loader": "3.3.3",
"storybook": "7.6.8",
"style-loader": "3.3.4",
"typescript": "5.3.3",
"vite": "5.0.11",
"vite-plugin-html": "3.2.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/web-components-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@
},
"devDependencies": {
"@example/web-components-stencil": "workspace:*",
"@types/node": "20.10.6",
"@types/react": "18.2.46",
"@types/node": "20.11.3",
"@types/react": "18.2.48",
"@types/react-dom": "18.2.18",
"react": "18.2.0",
"react-dom": "18.2.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/web-components-stencil/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,14 @@
"url": "git@github.com:nl-design-system/example.git"
},
"scripts": {
"prebuild": "npm run clean",
"prebuild": "pnpm run clean",
"build": "npm-run-all build:**",
"build:stencil": "stencil build",
"build:typescript": "tsc",
"clean": "rimraf dist/ ../web-components-react/src/components.ts ../web-components-react/src/react-component-lib/",
"start": "stencil build --dev --watch --serve",
"watch": "npm-run-all --parallel watch:**",
"watch:stencil": "chokidar --follow-symlinks --initial --command 'npm run build:stencil' '../../components/**/*.(js|jsx|ts|tsx)'",
"watch:stencil": "chokidar --follow-symlinks --initial --command 'pnpm run build:stencil' '../../components/**/*.(js|jsx|ts|tsx)'",
"generate": "stencil generate"
},
"devDependencies": {
Expand All @@ -46,6 +46,6 @@
"typescript": "5.3.3"
},
"dependencies": {
"@stencil/core": "4.9.0"
"@stencil/core": "4.10.0"
}
}
Loading