Skip to content

Commit 3813636

Browse files
committed
fix(many): update dependencies, browsersdb and moment timezone database
also some typing fixes because of a new TS version Fixes INSTUI-4586
1 parent 41caeea commit 3813636

File tree

105 files changed

+4737
-25133
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

105 files changed

+4737
-25133
lines changed

package-lock.json

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

package.json

Lines changed: 19 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -53,49 +53,48 @@
5353
"@storybook/react/webpack": "^5"
5454
},
5555
"devDependencies": {
56-
"@babel/cli": "^7.26.4",
57-
"@commitlint/cli": "^19.6.0",
58-
"@commitlint/config-conventional": "^19.6.0",
56+
"@babel/cli": "^7.27.2",
57+
"@commitlint/cli": "^19.8.1",
58+
"@commitlint/config-conventional": "^19.8.1",
5959
"@emotion/cache": "^11.14.0",
6060
"@emotion/react": "^11.14.0",
61-
"@eslint/js": "^9.16.0",
61+
"@eslint/js": "^9.28.0",
6262
"@instructure/browserslist-config-instui": "workspace:*",
6363
"@instructure/pkg-utils": "workspace:*",
6464
"@testing-library/dom": "^10.4.0",
6565
"@testing-library/jest-dom": "^6.6.3",
6666
"@testing-library/react": "^16.0.1",
67-
"@testing-library/user-event": "^14.5.2",
68-
"@types/eslint__js": "^8.42.3",
67+
"@testing-library/user-event": "^14.6.1",
6968
"@types/jest": "^29.5.14",
7069
"@types/react-dom": "^18.3.0",
71-
"@vitejs/plugin-react": "^4.3.4",
72-
"@vitest/eslint-plugin": "^1.1.14",
70+
"@vitejs/plugin-react": "^4.5.1",
71+
"@vitest/eslint-plugin": "^1.2.1",
7372
"chai": "^4.4.1",
7473
"chalk": "^4.1.2",
7574
"commitizen": "^4.3.1",
7675
"cross-spawn": "^7.0.6",
77-
"cypress": "^13.16.1",
78-
"cypress-real-events": "^1.13.0",
79-
"cz-git": "^1.11.0",
80-
"esbuild": "^0.24.0",
81-
"eslint": "^9.16.0",
82-
"eslint-config-prettier": "^9.1.0",
76+
"cypress": "^13.17.0",
77+
"cypress-real-events": "^1.14.0",
78+
"cz-git": "^1.11.1",
79+
"esbuild": "^0.25.5",
80+
"eslint": "^9.28.0",
81+
"eslint-config-prettier": "^10.1.5",
8382
"eslint-import-resolver-node": "^0.3.9",
8483
"eslint-module-utils": "^2.12.0",
85-
"eslint-plugin-compat": "^6.0.1",
84+
"eslint-plugin-compat": "^6.0.2",
8685
"eslint-plugin-jsx-a11y": "^6.10.2",
8786
"eslint-plugin-notice": "^1.0.0",
88-
"eslint-plugin-react": "^7.37.2",
87+
"eslint-plugin-react": "^7.37.5",
8988
"globals": "^15.13.0",
9089
"husky": "^9.1.7",
9190
"lerna": "^8.1.9",
9291
"lint-staged": "^15.2.10",
9392
"react": "^18.3.1",
9493
"tar": "^7.4.3",
95-
"typescript": "5.7.2",
96-
"typescript-eslint": "^8.18.0",
97-
"vitest": "^3.0.9",
98-
"webpack": "^5.97.1"
94+
"typescript": "5.8.3",
95+
"typescript-eslint": "^8.33.1",
96+
"vitest": "^3.2.2",
97+
"webpack": "^5.99.9"
9998
},
10099
"//dependency-comments": {
101100
"danger": "^11.3.1 -- add this back if we use it in pr-validation.yml",

packages/__docs__/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
},
2626
"license": "MIT",
2727
"dependencies": {
28-
"@babel/standalone": "^7.26.4",
28+
"@babel/standalone": "^7.27.6",
2929
"@instructure/canvas-high-contrast-theme": "10.19.1",
3030
"@instructure/canvas-theme": "10.19.1",
3131
"@instructure/console": "10.19.1",
@@ -112,32 +112,32 @@
112112
"@instructure/ui-truncate-text": "10.19.1",
113113
"@instructure/ui-utils": "10.19.1",
114114
"@instructure/ui-view": "10.19.1",
115-
"babel-loader": "^9.2.1",
115+
"babel-loader": "^10.0.0",
116116
"buffer": "^6.0.3",
117117
"codesandbox": "^2.2.3",
118118
"lorem-ipsum": "^2.0.8",
119-
"marked": "^15.0.3",
119+
"marked": "^15.0.12",
120120
"marked-react": "^3.0.0",
121121
"moment": "^2.30.1",
122122
"prop-types": "^15.8.1",
123123
"react": "^18.3.1",
124124
"react-dom": "^18.3.1",
125-
"semver": "^7.6.3",
126-
"uuid": "^11.0.3",
125+
"semver": "^7.7.2",
126+
"uuid": "^11.1.0",
127127
"webpack-merge": "^6.0.1"
128128
},
129129
"devDependencies": {
130130
"@instructure/ui-babel-preset": "10.19.1",
131131
"@instructure/ui-scripts": "10.19.1",
132132
"@instructure/ui-webpack-config": "10.19.1",
133133
"chokidar": "^3.6.0",
134-
"globby": "^14.0.2",
134+
"globby": "^14.1.0",
135135
"gray-matter": "^4.0.3",
136136
"html-webpack-plugin": "^5.6.3",
137137
"jsdoc-api": "^8.1.1",
138138
"mkdirp": "^3.0.1",
139139
"raw-loader": "^4.0.2",
140-
"react-docgen": "^7.1.1",
140+
"react-docgen": "^8.0.0",
141141
"svg-inline-loader": "^0.8.2",
142142
"webpack-bundle-analyzer": "^4.10.2"
143143
},

