Skip to content

Commit

Permalink
Release v7.22.0 (#5972)
Browse files Browse the repository at this point in the history
* Update grammars

* Update cached license files

* Version v7.22.0
  • Loading branch information
lildude committed Jul 13, 2022
1 parent 4edec06 commit c0b49c1
Show file tree
Hide file tree
Showing 74 changed files with 91 additions and 102 deletions.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ end
# The error count will need to be adjusted here until such time as all grammars are 100% error free.
desc "Check that compiling the grammars doesn't introduce any new unexpected errors"
task :check_grammars do
expected_error_count = 26 # This count should only ever go down. If it goes up, there's a new issue that needs to be addressed before updating the grammar.
expected_error_count = 27 # This count should only ever go down. If it goes up, there's a new issue that needs to be addressed before updating the grammar.
rm_rf "linguist-grammars"
output, status = Open3.capture2e("script/grammar-compiler", "compile", "-o", "linguist-grammars")
errors_found = output[/The grammar library contains ([0-9]+) errors/, 1].to_i
Expand Down
2 changes: 1 addition & 1 deletion lib/linguist/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
7.21.0
7.22.0
2 changes: 1 addition & 1 deletion vendor/CodeMirror
2 changes: 1 addition & 1 deletion vendor/grammars/LiveScript.tmbundle
2 changes: 1 addition & 1 deletion vendor/grammars/NimLime
2 changes: 1 addition & 1 deletion vendor/grammars/NovaGrammars
2 changes: 1 addition & 1 deletion vendor/grammars/abap.tmbundle
2 changes: 1 addition & 1 deletion vendor/grammars/astro
Submodule astro updated 51 files
+6 −0 .changeset/gold-rocks-hear.md
+5 −0 .changeset/little-chefs-enjoy.md
+5 −0 .changeset/twelve-roses-hammer.md
+5 −0 .changeset/violet-deers-warn.md
+3 −0 .eslintignore
+9 −9 CONTRIBUTING.md
+11 −9 README.md
+8 −8 package.json
+13 −0 packages/language-server/CHANGELOG.md
+1 −3 packages/language-server/package.json
+40 −11 packages/language-server/src/core/config/ConfigManager.ts
+46 −45 packages/language-server/src/core/config/interfaces.ts
+1 −0 packages/language-server/src/core/documents/DocumentMapper.ts
+7 −20 packages/language-server/src/core/documents/utils.ts
+58 −49 packages/language-server/src/plugins/PluginHost.ts
+21 −11 packages/language-server/src/plugins/astro/features/CompletionsProvider.ts
+9 −10 packages/language-server/src/plugins/css/CSSPlugin.ts
+8 −4 packages/language-server/src/plugins/html/HTMLPlugin.ts
+1 −0 packages/language-server/src/plugins/typescript/LanguageServiceManager.ts
+1 −2 packages/language-server/src/plugins/typescript/features/CodeActionsProvider.ts
+4 −5 packages/language-server/src/plugins/typescript/features/CompletionsProvider.ts
+0 −16 packages/language-server/src/plugins/typescript/features/DiagnosticsProvider.ts
+43 −17 packages/language-server/src/plugins/typescript/language-service.ts
+3 −3 packages/language-server/src/plugins/typescript/previewer.ts
+16 −2 packages/language-server/src/plugins/typescript/utils.ts
+2 −0 packages/language-server/src/server.ts
+59 −14 packages/language-server/src/utils.ts
+320 −0 packages/language-server/test/plugins/PluginHost.test.ts
+65 −13 packages/language-server/test/plugins/astro/features/CompletionsProvider.test.ts
+3 −0 packages/language-server/test/plugins/astro/fixtures/completions/closeFrontmatter.astro
+1 −0 packages/language-server/test/plugins/astro/fixtures/completions/tripledashesFrontmatter.astro
+4 −4 packages/language-server/test/plugins/css/CSSPlugin.test.ts
+3 −3 packages/language-server/test/plugins/html/HTMLPlugin.test.ts
+2 −2 packages/language-server/test/plugins/typescript/features/CodeActionsProvider.test.ts
+18 −7 packages/language-server/test/plugins/typescript/features/CompletionsProvider.test.ts
+11 −1 packages/language-server/test/plugins/typescript/features/DefinitionsProvider.test.ts
+29 −0 packages/language-server/test/plugins/typescript/features/DiagnosticsProvider.test.ts
+2 −2 packages/language-server/test/plugins/typescript/features/FoldingRangesProvider.test.ts
+1 −1 packages/language-server/test/plugins/typescript/features/SemanticTokensProvider.test.ts
+1 −1 packages/language-server/test/plugins/typescript/fixtures/codeActions/scriptTag.astro
+5 −0 packages/language-server/test/plugins/typescript/fixtures/completions/importNamespacedComponents.astro
+9 −0 packages/language-server/test/plugins/typescript/fixtures/completions/imports/MultipleComponent.jsx
+1 −0 packages/language-server/test/plugins/typescript/fixtures/diagnostics/arbitraryAttrs.astro
+9 −0 packages/language-server/test/plugins/typescript/fixtures/diagnostics/scriptTagTypeScript.astro
+4 −3 packages/language-server/test/utils.ts
+5 −0 packages/language-server/types/arbitrary-attrs.d.ts
+15 −0 packages/vscode/CHANGELOG.md
+8 −2 packages/vscode/package.json
+76 −69 packages/vscode/src/html/autoClose.ts
+8 −8 packages/vscode/test/grammar/test.mjs
+174 −226 yarn.lock
2 changes: 1 addition & 1 deletion vendor/grammars/atom-language-julia
2 changes: 1 addition & 1 deletion vendor/grammars/bicep
Submodule bicep updated 1286 files
2 changes: 1 addition & 1 deletion vendor/grammars/bikeshed
2 changes: 1 addition & 1 deletion vendor/grammars/cds-textmate-grammar
2 changes: 1 addition & 1 deletion vendor/grammars/denizenscript-grammar
2 changes: 1 addition & 1 deletion vendor/grammars/haxe-TmLanguage
2 changes: 1 addition & 1 deletion vendor/grammars/nix-linguist
Submodule nix-linguist updated 1 files
+110 −1 README.md
2 changes: 1 addition & 1 deletion vendor/grammars/portugol-grammar
2 changes: 1 addition & 1 deletion vendor/grammars/qsharp-compiler
Submodule qsharp-compiler updated 210 files
2 changes: 1 addition & 1 deletion vendor/grammars/rescript-vscode
Submodule rescript-vscode updated 620 files
2 changes: 1 addition & 1 deletion vendor/grammars/sublime-pony
2 changes: 1 addition & 1 deletion vendor/grammars/vscode-antlers-language-server
Submodule vscode-antlers-language-server updated 54 files
+39 −0 changelog.md
+5 −645 client/package-lock.json
+3 −3 client/package.json
+10 −0 client/src/extension.ts
+1 −1 client/syntaxes/antlers.json
+210 −210 formatcli/package/cli.js
+19 −19 formatcli/package/package.json
+2 −2,545 package-lock.json
+2 −2 package.json
+2 −509 server/package-lock.json
+32 −32 server/package.json
+9 −0 server/src/antlers/modifiers/utilityModifiers.ts
+66 −0 server/src/antlers/tags/core/mountUrl.ts
+37 −22 server/src/antlers/tags/core/partials/partial.ts
+21 −0 server/src/antlers/tags/core/partials/partialUtilities.ts
+11 −4 server/src/antlers/tags/core/partials/resolvePartialParameterCompletions.ts
+35 −0 server/src/antlers/tags/core/vite.ts
+4 −0 server/src/antlers/tags/coreTags.ts
+2 −0 server/src/diagnostics/documentHandlers/coreDocHandlers.ts
+41 −0 server/src/diagnostics/documentHandlers/partialRecursionHandler.ts
+3 −1 server/src/diagnostics/handlers/coreHandlers.ts
+39 −0 server/src/diagnostics/handlers/partialParametersHandler.ts
+17 −19 server/src/formatting/antlersFormatter.ts
+14 −0 server/src/idehelper/parser.ts
+23 −0 server/src/parser.ts
+1 −0 server/src/projects/fileSystemProvider/fileSystemStatamicProject.ts
+4 −0 server/src/projects/jsonSourceProject.ts
+1 −0 server/src/projects/projectDetailsProvider.ts
+2 −0 server/src/projects/views/view.ts
+103 −0 server/src/refactoring/core/extractPartialHandler.ts
+115 −0 server/src/refactoring/core/ternaryHandler.ts
+10 −0 server/src/refactoring/refactorHandler.ts
+29 −0 server/src/refactoring/refactoringManager.ts
+15 −0 server/src/refactoring/refactoringRequest.ts
+129 −0 server/src/runtime/analyzers/conditionAnalyzer.ts
+15 −2 server/src/runtime/analyzers/conditionPairAnalyzer.ts
+4 −0 server/src/runtime/analyzers/parameterValidator.ts
+8 −0 server/src/runtime/analyzers/structures/flattenedCondition.ts
+33 −1 server/src/runtime/document/documentCursor.ts
+7 −0 server/src/runtime/document/documentErrors.ts
+7 −0 server/src/runtime/document/documentManager.ts
+18 −1 server/src/runtime/document/frontMatter/frontMatterParser.ts
+12 −0 server/src/runtime/document/scanners/nodeQueries.ts
+1 −1 server/src/runtime/errors/antlersError.ts
+4 −0 server/src/runtime/errors/antlersErrorCodes.ts
+55 −1 server/src/runtime/nodes/abstractNode.ts
+1 −1 server/src/runtime/parser/antlersNodeParser.ts
+30 −5 server/src/runtime/parser/documentParser.ts
+46 −1 server/src/runtime/parser/languageParser.ts
+162 −0 server/src/runtime/refactoring/conditionTernaryRefactor.ts
+36 −11 server/src/server.ts
+48 −0 server/src/services/antlersRefactoring.ts
+15 −0 server/src/suggestions/suggestionManager.ts
+56 −0 server/src/test/condition_refactor.test.ts
2 changes: 1 addition & 1 deletion vendor/grammars/vscode-cadence
Submodule vscode-cadence updated 60 files
+0 −10 .github/workflows/ci.yml
+0 −10 .snyk
+2 −0 CONTRIBUTING.md
+1 −1 README.md
+3 −0 compile-install.sh
+1 −1 cypress.json
+3 −2 docker-compose.yml
+0 −0 extension/index.d.ts
+0 −0 extension/language/language-configuration.json
+0 −0 extension/language/syntaxes/cadence.tmGrammar.json
+0 −0 extension/language/syntaxes/codeblock.json
+11 −0 extension/src/commands/command-constants.ts
+59 −0 extension/src/commands/command-controller.ts
+0 −0 extension/src/emulator/account.ts
+115 −0 extension/src/emulator/emulator-controller.ts
+61 −0 extension/src/emulator/local/account-data.ts
+92 −0 extension/src/emulator/local/config.ts
+59 −28 extension/src/emulator/server/language-server.ts
+123 −0 extension/src/emulator/tools/account-manager.ts
+99 −0 extension/src/emulator/tools/terminal.ts
+56 −0 extension/src/extension.ts
+17 −0 extension/src/main.ts
+57 −0 extension/src/settings/settings.ts
+79 −0 extension/src/ui/components/status-bar.ts
+26 −0 extension/src/ui/ui-controller.ts
+7 −0 extension/src/utils/debug.ts
+0 −0 extension/src/utils/strings.ts
+28 −0 extension/src/utils/utils.ts
+13 −3 extension/test/cypress-helpers.ts
+1 −1 extension/test/e2e/deploy-contract.test.ts
+3 −1 extension/test/e2e/send-script.test.ts
+3 −1 extension/test/e2e/send-transaction.test.ts
+0 −0 extension/test/e2e/switch-accounts.test.ts
+0 −0 extension/test/fixtures/workspace/Error.cdc
+0 −0 extension/test/fixtures/workspace/FooContract.cdc
+0 −0 extension/test/fixtures/workspace/NonFungibleToken.cdc
+0 −0 extension/test/fixtures/workspace/Script.cdc
+0 −0 extension/test/fixtures/workspace/Tx.cdc
+0 −0 extension/test/fixtures/workspace/flow.json
+ extension/test/fixtures/workspace/sbin/flow
+ extension/test/fixtures/workspace/sbin/flow_arm
+0 −0 extension/test/run-test.ts
+42 −0 extension/test/suite/extension.integration.test.ts
+1 −2 extension/test/suite/index.ts
+28 −0 extension/test/unit/account-data.unit.test.ts
+22 −0 extension/test/unit/account.unit.test.ts
+5 −0 extension/test/unit/test-utils.ts
+ images/icon.png
+ images/vscode-banner.png
+0 −0 images/vscode-banner.svg
+16,832 −10,209 package-lock.json
+167 −164 package.json
+0 −232 src/commands.ts
+0 −142 src/config.ts
+0 −128 src/extension.ts
+0 −47 src/status-bar.ts
+0 −63 src/terminal.ts
+0 −39 src/test/suite/extension.integration.test.ts
+0 −22 src/test/unit/account.unit.test.ts
+0 −1 tsconfig.json
2 changes: 1 addition & 1 deletion vendor/grammars/vscode-codeql
Submodule vscode-codeql updated 43 files
+1 −4 .github/workflows/main.yml
+32 −5 CONTRIBUTING.md
+1 −0 extensions/ql-vscode/.nvmrc
+8 −0 extensions/ql-vscode/CHANGELOG.md
+693 −466 extensions/ql-vscode/package-lock.json
+20 −4 extensions/ql-vscode/package.json
+4 −2 extensions/ql-vscode/src/authentication.ts
+26 −4 extensions/ql-vscode/src/cli.ts
+15 −0 extensions/ql-vscode/src/config.ts
+22 −19 extensions/ql-vscode/src/extension.ts
+7 −0 extensions/ql-vscode/src/pure/bqrs-cli-types.ts
+9 −3 extensions/ql-vscode/src/pure/helpers-pure.ts
+7 −1 extensions/ql-vscode/src/pure/interface-types.ts
+44 −0 extensions/ql-vscode/src/pure/log-summary-parser.ts
+93 −29 extensions/ql-vscode/src/query-history.ts
+4 −0 extensions/ql-vscode/src/queryserver-client.ts
+9 −2 extensions/ql-vscode/src/quick-query.ts
+4 −0 extensions/ql-vscode/src/remote-queries/remote-queries-interface.ts
+114 −86 extensions/ql-vscode/src/remote-queries/remote-queries-manager.ts
+115 −21 extensions/ql-vscode/src/remote-queries/repository-selection.ts
+48 −14 extensions/ql-vscode/src/remote-queries/run-remote-query.ts
+1 −0 extensions/ql-vscode/src/remote-queries/shared/remote-query-result.ts
+0 −22 extensions/ql-vscode/src/remote-queries/view/ActionButton.tsx
+0 −29 extensions/ql-vscode/src/remote-queries/view/Badge.tsx
+22 −21 extensions/ql-vscode/src/remote-queries/view/CodePaths.tsx
+3 −7 extensions/ql-vscode/src/remote-queries/view/DownloadSpinner.tsx
+125 −92 extensions/ql-vscode/src/remote-queries/view/FileCodeSnippet.tsx
+20 −16 extensions/ql-vscode/src/remote-queries/view/RawResultsTable.tsx
+25 −17 extensions/ql-vscode/src/remote-queries/view/RemoteQueries.tsx
+24 −0 extensions/ql-vscode/src/remote-queries/view/RepoListCopyButton.tsx
+103 −30 extensions/ql-vscode/src/run-queries.ts
+23 −4 extensions/ql-vscode/src/vscode-tests/cli-integration/global.helper.ts
+16 −2 extensions/ql-vscode/src/vscode-tests/cli-integration/queries.test.ts
+1 −1 extensions/ql-vscode/src/vscode-tests/ensureCli.ts
+45 −13 extensions/ql-vscode/src/vscode-tests/no-workspace/query-history.test.ts
+45 −25 extensions/ql-vscode/src/vscode-tests/no-workspace/remote-queries/remote-query-history.test.ts
+217 −35 extensions/ql-vscode/src/vscode-tests/no-workspace/remote-queries/repository-selection.test.ts
+139 −21 extensions/ql-vscode/src/vscode-tests/no-workspace/remote-queries/run-remote-query.test.ts
+100 −3 extensions/ql-vscode/src/vscode-tests/no-workspace/run-queries.test.ts
+5 −0 extensions/ql-vscode/test/pure-tests/evaluator-log-summaries/invalid-header.jsonl
+14 −0 extensions/ql-vscode/test/pure-tests/evaluator-log-summaries/invalid-summary.jsonl
+124 −0 extensions/ql-vscode/test/pure-tests/evaluator-log-summaries/valid-summary.jsonl
+42 −0 extensions/ql-vscode/test/pure-tests/log-summary-parser.test.ts
2 changes: 1 addition & 1 deletion vendor/grammars/vscode-motoko
2 changes: 1 addition & 1 deletion vendor/grammars/vscode-opa
2 changes: 1 addition & 1 deletion vendor/grammars/vscode-prisma
2 changes: 1 addition & 1 deletion vendor/grammars/vscode-scala-syntax
Submodule vscode-scala-syntax updated 1 files
+3 −3 yarn.lock
2 changes: 1 addition & 1 deletion vendor/grammars/vscode-vlang
2 changes: 1 addition & 1 deletion vendor/licenses/git_submodule/CoDT7-Sublime.dep.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: CoDT7-Sublime
version: caec66b2cf53cd3032305ba341a8769b171e9ff3
version: c078fc6e5ff116e3170de896521824fd096853e1
type: git_submodule
homepage: https://github.com/Jake-NotTheMuss/CoDT7-Sublime.git
license: unlicense
Expand Down
3 changes: 2 additions & 1 deletion vendor/licenses/git_submodule/CodeMirror.dep.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: CodeMirror
version: 7f488eb5c12d71ea7ea75e286b7b9c029453a298
version: 482b7a45547175cabaa9fa68b31244625215a82a
type: git_submodule
homepage: https://github.com/codemirror/CodeMirror
license: mit
Expand Down Expand Up @@ -144,6 +144,7 @@ notices:
Ben Hormann
Beni Cherniavsky-Paskin
Benjamin DeCoste
benjaminr-ps
Benjamin Young
Ben Keen
Ben Miller
Expand Down
2 changes: 1 addition & 1 deletion vendor/licenses/git_submodule/LiveScript.tmbundle.dep.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: LiveScript.tmbundle
version: 25750138511925b74da9508050c766f360618055
version: d82aeb737d4883d1a74aba7a07053f90211d427b
type: git_submodule
homepage: https://github.com/paulmillr/LiveScript.tmbundle
license: mit
Expand Down
2 changes: 1 addition & 1 deletion vendor/licenses/git_submodule/NimLime.dep.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: NimLime
version: f96dc8d8634d3c8865a214205e5d2deae0f16a06
version: 41db938f16d7269c7e41d2213e3c12ddf6fc17a8
type: git_submodule
homepage: https://github.com/nim-lang/NimLime
license: mit
Expand Down
2 changes: 1 addition & 1 deletion vendor/licenses/git_submodule/NovaGrammars.dep.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: NovaGrammars
version: f1eff9abb70a8e5a9490cd4df13983c3ed25ea3e
version: e42389b50666ef1fcbd78314aeb3aaa7264be3a7
type: git_submodule
homepage: https://github.com/Nixinova/NovaGrammars
license: isc
Expand Down
2 changes: 1 addition & 1 deletion vendor/licenses/git_submodule/abap.tmbundle.dep.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: abap.tmbundle
version: b010615f22127763f9c9ad410285fff91da18e55
version: a05dfddbd9c605a5f385c099ce7198097d24f3ae
type: git_submodule
homepage: https://github.com/pvl/abap.tmbundle
license: permissive
Expand Down
2 changes: 1 addition & 1 deletion vendor/licenses/git_submodule/astro.dep.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: astro
version: 3bcc7252a3422d6862a998f0288a518b84b6a043
version: b96c479fdbba0c4cba2fbbf31745ada3a11039f3
type: git_submodule
homepage: https://github.com/withastro/language-tools.git
license: mit
Expand Down
2 changes: 1 addition & 1 deletion vendor/licenses/git_submodule/atom-language-julia.dep.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: atom-language-julia
version: 8c4bfefede2b0bb17ded48f97a9e8043aa1e2307
version: 95bcb952a4b617152ae7298fcc4ca0a6ea29b06f
type: git_submodule
homepage: https://github.com/JuliaEditorSupport/atom-language-julia
license: mit
Expand Down
2 changes: 1 addition & 1 deletion vendor/licenses/git_submodule/bicep.dep.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: bicep
version: c492c792561cb239b8298c4870bd3f8abe192bc7
version: 476668e54544f0c1a0c746fcffd2066c554c1c3d
type: git_submodule
homepage: https://github.com/azure/bicep
license: mit
Expand Down
2 changes: 1 addition & 1 deletion vendor/licenses/git_submodule/bikeshed.dep.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: bikeshed
version: 511ccb78a6b025f3da748ad81d5a39a83249978b
version: d4e97165ee06c0f2011addfc7095a7eec64d2966
type: git_submodule
homepage: https://github.com/tabatkins/bikeshed.git
license: other
Expand Down
2 changes: 1 addition & 1 deletion vendor/licenses/git_submodule/cds-textmate-grammar.dep.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: cds-textmate-grammar
version: a9580c09c50b02eca669218da45ed6f8d64913dc
version: fdcf79733acfd4556bdc109dbd21380e084d9056
type: git_submodule
homepage: https://github.com/SAP/cds-textmate-grammar.git
license: apache-2.0
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: denizenscript-grammar
version: 774da53e8764d1fdd97f366770d304e7d3c49c7f
version: b4dd2e50875a59e58a53d1d94d67a7ae0d2bff44
type: git_submodule
homepage: https://github.com/DenizenScript/denizenscript-grammar.git
license: mit
Expand Down
2 changes: 1 addition & 1 deletion vendor/licenses/git_submodule/godot-vscode-plugin.dep.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: godot-vscode-plugin
version: e344cdf2fc7b29e0444136991dd8a93efba9c4e9
version: 4562bf1c319f2a84fd12025c8d16c086d3f27947
type: git_submodule
homepage: https://github.com/godotengine/godot-vscode-plugin
license: mit
Expand Down
2 changes: 1 addition & 1 deletion vendor/licenses/git_submodule/haxe-TmLanguage.dep.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: haxe-TmLanguage
version: ea448dc88364dea6aa9420cd8d9de84c564b8b0e
version: 9686bfcd787863ca7e197c0640bca168cbaefe1d
type: git_submodule
homepage: https://github.com/vshaxe/haxe-TmLanguage
license: mit
Expand Down
2 changes: 1 addition & 1 deletion vendor/licenses/git_submodule/ionide-fsgrammar.dep.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: ionide-fsgrammar
version: 33c42ce4b0960c86837a978fa06c45bc3dec0521
version: e177bd7f9d3402f70d2f1fb42c74057ed1ccf6fa
type: git_submodule
homepage: https://github.com/ionide/ionide-fsgrammar
license: mit
Expand Down
2 changes: 1 addition & 1 deletion vendor/licenses/git_submodule/nix-linguist.dep.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: nix-linguist
version: 83d5d25e1ad087ea8e899194357fc8bdd8da3ee2
version: d02f4f43728098e9cd6f66341bc719f648a0ee9d
type: git_submodule
homepage: https://github.com/sambacha/nix-linguist.git
license: mit
Expand Down
2 changes: 1 addition & 1 deletion vendor/licenses/git_submodule/portugol-grammar.dep.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: portugol-grammar
version: 9afab4578096c782fe6c41d9b9f697e706e131ad
version: 8c427b469e2288d4031eb51241b76d2fd44550c2
type: git_submodule
homepage: https://github.com/luisgbr1el/portugol-grammar.git
license: mit
Expand Down
2 changes: 1 addition & 1 deletion vendor/licenses/git_submodule/qsharp-compiler.dep.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: qsharp-compiler
version: cd3ae2220af60fde669f0b727fbf34f733508731
version: 4e88c97f8f61e6ef1ec0fd6d2406720a79c55923
type: git_submodule
homepage: https://github.com/microsoft/qsharp-compiler
license: mit
Expand Down
2 changes: 1 addition & 1 deletion vendor/licenses/git_submodule/rescript-vscode.dep.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: rescript-vscode
version: 9bfa95eaca5d9c36c7abbdad29847531034e8d60
version: 57c52698267afd31e3b0696895ac18add140bc52
type: git_submodule
homepage: https://github.com/rescript-lang/rescript-vscode
license: mit
Expand Down
2 changes: 1 addition & 1 deletion vendor/licenses/git_submodule/sublime-pony.dep.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: sublime-pony
version: 87ee9ec87d94c2b6dc678f195fc00a6e8084c69c
version: decb08a33ce6f6423e0a4abd2e018d5f476e0c99
type: git_submodule
homepage: https://github.com/CausalityLtd/sublime-pony
license: bsd-2-clause
Expand Down
30 changes: 9 additions & 21 deletions vendor/licenses/git_submodule/svelte-atom.dep.yml
Original file line number Diff line number Diff line change
@@ -1,29 +1,17 @@
---
type: git_submodule
name: svelte-atom
version: 5a6914d90972db02b57822b47682107fc26f13bc
version: 1b2dbd6e14681365988a6798599e18b7887a38fb
type: git_submodule
homepage: https://github.com/sveltejs/svelte-atom.git
license: mit
licenses:
- text: |-
MIT License
Copyright (c) 2018 Umang Galaiya
- sources: LICENSE
text: |
Copyright (c) 2020 [these people](https://github.com/sveltejs/kit/graphs/contributors)
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:
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 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
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN 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 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
notices: []
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: vscode-antlers-language-server
version: c22ee64f1212cb7f92622398f1fe2db5acb0ce89
version: 2023f4c632840ed1734bdb92f98e9fc164d96453
type: git_submodule
homepage: https://github.com/Stillat/vscode-antlers-language-server.git
license: mit
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: vscode-brightscript-language
version: 329b4bb5806fe0239adfabcda1be0d65bf5837d8
version: 506444355fca7b69baafda92d57ab9369f701412
type: git_submodule
homepage: https://github.com/rokucommunity/vscode-brightscript-language.git
license: mit
Expand Down
2 changes: 1 addition & 1 deletion vendor/licenses/git_submodule/vscode-cadence.dep.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: vscode-cadence
version: ca96897f5d8635d15a41c4ab23db6bc050bcecca
version: 45200aeec47293b01e96278e8e029791702f02ee
type: git_submodule
homepage: https://github.com/onflow/vscode-cadence.git
license: apache-2.0
Expand Down
2 changes: 1 addition & 1 deletion vendor/licenses/git_submodule/vscode-codeql.dep.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: vscode-codeql
version: d41c63bf7dfc3659fbca048b9c3fe1d3b76409a6
version: f559b59ee55a538289e4c04c81f1b863e991979b
type: git_submodule
homepage: https://github.com/github/vscode-codeql
license: mit
Expand Down
2 changes: 1 addition & 1 deletion vendor/licenses/git_submodule/vscode-curry.dep.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: vscode-curry
version: c7068876de7e15c216cc489170cbf2de8b76f365
version: d6c97c45e63317a75ff52147a469b289559f5427
type: git_submodule
homepage: https://github.com/fwcd/vscode-curry
license: mit
Expand Down
2 changes: 1 addition & 1 deletion vendor/licenses/git_submodule/vscode-gcode-syntax.dep.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: vscode-gcode-syntax
version: 5b72bf472ed1a11e7b4587b62a734c657ca81a73
version: 13ba27dfdb2241f8380e446185faf72419a44c84
type: git_submodule
homepage: https://github.com/appliedengdesign/vscode-gcode-syntax
license: mit
Expand Down

0 comments on commit c0b49c1

Please sign in to comment.