From bd748616786feaa82214aad466479291e89cb7a6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 15:36:31 +0200 Subject: [PATCH] build(deps): bump typescript from 4.9.5 to 5.6.2 (#1280) Bumps [typescript](https://github.com/microsoft/TypeScript) from 4.9.5 to 5.6.2. - [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/v4.9.5...v5.6.2) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 29 +++---------------------- packages/purgecss-from-tsx/package.json | 2 +- 2 files changed, 4 insertions(+), 27 deletions(-) diff --git a/package-lock.json b/package-lock.json index f9eebf5a..47e9a102 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16833,8 +16833,6 @@ "version": "5.6.2", "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.6.2.tgz", "integrity": "sha512-NW8ByodCSNCwZeghjN3o+JX5OFH0Ojg6sadjEKY4huZ52TqbJTJnDo5+Tw98lSy63NZvi4n+ez5m2u5d4PkZyw==", - "dev": true, - "license": "Apache-2.0", "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" @@ -17734,20 +17732,7 @@ "dependencies": { "@fullhuman/purgecss-from-jsx": "^6.0.0", "acorn": "^8.7.0", - "typescript": "^4.5.3" - } - }, - "packages/purgecss-from-tsx/node_modules/typescript": { - "version": "4.9.5", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.9.5.tgz", - "integrity": "sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==", - "license": "Apache-2.0", - "bin": { - "tsc": "bin/tsc", - "tsserver": "bin/tsserver" - }, - "engines": { - "node": ">=4.2.0" + "typescript": "^5.6.2" } }, "packages/purgecss-webpack-plugin": { @@ -18651,14 +18636,7 @@ "requires": { "@fullhuman/purgecss-from-jsx": "^6.0.0", "acorn": "^8.7.0", - "typescript": "^4.5.3" - }, - "dependencies": { - "typescript": { - "version": "4.9.5", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.9.5.tgz", - "integrity": "sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==" - } + "typescript": "^5.6.2" } }, "@fullhuman/vue-cli-plugin-purgecss": { @@ -29812,8 +29790,7 @@ "typescript": { "version": "5.6.2", "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.6.2.tgz", - "integrity": "sha512-NW8ByodCSNCwZeghjN3o+JX5OFH0Ojg6sadjEKY4huZ52TqbJTJnDo5+Tw98lSy63NZvi4n+ez5m2u5d4PkZyw==", - "dev": true + "integrity": "sha512-NW8ByodCSNCwZeghjN3o+JX5OFH0Ojg6sadjEKY4huZ52TqbJTJnDo5+Tw98lSy63NZvi4n+ez5m2u5d4PkZyw==" }, "uc.micro": { "version": "2.1.0", diff --git a/packages/purgecss-from-tsx/package.json b/packages/purgecss-from-tsx/package.json index 5cf17e26..3355da7f 100644 --- a/packages/purgecss-from-tsx/package.json +++ b/packages/purgecss-from-tsx/package.json @@ -29,7 +29,7 @@ "dependencies": { "@fullhuman/purgecss-from-jsx": "^6.0.0", "acorn": "^8.7.0", - "typescript": "^4.5.3" + "typescript": "^5.6.2" }, "publishConfig": { "access": "public",