packages/__examples__/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
},
2323
"license": "MIT",
2424
"dependencies": {
25-
"@babel/runtime": "^7.26.0",
25+
"@babel/runtime": "^7.27.6",
2626
"@instructure/ui-babel-preset": "10.19.1",
2727
"@instructure/ui-buttons": "10.19.1",
2828
"@instructure/ui-i18n": "10.19.1",
@@ -48,7 +48,7 @@
4848
"prop-types": "^15.8.1",
4949
"react-docgen": "7.1.1",
5050
"storybook": "^7.6.19",
51-
"webpack": "^5.97.1"
51+
"webpack": "^5.99.9"
5252
},
5353
"resolutions": {
5454
"@storybook/react/webpack": "^5"

packages/canvas-high-contrast-theme/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"@instructure/ui-babel-preset": "10.19.1"
2626
},
2727
"dependencies": {
28-
"@babel/runtime": "^7.26.0",
28+
"@babel/runtime": "^7.27.6",
2929
"@instructure/shared-types": "10.19.1",
3030
"@instructure/theme-registry": "10.19.1",
3131
"@instructure/ui-themes": "10.19.1"

packages/canvas-theme/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"@instructure/ui-babel-preset": "10.19.1"
2626
},
2727
"dependencies": {
28-
"@babel/runtime": "^7.26.0",
28+
"@babel/runtime": "^7.27.6",
2929
"@instructure/shared-types": "10.19.1",
3030
"@instructure/theme-registry": "10.19.1",
3131
"@instructure/ui-themes": "10.19.1"

packages/command-utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
},
2222
"license": "MIT",
2323
"dependencies": {
24-
"chalk": "^5.3.0",
24+
"chalk": "^5.4.1",
2525
"cross-spawn": "^7.0.6",
2626
"which": "^4.0.0"
2727
},

packages/debounce/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"@instructure/ui-babel-preset": "10.19.1"
2626
},
2727
"dependencies": {
28-
"@babel/runtime": "^7.26.0"
28+
"@babel/runtime": "^7.27.6"
2929
},
3030
"publishConfig": {
3131
"access": "public"

packages/emotion/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
},
2424
"license": "MIT",
2525
"dependencies": {
26-
"@babel/runtime": "^7.26.0",
26+
"@babel/runtime": "^7.27.6",
2727
"@emotion/react": "^11",
2828
"@instructure/console": "10.19.1",
2929
"@instructure/shared-types": "10.19.1",

packages/theme-registry/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"access": "public"
2222
},
2323
"dependencies": {
24-
"@babel/runtime": "^7.26.0",
24+
"@babel/runtime": "^7.27.6",
2525
"@instructure/console": "10.19.1",
2626
"@instructure/shared-types": "10.19.1",
2727
"@instructure/ui-utils": "10.19.1"

0 commit comments

Comments
 (0)