diff --git a/packages/prettier-plugin-typespec/ThirdPartyNotices.txt b/packages/prettier-plugin-typespec/ThirdPartyNotices.txt index 40c7b19afc..2c6943969f 100644 --- a/packages/prettier-plugin-typespec/ThirdPartyNotices.txt +++ b/packages/prettier-plugin-typespec/ThirdPartyNotices.txt @@ -8,7 +8,7 @@ original copyright notices and the licenses under which Microsoft received such components are set forth below. Microsoft reserves all rights not expressly granted herein, whether by implication, estoppel or otherwise. -1. prettier version 3.3.2 (prettier/prettier) +1. prettier version 3.3.3 (prettier/prettier) %% prettier NOTICES AND INFORMATION BEGIN HERE @@ -32,7 +32,7 @@ MIT, ISC, BSD-2-Clause, BSD-3-Clause, Apache-2.0 ## Bundled dependencies -### @angular/compiler@v18.0.2 +### @angular/compiler@v18.1.0 > Angular - the compiler library @@ -143,7 +143,7 @@ Author: The Babel Team (https://babel.dev/team) ---------------------------------------- -### @babel/parser@v7.24.7 +### @babel/parser@v7.24.8 > A JavaScript parser @@ -471,7 +471,7 @@ Author: Alex Bell ---------------------------------------- -### @typescript-eslint/types@v7.13.0 +### @typescript-eslint/types@v8.0.0-alpha.41 > Types for the TypeScript-ESTree AST spec @@ -503,7 +503,7 @@ Repository: ---------------------------------------- -### @typescript-eslint/typescript-estree@v7.13.0 +### @typescript-eslint/typescript-estree@v8.0.0-alpha.41 > A parser that converts TypeScript source code into an ESTree compatible form @@ -540,13 +540,13 @@ Repository: ---------------------------------------- -### acorn@v8.11.3 +### acorn@v8.12.1 > ECMAScript parser License: MIT Homepage: -Repository: +Repository: > MIT License > @@ -634,7 +634,7 @@ Author: Ika (https://github.com/ikatyang) ---------------------------------------- -### angular-html-parser@v5.2.0 +### angular-html-parser@v6.0.2 > A HTML parser extracted from Angular with some modifications @@ -643,19 +643,19 @@ Homepage: (https://github.com/ikatyang) > MIT License -> +> > Copyright (c) Ika (https://github.com/ikatyang) -> +> > Permission is hereby granted, free of charge, to any person obtaining a copy > of this software and associated documentation files (the "Software"), to deal > in the Software without restriction, including without limitation the rights > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell > copies of the Software, and to permit persons to whom the Software is > furnished to do so, subject to the following conditions: -> +> > The above copyright notice and this permission notice shall be included in all > copies or substantial portions of the Software. -> +> > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE @@ -1182,7 +1182,7 @@ Author: Sindre Sorhus (https://sindresorhus.com) ---------------------------------------- -### espree@v10.0.1 +### espree@v10.1.0 > An Esprima-compatible JavaScript parser built on Acorn @@ -1317,7 +1317,7 @@ Author: James Halliday (http://substack.net) ---------------------------------------- -### fastq@v1.15.0 +### fastq@v1.17.1 > Fast, in memory work queue @@ -1620,7 +1620,7 @@ Contributors: ---------------------------------------- -### graphql@v16.8.1 +### graphql@v16.9.0 > A Query Language and Runtime which can target any service. @@ -2238,7 +2238,7 @@ Author: fisker Cheung (https://www.fiskercheung.com/) ---------------------------------------- -### jest-docblock@v29.7.0 +### jest-docblock@v30.0.0-alpha.5 License: MIT Repository: @@ -2246,6 +2246,7 @@ Repository: > MIT License > > Copyright (c) Meta Platforms, Inc. and affiliates. +> Copyright Contributors to the Jest project. > > Permission is hereby granted, free of charge, to any person obtaining a copy > of this software and associated documentation files (the "Software"), to deal @@ -2958,7 +2959,7 @@ Author: typicode ---------------------------------------- -### postcss@v8.4.38 +### postcss@v8.4.39 > Tool for transforming styles with JS plugins @@ -3700,7 +3701,7 @@ Author: JoshuaKGoldberg ---------------------------------------- -### typescript@v5.4.5 +### typescript@v5.5.3 > TypeScript is a language for application scale JavaScript development @@ -4375,7 +4376,7 @@ Author: Ika (https://github.com/ikatyang) ---------------------------------------- -### yocto-queue@v1.0.0 +### yocto-queue@v1.1.1 > Tiny queue data structure diff --git a/packages/typespec-vscode/ThirdPartyNotices.txt b/packages/typespec-vscode/ThirdPartyNotices.txt index 110121fe58..681acb4e65 100644 --- a/packages/typespec-vscode/ThirdPartyNotices.txt +++ b/packages/typespec-vscode/ThirdPartyNotices.txt @@ -11,7 +11,7 @@ granted herein, whether by implication, estoppel or otherwise. 1. balanced-match version 1.0.2 (https://github.com/juliangruber/balanced-match) 2. brace-expansion version 2.0.1 (https://github.com/juliangruber/brace-expansion) 3. minimatch version 5.1.6 (https://github.com/isaacs/minimatch) -4. semver version 7.6.2 (https://github.com/npm/node-semver) +4. semver version 7.6.3 (https://github.com/npm/node-semver) %% balanced-match NOTICES AND INFORMATION BEGIN HERE diff --git a/packages/typespec-vscode/package.json b/packages/typespec-vscode/package.json index 95bd860838..cc41fc69e1 100644 --- a/packages/typespec-vscode/package.json +++ b/packages/typespec-vscode/package.json @@ -25,7 +25,7 @@ "type": "module", "main": "./dist/src/extension.cjs", "engines": { - "vscode": "^1.90.0" + "vscode": "^1.91.0" }, "activationEvents": [ "onLanguage:typespec",