Skip to content

Commit e732016

Browse files
DutchBenRuben van Leeuwen
andauthored
2133 npm updates (#2207)
* 2133: Aligns surf app and components lib version * 2133: Dupdate @testing-library/jest-dom package to latest minor version * 2133: Update all eslint deps to latest minor version * 2133: Updates jest-config package to jest 30 * 2133: Updates example app deps * 2133: Updates surf app deps to minor version * 2133: Update storybook deps * 2133: Updates root package deps * 2133: Updates orchestator compoents deps * 2133: Update tsup minor version * 2133: Use ts-node instead of tsup * 2133: Aligs build and testing steps * 2133: Ran audit fix * 2133: Updates storybook apps deps * 2133: Adds changeset * 2133: --------- Co-authored-by: Ruben van Leeuwen <[email protected]>
1 parent 5ea38cf commit e732016

File tree

9 files changed

+5078
-4856
lines changed

9 files changed

+5078
-4856
lines changed

.changeset/wet-maps-join.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
'@orchestrator-ui/orchestrator-ui-components': minor
3+
'@orchestrator-ui/eslint-config-custom': minor
4+
'@orchestrator-ui/jest-config': minor
5+
'@orchestrator-ui/tsconfig': minor
6+
'orchestrator-ui-storybook': minor
7+
---
8+
9+
Updates depencencies to latest minor versions

apps/storybook/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,17 +16,17 @@
1616
"@storybook/addon-onboarding": "^8.5.0",
1717
"@storybook/blocks": "^8.5.0",
1818
"@storybook/experimental-nextjs-vite": "^8.5.0",
19-
"@storybook/react": "^8.5.0",
20-
"@storybook/react-vite": "^8.5.0",
19+
"@storybook/react": "^8.6.14",
20+
"@storybook/react-vite": "^8.6.14",
2121
"@storybook/test": "^8.5.0",
2222
"next-router-mock": "^0.9.13",
2323
"react": "^18.3.1",
2424
"react-dom": "^18.3.1",
2525
"storybook": "^8.5.0"
2626
},
2727
"devDependencies": {
28-
"@orchestrator-ui/eslint-config-custom": "*",
2928
"@chromatic-com/storybook": "^3.2.4",
29+
"@orchestrator-ui/eslint-config-custom": "*",
3030
"@types/react": "^18.3.18",
3131
"@types/react-dom": "^18.3.5",
3232
"@vitejs/plugin-react": "^4.3.4",

apps/wfo-ui

package-lock.json

Lines changed: 5038 additions & 4830 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/eslint-config-custom/package.json

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,15 +26,16 @@
2626
"dev": "npm run build -- --watch"
2727
},
2828
"dependencies": {
29-
"@eslint/js": "^9.25.1",
29+
"@eslint/js": "^9.36.0",
3030
"@trivago/prettier-plugin-sort-imports": "^5.2.2",
31-
"eslint": "^9.25.1",
32-
"eslint-config-next": "^15.0.1",
33-
"eslint-config-prettier": "^10.1.2",
31+
"eslint": "^9.36.0",
32+
"eslint-config-next": "^15.5.4",
33+
"eslint-config-prettier": "^10.1.8",
3434
"eslint-plugin-react": "^7.37.5",
3535
"eslint-plugin-react-hooks": "^5.2.0",
36-
"globals": "^16.0.0",
37-
"typescript-eslint": "^8.31.0"
36+
"globals": "^16.4.0",
37+
"tsup": "^8.5.0",
38+
"typescript-eslint": "^8.45.0"
3839
},
3940
"publishConfig": {
4041
"access": "public",

packages/jest-config/package.json

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,11 @@
3232
"@testing-library/jest-dom": "^6.6.2",
3333
"@testing-library/react": "^16.0.1",
3434
"@testing-library/user-event": "^14.5.2",
35-
"@types/jest": "^29.5.11",
36-
"babel-jest": "^29.7.0",
37-
"jest": "^29.7.0",
38-
"jest-environment-jsdom": "^29.7.0",
39-
"jest-watch-typeahead": "^2.2.2"
35+
"@types/jest": "^30.0.0",
36+
"babel-jest": "^30.2.0",
37+
"jest": "^30.2.0",
38+
"jest-environment-jsdom": "^30.2.0",
39+
"jest-watch-typeahead": "^3.0.1",
40+
"tsup": "^8.5.0"
4041
}
4142
}

packages/orchestrator-ui-components/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"invariant": "^2.2.4",
4343
"lodash": "^4.17.21",
4444
"moment": "^2.29.4",
45-
"moment-timezone": "^0.5.43",
45+
"moment-timezone": "^0.6.0",
4646
"next-auth": "^4.24.5",
4747
"next-intl": "^3.26.5",
4848
"next-query-params": "^5.0.0",
@@ -64,18 +64,18 @@
6464
"@orchestrator-ui/eslint-config-custom": "*",
6565
"@orchestrator-ui/jest-config": "*",
6666
"@reduxjs/toolkit": "^2.0.1",
67-
"@testing-library/jest-dom": "^6.6.2",
67+
"@testing-library/jest-dom": "^6.9.0",
6868
"@testing-library/react": "^16.0.1",
6969
"@testing-library/user-event": "^14.5.2",
7070
"@types/invariant": "^2.2.33",
71-
"@types/jest": "^29.5.8",
71+
"@types/jest": "^30.0.0",
7272
"@types/object-hash": "^3.0.6",
7373
"@types/scroll-into-view": "^1.16.3",
74-
"babel-jest": "^29.7.0",
75-
"jest": "^29.7.0",
76-
"jest-environment-jsdom": "^29.7.0",
77-
"jest-watch-typeahead": "^2.2.2",
78-
"tsup": "^8.0.1",
74+
"babel-jest": "^30.2.0",
75+
"jest": "^30.2.0",
76+
"jest-environment-jsdom": "^30.2.0",
77+
"jest-watch-typeahead": "^3.0.1",
78+
"tsup": "^8.5.0",
7979
"typescript": "^5.5.2",
8080
"uniforms-bridge-simple-schema-2": "^3.8.1"
8181
},

packages/orchestrator-ui-components/src/components/WfoTree/treeUtils.spec.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -115,9 +115,9 @@ describe('getWfoTreeNodeDepth', () => {
115115
},
116116
};
117117

118-
expect(() =>
119-
getWfoTreeNodeDepth(invalidNode, idToNodeMap),
120-
).toThrowError('Parent node for 1 not found.');
118+
expect(() => getWfoTreeNodeDepth(invalidNode, idToNodeMap)).toThrow(
119+
'Parent node for 1 not found.',
120+
);
121121
});
122122
});
123123

packages/tsconfig/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,8 @@
2828
"publishConfig": {
2929
"access": "public",
3030
"provenance": true
31+
},
32+
"dependencies": {
33+
"tsup": "^8.5.0"
3134
}
3235
}

0 commit comments

Comments
 (0)