From 6c0990a5b83046ac9a7cb04128a3c79efc734c05 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Feb 2024 05:08:46 +0000 Subject: [PATCH] Bump @astrojs/ts-plugin from 1.5.2 to 1.5.3 Bumps [@astrojs/ts-plugin](https://github.com/withastro/language-tools/tree/HEAD/packages/ts-plugin) from 1.5.2 to 1.5.3. - [Release notes](https://github.com/withastro/language-tools/releases) - [Changelog](https://github.com/withastro/language-tools/blob/main/packages/ts-plugin/CHANGELOG.md) - [Commits](https://github.com/withastro/language-tools/commits/@astrojs/ts-plugin@1.5.3/packages/ts-plugin) --- updated-dependencies: - dependency-name: "@astrojs/ts-plugin" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- pnpm-lock.yaml | 24 ++++++++++-------------- 2 files changed, 11 insertions(+), 15 deletions(-) diff --git a/package.json b/package.json index d0150af..cc1a043 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "@astrojs/node": "^8.2.0", "@astrojs/preact": "^3.1.0", "@astrojs/tailwind": "^5.1.0", - "@astrojs/ts-plugin": "^1.5.2", + "@astrojs/ts-plugin": "^1.5.3", "@cloudflare/workers-types": "^4.20240208.0", "@typescript-eslint/eslint-plugin": "^7.0.1", "@typescript-eslint/parser": "^7.0.1", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 367e1a2..f0fa406 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -38,8 +38,8 @@ devDependencies: specifier: ^5.1.0 version: 5.1.0(astro@4.3.7)(tailwindcss@3.4.1) '@astrojs/ts-plugin': - specifier: ^1.5.2 - version: 1.5.2 + specifier: ^1.5.3 + version: 1.5.3 '@cloudflare/workers-types': specifier: ^4.20240208.0 version: 4.20240208.0 @@ -151,10 +151,6 @@ packages: /@astrojs/compiler@1.8.2: resolution: {integrity: sha512-o/ObKgtMzl8SlpIdzaxFnt7SATKPxu4oIP/1NL+HDJRzxfJcAkOTAb/ZKMRyULbz4q+1t2/DAebs2Z1QairkZw==} - /@astrojs/compiler@2.5.2: - resolution: {integrity: sha512-fm9HNYu1tVnJjZYHE+SdDM5k6fZKNPXS9PwT43Mf6l4HVGx8d1jQwhGQqCvLkYJJBwQ9OysiexFMt7wtNuXhmQ==} - dev: true - /@astrojs/compiler@2.5.3: resolution: {integrity: sha512-jzj01BRv/fmo+9Mr2FhocywGzEYiyiP2GVHje1ziGNU6c97kwhYGsnvwMkHrncAy9T9Vi54cjaMK7UE4ClX4vA==} @@ -340,8 +336,8 @@ packages: transitivePeerDependencies: - supports-color - /@astrojs/ts-plugin@1.5.2: - resolution: {integrity: sha512-ioR5hvGc+77vg52QSTJEvaSe+Ote2TxA+9oCZyvfPWftezyC2J9K80VN9OTYkCbLyvy2RAnHv+Nr5nM/L9UyTg==} + /@astrojs/ts-plugin@1.5.3: + resolution: {integrity: sha512-exMHUWAa+JxJ1GaOw6TrC/znZMSwuFMaZrtGxjqfdsMnBAVR4WzJbs9560JNAJCxG7HMqpIfVcjqHdQe2oJ9LA==} dependencies: '@astrojs/compiler': 2.5.3 '@jridgewell/sourcemap-codec': 1.4.15 @@ -1900,15 +1896,15 @@ packages: resolution: {integrity: sha512-CGaBseNtunAV2DCpwBXqTKq8+9Tw65XZetMaC0FsMoZuLj0gxNIkbCf2QyKYScVrNOU7/ayfNdVw8ZCSHBiqCg==} engines: {node: ^14.18.0 || >=16.0.0} dependencies: - '@astrojs/compiler': 2.5.2 + '@astrojs/compiler': 2.5.3 '@typescript-eslint/scope-manager': 5.62.0 '@typescript-eslint/types': 5.62.0 - astrojs-compiler-sync: 0.3.5(@astrojs/compiler@2.5.2) + astrojs-compiler-sync: 0.3.5(@astrojs/compiler@2.5.3) debug: 4.3.4 entities: 4.5.0 eslint-visitor-keys: 3.4.3 espree: 9.6.1 - semver: 7.5.4 + semver: 7.6.0 transitivePeerDependencies: - supports-color dev: true @@ -2017,13 +2013,13 @@ packages: - terser - typescript - /astrojs-compiler-sync@0.3.5(@astrojs/compiler@2.5.2): + /astrojs-compiler-sync@0.3.5(@astrojs/compiler@2.5.3): resolution: {integrity: sha512-y420rhIIJ2HHDkYeqKArBHSdJNIIGMztLH90KGIX3zjcJyt/cr9Z2wYA8CP5J1w6KE7xqMh0DAkhfjhNDpQb2Q==} engines: {node: ^14.18.0 || >=16.0.0} peerDependencies: '@astrojs/compiler': '>=0.27.0' dependencies: - '@astrojs/compiler': 2.5.2 + '@astrojs/compiler': 2.5.3 synckit: 0.9.0 dev: true @@ -2746,7 +2742,7 @@ packages: eslint: '>=6.0.0' dependencies: eslint: 8.56.0 - semver: 7.5.4 + semver: 7.6.0 dev: true /eslint-plugin-astro@0.31.4(eslint@8.56.0):