From 3169559b6a96ff6c673975a3919e821404bf89f8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Nov 2024 18:48:32 +0000 Subject: [PATCH 1/2] build(deps-dev): bump the typescript group across 1 directory with 2 updates Bumps the typescript group with 2 updates in the / directory: [typescript](https://github.com/microsoft/TypeScript) and [typescript-transform-paths](https://github.com/LeDDGroup/typescript-transform-paths). Updates `typescript` from 5.5.4 to 5.6.3 - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml) - [Commits](https://github.com/microsoft/TypeScript/compare/v5.5.4...v5.6.3) Updates `typescript-transform-paths` from 3.5.1 to 3.5.2 - [Release notes](https://github.com/LeDDGroup/typescript-transform-paths/releases) - [Changelog](https://github.com/LeDDGroup/typescript-transform-paths/blob/master/CHANGELOG.md) - [Commits](https://github.com/LeDDGroup/typescript-transform-paths/compare/v3.5.1...v3.5.2) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-minor dependency-group: typescript - dependency-name: typescript-transform-paths dependency-type: direct:development update-type: version-update:semver-patch dependency-group: typescript ... Signed-off-by: dependabot[bot] --- package-lock.json | 17 ++++++++--------- package.json | 4 ++-- 2 files changed, 10 insertions(+), 11 deletions(-) diff --git a/package-lock.json b/package-lock.json index c6191f292..54173f556 100644 --- a/package-lock.json +++ b/package-lock.json @@ -116,8 +116,8 @@ "ts-node": "10.9.2", "ts-patch": "3.2.1", "tsconfig-paths-webpack-plugin": "4.1.0", - "typescript": "5.5.4", - "typescript-transform-paths": "3.5.1", + "typescript": "5.6.3", + "typescript-transform-paths": "3.5.2", "webpack": "5.94.0" }, "peerDependencies": { @@ -36342,11 +36342,10 @@ } }, "node_modules/typescript": { - "version": "5.5.4", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.5.4.tgz", - "integrity": "sha512-Mtq29sKDAEYP7aljRgtPOpTvOfbwRWlS6dPRzwjdE+C0R4brX/GUyhHSecbHMFLNBLcJIPt9nl9yG5TZ1weH+Q==", + "version": "5.6.3", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.6.3.tgz", + "integrity": "sha512-hjcS1mhfuyi4WW8IWtjP7brDrG2cuDZukyrYrSauoXGNgx0S7zceP07adYkJycEr56BOUTNPzbInooiN3fn1qw==", "dev": true, - "license": "Apache-2.0", "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" @@ -36356,9 +36355,9 @@ } }, "node_modules/typescript-transform-paths": { - "version": "3.5.1", - "resolved": "https://registry.npmjs.org/typescript-transform-paths/-/typescript-transform-paths-3.5.1.tgz", - "integrity": "sha512-nq+exuF+38rAby9zrP+S6t0HWuwv69jeFu0I5UwjdoCIDPmnKIAr6a7JfYkbft7h5OzYKEDRhT/jLvvtTvWF4Q==", + "version": "3.5.2", + "resolved": "https://registry.npmjs.org/typescript-transform-paths/-/typescript-transform-paths-3.5.2.tgz", + "integrity": "sha512-IRDVXfU7oscLwTvLabXprFrFCMUdBJbdUDtxbHFEsau9FlqrrdgS8PfwUltKDAh75vJFkQ8QdXAt/nzIWWp+fA==", "dev": true, "dependencies": { "minimatch": "^9.0.5" diff --git a/package.json b/package.json index 69c0215ee..7dbd74860 100644 --- a/package.json +++ b/package.json @@ -118,8 +118,8 @@ "ts-node": "10.9.2", "ts-patch": "3.2.1", "tsconfig-paths-webpack-plugin": "4.1.0", - "typescript": "5.5.4", - "typescript-transform-paths": "3.5.1", + "typescript": "5.6.3", + "typescript-transform-paths": "3.5.2", "webpack": "5.94.0" }, "homepage": "https://act-org.github.io/dls", From 47e511cd30cf1bd990504f5d0e7d0caa09e1245c Mon Sep 17 00:00:00 2001 From: Jon Cursi Date: Tue, 5 Nov 2024 13:50:28 -0500 Subject: [PATCH 2/2] test: Also test storybook build in test suite --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7dbd74860..8f781c187 100644 --- a/package.json +++ b/package.json @@ -225,7 +225,7 @@ "test:prettier": "prettier . --check", "test:types": "tspc --noEmit", "test:unit": "jest --maxWorkers=2 --silent", - "test:build": "npm run build", + "test:build": "npm-run-all build build-storybook", "watch": "npm run build && npm run copy && npm run build:components -- --watch" }, "types": "index.d.ts",